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/PLIST | |
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/PLIST')
-rw-r--r-- | x11/gnome-panel/PLIST | 6 |
1 files changed, 4 insertions, 2 deletions
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 |