Update to 0.9.1:
- input-linux_kbd: Fix tons of warnings about type re-defintions. Patch from Tobias Hunger. - fix compiler error with gcc 3.4 in the pthread based scheduler. Patch from Tobias Hunger. - #define GIIK_Enter and GIIK_Delete properly in <ggi/keyboard.h> - pthread locking: fix crash on GNU Hurd - typo fix: configure --disable-stdin now actually disables input-stdin - input-xwin: locking is conditional, so do with unlocking. Patch from SF #1164406 - input-x: enable keyboard focus by default as originally intended - build system: fix case bug in long long test - build system: make configure fail when passing an unsupported mutex type to --enable-mutexes - documentation: added manpages for input-x and input-xwin
This commit is contained in:
parent
c8cb173f32
commit
db3176eef9
3 changed files with 9 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.18 2005/04/11 21:46:06 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2005/04/18 15:53:35 wiz Exp $
|
||||
|
||||
DISTNAME= libgii-0.9.0.src
|
||||
DISTNAME= libgii-0.9.1.src
|
||||
PKGNAME= ${DISTNAME:S/.src//}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.ggi-project.org/pub/packages/ggi/ggi/v2.1/ \
|
||||
http://www.ggi-project.org/ftp/ggi/v2.1/ \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2005/03/28 23:55:42 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2005/04/18 15:53:35 wiz Exp $
|
||||
${GGTICK}bin/ggtick
|
||||
bin/mhub
|
||||
bin/xsendbut
|
||||
|
@ -112,6 +112,8 @@ man/man7/input-linux-mouse.7
|
|||
man/man7/input-lk201.7
|
||||
man/man7/input-mouse.7
|
||||
man/man7/input-tcp.7
|
||||
man/man7/input-x.7
|
||||
man/man7/input-xwin.7
|
||||
man/man7/libgg.7
|
||||
man/man7/libgii.7
|
||||
share/examples/ggi/filter/keytrans
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.11 2005/03/25 02:46:49 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.12 2005/04/18 15:53:35 wiz Exp $
|
||||
|
||||
SHA1 (libgii-0.9.0.src.tar.bz2) = b7b075d62b51ec6e51e50e60a348bea2699cde67
|
||||
RMD160 (libgii-0.9.0.src.tar.bz2) = e6a2f15a7926db86ed1475681584b695f6bbfd8e
|
||||
Size (libgii-0.9.0.src.tar.bz2) = 505030 bytes
|
||||
SHA1 (libgii-0.9.1.src.tar.bz2) = 5317a3a4024a6a3c50dc3a854f0cf0ef64dcfd54
|
||||
RMD160 (libgii-0.9.1.src.tar.bz2) = 4a82881bff5e77d9d7ee53296a69a74386bf2f91
|
||||
Size (libgii-0.9.1.src.tar.bz2) = 506921 bytes
|
||||
SHA1 (patch-aa) = 3dd014586dc16b95125336539d74b6040bd9eb0a
|
||||
SHA1 (patch-ae) = e6396eb643c89dc24a3b51109a5dc3264c12a30e
|
||||
SHA1 (patch-af) = 44c23eb8fd16ccde9a942643e30625fc96ca2169
|
||||
|
|
Loading…
Reference in a new issue