summaryrefslogtreecommitdiff
path: root/x11/libgnomekbd/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2009-03-15 14:49:01 +0000
committerjmcneill <jmcneill@pkgsrc.org>2009-03-15 14:49:01 +0000
commit8e7a72c4e0deb98d134f47b8ad3dae08c61bfb61 (patch)
tree7a63dcdba56bf3a06eba8dcbcb00b28347de1f42 /x11/libgnomekbd/Makefile
parent94c09936aab94dca2b757e4663dc200452144bb8 (diff)
downloadpkgsrc-8e7a72c4e0deb98d134f47b8ad3dae08c61bfb61.tar.gz
Update libgnomekbd to 2.26.0.
Changes: 2009-03-13 svu * configure.in, NEWS: preparing 2.26.0 2009-02-25 svu * libgnomekbd/gkbd-indicator.c: use updated tooltips API, closing #550212 * capplet/gkbd-indicator-plugins-capplet.c: fixed signal API, closing #572661 2009-02-19 svu * configure.in, NEWS: preparing 2.25.91 2009-02-09 svu * libgnomekbd/gkbd-indicator-config.c: deprecate gdk_pixbuf_unref, closing #570951 2008-12-09 Pedro Fragoso <ember@ubuntu.com> * capplet/gkbd-indicator-plugins-capplet.h: * test/gkbd-indicator-test.c: * test/gkbd-keyboard-drawing-test.c: GNOME Goal: Clean up GLib and GTK+ includes (Closes: #563629) 2008-11-09 svu * libgnomekbd/gkbd-keyboard-config.c: fixed memleak, http://bugzilla.gnome.org/show_bug.cgi?id=549874 2008-10-27 svu * libgnomekbd/gkbd-indicator.c: fixing crash in broken X configuration, http://bugzilla.gnome.org/show_bug.cgi?id=553915 2008-09-28 svu * libgnomekbd/gkbd-keyboard-drawing.c: make default orientation (for printing) landscape, http://bugzilla.gnome.org/show_bug.cgi?id=553491
Diffstat (limited to 'x11/libgnomekbd/Makefile')
-rw-r--r--x11/libgnomekbd/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile
index 34b0f443603..41ef71affc6 100644
--- a/x11/libgnomekbd/Makefile
+++ b/x11/libgnomekbd/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2008/12/21 00:29:02 jmcneill Exp $
+# $NetBSD: Makefile,v 1.14 2009/03/15 14:49:01 jmcneill Exp $
#
-DISTNAME= libgnomekbd-2.24.0
-PKGREVISION= 1
+DISTNAME= libgnomekbd-2.26.0
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomekbd/2.24/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomekbd/2.26/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org