diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-16 22:55:03 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-16 22:55:03 +0000 |
commit | 95ae842a85371f1f50b68bbb6ee01d272054d8ee (patch) | |
tree | 8ad6cb8fa4bc8b0812b3c9b691024e48b79029b7 /x11/gnome-panel | |
parent | 1187988ca8b15798740001251d01c0cd5f996081 (diff) | |
download | pkgsrc-95ae842a85371f1f50b68bbb6ee01d272054d8ee.tar.gz |
Update gnome-panel to 2.0.11.
Changes since 2.0.10:
- Added new translations: am, be.
- Removed calls to gconf_client_suggest_sync since this synching is not
necessary. Performance analysis highlighted that gnome-panel was
causing >100 syncs to happen (with ~10 items in the panel).
Patch provided by Juan RP in PR pkg/19418, with some minor changes by me.
While I'm here, change my email address to the netbsd one.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 7 | ||||
-rw-r--r-- | x11/gnome-panel/PLIST | 6 | ||||
-rw-r--r-- | x11/gnome-panel/distinfo | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index e859bde2316..11500a5d59a 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/04 08:28:00 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/16 22:55:03 jmmv Exp $ # -DISTNAME= gnome-panel-2.0.10 +DISTNAME= gnome-panel-2.0.11 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.0/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= jmmv@hispabsd.org +MAINTAINER= jmmv@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 panel application @@ -15,6 +15,7 @@ USE_BUILDLINK2= YES USE_GNU_GETTEXT= YES USE_GMAKE= YES USE_PERL5= YES +USE_PKGLOCALEDIR= YES USE_X11= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool diff --git a/x11/gnome-panel/PLIST b/x11/gnome-panel/PLIST index 8c8dbc76cf4..866ec254e1d 100644 --- a/x11/gnome-panel/PLIST +++ b/x11/gnome-panel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/04 08:28:00 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/16 22:55:03 jmmv Exp $ bin/gnome-desktop-item-edit bin/gnome-panel bin/gnome-panel-preferences @@ -62,7 +62,7 @@ lib/libpanel-applet-2.a lib/libpanel-applet-2.la lib/libpanel-applet-2.so lib/libpanel-applet-2.so.0 -lib/libpanel-applet-2.so.0.8 +lib/libpanel-applet-2.so.0.9 lib/pkgconfig/libpanelapplet-2.0.pc libexec/fish-applet-2 man/man1/gnome-panel-preferences.1 @@ -114,8 +114,10 @@ share/gtk-doc/html/panel-applet/panelapplet.html share/gtk-doc/html/panel-applet/server-files.html share/gtk-doc/html/panel-applet/session-saving.html share/idl/gnome-panel-2.0/GNOME_Panel.idl +${PKGLOCALEDIR}/locale/am/LC_MESSAGES/gnome-panel-2.0.mo ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gnome-panel-2.0.mo +${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gnome-panel-2.0.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo index 736aeeb40f9..f91ffa326a3 100644 --- a/x11/gnome-panel/distinfo +++ b/x11/gnome-panel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/11/04 08:28:00 rh Exp $ +$NetBSD: distinfo,v 1.2 2002/12/16 22:55:03 jmmv Exp $ -SHA1 (gnome-panel-2.0.10.tar.bz2) = ccdc527b41eb5c2e7b88e48f4e1b26269332b390 -Size (gnome-panel-2.0.10.tar.bz2) = 1662132 bytes +SHA1 (gnome-panel-2.0.11.tar.bz2) = 7e9dc7ddca7153c0fb1dcd86a03ffe5257c8a6ee +Size (gnome-panel-2.0.11.tar.bz2) = 1684529 bytes SHA1 (patch-aa) = b0fe74dd7a62ae363af20411745f630b6208f6d9 SHA1 (patch-ab) = 57b266e9795ca58d756a181f403ff211a13e9d0a SHA1 (patch-ac) = c8b7ab4200cc5406d7597e278f1f8c2185658578 |