summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-18 22:24:43 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-18 22:24:43 +0800
commit40cc94da26c963c122992ee5e421950167db1819 (patch)
treea39e1c1c7c5f5fb0c47434d3fb72c9c61a9d3c3f /x11
parentdc9ee29dd942eca734a0ca3c7e04752996ce7340 (diff)
downloadmarcuscom-ports-40cc94da26c963c122992ee5e421950167db1819.tar
marcuscom-ports-40cc94da26c963c122992ee5e421950167db1819.tar.gz
marcuscom-ports-40cc94da26c963c122992ee5e421950167db1819.tar.bz2
marcuscom-ports-40cc94da26c963c122992ee5e421950167db1819.tar.lz
marcuscom-ports-40cc94da26c963c122992ee5e421950167db1819.tar.xz
marcuscom-ports-40cc94da26c963c122992ee5e421950167db1819.tar.zst
marcuscom-ports-40cc94da26c963c122992ee5e421950167db1819.zip
Update to 2.91.0. (git snapshot) This might be buggy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15048 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-panel3/Makefile95
-rw-r--r--x11/gnome-panel3/distinfo2
-rw-r--r--x11/gnome-panel3/files/patch-configure34
-rw-r--r--x11/gnome-panel3/files/patch-help_Makefile.in11
-rw-r--r--x11/gnome-panel3/pkg-descr3
-rw-r--r--x11/gnome-panel3/pkg-plist501
6 files changed, 646 insertions, 0 deletions
diff --git a/x11/gnome-panel3/Makefile b/x11/gnome-panel3/Makefile
new file mode 100644
index 000000000..04141afb6
--- /dev/null
+++ b/x11/gnome-panel3/Makefile
@@ -0,0 +1,95 @@
+# New ports collection makefile for: gnomepanel
+# Date created: 27 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/x11/gnome-panel3/Makefile,v 1.2 2010/08/08 09:58:14 kwm Exp $
+#
+
+PORTNAME= gnome-panel
+PORTVERSION= 2.91.0
+PORTREVISION?= 0
+CATEGORIES= x11 gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Panel component for the GNOME 3 Desktop
+
+USE_BZIP2= yes
+
+.if !defined(REFERENCE_PORT)
+
+LIB_DEPENDS= gweather-3.0:${PORTSDIR}/net/libgweather3 \
+ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
+ polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
+
+USE_GETTEXT= yes
+USE_XORG= ice sm x11 xau xrandr
+INSTALLS_OMF= yes
+USE_LDCONFIG= yes
+INSTALLS_ICONS= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop3 libwnck3 gnomemenus \
+ gnomedocutils ltverhack referencehack
+#USE_GNOME+= librsvg2
+WANT_GNOME= yes
+GNOME_DESKTOP_VERSION=3
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool
+CONFIGURE_ARGS= --disable-network-manager
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gnome-panel.1
+GCONF_SCHEMAS= clock.schemas \
+ panel-compatibility.schemas panel-general.schemas \
+ panel-global.schemas panel-object.schemas \
+ panel-toplevel.schemas window-list.schemas \
+ workspace-switcher.schemas
+
+#OPTIONS= EVOLUTION "use the Evolution calendar if installed" on \
+# BONOBO "Support for bonobo applets aka Gnome 2 applets" on
+
+.if defined(PACKAGE_BUILDING)
+.undef WITHOUT_GNOME
+WITH_GNOME= yes
+.endif
+
+.include <bsd.port.pre.mk>
+
+#.if !defined(WITHOUT_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver3}!=""
+#USE_GNOME+= evolutiondataserver3
+#CONFIGURE_ARGS+=--enable-eds
+#.else
+CONFIGURE_ARGS+=--disable-eds
+#.endif
+
+#.if defined(WITH_BONOBO)
+#USE_GNOME+= libbonoboui
+#CONFIGURE_ARGS+=--enable-bonobo
+#PLIST_SUB+= BONOBO=""
+#.else
+CONFIGURE_ARGS+=--disable-bonobo
+PLIST_SUB+= BONOBO="@comment "
+#.endif
+
+post-patch:
+ @${FIND} ${WRKSRC} -type f | \
+ ${XARGS} -n 10 ${REINPLACE_CMD} -e \
+ 's|"applications.menu"|"gnome-applications.menu"|'
+ @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \
+ ${WRKSRC}/help/clock/Makefile.in
+# ${WRKSRC}/help/fish/Makefile.in
+# @${REINPLACE_CMD} -e 's|libedataserverui-1.2|libedataserverui-3.0|g' \
+# ${WRKSRC}/configure
+# -e 's|gtk+-2.0|gtk+-3.0|g' \
+# -e 's|gnome-desktop-2.0|gnome-desktop-3.0|g' \
+
+post-install:
+ @${MKDIR} ${PREFIX}/lib/gnome-panel/modules
+ -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gnome-panel/modules
+
+.include <bsd.port.post.mk>
+
+.endif
diff --git a/x11/gnome-panel3/distinfo b/x11/gnome-panel3/distinfo
new file mode 100644
index 000000000..730f289b4
--- /dev/null
+++ b/x11/gnome-panel3/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gnome-panel-2.91.0.tar.bz2) = 21f9cfc92ec6bf782654622a83e3ce291a5ccfb9e653d0a4b037cfce79f5a747
+SIZE (gnome3/gnome-panel-2.91.0.tar.bz2) = 2878491
diff --git a/x11/gnome-panel3/files/patch-configure b/x11/gnome-panel3/files/patch-configure
new file mode 100644
index 000000000..fb42c4d3e
--- /dev/null
+++ b/x11/gnome-panel3/files/patch-configure
@@ -0,0 +1,34 @@
+--- configure.orig 2011-01-18 14:59:30.000000000 +0000
++++ configure 2011-01-18 15:01:50.000000000 +0000
+@@ -17641,7 +17641,7 @@
+ fi
+
+
+-ac_config_files="$ac_config_files Makefile icons/Makefile icons/16x16/Makefile icons/22x22/Makefile icons/24x24/Makefile icons/32x32/Makefile icons/48x48/Makefile icons/scalable/Makefile gnome-panel/Makefile gnome-panel/libegg/Makefile gnome-panel/libpanel-applet-private/Makefile gnome-panel/libpanel-util/Makefile gnome-panel/gnome-panel.desktop.in libpanel-applet/Makefile po/Makefile.in applets/Makefile applets/clock/Makefile applets/clock/pixmaps/Makefile applets/fish/Makefile applets/notification_area/Makefile applets/wncklet/Makefile doc/Makefile doc/reference/Makefile doc/reference/panel-applet/Makefile help/Makefile help/clock/Makefile help/fish/Makefile man/Makefile bonobo/Makefile bonobo/idl/Makefile bonobo/libpanel-applet/libpanelapplet-2.0.pc bonobo/libpanel-applet/libpanelapplet-2.0-uninstalled.pc bonobo/libpanel-applet/Makefile bonobo/panel-module/Makefile"
++ac_config_files="$ac_config_files Makefile icons/Makefile icons/16x16/Makefile icons/22x22/Makefile icons/24x24/Makefile icons/32x32/Makefile icons/48x48/Makefile icons/scalable/Makefile gnome-panel/Makefile gnome-panel/libegg/Makefile gnome-panel/libpanel-applet-private/Makefile gnome-panel/libpanel-util/Makefile gnome-panel/gnome-panel.desktop.in libpanel-applet/Makefile po/Makefile.in applets/Makefile applets/clock/Makefile applets/clock/pixmaps/Makefile applets/notification_area/Makefile applets/wncklet/Makefile doc/Makefile doc/reference/Makefile doc/reference/panel-applet/Makefile help/Makefile help/clock/Makefile man/Makefile"
+
+
+ ac_config_files="$ac_config_files libpanel-applet/libpanelapplet-4.0.pc:libpanel-applet/libpanelapplet.pc.in"
+@@ -18737,7 +18737,6 @@
+ "applets/Makefile") CONFIG_FILES="$CONFIG_FILES applets/Makefile" ;;
+ "applets/clock/Makefile") CONFIG_FILES="$CONFIG_FILES applets/clock/Makefile" ;;
+ "applets/clock/pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES applets/clock/pixmaps/Makefile" ;;
+- "applets/fish/Makefile") CONFIG_FILES="$CONFIG_FILES applets/fish/Makefile" ;;
+ "applets/notification_area/Makefile") CONFIG_FILES="$CONFIG_FILES applets/notification_area/Makefile" ;;
+ "applets/wncklet/Makefile") CONFIG_FILES="$CONFIG_FILES applets/wncklet/Makefile" ;;
+ "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
+@@ -18745,14 +18744,7 @@
+ "doc/reference/panel-applet/Makefile") CONFIG_FILES="$CONFIG_FILES doc/reference/panel-applet/Makefile" ;;
+ "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
+ "help/clock/Makefile") CONFIG_FILES="$CONFIG_FILES help/clock/Makefile" ;;
+- "help/fish/Makefile") CONFIG_FILES="$CONFIG_FILES help/fish/Makefile" ;;
+ "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
+- "bonobo/Makefile") CONFIG_FILES="$CONFIG_FILES bonobo/Makefile" ;;
+- "bonobo/idl/Makefile") CONFIG_FILES="$CONFIG_FILES bonobo/idl/Makefile" ;;
+- "bonobo/libpanel-applet/libpanelapplet-2.0.pc") CONFIG_FILES="$CONFIG_FILES bonobo/libpanel-applet/libpanelapplet-2.0.pc" ;;
+- "bonobo/libpanel-applet/libpanelapplet-2.0-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES bonobo/libpanel-applet/libpanelapplet-2.0-uninstalled.pc" ;;
+- "bonobo/libpanel-applet/Makefile") CONFIG_FILES="$CONFIG_FILES bonobo/libpanel-applet/Makefile" ;;
+- "bonobo/panel-module/Makefile") CONFIG_FILES="$CONFIG_FILES bonobo/panel-module/Makefile" ;;
+ "libpanel-applet/libpanelapplet-4.0.pc") CONFIG_FILES="$CONFIG_FILES libpanel-applet/libpanelapplet-4.0.pc:libpanel-applet/libpanelapplet.pc.in" ;;
+ "libpanel-applet/libpanelapplet-4.0-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES libpanel-applet/libpanelapplet-4.0-uninstalled.pc:libpanel-applet/libpanelapplet-uninstalled.pc.in" ;;
+ "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
diff --git a/x11/gnome-panel3/files/patch-help_Makefile.in b/x11/gnome-panel3/files/patch-help_Makefile.in
new file mode 100644
index 000000000..14cce3359
--- /dev/null
+++ b/x11/gnome-panel3/files/patch-help_Makefile.in
@@ -0,0 +1,11 @@
+--- help/Makefile.in.orig 2011-01-18 15:05:12.000000000 +0000
++++ help/Makefile.in 2011-01-18 15:05:21.000000000 +0000
+@@ -314,7 +314,7 @@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = clock fish
++SUBDIRS = clock
+ all: all-recursive
+
+ .SUFFIXES:
diff --git a/x11/gnome-panel3/pkg-descr b/x11/gnome-panel3/pkg-descr
new file mode 100644
index 000000000..3da96680d
--- /dev/null
+++ b/x11/gnome-panel3/pkg-descr
@@ -0,0 +1,3 @@
+This drives the GNOME 3 panel.
+
+WWW: http://www.gnome.org/
diff --git a/x11/gnome-panel3/pkg-plist b/x11/gnome-panel3/pkg-plist
new file mode 100644
index 000000000..50b8f085c
--- /dev/null
+++ b/x11/gnome-panel3/pkg-plist
@@ -0,0 +1,501 @@
+bin/gnome-desktop-item-edit
+bin/gnome-panel
+bin/panel-test-applets
+%%BONOBO%%bin/panel-test-applets-bonobo
+@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true
+@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true
+etc/gconf/schemas/panel-default-setup.entries
+@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true
+@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true
+%%BONOBO%%include/panel-2.0/GNOME_Panel.h
+%%BONOBO%%include/panel-2.0/panel-applet-enums.h
+%%BONOBO%%include/panel-2.0/panel-applet-gconf.h
+%%BONOBO%%include/panel-2.0/panel-applet.h
+include/gnome-panel-4.0/libpanel-applet/panel-applet-enums.h
+include/gnome-panel-4.0/libpanel-applet/panel-applet-gconf.h
+include/gnome-panel-4.0/libpanel-applet/panel-applet.h
+lib/girepository-1.0/PanelApplet-4.0.typelib
+@exec mkdir -p %D/lib/gnome-panel/modules
+%%BONOBO%%lib/gnome-panel/modules/libpanel-applets-bonobo.a
+%%BONOBO%%lib/gnome-panel/modules/libpanel-applets-bonobo.la
+%%BONOBO%%lib/gnome-panel/modules/libpanel-applets-bonobo.so
+@exec %%LOCALBASE%%/bin/gio-querymodules %D/lib/gnome-panel/modules 2>1/dev/null || /usr/bin/true
+@unexec /bin/rm -f %D/lib/gnome-panel/modules/giomodule.cache
+%%BONOBO%%lib/libpanel-applet-2.a
+%%BONOBO%%lib/libpanel-applet-2.la
+%%BONOBO%%lib/libpanel-applet-2.so
+%%BONOBO%%lib/libpanel-applet-2.so.0
+lib/libpanel-applet-4.a
+lib/libpanel-applet-4.la
+lib/libpanel-applet-4.so
+lib/libpanel-applet-4.so.0
+%%BONOBO%%libdata/pkgconfig/libpanelapplet-2.0.pc
+libdata/pkgconfig/libpanelapplet-4.0.pc
+libexec/clock-applet
+libexec/gnome-panel-add
+libexec/notification-area-applet
+libexec/wnck-applet
+share/applications/gnome-panel.desktop
+share/dbus-1/services/org.gnome.panel.applet.ClockAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.NotificationAreaAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.WnckletFactory.service
+%%BONOBO%%share/gnome-2.0/ui/GNOME_Panel_Popup.xml
+share/gir-1.0/PanelApplet-4.0.gir
+%%DATADIR%%/4.0/applets/org.gnome.panel.ClockApplet.panel-applet
+%%DATADIR%%/4.0/applets/org.gnome.panel.NotificationAreaApplet.panel-applet
+%%DATADIR%%/4.0/applets/org.gnome.panel.Wncklet.panel-applet
+%%DATADIR%%/ui/clock.ui
+%%DATADIR%%/ui/clock-menu.xml
+%%DATADIR%%/ui/notification-area-menu.xml
+%%BONOBO%%%%DATADIR%%/ui/panel-test-applets-bonobo.ui
+%%DATADIR%%/ui/panel-properties-dialog.ui
+%%DATADIR%%/ui/panel-run-dialog.ui
+%%DATADIR%%/ui/showdesktop-menu.xml
+%%DATADIR%%/ui/panel-test-applets.ui
+%%DATADIR%%/ui/window-list.ui
+%%DATADIR%%/ui/window-list-menu.xml
+%%DATADIR%%/ui/window-menu-menu.xml
+%%DATADIR%%/ui/workspace-switcher.ui
+%%DATADIR%%/ui/workspace-switcher-menu.xml
+%%DATADIR%%/pixmaps/clock-calendar-icon.png
+%%DATADIR%%/pixmaps/clock-face-large.svg
+%%DATADIR%%/pixmaps/clock-face-small-day.svg
+%%DATADIR%%/pixmaps/clock-face-small-evening.svg
+%%DATADIR%%/pixmaps/clock-face-small-morning.svg
+%%DATADIR%%/pixmaps/clock-face-small-night.svg
+%%DATADIR%%/pixmaps/clock-face-small.svg
+%%DATADIR%%/pixmaps/clock-map-location-current.png
+%%DATADIR%%/pixmaps/clock-map-location-hilight.png
+%%DATADIR%%/pixmaps/clock-map-location-marker.png
+%%DATADIR%%/pixmaps/clock-map.png
+%%DATADIR%%/pixmaps/gnome-gegl2-2.png
+%%DATADIR%%/pixmaps/gnome-gegl2.png
+share/gnome-panelrc
+share/gnome/help/clock/C/clock.xml
+share/gnome/help/clock/C/figures/clock_applet.png
+share/gnome/help/clock/C/legal.xml
+share/gnome/help/clock/ar/clock.xml
+share/gnome/help/clock/ar/figures/clock_applet.png
+share/gnome/help/clock/ar/legal.xml
+share/gnome/help/clock/ca/clock.xml
+share/gnome/help/clock/ca/figures/clock_applet.png
+share/gnome/help/clock/ca/legal.xml
+share/gnome/help/clock/cs/clock.xml
+share/gnome/help/clock/cs/figures/clock_applet.png
+share/gnome/help/clock/cs/legal.xml
+share/gnome/help/clock/da/clock.xml
+share/gnome/help/clock/da/figures/clock_applet.png
+share/gnome/help/clock/da/legal.xml
+share/gnome/help/clock/de/clock.xml
+share/gnome/help/clock/de/figures/clock_applet.png
+share/gnome/help/clock/de/legal.xml
+share/gnome/help/clock/el/clock.xml
+share/gnome/help/clock/el/figures/clock_applet.png
+share/gnome/help/clock/el/legal.xml
+share/gnome/help/clock/en_GB/clock.xml
+share/gnome/help/clock/en_GB/figures/clock_applet.png
+share/gnome/help/clock/en_GB/legal.xml
+share/gnome/help/clock/es/clock.xml
+share/gnome/help/clock/es/figures/clock_applet.png
+share/gnome/help/clock/es/legal.xml
+share/gnome/help/clock/eu/clock.xml
+share/gnome/help/clock/eu/figures/clock_applet.png
+share/gnome/help/clock/eu/legal.xml
+share/gnome/help/clock/fi/clock.xml
+share/gnome/help/clock/fi/figures/clock_applet.png
+share/gnome/help/clock/fi/legal.xml
+share/gnome/help/clock/fr/clock.xml
+share/gnome/help/clock/fr/figures/clock_applet.png
+share/gnome/help/clock/fr/legal.xml
+share/gnome/help/clock/it/clock.xml
+share/gnome/help/clock/it/figures/clock_applet.png
+share/gnome/help/clock/it/legal.xml
+share/gnome/help/clock/ja/clock.xml
+share/gnome/help/clock/ja/figures/clock_applet.png
+share/gnome/help/clock/ja/legal.xml
+share/gnome/help/clock/ko/clock.xml
+share/gnome/help/clock/ko/figures/clock_applet.png
+share/gnome/help/clock/ko/legal.xml
+share/gnome/help/clock/nl/clock.xml
+share/gnome/help/clock/nl/figures/clock_applet.png
+share/gnome/help/clock/nl/legal.xml
+share/gnome/help/clock/oc/clock.xml
+share/gnome/help/clock/oc/figures/clock_applet.png
+share/gnome/help/clock/oc/legal.xml
+share/gnome/help/clock/pa/clock.xml
+share/gnome/help/clock/pa/figures/clock_applet.png
+share/gnome/help/clock/pa/legal.xml
+share/gnome/help/clock/pt/clock.xml
+share/gnome/help/clock/pt/figures/clock_applet.png
+share/gnome/help/clock/pt/legal.xml
+share/gnome/help/clock/pt_BR/clock.xml
+share/gnome/help/clock/pt_BR/figures/clock_applet.png
+share/gnome/help/clock/pt_BR/legal.xml
+share/gnome/help/clock/ru/clock.xml
+share/gnome/help/clock/ru/figures/clock_applet.png
+share/gnome/help/clock/ru/legal.xml
+share/gnome/help/clock/sl/clock.xml
+share/gnome/help/clock/sl/figures/clock_applet.png
+share/gnome/help/clock/sl/legal.xml
+share/gnome/help/clock/sr/clock.xml
+share/gnome/help/clock/sr/figures/clock_applet.png
+share/gnome/help/clock/sr/legal.xml
+share/gnome/help/clock/sv/clock.xml
+share/gnome/help/clock/sv/figures/clock_applet.png
+share/gnome/help/clock/sv/legal.xml
+share/gnome/help/clock/th/clock.xml
+share/gnome/help/clock/th/figures/clock_applet.png
+share/gnome/help/clock/th/legal.xml
+share/gnome/help/clock/uk/clock.xml
+share/gnome/help/clock/uk/figures/clock_applet.png
+share/gnome/help/clock/uk/legal.xml
+share/gnome/help/clock/zh_CN/clock.xml
+share/gnome/help/clock/zh_CN/figures/clock_applet.png
+share/gnome/help/clock/zh_CN/legal.xml
+share/gnome/help/clock/zh_HK/clock.xml
+share/gnome/help/clock/zh_HK/figures/clock_applet.png
+share/gnome/help/clock/zh_HK/legal.xml
+share/gnome/help/clock/zh_TW/clock.xml
+share/gnome/help/clock/zh_TW/figures/clock_applet.png
+share/gnome/help/clock/zh_TW/legal.xml
+share/icons/hicolor/16x16/apps/gnome-panel-clock.png
+share/icons/hicolor/16x16/apps/gnome-panel-drawer.png
+share/icons/hicolor/16x16/apps/gnome-panel-fish.png
+share/icons/hicolor/16x16/apps/gnome-panel-force-quit.png
+share/icons/hicolor/16x16/apps/gnome-panel-launcher.png
+share/icons/hicolor/16x16/apps/gnome-panel-notification-area.png
+share/icons/hicolor/16x16/apps/gnome-panel-separator.png
+share/icons/hicolor/16x16/apps/gnome-panel-window-list.png
+share/icons/hicolor/16x16/apps/gnome-panel-window-menu.png
+share/icons/hicolor/16x16/apps/gnome-panel-workspace-switcher.png
+share/icons/hicolor/16x16/apps/gnome-panel.png
+share/icons/hicolor/22x22/apps/gnome-panel-clock.png
+share/icons/hicolor/22x22/apps/gnome-panel-drawer.png
+share/icons/hicolor/22x22/apps/gnome-panel-fish.png
+share/icons/hicolor/22x22/apps/gnome-panel-force-quit.png
+share/icons/hicolor/22x22/apps/gnome-panel-launcher.png
+share/icons/hicolor/22x22/apps/gnome-panel-notification-area.png
+share/icons/hicolor/22x22/apps/gnome-panel-separator.png
+share/icons/hicolor/22x22/apps/gnome-panel-window-list.png
+share/icons/hicolor/22x22/apps/gnome-panel-window-menu.png
+share/icons/hicolor/22x22/apps/gnome-panel-workspace-switcher.png
+share/icons/hicolor/22x22/apps/gnome-panel.png
+share/icons/hicolor/24x24/apps/gnome-panel-clock.png
+share/icons/hicolor/24x24/apps/gnome-panel-drawer.png
+share/icons/hicolor/24x24/apps/gnome-panel-fish.png
+share/icons/hicolor/24x24/apps/gnome-panel-force-quit.png
+share/icons/hicolor/24x24/apps/gnome-panel-launcher.png
+share/icons/hicolor/24x24/apps/gnome-panel-notification-area.png
+share/icons/hicolor/24x24/apps/gnome-panel-separator.png
+share/icons/hicolor/24x24/apps/gnome-panel-window-list.png
+share/icons/hicolor/24x24/apps/gnome-panel-window-menu.png
+share/icons/hicolor/24x24/apps/gnome-panel-workspace-switcher.png
+share/icons/hicolor/24x24/apps/gnome-panel.png
+share/icons/hicolor/32x32/apps/gnome-panel-clock.png
+share/icons/hicolor/32x32/apps/gnome-panel-drawer.png
+share/icons/hicolor/32x32/apps/gnome-panel-fish.png
+share/icons/hicolor/32x32/apps/gnome-panel-force-quit.png
+share/icons/hicolor/32x32/apps/gnome-panel-launcher.png
+share/icons/hicolor/32x32/apps/gnome-panel-notification-area.png
+share/icons/hicolor/32x32/apps/gnome-panel-separator.png
+share/icons/hicolor/32x32/apps/gnome-panel-window-list.png
+share/icons/hicolor/32x32/apps/gnome-panel-window-menu.png
+share/icons/hicolor/32x32/apps/gnome-panel-workspace-switcher.png
+share/icons/hicolor/32x32/apps/gnome-panel.png
+share/icons/hicolor/48x48/apps/gnome-panel.png
+share/icons/hicolor/scalable/apps/gnome-panel-clock.svg
+share/icons/hicolor/scalable/apps/gnome-panel-drawer.svg
+share/icons/hicolor/scalable/apps/gnome-panel-fish.svg
+share/icons/hicolor/scalable/apps/gnome-panel-force-quit.svg
+share/icons/hicolor/scalable/apps/gnome-panel-launcher.svg
+share/icons/hicolor/scalable/apps/gnome-panel-notification-area.svg
+share/icons/hicolor/scalable/apps/gnome-panel-separator.svg
+share/icons/hicolor/scalable/apps/gnome-panel-window-list.svg
+share/icons/hicolor/scalable/apps/gnome-panel-window-menu.svg
+share/icons/hicolor/scalable/apps/gnome-panel-workspace-switcher.svg
+share/icons/hicolor/scalable/apps/gnome-panel.svg
+%%BONOBO%%share/idl/gnome-panel-2.0/GNOME_Panel.idl
+share/locale/af/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/am/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ar/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/as/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ast/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/az/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/be/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/be@latin/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/bg/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/bn/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/br/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/bs/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ca/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/crh/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/cs/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/cy/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/da/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/de/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/dz/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/el/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/en@shaw/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/en_CA/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/en_GB/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/eo/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/es/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/et/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/eu/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/fa/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/fi/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/fr/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/fur/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/fy/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ga/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/gl/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/gu/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/gv/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ha/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/he/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/hi/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/hr/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/hu/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/hy/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/id/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ig/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/is/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/it/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ja/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ka/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/kk/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/kn/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ko/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ku/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ky/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/la/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/li/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/lt/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/lv/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/mai/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/mg/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/mi/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/mk/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ml/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/mn/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/mr/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ms/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/nb/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/nds/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ne/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/nl/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/nn/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/nso/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/oc/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/or/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/pa/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/pl/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ps/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/pt/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ro/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ru/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/rw/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/si/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/sk/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/sl/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/sq/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/sr/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/sr@ije/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/sv/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ta/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/te/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/th/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/tr/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/ug/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/uk/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/uz/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/uz@cyrillic/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/vi/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/wa/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/xh/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/yi/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/yo/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-panel-3.0.mo
+share/locale/zu/LC_MESSAGES/gnome-panel-3.0.mo
+share/omf/clock/clock-C.omf
+share/omf/clock/clock-ar.omf
+share/omf/clock/clock-ca.omf
+share/omf/clock/clock-cs.omf
+share/omf/clock/clock-da.omf
+share/omf/clock/clock-de.omf
+share/omf/clock/clock-el.omf
+share/omf/clock/clock-en_GB.omf
+share/omf/clock/clock-es.omf
+share/omf/clock/clock-eu.omf
+share/omf/clock/clock-fi.omf
+share/omf/clock/clock-fr.omf
+share/omf/clock/clock-it.omf
+share/omf/clock/clock-ja.omf
+share/omf/clock/clock-ko.omf
+share/omf/clock/clock-nl.omf
+share/omf/clock/clock-oc.omf
+share/omf/clock/clock-pa.omf
+share/omf/clock/clock-pt.omf
+share/omf/clock/clock-pt_BR.omf
+share/omf/clock/clock-ru.omf
+share/omf/clock/clock-sl.omf
+share/omf/clock/clock-sr.omf
+share/omf/clock/clock-sv.omf
+share/omf/clock/clock-th.omf
+share/omf/clock/clock-uk.omf
+share/omf/clock/clock-zh_CN.omf
+share/omf/clock/clock-zh_HK.omf
+share/omf/clock/clock-zh_TW.omf
+@dirrm share/omf/clock
+%%BONOBO%%@dirrm share/idl/gnome-panel-2.0
+@dirrm share/gnome/help/clock/zh_TW/figures
+@dirrm share/gnome/help/clock/zh_TW
+@dirrm share/gnome/help/clock/zh_HK/figures
+@dirrm share/gnome/help/clock/zh_HK
+@dirrm share/gnome/help/clock/zh_CN/figures
+@dirrm share/gnome/help/clock/zh_CN
+@dirrm share/gnome/help/clock/uk/figures
+@dirrm share/gnome/help/clock/uk
+@dirrm share/gnome/help/clock/th/figures
+@dirrm share/gnome/help/clock/th
+@dirrm share/gnome/help/clock/sv/figures
+@dirrm share/gnome/help/clock/sv
+@dirrm share/gnome/help/clock/sl/figures
+@dirrm share/gnome/help/clock/sl
+@dirrm share/gnome/help/clock/sr/figures
+@dirrm share/gnome/help/clock/sr
+@dirrm share/gnome/help/clock/ru/figures
+@dirrm share/gnome/help/clock/ru
+@dirrm share/gnome/help/clock/pt_BR/figures
+@dirrm share/gnome/help/clock/pt_BR
+@dirrm share/gnome/help/clock/pt/figures
+@dirrm share/gnome/help/clock/pt
+@dirrm share/gnome/help/clock/pa/figures
+@dirrm share/gnome/help/clock/pa
+@dirrm share/gnome/help/clock/oc/figures
+@dirrm share/gnome/help/clock/oc
+@dirrm share/gnome/help/clock/nl/figures
+@dirrm share/gnome/help/clock/nl
+@dirrm share/gnome/help/clock/ko/figures
+@dirrm share/gnome/help/clock/ko
+@dirrm share/gnome/help/clock/ja/figures
+@dirrm share/gnome/help/clock/ja
+@dirrm share/gnome/help/clock/it/figures
+@dirrm share/gnome/help/clock/it
+@dirrm share/gnome/help/clock/fr/figures
+@dirrm share/gnome/help/clock/fr
+@dirrm share/gnome/help/clock/fi/figures
+@dirrm share/gnome/help/clock/fi
+@dirrm share/gnome/help/clock/eu/figures
+@dirrm share/gnome/help/clock/eu
+@dirrm share/gnome/help/clock/es/figures
+@dirrm share/gnome/help/clock/es
+@dirrm share/gnome/help/clock/en_GB/figures
+@dirrm share/gnome/help/clock/en_GB
+@dirrm share/gnome/help/clock/el/figures
+@dirrm share/gnome/help/clock/el
+@dirrm share/gnome/help/clock/de/figures
+@dirrm share/gnome/help/clock/de
+@dirrm share/gnome/help/clock/da/figures
+@dirrm share/gnome/help/clock/da
+@dirrm share/gnome/help/clock/cs/figures
+@dirrm share/gnome/help/clock/cs
+@dirrm share/gnome/help/clock/ca/figures
+@dirrm share/gnome/help/clock/ca
+@dirrm share/gnome/help/clock/ar/figures
+@dirrm share/gnome/help/clock/ar
+@dirrm share/gnome/help/clock/C/figures
+@dirrm share/gnome/help/clock/C
+@dirrm share/gnome/help/clock
+@dirrm %%DATADIR%%/pixmaps
+@dirrm %%DATADIR%%/ui
+@dirrm %%DATADIR%%/4.0/applets
+@dirrm %%DATADIR%%/4.0
+@dirrm %%DATADIR%%
+@dirrmtry share/applications
+@dirrmtry lib/gnome-panel/modules
+@dirrm include/gnome-panel-4.0/libpanel-applet
+@dirrm include/gnome-panel-4.0/
+%%BONOBO%%@dirrm include/panel-2.0
+@dirrmtry share/locale/zu/LC_MESSAGES
+@dirrmtry share/locale/zu
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/yo/LC_MESSAGES
+@dirrmtry share/locale/yo
+@dirrmtry share/locale/yi/LC_MESSAGES
+@dirrmtry share/locale/yi
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
+@dirrmtry share/locale/uz@cyrillic
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/sr@ije/LC_MESSAGES
+@dirrmtry share/locale/sr@ije
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ps/LC_MESSAGES
+@dirrmtry share/locale/ps
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/nso/LC_MESSAGES
+@dirrmtry share/locale/nso
+@dirrmtry share/locale/nds/LC_MESSAGES
+@dirrmtry share/locale/nds
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mi/LC_MESSAGES
+@dirrmtry share/locale/mi
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/la/LC_MESSAGES
+@dirrmtry share/locale/la
+@dirrmtry share/locale/ky/LC_MESSAGES
+@dirrmtry share/locale/ky
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/kk/LC_MESSAGES
+@dirrmtry share/locale/kk
+@dirrmtry share/locale/ig/LC_MESSAGES
+@dirrmtry share/locale/ig
+@dirrmtry share/locale/hy/LC_MESSAGES
+@dirrmtry share/locale/hy
+@dirrmtry share/locale/ha/LC_MESSAGES
+@dirrmtry share/locale/ha
+@dirrmtry share/locale/gv/LC_MESSAGES
+@dirrmtry share/locale/gv
+@dirrmtry share/locale/fur/LC_MESSAGES
+@dirrmtry share/locale/fur
+@dirrmtry share/locale/fy/LC_MESSAGES
+@dirrmtry share/locale/fy
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/crh/LC_MESSAGES
+@dirrmtry share/locale/crh
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as