From 527b0a34672c2d6fd53314279feae2873d920d58 Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 21 Feb 2009 15:16:01 +0000 Subject: Update to 2.25.91. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11886 df743ca5-7f9a-e211-a948-0013205c9059 --- Mk/bsd.gnome.mk | 4 +- x11/gnome-desktop/Makefile | 51 ++ x11/gnome-desktop/distinfo | 3 + x11/gnome-desktop/pkg-descr | 3 + x11/gnome-desktop/pkg-plist | 397 ++++++++++++ x11/gnome-panel/Makefile | 78 +++ x11/gnome-panel/distinfo | 3 + .../files/patch-applets_clock_clock-location.c | 11 + x11/gnome-panel/files/patch-applets_clock_clock.c | 11 + x11/gnome-panel/files/patch-config.h.in | 11 + x11/gnome-panel/files/patch-configure | 11 + x11/gnome-panel/files/patch-po_ja.po | 20 + x11/gnome-panel/files/patch-po_ko.po | 29 + x11/gnome-panel/pkg-descr | 3 + x11/gnome-panel/pkg-plist | 695 +++++++++++++++++++++ 15 files changed, 1328 insertions(+), 2 deletions(-) create mode 100644 x11/gnome-desktop/Makefile create mode 100644 x11/gnome-desktop/distinfo create mode 100644 x11/gnome-desktop/pkg-descr create mode 100644 x11/gnome-desktop/pkg-plist create mode 100644 x11/gnome-panel/Makefile create mode 100644 x11/gnome-panel/distinfo create mode 100644 x11/gnome-panel/files/patch-applets_clock_clock-location.c create mode 100644 x11/gnome-panel/files/patch-applets_clock_clock.c create mode 100644 x11/gnome-panel/files/patch-config.h.in create mode 100644 x11/gnome-panel/files/patch-configure create mode 100644 x11/gnome-panel/files/patch-po_ja.po create mode 100644 x11/gnome-panel/files/patch-po_ko.po create mode 100644 x11/gnome-panel/pkg-descr create mode 100644 x11/gnome-panel/pkg-plist diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 08a002e28..3f92fe635 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.471 2008/09/01 16:45:46 ahze Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.472 2009/01/12 06:59:31 adamw Exp $ # # Please view me with 4 column tabs! @@ -358,7 +358,7 @@ libgtkhtml_LIB_DEPENDS= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml libgtkhtml_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc libgtkhtml_USE_GNOME_IMPL=libxslt gnomevfs2 -gnomedesktop_LIB_DEPENDS= gnome-desktop-2.7:${PORTSDIR}/x11/gnome-desktop +gnomedesktop_LIB_DEPENDS= gnome-desktop-2.11:${PORTSDIR}/x11/gnome-desktop gnomedesktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-2.0.pc gnomedesktop_USE_GNOME_IMPL= libgnomeui gnomedocutils gnomedesktop_GNOME_DESKTOP_VERSION=2 diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile new file mode 100644 index 000000000..5d9f81f20 --- /dev/null +++ b/x11/gnome-desktop/Makefile @@ -0,0 +1,51 @@ +# New ports collection makefile for: gnomedesktop +# Date created: 13 April 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-desktop +PORTVERSION= 2.25.91 +PORTREVISION?= 0 +CATEGORIES= x11 gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Additional UI API for GNOME 2 + +USE_BZIP2= yes + +.if !defined(REFERENCE_PORT) + +RUN_DEPENDS= ${pygnome2_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome2 + +USE_XORG= xpm +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \ + ltverhack referencehack +GNOME_DESKTOP_VERSION=2 +USE_GETTEXT= yes +USE_GMAKE= yes +USE_BISON= build +USE_PYTHON= yes +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" \ + --with-kde-datadir=${LOCALBASE}/share +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gnome-about.1 + +post-patch: + @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \ + ${WRKSRC}/desktop-docs/fdl/Makefile.in \ + ${WRKSRC}/desktop-docs/gpl/Makefile.in \ + ${WRKSRC}/desktop-docs/lgpl/Makefile.in + +.include + +.endif diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo new file mode 100644 index 000000000..fa8f0990a --- /dev/null +++ b/x11/gnome-desktop/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-desktop-2.25.91.tar.bz2) = e5a7b7d0766205e1cfda10ec919688f6 +SHA256 (gnome2/gnome-desktop-2.25.91.tar.bz2) = ae730d7af5bec8c6f9c9b9152f67b3dae79306a9bfc11195ca349f5385742dac +SIZE (gnome2/gnome-desktop-2.25.91.tar.bz2) = 3171102 diff --git a/x11/gnome-desktop/pkg-descr b/x11/gnome-desktop/pkg-descr new file mode 100644 index 000000000..bda4df791 --- /dev/null +++ b/x11/gnome-desktop/pkg-descr @@ -0,0 +1,3 @@ +This is a collection of APIs not included in libgnomeui. + +WWW: http://www.gnome.org/ diff --git a/x11/gnome-desktop/pkg-plist b/x11/gnome-desktop/pkg-plist new file mode 100644 index 000000000..9fc714ffc --- /dev/null +++ b/x11/gnome-desktop/pkg-plist @@ -0,0 +1,397 @@ +bin/gnome-about +include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h +include/gnome-desktop-2.0/libgnome/gnome-desktop-utils.h +include/gnome-desktop-2.0/libgnomeui/gnome-bg.h +include/gnome-desktop-2.0/libgnomeui/gnome-bg-crossfade.h +include/gnome-desktop-2.0/libgnomeui/gnome-desktop-thumbnail.h +include/gnome-desktop-2.0/libgnomeui/gnome-rr-config.h +include/gnome-desktop-2.0/libgnomeui/gnome-rr-labeler.h +include/gnome-desktop-2.0/libgnomeui/gnome-rr.h +lib/libgnome-desktop-2.a +lib/libgnome-desktop-2.la +lib/libgnome-desktop-2.so +lib/libgnome-desktop-2.so.11 +libdata/pkgconfig/gnome-desktop-2.0.pc +share/applications/gnome-about.desktop +share/gnome-about/contributors.list +share/gnome-about/foundation-members.list +share/gnome-about/gnome-64.png +share/gnome-about/gnome-version.xml +share/gnome-about/headers/header-bg-ancient01a.png +share/gnome-about/headers/header-bg-city01.png +share/gnome-about/headers/header-bg-clouds01.png +share/gnome-about/headers/header-bg-clouds02.png +share/gnome-about/headers/header-bg-hills01.png +share/gnome-about/headers/header-bg-landscape01.png +share/gnome-about/headers/header-bg-mountains01.png +share/gnome-about/headers/header-bg-snow01.png +share/gnome-about/headers/header-bg-sunset01.png +share/gnome/help/fdl/C/fdl.xml +share/gnome/help/fdl/ar/fdl.xml +share/gnome/help/fdl/de/fdl.xml +share/gnome/help/fdl/es/fdl.xml +share/gnome/help/fdl/eu/fdl.xml +share/gnome/help/fdl/fr/fdl.xml +share/gnome/help/fdl/hu/fdl.xml +share/gnome/help/fdl/ko/fdl.xml +share/gnome/help/fdl/oc/fdl.xml +share/gnome/help/fdl/sv/fdl.xml +share/gnome/help/fdl/uk/fdl.xml +share/gnome/help/fdl/vi/fdl.xml +share/gnome/help/gpl/C/gpl.xml +share/gnome/help/gpl/ar/gpl.xml +share/gnome/help/gpl/ca/gpl.xml +share/gnome/help/gpl/cs/gpl.xml +share/gnome/help/gpl/de/gpl.xml +share/gnome/help/gpl/es/gpl.xml +share/gnome/help/gpl/eu/gpl.xml +share/gnome/help/gpl/fi/gpl.xml +share/gnome/help/gpl/fr/gpl.xml +share/gnome/help/gpl/hu/gpl.xml +share/gnome/help/gpl/ko/gpl.xml +share/gnome/help/gpl/oc/gpl.xml +share/gnome/help/gpl/pa/gpl.xml +share/gnome/help/gpl/sv/gpl.xml +share/gnome/help/gpl/uk/gpl.xml +share/gnome/help/gpl/vi/gpl.xml +share/gnome/help/gpl/zh_CN/gpl.xml +share/gnome/help/lgpl/C/lgpl.xml +share/gnome/help/lgpl/ar/lgpl.xml +share/gnome/help/lgpl/de/lgpl.xml +share/gnome/help/lgpl/es/lgpl.xml +share/gnome/help/lgpl/eu/lgpl.xml +share/gnome/help/lgpl/fi/lgpl.xml +share/gnome/help/lgpl/fr/lgpl.xml +share/gnome/help/lgpl/hu/lgpl.xml +share/gnome/help/lgpl/ko/lgpl.xml +share/gnome/help/lgpl/oc/lgpl.xml +share/gnome/help/lgpl/pa/lgpl.xml +share/gnome/help/lgpl/sv/lgpl.xml +share/gnome/help/lgpl/uk/lgpl.xml +share/gnome/help/lgpl/vi/lgpl.xml +share/gnome/help/lgpl/zh_CN/lgpl.xml +share/locale/af/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/am/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ar/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ast/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/az/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/be/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/be@latin/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/bg/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/bn/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/bn_IN/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/br/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/bs/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ca/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/cs/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/cy/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/da/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/de/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/dz/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/el/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/en_CA/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/en_GB/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/eo/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/es/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/et/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/eu/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/fa/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/fi/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/fr/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/fur/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ga/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/gl/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/gu/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/he/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/hi/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/hr/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/hu/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/hy/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/id/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ig/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/is/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/it/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ja/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ka/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/kk/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/kn/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ko/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ku/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ky/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/li/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/lt/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/lv/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/mai/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/mg/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/mi/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/mk/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ml/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/mn/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/mr/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ms/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/nb/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ne/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/nl/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/nn/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/nso/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/oc/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/or/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/pa/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/pl/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ps/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/pt/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/pt_BR/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ro/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ru/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/rw/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/si/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/sk/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/sl/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/sq/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/sr/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/sr@latin/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/sv/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ta/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/te/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/th/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/tk/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/tr/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ug/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/uk/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ur/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/uz/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/uz@cyrillic/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/vi/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/wa/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/xh/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/yi/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/yo/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/zh_CN/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/zh_HK/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/zh_TW/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/zu/LC_MESSAGES/gnome-desktop-2.0.mo +share/omf/fdl/fdl-C.omf +share/omf/fdl/fdl-ar.omf +share/omf/fdl/fdl-de.omf +share/omf/fdl/fdl-es.omf +share/omf/fdl/fdl-eu.omf +share/omf/fdl/fdl-fr.omf +share/omf/fdl/fdl-hu.omf +share/omf/fdl/fdl-ko.omf +share/omf/fdl/fdl-oc.omf +share/omf/fdl/fdl-sv.omf +share/omf/fdl/fdl-uk.omf +share/omf/fdl/fdl-vi.omf +share/omf/gpl/gpl-C.omf +share/omf/gpl/gpl-ar.omf +share/omf/gpl/gpl-ca.omf +share/omf/gpl/gpl-cs.omf +share/omf/gpl/gpl-de.omf +share/omf/gpl/gpl-es.omf +share/omf/gpl/gpl-eu.omf +share/omf/gpl/gpl-fi.omf +share/omf/gpl/gpl-fr.omf +share/omf/gpl/gpl-hu.omf +share/omf/gpl/gpl-ko.omf +share/omf/gpl/gpl-oc.omf +share/omf/gpl/gpl-pa.omf +share/omf/gpl/gpl-sv.omf +share/omf/gpl/gpl-uk.omf +share/omf/gpl/gpl-vi.omf +share/omf/gpl/gpl-zh_CN.omf +share/omf/lgpl/lgpl-C.omf +share/omf/lgpl/lgpl-ar.omf +share/omf/lgpl/lgpl-de.omf +share/omf/lgpl/lgpl-es.omf +share/omf/lgpl/lgpl-eu.omf +share/omf/lgpl/lgpl-fi.omf +share/omf/lgpl/lgpl-fr.omf +share/omf/lgpl/lgpl-hu.omf +share/omf/lgpl/lgpl-ko.omf +share/omf/lgpl/lgpl-oc.omf +share/omf/lgpl/lgpl-pa.omf +share/omf/lgpl/lgpl-sv.omf +share/omf/lgpl/lgpl-uk.omf +share/omf/lgpl/lgpl-vi.omf +share/omf/lgpl/lgpl-zh_CN.omf +share/pixmaps/apple-green.png +share/pixmaps/apple-red.png +share/pixmaps/gnome-aorta.png +share/pixmaps/gnome-applets.png +share/pixmaps/gnome-background-image.png +share/pixmaps/gnome-background-pattern.png +share/pixmaps/gnome-background.png +share/pixmaps/gnome-calc2.png +share/pixmaps/gnome-calc3.png +share/pixmaps/gnome-calendar.png +share/pixmaps/gnome-ccbackground.png +share/pixmaps/gnome-ccdesktop.png +share/pixmaps/gnome-ccdialog.png +share/pixmaps/gnome-ccmime.png +share/pixmaps/gnome-ccperiph.png +share/pixmaps/gnome-ccscreensaver.png +share/pixmaps/gnome-ccwindowmanager.png +share/pixmaps/gnome-color-browser.png +share/pixmaps/gnome-color-xterm.png +share/pixmaps/gnome-computer.png +share/pixmaps/gnome-cromagnon.png +share/pixmaps/gnome-day.png +share/pixmaps/gnome-debian.png +share/pixmaps/gnome-diskfree.png +share/pixmaps/gnome-emacs.png +share/pixmaps/gnome-eterm.png +share/pixmaps/gnome-file-c.png +share/pixmaps/gnome-file-h.png +share/pixmaps/gnome-folder.png +share/pixmaps/gnome-gemvt.png +share/pixmaps/gnome-gimp.png +share/pixmaps/gnome-gmenu.png +share/pixmaps/gnome-gmush.png +share/pixmaps/gnome-gnomoku.png +share/pixmaps/gnome-home.png +share/pixmaps/gnome-html.png +share/pixmaps/gnome-image-gif.png +share/pixmaps/gnome-image-jpeg.png +share/pixmaps/gnome-irc.png +share/pixmaps/gnome-laptop.png +share/pixmaps/gnome-log.png +share/pixmaps/gnome-logo-icon-transparent.png +share/pixmaps/gnome-logo-icon.png +share/pixmaps/gnome-logo-large.png +share/pixmaps/gnome-mdi.png +share/pixmaps/gnome-mnemonic.png +share/pixmaps/gnome-month.png +share/pixmaps/gnome-mouse.png +share/pixmaps/gnome-news.png +share/pixmaps/gnome-note.png +share/pixmaps/gnome-qeye.png +share/pixmaps/gnome-set-time.png +share/pixmaps/gnome-spider.png +share/pixmaps/gnome-squeak.png +share/pixmaps/gnome-suse.png +share/pixmaps/gnome-talk.png +share/pixmaps/gnome-term-linux.png +share/pixmaps/gnome-term-linux2.png +share/pixmaps/gnome-term-night.png +share/pixmaps/gnome-term-tiger.png +share/pixmaps/gnome-term.png +share/pixmaps/gnome-tigert.png +share/pixmaps/gnome-touristinfo.png +share/pixmaps/gnome-user-interface.png +share/pixmaps/gnome-week.png +share/pixmaps/gnome-windows.png +share/pixmaps/gnome-word.png +share/pixmaps/gnome-xterm.png +share/pixmaps/gtkvim.png +share/pixmaps/kterm.xpm +share/pixmaps/monitor.png +share/pixmaps/vnterm.xpm +@dirrm share/omf/lgpl +@dirrm share/omf/gpl +@dirrm share/omf/fdl +@dirrm share/gnome/help/lgpl/zh_CN +@dirrm share/gnome/help/lgpl/vi +@dirrm share/gnome/help/lgpl/uk +@dirrm share/gnome/help/lgpl/sv +@dirrm share/gnome/help/lgpl/pa +@dirrm share/gnome/help/lgpl/oc +@dirrm share/gnome/help/lgpl/ko +@dirrm share/gnome/help/lgpl/hu +@dirrm share/gnome/help/lgpl/fr +@dirrm share/gnome/help/lgpl/fi +@dirrm share/gnome/help/lgpl/eu +@dirrm share/gnome/help/lgpl/es +@dirrm share/gnome/help/lgpl/de +@dirrm share/gnome/help/lgpl/ar +@dirrm share/gnome/help/gpl/zh_CN +@dirrm share/gnome/help/gpl/vi +@dirrm share/gnome/help/gpl/uk +@dirrm share/gnome/help/gpl/sv +@dirrm share/gnome/help/gpl/pa +@dirrm share/gnome/help/gpl/oc +@dirrm share/gnome/help/gpl/ko +@dirrm share/gnome/help/gpl/hu +@dirrm share/gnome/help/gpl/fr +@dirrm share/gnome/help/gpl/fi +@dirrm share/gnome/help/gpl/eu +@dirrm share/gnome/help/gpl/es +@dirrm share/gnome/help/gpl/de +@dirrm share/gnome/help/gpl/cs +@dirrm share/gnome/help/gpl/ca +@dirrm share/gnome/help/gpl/ar +@dirrm share/gnome/help/fdl/vi +@dirrm share/gnome/help/fdl/uk +@dirrm share/gnome/help/fdl/sv +@dirrm share/gnome/help/fdl/oc +@dirrm share/gnome/help/fdl/ko +@dirrm share/gnome/help/fdl/hu +@dirrm share/gnome/help/fdl/fr +@dirrm share/gnome/help/fdl/eu +@dirrm share/gnome/help/fdl/es +@dirrm share/gnome/help/fdl/de +@dirrm share/gnome/help/fdl/ar +@dirrm share/gnome-about/headers +@dirrmtry share/applications +@dirrm include/gnome-desktop-2.0/libgnomeui +@dirrm include/gnome-desktop-2.0/libgnome +@dirrm include/gnome-desktop-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/uz/LC_MESSAGES +@dirrmtry share/locale/uz +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@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/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/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/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/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@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 diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile new file mode 100644 index 000000000..4a611449f --- /dev/null +++ b/x11/gnome-panel/Makefile @@ -0,0 +1,78 @@ +# New ports collection makefile for: gnomepanel +# Date created: 27 April 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-panel +PORTVERSION= 2.25.91 +PORTREVISION?= 0 +CATEGORIES= x11 gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Panel component for the GNOME 2 Desktop + +USE_BZIP2= yes + +.if !defined(REFERENCE_PORT) + +LIB_DEPENDS= gweather.1:${PORTSDIR}/net/libgweather \ + polkit-gnome.0:${PORTSDIR}/sysutils/policykit-gnome + +USE_GETTEXT= yes +INSTALLS_OMF= yes +USE_LDCONFIG= yes +INSTALLS_ICONS= yes +USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop librsvg2 \ + libwnck gnomemenus gnomedocutils ltverhack referencehack +WANT_GNOME= yes +GNOME_DESKTOP_VERSION=2 +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ + --with-kde-docdir=${LOCALBASE}/share/doc \ + --disable-network-manager \ + --enable-polkit +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gnome-panel.1 +GCONF_SCHEMAS= clock.schemas fish.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 + +.if defined(PACKAGE_BUILDING) +.undef WITHOUT_GNOME +WITH_GNOME= yes +.endif + +.include + +.if defined(WITH_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!="" +USE_GNOME+= evolutiondataserver +CONFIGURE_ARGS+=--enable-eds +.else +CONFIGURE_ARGS+=--disable-eds +.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 \ + ${WRKSRC}/help/window-list/Makefile.in \ + ${WRKSRC}/help/workspace-switcher/Makefile.in + +.include + +.endif diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo new file mode 100644 index 000000000..79e358dca --- /dev/null +++ b/x11/gnome-panel/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-panel-2.25.91.tar.bz2) = 8b6f0c2c1d53be49cfe1bbe433e1e758 +SHA256 (gnome2/gnome-panel-2.25.91.tar.bz2) = 726de39b05c3826645c31048500ed6421df13a2165c91396daad056d3b10dcb2 +SIZE (gnome2/gnome-panel-2.25.91.tar.bz2) = 3405140 diff --git a/x11/gnome-panel/files/patch-applets_clock_clock-location.c b/x11/gnome-panel/files/patch-applets_clock_clock-location.c new file mode 100644 index 000000000..aa25ac2fc --- /dev/null +++ b/x11/gnome-panel/files/patch-applets_clock_clock-location.c @@ -0,0 +1,11 @@ +--- applets/clock/clock-location.c.orig 2008-04-07 17:17:51.000000000 -0400 ++++ applets/clock/clock-location.c 2008-04-07 22:54:31.000000000 -0400 +@@ -27,6 +27,8 @@ + #include "clock-marshallers.h" + #include "set-timezone.h" + ++#define daylight 1 ++ + G_DEFINE_TYPE (ClockLocation, clock_location, G_TYPE_OBJECT) + + typedef struct { diff --git a/x11/gnome-panel/files/patch-applets_clock_clock.c b/x11/gnome-panel/files/patch-applets_clock_clock.c new file mode 100644 index 000000000..5acc58b40 --- /dev/null +++ b/x11/gnome-panel/files/patch-applets_clock_clock.c @@ -0,0 +1,11 @@ +--- applets/clock/clock.c.orig 2008-02-26 14:17:49.000000000 +0100 ++++ applets/clock/clock.c 2008-02-26 18:01:17.000000000 +0100 +@@ -84,6 +84,8 @@ + + #define FALLBACK_CONFIG_TOOL "time-admin" + ++#define daylight 1 ++ + static const char *clock_config_tools [] = { + CLOCK_TIME_UTILITY, + FALLBACK_CONFIG_TOOL diff --git a/x11/gnome-panel/files/patch-config.h.in b/x11/gnome-panel/files/patch-config.h.in new file mode 100644 index 000000000..8a59166a5 --- /dev/null +++ b/x11/gnome-panel/files/patch-config.h.in @@ -0,0 +1,11 @@ +--- config.h.in.orig Thu Jan 2 19:50:41 2003 ++++ config.h.in Mon Jan 6 13:11:12 2003 +@@ -96,6 +96,8 @@ + /* Define to 1 if you have the header file. */ + #undef HAVE_STDLIB_H + ++#undef HAVE_LANGINFO_H ++ + /* Define to 1 if you have the header file. */ + #undef HAVE_STRINGS_H + diff --git a/x11/gnome-panel/files/patch-configure b/x11/gnome-panel/files/patch-configure new file mode 100644 index 000000000..732f3a860 --- /dev/null +++ b/x11/gnome-panel/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Jan 14 15:54:42 2004 ++++ configure Wed Jan 14 15:55:13 2004 +@@ -5536,7 +5536,7 @@ + + + for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ +- inttypes.h stdint.h unistd.h ++ inttypes.h stdint.h unistd.h langinfo.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + echo "$as_me:$LINENO: checking for $ac_header" >&5 diff --git a/x11/gnome-panel/files/patch-po_ja.po b/x11/gnome-panel/files/patch-po_ja.po new file mode 100644 index 000000000..5a71e3919 --- /dev/null +++ b/x11/gnome-panel/files/patch-po_ja.po @@ -0,0 +1,20 @@ +--- po/ja.po.orig 2007-08-13 19:37:02.000000000 -0400 ++++ po/ja.po 2007-08-14 17:00:06.000000000 -0400 +@@ -97,7 +97,7 @@ msgstr "%k:%M" + #. * possible. + #: ../applets/clock/calendar-window.c:234 + msgid "%b %d" +-msgstr "%b%e日" ++msgstr "%B%e日" + + #: ../applets/clock/calendar-window.c:742 + msgid "_Tasks" +@@ -138,7 +138,7 @@ msgstr "%k:%M:%S" + #. + #: ../applets/clock/clock.c:369 + msgid "%a %b %e" +-msgstr "%b%e日 (%a)" ++msgstr "%B%e日 (%a)" + + #. translators: reverse the order of these arguments + #. * if the time should come before the diff --git a/x11/gnome-panel/files/patch-po_ko.po b/x11/gnome-panel/files/patch-po_ko.po new file mode 100644 index 000000000..7de508a0e --- /dev/null +++ b/x11/gnome-panel/files/patch-po_ko.po @@ -0,0 +1,29 @@ +--- po/ko.po.orig 2008-02-26 18:15:58.000000000 +0100 ++++ po/ko.po 2008-02-26 18:16:31.000000000 +0100 +@@ -95,7 +95,7 @@ msgstr "%H:%M" + #. * possible. + #: ../applets/clock/calendar-window.c:250 + msgid "%b %d" +-msgstr "%b %e일" ++msgstr "%B %e일" + + #: ../applets/clock/calendar-window.c:765 + msgid "Tasks" +@@ -146,7 +146,7 @@ msgstr "%H:%M:%S" + #. + #: ../applets/clock/clock.c:443 + msgid "%a %b %e" +-msgstr "%b %e일 (%a)" ++msgstr "%B %e일 (%a)" + + #. translators: reverse the order of these arguments + #. * if the time should come before the +@@ -207,7 +207,7 @@ msgstr "%p %I:%M" + + #: ../applets/clock/clock.c:1590 + msgid "%A, %B %d %Y" +-msgstr "%Y년 %b %e일 %A" ++msgstr "%Y년 %B %e일 %A" + + #: ../applets/clock/clock.c:1665 + #, c-format diff --git a/x11/gnome-panel/pkg-descr b/x11/gnome-panel/pkg-descr new file mode 100644 index 000000000..263044b5e --- /dev/null +++ b/x11/gnome-panel/pkg-descr @@ -0,0 +1,3 @@ +This drives the GNOME 2 panel. + +WWW: http://www.gnome.org/ diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist new file mode 100644 index 000000000..c3b46e40a --- /dev/null +++ b/x11/gnome-panel/pkg-plist @@ -0,0 +1,695 @@ +bin/gnome-desktop-item-edit +bin/gnome-panel +bin/panel-test-applets +etc/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf +@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 +include/panel-2.0/GNOME_Panel.h +include/panel-2.0/panel-applet-enums.h +include/panel-2.0/panel-applet-gconf.h +include/panel-2.0/panel-applet.h +lib/libpanel-applet-2.a +lib/libpanel-applet-2.la +lib/libpanel-applet-2.so +lib/libpanel-applet-2.so.0 +libdata/bonobo/servers/GNOME_ClockApplet_Factory.server +libdata/bonobo/servers/GNOME_FishApplet_Factory.server +libdata/bonobo/servers/GNOME_NotificationAreaApplet.server +libdata/bonobo/servers/GNOME_Wncklet_Factory.server +libdata/pkgconfig/libpanelapplet-2.0.pc +libexec/clock-applet +libexec/fish-applet-2 +libexec/gnome-clock-applet-mechanism +libexec/notification-area-applet +libexec/wnck-applet +share/PolicyKit/policy/org.gnome.clockapplet.mechanism.policy +share/applications/gnome-panel.desktop +share/dbus-1/system-services/org.gnome.ClockApplet.Mechanism.service +share/gnome-2.0/ui/GNOME_ClockApplet.xml +share/gnome-2.0/ui/GNOME_FishApplet.xml +share/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml +share/gnome-2.0/ui/GNOME_Panel_Popup.xml +share/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml +share/gnome-2.0/ui/GNOME_WindowListApplet.xml +share/gnome-2.0/ui/GNOME_WindowMenuApplet.xml +share/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml +%%DATADIR%%/glade/clock.glade +%%DATADIR%%/glade/fish.glade +%%DATADIR%%/glade/panel-properties-dialog.glade +%%DATADIR%%/glade/panel-run-dialog.glade +%%DATADIR%%/glade/panel-test-applets.glade +%%DATADIR%%/glade/window-list.glade +%%DATADIR%%/glade/workspace-switcher.glade +%%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/fishanim.png +%%DATADIR%%/pixmaps/footguy.png +%%DATADIR%%/pixmaps/gnome-gegl2-2.png +%%DATADIR%%/pixmaps/gnome-gegl2.png +%%DATADIR%%/pixmaps/monkey.png +%%DATADIR%%/pixmaps/oldwanda.png +%%DATADIR%%/pixmaps/wanda.png +%%DATADIR%%/pixmaps/world_map-960.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/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/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_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/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_TW/clock.xml +share/gnome/help/clock/zh_TW/figures/clock_applet.png +share/gnome/help/clock/zh_TW/legal.xml +share/gnome/help/fish-applet-2/ja/figures/fish_applet.png +share/gnome/help/fish-applet-2/ja/fish-applet-2.xml +share/gnome/help/fish-applet-2/ja/legal.xml +share/gnome/help/fish-applet-2/zh_CN/figures/fish_applet.png +share/gnome/help/fish-applet-2/zh_CN/figures/fish_settings.png +share/gnome/help/fish-applet-2/zh_CN/fish-applet-2.xml +share/gnome/help/fish-applet-2/zh_CN/legal.xml +share/gnome/help/fish-applet-2/zh_TW/figures/fish_applet.png +share/gnome/help/fish-applet-2/zh_TW/figures/fish_settings.png +share/gnome/help/fish-applet-2/zh_TW/fish-applet-2.xml +share/gnome/help/fish-applet-2/zh_TW/legal.xml +share/gnome/help/fish/C/figures/fish_applet.png +share/gnome/help/fish/C/fish.xml +share/gnome/help/fish/C/legal.xml +share/gnome/help/fish/ca/figures/fish_applet.png +share/gnome/help/fish/ca/fish.xml +share/gnome/help/fish/ca/legal.xml +share/gnome/help/fish/de/figures/fish_applet.png +share/gnome/help/fish/de/fish.xml +share/gnome/help/fish/de/legal.xml +share/gnome/help/fish/el/figures/fish_applet.png +share/gnome/help/fish/el/fish.xml +share/gnome/help/fish/el/legal.xml +share/gnome/help/fish/es/figures/fish_applet.png +share/gnome/help/fish/es/fish.xml +share/gnome/help/fish/es/legal.xml +share/gnome/help/fish/eu/figures/fish_applet.png +share/gnome/help/fish/eu/fish.xml +share/gnome/help/fish/eu/legal.xml +share/gnome/help/fish/fi/figures/fish_applet.png +share/gnome/help/fish/fi/fish.xml +share/gnome/help/fish/fi/legal.xml +share/gnome/help/fish/fr/figures/fish_applet.png +share/gnome/help/fish/fr/fish.xml +share/gnome/help/fish/fr/legal.xml +share/gnome/help/fish/it/figures/fish_applet.png +share/gnome/help/fish/it/fish.xml +share/gnome/help/fish/it/legal.xml +share/gnome/help/fish/ko/figures/fish_applet.png +share/gnome/help/fish/ko/fish.xml +share/gnome/help/fish/ko/legal.xml +share/gnome/help/fish/oc/figures/fish_applet.png +share/gnome/help/fish/oc/fish.xml +share/gnome/help/fish/oc/legal.xml +share/gnome/help/fish/ru/figures/fish_applet.png +share/gnome/help/fish/ru/fish.xml +share/gnome/help/fish/ru/legal.xml +share/gnome/help/fish/sv/figures/fish_applet.png +share/gnome/help/fish/sv/fish.xml +share/gnome/help/fish/sv/legal.xml +share/gnome/help/fish/th/figures/fish_applet.png +share/gnome/help/fish/th/fish.xml +share/gnome/help/fish/th/legal.xml +share/gnome/help/fish/uk/figures/fish_applet.png +share/gnome/help/fish/uk/fish.xml +share/gnome/help/fish/uk/legal.xml +share/gnome/help/window-list/C/window-list.xml +share/gnome/help/window-list/ar/window-list.xml +share/gnome/help/window-list/ca/window-list.xml +share/gnome/help/window-list/da/window-list.xml +share/gnome/help/window-list/de/window-list.xml +share/gnome/help/window-list/el/window-list.xml +share/gnome/help/window-list/es/window-list.xml +share/gnome/help/window-list/eu/window-list.xml +share/gnome/help/window-list/fi/window-list.xml +share/gnome/help/window-list/fr/window-list.xml +share/gnome/help/window-list/it/window-list.xml +share/gnome/help/window-list/ja/figures/window_list_applet.png +share/gnome/help/window-list/ja/figures/window_list_group_applet.png +share/gnome/help/window-list/ja/legal.xml +share/gnome/help/window-list/ja/window-list.xml +share/gnome/help/window-list/ko/window-list.xml +share/gnome/help/window-list/oc/window-list.xml +share/gnome/help/window-list/pa/window-list.xml +share/gnome/help/window-list/pt_BR/window-list.xml +share/gnome/help/window-list/ru/window-list.xml +share/gnome/help/window-list/sv/window-list.xml +share/gnome/help/window-list/uk/window-list.xml +share/gnome/help/window-list/zh_CN/window-list.xml +share/gnome/help/window-list/zh_TW/figures/window_list_applet.png +share/gnome/help/window-list/zh_TW/figures/window_list_group.png +share/gnome/help/window-list/zh_TW/figures/window_list_group_applet.png +share/gnome/help/window-list/zh_TW/legal.xml +share/gnome/help/window-list/zh_TW/window-list.xml +share/gnome/help/workspace-switcher/C/workspace-switcher.xml +share/gnome/help/workspace-switcher/ar/workspace-switcher.xml +share/gnome/help/workspace-switcher/ca/workspace-switcher.xml +share/gnome/help/workspace-switcher/da/workspace-switcher.xml +share/gnome/help/workspace-switcher/de/workspace-switcher.xml +share/gnome/help/workspace-switcher/el/workspace-switcher.xml +share/gnome/help/workspace-switcher/es/workspace-switcher.xml +share/gnome/help/workspace-switcher/eu/workspace-switcher.xml +share/gnome/help/workspace-switcher/fi/workspace-switcher.xml +share/gnome/help/workspace-switcher/fr/workspace-switcher.xml +share/gnome/help/workspace-switcher/it/workspace-switcher.xml +share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png +share/gnome/help/workspace-switcher/ja/legal.xml +share/gnome/help/workspace-switcher/ja/workspace-switcher.xml +share/gnome/help/workspace-switcher/ko/workspace-switcher.xml +share/gnome/help/workspace-switcher/nl/workspace-switcher.xml +share/gnome/help/workspace-switcher/oc/workspace-switcher.xml +share/gnome/help/workspace-switcher/pa/workspace-switcher.xml +share/gnome/help/workspace-switcher/pt_BR/workspace-switcher.xml +share/gnome/help/workspace-switcher/ru/workspace-switcher.xml +share/gnome/help/workspace-switcher/sv/workspace-switcher.xml +share/gnome/help/workspace-switcher/uk/workspace-switcher.xml +share/gnome/help/workspace-switcher/vi/workspace-switcher.xml +share/gnome/help/workspace-switcher/zh_CN/figures/workspace_switcher_applet.png +share/gnome/help/workspace-switcher/zh_CN/figures/workspacelist_applet.png +share/gnome/help/workspace-switcher/zh_CN/legal.xml +share/gnome/help/workspace-switcher/zh_CN/workspace-switcher.xml +share/gnome/help/workspace-switcher/zh_TW/figures/workspace_switcher_applet.png +share/gnome/help/workspace-switcher/zh_TW/figures/workspacelist_applet.png +share/gnome/help/workspace-switcher/zh_TW/legal.xml +share/gnome/help/workspace-switcher/zh_TW/workspace-switcher.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 +share/idl/gnome-panel-2.0/GNOME_Panel.idl +share/locale/af/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/am/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/as/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ast/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/be@latin/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/bn_IN/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/br/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/bs/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/dz/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/en_CA/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/en_GB/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/eo/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/es/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/et/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/eu/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/fa/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/fi/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/fur/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/gu/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ha/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/hy/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ig/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/is/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ka/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/kn/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ku/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ky/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/la/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/li/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/mai/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/mg/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/mi/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/mk/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ml/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/mn/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/mr/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ms/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/nb/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ne/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/nl/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/nn/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/nso/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/oc/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/or/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/pa/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/pl/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ps/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/pt/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/pt_BR/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ro/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ru/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/rw/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/si/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sk/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sl/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sq/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sr/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sr@ije/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sr@latin/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/te/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/th/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/uz/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/uz@cyrillic/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/xh/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/yo/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/zh_HK/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/zu/LC_MESSAGES/gnome-panel-2.0.mo +share/omf/clock/clock-C.omf +share/omf/clock/clock-ar.omf +share/omf/clock/clock-ca.omf +share/omf/clock/clock-de.omf +share/omf/clock/clock-el.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_BR.omf +share/omf/clock/clock-ru.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_TW.omf +share/omf/fish/fish-C.omf +share/omf/fish/fish-ca.omf +share/omf/fish/fish-de.omf +share/omf/fish/fish-el.omf +share/omf/fish/fish-es.omf +share/omf/fish/fish-eu.omf +share/omf/fish/fish-fi.omf +share/omf/fish/fish-fr.omf +share/omf/fish/fish-it.omf +share/omf/fish/fish-ko.omf +share/omf/fish/fish-oc.omf +share/omf/fish/fish-ru.omf +share/omf/fish/fish-sv.omf +share/omf/fish/fish-th.omf +share/omf/fish/fish-uk.omf +share/omf/gnome-panel/fish-applet-2-ja.omf +share/omf/gnome-panel/fish-applet-2-zh_CN.omf +share/omf/gnome-panel/fish-applet-2-zh_TW.omf +share/omf/gnome-panel/window-list-ja.omf +share/omf/gnome-panel/window-list-zh_TW.omf +share/omf/gnome-panel/workspace-switcher-ja.omf +share/omf/gnome-panel/workspace-switcher-zh_CN.omf +share/omf/gnome-panel/workspace-switcher-zh_TW.omf +share/omf/window-list/window-list-C.omf +share/omf/window-list/window-list-ar.omf +share/omf/window-list/window-list-ca.omf +share/omf/window-list/window-list-da.omf +share/omf/window-list/window-list-de.omf +share/omf/window-list/window-list-el.omf +share/omf/window-list/window-list-es.omf +share/omf/window-list/window-list-eu.omf +share/omf/window-list/window-list-fi.omf +share/omf/window-list/window-list-fr.omf +share/omf/window-list/window-list-it.omf +share/omf/window-list/window-list-ko.omf +share/omf/window-list/window-list-oc.omf +share/omf/window-list/window-list-pa.omf +share/omf/window-list/window-list-pt_BR.omf +share/omf/window-list/window-list-ru.omf +share/omf/window-list/window-list-sv.omf +share/omf/window-list/window-list-uk.omf +share/omf/window-list/window-list-zh_CN.omf +share/omf/workspace-switcher/workspace-switcher-C.omf +share/omf/workspace-switcher/workspace-switcher-ar.omf +share/omf/workspace-switcher/workspace-switcher-ca.omf +share/omf/workspace-switcher/workspace-switcher-da.omf +share/omf/workspace-switcher/workspace-switcher-de.omf +share/omf/workspace-switcher/workspace-switcher-el.omf +share/omf/workspace-switcher/workspace-switcher-es.omf +share/omf/workspace-switcher/workspace-switcher-eu.omf +share/omf/workspace-switcher/workspace-switcher-fi.omf +share/omf/workspace-switcher/workspace-switcher-fr.omf +share/omf/workspace-switcher/workspace-switcher-it.omf +share/omf/workspace-switcher/workspace-switcher-ko.omf +share/omf/workspace-switcher/workspace-switcher-nl.omf +share/omf/workspace-switcher/workspace-switcher-oc.omf +share/omf/workspace-switcher/workspace-switcher-pa.omf +share/omf/workspace-switcher/workspace-switcher-pt_BR.omf +share/omf/workspace-switcher/workspace-switcher-ru.omf +share/omf/workspace-switcher/workspace-switcher-sv.omf +share/omf/workspace-switcher/workspace-switcher-uk.omf +share/omf/workspace-switcher/workspace-switcher-vi.omf +@dirrm share/omf/workspace-switcher +@dirrm share/omf/window-list +@dirrm share/omf/gnome-panel +@dirrm share/omf/fish +@dirrm share/omf/clock +@dirrm share/idl/gnome-panel-2.0 +@dirrm share/gnome/help/workspace-switcher/zh_TW/figures +@dirrm share/gnome/help/workspace-switcher/zh_TW +@dirrm share/gnome/help/workspace-switcher/zh_CN/figures +@dirrm share/gnome/help/workspace-switcher/zh_CN +@dirrm share/gnome/help/workspace-switcher/vi +@dirrm share/gnome/help/workspace-switcher/uk +@dirrm share/gnome/help/workspace-switcher/sv +@dirrm share/gnome/help/workspace-switcher/ru +@dirrm share/gnome/help/workspace-switcher/pt_BR +@dirrm share/gnome/help/workspace-switcher/pa +@dirrm share/gnome/help/workspace-switcher/oc +@dirrm share/gnome/help/workspace-switcher/nl +@dirrm share/gnome/help/workspace-switcher/ko +@dirrm share/gnome/help/workspace-switcher/ja/figures +@dirrm share/gnome/help/workspace-switcher/ja +@dirrm share/gnome/help/workspace-switcher/it +@dirrm share/gnome/help/workspace-switcher/fr +@dirrm share/gnome/help/workspace-switcher/fi +@dirrm share/gnome/help/workspace-switcher/eu +@dirrm share/gnome/help/workspace-switcher/es +@dirrm share/gnome/help/workspace-switcher/el +@dirrm share/gnome/help/workspace-switcher/de +@dirrm share/gnome/help/workspace-switcher/da +@dirrm share/gnome/help/workspace-switcher/ca +@dirrm share/gnome/help/workspace-switcher/ar +@dirrm share/gnome/help/workspace-switcher/C +@dirrm share/gnome/help/workspace-switcher +@dirrm share/gnome/help/window-list/zh_TW/figures +@dirrm share/gnome/help/window-list/zh_TW +@dirrm share/gnome/help/window-list/zh_CN +@dirrm share/gnome/help/window-list/uk +@dirrm share/gnome/help/window-list/sv +@dirrm share/gnome/help/window-list/ru +@dirrm share/gnome/help/window-list/pt_BR +@dirrm share/gnome/help/window-list/pa +@dirrm share/gnome/help/window-list/oc +@dirrm share/gnome/help/window-list/ko +@dirrm share/gnome/help/window-list/ja/figures +@dirrm share/gnome/help/window-list/ja +@dirrm share/gnome/help/window-list/it +@dirrm share/gnome/help/window-list/fr +@dirrm share/gnome/help/window-list/fi +@dirrm share/gnome/help/window-list/eu +@dirrm share/gnome/help/window-list/es +@dirrm share/gnome/help/window-list/el +@dirrm share/gnome/help/window-list/de +@dirrm share/gnome/help/window-list/da +@dirrm share/gnome/help/window-list/ca +@dirrm share/gnome/help/window-list/ar +@dirrm share/gnome/help/window-list/C +@dirrm share/gnome/help/window-list +@dirrm share/gnome/help/fish/uk/figures +@dirrm share/gnome/help/fish/uk +@dirrm share/gnome/help/fish/th/figures +@dirrm share/gnome/help/fish/th +@dirrm share/gnome/help/fish/sv/figures +@dirrm share/gnome/help/fish/sv +@dirrm share/gnome/help/fish/ru/figures +@dirrm share/gnome/help/fish/ru +@dirrm share/gnome/help/fish/oc/figures +@dirrm share/gnome/help/fish/oc +@dirrm share/gnome/help/fish/ko/figures +@dirrm share/gnome/help/fish/ko +@dirrm share/gnome/help/fish/it/figures +@dirrm share/gnome/help/fish/it +@dirrm share/gnome/help/fish/fr/figures +@dirrm share/gnome/help/fish/fr +@dirrm share/gnome/help/fish/fi/figures +@dirrm share/gnome/help/fish/fi +@dirrm share/gnome/help/fish/eu/figures +@dirrm share/gnome/help/fish/eu +@dirrm share/gnome/help/fish/es/figures +@dirrm share/gnome/help/fish/es +@dirrm share/gnome/help/fish/el/figures +@dirrm share/gnome/help/fish/el +@dirrm share/gnome/help/fish/de/figures +@dirrm share/gnome/help/fish/de +@dirrm share/gnome/help/fish/ca/figures +@dirrm share/gnome/help/fish/ca +@dirrm share/gnome/help/fish/C/figures +@dirrm share/gnome/help/fish/C +@dirrm share/gnome/help/fish-applet-2/zh_TW/figures +@dirrm share/gnome/help/fish-applet-2/zh_TW +@dirrm share/gnome/help/fish-applet-2/zh_CN/figures +@dirrm share/gnome/help/fish-applet-2/zh_CN +@dirrm share/gnome/help/fish-applet-2/ja/figures +@dirrm share/gnome/help/fish-applet-2/ja +@dirrm share/gnome/help/fish-applet-2 +@dirrm share/gnome/help/fish +@dirrm share/gnome/help/clock/zh_TW/figures +@dirrm share/gnome/help/clock/zh_TW +@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/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/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/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/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%%/glade +@dirrm %%DATADIR%% +@dirrmtry share/applications +@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/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/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/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/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@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 -- cgit v1.2.3