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.
This commit is contained in:
parent
1187988ca8
commit
95ae842a85
3 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue