diff options
Diffstat (limited to 'x11')
126 files changed, 0 insertions, 9301 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile deleted file mode 100644 index ba83af335..000000000 --- a/x11/gdm2/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: gdm2 -# Date created: 20 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gdm2/Makefile,v 1.77 2003/12/31 22:18:49 marcus Exp $ -# - -PORTNAME= gdm2 -PORTVERSION= 2.5.90.2 -PORTREVISION= 1 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 -DISTNAME= gdm-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 version of xdm display manager - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui librsvg2 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GDMDIR?= ${PREFIX}/etc/gdm -PKGMESSAGE= ${WRKDIR}/pkg-message - -MAN1= gdm.1 - -.include <bsd.port.pre.mk> - -.if exists(/usr/include/security/pam_misc.h) -PLIST_SUB= PAM_MISC="" -.else -PLIST_SUB= PAM_MISC="@comment " -.endif - -post-extract: - @${SED} -e "s,%%PREFIX%%,${PREFIX},g" \ - ${FILESDIR}/gdm.sh.sample > ${WRKSRC}/gdm.sh.sample - -post-install: -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${INSTALL_SCRIPT} ${WRKSRC}/gdm.sh.sample ${PREFIX}/etc/rc.d - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \ - | /usr/bin/fmt 75 79 > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/x11/gdm2/distinfo b/x11/gdm2/distinfo deleted file mode 100644 index 0447db0dc..000000000 --- a/x11/gdm2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gdm-2.5.90.2.tar.bz2) = e2054ab6aa9fe5c6e62235b879774074 -SIZE (gnome2/gdm-2.5.90.2.tar.bz2) = 2659961 diff --git a/x11/gdm2/files/gdm.sh.sample b/x11/gdm2/files/gdm.sh.sample deleted file mode 100644 index c2fd105d2..000000000 --- a/x11/gdm2/files/gdm.sh.sample +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/x11/gdm2/files/gdm.sh.sample,v 1.4 2003/09/18 06:49:24 marcus Exp $ - -PREFIX=%%PREFIX%% - -case "$1" in -start) - ${PREFIX}/bin/gdm - ;; -stop) - /usr/bin/killall -m gdm 2>/dev/null - ;; -*) - echo "Usage: `basename $0` start | stop" - exit 64 - ;; - -esac - -exit 0 diff --git a/x11/gdm2/files/patch-ab b/x11/gdm2/files/patch-ab deleted file mode 100644 index cc11b86e6..000000000 --- a/x11/gdm2/files/patch-ab +++ /dev/null @@ -1,47 +0,0 @@ ---- config/gdm.conf.in.orig Thu Feb 12 14:22:36 2004 -+++ config/gdm.conf.in Sat Mar 6 17:22:29 2004 -@@ -77,7 +77,7 @@ - # To try to kill all clients started at greeter time or in the Init script. - # doesn't always work, only if those clients have a window of their own - #KillInitClients=true --LogDir=@EXPANDED_LOGDIR@ -+LogDir=/var/log - # You should probably never change this value unless you have a weird setup - PidFile=/var/run/gdm.pid - # Note that a post login script is run before a PreSession script. -@@ -97,7 +97,7 @@ - # Reboot, Halt and suspend commands, you can add different commands - # separated by a semicolon and gdm will use the first one it can find - #RebootCommand=/usr/bin/reboot;/sbin/reboot;/sbin/shutdown -r now;/usr/sbin/shutdown -r now --#HaltCommand=/usr/bin/poweroff;/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now -+HaltCommand=/sbin/shutdown -p now;/usr/sbin/shutdown -p now - #SuspendCommand= - # Probably should not touch the below this is the standard setup - ServAuthDir=@EXPANDED_AUTHDIR@ -@@ -136,7 +136,7 @@ - # we force X to use specific vts. turn VTAllocation to false if this - # is causing problems. - #FirstVT=7 --#VTAllocation=true -+VTAllocation=false - # Should double login be treated with a warning (and possibility to change - # vts on linux systems for console logins) - #DoubleLoginWarning=true -@@ -232,7 +232,7 @@ - # The specific gtkrc file we use. It should be the full path to the gtkrc - # that we need. Unless you need a specific gtkrc that doesn't correspond to - # a specific theme, then just use the GtkTheme key --#GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk/gtkrc -+GtkRC=@EXPANDED_DATADIR@/../themes/Default/gtk-2.0/gtkrc - - # The GTK+ theme to use for the gui - #GtkTheme=Default -@@ -415,7 +415,7 @@ - # Definition of the standard X server. - [server-Standard] - name=Standard server --command=@X_SERVER@ -audit 0 -+command=@X_SERVER@ vt9 -audit 0 - flexible=true - - # To use this server type you should add -query host or -indirect host diff --git a/x11/gdm2/files/patch-config_locale.alias b/x11/gdm2/files/patch-config_locale.alias deleted file mode 100644 index 7e944b8d2..000000000 --- a/x11/gdm2/files/patch-config_locale.alias +++ /dev/null @@ -1,122 +0,0 @@ ---- config/locale.alias.orig Sun Feb 29 12:56:10 2004 -+++ config/locale.alias Sat Mar 6 17:45:16 2004 -@@ -14,79 +14,43 @@ - # - # - George - --Albanian sq_AL.UTF-8,sq_AL --Amharic am_ET.UTF-8,am_ET --Arabic(Egypt) ar_EG.UTF-8,ar_EG --Arabic(Lebanon) ar_LB.UTF-8,ar_LB --Azerbaijani az_AZ.UTF-8,az_AZ --Basque eu_ES.UTF-8,eu_ES --Belarusian be_BY.UTF-8,be_BY --Bengali bn_BD.UTF-8,bn_BD --Bengali(India) bn_IN.UTF-8,bn_IN --Bosnian bs_BA.UTF-8,bs_BA --Bulgarian bg_BG.UTF-8,bg_BG --Catalan ca_ES.UTF-8,ca_ES --Chinese(simplified) zh_CN.UTF-8,zh_CN --Chinese(traditional) zh_TW.UTF-8,zh_TW --Croatian hr_HR.UTF-8,hr_HR --Czech cs_CZ.UTF-8,cs_CZ --Danish da_DK.UTF-8,da_DK --Dutch nl_NL.UTF-8,nl_NL --English(American) en_US.UTF-8,en_US --English(Australian) en_AU.UTF-8,en_AU --English(British) en_GB.UTF-8,en_GB --English(Canadian) en_CA.UTF-8,en_CA --English(Ireland) en_IE.UTF-8,en_IE --Estonian et_EE.UTF-8,et_EE --Finnish fi_FI.UTF-8,fi_FI --French fr_FR.UTF-8,fr_FR --Galician gl_ES.UTF-8,gl_ES --German de_DE.UTF-8,de_DE --Greek el_GR.UTF-8,el_GR --Gujarati gu_IN.UTF-8,gu_IN --Hebrew he_IL.UTF-8,he_IL --Hindi hi_IN.UTF-8,hi_IN --Hungarian hu_HU.UTF-8,hu_HU --Icelandic is_IS.UTF-8,is_IS --Indonesian id_ID.UTF-8,id_ID --Interlingua ia.UTF-8,ia --Irish ga_IE.UTF-8,ga_IE --Italian it_IT.UTF-8,it_IT --Japanese ja_JP.UTF-8,ja_JP --Kannada kn_IN.UTF-8,kn_IN --Korean ko_KR.UTF-8,ko_KR --Latvian lv_LV.UTF-8,lv_LV --Lithuanian lt_LT.UTF-8,lt_LT --Macedonian mk_MK.UTF-8,mk_MK --Malayalam ml_IN.UTF-8,ml_IN --Malay ms_MY.UTF-8,ms_MY --Marathi mr_IN.UTF-8,mr_IN --Mongolian mn_MN.UTF-8,mn_MN --Norwegian(bokmal) no_NO.UTF-8,no_NO --Norwegian(nynorsk) nn_NO.UTF-8,nn_NO --Oriya or_IN.UTF-8,or_IN --Panjabi pa_IN.UTF-8,pa_IN --Persian fa_IR.UTF-8,fa_IR --Polish pl_PL.UTF-8,pl_PL --Portuguese(Brazilian) pt_BR.UTF-8,pt_BR --Portuguese pt_PT.UTF-8,pt_PT --Romanian ro_RO.UTF-8,ro_RO --Russian ru_RU.UTF-8,ru_RU --Serbian sr_CS.UTF-8,sr_CS,sr_YU@cyrillic,sr_YU --Serbian(Latin) sr_CS.UTF-8@Latn,sr_CS@Latn,sr_YU@Latn --Serbian(Jekavian) sr_CS.UTF-8@ije,sr_CS@ije,sr_YU@ije --Slovak sk_SK.UTF-8,sk_SK --Slovenian sl_SI.UTF-8,sl_SI --Spanish es_ES.UTF-8,es_ES --Spanish(Mexico) es_MX.UTF-8,es_MX --Swedish(Finland) sv_FI.UTF-8,sv_FI --Swedish sv_SE.UTF-8,sv_SE --Tamil ta_IN.UTF-8,ta_IN --Telugu te_IN.UTF-8,te_IN --Thai th_TH.UTF-8,th_TH --Turkish tr_TR.UTF-8,tr_TR --Ukrainian uk_UA.UTF-8,uk_UA --Vietnamese vi_VN.UTF-8,vi_VN --Walloon wa_BE.UTF-8,wa_BE --Welsh cy_GB.UTF-8,cy_GB --Yiddish yi.UTF-8,yi -+Afrikaans af_ZA.ISO8859-15,af_ZA.ISO8859-1 -+Amharic am_ET.UTF-8 -+Byelorussian be_BY.CP1131,be_BY.CP1251,be_BY.ISO8859-5 -+Bulgarian bg_BG.CP1251 -+Catalan ca_ES.ISO8859-15,ca_ES.ISO8859-1 -+Chinese(simplified) zh_CN.EUC,zh_CN.eucCN -+Chinese(traditional) zh_TW.Big5 -+Croatian hr_HR.ISO8859-2 -+Czech cs_CZ.ISO8859-2 -+Danish da_DK.ISO8859-15,da_DK.ISO8859-1 -+Dutch nl_NL.ISO8859-15,nl_NL.ISO8859-1 -+English(American) en_US.ISO8859-1,en_US.ISO8859-15 -+English(Australian) en_AU.ISO8859-1,en_AU.ISO8859-15 -+English(British) en_GB.ISO8859-1,en_GB.ISO8859-15 -+English(Canadian) en_CA.ISO8859-1,en_CA.ISO8859-15 -+Estonian et_EE.ISO8859-15 -+Finnish fi_FI.ISO8859-15,fi_FI.ISO8859-1 -+French fr_FR.ISO8859-15,fr_FR.ISO8859-1 -+German de_DE.ISO8859-15,de_DE.ISO8859-1 -+Greek el_GR.ISO8859-7 -+Hindi hi_IN.ISCII-DEV -+Hungarian hu_HU.ISO8859-2 -+Icelandic is_IS.ISO8859-1,is_IS.ISO8859-15 -+Italian it_IT.ISO8859-15,it_IT.ISO8859-1 -+Italian(Swiss) it_CH.ISO8859-15,it_CH.ISO8859-1 -+Japanese ja_JP.EUC,ja_JP.eucJP -+Korean ko_KR.EUC,ko_KR.eucKR -+Lithuanian lt_LT.ISO8859-4,lt_LT.ISO8859-13 -+Norwegian(bokmal) no_NO.ISO8859-1,no_NO.ISO8859-15 -+Polish pl_PL.ISO8859-2 -+Portuguese pt_PT.ISO8859-15,pt_PT.ISO8859-1 -+Portuguese(Brazilian) pt_BR.ISO8859-1 -+Romanian ro_RO.ISO8859-2 -+Russian ru_RU.ISO8859-5 -+Slovak sk_SK.ISO8859-2 -+Slovenian sl_SI.ISO8859-2 -+Spanish es_ES.ISO8859-15,es_ES.ISO8859-1 -+Swedish sv_SE.ISO8859-1 -+Turkish tr_TR.ISO8859-9 -+Ukrainian uk_UA.ISO8859-5 diff --git a/x11/gdm2/files/patch-configure b/x11/gdm2/files/patch-configure deleted file mode 100644 index cbbc44334..000000000 --- a/x11/gdm2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Jun 28 18:15:07 2003 -+++ configure Sat Jun 28 18:15:08 2003 -@@ -20222,6 +20222,8 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ -+#include <sys/types.h> -+#include <sys/socket.h> - $ac_includes_default - int - main () diff --git a/x11/gdm2/files/patch-daemon_gdm.c b/x11/gdm2/files/patch-daemon_gdm.c deleted file mode 100644 index 787890f2a..000000000 --- a/x11/gdm2/files/patch-daemon_gdm.c +++ /dev/null @@ -1,11 +0,0 @@ ---- daemon/gdm.c.orig Wed Jun 25 17:04:49 2003 -+++ daemon/gdm.c Sat Jun 28 18:17:44 2003 -@@ -38,7 +38,7 @@ - #include <locale.h> - - /* This should be moved to auth.c I suppose */ --#include <X11/Xauth.h> -+/*#include <X11/Xauth.h>*/ - - #include <vicious.h> - diff --git a/x11/gdm2/files/patch-ltmain.sh b/x11/gdm2/files/patch-ltmain.sh deleted file mode 100644 index 04395ca76..000000000 --- a/x11/gdm2/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Tue Jun 24 14:39:01 2003 -+++ ltmain.sh Sat Jun 28 18:20:02 2003 -@@ -1280,7 +1280,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1290,8 +1290,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -3000,6 +3008,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5428,10 +5439,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/x11/gdm2/pkg-descr b/x11/gdm2/pkg-descr deleted file mode 100644 index 85c150c4c..000000000 --- a/x11/gdm2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The GNOME 2.0 version of the xdm display manager. It has support for -face pixmaps, multiple sessions plus clean shutdowns from the login -menu. diff --git a/x11/gdm2/pkg-install b/x11/gdm2/pkg-install deleted file mode 100644 index b8f29b328..000000000 --- a/x11/gdm2/pkg-install +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh - -if [ -n "${PACKAGE_BUILDING}" ]; then - exit 0 -fi - -if [ "$2" = "POST-INSTALL" ]; then - USER=gdm - GROUP=${USER} - UID=92 - GID=${UID} - PW=/usr/sbin/pw - CHMOD=/bin/chmod - CHOWN=/usr/sbin/chown - - if ${PW} group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if ${PW} groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ${PW} user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d "/nonexistent" -s /sbin/nologin -c "GNOME Display Manager" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ${CHOWN} -R ${USER}:${GROUP} ${PKG_PREFIX}/share/gnome/gdm ${PKG_PREFIX}/etc/gdm - ${CHMOD} 0750 ${PKG_PREFIX}/share/gnome/gdm - exit 0 -fi diff --git a/x11/gdm2/pkg-message b/x11/gdm2/pkg-message deleted file mode 100644 index b2e15c7ab..000000000 --- a/x11/gdm2/pkg-message +++ /dev/null @@ -1,26 +0,0 @@ -GDM is installed. - -Do _NOT_ use /etc/ttys to start gdm at boot time. This will result in gdm -hanging or restarting constantly. Instead, copy the included gdm.sh.sample -script to gdm.sh, and restart. This script is found in -%%PREFIX%%/etc/rc.d. - -GDM uses its own locale.alias file to determine its language and especially -the GNOME 2 fontencoding. This file is located in -%%PREFIX%%/etc/gdm/locale.alias. By default, the character set for every -county using the EURO currency is set to ISO8859-15 in order to enable the -EURO sign. If you do not feel comfortable with this, edit this file according -to your preferences. - -If you are running 5.X and you are running 5.1-RELEASE or earlier, GDM will -fail to work due to a bug in OpenPAM. You can download a patch from -http://www.FreeBSD.org/~marcus/pam_get_user.c.diff. You must also have the -FreeBSD src tree on your system. Do the following to apply the patch: - -# cd /usr - -# patch -p < /path/to/pam_get_user.c.diff - - -Then rebuild and install world. Note, this bug does _NOT_ affect FreeBSD -4.X. diff --git a/x11/gdm2/pkg-plist b/x11/gdm2/pkg-plist deleted file mode 100644 index f6d531206..000000000 --- a/x11/gdm2/pkg-plist +++ /dev/null @@ -1,151 +0,0 @@ -bin/gdm -bin/gdm-binary -bin/gdmXnest -bin/gdmXnestchooser -bin/gdmchooser -bin/gdmflexiserver -bin/gdmgreeter -bin/gdmlogin -bin/gdmphotosetup -bin/gdmsetup -bin/gdmthemetester -etc/gdm/Init/Default -etc/gdm/PostLogin/Default.sample -etc/gdm/PostSession/Default -etc/gdm/PreSession/Default -etc/gdm/XKeepsCrashing -etc/gdm/Xsession -@unexec if cmp -s %D/etc/gdm/gdm.conf %D/etc/gdm/factory-gdm.conf; then rm -f %D/etc/gdm/gdm.conf; fi -etc/gdm/factory-gdm.conf -@exec [ -f %B/gdm.conf ] || cp %B/%f %B/gdm.conf -etc/gdm/locale.alias -@unexec if cmp -s %D/etc/gdm/modules/AccessDwellMouseEvents %D/etc/gdm/modules/factory-AccessDwellMouseEvents; then rm -f %D/etc/gdm/modules/AccessDwellMouseEvents; fi -etc/gdm/modules/factory-AccessDwellMouseEvents -@exec [ -f %B/AccessDwellMouseEvents ] || cp %B/%f %B/AccessDwellMouseEvents -@unexec if cmp -s %D/etc/gdm/modules/AccessKeyMouseEvents %D/etc/gdm/modules/factory-AccessKeyMouseEvents; then rm -f %D/etc/gdm/modules/AccessKeyMouseEvents; fi -etc/gdm/modules/factory-AccessKeyMouseEvents -@exec [ -f %B/AccessKeyMouseEvents ] || cp %B/%f %B/AccessKeyMouseEvents -etc/rc.d/gdm.sh.sample -lib/gtk-2.0/modules/libdwellmouselistener.so -lib/gtk-2.0/modules/libkeymouselistener.so -%%PAM_MISC%%libexec/gdmaskpass -libexec/gdmtranslate -sbin/gdm-restart -sbin/gdm-safe-restart -sbin/gdm-stop -sbin/gdmconfig -share/gnome/applications/gdmflexiserver-xnest.desktop -share/gnome/applications/gdmflexiserver.desktop -share/gnome/applications/gdmsetup.desktop -share/gnome/capplets/gdmphotosetup.desktop -share/gnome/gdm/BuiltInSessions/default.desktop -share/gnome/gdm/gdmchooser.glade -share/gnome/gdm/gdmsetup.glade -share/gnome/gdm/themes/happygnome-list/GdmGreeterTheme.desktop -share/gnome/gdm/themes/happygnome-list/background.svg -share/gnome/gdm/themes/happygnome-list/disconnect.png -share/gnome/gdm/themes/happygnome-list/gnome-logo.png -share/gnome/gdm/themes/happygnome-list/happygnome.xml -share/gnome/gdm/themes/happygnome-list/options.png -share/gnome/gdm/themes/happygnome-list/screenshot.png -share/gnome/gdm/themes/happygnome-list/session.png -share/gnome/gdm/themes/happygnome-list/system.png -share/gnome/gdm/themes/happygnome/GdmGreeterTheme.desktop -share/gnome/gdm/themes/happygnome/background.svg -share/gnome/gdm/themes/happygnome/disconnect.png -share/gnome/gdm/themes/happygnome/gnome-logo.png -share/gnome/gdm/themes/happygnome/happygnome.xml -share/gnome/gdm/themes/happygnome/options.png -share/gnome/gdm/themes/happygnome/screenshot.png -share/gnome/gdm/themes/happygnome/session.png -share/gnome/gdm/themes/happygnome/system.png -share/gnome/gdm/themes/circles/GdmGreeterTheme.desktop -share/gnome/gdm/themes/circles/background.svg -share/gnome/gdm/themes/circles/circles.xml -share/gnome/gdm/themes/circles/flower.png -share/gnome/gdm/themes/circles/help.png -share/gnome/gdm/themes/circles/options.png -share/gnome/gdm/themes/circles/screenshot.png -share/gnome/help/gdm/C/gdm.xml -share/gnome/help/gdm/C/legal.xml -share/gnome/omf/gdm/gdm-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gdm/gdm-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/gdm-foot-logo.png -share/gnome/pixmaps/gdm.png -share/gnome/pixmaps/login-photo.png -share/gnome/pixmaps/nobody.png -share/gnome/pixmaps/nohost.png -share/gnome/xsessions/gnome.desktop -share/locale/am/LC_MESSAGES/gdm-2.4.mo -share/locale/ar/LC_MESSAGES/gdm-2.4.mo -share/locale/az/LC_MESSAGES/gdm-2.4.mo -share/locale/be/LC_MESSAGES/gdm-2.4.mo -share/locale/bg/LC_MESSAGES/gdm-2.4.mo -share/locale/bn/LC_MESSAGES/gdm-2.4.mo -share/locale/ca/LC_MESSAGES/gdm-2.4.mo -share/locale/cs/LC_MESSAGES/gdm-2.4.mo -share/locale/cy/LC_MESSAGES/gdm-2.4.mo -share/locale/da/LC_MESSAGES/gdm-2.4.mo -share/locale/de/LC_MESSAGES/gdm-2.4.mo -share/locale/el/LC_MESSAGES/gdm-2.4.mo -share/locale/en_CA/LC_MESSAGES/gdm-2.4.mo -share/locale/es/LC_MESSAGES/gdm-2.4.mo -share/locale/et/LC_MESSAGES/gdm-2.4.mo -share/locale/eu/LC_MESSAGES/gdm-2.4.mo -share/locale/fa/LC_MESSAGES/gdm-2.4.mo -share/locale/fi/LC_MESSAGES/gdm-2.4.mo -share/locale/fr/LC_MESSAGES/gdm-2.4.mo -share/locale/ga/LC_MESSAGES/gdm-2.4.mo -share/locale/gl/LC_MESSAGES/gdm-2.4.mo -share/locale/he/LC_MESSAGES/gdm-2.4.mo -share/locale/hi/LC_MESSAGES/gdm-2.4.mo -share/locale/hr/LC_MESSAGES/gdm-2.4.mo -share/locale/hu/LC_MESSAGES/gdm-2.4.mo -share/locale/id/LC_MESSAGES/gdm-2.4.mo -share/locale/is/LC_MESSAGES/gdm-2.4.mo -share/locale/it/LC_MESSAGES/gdm-2.4.mo -share/locale/ja/LC_MESSAGES/gdm-2.4.mo -share/locale/ko/LC_MESSAGES/gdm-2.4.mo -share/locale/lt/LC_MESSAGES/gdm-2.4.mo -share/locale/lv/LC_MESSAGES/gdm-2.4.mo -share/locale/mk/LC_MESSAGES/gdm-2.4.mo -share/locale/ml/LC_MESSAGES/gdm-2.4.mo -share/locale/mn/LC_MESSAGES/gdm-2.4.mo -share/locale/ms/LC_MESSAGES/gdm-2.4.mo -share/locale/nl/LC_MESSAGES/gdm-2.4.mo -share/locale/nn/LC_MESSAGES/gdm-2.4.mo -share/locale/no/LC_MESSAGES/gdm-2.4.mo -share/locale/pl/LC_MESSAGES/gdm-2.4.mo -share/locale/pt/LC_MESSAGES/gdm-2.4.mo -share/locale/pt_BR/LC_MESSAGES/gdm-2.4.mo -share/locale/ro/LC_MESSAGES/gdm-2.4.mo -share/locale/ru/LC_MESSAGES/gdm-2.4.mo -share/locale/sk/LC_MESSAGES/gdm-2.4.mo -share/locale/sl/LC_MESSAGES/gdm-2.4.mo -share/locale/sq/LC_MESSAGES/gdm-2.4.mo -share/locale/sr/LC_MESSAGES/gdm-2.4.mo -share/locale/sr@Latn/LC_MESSAGES/gdm-2.4.mo -share/locale/sv/LC_MESSAGES/gdm-2.4.mo -share/locale/ta/LC_MESSAGES/gdm-2.4.mo -share/locale/th/LC_MESSAGES/gdm-2.4.mo -share/locale/tr/LC_MESSAGES/gdm-2.4.mo -share/locale/uk/LC_MESSAGES/gdm-2.4.mo -share/locale/vi/LC_MESSAGES/gdm-2.4.mo -share/locale/wa/LC_MESSAGES/gdm-2.4.mo -share/locale/zh_CN/LC_MESSAGES/gdm-2.4.mo -share/locale/zh_TW/LC_MESSAGES/gdm-2.4.mo -@dirrm share/gnome/xsessions -@dirrm share/gnome/omf/gdm -@dirrm share/gnome/help/gdm/C -@dirrm share/gnome/help/gdm -@dirrm share/gnome/gdm/themes/happygnome -@dirrm share/gnome/gdm/themes/happygnome-list -@dirrm share/gnome/gdm/themes/circles -@dirrm share/gnome/gdm/themes -@dirrm share/gnome/gdm/BuiltInSessions -@dirrm etc/pam.d -@dirrm etc/gdm/modules -@dirrm etc/gdm/PostLogin -@unexec /bin/rmdir %D/etc/dm/Sessions 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/etc/dm 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gdm/gdm-C.omf 2>/dev/null || /usr/bin/true diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile deleted file mode 100644 index c3e90aaca..000000000 --- a/x11/gnome-applets/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gnomeapplets2 -# Date created: 26th May 2000 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnomeapplets2/Makefile,v 1.55 2003/09/27 04:20:23 marcus Exp $ -# - -PORTNAME= gnomeapplets2 -PORTVERSION= 2.5.7 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-applets/2.5 -DISTNAME= gnome-applets-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Applets components for the Gnome 2 Desktop Environment - -LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 \ - xklavier.8:${PORTSDIR}/x11/libxklavier - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_REINPLACE= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomehier gnomeprefix gnomehack intlhack lthack gnomepanel gail -USE_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -PLIST_SUB= BATTERY="@comment " -.else -PLIST_SUB= BATTERY="" -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome-applets/distinfo b/x11/gnome-applets/distinfo deleted file mode 100644 index 24f4b06d6..000000000 --- a/x11/gnome-applets/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-applets-2.5.7.tar.bz2) = a1b053ec93d861dbd07052e66895647b -SIZE (gnome2/gnome-applets-2.5.7.tar.bz2) = 4453966 diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa deleted file mode 100644 index 73b0823ce..000000000 --- a/x11/gnome-applets/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- configure.orig Sun Feb 22 19:22:49 2004 -+++ configure Sun Feb 22 19:24:33 2004 -@@ -22912,6 +22912,7 @@ - *irix*) CDROM_HOST=irix; CDROM_LIBS="-lcdaudio -lmediad -lds";cd_device_path="/dev/cdrom";; - *linux*) CDROM_HOST=linux;cd_device_path="/dev/cdrom";; - *netbsd*) CDROM_HOST=netbsd;cd_device_path="/dev/rcd0";; -+*freebsd*) CDROM_HOST=freebsd;cd_device_path="/dev/acd0c";; - *solaris*) CDROM_HOST=solaris;cd_device_path="/vol/dev/aliases/cdrom0";cdplayer_type_sun=true;; - esac - case "$host" in -@@ -23034,7 +23035,7 @@ - - ;; - # list of supported OS cores that do not use libapm -- *-*-freebsd*|*-*-netbsd*|*-*-openbsd*) -+ i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*) - ;; - *) - echo "warning: ${host} is not supported by battstat_applet, not building" >&2 -@@ -24905,14 +24906,14 @@ - ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" - - cat >>confdefs.h <<_ACEOF --#define GNOME_ICONDIR "${prefix}/share/pixmaps" -+#define GNOME_ICONDIR "${datadir}/pixmaps" - _ACEOF - - - #defined the below to enable help to work for applets - - cat >>confdefs.h <<_ACEOF --#define DATADIR "${prefix}/share" -+#define DATADIR "${datadir}" - _ACEOF - - cat >>confdefs.h <<_ACEOF diff --git a/x11/gnome-applets/files/patch-ad b/x11/gnome-applets/files/patch-ad deleted file mode 100644 index 5a06416a0..000000000 --- a/x11/gnome-applets/files/patch-ad +++ /dev/null @@ -1,354 +0,0 @@ ---- cdplayer/cdplayer.c.orig Tue Apr 16 16:42:54 2002 -+++ cdplayer/cdplayer.c Tue Apr 30 17:31:41 2002 -@@ -671,6 +671,12 @@ - description = TRUE; - break; - case DISC_COMPLETED: -+ led_time(cd->panel.time, -+ stat.relative_address.minute, -+ stat.relative_address.second, -+ cd->panel.track_control.display, -+ stat.track); -+ break; - case DISC_STOP: - case DISC_ERROR: - led_stop(cd->panel.time, cd->panel.track_control.display); ---- /dev/null Mon May 29 02:15:42 2000 -+++ cdplayer/cdrom-freebsd.c Mon May 29 10:37:28 2000 -@@ -0,0 +1,336 @@ -+#include <stdlib.h> -+#include <string.h> -+#include <fcntl.h> -+#include <glib.h> -+#include <sys/ioctl.h> -+#include <unistd.h> -+ -+#include <sys/types.h> -+#include <sys/cdio.h> -+#include "cdrom-interface.h" -+ -+ -+#define ASSIGN_MSF(dest, src) \ -+{ \ -+ (dest).minute = (src).minute; \ -+ (dest).second = (src).second; \ -+ (dest).frame = (src).frame; \ -+} -+ -+int -+cdrom_play(cdrom_device_t cdp, int start, int stop) -+{ -+ struct ioc_play_track ti; -+ -+ ti.start_track = start; -+ ti.start_index = 1; -+ ti.end_track = stop; -+ ti.end_index = 1; -+ -+ if ((ioctl(cdp->device, CDIOCPREVENT) == -1) || -+ (ioctl(cdp->device, CDIOCPLAYTRACKS, &ti) == -1)) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_play_msf(cdrom_device_t cdp, cdrom_msf_t * start) -+{ -+ struct ioc_play_msf msf; -+ -+ if (cdrom_read_track_info(cdp) == DISC_IO_ERROR) -+ return DISC_IO_ERROR; -+ msf.start_m = start->minute; -+ msf.start_s = start->second; -+ msf.start_f = start->frame; -+ -+ msf.end_m = cdp->track_info[cdp->nr_track].address.minute; -+ msf.end_s = cdp->track_info[cdp->nr_track].address.second; -+ msf.end_f = cdp->track_info[cdp->nr_track].address.frame; -+ -+ if ((ioctl(cdp->device, CDIOCPREVENT) == -1) || -+ (ioctl(cdp->device, CDIOCPLAYMSF, &msf) == -1)) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_pause(cdrom_device_t cdp) -+{ -+ if (ioctl(cdp->device, CDIOCPAUSE) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ return DISC_IO_ERROR; -+} -+ -+int -+cdrom_resume(cdrom_device_t cdp) -+{ -+ if (ioctl(cdp->device, CDIOCRESUME) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+ -+int -+cdrom_stop(cdrom_device_t cdp) -+{ -+ if ((ioctl(cdp->device, CDIOCSTOP) == -1) || -+ (ioctl(cdp->device, CDIOCALLOW) == -1)) { -+ cdp->my_errno = errno; -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_read_track_info(cdrom_device_t cdp) -+{ -+ struct ioc_toc_header toc; -+ struct ioc_read_toc_single_entry tocentry; -+ -+ int i, j, nr_track; -+ -+ if (ioctl(cdp->device, CDIOREADTOCHEADER, &toc) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ cdp->track0 = toc.starting_track; -+ cdp->track1 = toc.ending_track; -+ nr_track = cdp->track1 - cdp->track0 + 1; -+ if (nr_track <= 0) -+ return DISC_IO_ERROR; -+ -+ if (nr_track != cdp->nr_track) { -+ if (cdp->track_info) -+ g_free(cdp->track_info); -+ cdp->nr_track = nr_track; -+ cdp->track_info = g_malloc((cdp->nr_track + 1) * sizeof(track_info_t)); -+ } -+ for (i = 0, j = cdp->track0; i < cdp->nr_track; i++, j++) { -+ tocentry.track = j; -+ tocentry.address_format = CD_MSF_FORMAT; -+ -+ if (ioctl(cdp->device, CDIOREADTOCENTRY, &tocentry) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ /* fill the trackinfo field */ -+ cdp->track_info[i].track = j; -+ cdp->track_info[i].audio_track = tocentry.entry.control != -+ 0x04 ? 1 : 0; -+ ASSIGN_MSF(cdp->track_info[i].address, tocentry.entry.addr.msf); -+ } -+ -+ tocentry.track = 0xAA; -+ tocentry.address_format = CD_MSF_FORMAT; -+ if (ioctl(cdp->device, CDIOREADTOCENTRY, &tocentry) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ cdp->track_info[i].track = j; -+ cdp->track_info[i].audio_track = 0; -+ ASSIGN_MSF(cdp->track_info[i].address, tocentry.entry.addr.msf); -+ -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_get_status(cdrom_device_t cdp, cdrom_device_status_t * stat) -+{ -+ struct ioc_read_subchannel subchnl; -+ struct cd_sub_channel_info subchnlinfo; -+ -+ subchnl.address_format = CD_MSF_FORMAT; -+ subchnl.data_format = CD_CURRENT_POSITION; -+ subchnl.track = 0; -+ subchnl.data_len = sizeof(subchnlinfo); -+ subchnl.data = &subchnlinfo; -+ if (ioctl(cdp->device, CDIOCREADSUBCHANNEL, &subchnl) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ stat->track = subchnlinfo.what.position.track_number; -+ ASSIGN_MSF(stat->relative_address, subchnlinfo.what.position.reladdr.msf); -+ ASSIGN_MSF(stat->absolute_address, subchnlinfo.what.position.absaddr.msf); -+ switch (subchnlinfo.header.audio_status) { -+ case CD_AS_PLAY_IN_PROGRESS: -+ ioctl(cdp->device, CDIOCPREVENT); -+ stat->audio_status = DISC_PLAY; -+ break; -+ case CD_AS_PLAY_PAUSED: -+ ioctl(cdp->device, CDIOCPREVENT); -+ stat->audio_status = DISC_PAUSED; -+ break; -+ case CD_AS_PLAY_COMPLETED: -+ if (cdrom_read_track_info(cdp) == DISC_IO_ERROR) -+ return DISC_IO_ERROR; -+ stat->track = cdp->nr_track; -+ ASSIGN_MSF(stat->relative_address, -+ cdp->track_info[cdp->nr_track].address); -+ ASSIGN_MSF(stat->absolute_address, -+ cdp->track_info[cdp->nr_track].address); -+ ioctl(cdp->device, CDIOCALLOW); -+ stat->audio_status = DISC_COMPLETED; -+ break; -+ case CD_AS_AUDIO_INVALID: -+ case CD_AS_NO_STATUS: -+ case CD_AS_PLAY_ERROR: -+ ioctl(cdp->device, CDIOCALLOW); -+ stat->audio_status = DISC_STOP; -+ break; -+ default: -+ ioctl(cdp->device, CDIOCALLOW); -+ stat->audio_status = DISC_ERROR; -+ } -+ return (stat->audio_status == DISC_ERROR ? -+ DISC_IO_ERROR : DISC_NO_ERROR); -+} -+ -+cdrom_device_t -+cdrom_open(char *device, int *errcode) -+{ -+ cdrom_device_t cdp; -+ -+ cdp = g_malloc(sizeof(struct cdrom_device)); -+ -+ cdp->device = open(device, O_RDONLY); -+ if (cdp->device == -1) { -+ *errcode = errno; -+ g_free(cdp); -+ return NULL; -+ } -+ cdp->nr_track = 0; -+ cdp->track_info = NULL; -+ return cdp; -+} -+ -+void -+cdrom_close(cdrom_device_t cdp) -+{ -+ if (cdp->nr_track) -+ g_free(cdp->track_info); -+ close(cdp->device); -+ g_free(cdp); -+} -+ -+int -+cdrom_load(cdrom_device_t cdp) -+{ -+ if ((ioctl(cdp->device, CDIOCCLOSE) == -1) || -+ (ioctl(cdp->device, CDIOCALLOW) == -1)) { -+ cdp->my_errno = errno; -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_eject(cdrom_device_t cdp) -+{ -+ if ((ioctl(cdp->device, CDIOCEJECT) == -1) || -+ (ioctl(cdp->device, CDIOCALLOW) == -1)) { -+ cdp->my_errno = errno; -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_next(cdrom_device_t cdp) -+{ -+ cdrom_device_status_t stat; -+ -+ if ((cdrom_read_track_info(cdp) == DISC_IO_ERROR) || -+ (cdrom_get_status(cdp, &stat) == DISC_IO_ERROR)) -+ return DISC_IO_ERROR; -+ return cdrom_play(cdp, stat.track + 1, cdp->track1); -+} -+ -+int -+cdrom_prev(cdrom_device_t cdp) -+{ -+ cdrom_device_status_t stat; -+ -+ if ((cdrom_read_track_info(cdp) == DISC_IO_ERROR) || -+ (cdrom_get_status(cdp, &stat) == DISC_IO_ERROR)) -+ return DISC_IO_ERROR; -+ return cdrom_play(cdp, stat.track - 1, cdp->track1); -+} -+ -+int -+cdrom_rewind(cdrom_device_t cdp) -+{ -+ cdrom_device_status_t stat; -+ int track; -+ -+ if ((cdrom_read_track_info(cdp) == DISC_IO_ERROR) || -+ (cdrom_get_status(cdp, &stat) == DISC_IO_ERROR)) -+ return DISC_IO_ERROR; -+ if (stat.absolute_address.second != 0) -+ stat.absolute_address.second--; -+ else { -+ stat.absolute_address.second = 0; -+ if (stat.absolute_address.minute > 0) -+ stat.absolute_address.minute--; -+ } -+ stat.absolute_address.frame = 0; -+ return cdrom_play_msf(cdp, &stat.absolute_address); -+} -+ -+int -+cdrom_ff(cdrom_device_t cdp) -+{ -+ cdrom_device_status_t stat; -+ int track; -+ -+ if ((cdrom_read_track_info(cdp) == DISC_IO_ERROR) || -+ (cdrom_get_status(cdp, &stat) == DISC_IO_ERROR)) -+ return DISC_IO_ERROR; -+ stat.absolute_address.second++; -+ if (stat.absolute_address.second >= 60) { -+ stat.absolute_address.minute++; -+ stat.absolute_address.second = 0; -+ } -+ stat.absolute_address.frame = 0; -+ return cdrom_play_msf(cdp, &stat.absolute_address); -+} -+ -+int -+cdrom_track_length(cdrom_device_t cdp, int track, cdrom_msf_t * length) -+{ -+ int index, s1, s2, i; -+ -+ if ((track < cdp->track0) || (track > cdp->track1)) -+ return DISC_INDEX_OUT_OF_RANGE; -+ index = track - cdp->track0; -+ -+ s1 = cdp->track_info[index + 1].address.second; -+ s2 = cdp->track_info[index].address.second; -+ length->second = s1 = s1 - s2; -+ if (s1 < 0) { -+ i = 1; -+ length->second = s1 + 60; -+ } else -+ i = 0; -+ -+ length->minute = cdp->track_info[index + 1].address.minute - -+ cdp->track_info[index].address.minute - i; -+ -+ return 0; -+} diff --git a/x11/gnome-applets/files/patch-gkb-new_presets.c b/x11/gnome-applets/files/patch-gkb-new_presets.c deleted file mode 100644 index f90708170..000000000 --- a/x11/gnome-applets/files/patch-gkb-new_presets.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gkb-new/preset.c.orig Fri Mar 14 09:13:44 2003 -+++ gkb-new/preset.c Fri Mar 14 09:13:54 2003 -@@ -42,7 +42,7 @@ - - /* TODO: user's local presets */ - -- text = gnome_unconditional_datadir_file ("gnome/gkb/"); -+ text = gnome_unconditional_datadir_file ("gkb/"); - if (!text) - return NULL; - dir = opendir (text); diff --git a/x11/gnome-applets/files/patch-stickynotes_Makefile.in b/x11/gnome-applets/files/patch-stickynotes_Makefile.in deleted file mode 100644 index f30b99335..000000000 --- a/x11/gnome-applets/files/patch-stickynotes_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- stickynotes/Makefile.in.orig Wed Mar 10 13:45:05 2004 -+++ stickynotes/Makefile.in Wed Mar 10 13:46:02 2004 -@@ -168,7 +168,7 @@ - - SUBDIRS = pixmaps docs - --CFLAGS = -Wall -g -+CFLAGS += -Wall -g - - INCLUDES = \ - -I. \ diff --git a/x11/gnome-applets/files/patch-wireless_wireless-applet.c b/x11/gnome-applets/files/patch-wireless_wireless-applet.c deleted file mode 100644 index 650c4694a..000000000 --- a/x11/gnome-applets/files/patch-wireless_wireless-applet.c +++ /dev/null @@ -1,315 +0,0 @@ ---- wireless/wireless-applet.c.orig Tue Oct 21 19:06:53 2003 -+++ wireless/wireless-applet.c Sat Jan 3 19:26:43 2004 -@@ -30,6 +30,15 @@ - #include <math.h> - #include <dirent.h> - -+#ifdef __FreeBSD__ -+#include <sys/socket.h> -+#include <sys/ioctl.h> -+#include <net/if.h> -+#include <net/if_var.h> -+#include <dev/an/if_aironet_ieee.h> -+#include <dev/wi/if_wavelan_ieee.h> -+#endif -+ - #include <gnome.h> - #include <panel-applet.h> - #include <panel-applet-gconf.h> -@@ -37,7 +46,11 @@ - - #include <egg-screen-help.h> - -+#ifdef __FreeBSD__ -+#define CFG_DEVICE "an0" -+#else - #define CFG_DEVICE "eth0" -+#endif - #define CFG_UPDATE_INTERVAL 2 - - typedef enum { -@@ -93,6 +106,12 @@ - WirelessApplet *applet); - static void wireless_applet_about_cb (BonoboUIComponent *uic, - WirelessApplet *applet); -+#ifdef __FreeBSD__ -+static int an_getval(WirelessApplet *applet, char *device, struct an_req *areq); -+static void get_an_data(WirelessApplet *applet, char *device, long int *level); -+static int wi_getval(WirelessApplet *applet, char *device, struct wi_req *areq); -+static void get_wi_data(WirelessApplet *applet, char *device, long int *level); -+#endif - static void prefs_response_cb (GtkDialog *dialog, gint response, gpointer data); - - static const BonoboUIVerb wireless_menu_verbs [] = { -@@ -150,9 +169,11 @@ - g_free (tmp); - - /* Update the image */ -+#ifndef __FreeBSD__ - percent = CLAMP (percent, -1, 100); -+#endif - -- if (percent < 0) -+ if (percent < 0 || percent > 100) - state = PIX_BROKEN; - else if (percent == 0) - state = PIX_NO_LINK; -@@ -183,6 +204,7 @@ - int percent; - - /* Calculate the percentage based on the link quality */ -+#ifndef __FreeBSD__ - if (level < 0) { - percent = -1; - } else { -@@ -193,6 +215,9 @@ - percent = CLAMP (percent, 0, 100); - } - } -+#else -+ percent = (int)level; -+#endif - - wireless_applet_draw (applet, percent); - } -@@ -235,22 +260,179 @@ - } - } - -+#ifdef __FreeBSD__ -+static int -+wi_getval(WirelessApplet *applet, char *device, struct wi_req *wreq) -+{ -+ struct ifreq ifr; -+ int s; -+ -+ bzero((char *)&ifr, sizeof(ifr)); -+ -+ strlcpy(ifr.ifr_name, device, sizeof(ifr.ifr_name)); -+ ifr.ifr_data = (caddr_t)wreq; -+ -+ s = socket(AF_INET, SOCK_DGRAM, 0); -+ -+ if (s == -1) -+ { -+ gtk_tooltips_set_tip (applet->tips, -+ GTK_WIDGET (applet), -+ "Socket Error", -+ NULL); -+ return 0; -+ } -+ -+ if (ioctl(s, SIOCGWAVELAN, &ifr) == -1) -+ { -+ gtk_tooltips_set_tip (applet->tips, -+ GTK_WIDGET (applet), -+ "ioctl Error", -+ NULL); -+ return 0; -+ } -+ -+ close(s); -+ -+ return 1; -+} -+ -+static void -+get_wi_data (WirelessApplet *applet, char *device, long int *level) -+{ -+ struct wi_req wreq; -+ long int signal_strength; -+ -+ bzero((char *)&wreq, sizeof(wreq)); -+ -+ wreq.wi_len = WI_MAX_DATALEN; -+ wreq.wi_type = WI_RID_COMMS_QUALITY; -+ -+ (void)wi_getval(applet, device, &wreq); -+ -+ signal_strength = (long int) (wreq.wi_val[1]); -+ -+ memcpy(level, &signal_strength, sizeof(level)); -+ -+ return; -+} -+ -+static int -+an_getval(WirelessApplet *applet, char *device, struct an_req *areq) -+{ -+ struct ifreq ifr; -+ int s; -+ -+ bzero((char *)&ifr, sizeof(ifr)); -+ -+ strlcpy(ifr.ifr_name, device, sizeof(ifr.ifr_name)); -+ ifr.ifr_data = (caddr_t)areq; -+ -+ s = socket(AF_INET, SOCK_DGRAM, 0); -+ -+ if (s == -1) { -+ gtk_tooltips_set_tip (applet->tips, -+ GTK_WIDGET (applet), -+ "Socket Error", -+ NULL); -+ return 0; -+ } -+ -+ if (ioctl(s, SIOCGAIRONET, &ifr) == -1) { -+ gtk_tooltips_set_tip (applet->tips, -+ GTK_WIDGET (applet), -+ "ioctl Error", -+ NULL); -+ return 0; -+ } -+ -+ close(s); -+ return 1; -+} -+ -+static void -+get_an_data (WirelessApplet *applet, char *device, long int *level) -+{ -+ struct an_req areq; -+ struct an_ltv_status *sts; -+#ifdef AN_RID_RSSI_MAP -+ struct an_ltv_rssi_map an_rssimap; -+#endif -+ long int signal_strength; -+ int rssimap_valid = 0; -+ -+#ifdef AN_RID_RSSI_MAP -+ an_rssimap.an_len = sizeof(an_rssimap); -+ an_rssimap.an_type = AN_RID_RSSI_MAP; -+ rssimap_valid = an_getval(applet, device, (struct an_req*)&an_rssimap); -+#endif -+ -+ areq.an_len = sizeof(areq); -+ areq.an_type = AN_RID_STATUS; -+ -+ (void)an_getval(applet, device, &areq); -+ -+ sts = (struct an_ltv_status *)&areq; -+#ifdef AN_RID_RSSI_MAP -+ if (rssimap_valid) -+ signal_strength = (long int)(an_rssimap.an_entries[ -+ sts->an_normalized_strength].an_rss_pct); -+ else -+ signal_strength = (long int)(sts->an_normalized_strength); -+#else -+ signal_strength = (long int)(sts->an_normalized_rssi); -+#endif -+ -+ memcpy(level, &signal_strength, sizeof(level)); -+} -+#endif -+ - /* check stats, modify the state attribute */ - static void - wireless_applet_read_device_state (WirelessApplet *applet) - { -- long int level, noise; -- double link; -+ long int level; - char device[256]; -+#ifdef __FreeBSD__ -+ struct if_nameindex *ifstart, *ifs; -+#else -+ long int noise; -+ double link; - char line[256]; -+#endif - - /* resest list of available wireless devices */ - g_list_foreach (applet->devices, (GFunc)g_free, NULL); - g_list_free (applet->devices); - applet->devices = NULL; - -+#ifdef __FreeBSD__ -+ ifs = ifstart = if_nameindex(); -+#endif - /* Here we begin to suck... */ - do { -+#ifdef __FreeBSD__ -+ if (ifs == NULL || ifs->if_name == NULL) { -+ break; -+ } -+ strlcpy(device, ifs->if_name, 6); -+ if (g_strncasecmp(device, "an", 2)==0) { -+ applet->devices = g_list_prepend (applet->devices, g_strdup (device)); -+ if (g_strcasecmp(applet->device, device)==0) { -+ get_an_data(applet, device, &level); -+ wireless_applet_update_state (applet, device, 0, level, 0); -+ } -+ } -+ else -+ if (g_strncasecmp(device, "wi", 2)==0 || g_strncasecmp(device, "ath", 3)==0) { -+ applet->devices = g_list_prepend (applet->devices, g_strdup (device)); -+ if (g_strcasecmp(applet->device, device)==0) { -+ get_wi_data(applet, device, &level); -+ wireless_applet_update_state (applet, device, 0, level, 0); -+ } -+ } -+ ifs++; -+#else - char *ptr; - - fgets (line, 256, applet->file); -@@ -283,6 +465,7 @@ - wireless_applet_update_state (applet, device, link, level, noise); - } - } -+#endif - } while (1); - - if (g_list_length (applet->devices)==1) { -@@ -294,17 +477,23 @@ - } - - /* rewind the /proc/net/wireless file */ -+#ifdef __FreeBSD__ -+ if_freenameindex(ifstart); -+#else - rewind (applet->file); -+#endif - } - - static int - wireless_applet_timeout_handler (WirelessApplet *applet) - { -+#ifndef __FreeBSD__ - if (applet->file == NULL) { - wireless_applet_update_state (applet, - applet->device, -1, -1, -1); - return FALSE; - } -+#endif - - wireless_applet_read_device_state (applet); - -@@ -351,6 +540,7 @@ - static void - start_file_read (WirelessApplet *applet) - { -+#ifndef __FreeBSD__ - applet->file = fopen ("/proc/net/wireless", "rt"); - if (applet->file == NULL) { - gtk_tooltips_set_tip (applet->tips, -@@ -359,6 +549,7 @@ - NULL); - show_error_dialog (_("There doesn't seem to be any wireless devices configured on your system.\nPlease verify your configuration if you think this is incorrect.")); - } -+#endif - } - - static void -@@ -646,8 +837,10 @@ - applet->prefs = NULL; - } - -+#ifndef __FreeBSD__ - if (applet->file) - fclose (applet->file); -+#endif - if (applet->tips) - g_object_unref (applet->tips); - } diff --git a/x11/gnome-applets/pkg-descr b/x11/gnome-applets/pkg-descr deleted file mode 100644 index c93d4bc89..000000000 --- a/x11/gnome-applets/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Applets components for the Gnome 2.0 Desktop Environment - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist deleted file mode 100644 index 5e0114621..000000000 --- a/x11/gnome-applets/pkg-plist +++ /dev/null @@ -1,1597 +0,0 @@ -bin/gkb_xmmap -bin/gnome-keyboard-layout -bin/gswitchit-plugins-capplet -etc/gconf/gconf.xml.defaults/apps/gswitchit/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gswitchit/Applet/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/stickynotes_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/stickynotes_applet/defaults/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/stickynotes_applet/settings/%gconf.xml -%%BATTERY%%etc/gconf/gconf.xml.defaults/schemas/apps/battstat-applet/%gconf.xml -%%BATTERY%%etc/gconf/gconf.xml.defaults/schemas/apps/battstat-applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/cdplayer-applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/cdplayer-applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/charpick/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/charpick/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/drivemount-applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/drivemount-applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/geyes/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/geyes/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gkb-applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gkb-applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/Applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gtik/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gtik/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gweather/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gweather/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mini-commander/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mini-commander/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mixer_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mixer_applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/modemlights/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/modemlights/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/multiload/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/multiload/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet/defaults/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet/settings/%gconf.xml -%%BATTERY%%etc/gconf/schemas/battstat.schemas -etc/gconf/schemas/cdplayer.schemas -etc/gconf/schemas/charpick.schemas -etc/gconf/schemas/drivemount.schemas -etc/gconf/schemas/geyes.schemas -etc/gconf/schemas/gkb.schemas -etc/gconf/schemas/gswitchit.schemas -etc/gconf/schemas/gtik.schemas -etc/gconf/schemas/gweather.schemas -etc/gconf/schemas/mailcheck.schemas -etc/gconf/schemas/mini-commander.schemas -etc/gconf/schemas/mixer.schemas -etc/gconf/schemas/modemlights.schemas -etc/gconf/schemas/multiload.schemas -etc/gconf/schemas/stickynotes.schemas -%%BATTERY%%etc/sound/events/battstat_applet.soundlist -etc/sound/events/mailcheck.soundlist -include/libgswitchit/gswitchit_plugin.h -include/libgswitchit/gswitchit_xkb_config.h -libdata/bonobo/servers/GNOME_AccessxStatusApplet.server -%%BATTERY%%libdata/bonobo/servers/GNOME_BattstatApplet.server -libdata/bonobo/servers/GNOME_CDPlayerApplet.server -libdata/bonobo/servers/GNOME_CharpickerApplet.server -libdata/bonobo/servers/GNOME_DriveMountApplet.server -libdata/bonobo/servers/GNOME_GWeatherApplet_Factory.server -libdata/bonobo/servers/GNOME_GeyesApplet.server -libdata/bonobo/servers/GNOME_GtikApplet.server -libdata/bonobo/servers/GNOME_KeyboardApplet.server -libdata/bonobo/servers/GNOME_MailcheckApplet_Factory.server -libdata/bonobo/servers/GNOME_MiniCommanderApplet.server -libdata/bonobo/servers/GNOME_MixerApplet.server -libdata/bonobo/servers/GNOME_ModemLightsApplet.server -libdata/bonobo/servers/GNOME_MultiLoadApplet_Factory.server -libdata/bonobo/servers/GNOME_Panel_WirelessApplet.server -libdata/bonobo/servers/GNOME_StickyNotesApplet.server -libdata/pkgconfig/gswitchit.pc -libexec/accessx-status-applet -%%BATTERY%%libexec/battstat-applet-2 -libexec/cdplayer_applet2 -libexec/charpick_applet2 -libexec/drivemount_applet2 -libexec/geyes_applet2 -libexec/gnome-applets/mc-install-default-macros -libexec/gnome-keyboard-applet -libexec/gtik2_applet2 -libexec/gweather-applet-2 -libexec/mailcheck-applet -libexec/mini_commander_applet -libexec/mixer_applet2 -libexec/modemlights_applet2 -libexec/multiload-applet-2 -libexec/stickynotes_applet -libexec/wireless-applet -%%BATTERY%%share/gnome/battstat_applet/battstat_applet.glade -share/gnome/gen_util/mini-commander.glade -share/gnome/geyes/Bizarre/Bizarre-eye.png -share/gnome/geyes/Bizarre/Bizarre-pupil.png -share/gnome/geyes/Bizarre/config -share/gnome/geyes/Bloodshot/Bloodshot-eye.png -share/gnome/geyes/Bloodshot/Bloodshot-pupil.png -share/gnome/geyes/Bloodshot/config -share/gnome/geyes/Default-tiny/Default-tiny-eye.png -share/gnome/geyes/Default-tiny/Default-tiny-pupil.png -share/gnome/geyes/Default-tiny/config -share/gnome/geyes/Default/Default-eye.png -share/gnome/geyes/Default/Default-pupil.png -share/gnome/geyes/Default/config -share/gnome/geyes/Horrid/config -share/gnome/geyes/Horrid/horrid_eye.png -share/gnome/geyes/Horrid/horrid_pupil.png -share/gnome/gkb/AM_Armenian.keyprop -share/gnome/gkb/AR_Arabic.keyprop -share/gnome/gkb/AR_Arabic_x.keyprop -share/gnome/gkb/AZ_Azerbaidjani_Turkic.keyprop -share/gnome/gkb/Armenian.keyprop -share/gnome/gkb/BE_Dutch.keyprop -share/gnome/gkb/BG_Bulgarian.keyprop -share/gnome/gkb/BG_Bulgarian_x.keyprop -share/gnome/gkb/BR_Portuguese.keyprop -share/gnome/gkb/BR_Portuguese_x.keyprop -share/gnome/gkb/BY_Belarussian.keyprop -share/gnome/gkb/Basque.keyprop -share/gnome/gkb/Belgian.keyprop -share/gnome/gkb/BulgarianCyril.keyprop -share/gnome/gkb/CA_English.keyprop -share/gnome/gkb/CH_German_x.keyprop -share/gnome/gkb/CZ_Czech.keyprop -share/gnome/gkb/CZ_Czech_Slovak.keyprop -share/gnome/gkb/CZ_Czech_x.keyprop -share/gnome/gkb/DE_German.keyprop -share/gnome/gkb/DE_German_x.keyprop -share/gnome/gkb/DK_Danish.keyprop -share/gnome/gkb/DK_Danish_x.keyprop -share/gnome/gkb/Default.keyprop -share/gnome/gkb/Dvorak.keyprop -share/gnome/gkb/EE_Estonian.keyprop -share/gnome/gkb/EE_Estonian_x.keyprop -share/gnome/gkb/ES_Spanish-x86.keyprop -share/gnome/gkb/ES_Spanish.keyprop -share/gnome/gkb/ES_Spanish_x.keyprop -share/gnome/gkb/FI_Finnish.keyprop -share/gnome/gkb/FI_Finnish_x.keyprop -share/gnome/gkb/FR_French-x86.keyprop -share/gnome/gkb/FR_French.keyprop -share/gnome/gkb/FR_French_x.keyprop -share/gnome/gkb/FrenchCanadian.keyprop -share/gnome/gkb/FrenchCanadian2.keyprop -share/gnome/gkb/FrenchSwiss.keyprop -share/gnome/gkb/GE_Georgian_x.keyprop -share/gnome/gkb/GR_Greek.keyprop -share/gnome/gkb/GR_Greek_x.keyprop -share/gnome/gkb/GeorgianLatin.keyprop -share/gnome/gkb/GeorgianRussian.keyprop -share/gnome/gkb/German.keyprop -share/gnome/gkb/GermanSwiss.keyprop -share/gnome/gkb/HR_Croatian.keyprop -share/gnome/gkb/HU_Hungarian.keyprop -share/gnome/gkb/Hungarian-101.keyprop -share/gnome/gkb/Hungarian-lat1.keyprop -share/gnome/gkb/Hungarian-sun.keyprop -share/gnome/gkb/Hungarian-x86.keyprop -share/gnome/gkb/Hungarian.keyprop -share/gnome/gkb/Hungarian101-1.keyprop -share/gnome/gkb/Hungarian101.keyprop -share/gnome/gkb/IL_Hebrew.keyprop -share/gnome/gkb/IL_Hebrew_x.keyprop -share/gnome/gkb/IS_Icelandic.keyprop -share/gnome/gkb/IS_Icelandic_x.keyprop -share/gnome/gkb/IT_Italian.keyprop -share/gnome/gkb/IT_Italian_x.keyprop -share/gnome/gkb/JP_Japanese.keyprop -share/gnome/gkb/JP_Japanese_x.keyprop -share/gnome/gkb/KR_Korean.keyprop -share/gnome/gkb/LA_Lao_x.keyprop -share/gnome/gkb/LT_Lithuanian.keyprop -share/gnome/gkb/LT_Lithuanian_x.keyprop -share/gnome/gkb/LT_Prog.keyprop -share/gnome/gkb/LT_Standard.keyprop -share/gnome/gkb/MK_Macedonian.keyprop -share/gnome/gkb/MN_Mongolian.keyprop -share/gnome/gkb/MN_Mongolian_x.keyprop -share/gnome/gkb/MN_Mongolian_x_rev.keyprop -share/gnome/gkb/MN_Mongolian_x_uni.keyprop -share/gnome/gkb/Macedonian.keyprop -share/gnome/gkb/NL_Dutch_x.keyprop -share/gnome/gkb/NO_Norwegian.keyprop -share/gnome/gkb/Norwegian.keyprop -share/gnome/gkb/PL_Polish.keyprop -share/gnome/gkb/PT_Portuguese.keyprop -share/gnome/gkb/PT_Portuguese_x.keyprop -share/gnome/gkb/Polish.keyprop -share/gnome/gkb/PolishDeadkeys.keyprop -share/gnome/gkb/Portugal.keyprop -share/gnome/gkb/PortugalDeadkeys.keyprop -share/gnome/gkb/RO_Romanian.keyprop -share/gnome/gkb/RU_Russian.keyprop -share/gnome/gkb/RU_Russian_x.keyprop -share/gnome/gkb/RU_Russian_x_rev.keyprop -share/gnome/gkb/RussianCyril.keyprop -share/gnome/gkb/SE_Swedish.keyprop -share/gnome/gkb/SE_Swedish_x.keyprop -share/gnome/gkb/SI_Slovenian.keyprop -share/gnome/gkb/SI_Slovenian_x.keyprop -share/gnome/gkb/SR_Dutch.keyprop -share/gnome/gkb/Slovak.keyprop -share/gnome/gkb/Slovene.keyprop -share/gnome/gkb/Slovenian.keyprop -share/gnome/gkb/Swedish.keyprop -share/gnome/gkb/Syriac.keyprop -share/gnome/gkb/Syriac_Phonetic.keyprop -share/gnome/gkb/TH_Thai.keyprop -share/gnome/gkb/TH_Thai_x.keyprop -share/gnome/gkb/TR-f.keyprop -share/gnome/gkb/TR-q.keyprop -share/gnome/gkb/TR_Turkish.keyprop -share/gnome/gkb/TR_Turkish_x.keyprop -share/gnome/gkb/Thai.keyprop -share/gnome/gkb/Thai2.keyprop -share/gnome/gkb/UA_Ukrainian.keyprop -share/gnome/gkb/UK-102.keyprop -share/gnome/gkb/UK-x86.keyprop -share/gnome/gkb/UK.keyprop -share/gnome/gkb/UK_English.keyprop -share/gnome/gkb/UK_English_x.keyprop -share/gnome/gkb/UK_United_Kingdom.keyprop -share/gnome/gkb/US-101.keyprop -share/gnome/gkb/US-101A-x86.keyprop -share/gnome/gkb/US-84.keyprop -share/gnome/gkb/US-dec.keyprop -share/gnome/gkb/US-ibm.keyprop -share/gnome/gkb/US-int.keyprop -share/gnome/gkb/US-mac.keyprop -share/gnome/gkb/US-sgi-101.keyprop -share/gnome/gkb/US-sun.keyprop -share/gnome/gkb/US.keyprop -share/gnome/gkb/US_English.keyprop -share/gnome/gkb/US_international.keyprop -share/gnome/gkb/VN_Vietnamese.keyprop -share/gnome/gkb/YU_Serb_x.keyprop -share/gnome/gkb/YU_Serbo-Croatian_x.keyprop -share/gnome/gkb/Yugoslav.keyprop -share/gnome/gkb/presets.xml -share/gnome/gnome-2.0/ui/GNOME_AccessxApplet.xml -%%BATTERY%%share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml -share/gnome/gnome-2.0/ui/GNOME_CDPlayerApplet.xml -share/gnome/gnome-2.0/ui/GNOME_CharpickerApplet.xml -share/gnome/gnome-2.0/ui/GNOME_DriveMountApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GWeatherApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GeyesApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GtikApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GSwitchItApplet.xml -share/gnome/gnome-2.0/ui/GNOME_KeyboardApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MailCheckApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MiniCommanderApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MixerApplet.xml -share/gnome/gnome-2.0/ui/GNOME_ModemlightsApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MultiloadApplet.xml -share/gnome/gnome-2.0/ui/GNOME_StickyNotesApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WirelessApplet.xml -share/gnome/gswitchit/gswitchit-plugins.glade -share/gnome/gswitchit/gswitchit-properties.glade -share/gnome/gweather/Locations -share/gnome/help/accessx-status/C/accessx-status.xml -share/gnome/help/accessx-status/C/figures/accessx-status-applet.png -share/gnome/help/accessx-status/C/legal.xml -%%BATTERY%%share/gnome/help/battstat/C/battstat.xml -%%BATTERY%%share/gnome/help/battstat/C/figures/ac_small.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-apperance.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-general.png -%%BATTERY%%share/gnome/help/battstat/C/figures/batt_green.png -%%BATTERY%%share/gnome/help/battstat/C/figures/batt_orange.png -%%BATTERY%%share/gnome/help/battstat/C/figures/batt_red.png -%%BATTERY%%share/gnome/help/battstat/C/figures/batt_yellow.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battery_small.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet_window.png -%%BATTERY%%share/gnome/help/battstat/C/figures/flash_small.png -%%BATTERY%%share/gnome/help/battstat/C/figures/warning_small.png -%%BATTERY%%share/gnome/help/battstat/C/legal.xml -%%BATTERY%%share/gnome/help/battstat/ja/battstat.xml -%%BATTERY%%share/gnome/help/battstat/ja/figures/battstat-apperance.png -%%BATTERY%%share/gnome/help/battstat/ja/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/ja/figures/battstat-general.png -%%BATTERY%%share/gnome/help/battstat/ja/legal.xml -share/gnome/help/cdplayer/C/cdplayer.xml -share/gnome/help/cdplayer/C/figures/cdplayer_applet.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_pause.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_play.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_playafterpause.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/C/legal.xml -share/gnome/help/cdplayer/de/cdplayer.xml -share/gnome/help/cdplayer/de/figures/cdplayer_applet.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/de/legal.xml -share/gnome/help/cdplayer/es/cdplayer.xml -share/gnome/help/cdplayer/es/figures/cdplayer_applet.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/es/legal.xml -share/gnome/help/cdplayer/fr/cdplayer.xml -share/gnome/help/cdplayer/fr/figures/cdplayer_applet.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/fr/legal.xml -share/gnome/help/cdplayer/it/cdplayer.xml -share/gnome/help/cdplayer/it/figures/cdplayer_applet.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/it/legal.xml -share/gnome/help/cdplayer/ja/cdplayer.xml -share/gnome/help/cdplayer/ja/figures/cdplayer_applet.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_pause.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_play.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_playafterpause.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/ja/legal.xml -share/gnome/help/cdplayer/ko/cdplayer.xml -share/gnome/help/cdplayer/ko/figures/cdplayer_applet.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/ko/legal.xml -share/gnome/help/cdplayer/sv/cdplayer.xml -share/gnome/help/cdplayer/sv/figures/cdplayer_applet.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/sv/legal.xml -share/gnome/help/cdplayer/zh_CN/cdplayer.xml -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/zh_CN/legal.xml -share/gnome/help/cdplayer/zh_TW/cdplayer.xml -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/zh_TW/legal.xml -share/gnome/help/char-palette/C/char-palette.xml -share/gnome/help/char-palette/C/figures/charpalette_applet.png -share/gnome/help/char-palette/C/figures/charpalette_chargroup.png -share/gnome/help/char-palette/C/figures/charpick_characters.png -share/gnome/help/char-palette/C/legal.xml -share/gnome/help/char-palette/de/char-palette.xml -share/gnome/help/char-palette/de/figures/charpalette_applet.png -share/gnome/help/char-palette/de/figures/charpalette_chargroup.png -share/gnome/help/char-palette/de/figures/charpick_applet.png -share/gnome/help/char-palette/de/figures/charpick_characters.png -share/gnome/help/char-palette/de/figures/charpick_chargroup.png -share/gnome/help/char-palette/de/legal.xml -share/gnome/help/char-palette/es/char-palette.xml -share/gnome/help/char-palette/es/figures/charpalette_applet.png -share/gnome/help/char-palette/es/figures/charpalette_chargroup.png -share/gnome/help/char-palette/es/figures/charpick_applet.png -share/gnome/help/char-palette/es/figures/charpick_characters.png -share/gnome/help/char-palette/es/figures/charpick_chargroup.png -share/gnome/help/char-palette/es/legal.xml -share/gnome/help/char-palette/fr/char-palette.xml -share/gnome/help/char-palette/fr/figures/charpalette_applet.png -share/gnome/help/char-palette/fr/figures/charpalette_chargroup.png -share/gnome/help/char-palette/fr/figures/charpick_applet.png -share/gnome/help/char-palette/fr/figures/charpick_characters.png -share/gnome/help/char-palette/fr/figures/charpick_chargroup.png -share/gnome/help/char-palette/fr/legal.xml -share/gnome/help/char-palette/it/char-palette.xml -share/gnome/help/char-palette/it/figures/charpalette_applet.png -share/gnome/help/char-palette/it/figures/charpalette_chargroup.png -share/gnome/help/char-palette/it/figures/charpick_applet.png -share/gnome/help/char-palette/it/figures/charpick_characters.png -share/gnome/help/char-palette/it/figures/charpick_chargroup.png -share/gnome/help/char-palette/it/legal.xml -share/gnome/help/char-palette/ja/char-palette.xml -share/gnome/help/char-palette/ja/figures/charpalette_applet.png -share/gnome/help/char-palette/ja/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ja/figures/charpick_applet.png -share/gnome/help/char-palette/ja/figures/charpick_characters.png -share/gnome/help/char-palette/ja/figures/charpick_chargroup.png -share/gnome/help/char-palette/ja/legal.xml -share/gnome/help/char-palette/ko/char-palette.xml -share/gnome/help/char-palette/ko/figures/charpalette_applet.png -share/gnome/help/char-palette/ko/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ko/figures/charpick_applet.png -share/gnome/help/char-palette/ko/figures/charpick_characters.png -share/gnome/help/char-palette/ko/figures/charpick_chargroup.png -share/gnome/help/char-palette/ko/legal.xml -share/gnome/help/char-palette/sv/char-palette.xml -share/gnome/help/char-palette/sv/figures/charpalette_applet.png -share/gnome/help/char-palette/sv/figures/charpalette_chargroup.png -share/gnome/help/char-palette/sv/figures/charpick_applet.png -share/gnome/help/char-palette/sv/figures/charpick_characters.png -share/gnome/help/char-palette/sv/figures/charpick_chargroup.png -share/gnome/help/char-palette/sv/legal.xml -share/gnome/help/char-palette/zh_CN/char-palette.xml -share/gnome/help/char-palette/zh_CN/figures/charpalette_applet.png -share/gnome/help/char-palette/zh_CN/figures/charpalette_chargroup.png -share/gnome/help/char-palette/zh_CN/figures/charpick_applet.png -share/gnome/help/char-palette/zh_CN/figures/charpick_characters.png -share/gnome/help/char-palette/zh_CN/figures/charpick_chargroup.png -share/gnome/help/char-palette/zh_CN/legal.xml -share/gnome/help/char-palette/zh_TW/char-palette.xml -share/gnome/help/char-palette/zh_TW/figures/charpalette_applet.png -share/gnome/help/char-palette/zh_TW/figures/charpalette_chargroup.png -share/gnome/help/char-palette/zh_TW/figures/charpick_applet.png -share/gnome/help/char-palette/zh_TW/figures/charpick_characters.png -share/gnome/help/char-palette/zh_TW/figures/charpick_chargroup.png -share/gnome/help/char-palette/zh_TW/legal.xml -share/gnome/help/command-line/C/command-line.xml -share/gnome/help/command-line/C/figures/command-line.png -share/gnome/help/command-line/C/legal.xml -share/gnome/help/command-line/de/command-line.xml -share/gnome/help/command-line/de/figures/command-line.png -share/gnome/help/command-line/de/legal.xml -share/gnome/help/command-line/es/command-line.xml -share/gnome/help/command-line/es/figures/command-line.png -share/gnome/help/command-line/es/legal.xml -share/gnome/help/command-line/fr/command-line.xml -share/gnome/help/command-line/fr/figures/command-line.png -share/gnome/help/command-line/fr/legal.xml -share/gnome/help/command-line/it/command-line.xml -share/gnome/help/command-line/it/figures/command-line.png -share/gnome/help/command-line/it/legal.xml -share/gnome/help/command-line/ja/command-line.xml -share/gnome/help/command-line/ja/figures/command-line.png -share/gnome/help/command-line/ja/legal.xml -share/gnome/help/command-line/ko/command-line.xml -share/gnome/help/command-line/ko/figures/command-line.png -share/gnome/help/command-line/ko/legal.xml -share/gnome/help/command-line/sv/command-line.xml -share/gnome/help/command-line/sv/figures/command-line.png -share/gnome/help/command-line/sv/legal.xml -share/gnome/help/command-line/zh_CN/command-line.xml -share/gnome/help/command-line/zh_CN/figures/command-line.png -share/gnome/help/command-line/zh_CN/legal.xml -share/gnome/help/command-line/zh_TW/command-line.xml -share/gnome/help/command-line/zh_TW/figures/command-line.png -share/gnome/help/command-line/zh_TW/legal.xml -share/gnome/help/drivemount/C/drivemount.xml -share/gnome/help/drivemount/C/figures/drivemount-applet_window.png -share/gnome/help/drivemount/C/figures/drivemount_applet_all.png -share/gnome/help/drivemount/C/figures/drivemount_applet_floppy.png -share/gnome/help/drivemount/C/figures/drivemount_applet_settings.png -share/gnome/help/drivemount/C/figures/drivemount_applet_tooltip.png -share/gnome/help/drivemount/C/legal.xml -share/gnome/help/geyes/C/figures/geyes_applet.png -share/gnome/help/geyes/C/geyes.xml -share/gnome/help/geyes/C/legal.xml -share/gnome/help/geyes/de/figures/geyes_applet.png -share/gnome/help/geyes/de/figures/geyes_settings.png -share/gnome/help/geyes/de/geyes.xml -share/gnome/help/geyes/de/legal.xml -share/gnome/help/geyes/es/figures/geyes_applet.png -share/gnome/help/geyes/es/figures/geyes_settings.png -share/gnome/help/geyes/es/geyes.xml -share/gnome/help/geyes/es/legal.xml -share/gnome/help/geyes/fr/figures/geyes_applet.png -share/gnome/help/geyes/fr/figures/geyes_settings.png -share/gnome/help/geyes/fr/geyes.xml -share/gnome/help/geyes/fr/legal.xml -share/gnome/help/geyes/it/figures/geyes_applet.png -share/gnome/help/geyes/it/figures/geyes_settings.png -share/gnome/help/geyes/it/geyes.xml -share/gnome/help/geyes/it/legal.xml -share/gnome/help/geyes/ja/figures/geyes_applet.png -share/gnome/help/geyes/ja/figures/geyes_settings.png -share/gnome/help/geyes/ja/geyes.xml -share/gnome/help/geyes/ja/legal.xml -share/gnome/help/geyes/ko/figures/geyes_applet.png -share/gnome/help/geyes/ko/figures/geyes_settings.png -share/gnome/help/geyes/ko/geyes.xml -share/gnome/help/geyes/ko/legal.xml -share/gnome/help/geyes/sv/figures/geyes_applet.png -share/gnome/help/geyes/sv/figures/geyes_settings.png -share/gnome/help/geyes/sv/geyes.xml -share/gnome/help/geyes/sv/legal.xml -share/gnome/help/geyes/zh_CN/figures/geyes_applet.png -share/gnome/help/geyes/zh_CN/figures/geyes_settings.png -share/gnome/help/geyes/zh_CN/geyes.xml -share/gnome/help/geyes/zh_CN/legal.xml -share/gnome/help/geyes/zh_TW/figures/geyes_applet.png -share/gnome/help/geyes/zh_TW/figures/geyes_settings.png -share/gnome/help/geyes/zh_TW/geyes.xml -share/gnome/help/geyes/zh_TW/legal.xml -share/gnome/help/gkb/C/figures/gkb_applet.png -share/gnome/help/gkb/C/gkb.xml -share/gnome/help/gkb/C/legal.xml -share/gnome/help/gkb/de/figures/gkb_applet.png -share/gnome/help/gkb/de/gkb.xml -share/gnome/help/gkb/de/legal.xml -share/gnome/help/gkb/es/figures/gkb_applet.png -share/gnome/help/gkb/es/gkb.xml -share/gnome/help/gkb/es/legal.xml -share/gnome/help/gkb/fr/figures/gkb_applet.png -share/gnome/help/gkb/fr/gkb.xml -share/gnome/help/gkb/fr/legal.xml -share/gnome/help/gkb/it/figures/gkb_applet.png -share/gnome/help/gkb/it/gkb.xml -share/gnome/help/gkb/it/legal.xml -share/gnome/help/gkb/ja/figures/gkb_applet.png -share/gnome/help/gkb/ja/gkb.xml -share/gnome/help/gkb/ja/legal.xml -share/gnome/help/gkb/ko/figures/gkb_applet.png -share/gnome/help/gkb/ko/gkb.xml -share/gnome/help/gkb/ko/legal.xml -share/gnome/help/gkb/sv/figures/gkb_applet.png -share/gnome/help/gkb/sv/gkb.xml -share/gnome/help/gkb/sv/legal.xml -share/gnome/help/gkb/zh_CN/figures/gkb_applet.png -share/gnome/help/gkb/zh_CN/gkb.xml -share/gnome/help/gkb/zh_CN/legal.xml -share/gnome/help/gkb/zh_TW/figures/gkb_applet.png -share/gnome/help/gkb/zh_TW/gkb.xml -share/gnome/help/gkb/zh_TW/legal.xml -share/gnome/help/gtik2_applet2/C/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/C/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/C/legal.xml -share/gnome/help/gtik2_applet2/de/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/de/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/de/legal.xml -share/gnome/help/gtik2_applet2/es/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/es/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/es/legal.xml -share/gnome/help/gtik2_applet2/fr/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/fr/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/fr/legal.xml -share/gnome/help/gtik2_applet2/it/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/it/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/it/legal.xml -share/gnome/help/gtik2_applet2/ja/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/ja/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/ja/legal.xml -share/gnome/help/gtik2_applet2/ko/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/ko/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/ko/legal.xml -share/gnome/help/gtik2_applet2/sv/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/sv/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/sv/legal.xml -share/gnome/help/gtik2_applet2/zh_CN/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/zh_CN/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/zh_CN/legal.xml -share/gnome/help/gtik2_applet2/zh_TW/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/zh_TW/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/zh_TW/legal.xml -share/gnome/help/gweather/C/figures/gweather_applet.png -share/gnome/help/gweather/C/figures/gweather_settings.png -share/gnome/help/gweather/C/figures/gweather_weather.png -share/gnome/help/gweather/C/gweather.xml -share/gnome/help/gweather/C/legal.xml -share/gnome/help/gweather/de/figures/gweather_applet.png -share/gnome/help/gweather/de/figures/gweather_settings.png -share/gnome/help/gweather/de/figures/gweather_weather.png -share/gnome/help/gweather/de/gweather.xml -share/gnome/help/gweather/de/legal.xml -share/gnome/help/gweather/es/figures/gweather_applet.png -share/gnome/help/gweather/es/figures/gweather_settings.png -share/gnome/help/gweather/es/figures/gweather_weather.png -share/gnome/help/gweather/es/gweather.xml -share/gnome/help/gweather/es/legal.xml -share/gnome/help/gweather/fr/figures/gweather_applet.png -share/gnome/help/gweather/fr/figures/gweather_settings.png -share/gnome/help/gweather/fr/figures/gweather_weather.png -share/gnome/help/gweather/fr/gweather.xml -share/gnome/help/gweather/fr/legal.xml -share/gnome/help/gweather/it/figures/gweather_applet.png -share/gnome/help/gweather/it/figures/gweather_settings.png -share/gnome/help/gweather/it/figures/gweather_weather.png -share/gnome/help/gweather/it/gweather.xml -share/gnome/help/gweather/it/legal.xml -share/gnome/help/gweather/ja/figures/gweather_applet.png -share/gnome/help/gweather/ja/figures/gweather_settings.png -share/gnome/help/gweather/ja/figures/gweather_weather.png -share/gnome/help/gweather/ja/gweather.xml -share/gnome/help/gweather/ja/legal.xml -share/gnome/help/gweather/ko/figures/gweather_applet.png -share/gnome/help/gweather/ko/figures/gweather_settings.png -share/gnome/help/gweather/ko/figures/gweather_weather.png -share/gnome/help/gweather/ko/gweather.xml -share/gnome/help/gweather/ko/legal.xml -share/gnome/help/gweather/sv/figures/gweather_applet.png -share/gnome/help/gweather/sv/figures/gweather_settings.png -share/gnome/help/gweather/sv/figures/gweather_weather.png -share/gnome/help/gweather/sv/gweather.xml -share/gnome/help/gweather/sv/legal.xml -share/gnome/help/gweather/zh_CN/figures/gweather_applet.png -share/gnome/help/gweather/zh_CN/figures/gweather_settings.png -share/gnome/help/gweather/zh_CN/figures/gweather_weather.png -share/gnome/help/gweather/zh_CN/gweather.xml -share/gnome/help/gweather/zh_CN/legal.xml -share/gnome/help/gweather/zh_TW/figures/gweather_applet.png -share/gnome/help/gweather/zh_TW/figures/gweather_settings.png -share/gnome/help/gweather/zh_TW/figures/gweather_weather.png -share/gnome/help/gweather/zh_TW/gweather.xml -share/gnome/help/gweather/zh_TW/legal.xml -share/gnome/help/mailcheck/C/figures/mailcheck_applet.png -share/gnome/help/mailcheck/C/legal.xml -share/gnome/help/mailcheck/C/mailcheck.xml -share/gnome/help/mailcheck/de/figures/mailcheck-applet.png -share/gnome/help/mailcheck/de/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/de/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/de/figures/mailcheck_applet.png -share/gnome/help/mailcheck/de/legal.xml -share/gnome/help/mailcheck/de/mailcheck.xml -share/gnome/help/mailcheck/es/figures/mailcheck-applet.png -share/gnome/help/mailcheck/es/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/es/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/es/figures/mailcheck_applet.png -share/gnome/help/mailcheck/es/legal.xml -share/gnome/help/mailcheck/es/mailcheck.xml -share/gnome/help/mailcheck/fr/figures/mailcheck-applet.png -share/gnome/help/mailcheck/fr/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/fr/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/fr/figures/mailcheck_applet.png -share/gnome/help/mailcheck/fr/legal.xml -share/gnome/help/mailcheck/fr/mailcheck.xml -share/gnome/help/mailcheck/it/figures/mailcheck-applet.png -share/gnome/help/mailcheck/it/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/it/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/it/figures/mailcheck_applet.png -share/gnome/help/mailcheck/it/legal.xml -share/gnome/help/mailcheck/it/mailcheck.xml -share/gnome/help/mailcheck/ja/figures/mailcheck_applet.png -share/gnome/help/mailcheck/ja/legal.xml -share/gnome/help/mailcheck/ja/mailcheck.xml -share/gnome/help/mailcheck/ko/figures/mailcheck-applet.png -share/gnome/help/mailcheck/ko/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/ko/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/ko/figures/mailcheck_applet.png -share/gnome/help/mailcheck/ko/legal.xml -share/gnome/help/mailcheck/ko/mailcheck.xml -share/gnome/help/mailcheck/sv/figures/mailcheck-applet.png -share/gnome/help/mailcheck/sv/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/sv/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/sv/figures/mailcheck_applet.png -share/gnome/help/mailcheck/sv/legal.xml -share/gnome/help/mailcheck/sv/mailcheck.xml -share/gnome/help/mailcheck/zh_CN/figures/mailcheck-applet.png -share/gnome/help/mailcheck/zh_CN/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/zh_CN/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/zh_CN/figures/mailcheck_applet.png -share/gnome/help/mailcheck/zh_CN/legal.xml -share/gnome/help/mailcheck/zh_CN/mailcheck.xml -share/gnome/help/mailcheck/zh_TW/figures/mailcheck-applet.png -share/gnome/help/mailcheck/zh_TW/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/zh_TW/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/zh_TW/figures/mailcheck_applet.png -share/gnome/help/mailcheck/zh_TW/legal.xml -share/gnome/help/mailcheck/zh_TW/mailcheck.xml -share/gnome/help/mixer_applet2/C/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/C/legal.xml -share/gnome/help/mixer_applet2/C/mixer_applet2.xml -share/gnome/help/mixer_applet2/de/figures/mixer_applet.png -share/gnome/help/mixer_applet2/de/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/de/legal.xml -share/gnome/help/mixer_applet2/de/mixer_applet2.xml -share/gnome/help/mixer_applet2/es/figures/mixer_applet.png -share/gnome/help/mixer_applet2/es/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/es/legal.xml -share/gnome/help/mixer_applet2/es/mixer_applet2.xml -share/gnome/help/mixer_applet2/fr/figures/mixer_applet.png -share/gnome/help/mixer_applet2/fr/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/fr/legal.xml -share/gnome/help/mixer_applet2/fr/mixer_applet2.xml -share/gnome/help/mixer_applet2/ja/figures/mixer_applet.png -share/gnome/help/mixer_applet2/ja/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ja/legal.xml -share/gnome/help/mixer_applet2/ja/mixer_applet2.xml -share/gnome/help/mixer_applet2/ko/figures/mixer_applet.png -share/gnome/help/mixer_applet2/ko/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ko/legal.xml -share/gnome/help/mixer_applet2/ko/mixer_applet2.xml -share/gnome/help/mixer_applet2/sv/figures/mixer_applet.png -share/gnome/help/mixer_applet2/sv/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/sv/legal.xml -share/gnome/help/mixer_applet2/sv/mixer_applet2.xml -share/gnome/help/mixer_applet2/zh_CN/figures/mixer_applet.png -share/gnome/help/mixer_applet2/zh_CN/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/zh_CN/legal.xml -share/gnome/help/mixer_applet2/zh_CN/mixer_applet2.xml -share/gnome/help/mixer_applet2/zh_TW/figures/mixer_applet.png -share/gnome/help/mixer_applet2/zh_TW/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/zh_TW/legal.xml -share/gnome/help/mixer_applet2/zh_TW/mixer_applet2.xml -share/gnome/help/modemlights/C/figures/modemlights-advanced.png -share/gnome/help/modemlights/C/figures/modemlights-advpref.png -share/gnome/help/modemlights/C/figures/modemlights-color.png -share/gnome/help/modemlights/C/figures/modemlights-general.png -share/gnome/help/modemlights/C/figures/modemlights-prefs.png -share/gnome/help/modemlights/C/figures/modemlights.png -share/gnome/help/modemlights/C/figures/modemlights_applet.png -share/gnome/help/modemlights/C/figures/modemlights_applet_advanced.png -share/gnome/help/modemlights/C/figures/modemlights_applet_awaiting.png -share/gnome/help/modemlights/C/figures/modemlights_applet_button.png -share/gnome/help/modemlights/C/figures/modemlights_applet_button_2.png -share/gnome/help/modemlights/C/figures/modemlights_applet_colors.png -share/gnome/help/modemlights/C/figures/modemlights_applet_connected.png -share/gnome/help/modemlights/C/figures/modemlights_applet_general.png -share/gnome/help/modemlights/C/figures/modemlights_applet_if_connect.png -share/gnome/help/modemlights/C/figures/modemlights_applet_not_connected.png -share/gnome/help/modemlights/C/figures/modemlights_applet_prefs_connecting.png -share/gnome/help/modemlights/C/figures/modemlights_applet_prefs_display.png -share/gnome/help/modemlights/C/legal.xml -share/gnome/help/modemlights/C/modemlights.xml -share/gnome/help/multiload/C/figures/system-monitor-applet_window.png -share/gnome/help/multiload/C/figures/system_monitor.png -share/gnome/help/multiload/C/figures/system_monitor_prefs.png -share/gnome/help/multiload/C/legal.xml -share/gnome/help/multiload/C/multiload.xml -share/gnome/help/stickynotes_applet/C/legal.xml -share/gnome/help/stickynotes_applet/C/stickynotes_applet.xml -share/gnome/help/wireless/C/legal.xml -share/gnome/help/wireless/C/wireless.xml -share/gnome/omf/gnome-applets/accessx-status-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/accessx-status-C.omf 2>/dev/null || /usr/bin/true -%%BATTERY%%share/gnome/omf/gnome-applets/battstat-C.omf -%%BATTERY%%@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/battstat-C.omf 2>/dev/null || /usr/bin/true -%%BATTERY%%share/gnome/omf/gnome-applets/battstat-ja.omf -%%BATTERY%%@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/battstat-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/drivemount-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/drivemount-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/modemlights-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/modemlights-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/multiload-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/multiload-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/stickynotes_applet-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/stickynotes_applet-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/wireless-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/wireless-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/accessx-status-applet/ax-applet.png -share/gnome/pixmaps/accessx-status-applet/ax-bouncekeys.png -share/gnome/pixmaps/accessx-status-applet/ax-key-base.png -share/gnome/pixmaps/accessx-status-applet/ax-key-inverse.png -share/gnome/pixmaps/accessx-status-applet/ax-key-no.png -share/gnome/pixmaps/accessx-status-applet/ax-key-none.png -share/gnome/pixmaps/accessx-status-applet/ax-key-yes.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-no.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-pending.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-yes.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-base.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-left.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-middle.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-right.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-left.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-middle.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-right.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-none.png -%%BATTERY%%share/gnome/pixmaps/battstat.png -share/gnome/pixmaps/charpick.png -share/gnome/pixmaps/drivemount-applet.png -share/gnome/pixmaps/gkb-icon.png -share/gnome/pixmaps/gkb.png -share/gnome/pixmaps/gkb/ae.png -share/gnome/pixmaps/gkb/am.png -share/gnome/pixmaps/gkb/ar.png -share/gnome/pixmaps/gkb/at.png -share/gnome/pixmaps/gkb/az.png -share/gnome/pixmaps/gkb/be.png -share/gnome/pixmaps/gkb/bg.png -share/gnome/pixmaps/gkb/bh.png -share/gnome/pixmaps/gkb/br.png -share/gnome/pixmaps/gkb/by.png -share/gnome/pixmaps/gkb/ca.png -share/gnome/pixmaps/gkb/ch.png -share/gnome/pixmaps/gkb/cu.png -share/gnome/pixmaps/gkb/cz.png -share/gnome/pixmaps/gkb/de.png -share/gnome/pixmaps/gkb/dj.png -share/gnome/pixmaps/gkb/dk.png -share/gnome/pixmaps/gkb/dz.png -share/gnome/pixmaps/gkb/ee.png -share/gnome/pixmaps/gkb/eg.png -share/gnome/pixmaps/gkb/es.png -share/gnome/pixmaps/gkb/eu.png -share/gnome/pixmaps/gkb/fi.png -share/gnome/pixmaps/gkb/fr.png -share/gnome/pixmaps/gkb/ge.png -share/gnome/pixmaps/gkb/gkb.png -share/gnome/pixmaps/gkb/gr.png -share/gnome/pixmaps/gkb/hr.png -share/gnome/pixmaps/gkb/hu.png -share/gnome/pixmaps/gkb/il.png -share/gnome/pixmaps/gkb/iq.png -share/gnome/pixmaps/gkb/is.png -share/gnome/pixmaps/gkb/it.png -share/gnome/pixmaps/gkb/jo.png -share/gnome/pixmaps/gkb/jp.png -share/gnome/pixmaps/gkb/km.png -share/gnome/pixmaps/gkb/kr.png -share/gnome/pixmaps/gkb/kw.png -share/gnome/pixmaps/gkb/la.png -share/gnome/pixmaps/gkb/lam.png -share/gnome/pixmaps/gkb/lb.png -share/gnome/pixmaps/gkb/lt.png -share/gnome/pixmaps/gkb/ly.png -share/gnome/pixmaps/gkb/ma.png -share/gnome/pixmaps/gkb/mk.png -share/gnome/pixmaps/gkb/mn.png -share/gnome/pixmaps/gkb/mx.png -share/gnome/pixmaps/gkb/nl.png -share/gnome/pixmaps/gkb/no.png -share/gnome/pixmaps/gkb/om.png -share/gnome/pixmaps/gkb/pl.png -share/gnome/pixmaps/gkb/ps.png -share/gnome/pixmaps/gkb/pt.png -share/gnome/pixmaps/gkb/qa.png -share/gnome/pixmaps/gkb/qc.png -share/gnome/pixmaps/gkb/ro.png -share/gnome/pixmaps/gkb/ru.png -share/gnome/pixmaps/gkb/sa.png -share/gnome/pixmaps/gkb/sd.png -share/gnome/pixmaps/gkb/se.png -share/gnome/pixmaps/gkb/si.png -share/gnome/pixmaps/gkb/sk.png -share/gnome/pixmaps/gkb/so.png -share/gnome/pixmaps/gkb/sr.png -share/gnome/pixmaps/gkb/sy.png -share/gnome/pixmaps/gkb/th.png -share/gnome/pixmaps/gkb/tn.png -share/gnome/pixmaps/gkb/tr.png -share/gnome/pixmaps/gkb/ua.png -share/gnome/pixmaps/gkb/uk.png -share/gnome/pixmaps/gkb/un.png -share/gnome/pixmaps/gkb/us.png -share/gnome/pixmaps/gkb/uy.png -share/gnome/pixmaps/gkb/vn.png -share/gnome/pixmaps/gkb/ye.png -share/gnome/pixmaps/gkb/yu.png -share/gnome/pixmaps/gnome-cpu.png -share/gnome/pixmaps/gnome-eyes.png -share/gnome/pixmaps/gnome-mini-commander.png -share/gnome/pixmaps/gswitchit-applet.png -share/gnome/pixmaps/gswitchit-properties-capplet.png -share/gnome/pixmaps/mailcheck/eclouds.png -share/gnome/pixmaps/mailcheck/email-e.png -share/gnome/pixmaps/mailcheck/email-eclouds.png -share/gnome/pixmaps/mailcheck/email-tiny.png -share/gnome/pixmaps/mailcheck/email.png -share/gnome/pixmaps/mailcheck/tux-anim.png -share/gnome/pixmaps/mini-commander/browser-mini.xpm -share/gnome/pixmaps/mini-commander/history-mini.xpm -share/gnome/pixmaps/mixer/gnome-mixer-applet.png -share/gnome/pixmaps/mixer/volume-max.png -share/gnome/pixmaps/mixer/volume-medium.png -share/gnome/pixmaps/mixer/volume-min.png -share/gnome/pixmaps/mixer/volume-mute.png -share/gnome/pixmaps/mixer/volume-zero.png -share/gnome/pixmaps/stickynotes/close.png -share/gnome/pixmaps/stickynotes/locked.png -share/gnome/pixmaps/stickynotes/resize_se.png -share/gnome/pixmaps/stickynotes/resize_sw.png -share/gnome/pixmaps/stickynotes/stickynotes.png -share/gnome/pixmaps/stickynotes/stickynotes_prelight.png -share/gnome/pixmaps/stickynotes/unlocked.png -share/gnome/pixmaps/wireless-applet/broken-0.png -share/gnome/pixmaps/wireless-applet/no-link-0.png -share/gnome/pixmaps/wireless-applet/signal-1-40.png -share/gnome/pixmaps/wireless-applet/signal-41-60.png -share/gnome/pixmaps/wireless-applet/signal-61-80.png -share/gnome/pixmaps/wireless-applet/signal-81-100.png -share/gnome/pixmaps/wireless-applet/wireless-applet.png -share/gnome/stickynotes/stickynotes.glade -share/gnome/wireless-applet/wireless-applet.glade -share/gnome/xmodmap/xmodmap.am -share/gnome/xmodmap/xmodmap.ar -share/gnome/xmodmap/xmodmap.be -share/gnome/xmodmap/xmodmap.bg -share/gnome/xmodmap/xmodmap.br -share/gnome/xmodmap/xmodmap.ch -share/gnome/xmodmap/xmodmap.ch_de -share/gnome/xmodmap/xmodmap.ch_fr -share/gnome/xmodmap/xmodmap.cz -share/gnome/xmodmap/xmodmap.de -share/gnome/xmodmap/xmodmap.de-apple -share/gnome/xmodmap/xmodmap.dk -share/gnome/xmodmap/xmodmap.dvorak -share/gnome/xmodmap/xmodmap.ee -share/gnome/xmodmap/xmodmap.es -share/gnome/xmodmap/xmodmap.es_x86 -share/gnome/xmodmap/xmodmap.fi -share/gnome/xmodmap/xmodmap.fr -share/gnome/xmodmap/xmodmap.fr-2 -share/gnome/xmodmap/xmodmap.fr_x86 -share/gnome/xmodmap/xmodmap.gb -share/gnome/xmodmap/xmodmap.gb-102 -share/gnome/xmodmap/xmodmap.gb-105 -share/gnome/xmodmap/xmodmap.ge_la -share/gnome/xmodmap/xmodmap.ge_ru -share/gnome/xmodmap/xmodmap.gr -share/gnome/xmodmap/xmodmap.hu -share/gnome/xmodmap/xmodmap.hu-101-lat1 -share/gnome/xmodmap/xmodmap.hu-101-lat2 -share/gnome/xmodmap/xmodmap.hu-ibm -share/gnome/xmodmap/xmodmap.hu-lat1 -share/gnome/xmodmap/xmodmap.hu-sun-lat2 -share/gnome/xmodmap/xmodmap.hu.old -share/gnome/xmodmap/xmodmap.hu_latin1 -share/gnome/xmodmap/xmodmap.hu_x86 -share/gnome/xmodmap/xmodmap.il -share/gnome/xmodmap/xmodmap.il_phonetic -share/gnome/xmodmap/xmodmap.is -share/gnome/xmodmap/xmodmap.it -share/gnome/xmodmap/xmodmap.jp -share/gnome/xmodmap/xmodmap.kr -share/gnome/xmodmap/xmodmap.la -share/gnome/xmodmap/xmodmap.lt -share/gnome/xmodmap/xmodmap.lt_b -share/gnome/xmodmap/xmodmap.lt_p -share/gnome/xmodmap/xmodmap.mk -share/gnome/xmodmap/xmodmap.mn -share/gnome/xmodmap/xmodmap.mn-phonet -share/gnome/xmodmap/xmodmap.mn-rev -share/gnome/xmodmap/xmodmap.mn-uni -share/gnome/xmodmap/xmodmap.nl -share/gnome/xmodmap/xmodmap.no -share/gnome/xmodmap/xmodmap.pl -share/gnome/xmodmap/xmodmap.pl2 -share/gnome/xmodmap/xmodmap.pt -share/gnome/xmodmap/xmodmap.pt-dead -share/gnome/xmodmap/xmodmap.qc -share/gnome/xmodmap/xmodmap.qc-2 -share/gnome/xmodmap/xmodmap.ro -share/gnome/xmodmap/xmodmap.ru -share/gnome/xmodmap/xmodmap.ru-rev -share/gnome/xmodmap/xmodmap.ru_yawerty -share/gnome/xmodmap/xmodmap.se -share/gnome/xmodmap/xmodmap.sf -share/gnome/xmodmap/xmodmap.sg -share/gnome/xmodmap/xmodmap.si -share/gnome/xmodmap/xmodmap.sk -share/gnome/xmodmap/xmodmap.th -share/gnome/xmodmap/xmodmap.tr_f -share/gnome/xmodmap/xmodmap.tr_q -share/gnome/xmodmap/xmodmap.uk -share/gnome/xmodmap/xmodmap.uk_x86 -share/gnome/xmodmap/xmodmap.us -share/gnome/xmodmap/xmodmap.us-101 -share/gnome/xmodmap/xmodmap.us-84 -share/gnome/xmodmap/xmodmap.us-dec -share/gnome/xmodmap/xmodmap.us-ibm -share/gnome/xmodmap/xmodmap.us-int -share/gnome/xmodmap/xmodmap.us-mac -share/gnome/xmodmap/xmodmap.us-sgi-101 -share/gnome/xmodmap/xmodmap.us-sun -share/gnome/xmodmap/xmodmap.us.old -share/gnome/xmodmap/xmodmap.us101A_x86 -share/gnome/xmodmap/xmodmap.us_intl -share/gnome/xmodmap/xmodmap.yu -share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/da/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/de/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/el/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/et/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/he/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/is/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/it/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/no/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/th/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-applets-2.0.mo -@dirrm share/gnome/wireless-applet -@dirrm share/gnome/stickynotes -@dirrm share/gnome/pixmaps/wireless-applet -@dirrm share/gnome/pixmaps/stickynotes -@dirrm share/gnome/pixmaps/mixer -@dirrm share/gnome/pixmaps/accessx-status-applet -@dirrm share/gnome/help/wireless/C -@dirrm share/gnome/help/wireless -@dirrm share/gnome/help/stickynotes_applet/C -@dirrm share/gnome/help/stickynotes_applet -@dirrm share/gnome/help/multiload/C/figures -@dirrm share/gnome/help/multiload/C -@dirrm share/gnome/help/multiload -@dirrm share/gnome/help/modemlights/C/figures -@dirrm share/gnome/help/modemlights/C -@dirrm share/gnome/help/modemlights -@dirrm share/gnome/help/mixer_applet2/zh_TW/figures -@dirrm share/gnome/help/mixer_applet2/zh_TW -@dirrm share/gnome/help/mixer_applet2/zh_CN/figures -@dirrm share/gnome/help/mixer_applet2/zh_CN -@dirrm share/gnome/help/mixer_applet2/sv/figures -@dirrm share/gnome/help/mixer_applet2/sv -@dirrm share/gnome/help/mixer_applet2/ko/figures -@dirrm share/gnome/help/mixer_applet2/ko -@dirrm share/gnome/help/mixer_applet2/ja/figures -@dirrm share/gnome/help/mixer_applet2/ja -@dirrm share/gnome/help/mixer_applet2/fr/figures -@dirrm share/gnome/help/mixer_applet2/fr -@dirrm share/gnome/help/mixer_applet2/es/figures -@dirrm share/gnome/help/mixer_applet2/es -@dirrm share/gnome/help/mixer_applet2/de/figures -@dirrm share/gnome/help/mixer_applet2/de -@dirrm share/gnome/help/mixer_applet2/C/figures -@dirrm share/gnome/help/mixer_applet2/C -@dirrm share/gnome/help/mixer_applet2 -@dirrm share/gnome/help/mailcheck/zh_TW/figures -@dirrm share/gnome/help/mailcheck/zh_TW -@dirrm share/gnome/help/mailcheck/zh_CN/figures -@dirrm share/gnome/help/mailcheck/zh_CN -@dirrm share/gnome/help/mailcheck/sv/figures -@dirrm share/gnome/help/mailcheck/sv -@dirrm share/gnome/help/mailcheck/ko/figures -@dirrm share/gnome/help/mailcheck/ko -@dirrm share/gnome/help/mailcheck/ja/figures -@dirrm share/gnome/help/mailcheck/ja -@dirrm share/gnome/help/mailcheck/it/figures -@dirrm share/gnome/help/mailcheck/it -@dirrm share/gnome/help/mailcheck/fr/figures -@dirrm share/gnome/help/mailcheck/fr -@dirrm share/gnome/help/mailcheck/es/figures -@dirrm share/gnome/help/mailcheck/es -@dirrm share/gnome/help/mailcheck/de/figures -@dirrm share/gnome/help/mailcheck/de -@dirrm share/gnome/help/mailcheck/C/figures -@dirrm share/gnome/help/mailcheck/C -@dirrm share/gnome/help/mailcheck -@dirrm share/gnome/help/gweather/zh_TW/figures -@dirrm share/gnome/help/gweather/zh_TW -@dirrm share/gnome/help/gweather/zh_CN/figures -@dirrm share/gnome/help/gweather/zh_CN -@dirrm share/gnome/help/gweather/sv/figures -@dirrm share/gnome/help/gweather/sv -@dirrm share/gnome/help/gweather/ko/figures -@dirrm share/gnome/help/gweather/ko -@dirrm share/gnome/help/gweather/ja/figures -@dirrm share/gnome/help/gweather/ja -@dirrm share/gnome/help/gweather/it/figures -@dirrm share/gnome/help/gweather/it -@dirrm share/gnome/help/gweather/fr/figures -@dirrm share/gnome/help/gweather/fr -@dirrm share/gnome/help/gweather/es/figures -@dirrm share/gnome/help/gweather/es -@dirrm share/gnome/help/gweather/de/figures -@dirrm share/gnome/help/gweather/de -@dirrm share/gnome/help/gweather/C/figures -@dirrm share/gnome/help/gweather/C -@dirrm share/gnome/help/gweather -@dirrm share/gnome/help/gtik2_applet2/zh_TW/figures -@dirrm share/gnome/help/gtik2_applet2/zh_TW -@dirrm share/gnome/help/gtik2_applet2/zh_CN/figures -@dirrm share/gnome/help/gtik2_applet2/zh_CN -@dirrm share/gnome/help/gtik2_applet2/sv/figures -@dirrm share/gnome/help/gtik2_applet2/sv -@dirrm share/gnome/help/gtik2_applet2/ko/figures -@dirrm share/gnome/help/gtik2_applet2/ko -@dirrm share/gnome/help/gtik2_applet2/ja/figures -@dirrm share/gnome/help/gtik2_applet2/ja -@dirrm share/gnome/help/gtik2_applet2/it/figures -@dirrm share/gnome/help/gtik2_applet2/it -@dirrm share/gnome/help/gtik2_applet2/fr/figures -@dirrm share/gnome/help/gtik2_applet2/fr -@dirrm share/gnome/help/gtik2_applet2/es/figures -@dirrm share/gnome/help/gtik2_applet2/es -@dirrm share/gnome/help/gtik2_applet2/de/figures -@dirrm share/gnome/help/gtik2_applet2/de -@dirrm share/gnome/help/gtik2_applet2/C/figures -@dirrm share/gnome/help/gtik2_applet2/C -@dirrm share/gnome/help/gtik2_applet2 -@dirrm share/gnome/help/gkb/zh_TW/figures -@dirrm share/gnome/help/gkb/zh_TW -@dirrm share/gnome/help/gkb/zh_CN/figures -@dirrm share/gnome/help/gkb/zh_CN -@dirrm share/gnome/help/gkb/sv/figures -@dirrm share/gnome/help/gkb/sv -@dirrm share/gnome/help/gkb/ko/figures -@dirrm share/gnome/help/gkb/ko -@dirrm share/gnome/help/gkb/ja/figures -@dirrm share/gnome/help/gkb/ja -@dirrm share/gnome/help/gkb/it/figures -@dirrm share/gnome/help/gkb/it -@dirrm share/gnome/help/gkb/fr/figures -@dirrm share/gnome/help/gkb/fr -@dirrm share/gnome/help/gkb/es/figures -@dirrm share/gnome/help/gkb/es -@dirrm share/gnome/help/gkb/de/figures -@dirrm share/gnome/help/gkb/de -@dirrm share/gnome/help/gkb/C/figures -@dirrm share/gnome/help/gkb/C -@dirrm share/gnome/help/gkb -@dirrm share/gnome/help/geyes/zh_TW/figures -@dirrm share/gnome/help/geyes/zh_TW -@dirrm share/gnome/help/geyes/zh_CN/figures -@dirrm share/gnome/help/geyes/zh_CN -@dirrm share/gnome/help/geyes/sv/figures -@dirrm share/gnome/help/geyes/sv -@dirrm share/gnome/help/geyes/ko/figures -@dirrm share/gnome/help/geyes/ko -@dirrm share/gnome/help/geyes/ja/figures -@dirrm share/gnome/help/geyes/ja -@dirrm share/gnome/help/geyes/it/figures -@dirrm share/gnome/help/geyes/it -@dirrm share/gnome/help/geyes/fr/figures -@dirrm share/gnome/help/geyes/fr -@dirrm share/gnome/help/geyes/es/figures -@dirrm share/gnome/help/geyes/es -@dirrm share/gnome/help/geyes/de/figures -@dirrm share/gnome/help/geyes/de -@dirrm share/gnome/help/geyes/C/figures -@dirrm share/gnome/help/geyes/C -@dirrm share/gnome/help/geyes -@dirrm share/gnome/help/drivemount/C/figures -@dirrm share/gnome/help/drivemount/C -@dirrm share/gnome/help/drivemount -@dirrm share/gnome/help/command-line/zh_TW/figures -@dirrm share/gnome/help/command-line/zh_TW -@dirrm share/gnome/help/command-line/zh_CN/figures -@dirrm share/gnome/help/command-line/zh_CN -@dirrm share/gnome/help/command-line/sv/figures -@dirrm share/gnome/help/command-line/sv -@dirrm share/gnome/help/command-line/ko/figures -@dirrm share/gnome/help/command-line/ko -@dirrm share/gnome/help/command-line/ja/figures -@dirrm share/gnome/help/command-line/ja -@dirrm share/gnome/help/command-line/it/figures -@dirrm share/gnome/help/command-line/it -@dirrm share/gnome/help/command-line/fr/figures -@dirrm share/gnome/help/command-line/fr -@dirrm share/gnome/help/command-line/es/figures -@dirrm share/gnome/help/command-line/es -@dirrm share/gnome/help/command-line/de/figures -@dirrm share/gnome/help/command-line/de -@dirrm share/gnome/help/command-line/C/figures -@dirrm share/gnome/help/command-line/C -@dirrm share/gnome/help/command-line -@dirrm share/gnome/help/char-palette/zh_TW/figures -@dirrm share/gnome/help/char-palette/zh_TW -@dirrm share/gnome/help/char-palette/zh_CN/figures -@dirrm share/gnome/help/char-palette/zh_CN -@dirrm share/gnome/help/char-palette/sv/figures -@dirrm share/gnome/help/char-palette/sv -@dirrm share/gnome/help/char-palette/ko/figures -@dirrm share/gnome/help/char-palette/ko -@dirrm share/gnome/help/char-palette/ja/figures -@dirrm share/gnome/help/char-palette/ja -@dirrm share/gnome/help/char-palette/it/figures -@dirrm share/gnome/help/char-palette/it -@dirrm share/gnome/help/char-palette/fr/figures -@dirrm share/gnome/help/char-palette/fr -@dirrm share/gnome/help/char-palette/es/figures -@dirrm share/gnome/help/char-palette/es -@dirrm share/gnome/help/char-palette/de/figures -@dirrm share/gnome/help/char-palette/de -@dirrm share/gnome/help/char-palette/C/figures -@dirrm share/gnome/help/char-palette/C -@dirrm share/gnome/help/char-palette -@dirrm share/gnome/help/cdplayer/zh_TW/figures -@dirrm share/gnome/help/cdplayer/zh_TW -@dirrm share/gnome/help/cdplayer/zh_CN/figures -@dirrm share/gnome/help/cdplayer/zh_CN -@dirrm share/gnome/help/cdplayer/sv/figures -@dirrm share/gnome/help/cdplayer/sv -@dirrm share/gnome/help/cdplayer/ko/figures -@dirrm share/gnome/help/cdplayer/ko -@dirrm share/gnome/help/cdplayer/ja/figures -@dirrm share/gnome/help/cdplayer/ja -@dirrm share/gnome/help/cdplayer/it/figures -@dirrm share/gnome/help/cdplayer/it -@dirrm share/gnome/help/cdplayer/fr/figures -@dirrm share/gnome/help/cdplayer/fr -@dirrm share/gnome/help/cdplayer/es/figures -@dirrm share/gnome/help/cdplayer/es -@dirrm share/gnome/help/cdplayer/de/figures -@dirrm share/gnome/help/cdplayer/de -@dirrm share/gnome/help/cdplayer/C/figures -@dirrm share/gnome/help/cdplayer/C -@dirrm share/gnome/help/cdplayer -@dirrm share/gnome/geyes/Horrid -@dirrm share/gnome/geyes/Default -@dirrm share/gnome/geyes/Default-tiny -@dirrm share/gnome/geyes/Bloodshot -@dirrm share/gnome/geyes/Bizarre -%%BATTERY%%@dirrm share/gnome/help/battstat/ja/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/ja -%%BATTERY%%@dirrm share/gnome/help/battstat/C/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/C -%%BATTERY%%@dirrm share/gnome/help/battstat -@dirrm share/gnome/help/accessx-status/C/figures -@dirrm share/gnome/help/accessx-status/C -@dirrm share/gnome/help/accessx-status -@dirrm share/gnome/gswitchit -@dirrm share/gnome/gen_util -%%BATTERY%%@dirrm share/gnome/battstat_applet -@dirrm libexec/gnome-applets -@dirrm include/libgswitchit -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet/settings -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet/defaults -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/multiload/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/multiload -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/modemlights/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/modemlights -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mixer_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mixer_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mini-commander/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mini-commander -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gweather/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gweather -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/Applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtik/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtik -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gkb-applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gkb-applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/geyes/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/geyes -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/drivemount-applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/drivemount-applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/charpick/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/charpick -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/cdplayer-applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/cdplayer-applet -%%BATTERY%%@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/battstat-applet/prefs -%%BATTERY%%@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/battstat-applet -@dirrm etc/gconf/gconf.xml.defaults/apps/stickynotes_applet/settings -@dirrm etc/gconf/gconf.xml.defaults/apps/stickynotes_applet/defaults -@dirrm etc/gconf/gconf.xml.defaults/apps/stickynotes_applet -@dirrm etc/gconf/gconf.xml.defaults/apps/gswitchit/Applet -@dirrm etc/gconf/gconf.xml.defaults/apps/gswitchit -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/accessx-status-C.omf 2>/dev/null || /usr/bin/true -%%BATTERY%%@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/battstat-C.omf 2>/dev/null || /usr/bin/true -%%BATTERY%%@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/battstat-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/drivemount-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/modemlights-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/multiload-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/stickynotes_applet-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/wireless-C.omf 2>/dev/null || /usr/bin/true diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile deleted file mode 100644 index 9ac0a0537..000000000 --- a/x11/gnome-desktop/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnomedesktop -# Date created: 13 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnomedesktop/Makefile,v 1.31 2003/10/18 22:59:51 marcus Exp $ -# - -PORTNAME= gnomedesktop -PORTVERSION= 2.5.91 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-desktop/2.5 -DISTNAME= gnome-desktop-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Additional UI API for GNOME 2 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier libgnomeui -GNOME_DESKTOP_VERSION=2 -USE_GMAKE= yes -USE_BISON= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 -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 - -.include <bsd.port.mk> diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo deleted file mode 100644 index fd6cb698d..000000000 --- a/x11/gnome-desktop/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-desktop-2.5.91.tar.bz2) = 60f5e86aade1f0c5459caf6123f7b771 -SIZE (gnome2/gnome-desktop-2.5.91.tar.bz2) = 1079912 diff --git a/x11/gnome-desktop/pkg-descr b/x11/gnome-desktop/pkg-descr deleted file mode 100644 index 500857a54..000000000 --- a/x11/gnome-desktop/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a collection of APIs not included in libgnomeui as they have -not undergone sufficient testing. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-desktop/pkg-plist b/x11/gnome-desktop/pkg-plist deleted file mode 100644 index 7188ca576..000000000 --- a/x11/gnome-desktop/pkg-plist +++ /dev/null @@ -1,212 +0,0 @@ -bin/gnome-about -include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h -include/gnome-desktop-2.0/libgnomeui/gnome-ditem-edit.h -include/gnome-desktop-2.0/libgnomeui/gnome-hint.h -lib/libgnome-desktop-2.a -lib/libgnome-desktop-2.so -lib/libgnome-desktop-2.so.3 -libdata/pkgconfig/gnome-desktop-2.0.pc -share/gnome/gnome-about/gnome-64.gif -share/gnome/gnome-about/gnome-version.xml -share/gnome/gnome-about/headers/header-bg-ancient01a.png -share/gnome/gnome-about/headers/header-bg-city01.png -share/gnome/gnome-about/headers/header-bg-clouds01.png -share/gnome/gnome-about/headers/header-bg-clouds02.png -share/gnome/gnome-about/headers/header-bg-hills01.png -share/gnome/gnome-about/headers/header-bg-landscape01.png -share/gnome/gnome-about/headers/header-bg-mountains01.png -share/gnome/gnome-about/headers/header-bg-snow01.png -share/gnome/gnome-about/headers/header-bg-sunset01.png -share/gnome/help/fdl/C/fdl.xml -share/gnome/help/gnome-feedback/C/gnome-feedback.xml -share/gnome/help/gpl/C/gpl.xml -share/gnome/help/lgpl/C/lgpl.xml -share/gnome/omf/gnome-desktop/fdl-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-desktop/fdl-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-desktop/gnome-feedback-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-desktop/gnome-feedback-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-desktop/gpl-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-desktop/gpl-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-desktop/lgpl-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-desktop/lgpl-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/advanced-directory.png -share/gnome/pixmaps/apple-green.png -share/gnome/pixmaps/apple-red.png -share/gnome/pixmaps/gnome-aorta.png -share/gnome/pixmaps/gnome-applets.png -share/gnome/pixmaps/gnome-applications.png -share/gnome/pixmaps/gnome-background-image.png -share/gnome/pixmaps/gnome-background-pattern.png -share/gnome/pixmaps/gnome-background.png -share/gnome/pixmaps/gnome-calc2.png -share/gnome/pixmaps/gnome-calc3.png -share/gnome/pixmaps/gnome-calendar.png -share/gnome/pixmaps/gnome-ccbackground.png -share/gnome/pixmaps/gnome-ccdesktop.png -share/gnome/pixmaps/gnome-ccdialog.png -share/gnome/pixmaps/gnome-ccmime.png -share/gnome/pixmaps/gnome-ccperiph.png -share/gnome/pixmaps/gnome-ccscreensaver.png -share/gnome/pixmaps/gnome-ccwindowmanager.png -share/gnome/pixmaps/gnome-color-browser.png -share/gnome/pixmaps/gnome-color-xterm.png -share/gnome/pixmaps/gnome-computer.png -share/gnome/pixmaps/gnome-cromagnon.png -share/gnome/pixmaps/gnome-day.png -share/gnome/pixmaps/gnome-debian.png -share/gnome/pixmaps/gnome-diskfree.png -share/gnome/pixmaps/gnome-emacs.png -share/gnome/pixmaps/gnome-eterm.png -share/gnome/pixmaps/gnome-favorites.png -share/gnome/pixmaps/gnome-file-c.png -share/gnome/pixmaps/gnome-file-h.png -share/gnome/pixmaps/gnome-folder.png -share/gnome/pixmaps/gnome-gemvt.png -share/gnome/pixmaps/gnome-gimp.png -share/gnome/pixmaps/gnome-gmenu.png -share/gnome/pixmaps/gnome-gmush.png -share/gnome/pixmaps/gnome-gnomoku.png -share/gnome/pixmaps/gnome-home.png -share/gnome/pixmaps/gnome-html.png -share/gnome/pixmaps/gnome-image-gif.png -share/gnome/pixmaps/gnome-image-jpeg.png -share/gnome/pixmaps/gnome-irc.png -share/gnome/pixmaps/gnome-laptop.png -share/gnome/pixmaps/gnome-log.png -share/gnome/pixmaps/gnome-logo-icon-transparent.png -share/gnome/pixmaps/gnome-logo-icon.png -share/gnome/pixmaps/gnome-logo-large.png -share/gnome/pixmaps/gnome-mailcheck.png -share/gnome/pixmaps/gnome-mdi.png -share/gnome/pixmaps/gnome-mnemonic.png -share/gnome/pixmaps/gnome-modem.png -share/gnome/pixmaps/gnome-money.png -share/gnome/pixmaps/gnome-monitor.png -share/gnome/pixmaps/gnome-month.png -share/gnome/pixmaps/gnome-mouse.png -share/gnome/pixmaps/gnome-networktool.png -share/gnome/pixmaps/gnome-news.png -share/gnome/pixmaps/gnome-note.png -share/gnome/pixmaps/gnome-qeye.png -share/gnome/pixmaps/gnome-session.png -share/gnome/pixmaps/gnome-set-time.png -share/gnome/pixmaps/gnome-spider.png -share/gnome/pixmaps/gnome-squeak.png -share/gnome/pixmaps/gnome-suse.png -share/gnome/pixmaps/gnome-talk.png -share/gnome/pixmaps/gnome-term-linux.png -share/gnome/pixmaps/gnome-term-linux2.png -share/gnome/pixmaps/gnome-term-night.png -share/gnome/pixmaps/gnome-term-tiger.png -share/gnome/pixmaps/gnome-term.png -share/gnome/pixmaps/gnome-tigert.png -share/gnome/pixmaps/gnome-touristinfo.png -share/gnome/pixmaps/gnome-user-interface.png -share/gnome/pixmaps/gnome-util.png -share/gnome/pixmaps/gnome-week.png -share/gnome/pixmaps/gnome-windows.png -share/gnome/pixmaps/gnome-word.png -share/gnome/pixmaps/gnome-workspace.png -share/gnome/pixmaps/gnome-xterm.png -share/gnome/pixmaps/gtkvim.png -share/gnome/pixmaps/kterm.xpm -share/gnome/pixmaps/launcher-program.png -share/gnome/pixmaps/monitor.png -share/gnome/pixmaps/vnterm.xpm -share/gnome/vfolders/Accessories.directory -share/gnome/vfolders/Applications.directory -share/gnome/vfolders/Development.directory -share/gnome/vfolders/Games.directory -share/gnome/vfolders/Graphics.directory -share/gnome/vfolders/Internet.directory -share/gnome/vfolders/Multimedia.directory -share/gnome/vfolders/Office.directory -share/gnome/vfolders/Other.directory -share/gnome/vfolders/Root.directory -share/gnome/vfolders/Settings.directory -share/gnome/vfolders/System.directory -share/locale/am/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ar/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/bg/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bn/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/el/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/ga/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/gl/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/id/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/kn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ko/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/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/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/no/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/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/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@Latn/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/th/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/uk/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/yi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-desktop-2.0.mo -@dirrm share/gnome/omf/gnome-desktop -@dirrm share/gnome/help/lgpl/C -@dirrm share/gnome/help/lgpl -@dirrm share/gnome/help/gpl/C -@dirrm share/gnome/help/gpl -@dirrm share/gnome/help/gnome-feedback/C -@dirrm share/gnome/help/gnome-feedback -@dirrm share/gnome/help/fdl/C -@dirrm share/gnome/help/fdl -@dirrm share/gnome/gnome-about/headers -@dirrm share/gnome/gnome-about -@dirrm include/gnome-desktop-2.0/libgnomeui -@dirrm include/gnome-desktop-2.0/libgnome -@dirrm include/gnome-desktop-2.0 -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-desktop/fdl-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-desktop/gnome-feedback-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-desktop/gpl-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-desktop/lgpl-C.omf 2>/dev/null || /usr/bin/true diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile deleted file mode 100644 index 5ed748d59..000000000 --- a/x11/gnome-panel/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: gnomepanel -# Date created: 27 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnomepanel/Makefile,v 1.36 2003/10/14 18:58:14 marcus Exp $ -# - -PORTNAME= gnomepanel -PORTVERSION= 2.5.92 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-panel/2.5 -DISTNAME= gnome-panel-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Panel component for the GNOME 2 Desktop - -USE_BZIP2= yes -INSTALLS_SHLIB= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack gnomedesktop \ - libwnck -WANT_GNOME= yes -GNOME_DESKTOP_VERSION=2 -USE_GMAKE= yes -USE_LIBTOOL_VER=13 -CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ - --with-kde-docdir=${LOCALBASE}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-panel.1 gnome-panel-preferences.1 - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_GNOME -.undef WITHOUT_ALL -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+= evolutiondataserver -.endif - -post-patch: -.for po in da.po it.po zh_TW.po - @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} -.endfor - -.include <bsd.port.post.mk> diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo deleted file mode 100644 index 3cb65764b..000000000 --- a/x11/gnome-panel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-panel-2.5.92.tar.bz2) = 45ea61a1cc2010c1c1322c6f9bb9eb09 -SIZE (gnome2/gnome-panel-2.5.92.tar.bz2) = 2822787 diff --git a/x11/gnome-panel/files/patch-applets_clock_clock.c b/x11/gnome-panel/files/patch-applets_clock_clock.c deleted file mode 100644 index ccf5378b1..000000000 --- a/x11/gnome-panel/files/patch-applets_clock_clock.c +++ /dev/null @@ -1,24 +0,0 @@ ---- applets/clock/clock.c.orig Tue Jan 13 11:55:58 2004 -+++ applets/clock/clock.c Wed Jan 14 15:43:39 2004 -@@ -47,7 +47,9 @@ - #include <dirent.h> - #include <string.h> - #include <time.h> -+#ifdef HAVE_LANGINFO_H - #include <langinfo.h> -+#endif - - #include <panel-applet.h> - #include <panel-applet-gconf.h> -@@ -539,7 +541,11 @@ - { - const char *am; - -+#ifdef HAVE_LANGINFO_H - am = nl_langinfo (AM_STR); -+#else -+ am = "AM"; -+#endif - return (am[0] == '\0') ? CLOCK_FORMAT_24 : CLOCK_FORMAT_12; - } - diff --git a/x11/gnome-panel/files/patch-config.h.in b/x11/gnome-panel/files/patch-config.h.in deleted file mode 100644 index 8a59166a5..000000000 --- a/x11/gnome-panel/files/patch-config.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 <stdlib.h> header file. */ - #undef HAVE_STDLIB_H - -+#undef HAVE_LANGINFO_H -+ - /* Define to 1 if you have the <strings.h> header file. */ - #undef HAVE_STRINGS_H - diff --git a/x11/gnome-panel/files/patch-configure b/x11/gnome-panel/files/patch-configure deleted file mode 100644 index 732f3a860..000000000 --- a/x11/gnome-panel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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-gnome-panel::GNOME_Panel.server.in b/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in deleted file mode 100644 index e0eaa97a6..000000000 --- a/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD: ports/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in,v 1.3 2003/09/18 06:49:26 marcus Exp $ - ---- gnome-panel/GNOME_Panel.server.in 2002/05/09 21:00:58 1.1 -+++ gnome-panel/GNOME_Panel.server.in 2002/05/09 21:01:11 -@@ -1,6 +1,6 @@ - <oaf_info> - --<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="panel-2"> -+<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="gnome-panel"> - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Vertigo/PanelShell:1.0"/> - <item value="IDL:Bonobo/Unknown:1.0"/> diff --git a/x11/gnome-panel/pkg-descr b/x11/gnome-panel/pkg-descr deleted file mode 100644 index 5e7339891..000000000 --- a/x11/gnome-panel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Panel component for the GNOME 2 Desktop. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist deleted file mode 100644 index 520638683..000000000 --- a/x11/gnome-panel/pkg-plist +++ /dev/null @@ -1,615 +0,0 @@ -bin/gnome-desktop-item-edit -bin/gnome-panel -bin/gnome-panel-preferences -bin/gnome-panel-screenshot -bin/panel-test-applets -etc/gconf/gconf.xml.defaults/apps/gnome_panel_screenshot/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/clock/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/mixer/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/show_desktop_button/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_list/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_menu/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/workspace_switcher/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/general/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/menu_bar/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/nautilus_launcher/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/terminal_launcher/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/global/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome_panel_screenshot/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000001/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000002/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000003/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000004/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/show_desktop_button/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/general/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000001/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000002/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000001/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000002/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/general/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/global/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/objects/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/background/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/prefs/%gconf.xml -etc/gconf/schemas/clock.schemas -etc/gconf/schemas/fish.schemas -etc/gconf/schemas/gnome-panel-screenshot.schemas -etc/gconf/schemas/panel-compatibility.schemas -etc/gconf/schemas/panel-default-setup.entries -etc/gconf/schemas/panel-general.schemas -etc/gconf/schemas/panel-global.schemas -etc/gconf/schemas/panel-object.schemas -etc/gconf/schemas/panel-toplevel.schemas -etc/gconf/schemas/window-list.schemas -etc/gconf/schemas/workspace-switcher.schemas -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.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_Panel.server -libdata/bonobo/servers/GNOME_Wncklet_Factory.server -libdata/pkgconfig/libpanelapplet-2.0.pc -libexec/clock-applet -libexec/fish-applet-2 -libexec/notification-area-applet -libexec/wnck-applet -share/doc/panel-applet/PanelApplet.html -share/doc/panel-applet/applet-popups.html -share/doc/panel-applet/applet-porting.html -share/doc/panel-applet/applet-writing.html -share/doc/panel-applet/home.png -share/doc/panel-applet/index.html -share/doc/panel-applet/index.sgml -share/doc/panel-applet/left.png -share/doc/panel-applet/multi-applets.html -share/doc/panel-applet/panel-applet-Panel-Applet-GConf-Utilities.html -share/doc/panel-applet/panel-applet.devhelp -share/doc/panel-applet/panel-applet.html -share/doc/panel-applet/panel-signals.html -share/doc/panel-applet/right.png -share/doc/panel-applet/server-files.html -share/doc/panel-applet/session-saving.html -share/doc/panel-applet/up.png -share/gnome/control-center-2.0/capplets/gnome-panel-preferences.desktop -share/gnome/gnome-2.0/ui/GNOME_ClockApplet.xml -share/gnome/gnome-2.0/ui/GNOME_FishApplet.xml -share/gnome/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml -share/gnome/gnome-2.0/ui/GNOME_Panel_Popup.xml -share/gnome/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WindowListApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WindowMenuApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml -share/gnome/gnome-panel/glade/fish.glade -share/gnome/gnome-panel/glade/panel-test-applets.glade -share/gnome/gnome-panel/glade/window-list.glade -share/gnome/gnome-panel/glade/workspace-switcher.glade -share/gnome/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/de/clock.xml -share/gnome/help/clock/de/figures/clock_applet.png -share/gnome/help/clock/de/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/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/sv/clock.xml -share/gnome/help/clock/sv/figures/clock_applet.png -share/gnome/help/clock/sv/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/C/figures/fish_applet.png -share/gnome/help/fish-applet-2/C/fish-applet-2.xml -share/gnome/help/fish-applet-2/C/legal.xml -share/gnome/help/fish-applet-2/de/figures/fish_applet.png -share/gnome/help/fish-applet-2/de/figures/fish_settings.png -share/gnome/help/fish-applet-2/de/fish-applet-2.xml -share/gnome/help/fish-applet-2/de/legal.xml -share/gnome/help/fish-applet-2/es/figures/fish_applet.png -share/gnome/help/fish-applet-2/es/figures/fish_settings.png -share/gnome/help/fish-applet-2/es/fish-applet-2.xml -share/gnome/help/fish-applet-2/es/legal.xml -share/gnome/help/fish-applet-2/fr/figures/fish_applet.png -share/gnome/help/fish-applet-2/fr/figures/fish_settings.png -share/gnome/help/fish-applet-2/fr/fish-applet-2.xml -share/gnome/help/fish-applet-2/fr/legal.xml -share/gnome/help/fish-applet-2/it/figures/fish_applet.png -share/gnome/help/fish-applet-2/it/figures/fish_settings.png -share/gnome/help/fish-applet-2/it/fish-applet-2.xml -share/gnome/help/fish-applet-2/it/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/ko/figures/fish_applet.png -share/gnome/help/fish-applet-2/ko/figures/fish_settings.png -share/gnome/help/fish-applet-2/ko/fish-applet-2.xml -share/gnome/help/fish-applet-2/ko/legal.xml -share/gnome/help/fish-applet-2/sv/figures/fish_applet.png -share/gnome/help/fish-applet-2/sv/figures/fish_settings.png -share/gnome/help/fish-applet-2/sv/fish-applet-2.xml -share/gnome/help/fish-applet-2/sv/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/window-list/C/figures/window_list_applet.png -share/gnome/help/window-list/C/figures/window_list_group_applet.png -share/gnome/help/window-list/C/legal.xml -share/gnome/help/window-list/C/window-list.xml -share/gnome/help/window-list/de/figures/window_list_applet.png -share/gnome/help/window-list/de/figures/window_list_group.png -share/gnome/help/window-list/de/figures/window_list_group_applet.png -share/gnome/help/window-list/de/legal.xml -share/gnome/help/window-list/de/window-list.xml -share/gnome/help/window-list/es/figures/window_list_applet.png -share/gnome/help/window-list/es/figures/window_list_group.png -share/gnome/help/window-list/es/figures/window_list_group_applet.png -share/gnome/help/window-list/es/legal.xml -share/gnome/help/window-list/es/window-list.xml -share/gnome/help/window-list/fr/figures/window_list_applet.png -share/gnome/help/window-list/fr/figures/window_list_group.png -share/gnome/help/window-list/fr/figures/window_list_group_applet.png -share/gnome/help/window-list/fr/legal.xml -share/gnome/help/window-list/fr/window-list.xml -share/gnome/help/window-list/it/figures/window_list_applet.png -share/gnome/help/window-list/it/figures/window_list_group.png -share/gnome/help/window-list/it/figures/window_list_group_applet.png -share/gnome/help/window-list/it/legal.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/figures/window_list_applet.png -share/gnome/help/window-list/ko/figures/window_list_group.png -share/gnome/help/window-list/ko/figures/window_list_group_applet.png -share/gnome/help/window-list/ko/legal.xml -share/gnome/help/window-list/ko/window-list.xml -share/gnome/help/window-list/sv/figures/window_list_applet.png -share/gnome/help/window-list/sv/figures/window_list_group.png -share/gnome/help/window-list/sv/figures/window_list_group_applet.png -share/gnome/help/window-list/sv/legal.xml -share/gnome/help/window-list/sv/window-list.xml -share/gnome/help/window-list/zh_CN/figures/window_list_applet.png -share/gnome/help/window-list/zh_CN/figures/window_list_group.png -share/gnome/help/window-list/zh_CN/figures/window_list_group_applet.png -share/gnome/help/window-list/zh_CN/legal.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/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/C/legal.xml -share/gnome/help/workspace-switcher/C/workspace-switcher.xml -share/gnome/help/workspace-switcher/de/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/de/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/de/legal.xml -share/gnome/help/workspace-switcher/de/workspace-switcher.xml -share/gnome/help/workspace-switcher/es/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/es/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/es/legal.xml -share/gnome/help/workspace-switcher/es/workspace-switcher.xml -share/gnome/help/workspace-switcher/fr/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/fr/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/fr/legal.xml -share/gnome/help/workspace-switcher/fr/workspace-switcher.xml -share/gnome/help/workspace-switcher/it/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/it/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/it/legal.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/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/ko/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/ko/legal.xml -share/gnome/help/workspace-switcher/ko/workspace-switcher.xml -share/gnome/help/workspace-switcher/sv/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/sv/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/sv/legal.xml -share/gnome/help/workspace-switcher/sv/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/gnome/idl/gnome-panel-2.0/GNOME_Panel.idl -share/gnome/omf/gnome-panel/clock-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/panel/gnome-panel-preferences.glade -share/gnome/panel/gnome-panel-screenshot.glade -share/gnome/panel/panel-properties-dialog.glade -share/gnome/panel/panel-run-dialog.glade -share/gnome/pixmaps/cdeappmenu.png -share/gnome/pixmaps/fish/fishanim.png -share/gnome/pixmaps/fish/footguy.png -share/gnome/pixmaps/fish/monkey.png -share/gnome/pixmaps/fish/oldwanda.png -share/gnome/pixmaps/gnome-amusements.png -share/gnome/pixmaps/gnome-clock.png -share/gnome/pixmaps/gnome-fish.png -share/gnome/pixmaps/gnome-gegl.png -share/gnome/pixmaps/gnome-gegl2-2.png -share/gnome/pixmaps/gnome-gegl2.png -share/gnome/pixmaps/gnome-main-menu.png -share/gnome/pixmaps/gnome-panel-type-corner.png -share/gnome/pixmaps/gnome-panel-type-edge.png -share/gnome/pixmaps/gnome-panel-type-floating.png -share/gnome/pixmaps/gnome-panel-type-menu.png -share/gnome/pixmaps/gnome-panel-type-sliding.png -share/gnome/pixmaps/gnome-panel.png -share/gnome/pixmaps/gnome-run.png -share/gnome/pixmaps/gnome-screenshot.png -share/gnome/pixmaps/panel-drawer.png -share/gnome/pixmaps/panel-force-quit.png -share/locale/am/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ar/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/bg/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ca/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/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/ga/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/gl/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/id/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/ko/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/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/ms/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/no/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/pl/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/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@Latn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sr@ije/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/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/vi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo -@dirrm share/gnome/omf/gnome-panel -@dirrm share/gnome/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/sv/figures -@dirrm share/gnome/help/workspace-switcher/sv -@dirrm share/gnome/help/workspace-switcher/ko/figures -@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/figures -@dirrm share/gnome/help/workspace-switcher/it -@dirrm share/gnome/help/workspace-switcher/fr/figures -@dirrm share/gnome/help/workspace-switcher/fr -@dirrm share/gnome/help/workspace-switcher/es/figures -@dirrm share/gnome/help/workspace-switcher/es -@dirrm share/gnome/help/workspace-switcher/de/figures -@dirrm share/gnome/help/workspace-switcher/de -@dirrm share/gnome/help/workspace-switcher/C/figures -@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/figures -@dirrm share/gnome/help/window-list/zh_CN -@dirrm share/gnome/help/window-list/sv/figures -@dirrm share/gnome/help/window-list/sv -@dirrm share/gnome/help/window-list/ko/figures -@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/figures -@dirrm share/gnome/help/window-list/it -@dirrm share/gnome/help/window-list/fr/figures -@dirrm share/gnome/help/window-list/fr -@dirrm share/gnome/help/window-list/es/figures -@dirrm share/gnome/help/window-list/es -@dirrm share/gnome/help/window-list/de/figures -@dirrm share/gnome/help/window-list/de -@dirrm share/gnome/help/window-list/C/figures -@dirrm share/gnome/help/window-list/C -@dirrm share/gnome/help/window-list -@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/sv/figures -@dirrm share/gnome/help/fish-applet-2/sv -@dirrm share/gnome/help/fish-applet-2/ko/figures -@dirrm share/gnome/help/fish-applet-2/ko -@dirrm share/gnome/help/fish-applet-2/ja/figures -@dirrm share/gnome/help/fish-applet-2/ja -@dirrm share/gnome/help/fish-applet-2/it/figures -@dirrm share/gnome/help/fish-applet-2/it -@dirrm share/gnome/help/fish-applet-2/fr/figures -@dirrm share/gnome/help/fish-applet-2/fr -@dirrm share/gnome/help/fish-applet-2/es/figures -@dirrm share/gnome/help/fish-applet-2/es -@dirrm share/gnome/help/fish-applet-2/de/figures -@dirrm share/gnome/help/fish-applet-2/de -@dirrm share/gnome/help/fish-applet-2/C/figures -@dirrm share/gnome/help/fish-applet-2/C -@dirrm share/gnome/help/fish-applet-2 -@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/sv/figures -@dirrm share/gnome/help/clock/sv -@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/es/figures -@dirrm share/gnome/help/clock/es -@dirrm share/gnome/help/clock/de/figures -@dirrm share/gnome/help/clock/de -@dirrm share/gnome/help/clock/C/figures -@dirrm share/gnome/help/clock/C -@dirrm share/gnome/help/clock -@dirrm share/gnome/gnome-panel/glade -@dirrm share/gnome/gnome-panel -@dirrm share/doc/panel-applet -@dirrm include/panel-2.0 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/background -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/objects -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/global -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/general -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000002 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000001 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000002 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000001 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/general -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/show_desktop_button -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000004 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000003 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000002 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000001 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_panel_screenshot -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/global -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/terminal_launcher -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/nautilus_launcher -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/menu_bar -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/general -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/workspace_switcher -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_menu -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_list -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/show_desktop_button -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/mixer -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/clock -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup -@dirrm etc/gconf/gconf.xml.defaults/apps/panel -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_panel_screenshot -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf 2>/dev/null || /usr/bin/true diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile deleted file mode 100644 index f4aec3283..000000000 --- a/x11/gnome-session/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: gnomesession -# Date created: 08 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnomesession/Makefile,v 1.29 2003/10/26 18:23:08 marcus Exp $ -# - -PORTNAME= gnomesession -PORTVERSION= 2.5.91 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://people.FreeBSD.org/~marcus/:local \ - ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= sources/gnome-session/2.5 \ - marcus/:local -DISTNAME= gnome-session-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${SPLASH_IMG}:local -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Session component for the GNOME 2 desktop - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack libgnomeui -USE_GMAKE= yes -USE_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -MAN1= gnome-session.1 gnome-smproxy.1 gnome-wm.1 session-properties.1 \ - gnome-session-save.1 -MAN5= default.session.5 - -SPLASH_IMG= gnome-splash04-10.png - -post-extract: - @${CP} ${DISTDIR}/${DIST_SUBDIR}/${SPLASH_IMG} ${WRKDIR} - -post-install: - ${INSTALL_DATA} ${WRKDIR}/${SPLASH_IMG} \ - ${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png - -.include <bsd.port.mk> diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo deleted file mode 100644 index 7c70d736e..000000000 --- a/x11/gnome-session/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (gnome2/gnome-session-2.5.91.tar.bz2) = 602c92c12d15591ef374ba9c1f37222a -SIZE (gnome2/gnome-session-2.5.91.tar.bz2) = 869156 -MD5 (gnome2/gnome-splash04-10.png) = 1775733b31f6d5c51a967a72616119ef -SIZE (gnome2/gnome-splash04-10.png) = 75647 diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in deleted file mode 100644 index 60c14531b..000000000 --- a/x11/gnome-session/files/patch-gnome-session_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-session/Makefile.in.orig Wed May 8 14:36:22 2002 -+++ gnome-session/Makefile.in Wed May 8 14:36:34 2002 -@@ -129,7 +129,7 @@ - - NULL = - --defaultdir = $(datadir)/gnome -+defaultdir = $(datadir) - - INCLUDES = $(GNOME_SESSION_CFLAGS) $(DISABLE_DEPRECATED_CFLAGS) $(STANDARD_PROPERTIES_CFLAGS) $(WARN_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -DGNOME_ICONDIR=\""$(datadir)/pixmaps\"" -DREBOOT_COMMAND=\""$(REBOOT_COMMAND)\"" -DHALT_COMMAND=\""$(HALT_COMMAND)\"" -DDEFAULTDIR="\"$(defaultdir)\"" - diff --git a/x11/gnome-session/pkg-descr b/x11/gnome-session/pkg-descr deleted file mode 100644 index e0a6dd027..000000000 --- a/x11/gnome-session/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Session component for the GNOME 2.0 desktop. This package contains the -commands needed to start GNOME 2.0. diff --git a/x11/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist deleted file mode 100644 index 14f8db4e7..000000000 --- a/x11/gnome-session/pkg-plist +++ /dev/null @@ -1,81 +0,0 @@ -bin/gnome-session -bin/gnome-session-properties -bin/gnome-session-remove -bin/gnome-session-save -bin/gnome-smproxy -bin/gnome-wm -etc/gconf/gconf.xml.defaults/apps/gnome-session/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-session/options/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/options/%gconf.xml -etc/gconf/schemas/gnome-session.schemas -share/gnome/control-center-2.0/capplets/session-properties.desktop -share/gnome/default.session -share/gnome/default.wm -share/gnome/pixmaps/splash/gnome-splash.png -share/locale/am/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-session-2.0.mo -share/locale/az/LC_MESSAGES/gnome-session-2.0.mo -share/locale/be/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-session-2.0.mo -share/locale/da/LC_MESSAGES/gnome-session-2.0.mo -share/locale/de/LC_MESSAGES/gnome-session-2.0.mo -share/locale/el/LC_MESSAGES/gnome-session-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-session-2.0.mo -share/locale/es/LC_MESSAGES/gnome-session-2.0.mo -share/locale/et/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-session-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/he/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/id/LC_MESSAGES/gnome-session-2.0.mo -share/locale/is/LC_MESSAGES/gnome-session-2.0.mo -share/locale/it/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-session-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/no/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-session-2.0.mo -share/locale/th/LC_MESSAGES/gnome-session-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/options -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-session/options -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-session diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile deleted file mode 100644 index 8b99eb97e..000000000 --- a/x11/gnome-terminal/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: gnometerminal -# Date created: 1 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnometerminal/Makefile,v 1.18 2003/10/14 01:10:41 adamw Exp $ -# - -PORTNAME= gnometerminal -PORTVERSION= 2.5.90 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-terminal/2.5 -DISTNAME= gnome-terminal-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Terminal component for the GNOME 2 Desktop - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier libgnomeui vte -USE_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo deleted file mode 100644 index 43519e70a..000000000 --- a/x11/gnome-terminal/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-terminal-2.5.90.tar.bz2) = 97f5310b15cae23289f7df06c4aa654b -SIZE (gnome2/gnome-terminal-2.5.90.tar.bz2) = 1857818 diff --git a/x11/gnome-terminal/pkg-descr b/x11/gnome-terminal/pkg-descr deleted file mode 100644 index eca945789..000000000 --- a/x11/gnome-terminal/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Terminal component for the GNOME 2.0 Desktop. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist deleted file mode 100644 index d3648bdea..000000000 --- a/x11/gnome-terminal/pkg-plist +++ /dev/null @@ -1,194 +0,0 @@ -bin/gnome-terminal -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default/%gconf.xml -etc/gconf/schemas/gnome-terminal.schemas -libdata/bonobo/servers/gnome-terminal.server -share/gnome/application-registry/gnome-terminal.applications -share/gnome/applications/gnome-terminal.desktop -share/gnome/gnome-terminal/glade/gnome-terminal.glade2 -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/C/figures/terminal_window.png -share/gnome/help/gnome-terminal/C/gnome-terminal.xml -share/gnome/help/gnome-terminal/C/legal.xml -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/de/figures/terminal_window.png -share/gnome/help/gnome-terminal/de/gnome-terminal.xml -share/gnome/help/gnome-terminal/de/legal.xml -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/es/figures/terminal_window.png -share/gnome/help/gnome-terminal/es/gnome-terminal.xml -share/gnome/help/gnome-terminal/es/legal.xml -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/fr/figures/terminal_window.png -share/gnome/help/gnome-terminal/fr/gnome-terminal.xml -share/gnome/help/gnome-terminal/fr/legal.xml -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/it/figures/terminal_window.png -share/gnome/help/gnome-terminal/it/gnome-terminal.xml -share/gnome/help/gnome-terminal/it/legal.xml -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ja/figures/terminal_window.png -share/gnome/help/gnome-terminal/ja/gnome-terminal.xml -share/gnome/help/gnome-terminal/ja/legal.xml -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ko/figures/terminal_window.png -share/gnome/help/gnome-terminal/ko/gnome-terminal.xml -share/gnome/help/gnome-terminal/ko/legal.xml -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ro/figures/terminal_window.png -share/gnome/help/gnome-terminal/ro/gnome-terminal.xml -share/gnome/help/gnome-terminal/ro/legal.xml -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/sv/figures/terminal_window.png -share/gnome/help/gnome-terminal/sv/gnome-terminal.xml -share/gnome/help/gnome-terminal/sv/legal.xml -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_CN/figures/terminal_window.png -share/gnome/help/gnome-terminal/zh_CN/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_CN/legal.xml -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_TW/figures/terminal_window.png -share/gnome/help/gnome-terminal/zh_TW/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_TW/legal.xml -share/gnome/omf/gnome-terminal/gnome-terminal-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-ro.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ro.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/gnome-terminal.png -share/locale/am/LC_MESSAGES/gnome-terminal.mo -share/locale/ar/LC_MESSAGES/gnome-terminal.mo -share/locale/az/LC_MESSAGES/gnome-terminal.mo -share/locale/be/LC_MESSAGES/gnome-terminal.mo -share/locale/bg/LC_MESSAGES/gnome-terminal.mo -share/locale/bn/LC_MESSAGES/gnome-terminal.mo -share/locale/ca/LC_MESSAGES/gnome-terminal.mo -share/locale/cs/LC_MESSAGES/gnome-terminal.mo -share/locale/cy/LC_MESSAGES/gnome-terminal.mo -share/locale/da/LC_MESSAGES/gnome-terminal.mo -share/locale/de/LC_MESSAGES/gnome-terminal.mo -share/locale/el/LC_MESSAGES/gnome-terminal.mo -share/locale/en_CA/LC_MESSAGES/gnome-terminal.mo -share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo -share/locale/es/LC_MESSAGES/gnome-terminal.mo -share/locale/et/LC_MESSAGES/gnome-terminal.mo -share/locale/fa/LC_MESSAGES/gnome-terminal.mo -share/locale/fi/LC_MESSAGES/gnome-terminal.mo -share/locale/fr/LC_MESSAGES/gnome-terminal.mo -share/locale/ga/LC_MESSAGES/gnome-terminal.mo -share/locale/gl/LC_MESSAGES/gnome-terminal.mo -share/locale/he/LC_MESSAGES/gnome-terminal.mo -share/locale/hi/LC_MESSAGES/gnome-terminal.mo -share/locale/hr/LC_MESSAGES/gnome-terminal.mo -share/locale/hu/LC_MESSAGES/gnome-terminal.mo -share/locale/id/LC_MESSAGES/gnome-terminal.mo -share/locale/it/LC_MESSAGES/gnome-terminal.mo -share/locale/ja/LC_MESSAGES/gnome-terminal.mo -share/locale/ko/LC_MESSAGES/gnome-terminal.mo -share/locale/lt/LC_MESSAGES/gnome-terminal.mo -share/locale/lv/LC_MESSAGES/gnome-terminal.mo -share/locale/mk/LC_MESSAGES/gnome-terminal.mo -share/locale/ml/LC_MESSAGES/gnome-terminal.mo -share/locale/mn/LC_MESSAGES/gnome-terminal.mo -share/locale/ms/LC_MESSAGES/gnome-terminal.mo -share/locale/nl/LC_MESSAGES/gnome-terminal.mo -share/locale/nn/LC_MESSAGES/gnome-terminal.mo -share/locale/no/LC_MESSAGES/gnome-terminal.mo -share/locale/pl/LC_MESSAGES/gnome-terminal.mo -share/locale/pt/LC_MESSAGES/gnome-terminal.mo -share/locale/pt_BR/LC_MESSAGES/gnome-terminal.mo -share/locale/ro/LC_MESSAGES/gnome-terminal.mo -share/locale/ru/LC_MESSAGES/gnome-terminal.mo -share/locale/sk/LC_MESSAGES/gnome-terminal.mo -share/locale/sl/LC_MESSAGES/gnome-terminal.mo -share/locale/sq/LC_MESSAGES/gnome-terminal.mo -share/locale/sr/LC_MESSAGES/gnome-terminal.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-terminal.mo -share/locale/sv/LC_MESSAGES/gnome-terminal.mo -share/locale/ta/LC_MESSAGES/gnome-terminal.mo -share/locale/th/LC_MESSAGES/gnome-terminal.mo -share/locale/tr/LC_MESSAGES/gnome-terminal.mo -share/locale/uk/LC_MESSAGES/gnome-terminal.mo -share/locale/vi/LC_MESSAGES/gnome-terminal.mo -share/locale/wa/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo -@dirrm share/gnome/omf/gnome-terminal -@dirrm share/gnome/help/gnome-terminal/zh_TW/figures -@dirrm share/gnome/help/gnome-terminal/zh_TW -@dirrm share/gnome/help/gnome-terminal/zh_CN/figures -@dirrm share/gnome/help/gnome-terminal/zh_CN -@dirrm share/gnome/help/gnome-terminal/sv/figures -@dirrm share/gnome/help/gnome-terminal/sv -@dirrm share/gnome/help/gnome-terminal/ro/figures -@dirrm share/gnome/help/gnome-terminal/ro -@dirrm share/gnome/help/gnome-terminal/ko/figures -@dirrm share/gnome/help/gnome-terminal/ko -@dirrm share/gnome/help/gnome-terminal/ja/figures -@dirrm share/gnome/help/gnome-terminal/ja -@dirrm share/gnome/help/gnome-terminal/it/figures -@dirrm share/gnome/help/gnome-terminal/it -@dirrm share/gnome/help/gnome-terminal/fr/figures -@dirrm share/gnome/help/gnome-terminal/fr -@dirrm share/gnome/help/gnome-terminal/es/figures -@dirrm share/gnome/help/gnome-terminal/es -@dirrm share/gnome/help/gnome-terminal/de/figures -@dirrm share/gnome/help/gnome-terminal/de -@dirrm share/gnome/help/gnome-terminal/C/figures -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ro.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-zh_TW.omf 2>/dev/null || /usr/bin/true diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile deleted file mode 100644 index 23e78551f..000000000 --- a/x11/gnome2-fifth-toe/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: gnome2-fifth-toe -# Date created: 20 September 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome2-fifth-toe -PORTVERSION= 2.5.91 -CATEGORIES= x11 gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Additional GNOME 2 applications not included in the core desktop - -RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ - xchat:${PORTSDIR}/irc/xchat2 \ - gimp-1.3:${PORTSDIR}/graphics/gimp-devel \ - sodipodi:${PORTSDIR}/graphics/sodipodi \ - gnomeicu:${PORTSDIR}/net/gnomeicu2 \ - gthumb:${PORTSDIR}/graphics/gthumb2 \ - ${X11BASE}/lib/gaim/docklet.so:${PORTSDIR}/net/gaim \ - tsclient:${PORTSDIR}/net/tsclient \ - galeon:${PORTSDIR}/www/galeon2 \ - seahorse:${PORTSDIR}/security/seahorse \ - ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libindustrial.so:${PORTSDIR}/x11-toolkits/gnome-themes-extras \ - bluefish:${PORTSDIR}/www/bluefish-devel \ - gossip:${PORTSDIR}/net/gossip \ - inkscape:${PORTSDIR}/graphics/inkscape \ - straw:${PORTSDIR}/net/straw \ - liferea:${PORTSDIR}/net/liferea \ - gnotime:${PORTSDIR}/deskutils/gnotime \ - sound-juicer:${PORTSDIR}/audio/sound-juicer \ - rhythmbox:${PORTSDIR}/audio/rhythmbox -# not yet buildable under GNOME 2.5 -# jamboree:${PORTSDIR}/audio/jamboree - -.if !defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD) -RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem -.endif - -NO_BUILD= yes - -do-install: # empty - -.include <bsd.port.mk> diff --git a/x11/gnome2-fifth-toe/pkg-descr b/x11/gnome2-fifth-toe/pkg-descr deleted file mode 100644 index 0de444156..000000000 --- a/x11/gnome2-fifth-toe/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GNOME 2 "Fifth Toe" - -The Fifth Toe is a collection of stable GNOME 2 applications that -many users expect to be part of a usable desktop. This includes image -manipulation programs, chat applications, music and multimedia players, etc. - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome2-fifth-toe/pkg-plist b/x11/gnome2-fifth-toe/pkg-plist deleted file mode 100644 index 549a621fe..000000000 --- a/x11/gnome2-fifth-toe/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile deleted file mode 100644 index bf704f6ce..000000000 --- a/x11/gnome2-lite/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: gnome2-lite -# Date created: 30 November 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnome2-lite/Makefile,v 1.3 2003/12/09 02:58:57 marcus Exp $ -# - -PORTNAME= gnome2 -PORTVERSION= 2.5.91 -CATEGORIES= x11 gnome -MASTER_SITES= # empty -PKGNAMESUFFIX= -lite -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The "meta-port" of the GNOME desktop slimmed down for FreeBSD releases - -RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ - gnome-cd:${PORTSDIR}/audio/gnomemedia2 \ - gnome-dictionary:${PORTSDIR}/deskutils/gnomeutils2 \ - eog:${PORTSDIR}/graphics/eog2 \ - gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 \ - gedit:${PORTSDIR}/editors/gedit2 \ - gnome-terminal:${PORTSDIR}/x11/gnometerminal \ - gnome-session:${PORTSDIR}/x11/gnomesession \ - gnome-system-monitor:${PORTSDIR}/sysutils/gnomesystemmonitor \ - nautilus:${PORTSDIR}/x11-fm/nautilus2 \ - yelp:${PORTSDIR}/x11/yelp \ - screensaver-properties-capplet:${PORTSDIR}/x11/xscreensaver-gnome \ - ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \ - ${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnomeaudio2 \ - file-roller:${PORTSDIR}/archivers/fileroller \ - ${X11BASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-toolkits/gnome-themes \ - ggv:${PORTSDIR}/print/ggv2 \ - gcalctool:${PORTSDIR}/math/gcalctool \ - gucharmap:${PORTSDIR}/deskutils/gucharmap \ - gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \ - ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera - -NO_BUILD= yes - -USE_PYTHON= yes - -CONFLICTS= gnome2-[0-9]* - -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) -pre-configure: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL -.endif - -do-install: # empty - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "amd64" && ( ${ARCH} == "i386" || ${OSVERSION} > 500035 ) -RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome2-lite/pkg-descr b/x11/gnome2-lite/pkg-descr deleted file mode 100644 index 4fd87114c..000000000 --- a/x11/gnome2-lite/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GNU Network Object Model Environment - -This package does not contain anything by itself -- it is a -"meta-port" that depends on other GNOME packages. Its sole purpose is -to require dependencies so users can install the basic set of -components necessary to start a GNOME 2 desktop session. - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome2-lite/pkg-install b/x11/gnome2-lite/pkg-install deleted file mode 100644 index 892e5ee4c..000000000 --- a/x11/gnome2-lite/pkg-install +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -if [ -n "${PACKAGE_BUILDING}" ]; then - exit 0 -fi - -PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH} -export PATH - -if [ "$2" = "PRE-INSTALL" ]; then - GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf bugbuddy gnomegames gdm eog ggv gnomeaudio" - for package in ${GNOME_ONE_DESKTOP}; do - if pkg_info | grep "^${package}-[0-9]" >/dev/null 2>&1; then - echo "${package} was detected on the system. This package is part of the GNOME 1.x" - echo "desktop, and cannot coexist with the GNOME 2 desktop." - echo "" - echo "Please deinstall the GNOME 1.x desktop before installing this package." - false - fi - done -fi diff --git a/x11/gnome2-lite/pkg-message b/x11/gnome2-lite/pkg-message deleted file mode 100644 index 1ef09fe3d..000000000 --- a/x11/gnome2-lite/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -************************************************************ - -The GNOME 2 desktop Lite edition has been successfully installed. - -The Lite edition does not include all the components of the standard -GNOME 2 desktop as detailed at http://www.gnome.org. If you wish to -install the full desktop, you can remove this port, and install the -x11/gnome2 port or package. That can be best accomplished using -the following commands: - -# pkg_delete gnome2-lite -# cd /usr/ports/x11/gnome2 -# make install clean - -Alternatively, you can install additional GNOME components individually -using either their ports or packages. - -For more help on using GNOME on FreeBSD, please see the FreeBSD GNOME project -site at http://www.FreeBSD.org/gnome. - -************************************************************ diff --git a/x11/gnome2-lite/pkg-plist b/x11/gnome2-lite/pkg-plist deleted file mode 100644 index 549a621fe..000000000 --- a/x11/gnome2-lite/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile deleted file mode 100644 index fb3aedb48..000000000 --- a/x11/gnome2-power-tools/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gnome2-power-tools -# Date created: 18 January 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnome2-power-tools/Makefile,v 1.3 2004/01/19 22:05:00 marcus Exp $ -# - -PORTNAME= gnome2-power-tools -PORTVERSION= 2.5.91 -CATEGORIES= x11 gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= "Geektoys" for the GNOME 2 power user - -RUN_DEPENDS= ${X11BASE}/lib/epiphany/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \ - gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \ - ${X11BASE}/lib/libquicklounge-applet.so:${PORTSDIR}/misc/quick-lounge-applet \ - ${X11BASE}/libexec/netspeed_applet2:${PORTSDIR}/net/netspeed_applet \ - ${LOCALBASE}/sbin/gkrellmd:${PORTSDIR}/sysutils/gkrellm2 \ - splashsetter:${PORTSDIR}/deskutils/splashsetter \ - gnome-netinfo:${PORTSDIR}/net/gnomenetwork \ - gdesklets:${PORTSDIR}/deskutils/gdesklets - -NO_BUILD= yes - -do-install: # empty - -.include <bsd.port.mk> diff --git a/x11/gnome2-power-tools/pkg-descr b/x11/gnome2-power-tools/pkg-descr deleted file mode 100644 index a5e962aa0..000000000 --- a/x11/gnome2-power-tools/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -GNOME 2 Power Tools - -Power Tools is every GNOME geek's Batbelt. It fills the gap between the -core GNOME Desktop, which tries to be a relevant set of modules for all users; -and the Fifth Toe, which is the collection of the coolest and most useful -GNOME applications. - -This collection consists of utilities and applets for the technically minded -GNOME user. It also contains many useful add-on utilities for some of the -applications found in the Desktop and Fifth Toe. - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome2-power-tools/pkg-plist b/x11/gnome2-power-tools/pkg-plist deleted file mode 100644 index 549a621fe..000000000 --- a/x11/gnome2-power-tools/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile deleted file mode 100644 index 41795ae98..000000000 --- a/x11/gnome2/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: gnome2 -# Date created: 21 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnome2/Makefile,v 1.72 2003/09/26 06:13:16 marcus Exp $ -# - -PORTNAME= gnome2 -PORTVERSION= 2.5.91 -CATEGORIES= x11 gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The "meta-port" for the GNOME 2 integrated X11 desktop - -RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ - gnome-cd:${PORTSDIR}/audio/gnomemedia2 \ - gnome-dictionary:${PORTSDIR}/deskutils/gnomeutils2 \ - eog:${PORTSDIR}/graphics/eog2 \ - gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 \ - gconf-editor:${PORTSDIR}/sysutils/gconf-editor \ - gnect:${PORTSDIR}/games/gnomegames2 \ - gedit:${PORTSDIR}/editors/gedit2 \ - gnome-terminal:${PORTSDIR}/x11/gnometerminal \ - gnome-session:${PORTSDIR}/x11/gnomesession \ - bug-buddy:${PORTSDIR}/devel/bugbuddy2 \ - gnome-system-monitor:${PORTSDIR}/sysutils/gnomesystemmonitor \ - nautilus:${PORTSDIR}/x11-fm/nautilus2 \ - yelp:${PORTSDIR}/x11/yelp \ - gdm:${PORTSDIR}/x11/gdm2 \ - screensaver-properties-capplet:${PORTSDIR}/x11/xscreensaver-gnome \ - ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \ - ${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnomeaudio2 \ - ${X11BASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \ - file-roller:${PORTSDIR}/archivers/fileroller \ - ${X11BASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-toolkits/gnome-themes \ - ggv:${PORTSDIR}/print/ggv2 \ - gok:${PORTSDIR}/accessibility/gok \ - gpdf:${PORTSDIR}/graphics/gpdf \ - nautilus-cd-burner:${PORTSDIR}/sysutils/nautilus-cd-burner \ - gcalctool:${PORTSDIR}/math/gcalctool \ - gucharmap:${PORTSDIR}/deskutils/gucharmap \ - zenity:${PORTSDIR}/x11/zenity \ - gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \ - ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ - gnopernicus:${PORTSDIR}/accessibility/gnopernicus \ - ${X11BASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnomenetstatus \ - dasher:${PORTSDIR}/accessibility/dasher - -NO_BUILD= yes - -USE_PYTHON= yes - -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) -pre-configure: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL -.endif - -do-install: # empty - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" || ${OSVERSION} > 500035 -RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -.endif - -.if ${ARCH} == "i386" -#RUN_DEPENDS+= gnomemeeting:${PORTSDIR}/net/gnomemeeting -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome2/pkg-descr b/x11/gnome2/pkg-descr deleted file mode 100644 index 8632de997..000000000 --- a/x11/gnome2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GNU Network Object Model Environment - -This package does not contain anything by itself -- it is a -"meta-port" that depends on other GNOME packages. Its sole purpose is -to require dependencies so users can install this package only and -have all the GNOME 2 stuff pulled in by the port/package dependency -mechanism. - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install deleted file mode 100644 index 1324bb12a..000000000 --- a/x11/gnome2/pkg-install +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -if [ -n "${PACKAGE_BUILDING}" ]; then - exit 0 -fi - -PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH} -export PATH - -if [ "$2" = "PRE-INSTALL" ]; then - GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf bugbuddy gnomegames gdm eog ggv gnomeaudio" - for package in ${GNOME_ONE_DESKTOP}; do - if pkg_info | grep "^${package}-[0-9]" >/dev/null 2>&1; then - echo "${package} was detected on the system. This package is part of the GNOME 1.x" - echo "desktop, and cannot coexist with the GNOME 2.2 desktop." - echo "" - echo "Please deinstall the GNOME 1.x desktop before installing this package." - false - fi - done -fi diff --git a/x11/gnome2/pkg-message b/x11/gnome2/pkg-message deleted file mode 100644 index d8f296a70..000000000 --- a/x11/gnome2/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -************************************************************************** -Congratulations! GNOME 2 has been successfully installed on your system. -For help on starting it up, as well as answers to common questions, and -some known issues, please see the FreeBSD GNOME homepage at: - - http://www.FreeBSD.org/gnome/ - -************************************************************************** diff --git a/x11/gnome2/pkg-plist b/x11/gnome2/pkg-plist deleted file mode 100644 index 549a621fe..000000000 --- a/x11/gnome2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile deleted file mode 100644 index c3e90aaca..000000000 --- a/x11/gnomeapplets2/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gnomeapplets2 -# Date created: 26th May 2000 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnomeapplets2/Makefile,v 1.55 2003/09/27 04:20:23 marcus Exp $ -# - -PORTNAME= gnomeapplets2 -PORTVERSION= 2.5.7 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-applets/2.5 -DISTNAME= gnome-applets-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Applets components for the Gnome 2 Desktop Environment - -LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 \ - xklavier.8:${PORTSDIR}/x11/libxklavier - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_REINPLACE= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomehier gnomeprefix gnomehack intlhack lthack gnomepanel gail -USE_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -PLIST_SUB= BATTERY="@comment " -.else -PLIST_SUB= BATTERY="" -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnomeapplets2/distinfo b/x11/gnomeapplets2/distinfo deleted file mode 100644 index 24f4b06d6..000000000 --- a/x11/gnomeapplets2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-applets-2.5.7.tar.bz2) = a1b053ec93d861dbd07052e66895647b -SIZE (gnome2/gnome-applets-2.5.7.tar.bz2) = 4453966 diff --git a/x11/gnomeapplets2/files/patch-aa b/x11/gnomeapplets2/files/patch-aa deleted file mode 100644 index 73b0823ce..000000000 --- a/x11/gnomeapplets2/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- configure.orig Sun Feb 22 19:22:49 2004 -+++ configure Sun Feb 22 19:24:33 2004 -@@ -22912,6 +22912,7 @@ - *irix*) CDROM_HOST=irix; CDROM_LIBS="-lcdaudio -lmediad -lds";cd_device_path="/dev/cdrom";; - *linux*) CDROM_HOST=linux;cd_device_path="/dev/cdrom";; - *netbsd*) CDROM_HOST=netbsd;cd_device_path="/dev/rcd0";; -+*freebsd*) CDROM_HOST=freebsd;cd_device_path="/dev/acd0c";; - *solaris*) CDROM_HOST=solaris;cd_device_path="/vol/dev/aliases/cdrom0";cdplayer_type_sun=true;; - esac - case "$host" in -@@ -23034,7 +23035,7 @@ - - ;; - # list of supported OS cores that do not use libapm -- *-*-freebsd*|*-*-netbsd*|*-*-openbsd*) -+ i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*) - ;; - *) - echo "warning: ${host} is not supported by battstat_applet, not building" >&2 -@@ -24905,14 +24906,14 @@ - ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" - - cat >>confdefs.h <<_ACEOF --#define GNOME_ICONDIR "${prefix}/share/pixmaps" -+#define GNOME_ICONDIR "${datadir}/pixmaps" - _ACEOF - - - #defined the below to enable help to work for applets - - cat >>confdefs.h <<_ACEOF --#define DATADIR "${prefix}/share" -+#define DATADIR "${datadir}" - _ACEOF - - cat >>confdefs.h <<_ACEOF diff --git a/x11/gnomeapplets2/files/patch-ad b/x11/gnomeapplets2/files/patch-ad deleted file mode 100644 index 5a06416a0..000000000 --- a/x11/gnomeapplets2/files/patch-ad +++ /dev/null @@ -1,354 +0,0 @@ ---- cdplayer/cdplayer.c.orig Tue Apr 16 16:42:54 2002 -+++ cdplayer/cdplayer.c Tue Apr 30 17:31:41 2002 -@@ -671,6 +671,12 @@ - description = TRUE; - break; - case DISC_COMPLETED: -+ led_time(cd->panel.time, -+ stat.relative_address.minute, -+ stat.relative_address.second, -+ cd->panel.track_control.display, -+ stat.track); -+ break; - case DISC_STOP: - case DISC_ERROR: - led_stop(cd->panel.time, cd->panel.track_control.display); ---- /dev/null Mon May 29 02:15:42 2000 -+++ cdplayer/cdrom-freebsd.c Mon May 29 10:37:28 2000 -@@ -0,0 +1,336 @@ -+#include <stdlib.h> -+#include <string.h> -+#include <fcntl.h> -+#include <glib.h> -+#include <sys/ioctl.h> -+#include <unistd.h> -+ -+#include <sys/types.h> -+#include <sys/cdio.h> -+#include "cdrom-interface.h" -+ -+ -+#define ASSIGN_MSF(dest, src) \ -+{ \ -+ (dest).minute = (src).minute; \ -+ (dest).second = (src).second; \ -+ (dest).frame = (src).frame; \ -+} -+ -+int -+cdrom_play(cdrom_device_t cdp, int start, int stop) -+{ -+ struct ioc_play_track ti; -+ -+ ti.start_track = start; -+ ti.start_index = 1; -+ ti.end_track = stop; -+ ti.end_index = 1; -+ -+ if ((ioctl(cdp->device, CDIOCPREVENT) == -1) || -+ (ioctl(cdp->device, CDIOCPLAYTRACKS, &ti) == -1)) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_play_msf(cdrom_device_t cdp, cdrom_msf_t * start) -+{ -+ struct ioc_play_msf msf; -+ -+ if (cdrom_read_track_info(cdp) == DISC_IO_ERROR) -+ return DISC_IO_ERROR; -+ msf.start_m = start->minute; -+ msf.start_s = start->second; -+ msf.start_f = start->frame; -+ -+ msf.end_m = cdp->track_info[cdp->nr_track].address.minute; -+ msf.end_s = cdp->track_info[cdp->nr_track].address.second; -+ msf.end_f = cdp->track_info[cdp->nr_track].address.frame; -+ -+ if ((ioctl(cdp->device, CDIOCPREVENT) == -1) || -+ (ioctl(cdp->device, CDIOCPLAYMSF, &msf) == -1)) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_pause(cdrom_device_t cdp) -+{ -+ if (ioctl(cdp->device, CDIOCPAUSE) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ return DISC_IO_ERROR; -+} -+ -+int -+cdrom_resume(cdrom_device_t cdp) -+{ -+ if (ioctl(cdp->device, CDIOCRESUME) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+ -+int -+cdrom_stop(cdrom_device_t cdp) -+{ -+ if ((ioctl(cdp->device, CDIOCSTOP) == -1) || -+ (ioctl(cdp->device, CDIOCALLOW) == -1)) { -+ cdp->my_errno = errno; -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_read_track_info(cdrom_device_t cdp) -+{ -+ struct ioc_toc_header toc; -+ struct ioc_read_toc_single_entry tocentry; -+ -+ int i, j, nr_track; -+ -+ if (ioctl(cdp->device, CDIOREADTOCHEADER, &toc) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ cdp->track0 = toc.starting_track; -+ cdp->track1 = toc.ending_track; -+ nr_track = cdp->track1 - cdp->track0 + 1; -+ if (nr_track <= 0) -+ return DISC_IO_ERROR; -+ -+ if (nr_track != cdp->nr_track) { -+ if (cdp->track_info) -+ g_free(cdp->track_info); -+ cdp->nr_track = nr_track; -+ cdp->track_info = g_malloc((cdp->nr_track + 1) * sizeof(track_info_t)); -+ } -+ for (i = 0, j = cdp->track0; i < cdp->nr_track; i++, j++) { -+ tocentry.track = j; -+ tocentry.address_format = CD_MSF_FORMAT; -+ -+ if (ioctl(cdp->device, CDIOREADTOCENTRY, &tocentry) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ /* fill the trackinfo field */ -+ cdp->track_info[i].track = j; -+ cdp->track_info[i].audio_track = tocentry.entry.control != -+ 0x04 ? 1 : 0; -+ ASSIGN_MSF(cdp->track_info[i].address, tocentry.entry.addr.msf); -+ } -+ -+ tocentry.track = 0xAA; -+ tocentry.address_format = CD_MSF_FORMAT; -+ if (ioctl(cdp->device, CDIOREADTOCENTRY, &tocentry) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ cdp->track_info[i].track = j; -+ cdp->track_info[i].audio_track = 0; -+ ASSIGN_MSF(cdp->track_info[i].address, tocentry.entry.addr.msf); -+ -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_get_status(cdrom_device_t cdp, cdrom_device_status_t * stat) -+{ -+ struct ioc_read_subchannel subchnl; -+ struct cd_sub_channel_info subchnlinfo; -+ -+ subchnl.address_format = CD_MSF_FORMAT; -+ subchnl.data_format = CD_CURRENT_POSITION; -+ subchnl.track = 0; -+ subchnl.data_len = sizeof(subchnlinfo); -+ subchnl.data = &subchnlinfo; -+ if (ioctl(cdp->device, CDIOCREADSUBCHANNEL, &subchnl) == -1) { -+ cdp->my_errno = errno; -+ ioctl(cdp->device, CDIOCALLOW); -+ return DISC_IO_ERROR; -+ } -+ stat->track = subchnlinfo.what.position.track_number; -+ ASSIGN_MSF(stat->relative_address, subchnlinfo.what.position.reladdr.msf); -+ ASSIGN_MSF(stat->absolute_address, subchnlinfo.what.position.absaddr.msf); -+ switch (subchnlinfo.header.audio_status) { -+ case CD_AS_PLAY_IN_PROGRESS: -+ ioctl(cdp->device, CDIOCPREVENT); -+ stat->audio_status = DISC_PLAY; -+ break; -+ case CD_AS_PLAY_PAUSED: -+ ioctl(cdp->device, CDIOCPREVENT); -+ stat->audio_status = DISC_PAUSED; -+ break; -+ case CD_AS_PLAY_COMPLETED: -+ if (cdrom_read_track_info(cdp) == DISC_IO_ERROR) -+ return DISC_IO_ERROR; -+ stat->track = cdp->nr_track; -+ ASSIGN_MSF(stat->relative_address, -+ cdp->track_info[cdp->nr_track].address); -+ ASSIGN_MSF(stat->absolute_address, -+ cdp->track_info[cdp->nr_track].address); -+ ioctl(cdp->device, CDIOCALLOW); -+ stat->audio_status = DISC_COMPLETED; -+ break; -+ case CD_AS_AUDIO_INVALID: -+ case CD_AS_NO_STATUS: -+ case CD_AS_PLAY_ERROR: -+ ioctl(cdp->device, CDIOCALLOW); -+ stat->audio_status = DISC_STOP; -+ break; -+ default: -+ ioctl(cdp->device, CDIOCALLOW); -+ stat->audio_status = DISC_ERROR; -+ } -+ return (stat->audio_status == DISC_ERROR ? -+ DISC_IO_ERROR : DISC_NO_ERROR); -+} -+ -+cdrom_device_t -+cdrom_open(char *device, int *errcode) -+{ -+ cdrom_device_t cdp; -+ -+ cdp = g_malloc(sizeof(struct cdrom_device)); -+ -+ cdp->device = open(device, O_RDONLY); -+ if (cdp->device == -1) { -+ *errcode = errno; -+ g_free(cdp); -+ return NULL; -+ } -+ cdp->nr_track = 0; -+ cdp->track_info = NULL; -+ return cdp; -+} -+ -+void -+cdrom_close(cdrom_device_t cdp) -+{ -+ if (cdp->nr_track) -+ g_free(cdp->track_info); -+ close(cdp->device); -+ g_free(cdp); -+} -+ -+int -+cdrom_load(cdrom_device_t cdp) -+{ -+ if ((ioctl(cdp->device, CDIOCCLOSE) == -1) || -+ (ioctl(cdp->device, CDIOCALLOW) == -1)) { -+ cdp->my_errno = errno; -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_eject(cdrom_device_t cdp) -+{ -+ if ((ioctl(cdp->device, CDIOCEJECT) == -1) || -+ (ioctl(cdp->device, CDIOCALLOW) == -1)) { -+ cdp->my_errno = errno; -+ return DISC_IO_ERROR; -+ } -+ return DISC_NO_ERROR; -+} -+ -+int -+cdrom_next(cdrom_device_t cdp) -+{ -+ cdrom_device_status_t stat; -+ -+ if ((cdrom_read_track_info(cdp) == DISC_IO_ERROR) || -+ (cdrom_get_status(cdp, &stat) == DISC_IO_ERROR)) -+ return DISC_IO_ERROR; -+ return cdrom_play(cdp, stat.track + 1, cdp->track1); -+} -+ -+int -+cdrom_prev(cdrom_device_t cdp) -+{ -+ cdrom_device_status_t stat; -+ -+ if ((cdrom_read_track_info(cdp) == DISC_IO_ERROR) || -+ (cdrom_get_status(cdp, &stat) == DISC_IO_ERROR)) -+ return DISC_IO_ERROR; -+ return cdrom_play(cdp, stat.track - 1, cdp->track1); -+} -+ -+int -+cdrom_rewind(cdrom_device_t cdp) -+{ -+ cdrom_device_status_t stat; -+ int track; -+ -+ if ((cdrom_read_track_info(cdp) == DISC_IO_ERROR) || -+ (cdrom_get_status(cdp, &stat) == DISC_IO_ERROR)) -+ return DISC_IO_ERROR; -+ if (stat.absolute_address.second != 0) -+ stat.absolute_address.second--; -+ else { -+ stat.absolute_address.second = 0; -+ if (stat.absolute_address.minute > 0) -+ stat.absolute_address.minute--; -+ } -+ stat.absolute_address.frame = 0; -+ return cdrom_play_msf(cdp, &stat.absolute_address); -+} -+ -+int -+cdrom_ff(cdrom_device_t cdp) -+{ -+ cdrom_device_status_t stat; -+ int track; -+ -+ if ((cdrom_read_track_info(cdp) == DISC_IO_ERROR) || -+ (cdrom_get_status(cdp, &stat) == DISC_IO_ERROR)) -+ return DISC_IO_ERROR; -+ stat.absolute_address.second++; -+ if (stat.absolute_address.second >= 60) { -+ stat.absolute_address.minute++; -+ stat.absolute_address.second = 0; -+ } -+ stat.absolute_address.frame = 0; -+ return cdrom_play_msf(cdp, &stat.absolute_address); -+} -+ -+int -+cdrom_track_length(cdrom_device_t cdp, int track, cdrom_msf_t * length) -+{ -+ int index, s1, s2, i; -+ -+ if ((track < cdp->track0) || (track > cdp->track1)) -+ return DISC_INDEX_OUT_OF_RANGE; -+ index = track - cdp->track0; -+ -+ s1 = cdp->track_info[index + 1].address.second; -+ s2 = cdp->track_info[index].address.second; -+ length->second = s1 = s1 - s2; -+ if (s1 < 0) { -+ i = 1; -+ length->second = s1 + 60; -+ } else -+ i = 0; -+ -+ length->minute = cdp->track_info[index + 1].address.minute - -+ cdp->track_info[index].address.minute - i; -+ -+ return 0; -+} diff --git a/x11/gnomeapplets2/files/patch-gkb-new_presets.c b/x11/gnomeapplets2/files/patch-gkb-new_presets.c deleted file mode 100644 index f90708170..000000000 --- a/x11/gnomeapplets2/files/patch-gkb-new_presets.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gkb-new/preset.c.orig Fri Mar 14 09:13:44 2003 -+++ gkb-new/preset.c Fri Mar 14 09:13:54 2003 -@@ -42,7 +42,7 @@ - - /* TODO: user's local presets */ - -- text = gnome_unconditional_datadir_file ("gnome/gkb/"); -+ text = gnome_unconditional_datadir_file ("gkb/"); - if (!text) - return NULL; - dir = opendir (text); diff --git a/x11/gnomeapplets2/files/patch-stickynotes_Makefile.in b/x11/gnomeapplets2/files/patch-stickynotes_Makefile.in deleted file mode 100644 index f30b99335..000000000 --- a/x11/gnomeapplets2/files/patch-stickynotes_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- stickynotes/Makefile.in.orig Wed Mar 10 13:45:05 2004 -+++ stickynotes/Makefile.in Wed Mar 10 13:46:02 2004 -@@ -168,7 +168,7 @@ - - SUBDIRS = pixmaps docs - --CFLAGS = -Wall -g -+CFLAGS += -Wall -g - - INCLUDES = \ - -I. \ diff --git a/x11/gnomeapplets2/files/patch-wireless_wireless-applet.c b/x11/gnomeapplets2/files/patch-wireless_wireless-applet.c deleted file mode 100644 index 650c4694a..000000000 --- a/x11/gnomeapplets2/files/patch-wireless_wireless-applet.c +++ /dev/null @@ -1,315 +0,0 @@ ---- wireless/wireless-applet.c.orig Tue Oct 21 19:06:53 2003 -+++ wireless/wireless-applet.c Sat Jan 3 19:26:43 2004 -@@ -30,6 +30,15 @@ - #include <math.h> - #include <dirent.h> - -+#ifdef __FreeBSD__ -+#include <sys/socket.h> -+#include <sys/ioctl.h> -+#include <net/if.h> -+#include <net/if_var.h> -+#include <dev/an/if_aironet_ieee.h> -+#include <dev/wi/if_wavelan_ieee.h> -+#endif -+ - #include <gnome.h> - #include <panel-applet.h> - #include <panel-applet-gconf.h> -@@ -37,7 +46,11 @@ - - #include <egg-screen-help.h> - -+#ifdef __FreeBSD__ -+#define CFG_DEVICE "an0" -+#else - #define CFG_DEVICE "eth0" -+#endif - #define CFG_UPDATE_INTERVAL 2 - - typedef enum { -@@ -93,6 +106,12 @@ - WirelessApplet *applet); - static void wireless_applet_about_cb (BonoboUIComponent *uic, - WirelessApplet *applet); -+#ifdef __FreeBSD__ -+static int an_getval(WirelessApplet *applet, char *device, struct an_req *areq); -+static void get_an_data(WirelessApplet *applet, char *device, long int *level); -+static int wi_getval(WirelessApplet *applet, char *device, struct wi_req *areq); -+static void get_wi_data(WirelessApplet *applet, char *device, long int *level); -+#endif - static void prefs_response_cb (GtkDialog *dialog, gint response, gpointer data); - - static const BonoboUIVerb wireless_menu_verbs [] = { -@@ -150,9 +169,11 @@ - g_free (tmp); - - /* Update the image */ -+#ifndef __FreeBSD__ - percent = CLAMP (percent, -1, 100); -+#endif - -- if (percent < 0) -+ if (percent < 0 || percent > 100) - state = PIX_BROKEN; - else if (percent == 0) - state = PIX_NO_LINK; -@@ -183,6 +204,7 @@ - int percent; - - /* Calculate the percentage based on the link quality */ -+#ifndef __FreeBSD__ - if (level < 0) { - percent = -1; - } else { -@@ -193,6 +215,9 @@ - percent = CLAMP (percent, 0, 100); - } - } -+#else -+ percent = (int)level; -+#endif - - wireless_applet_draw (applet, percent); - } -@@ -235,22 +260,179 @@ - } - } - -+#ifdef __FreeBSD__ -+static int -+wi_getval(WirelessApplet *applet, char *device, struct wi_req *wreq) -+{ -+ struct ifreq ifr; -+ int s; -+ -+ bzero((char *)&ifr, sizeof(ifr)); -+ -+ strlcpy(ifr.ifr_name, device, sizeof(ifr.ifr_name)); -+ ifr.ifr_data = (caddr_t)wreq; -+ -+ s = socket(AF_INET, SOCK_DGRAM, 0); -+ -+ if (s == -1) -+ { -+ gtk_tooltips_set_tip (applet->tips, -+ GTK_WIDGET (applet), -+ "Socket Error", -+ NULL); -+ return 0; -+ } -+ -+ if (ioctl(s, SIOCGWAVELAN, &ifr) == -1) -+ { -+ gtk_tooltips_set_tip (applet->tips, -+ GTK_WIDGET (applet), -+ "ioctl Error", -+ NULL); -+ return 0; -+ } -+ -+ close(s); -+ -+ return 1; -+} -+ -+static void -+get_wi_data (WirelessApplet *applet, char *device, long int *level) -+{ -+ struct wi_req wreq; -+ long int signal_strength; -+ -+ bzero((char *)&wreq, sizeof(wreq)); -+ -+ wreq.wi_len = WI_MAX_DATALEN; -+ wreq.wi_type = WI_RID_COMMS_QUALITY; -+ -+ (void)wi_getval(applet, device, &wreq); -+ -+ signal_strength = (long int) (wreq.wi_val[1]); -+ -+ memcpy(level, &signal_strength, sizeof(level)); -+ -+ return; -+} -+ -+static int -+an_getval(WirelessApplet *applet, char *device, struct an_req *areq) -+{ -+ struct ifreq ifr; -+ int s; -+ -+ bzero((char *)&ifr, sizeof(ifr)); -+ -+ strlcpy(ifr.ifr_name, device, sizeof(ifr.ifr_name)); -+ ifr.ifr_data = (caddr_t)areq; -+ -+ s = socket(AF_INET, SOCK_DGRAM, 0); -+ -+ if (s == -1) { -+ gtk_tooltips_set_tip (applet->tips, -+ GTK_WIDGET (applet), -+ "Socket Error", -+ NULL); -+ return 0; -+ } -+ -+ if (ioctl(s, SIOCGAIRONET, &ifr) == -1) { -+ gtk_tooltips_set_tip (applet->tips, -+ GTK_WIDGET (applet), -+ "ioctl Error", -+ NULL); -+ return 0; -+ } -+ -+ close(s); -+ return 1; -+} -+ -+static void -+get_an_data (WirelessApplet *applet, char *device, long int *level) -+{ -+ struct an_req areq; -+ struct an_ltv_status *sts; -+#ifdef AN_RID_RSSI_MAP -+ struct an_ltv_rssi_map an_rssimap; -+#endif -+ long int signal_strength; -+ int rssimap_valid = 0; -+ -+#ifdef AN_RID_RSSI_MAP -+ an_rssimap.an_len = sizeof(an_rssimap); -+ an_rssimap.an_type = AN_RID_RSSI_MAP; -+ rssimap_valid = an_getval(applet, device, (struct an_req*)&an_rssimap); -+#endif -+ -+ areq.an_len = sizeof(areq); -+ areq.an_type = AN_RID_STATUS; -+ -+ (void)an_getval(applet, device, &areq); -+ -+ sts = (struct an_ltv_status *)&areq; -+#ifdef AN_RID_RSSI_MAP -+ if (rssimap_valid) -+ signal_strength = (long int)(an_rssimap.an_entries[ -+ sts->an_normalized_strength].an_rss_pct); -+ else -+ signal_strength = (long int)(sts->an_normalized_strength); -+#else -+ signal_strength = (long int)(sts->an_normalized_rssi); -+#endif -+ -+ memcpy(level, &signal_strength, sizeof(level)); -+} -+#endif -+ - /* check stats, modify the state attribute */ - static void - wireless_applet_read_device_state (WirelessApplet *applet) - { -- long int level, noise; -- double link; -+ long int level; - char device[256]; -+#ifdef __FreeBSD__ -+ struct if_nameindex *ifstart, *ifs; -+#else -+ long int noise; -+ double link; - char line[256]; -+#endif - - /* resest list of available wireless devices */ - g_list_foreach (applet->devices, (GFunc)g_free, NULL); - g_list_free (applet->devices); - applet->devices = NULL; - -+#ifdef __FreeBSD__ -+ ifs = ifstart = if_nameindex(); -+#endif - /* Here we begin to suck... */ - do { -+#ifdef __FreeBSD__ -+ if (ifs == NULL || ifs->if_name == NULL) { -+ break; -+ } -+ strlcpy(device, ifs->if_name, 6); -+ if (g_strncasecmp(device, "an", 2)==0) { -+ applet->devices = g_list_prepend (applet->devices, g_strdup (device)); -+ if (g_strcasecmp(applet->device, device)==0) { -+ get_an_data(applet, device, &level); -+ wireless_applet_update_state (applet, device, 0, level, 0); -+ } -+ } -+ else -+ if (g_strncasecmp(device, "wi", 2)==0 || g_strncasecmp(device, "ath", 3)==0) { -+ applet->devices = g_list_prepend (applet->devices, g_strdup (device)); -+ if (g_strcasecmp(applet->device, device)==0) { -+ get_wi_data(applet, device, &level); -+ wireless_applet_update_state (applet, device, 0, level, 0); -+ } -+ } -+ ifs++; -+#else - char *ptr; - - fgets (line, 256, applet->file); -@@ -283,6 +465,7 @@ - wireless_applet_update_state (applet, device, link, level, noise); - } - } -+#endif - } while (1); - - if (g_list_length (applet->devices)==1) { -@@ -294,17 +477,23 @@ - } - - /* rewind the /proc/net/wireless file */ -+#ifdef __FreeBSD__ -+ if_freenameindex(ifstart); -+#else - rewind (applet->file); -+#endif - } - - static int - wireless_applet_timeout_handler (WirelessApplet *applet) - { -+#ifndef __FreeBSD__ - if (applet->file == NULL) { - wireless_applet_update_state (applet, - applet->device, -1, -1, -1); - return FALSE; - } -+#endif - - wireless_applet_read_device_state (applet); - -@@ -351,6 +540,7 @@ - static void - start_file_read (WirelessApplet *applet) - { -+#ifndef __FreeBSD__ - applet->file = fopen ("/proc/net/wireless", "rt"); - if (applet->file == NULL) { - gtk_tooltips_set_tip (applet->tips, -@@ -359,6 +549,7 @@ - NULL); - show_error_dialog (_("There doesn't seem to be any wireless devices configured on your system.\nPlease verify your configuration if you think this is incorrect.")); - } -+#endif - } - - static void -@@ -646,8 +837,10 @@ - applet->prefs = NULL; - } - -+#ifndef __FreeBSD__ - if (applet->file) - fclose (applet->file); -+#endif - if (applet->tips) - g_object_unref (applet->tips); - } diff --git a/x11/gnomeapplets2/pkg-descr b/x11/gnomeapplets2/pkg-descr deleted file mode 100644 index c93d4bc89..000000000 --- a/x11/gnomeapplets2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Applets components for the Gnome 2.0 Desktop Environment - -WWW: http://www.gnome.org/ diff --git a/x11/gnomeapplets2/pkg-plist b/x11/gnomeapplets2/pkg-plist deleted file mode 100644 index 5e0114621..000000000 --- a/x11/gnomeapplets2/pkg-plist +++ /dev/null @@ -1,1597 +0,0 @@ -bin/gkb_xmmap -bin/gnome-keyboard-layout -bin/gswitchit-plugins-capplet -etc/gconf/gconf.xml.defaults/apps/gswitchit/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gswitchit/Applet/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/stickynotes_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/stickynotes_applet/defaults/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/stickynotes_applet/settings/%gconf.xml -%%BATTERY%%etc/gconf/gconf.xml.defaults/schemas/apps/battstat-applet/%gconf.xml -%%BATTERY%%etc/gconf/gconf.xml.defaults/schemas/apps/battstat-applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/cdplayer-applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/cdplayer-applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/charpick/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/charpick/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/drivemount-applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/drivemount-applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/geyes/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/geyes/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gkb-applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gkb-applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/Applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gtik/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gtik/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gweather/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gweather/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mini-commander/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mini-commander/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mixer_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mixer_applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/modemlights/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/modemlights/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/multiload/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/multiload/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet/defaults/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet/settings/%gconf.xml -%%BATTERY%%etc/gconf/schemas/battstat.schemas -etc/gconf/schemas/cdplayer.schemas -etc/gconf/schemas/charpick.schemas -etc/gconf/schemas/drivemount.schemas -etc/gconf/schemas/geyes.schemas -etc/gconf/schemas/gkb.schemas -etc/gconf/schemas/gswitchit.schemas -etc/gconf/schemas/gtik.schemas -etc/gconf/schemas/gweather.schemas -etc/gconf/schemas/mailcheck.schemas -etc/gconf/schemas/mini-commander.schemas -etc/gconf/schemas/mixer.schemas -etc/gconf/schemas/modemlights.schemas -etc/gconf/schemas/multiload.schemas -etc/gconf/schemas/stickynotes.schemas -%%BATTERY%%etc/sound/events/battstat_applet.soundlist -etc/sound/events/mailcheck.soundlist -include/libgswitchit/gswitchit_plugin.h -include/libgswitchit/gswitchit_xkb_config.h -libdata/bonobo/servers/GNOME_AccessxStatusApplet.server -%%BATTERY%%libdata/bonobo/servers/GNOME_BattstatApplet.server -libdata/bonobo/servers/GNOME_CDPlayerApplet.server -libdata/bonobo/servers/GNOME_CharpickerApplet.server -libdata/bonobo/servers/GNOME_DriveMountApplet.server -libdata/bonobo/servers/GNOME_GWeatherApplet_Factory.server -libdata/bonobo/servers/GNOME_GeyesApplet.server -libdata/bonobo/servers/GNOME_GtikApplet.server -libdata/bonobo/servers/GNOME_KeyboardApplet.server -libdata/bonobo/servers/GNOME_MailcheckApplet_Factory.server -libdata/bonobo/servers/GNOME_MiniCommanderApplet.server -libdata/bonobo/servers/GNOME_MixerApplet.server -libdata/bonobo/servers/GNOME_ModemLightsApplet.server -libdata/bonobo/servers/GNOME_MultiLoadApplet_Factory.server -libdata/bonobo/servers/GNOME_Panel_WirelessApplet.server -libdata/bonobo/servers/GNOME_StickyNotesApplet.server -libdata/pkgconfig/gswitchit.pc -libexec/accessx-status-applet -%%BATTERY%%libexec/battstat-applet-2 -libexec/cdplayer_applet2 -libexec/charpick_applet2 -libexec/drivemount_applet2 -libexec/geyes_applet2 -libexec/gnome-applets/mc-install-default-macros -libexec/gnome-keyboard-applet -libexec/gtik2_applet2 -libexec/gweather-applet-2 -libexec/mailcheck-applet -libexec/mini_commander_applet -libexec/mixer_applet2 -libexec/modemlights_applet2 -libexec/multiload-applet-2 -libexec/stickynotes_applet -libexec/wireless-applet -%%BATTERY%%share/gnome/battstat_applet/battstat_applet.glade -share/gnome/gen_util/mini-commander.glade -share/gnome/geyes/Bizarre/Bizarre-eye.png -share/gnome/geyes/Bizarre/Bizarre-pupil.png -share/gnome/geyes/Bizarre/config -share/gnome/geyes/Bloodshot/Bloodshot-eye.png -share/gnome/geyes/Bloodshot/Bloodshot-pupil.png -share/gnome/geyes/Bloodshot/config -share/gnome/geyes/Default-tiny/Default-tiny-eye.png -share/gnome/geyes/Default-tiny/Default-tiny-pupil.png -share/gnome/geyes/Default-tiny/config -share/gnome/geyes/Default/Default-eye.png -share/gnome/geyes/Default/Default-pupil.png -share/gnome/geyes/Default/config -share/gnome/geyes/Horrid/config -share/gnome/geyes/Horrid/horrid_eye.png -share/gnome/geyes/Horrid/horrid_pupil.png -share/gnome/gkb/AM_Armenian.keyprop -share/gnome/gkb/AR_Arabic.keyprop -share/gnome/gkb/AR_Arabic_x.keyprop -share/gnome/gkb/AZ_Azerbaidjani_Turkic.keyprop -share/gnome/gkb/Armenian.keyprop -share/gnome/gkb/BE_Dutch.keyprop -share/gnome/gkb/BG_Bulgarian.keyprop -share/gnome/gkb/BG_Bulgarian_x.keyprop -share/gnome/gkb/BR_Portuguese.keyprop -share/gnome/gkb/BR_Portuguese_x.keyprop -share/gnome/gkb/BY_Belarussian.keyprop -share/gnome/gkb/Basque.keyprop -share/gnome/gkb/Belgian.keyprop -share/gnome/gkb/BulgarianCyril.keyprop -share/gnome/gkb/CA_English.keyprop -share/gnome/gkb/CH_German_x.keyprop -share/gnome/gkb/CZ_Czech.keyprop -share/gnome/gkb/CZ_Czech_Slovak.keyprop -share/gnome/gkb/CZ_Czech_x.keyprop -share/gnome/gkb/DE_German.keyprop -share/gnome/gkb/DE_German_x.keyprop -share/gnome/gkb/DK_Danish.keyprop -share/gnome/gkb/DK_Danish_x.keyprop -share/gnome/gkb/Default.keyprop -share/gnome/gkb/Dvorak.keyprop -share/gnome/gkb/EE_Estonian.keyprop -share/gnome/gkb/EE_Estonian_x.keyprop -share/gnome/gkb/ES_Spanish-x86.keyprop -share/gnome/gkb/ES_Spanish.keyprop -share/gnome/gkb/ES_Spanish_x.keyprop -share/gnome/gkb/FI_Finnish.keyprop -share/gnome/gkb/FI_Finnish_x.keyprop -share/gnome/gkb/FR_French-x86.keyprop -share/gnome/gkb/FR_French.keyprop -share/gnome/gkb/FR_French_x.keyprop -share/gnome/gkb/FrenchCanadian.keyprop -share/gnome/gkb/FrenchCanadian2.keyprop -share/gnome/gkb/FrenchSwiss.keyprop -share/gnome/gkb/GE_Georgian_x.keyprop -share/gnome/gkb/GR_Greek.keyprop -share/gnome/gkb/GR_Greek_x.keyprop -share/gnome/gkb/GeorgianLatin.keyprop -share/gnome/gkb/GeorgianRussian.keyprop -share/gnome/gkb/German.keyprop -share/gnome/gkb/GermanSwiss.keyprop -share/gnome/gkb/HR_Croatian.keyprop -share/gnome/gkb/HU_Hungarian.keyprop -share/gnome/gkb/Hungarian-101.keyprop -share/gnome/gkb/Hungarian-lat1.keyprop -share/gnome/gkb/Hungarian-sun.keyprop -share/gnome/gkb/Hungarian-x86.keyprop -share/gnome/gkb/Hungarian.keyprop -share/gnome/gkb/Hungarian101-1.keyprop -share/gnome/gkb/Hungarian101.keyprop -share/gnome/gkb/IL_Hebrew.keyprop -share/gnome/gkb/IL_Hebrew_x.keyprop -share/gnome/gkb/IS_Icelandic.keyprop -share/gnome/gkb/IS_Icelandic_x.keyprop -share/gnome/gkb/IT_Italian.keyprop -share/gnome/gkb/IT_Italian_x.keyprop -share/gnome/gkb/JP_Japanese.keyprop -share/gnome/gkb/JP_Japanese_x.keyprop -share/gnome/gkb/KR_Korean.keyprop -share/gnome/gkb/LA_Lao_x.keyprop -share/gnome/gkb/LT_Lithuanian.keyprop -share/gnome/gkb/LT_Lithuanian_x.keyprop -share/gnome/gkb/LT_Prog.keyprop -share/gnome/gkb/LT_Standard.keyprop -share/gnome/gkb/MK_Macedonian.keyprop -share/gnome/gkb/MN_Mongolian.keyprop -share/gnome/gkb/MN_Mongolian_x.keyprop -share/gnome/gkb/MN_Mongolian_x_rev.keyprop -share/gnome/gkb/MN_Mongolian_x_uni.keyprop -share/gnome/gkb/Macedonian.keyprop -share/gnome/gkb/NL_Dutch_x.keyprop -share/gnome/gkb/NO_Norwegian.keyprop -share/gnome/gkb/Norwegian.keyprop -share/gnome/gkb/PL_Polish.keyprop -share/gnome/gkb/PT_Portuguese.keyprop -share/gnome/gkb/PT_Portuguese_x.keyprop -share/gnome/gkb/Polish.keyprop -share/gnome/gkb/PolishDeadkeys.keyprop -share/gnome/gkb/Portugal.keyprop -share/gnome/gkb/PortugalDeadkeys.keyprop -share/gnome/gkb/RO_Romanian.keyprop -share/gnome/gkb/RU_Russian.keyprop -share/gnome/gkb/RU_Russian_x.keyprop -share/gnome/gkb/RU_Russian_x_rev.keyprop -share/gnome/gkb/RussianCyril.keyprop -share/gnome/gkb/SE_Swedish.keyprop -share/gnome/gkb/SE_Swedish_x.keyprop -share/gnome/gkb/SI_Slovenian.keyprop -share/gnome/gkb/SI_Slovenian_x.keyprop -share/gnome/gkb/SR_Dutch.keyprop -share/gnome/gkb/Slovak.keyprop -share/gnome/gkb/Slovene.keyprop -share/gnome/gkb/Slovenian.keyprop -share/gnome/gkb/Swedish.keyprop -share/gnome/gkb/Syriac.keyprop -share/gnome/gkb/Syriac_Phonetic.keyprop -share/gnome/gkb/TH_Thai.keyprop -share/gnome/gkb/TH_Thai_x.keyprop -share/gnome/gkb/TR-f.keyprop -share/gnome/gkb/TR-q.keyprop -share/gnome/gkb/TR_Turkish.keyprop -share/gnome/gkb/TR_Turkish_x.keyprop -share/gnome/gkb/Thai.keyprop -share/gnome/gkb/Thai2.keyprop -share/gnome/gkb/UA_Ukrainian.keyprop -share/gnome/gkb/UK-102.keyprop -share/gnome/gkb/UK-x86.keyprop -share/gnome/gkb/UK.keyprop -share/gnome/gkb/UK_English.keyprop -share/gnome/gkb/UK_English_x.keyprop -share/gnome/gkb/UK_United_Kingdom.keyprop -share/gnome/gkb/US-101.keyprop -share/gnome/gkb/US-101A-x86.keyprop -share/gnome/gkb/US-84.keyprop -share/gnome/gkb/US-dec.keyprop -share/gnome/gkb/US-ibm.keyprop -share/gnome/gkb/US-int.keyprop -share/gnome/gkb/US-mac.keyprop -share/gnome/gkb/US-sgi-101.keyprop -share/gnome/gkb/US-sun.keyprop -share/gnome/gkb/US.keyprop -share/gnome/gkb/US_English.keyprop -share/gnome/gkb/US_international.keyprop -share/gnome/gkb/VN_Vietnamese.keyprop -share/gnome/gkb/YU_Serb_x.keyprop -share/gnome/gkb/YU_Serbo-Croatian_x.keyprop -share/gnome/gkb/Yugoslav.keyprop -share/gnome/gkb/presets.xml -share/gnome/gnome-2.0/ui/GNOME_AccessxApplet.xml -%%BATTERY%%share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml -share/gnome/gnome-2.0/ui/GNOME_CDPlayerApplet.xml -share/gnome/gnome-2.0/ui/GNOME_CharpickerApplet.xml -share/gnome/gnome-2.0/ui/GNOME_DriveMountApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GWeatherApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GeyesApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GtikApplet.xml -share/gnome/gnome-2.0/ui/GNOME_GSwitchItApplet.xml -share/gnome/gnome-2.0/ui/GNOME_KeyboardApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MailCheckApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MiniCommanderApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MixerApplet.xml -share/gnome/gnome-2.0/ui/GNOME_ModemlightsApplet.xml -share/gnome/gnome-2.0/ui/GNOME_MultiloadApplet.xml -share/gnome/gnome-2.0/ui/GNOME_StickyNotesApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WirelessApplet.xml -share/gnome/gswitchit/gswitchit-plugins.glade -share/gnome/gswitchit/gswitchit-properties.glade -share/gnome/gweather/Locations -share/gnome/help/accessx-status/C/accessx-status.xml -share/gnome/help/accessx-status/C/figures/accessx-status-applet.png -share/gnome/help/accessx-status/C/legal.xml -%%BATTERY%%share/gnome/help/battstat/C/battstat.xml -%%BATTERY%%share/gnome/help/battstat/C/figures/ac_small.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-apperance.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-general.png -%%BATTERY%%share/gnome/help/battstat/C/figures/batt_green.png -%%BATTERY%%share/gnome/help/battstat/C/figures/batt_orange.png -%%BATTERY%%share/gnome/help/battstat/C/figures/batt_red.png -%%BATTERY%%share/gnome/help/battstat/C/figures/batt_yellow.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battery_small.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet_window.png -%%BATTERY%%share/gnome/help/battstat/C/figures/flash_small.png -%%BATTERY%%share/gnome/help/battstat/C/figures/warning_small.png -%%BATTERY%%share/gnome/help/battstat/C/legal.xml -%%BATTERY%%share/gnome/help/battstat/ja/battstat.xml -%%BATTERY%%share/gnome/help/battstat/ja/figures/battstat-apperance.png -%%BATTERY%%share/gnome/help/battstat/ja/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/ja/figures/battstat-general.png -%%BATTERY%%share/gnome/help/battstat/ja/legal.xml -share/gnome/help/cdplayer/C/cdplayer.xml -share/gnome/help/cdplayer/C/figures/cdplayer_applet.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_pause.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_play.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_playafterpause.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/C/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/C/legal.xml -share/gnome/help/cdplayer/de/cdplayer.xml -share/gnome/help/cdplayer/de/figures/cdplayer_applet.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/de/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/de/legal.xml -share/gnome/help/cdplayer/es/cdplayer.xml -share/gnome/help/cdplayer/es/figures/cdplayer_applet.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/es/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/es/legal.xml -share/gnome/help/cdplayer/fr/cdplayer.xml -share/gnome/help/cdplayer/fr/figures/cdplayer_applet.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/fr/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/fr/legal.xml -share/gnome/help/cdplayer/it/cdplayer.xml -share/gnome/help/cdplayer/it/figures/cdplayer_applet.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/it/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/it/legal.xml -share/gnome/help/cdplayer/ja/cdplayer.xml -share/gnome/help/cdplayer/ja/figures/cdplayer_applet.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_pause.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_play.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_playafterpause.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/ja/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/ja/legal.xml -share/gnome/help/cdplayer/ko/cdplayer.xml -share/gnome/help/cdplayer/ko/figures/cdplayer_applet.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/ko/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/ko/legal.xml -share/gnome/help/cdplayer/sv/cdplayer.xml -share/gnome/help/cdplayer/sv/figures/cdplayer_applet.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/sv/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/sv/legal.xml -share/gnome/help/cdplayer/zh_CN/cdplayer.xml -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/zh_CN/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/zh_CN/legal.xml -share/gnome/help/cdplayer/zh_TW/cdplayer.xml -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_eject.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_nexttrack.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_playing.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_playpause.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_prevtrack.png -share/gnome/help/cdplayer/zh_TW/figures/cdplayer_applet_stop.png -share/gnome/help/cdplayer/zh_TW/legal.xml -share/gnome/help/char-palette/C/char-palette.xml -share/gnome/help/char-palette/C/figures/charpalette_applet.png -share/gnome/help/char-palette/C/figures/charpalette_chargroup.png -share/gnome/help/char-palette/C/figures/charpick_characters.png -share/gnome/help/char-palette/C/legal.xml -share/gnome/help/char-palette/de/char-palette.xml -share/gnome/help/char-palette/de/figures/charpalette_applet.png -share/gnome/help/char-palette/de/figures/charpalette_chargroup.png -share/gnome/help/char-palette/de/figures/charpick_applet.png -share/gnome/help/char-palette/de/figures/charpick_characters.png -share/gnome/help/char-palette/de/figures/charpick_chargroup.png -share/gnome/help/char-palette/de/legal.xml -share/gnome/help/char-palette/es/char-palette.xml -share/gnome/help/char-palette/es/figures/charpalette_applet.png -share/gnome/help/char-palette/es/figures/charpalette_chargroup.png -share/gnome/help/char-palette/es/figures/charpick_applet.png -share/gnome/help/char-palette/es/figures/charpick_characters.png -share/gnome/help/char-palette/es/figures/charpick_chargroup.png -share/gnome/help/char-palette/es/legal.xml -share/gnome/help/char-palette/fr/char-palette.xml -share/gnome/help/char-palette/fr/figures/charpalette_applet.png -share/gnome/help/char-palette/fr/figures/charpalette_chargroup.png -share/gnome/help/char-palette/fr/figures/charpick_applet.png -share/gnome/help/char-palette/fr/figures/charpick_characters.png -share/gnome/help/char-palette/fr/figures/charpick_chargroup.png -share/gnome/help/char-palette/fr/legal.xml -share/gnome/help/char-palette/it/char-palette.xml -share/gnome/help/char-palette/it/figures/charpalette_applet.png -share/gnome/help/char-palette/it/figures/charpalette_chargroup.png -share/gnome/help/char-palette/it/figures/charpick_applet.png -share/gnome/help/char-palette/it/figures/charpick_characters.png -share/gnome/help/char-palette/it/figures/charpick_chargroup.png -share/gnome/help/char-palette/it/legal.xml -share/gnome/help/char-palette/ja/char-palette.xml -share/gnome/help/char-palette/ja/figures/charpalette_applet.png -share/gnome/help/char-palette/ja/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ja/figures/charpick_applet.png -share/gnome/help/char-palette/ja/figures/charpick_characters.png -share/gnome/help/char-palette/ja/figures/charpick_chargroup.png -share/gnome/help/char-palette/ja/legal.xml -share/gnome/help/char-palette/ko/char-palette.xml -share/gnome/help/char-palette/ko/figures/charpalette_applet.png -share/gnome/help/char-palette/ko/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ko/figures/charpick_applet.png -share/gnome/help/char-palette/ko/figures/charpick_characters.png -share/gnome/help/char-palette/ko/figures/charpick_chargroup.png -share/gnome/help/char-palette/ko/legal.xml -share/gnome/help/char-palette/sv/char-palette.xml -share/gnome/help/char-palette/sv/figures/charpalette_applet.png -share/gnome/help/char-palette/sv/figures/charpalette_chargroup.png -share/gnome/help/char-palette/sv/figures/charpick_applet.png -share/gnome/help/char-palette/sv/figures/charpick_characters.png -share/gnome/help/char-palette/sv/figures/charpick_chargroup.png -share/gnome/help/char-palette/sv/legal.xml -share/gnome/help/char-palette/zh_CN/char-palette.xml -share/gnome/help/char-palette/zh_CN/figures/charpalette_applet.png -share/gnome/help/char-palette/zh_CN/figures/charpalette_chargroup.png -share/gnome/help/char-palette/zh_CN/figures/charpick_applet.png -share/gnome/help/char-palette/zh_CN/figures/charpick_characters.png -share/gnome/help/char-palette/zh_CN/figures/charpick_chargroup.png -share/gnome/help/char-palette/zh_CN/legal.xml -share/gnome/help/char-palette/zh_TW/char-palette.xml -share/gnome/help/char-palette/zh_TW/figures/charpalette_applet.png -share/gnome/help/char-palette/zh_TW/figures/charpalette_chargroup.png -share/gnome/help/char-palette/zh_TW/figures/charpick_applet.png -share/gnome/help/char-palette/zh_TW/figures/charpick_characters.png -share/gnome/help/char-palette/zh_TW/figures/charpick_chargroup.png -share/gnome/help/char-palette/zh_TW/legal.xml -share/gnome/help/command-line/C/command-line.xml -share/gnome/help/command-line/C/figures/command-line.png -share/gnome/help/command-line/C/legal.xml -share/gnome/help/command-line/de/command-line.xml -share/gnome/help/command-line/de/figures/command-line.png -share/gnome/help/command-line/de/legal.xml -share/gnome/help/command-line/es/command-line.xml -share/gnome/help/command-line/es/figures/command-line.png -share/gnome/help/command-line/es/legal.xml -share/gnome/help/command-line/fr/command-line.xml -share/gnome/help/command-line/fr/figures/command-line.png -share/gnome/help/command-line/fr/legal.xml -share/gnome/help/command-line/it/command-line.xml -share/gnome/help/command-line/it/figures/command-line.png -share/gnome/help/command-line/it/legal.xml -share/gnome/help/command-line/ja/command-line.xml -share/gnome/help/command-line/ja/figures/command-line.png -share/gnome/help/command-line/ja/legal.xml -share/gnome/help/command-line/ko/command-line.xml -share/gnome/help/command-line/ko/figures/command-line.png -share/gnome/help/command-line/ko/legal.xml -share/gnome/help/command-line/sv/command-line.xml -share/gnome/help/command-line/sv/figures/command-line.png -share/gnome/help/command-line/sv/legal.xml -share/gnome/help/command-line/zh_CN/command-line.xml -share/gnome/help/command-line/zh_CN/figures/command-line.png -share/gnome/help/command-line/zh_CN/legal.xml -share/gnome/help/command-line/zh_TW/command-line.xml -share/gnome/help/command-line/zh_TW/figures/command-line.png -share/gnome/help/command-line/zh_TW/legal.xml -share/gnome/help/drivemount/C/drivemount.xml -share/gnome/help/drivemount/C/figures/drivemount-applet_window.png -share/gnome/help/drivemount/C/figures/drivemount_applet_all.png -share/gnome/help/drivemount/C/figures/drivemount_applet_floppy.png -share/gnome/help/drivemount/C/figures/drivemount_applet_settings.png -share/gnome/help/drivemount/C/figures/drivemount_applet_tooltip.png -share/gnome/help/drivemount/C/legal.xml -share/gnome/help/geyes/C/figures/geyes_applet.png -share/gnome/help/geyes/C/geyes.xml -share/gnome/help/geyes/C/legal.xml -share/gnome/help/geyes/de/figures/geyes_applet.png -share/gnome/help/geyes/de/figures/geyes_settings.png -share/gnome/help/geyes/de/geyes.xml -share/gnome/help/geyes/de/legal.xml -share/gnome/help/geyes/es/figures/geyes_applet.png -share/gnome/help/geyes/es/figures/geyes_settings.png -share/gnome/help/geyes/es/geyes.xml -share/gnome/help/geyes/es/legal.xml -share/gnome/help/geyes/fr/figures/geyes_applet.png -share/gnome/help/geyes/fr/figures/geyes_settings.png -share/gnome/help/geyes/fr/geyes.xml -share/gnome/help/geyes/fr/legal.xml -share/gnome/help/geyes/it/figures/geyes_applet.png -share/gnome/help/geyes/it/figures/geyes_settings.png -share/gnome/help/geyes/it/geyes.xml -share/gnome/help/geyes/it/legal.xml -share/gnome/help/geyes/ja/figures/geyes_applet.png -share/gnome/help/geyes/ja/figures/geyes_settings.png -share/gnome/help/geyes/ja/geyes.xml -share/gnome/help/geyes/ja/legal.xml -share/gnome/help/geyes/ko/figures/geyes_applet.png -share/gnome/help/geyes/ko/figures/geyes_settings.png -share/gnome/help/geyes/ko/geyes.xml -share/gnome/help/geyes/ko/legal.xml -share/gnome/help/geyes/sv/figures/geyes_applet.png -share/gnome/help/geyes/sv/figures/geyes_settings.png -share/gnome/help/geyes/sv/geyes.xml -share/gnome/help/geyes/sv/legal.xml -share/gnome/help/geyes/zh_CN/figures/geyes_applet.png -share/gnome/help/geyes/zh_CN/figures/geyes_settings.png -share/gnome/help/geyes/zh_CN/geyes.xml -share/gnome/help/geyes/zh_CN/legal.xml -share/gnome/help/geyes/zh_TW/figures/geyes_applet.png -share/gnome/help/geyes/zh_TW/figures/geyes_settings.png -share/gnome/help/geyes/zh_TW/geyes.xml -share/gnome/help/geyes/zh_TW/legal.xml -share/gnome/help/gkb/C/figures/gkb_applet.png -share/gnome/help/gkb/C/gkb.xml -share/gnome/help/gkb/C/legal.xml -share/gnome/help/gkb/de/figures/gkb_applet.png -share/gnome/help/gkb/de/gkb.xml -share/gnome/help/gkb/de/legal.xml -share/gnome/help/gkb/es/figures/gkb_applet.png -share/gnome/help/gkb/es/gkb.xml -share/gnome/help/gkb/es/legal.xml -share/gnome/help/gkb/fr/figures/gkb_applet.png -share/gnome/help/gkb/fr/gkb.xml -share/gnome/help/gkb/fr/legal.xml -share/gnome/help/gkb/it/figures/gkb_applet.png -share/gnome/help/gkb/it/gkb.xml -share/gnome/help/gkb/it/legal.xml -share/gnome/help/gkb/ja/figures/gkb_applet.png -share/gnome/help/gkb/ja/gkb.xml -share/gnome/help/gkb/ja/legal.xml -share/gnome/help/gkb/ko/figures/gkb_applet.png -share/gnome/help/gkb/ko/gkb.xml -share/gnome/help/gkb/ko/legal.xml -share/gnome/help/gkb/sv/figures/gkb_applet.png -share/gnome/help/gkb/sv/gkb.xml -share/gnome/help/gkb/sv/legal.xml -share/gnome/help/gkb/zh_CN/figures/gkb_applet.png -share/gnome/help/gkb/zh_CN/gkb.xml -share/gnome/help/gkb/zh_CN/legal.xml -share/gnome/help/gkb/zh_TW/figures/gkb_applet.png -share/gnome/help/gkb/zh_TW/gkb.xml -share/gnome/help/gkb/zh_TW/legal.xml -share/gnome/help/gtik2_applet2/C/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/C/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/C/legal.xml -share/gnome/help/gtik2_applet2/de/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/de/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/de/legal.xml -share/gnome/help/gtik2_applet2/es/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/es/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/es/legal.xml -share/gnome/help/gtik2_applet2/fr/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/fr/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/fr/legal.xml -share/gnome/help/gtik2_applet2/it/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/it/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/it/legal.xml -share/gnome/help/gtik2_applet2/ja/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/ja/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/ja/legal.xml -share/gnome/help/gtik2_applet2/ko/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/ko/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/ko/legal.xml -share/gnome/help/gtik2_applet2/sv/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/sv/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/sv/legal.xml -share/gnome/help/gtik2_applet2/zh_CN/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/zh_CN/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/zh_CN/legal.xml -share/gnome/help/gtik2_applet2/zh_TW/figures/gtik_applet.png -share/gnome/help/gtik2_applet2/zh_TW/gtik2_applet2.xml -share/gnome/help/gtik2_applet2/zh_TW/legal.xml -share/gnome/help/gweather/C/figures/gweather_applet.png -share/gnome/help/gweather/C/figures/gweather_settings.png -share/gnome/help/gweather/C/figures/gweather_weather.png -share/gnome/help/gweather/C/gweather.xml -share/gnome/help/gweather/C/legal.xml -share/gnome/help/gweather/de/figures/gweather_applet.png -share/gnome/help/gweather/de/figures/gweather_settings.png -share/gnome/help/gweather/de/figures/gweather_weather.png -share/gnome/help/gweather/de/gweather.xml -share/gnome/help/gweather/de/legal.xml -share/gnome/help/gweather/es/figures/gweather_applet.png -share/gnome/help/gweather/es/figures/gweather_settings.png -share/gnome/help/gweather/es/figures/gweather_weather.png -share/gnome/help/gweather/es/gweather.xml -share/gnome/help/gweather/es/legal.xml -share/gnome/help/gweather/fr/figures/gweather_applet.png -share/gnome/help/gweather/fr/figures/gweather_settings.png -share/gnome/help/gweather/fr/figures/gweather_weather.png -share/gnome/help/gweather/fr/gweather.xml -share/gnome/help/gweather/fr/legal.xml -share/gnome/help/gweather/it/figures/gweather_applet.png -share/gnome/help/gweather/it/figures/gweather_settings.png -share/gnome/help/gweather/it/figures/gweather_weather.png -share/gnome/help/gweather/it/gweather.xml -share/gnome/help/gweather/it/legal.xml -share/gnome/help/gweather/ja/figures/gweather_applet.png -share/gnome/help/gweather/ja/figures/gweather_settings.png -share/gnome/help/gweather/ja/figures/gweather_weather.png -share/gnome/help/gweather/ja/gweather.xml -share/gnome/help/gweather/ja/legal.xml -share/gnome/help/gweather/ko/figures/gweather_applet.png -share/gnome/help/gweather/ko/figures/gweather_settings.png -share/gnome/help/gweather/ko/figures/gweather_weather.png -share/gnome/help/gweather/ko/gweather.xml -share/gnome/help/gweather/ko/legal.xml -share/gnome/help/gweather/sv/figures/gweather_applet.png -share/gnome/help/gweather/sv/figures/gweather_settings.png -share/gnome/help/gweather/sv/figures/gweather_weather.png -share/gnome/help/gweather/sv/gweather.xml -share/gnome/help/gweather/sv/legal.xml -share/gnome/help/gweather/zh_CN/figures/gweather_applet.png -share/gnome/help/gweather/zh_CN/figures/gweather_settings.png -share/gnome/help/gweather/zh_CN/figures/gweather_weather.png -share/gnome/help/gweather/zh_CN/gweather.xml -share/gnome/help/gweather/zh_CN/legal.xml -share/gnome/help/gweather/zh_TW/figures/gweather_applet.png -share/gnome/help/gweather/zh_TW/figures/gweather_settings.png -share/gnome/help/gweather/zh_TW/figures/gweather_weather.png -share/gnome/help/gweather/zh_TW/gweather.xml -share/gnome/help/gweather/zh_TW/legal.xml -share/gnome/help/mailcheck/C/figures/mailcheck_applet.png -share/gnome/help/mailcheck/C/legal.xml -share/gnome/help/mailcheck/C/mailcheck.xml -share/gnome/help/mailcheck/de/figures/mailcheck-applet.png -share/gnome/help/mailcheck/de/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/de/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/de/figures/mailcheck_applet.png -share/gnome/help/mailcheck/de/legal.xml -share/gnome/help/mailcheck/de/mailcheck.xml -share/gnome/help/mailcheck/es/figures/mailcheck-applet.png -share/gnome/help/mailcheck/es/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/es/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/es/figures/mailcheck_applet.png -share/gnome/help/mailcheck/es/legal.xml -share/gnome/help/mailcheck/es/mailcheck.xml -share/gnome/help/mailcheck/fr/figures/mailcheck-applet.png -share/gnome/help/mailcheck/fr/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/fr/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/fr/figures/mailcheck_applet.png -share/gnome/help/mailcheck/fr/legal.xml -share/gnome/help/mailcheck/fr/mailcheck.xml -share/gnome/help/mailcheck/it/figures/mailcheck-applet.png -share/gnome/help/mailcheck/it/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/it/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/it/figures/mailcheck_applet.png -share/gnome/help/mailcheck/it/legal.xml -share/gnome/help/mailcheck/it/mailcheck.xml -share/gnome/help/mailcheck/ja/figures/mailcheck_applet.png -share/gnome/help/mailcheck/ja/legal.xml -share/gnome/help/mailcheck/ja/mailcheck.xml -share/gnome/help/mailcheck/ko/figures/mailcheck-applet.png -share/gnome/help/mailcheck/ko/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/ko/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/ko/figures/mailcheck_applet.png -share/gnome/help/mailcheck/ko/legal.xml -share/gnome/help/mailcheck/ko/mailcheck.xml -share/gnome/help/mailcheck/sv/figures/mailcheck-applet.png -share/gnome/help/mailcheck/sv/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/sv/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/sv/figures/mailcheck_applet.png -share/gnome/help/mailcheck/sv/legal.xml -share/gnome/help/mailcheck/sv/mailcheck.xml -share/gnome/help/mailcheck/zh_CN/figures/mailcheck-applet.png -share/gnome/help/mailcheck/zh_CN/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/zh_CN/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/zh_CN/figures/mailcheck_applet.png -share/gnome/help/mailcheck/zh_CN/legal.xml -share/gnome/help/mailcheck/zh_CN/mailcheck.xml -share/gnome/help/mailcheck/zh_TW/figures/mailcheck-applet.png -share/gnome/help/mailcheck/zh_TW/figures/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck/zh_TW/figures/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck/zh_TW/figures/mailcheck_applet.png -share/gnome/help/mailcheck/zh_TW/legal.xml -share/gnome/help/mailcheck/zh_TW/mailcheck.xml -share/gnome/help/mixer_applet2/C/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/C/legal.xml -share/gnome/help/mixer_applet2/C/mixer_applet2.xml -share/gnome/help/mixer_applet2/de/figures/mixer_applet.png -share/gnome/help/mixer_applet2/de/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/de/legal.xml -share/gnome/help/mixer_applet2/de/mixer_applet2.xml -share/gnome/help/mixer_applet2/es/figures/mixer_applet.png -share/gnome/help/mixer_applet2/es/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/es/legal.xml -share/gnome/help/mixer_applet2/es/mixer_applet2.xml -share/gnome/help/mixer_applet2/fr/figures/mixer_applet.png -share/gnome/help/mixer_applet2/fr/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/fr/legal.xml -share/gnome/help/mixer_applet2/fr/mixer_applet2.xml -share/gnome/help/mixer_applet2/ja/figures/mixer_applet.png -share/gnome/help/mixer_applet2/ja/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ja/legal.xml -share/gnome/help/mixer_applet2/ja/mixer_applet2.xml -share/gnome/help/mixer_applet2/ko/figures/mixer_applet.png -share/gnome/help/mixer_applet2/ko/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ko/legal.xml -share/gnome/help/mixer_applet2/ko/mixer_applet2.xml -share/gnome/help/mixer_applet2/sv/figures/mixer_applet.png -share/gnome/help/mixer_applet2/sv/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/sv/legal.xml -share/gnome/help/mixer_applet2/sv/mixer_applet2.xml -share/gnome/help/mixer_applet2/zh_CN/figures/mixer_applet.png -share/gnome/help/mixer_applet2/zh_CN/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/zh_CN/legal.xml -share/gnome/help/mixer_applet2/zh_CN/mixer_applet2.xml -share/gnome/help/mixer_applet2/zh_TW/figures/mixer_applet.png -share/gnome/help/mixer_applet2/zh_TW/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/zh_TW/legal.xml -share/gnome/help/mixer_applet2/zh_TW/mixer_applet2.xml -share/gnome/help/modemlights/C/figures/modemlights-advanced.png -share/gnome/help/modemlights/C/figures/modemlights-advpref.png -share/gnome/help/modemlights/C/figures/modemlights-color.png -share/gnome/help/modemlights/C/figures/modemlights-general.png -share/gnome/help/modemlights/C/figures/modemlights-prefs.png -share/gnome/help/modemlights/C/figures/modemlights.png -share/gnome/help/modemlights/C/figures/modemlights_applet.png -share/gnome/help/modemlights/C/figures/modemlights_applet_advanced.png -share/gnome/help/modemlights/C/figures/modemlights_applet_awaiting.png -share/gnome/help/modemlights/C/figures/modemlights_applet_button.png -share/gnome/help/modemlights/C/figures/modemlights_applet_button_2.png -share/gnome/help/modemlights/C/figures/modemlights_applet_colors.png -share/gnome/help/modemlights/C/figures/modemlights_applet_connected.png -share/gnome/help/modemlights/C/figures/modemlights_applet_general.png -share/gnome/help/modemlights/C/figures/modemlights_applet_if_connect.png -share/gnome/help/modemlights/C/figures/modemlights_applet_not_connected.png -share/gnome/help/modemlights/C/figures/modemlights_applet_prefs_connecting.png -share/gnome/help/modemlights/C/figures/modemlights_applet_prefs_display.png -share/gnome/help/modemlights/C/legal.xml -share/gnome/help/modemlights/C/modemlights.xml -share/gnome/help/multiload/C/figures/system-monitor-applet_window.png -share/gnome/help/multiload/C/figures/system_monitor.png -share/gnome/help/multiload/C/figures/system_monitor_prefs.png -share/gnome/help/multiload/C/legal.xml -share/gnome/help/multiload/C/multiload.xml -share/gnome/help/stickynotes_applet/C/legal.xml -share/gnome/help/stickynotes_applet/C/stickynotes_applet.xml -share/gnome/help/wireless/C/legal.xml -share/gnome/help/wireless/C/wireless.xml -share/gnome/omf/gnome-applets/accessx-status-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/accessx-status-C.omf 2>/dev/null || /usr/bin/true -%%BATTERY%%share/gnome/omf/gnome-applets/battstat-C.omf -%%BATTERY%%@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/battstat-C.omf 2>/dev/null || /usr/bin/true -%%BATTERY%%share/gnome/omf/gnome-applets/battstat-ja.omf -%%BATTERY%%@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/battstat-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/cdplayer-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/cdplayer-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/char-palette-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/char-palette-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/command-line-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/command-line-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/drivemount-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/drivemount-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/geyes-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/geyes-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gkb-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gkb-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gtik2_applet2-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/gweather-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/gweather-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mailcheck-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mailcheck-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/mixer_applet2-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/mixer_applet2-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/modemlights-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/modemlights-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/multiload-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/multiload-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/stickynotes_applet-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/stickynotes_applet-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-applets/wireless-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-applets/wireless-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/accessx-status-applet/ax-applet.png -share/gnome/pixmaps/accessx-status-applet/ax-bouncekeys.png -share/gnome/pixmaps/accessx-status-applet/ax-key-base.png -share/gnome/pixmaps/accessx-status-applet/ax-key-inverse.png -share/gnome/pixmaps/accessx-status-applet/ax-key-no.png -share/gnome/pixmaps/accessx-status-applet/ax-key-none.png -share/gnome/pixmaps/accessx-status-applet/ax-key-yes.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-no.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-pending.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys-yes.png -share/gnome/pixmaps/accessx-status-applet/ax-slowkeys.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-base.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-left.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-middle.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-default-right.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-left.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-middle.png -share/gnome/pixmaps/accessx-status-applet/mousekeys-pressed-right.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-alt-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-ctrl-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-hyper-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-meta-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-shift-none.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-latched.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-locked.png -share/gnome/pixmaps/accessx-status-applet/sticky-super-none.png -%%BATTERY%%share/gnome/pixmaps/battstat.png -share/gnome/pixmaps/charpick.png -share/gnome/pixmaps/drivemount-applet.png -share/gnome/pixmaps/gkb-icon.png -share/gnome/pixmaps/gkb.png -share/gnome/pixmaps/gkb/ae.png -share/gnome/pixmaps/gkb/am.png -share/gnome/pixmaps/gkb/ar.png -share/gnome/pixmaps/gkb/at.png -share/gnome/pixmaps/gkb/az.png -share/gnome/pixmaps/gkb/be.png -share/gnome/pixmaps/gkb/bg.png -share/gnome/pixmaps/gkb/bh.png -share/gnome/pixmaps/gkb/br.png -share/gnome/pixmaps/gkb/by.png -share/gnome/pixmaps/gkb/ca.png -share/gnome/pixmaps/gkb/ch.png -share/gnome/pixmaps/gkb/cu.png -share/gnome/pixmaps/gkb/cz.png -share/gnome/pixmaps/gkb/de.png -share/gnome/pixmaps/gkb/dj.png -share/gnome/pixmaps/gkb/dk.png -share/gnome/pixmaps/gkb/dz.png -share/gnome/pixmaps/gkb/ee.png -share/gnome/pixmaps/gkb/eg.png -share/gnome/pixmaps/gkb/es.png -share/gnome/pixmaps/gkb/eu.png -share/gnome/pixmaps/gkb/fi.png -share/gnome/pixmaps/gkb/fr.png -share/gnome/pixmaps/gkb/ge.png -share/gnome/pixmaps/gkb/gkb.png -share/gnome/pixmaps/gkb/gr.png -share/gnome/pixmaps/gkb/hr.png -share/gnome/pixmaps/gkb/hu.png -share/gnome/pixmaps/gkb/il.png -share/gnome/pixmaps/gkb/iq.png -share/gnome/pixmaps/gkb/is.png -share/gnome/pixmaps/gkb/it.png -share/gnome/pixmaps/gkb/jo.png -share/gnome/pixmaps/gkb/jp.png -share/gnome/pixmaps/gkb/km.png -share/gnome/pixmaps/gkb/kr.png -share/gnome/pixmaps/gkb/kw.png -share/gnome/pixmaps/gkb/la.png -share/gnome/pixmaps/gkb/lam.png -share/gnome/pixmaps/gkb/lb.png -share/gnome/pixmaps/gkb/lt.png -share/gnome/pixmaps/gkb/ly.png -share/gnome/pixmaps/gkb/ma.png -share/gnome/pixmaps/gkb/mk.png -share/gnome/pixmaps/gkb/mn.png -share/gnome/pixmaps/gkb/mx.png -share/gnome/pixmaps/gkb/nl.png -share/gnome/pixmaps/gkb/no.png -share/gnome/pixmaps/gkb/om.png -share/gnome/pixmaps/gkb/pl.png -share/gnome/pixmaps/gkb/ps.png -share/gnome/pixmaps/gkb/pt.png -share/gnome/pixmaps/gkb/qa.png -share/gnome/pixmaps/gkb/qc.png -share/gnome/pixmaps/gkb/ro.png -share/gnome/pixmaps/gkb/ru.png -share/gnome/pixmaps/gkb/sa.png -share/gnome/pixmaps/gkb/sd.png -share/gnome/pixmaps/gkb/se.png -share/gnome/pixmaps/gkb/si.png -share/gnome/pixmaps/gkb/sk.png -share/gnome/pixmaps/gkb/so.png -share/gnome/pixmaps/gkb/sr.png -share/gnome/pixmaps/gkb/sy.png -share/gnome/pixmaps/gkb/th.png -share/gnome/pixmaps/gkb/tn.png -share/gnome/pixmaps/gkb/tr.png -share/gnome/pixmaps/gkb/ua.png -share/gnome/pixmaps/gkb/uk.png -share/gnome/pixmaps/gkb/un.png -share/gnome/pixmaps/gkb/us.png -share/gnome/pixmaps/gkb/uy.png -share/gnome/pixmaps/gkb/vn.png -share/gnome/pixmaps/gkb/ye.png -share/gnome/pixmaps/gkb/yu.png -share/gnome/pixmaps/gnome-cpu.png -share/gnome/pixmaps/gnome-eyes.png -share/gnome/pixmaps/gnome-mini-commander.png -share/gnome/pixmaps/gswitchit-applet.png -share/gnome/pixmaps/gswitchit-properties-capplet.png -share/gnome/pixmaps/mailcheck/eclouds.png -share/gnome/pixmaps/mailcheck/email-e.png -share/gnome/pixmaps/mailcheck/email-eclouds.png -share/gnome/pixmaps/mailcheck/email-tiny.png -share/gnome/pixmaps/mailcheck/email.png -share/gnome/pixmaps/mailcheck/tux-anim.png -share/gnome/pixmaps/mini-commander/browser-mini.xpm -share/gnome/pixmaps/mini-commander/history-mini.xpm -share/gnome/pixmaps/mixer/gnome-mixer-applet.png -share/gnome/pixmaps/mixer/volume-max.png -share/gnome/pixmaps/mixer/volume-medium.png -share/gnome/pixmaps/mixer/volume-min.png -share/gnome/pixmaps/mixer/volume-mute.png -share/gnome/pixmaps/mixer/volume-zero.png -share/gnome/pixmaps/stickynotes/close.png -share/gnome/pixmaps/stickynotes/locked.png -share/gnome/pixmaps/stickynotes/resize_se.png -share/gnome/pixmaps/stickynotes/resize_sw.png -share/gnome/pixmaps/stickynotes/stickynotes.png -share/gnome/pixmaps/stickynotes/stickynotes_prelight.png -share/gnome/pixmaps/stickynotes/unlocked.png -share/gnome/pixmaps/wireless-applet/broken-0.png -share/gnome/pixmaps/wireless-applet/no-link-0.png -share/gnome/pixmaps/wireless-applet/signal-1-40.png -share/gnome/pixmaps/wireless-applet/signal-41-60.png -share/gnome/pixmaps/wireless-applet/signal-61-80.png -share/gnome/pixmaps/wireless-applet/signal-81-100.png -share/gnome/pixmaps/wireless-applet/wireless-applet.png -share/gnome/stickynotes/stickynotes.glade -share/gnome/wireless-applet/wireless-applet.glade -share/gnome/xmodmap/xmodmap.am -share/gnome/xmodmap/xmodmap.ar -share/gnome/xmodmap/xmodmap.be -share/gnome/xmodmap/xmodmap.bg -share/gnome/xmodmap/xmodmap.br -share/gnome/xmodmap/xmodmap.ch -share/gnome/xmodmap/xmodmap.ch_de -share/gnome/xmodmap/xmodmap.ch_fr -share/gnome/xmodmap/xmodmap.cz -share/gnome/xmodmap/xmodmap.de -share/gnome/xmodmap/xmodmap.de-apple -share/gnome/xmodmap/xmodmap.dk -share/gnome/xmodmap/xmodmap.dvorak -share/gnome/xmodmap/xmodmap.ee -share/gnome/xmodmap/xmodmap.es -share/gnome/xmodmap/xmodmap.es_x86 -share/gnome/xmodmap/xmodmap.fi -share/gnome/xmodmap/xmodmap.fr -share/gnome/xmodmap/xmodmap.fr-2 -share/gnome/xmodmap/xmodmap.fr_x86 -share/gnome/xmodmap/xmodmap.gb -share/gnome/xmodmap/xmodmap.gb-102 -share/gnome/xmodmap/xmodmap.gb-105 -share/gnome/xmodmap/xmodmap.ge_la -share/gnome/xmodmap/xmodmap.ge_ru -share/gnome/xmodmap/xmodmap.gr -share/gnome/xmodmap/xmodmap.hu -share/gnome/xmodmap/xmodmap.hu-101-lat1 -share/gnome/xmodmap/xmodmap.hu-101-lat2 -share/gnome/xmodmap/xmodmap.hu-ibm -share/gnome/xmodmap/xmodmap.hu-lat1 -share/gnome/xmodmap/xmodmap.hu-sun-lat2 -share/gnome/xmodmap/xmodmap.hu.old -share/gnome/xmodmap/xmodmap.hu_latin1 -share/gnome/xmodmap/xmodmap.hu_x86 -share/gnome/xmodmap/xmodmap.il -share/gnome/xmodmap/xmodmap.il_phonetic -share/gnome/xmodmap/xmodmap.is -share/gnome/xmodmap/xmodmap.it -share/gnome/xmodmap/xmodmap.jp -share/gnome/xmodmap/xmodmap.kr -share/gnome/xmodmap/xmodmap.la -share/gnome/xmodmap/xmodmap.lt -share/gnome/xmodmap/xmodmap.lt_b -share/gnome/xmodmap/xmodmap.lt_p -share/gnome/xmodmap/xmodmap.mk -share/gnome/xmodmap/xmodmap.mn -share/gnome/xmodmap/xmodmap.mn-phonet -share/gnome/xmodmap/xmodmap.mn-rev -share/gnome/xmodmap/xmodmap.mn-uni -share/gnome/xmodmap/xmodmap.nl -share/gnome/xmodmap/xmodmap.no -share/gnome/xmodmap/xmodmap.pl -share/gnome/xmodmap/xmodmap.pl2 -share/gnome/xmodmap/xmodmap.pt -share/gnome/xmodmap/xmodmap.pt-dead -share/gnome/xmodmap/xmodmap.qc -share/gnome/xmodmap/xmodmap.qc-2 -share/gnome/xmodmap/xmodmap.ro -share/gnome/xmodmap/xmodmap.ru -share/gnome/xmodmap/xmodmap.ru-rev -share/gnome/xmodmap/xmodmap.ru_yawerty -share/gnome/xmodmap/xmodmap.se -share/gnome/xmodmap/xmodmap.sf -share/gnome/xmodmap/xmodmap.sg -share/gnome/xmodmap/xmodmap.si -share/gnome/xmodmap/xmodmap.sk -share/gnome/xmodmap/xmodmap.th -share/gnome/xmodmap/xmodmap.tr_f -share/gnome/xmodmap/xmodmap.tr_q -share/gnome/xmodmap/xmodmap.uk -share/gnome/xmodmap/xmodmap.uk_x86 -share/gnome/xmodmap/xmodmap.us -share/gnome/xmodmap/xmodmap.us-101 -share/gnome/xmodmap/xmodmap.us-84 -share/gnome/xmodmap/xmodmap.us-dec -share/gnome/xmodmap/xmodmap.us-ibm -share/gnome/xmodmap/xmodmap.us-int -share/gnome/xmodmap/xmodmap.us-mac -share/gnome/xmodmap/xmodmap.us-sgi-101 -share/gnome/xmodmap/xmodmap.us-sun -share/gnome/xmodmap/xmodmap.us.old -share/gnome/xmodmap/xmodmap.us101A_x86 -share/gnome/xmodmap/xmodmap.us_intl -share/gnome/xmodmap/xmodmap.yu -share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/da/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/de/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/el/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/et/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/he/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/is/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/it/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/no/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/th/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-applets-2.0.mo -@dirrm share/gnome/wireless-applet -@dirrm share/gnome/stickynotes -@dirrm share/gnome/pixmaps/wireless-applet -@dirrm share/gnome/pixmaps/stickynotes -@dirrm share/gnome/pixmaps/mixer -@dirrm share/gnome/pixmaps/accessx-status-applet -@dirrm share/gnome/help/wireless/C -@dirrm share/gnome/help/wireless -@dirrm share/gnome/help/stickynotes_applet/C -@dirrm share/gnome/help/stickynotes_applet -@dirrm share/gnome/help/multiload/C/figures -@dirrm share/gnome/help/multiload/C -@dirrm share/gnome/help/multiload -@dirrm share/gnome/help/modemlights/C/figures -@dirrm share/gnome/help/modemlights/C -@dirrm share/gnome/help/modemlights -@dirrm share/gnome/help/mixer_applet2/zh_TW/figures -@dirrm share/gnome/help/mixer_applet2/zh_TW -@dirrm share/gnome/help/mixer_applet2/zh_CN/figures -@dirrm share/gnome/help/mixer_applet2/zh_CN -@dirrm share/gnome/help/mixer_applet2/sv/figures -@dirrm share/gnome/help/mixer_applet2/sv -@dirrm share/gnome/help/mixer_applet2/ko/figures -@dirrm share/gnome/help/mixer_applet2/ko -@dirrm share/gnome/help/mixer_applet2/ja/figures -@dirrm share/gnome/help/mixer_applet2/ja -@dirrm share/gnome/help/mixer_applet2/fr/figures -@dirrm share/gnome/help/mixer_applet2/fr -@dirrm share/gnome/help/mixer_applet2/es/figures -@dirrm share/gnome/help/mixer_applet2/es -@dirrm share/gnome/help/mixer_applet2/de/figures -@dirrm share/gnome/help/mixer_applet2/de -@dirrm share/gnome/help/mixer_applet2/C/figures -@dirrm share/gnome/help/mixer_applet2/C -@dirrm share/gnome/help/mixer_applet2 -@dirrm share/gnome/help/mailcheck/zh_TW/figures -@dirrm share/gnome/help/mailcheck/zh_TW -@dirrm share/gnome/help/mailcheck/zh_CN/figures -@dirrm share/gnome/help/mailcheck/zh_CN -@dirrm share/gnome/help/mailcheck/sv/figures -@dirrm share/gnome/help/mailcheck/sv -@dirrm share/gnome/help/mailcheck/ko/figures -@dirrm share/gnome/help/mailcheck/ko -@dirrm share/gnome/help/mailcheck/ja/figures -@dirrm share/gnome/help/mailcheck/ja -@dirrm share/gnome/help/mailcheck/it/figures -@dirrm share/gnome/help/mailcheck/it -@dirrm share/gnome/help/mailcheck/fr/figures -@dirrm share/gnome/help/mailcheck/fr -@dirrm share/gnome/help/mailcheck/es/figures -@dirrm share/gnome/help/mailcheck/es -@dirrm share/gnome/help/mailcheck/de/figures -@dirrm share/gnome/help/mailcheck/de -@dirrm share/gnome/help/mailcheck/C/figures -@dirrm share/gnome/help/mailcheck/C -@dirrm share/gnome/help/mailcheck -@dirrm share/gnome/help/gweather/zh_TW/figures -@dirrm share/gnome/help/gweather/zh_TW -@dirrm share/gnome/help/gweather/zh_CN/figures -@dirrm share/gnome/help/gweather/zh_CN -@dirrm share/gnome/help/gweather/sv/figures -@dirrm share/gnome/help/gweather/sv -@dirrm share/gnome/help/gweather/ko/figures -@dirrm share/gnome/help/gweather/ko -@dirrm share/gnome/help/gweather/ja/figures -@dirrm share/gnome/help/gweather/ja -@dirrm share/gnome/help/gweather/it/figures -@dirrm share/gnome/help/gweather/it -@dirrm share/gnome/help/gweather/fr/figures -@dirrm share/gnome/help/gweather/fr -@dirrm share/gnome/help/gweather/es/figures -@dirrm share/gnome/help/gweather/es -@dirrm share/gnome/help/gweather/de/figures -@dirrm share/gnome/help/gweather/de -@dirrm share/gnome/help/gweather/C/figures -@dirrm share/gnome/help/gweather/C -@dirrm share/gnome/help/gweather -@dirrm share/gnome/help/gtik2_applet2/zh_TW/figures -@dirrm share/gnome/help/gtik2_applet2/zh_TW -@dirrm share/gnome/help/gtik2_applet2/zh_CN/figures -@dirrm share/gnome/help/gtik2_applet2/zh_CN -@dirrm share/gnome/help/gtik2_applet2/sv/figures -@dirrm share/gnome/help/gtik2_applet2/sv -@dirrm share/gnome/help/gtik2_applet2/ko/figures -@dirrm share/gnome/help/gtik2_applet2/ko -@dirrm share/gnome/help/gtik2_applet2/ja/figures -@dirrm share/gnome/help/gtik2_applet2/ja -@dirrm share/gnome/help/gtik2_applet2/it/figures -@dirrm share/gnome/help/gtik2_applet2/it -@dirrm share/gnome/help/gtik2_applet2/fr/figures -@dirrm share/gnome/help/gtik2_applet2/fr -@dirrm share/gnome/help/gtik2_applet2/es/figures -@dirrm share/gnome/help/gtik2_applet2/es -@dirrm share/gnome/help/gtik2_applet2/de/figures -@dirrm share/gnome/help/gtik2_applet2/de -@dirrm share/gnome/help/gtik2_applet2/C/figures -@dirrm share/gnome/help/gtik2_applet2/C -@dirrm share/gnome/help/gtik2_applet2 -@dirrm share/gnome/help/gkb/zh_TW/figures -@dirrm share/gnome/help/gkb/zh_TW -@dirrm share/gnome/help/gkb/zh_CN/figures -@dirrm share/gnome/help/gkb/zh_CN -@dirrm share/gnome/help/gkb/sv/figures -@dirrm share/gnome/help/gkb/sv -@dirrm share/gnome/help/gkb/ko/figures -@dirrm share/gnome/help/gkb/ko -@dirrm share/gnome/help/gkb/ja/figures -@dirrm share/gnome/help/gkb/ja -@dirrm share/gnome/help/gkb/it/figures -@dirrm share/gnome/help/gkb/it -@dirrm share/gnome/help/gkb/fr/figures -@dirrm share/gnome/help/gkb/fr -@dirrm share/gnome/help/gkb/es/figures -@dirrm share/gnome/help/gkb/es -@dirrm share/gnome/help/gkb/de/figures -@dirrm share/gnome/help/gkb/de -@dirrm share/gnome/help/gkb/C/figures -@dirrm share/gnome/help/gkb/C -@dirrm share/gnome/help/gkb -@dirrm share/gnome/help/geyes/zh_TW/figures -@dirrm share/gnome/help/geyes/zh_TW -@dirrm share/gnome/help/geyes/zh_CN/figures -@dirrm share/gnome/help/geyes/zh_CN -@dirrm share/gnome/help/geyes/sv/figures -@dirrm share/gnome/help/geyes/sv -@dirrm share/gnome/help/geyes/ko/figures -@dirrm share/gnome/help/geyes/ko -@dirrm share/gnome/help/geyes/ja/figures -@dirrm share/gnome/help/geyes/ja -@dirrm share/gnome/help/geyes/it/figures -@dirrm share/gnome/help/geyes/it -@dirrm share/gnome/help/geyes/fr/figures -@dirrm share/gnome/help/geyes/fr -@dirrm share/gnome/help/geyes/es/figures -@dirrm share/gnome/help/geyes/es -@dirrm share/gnome/help/geyes/de/figures -@dirrm share/gnome/help/geyes/de -@dirrm share/gnome/help/geyes/C/figures -@dirrm share/gnome/help/geyes/C -@dirrm share/gnome/help/geyes -@dirrm share/gnome/help/drivemount/C/figures -@dirrm share/gnome/help/drivemount/C -@dirrm share/gnome/help/drivemount -@dirrm share/gnome/help/command-line/zh_TW/figures -@dirrm share/gnome/help/command-line/zh_TW -@dirrm share/gnome/help/command-line/zh_CN/figures -@dirrm share/gnome/help/command-line/zh_CN -@dirrm share/gnome/help/command-line/sv/figures -@dirrm share/gnome/help/command-line/sv -@dirrm share/gnome/help/command-line/ko/figures -@dirrm share/gnome/help/command-line/ko -@dirrm share/gnome/help/command-line/ja/figures -@dirrm share/gnome/help/command-line/ja -@dirrm share/gnome/help/command-line/it/figures -@dirrm share/gnome/help/command-line/it -@dirrm share/gnome/help/command-line/fr/figures -@dirrm share/gnome/help/command-line/fr -@dirrm share/gnome/help/command-line/es/figures -@dirrm share/gnome/help/command-line/es -@dirrm share/gnome/help/command-line/de/figures -@dirrm share/gnome/help/command-line/de -@dirrm share/gnome/help/command-line/C/figures -@dirrm share/gnome/help/command-line/C -@dirrm share/gnome/help/command-line -@dirrm share/gnome/help/char-palette/zh_TW/figures -@dirrm share/gnome/help/char-palette/zh_TW -@dirrm share/gnome/help/char-palette/zh_CN/figures -@dirrm share/gnome/help/char-palette/zh_CN -@dirrm share/gnome/help/char-palette/sv/figures -@dirrm share/gnome/help/char-palette/sv -@dirrm share/gnome/help/char-palette/ko/figures -@dirrm share/gnome/help/char-palette/ko -@dirrm share/gnome/help/char-palette/ja/figures -@dirrm share/gnome/help/char-palette/ja -@dirrm share/gnome/help/char-palette/it/figures -@dirrm share/gnome/help/char-palette/it -@dirrm share/gnome/help/char-palette/fr/figures -@dirrm share/gnome/help/char-palette/fr -@dirrm share/gnome/help/char-palette/es/figures -@dirrm share/gnome/help/char-palette/es -@dirrm share/gnome/help/char-palette/de/figures -@dirrm share/gnome/help/char-palette/de -@dirrm share/gnome/help/char-palette/C/figures -@dirrm share/gnome/help/char-palette/C -@dirrm share/gnome/help/char-palette -@dirrm share/gnome/help/cdplayer/zh_TW/figures -@dirrm share/gnome/help/cdplayer/zh_TW -@dirrm share/gnome/help/cdplayer/zh_CN/figures -@dirrm share/gnome/help/cdplayer/zh_CN -@dirrm share/gnome/help/cdplayer/sv/figures -@dirrm share/gnome/help/cdplayer/sv -@dirrm share/gnome/help/cdplayer/ko/figures -@dirrm share/gnome/help/cdplayer/ko -@dirrm share/gnome/help/cdplayer/ja/figures -@dirrm share/gnome/help/cdplayer/ja -@dirrm share/gnome/help/cdplayer/it/figures -@dirrm share/gnome/help/cdplayer/it -@dirrm share/gnome/help/cdplayer/fr/figures -@dirrm share/gnome/help/cdplayer/fr -@dirrm share/gnome/help/cdplayer/es/figures -@dirrm share/gnome/help/cdplayer/es -@dirrm share/gnome/help/cdplayer/de/figures -@dirrm share/gnome/help/cdplayer/de -@dirrm share/gnome/help/cdplayer/C/figures -@dirrm share/gnome/help/cdplayer/C -@dirrm share/gnome/help/cdplayer -@dirrm share/gnome/geyes/Horrid -@dirrm share/gnome/geyes/Default -@dirrm share/gnome/geyes/Default-tiny -@dirrm share/gnome/geyes/Bloodshot -@dirrm share/gnome/geyes/Bizarre -%%BATTERY%%@dirrm share/gnome/help/battstat/ja/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/ja -%%BATTERY%%@dirrm share/gnome/help/battstat/C/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/C -%%BATTERY%%@dirrm share/gnome/help/battstat -@dirrm share/gnome/help/accessx-status/C/figures -@dirrm share/gnome/help/accessx-status/C -@dirrm share/gnome/help/accessx-status -@dirrm share/gnome/gswitchit -@dirrm share/gnome/gen_util -%%BATTERY%%@dirrm share/gnome/battstat_applet -@dirrm libexec/gnome-applets -@dirrm include/libgswitchit -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet/settings -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet/defaults -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/stickynotes_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/multiload/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/multiload -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/modemlights/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/modemlights -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mixer_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mixer_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mini-commander/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mini-commander -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gweather/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gweather -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/Applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtik/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtik -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gkb-applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gkb-applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/geyes/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/geyes -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/drivemount-applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/drivemount-applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/charpick/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/charpick -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/cdplayer-applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/cdplayer-applet -%%BATTERY%%@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/battstat-applet/prefs -%%BATTERY%%@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/battstat-applet -@dirrm etc/gconf/gconf.xml.defaults/apps/stickynotes_applet/settings -@dirrm etc/gconf/gconf.xml.defaults/apps/stickynotes_applet/defaults -@dirrm etc/gconf/gconf.xml.defaults/apps/stickynotes_applet -@dirrm etc/gconf/gconf.xml.defaults/apps/gswitchit/Applet -@dirrm etc/gconf/gconf.xml.defaults/apps/gswitchit -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/accessx-status-C.omf 2>/dev/null || /usr/bin/true -%%BATTERY%%@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/battstat-C.omf 2>/dev/null || /usr/bin/true -%%BATTERY%%@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/battstat-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/cdplayer-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/char-palette-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/command-line-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/drivemount-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/geyes-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gkb-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gtik2_applet2-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/gweather-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mailcheck-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/mixer_applet2-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/modemlights-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/multiload-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/stickynotes_applet-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-applets/wireless-C.omf 2>/dev/null || /usr/bin/true diff --git a/x11/gnomedesktop/Makefile b/x11/gnomedesktop/Makefile deleted file mode 100644 index 9ac0a0537..000000000 --- a/x11/gnomedesktop/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnomedesktop -# Date created: 13 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnomedesktop/Makefile,v 1.31 2003/10/18 22:59:51 marcus Exp $ -# - -PORTNAME= gnomedesktop -PORTVERSION= 2.5.91 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-desktop/2.5 -DISTNAME= gnome-desktop-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Additional UI API for GNOME 2 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier libgnomeui -GNOME_DESKTOP_VERSION=2 -USE_GMAKE= yes -USE_BISON= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 -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 - -.include <bsd.port.mk> diff --git a/x11/gnomedesktop/distinfo b/x11/gnomedesktop/distinfo deleted file mode 100644 index fd6cb698d..000000000 --- a/x11/gnomedesktop/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-desktop-2.5.91.tar.bz2) = 60f5e86aade1f0c5459caf6123f7b771 -SIZE (gnome2/gnome-desktop-2.5.91.tar.bz2) = 1079912 diff --git a/x11/gnomedesktop/pkg-descr b/x11/gnomedesktop/pkg-descr deleted file mode 100644 index 500857a54..000000000 --- a/x11/gnomedesktop/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a collection of APIs not included in libgnomeui as they have -not undergone sufficient testing. - -WWW: http://www.gnome.org/ diff --git a/x11/gnomedesktop/pkg-plist b/x11/gnomedesktop/pkg-plist deleted file mode 100644 index 7188ca576..000000000 --- a/x11/gnomedesktop/pkg-plist +++ /dev/null @@ -1,212 +0,0 @@ -bin/gnome-about -include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h -include/gnome-desktop-2.0/libgnomeui/gnome-ditem-edit.h -include/gnome-desktop-2.0/libgnomeui/gnome-hint.h -lib/libgnome-desktop-2.a -lib/libgnome-desktop-2.so -lib/libgnome-desktop-2.so.3 -libdata/pkgconfig/gnome-desktop-2.0.pc -share/gnome/gnome-about/gnome-64.gif -share/gnome/gnome-about/gnome-version.xml -share/gnome/gnome-about/headers/header-bg-ancient01a.png -share/gnome/gnome-about/headers/header-bg-city01.png -share/gnome/gnome-about/headers/header-bg-clouds01.png -share/gnome/gnome-about/headers/header-bg-clouds02.png -share/gnome/gnome-about/headers/header-bg-hills01.png -share/gnome/gnome-about/headers/header-bg-landscape01.png -share/gnome/gnome-about/headers/header-bg-mountains01.png -share/gnome/gnome-about/headers/header-bg-snow01.png -share/gnome/gnome-about/headers/header-bg-sunset01.png -share/gnome/help/fdl/C/fdl.xml -share/gnome/help/gnome-feedback/C/gnome-feedback.xml -share/gnome/help/gpl/C/gpl.xml -share/gnome/help/lgpl/C/lgpl.xml -share/gnome/omf/gnome-desktop/fdl-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-desktop/fdl-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-desktop/gnome-feedback-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-desktop/gnome-feedback-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-desktop/gpl-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-desktop/gpl-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-desktop/lgpl-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-desktop/lgpl-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/advanced-directory.png -share/gnome/pixmaps/apple-green.png -share/gnome/pixmaps/apple-red.png -share/gnome/pixmaps/gnome-aorta.png -share/gnome/pixmaps/gnome-applets.png -share/gnome/pixmaps/gnome-applications.png -share/gnome/pixmaps/gnome-background-image.png -share/gnome/pixmaps/gnome-background-pattern.png -share/gnome/pixmaps/gnome-background.png -share/gnome/pixmaps/gnome-calc2.png -share/gnome/pixmaps/gnome-calc3.png -share/gnome/pixmaps/gnome-calendar.png -share/gnome/pixmaps/gnome-ccbackground.png -share/gnome/pixmaps/gnome-ccdesktop.png -share/gnome/pixmaps/gnome-ccdialog.png -share/gnome/pixmaps/gnome-ccmime.png -share/gnome/pixmaps/gnome-ccperiph.png -share/gnome/pixmaps/gnome-ccscreensaver.png -share/gnome/pixmaps/gnome-ccwindowmanager.png -share/gnome/pixmaps/gnome-color-browser.png -share/gnome/pixmaps/gnome-color-xterm.png -share/gnome/pixmaps/gnome-computer.png -share/gnome/pixmaps/gnome-cromagnon.png -share/gnome/pixmaps/gnome-day.png -share/gnome/pixmaps/gnome-debian.png -share/gnome/pixmaps/gnome-diskfree.png -share/gnome/pixmaps/gnome-emacs.png -share/gnome/pixmaps/gnome-eterm.png -share/gnome/pixmaps/gnome-favorites.png -share/gnome/pixmaps/gnome-file-c.png -share/gnome/pixmaps/gnome-file-h.png -share/gnome/pixmaps/gnome-folder.png -share/gnome/pixmaps/gnome-gemvt.png -share/gnome/pixmaps/gnome-gimp.png -share/gnome/pixmaps/gnome-gmenu.png -share/gnome/pixmaps/gnome-gmush.png -share/gnome/pixmaps/gnome-gnomoku.png -share/gnome/pixmaps/gnome-home.png -share/gnome/pixmaps/gnome-html.png -share/gnome/pixmaps/gnome-image-gif.png -share/gnome/pixmaps/gnome-image-jpeg.png -share/gnome/pixmaps/gnome-irc.png -share/gnome/pixmaps/gnome-laptop.png -share/gnome/pixmaps/gnome-log.png -share/gnome/pixmaps/gnome-logo-icon-transparent.png -share/gnome/pixmaps/gnome-logo-icon.png -share/gnome/pixmaps/gnome-logo-large.png -share/gnome/pixmaps/gnome-mailcheck.png -share/gnome/pixmaps/gnome-mdi.png -share/gnome/pixmaps/gnome-mnemonic.png -share/gnome/pixmaps/gnome-modem.png -share/gnome/pixmaps/gnome-money.png -share/gnome/pixmaps/gnome-monitor.png -share/gnome/pixmaps/gnome-month.png -share/gnome/pixmaps/gnome-mouse.png -share/gnome/pixmaps/gnome-networktool.png -share/gnome/pixmaps/gnome-news.png -share/gnome/pixmaps/gnome-note.png -share/gnome/pixmaps/gnome-qeye.png -share/gnome/pixmaps/gnome-session.png -share/gnome/pixmaps/gnome-set-time.png -share/gnome/pixmaps/gnome-spider.png -share/gnome/pixmaps/gnome-squeak.png -share/gnome/pixmaps/gnome-suse.png -share/gnome/pixmaps/gnome-talk.png -share/gnome/pixmaps/gnome-term-linux.png -share/gnome/pixmaps/gnome-term-linux2.png -share/gnome/pixmaps/gnome-term-night.png -share/gnome/pixmaps/gnome-term-tiger.png -share/gnome/pixmaps/gnome-term.png -share/gnome/pixmaps/gnome-tigert.png -share/gnome/pixmaps/gnome-touristinfo.png -share/gnome/pixmaps/gnome-user-interface.png -share/gnome/pixmaps/gnome-util.png -share/gnome/pixmaps/gnome-week.png -share/gnome/pixmaps/gnome-windows.png -share/gnome/pixmaps/gnome-word.png -share/gnome/pixmaps/gnome-workspace.png -share/gnome/pixmaps/gnome-xterm.png -share/gnome/pixmaps/gtkvim.png -share/gnome/pixmaps/kterm.xpm -share/gnome/pixmaps/launcher-program.png -share/gnome/pixmaps/monitor.png -share/gnome/pixmaps/vnterm.xpm -share/gnome/vfolders/Accessories.directory -share/gnome/vfolders/Applications.directory -share/gnome/vfolders/Development.directory -share/gnome/vfolders/Games.directory -share/gnome/vfolders/Graphics.directory -share/gnome/vfolders/Internet.directory -share/gnome/vfolders/Multimedia.directory -share/gnome/vfolders/Office.directory -share/gnome/vfolders/Other.directory -share/gnome/vfolders/Root.directory -share/gnome/vfolders/Settings.directory -share/gnome/vfolders/System.directory -share/locale/am/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ar/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/bg/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/bn/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/el/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/ga/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/gl/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/id/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/kn/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/ko/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/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/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/no/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/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/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@Latn/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/th/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/uk/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/yi/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-desktop-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-desktop-2.0.mo -@dirrm share/gnome/omf/gnome-desktop -@dirrm share/gnome/help/lgpl/C -@dirrm share/gnome/help/lgpl -@dirrm share/gnome/help/gpl/C -@dirrm share/gnome/help/gpl -@dirrm share/gnome/help/gnome-feedback/C -@dirrm share/gnome/help/gnome-feedback -@dirrm share/gnome/help/fdl/C -@dirrm share/gnome/help/fdl -@dirrm share/gnome/gnome-about/headers -@dirrm share/gnome/gnome-about -@dirrm include/gnome-desktop-2.0/libgnomeui -@dirrm include/gnome-desktop-2.0/libgnome -@dirrm include/gnome-desktop-2.0 -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-desktop/fdl-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-desktop/gnome-feedback-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-desktop/gpl-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-desktop/lgpl-C.omf 2>/dev/null || /usr/bin/true diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile deleted file mode 100644 index 5ed748d59..000000000 --- a/x11/gnomepanel/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: gnomepanel -# Date created: 27 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnomepanel/Makefile,v 1.36 2003/10/14 18:58:14 marcus Exp $ -# - -PORTNAME= gnomepanel -PORTVERSION= 2.5.92 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-panel/2.5 -DISTNAME= gnome-panel-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Panel component for the GNOME 2 Desktop - -USE_BZIP2= yes -INSTALLS_SHLIB= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack gnomedesktop \ - libwnck -WANT_GNOME= yes -GNOME_DESKTOP_VERSION=2 -USE_GMAKE= yes -USE_LIBTOOL_VER=13 -CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ - --with-kde-docdir=${LOCALBASE}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-panel.1 gnome-panel-preferences.1 - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_GNOME -.undef WITHOUT_ALL -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+= evolutiondataserver -.endif - -post-patch: -.for po in da.po it.po zh_TW.po - @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} -.endfor - -.include <bsd.port.post.mk> diff --git a/x11/gnomepanel/distinfo b/x11/gnomepanel/distinfo deleted file mode 100644 index 3cb65764b..000000000 --- a/x11/gnomepanel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-panel-2.5.92.tar.bz2) = 45ea61a1cc2010c1c1322c6f9bb9eb09 -SIZE (gnome2/gnome-panel-2.5.92.tar.bz2) = 2822787 diff --git a/x11/gnomepanel/files/patch-applets_clock_clock.c b/x11/gnomepanel/files/patch-applets_clock_clock.c deleted file mode 100644 index ccf5378b1..000000000 --- a/x11/gnomepanel/files/patch-applets_clock_clock.c +++ /dev/null @@ -1,24 +0,0 @@ ---- applets/clock/clock.c.orig Tue Jan 13 11:55:58 2004 -+++ applets/clock/clock.c Wed Jan 14 15:43:39 2004 -@@ -47,7 +47,9 @@ - #include <dirent.h> - #include <string.h> - #include <time.h> -+#ifdef HAVE_LANGINFO_H - #include <langinfo.h> -+#endif - - #include <panel-applet.h> - #include <panel-applet-gconf.h> -@@ -539,7 +541,11 @@ - { - const char *am; - -+#ifdef HAVE_LANGINFO_H - am = nl_langinfo (AM_STR); -+#else -+ am = "AM"; -+#endif - return (am[0] == '\0') ? CLOCK_FORMAT_24 : CLOCK_FORMAT_12; - } - diff --git a/x11/gnomepanel/files/patch-config.h.in b/x11/gnomepanel/files/patch-config.h.in deleted file mode 100644 index 8a59166a5..000000000 --- a/x11/gnomepanel/files/patch-config.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 <stdlib.h> header file. */ - #undef HAVE_STDLIB_H - -+#undef HAVE_LANGINFO_H -+ - /* Define to 1 if you have the <strings.h> header file. */ - #undef HAVE_STRINGS_H - diff --git a/x11/gnomepanel/files/patch-configure b/x11/gnomepanel/files/patch-configure deleted file mode 100644 index 732f3a860..000000000 --- a/x11/gnomepanel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in b/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in deleted file mode 100644 index e0eaa97a6..000000000 --- a/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD: ports/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in,v 1.3 2003/09/18 06:49:26 marcus Exp $ - ---- gnome-panel/GNOME_Panel.server.in 2002/05/09 21:00:58 1.1 -+++ gnome-panel/GNOME_Panel.server.in 2002/05/09 21:01:11 -@@ -1,6 +1,6 @@ - <oaf_info> - --<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="panel-2"> -+<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="gnome-panel"> - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Vertigo/PanelShell:1.0"/> - <item value="IDL:Bonobo/Unknown:1.0"/> diff --git a/x11/gnomepanel/pkg-descr b/x11/gnomepanel/pkg-descr deleted file mode 100644 index 5e7339891..000000000 --- a/x11/gnomepanel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Panel component for the GNOME 2 Desktop. - -WWW: http://www.gnome.org/ diff --git a/x11/gnomepanel/pkg-plist b/x11/gnomepanel/pkg-plist deleted file mode 100644 index 520638683..000000000 --- a/x11/gnomepanel/pkg-plist +++ /dev/null @@ -1,615 +0,0 @@ -bin/gnome-desktop-item-edit -bin/gnome-panel -bin/gnome-panel-preferences -bin/gnome-panel-screenshot -bin/panel-test-applets -etc/gconf/gconf.xml.defaults/apps/gnome_panel_screenshot/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/clock/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/mixer/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/show_desktop_button/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_list/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_menu/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/workspace_switcher/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/general/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/menu_bar/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/nautilus_launcher/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/terminal_launcher/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/panel/global/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome_panel_screenshot/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000001/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000002/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000003/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000004/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/show_desktop_button/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/general/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000001/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000002/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000001/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000002/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/general/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/global/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/objects/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/background/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/prefs/%gconf.xml -etc/gconf/schemas/clock.schemas -etc/gconf/schemas/fish.schemas -etc/gconf/schemas/gnome-panel-screenshot.schemas -etc/gconf/schemas/panel-compatibility.schemas -etc/gconf/schemas/panel-default-setup.entries -etc/gconf/schemas/panel-general.schemas -etc/gconf/schemas/panel-global.schemas -etc/gconf/schemas/panel-object.schemas -etc/gconf/schemas/panel-toplevel.schemas -etc/gconf/schemas/window-list.schemas -etc/gconf/schemas/workspace-switcher.schemas -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.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_Panel.server -libdata/bonobo/servers/GNOME_Wncklet_Factory.server -libdata/pkgconfig/libpanelapplet-2.0.pc -libexec/clock-applet -libexec/fish-applet-2 -libexec/notification-area-applet -libexec/wnck-applet -share/doc/panel-applet/PanelApplet.html -share/doc/panel-applet/applet-popups.html -share/doc/panel-applet/applet-porting.html -share/doc/panel-applet/applet-writing.html -share/doc/panel-applet/home.png -share/doc/panel-applet/index.html -share/doc/panel-applet/index.sgml -share/doc/panel-applet/left.png -share/doc/panel-applet/multi-applets.html -share/doc/panel-applet/panel-applet-Panel-Applet-GConf-Utilities.html -share/doc/panel-applet/panel-applet.devhelp -share/doc/panel-applet/panel-applet.html -share/doc/panel-applet/panel-signals.html -share/doc/panel-applet/right.png -share/doc/panel-applet/server-files.html -share/doc/panel-applet/session-saving.html -share/doc/panel-applet/up.png -share/gnome/control-center-2.0/capplets/gnome-panel-preferences.desktop -share/gnome/gnome-2.0/ui/GNOME_ClockApplet.xml -share/gnome/gnome-2.0/ui/GNOME_FishApplet.xml -share/gnome/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml -share/gnome/gnome-2.0/ui/GNOME_Panel_Popup.xml -share/gnome/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WindowListApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WindowMenuApplet.xml -share/gnome/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml -share/gnome/gnome-panel/glade/fish.glade -share/gnome/gnome-panel/glade/panel-test-applets.glade -share/gnome/gnome-panel/glade/window-list.glade -share/gnome/gnome-panel/glade/workspace-switcher.glade -share/gnome/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/de/clock.xml -share/gnome/help/clock/de/figures/clock_applet.png -share/gnome/help/clock/de/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/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/sv/clock.xml -share/gnome/help/clock/sv/figures/clock_applet.png -share/gnome/help/clock/sv/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/C/figures/fish_applet.png -share/gnome/help/fish-applet-2/C/fish-applet-2.xml -share/gnome/help/fish-applet-2/C/legal.xml -share/gnome/help/fish-applet-2/de/figures/fish_applet.png -share/gnome/help/fish-applet-2/de/figures/fish_settings.png -share/gnome/help/fish-applet-2/de/fish-applet-2.xml -share/gnome/help/fish-applet-2/de/legal.xml -share/gnome/help/fish-applet-2/es/figures/fish_applet.png -share/gnome/help/fish-applet-2/es/figures/fish_settings.png -share/gnome/help/fish-applet-2/es/fish-applet-2.xml -share/gnome/help/fish-applet-2/es/legal.xml -share/gnome/help/fish-applet-2/fr/figures/fish_applet.png -share/gnome/help/fish-applet-2/fr/figures/fish_settings.png -share/gnome/help/fish-applet-2/fr/fish-applet-2.xml -share/gnome/help/fish-applet-2/fr/legal.xml -share/gnome/help/fish-applet-2/it/figures/fish_applet.png -share/gnome/help/fish-applet-2/it/figures/fish_settings.png -share/gnome/help/fish-applet-2/it/fish-applet-2.xml -share/gnome/help/fish-applet-2/it/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/ko/figures/fish_applet.png -share/gnome/help/fish-applet-2/ko/figures/fish_settings.png -share/gnome/help/fish-applet-2/ko/fish-applet-2.xml -share/gnome/help/fish-applet-2/ko/legal.xml -share/gnome/help/fish-applet-2/sv/figures/fish_applet.png -share/gnome/help/fish-applet-2/sv/figures/fish_settings.png -share/gnome/help/fish-applet-2/sv/fish-applet-2.xml -share/gnome/help/fish-applet-2/sv/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/window-list/C/figures/window_list_applet.png -share/gnome/help/window-list/C/figures/window_list_group_applet.png -share/gnome/help/window-list/C/legal.xml -share/gnome/help/window-list/C/window-list.xml -share/gnome/help/window-list/de/figures/window_list_applet.png -share/gnome/help/window-list/de/figures/window_list_group.png -share/gnome/help/window-list/de/figures/window_list_group_applet.png -share/gnome/help/window-list/de/legal.xml -share/gnome/help/window-list/de/window-list.xml -share/gnome/help/window-list/es/figures/window_list_applet.png -share/gnome/help/window-list/es/figures/window_list_group.png -share/gnome/help/window-list/es/figures/window_list_group_applet.png -share/gnome/help/window-list/es/legal.xml -share/gnome/help/window-list/es/window-list.xml -share/gnome/help/window-list/fr/figures/window_list_applet.png -share/gnome/help/window-list/fr/figures/window_list_group.png -share/gnome/help/window-list/fr/figures/window_list_group_applet.png -share/gnome/help/window-list/fr/legal.xml -share/gnome/help/window-list/fr/window-list.xml -share/gnome/help/window-list/it/figures/window_list_applet.png -share/gnome/help/window-list/it/figures/window_list_group.png -share/gnome/help/window-list/it/figures/window_list_group_applet.png -share/gnome/help/window-list/it/legal.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/figures/window_list_applet.png -share/gnome/help/window-list/ko/figures/window_list_group.png -share/gnome/help/window-list/ko/figures/window_list_group_applet.png -share/gnome/help/window-list/ko/legal.xml -share/gnome/help/window-list/ko/window-list.xml -share/gnome/help/window-list/sv/figures/window_list_applet.png -share/gnome/help/window-list/sv/figures/window_list_group.png -share/gnome/help/window-list/sv/figures/window_list_group_applet.png -share/gnome/help/window-list/sv/legal.xml -share/gnome/help/window-list/sv/window-list.xml -share/gnome/help/window-list/zh_CN/figures/window_list_applet.png -share/gnome/help/window-list/zh_CN/figures/window_list_group.png -share/gnome/help/window-list/zh_CN/figures/window_list_group_applet.png -share/gnome/help/window-list/zh_CN/legal.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/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/C/legal.xml -share/gnome/help/workspace-switcher/C/workspace-switcher.xml -share/gnome/help/workspace-switcher/de/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/de/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/de/legal.xml -share/gnome/help/workspace-switcher/de/workspace-switcher.xml -share/gnome/help/workspace-switcher/es/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/es/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/es/legal.xml -share/gnome/help/workspace-switcher/es/workspace-switcher.xml -share/gnome/help/workspace-switcher/fr/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/fr/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/fr/legal.xml -share/gnome/help/workspace-switcher/fr/workspace-switcher.xml -share/gnome/help/workspace-switcher/it/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/it/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/it/legal.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/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/ko/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/ko/legal.xml -share/gnome/help/workspace-switcher/ko/workspace-switcher.xml -share/gnome/help/workspace-switcher/sv/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/sv/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/sv/legal.xml -share/gnome/help/workspace-switcher/sv/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/gnome/idl/gnome-panel-2.0/GNOME_Panel.idl -share/gnome/omf/gnome-panel/clock-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/clock-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/window-list-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/panel/gnome-panel-preferences.glade -share/gnome/panel/gnome-panel-screenshot.glade -share/gnome/panel/panel-properties-dialog.glade -share/gnome/panel/panel-run-dialog.glade -share/gnome/pixmaps/cdeappmenu.png -share/gnome/pixmaps/fish/fishanim.png -share/gnome/pixmaps/fish/footguy.png -share/gnome/pixmaps/fish/monkey.png -share/gnome/pixmaps/fish/oldwanda.png -share/gnome/pixmaps/gnome-amusements.png -share/gnome/pixmaps/gnome-clock.png -share/gnome/pixmaps/gnome-fish.png -share/gnome/pixmaps/gnome-gegl.png -share/gnome/pixmaps/gnome-gegl2-2.png -share/gnome/pixmaps/gnome-gegl2.png -share/gnome/pixmaps/gnome-main-menu.png -share/gnome/pixmaps/gnome-panel-type-corner.png -share/gnome/pixmaps/gnome-panel-type-edge.png -share/gnome/pixmaps/gnome-panel-type-floating.png -share/gnome/pixmaps/gnome-panel-type-menu.png -share/gnome/pixmaps/gnome-panel-type-sliding.png -share/gnome/pixmaps/gnome-panel.png -share/gnome/pixmaps/gnome-run.png -share/gnome/pixmaps/gnome-screenshot.png -share/gnome/pixmaps/panel-drawer.png -share/gnome/pixmaps/panel-force-quit.png -share/locale/am/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ar/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/bg/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/ca/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/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/ga/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/gl/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/id/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/ko/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/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/ms/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/no/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/pl/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/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@Latn/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/sr@ije/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/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/vi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo -@dirrm share/gnome/omf/gnome-panel -@dirrm share/gnome/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/sv/figures -@dirrm share/gnome/help/workspace-switcher/sv -@dirrm share/gnome/help/workspace-switcher/ko/figures -@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/figures -@dirrm share/gnome/help/workspace-switcher/it -@dirrm share/gnome/help/workspace-switcher/fr/figures -@dirrm share/gnome/help/workspace-switcher/fr -@dirrm share/gnome/help/workspace-switcher/es/figures -@dirrm share/gnome/help/workspace-switcher/es -@dirrm share/gnome/help/workspace-switcher/de/figures -@dirrm share/gnome/help/workspace-switcher/de -@dirrm share/gnome/help/workspace-switcher/C/figures -@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/figures -@dirrm share/gnome/help/window-list/zh_CN -@dirrm share/gnome/help/window-list/sv/figures -@dirrm share/gnome/help/window-list/sv -@dirrm share/gnome/help/window-list/ko/figures -@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/figures -@dirrm share/gnome/help/window-list/it -@dirrm share/gnome/help/window-list/fr/figures -@dirrm share/gnome/help/window-list/fr -@dirrm share/gnome/help/window-list/es/figures -@dirrm share/gnome/help/window-list/es -@dirrm share/gnome/help/window-list/de/figures -@dirrm share/gnome/help/window-list/de -@dirrm share/gnome/help/window-list/C/figures -@dirrm share/gnome/help/window-list/C -@dirrm share/gnome/help/window-list -@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/sv/figures -@dirrm share/gnome/help/fish-applet-2/sv -@dirrm share/gnome/help/fish-applet-2/ko/figures -@dirrm share/gnome/help/fish-applet-2/ko -@dirrm share/gnome/help/fish-applet-2/ja/figures -@dirrm share/gnome/help/fish-applet-2/ja -@dirrm share/gnome/help/fish-applet-2/it/figures -@dirrm share/gnome/help/fish-applet-2/it -@dirrm share/gnome/help/fish-applet-2/fr/figures -@dirrm share/gnome/help/fish-applet-2/fr -@dirrm share/gnome/help/fish-applet-2/es/figures -@dirrm share/gnome/help/fish-applet-2/es -@dirrm share/gnome/help/fish-applet-2/de/figures -@dirrm share/gnome/help/fish-applet-2/de -@dirrm share/gnome/help/fish-applet-2/C/figures -@dirrm share/gnome/help/fish-applet-2/C -@dirrm share/gnome/help/fish-applet-2 -@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/sv/figures -@dirrm share/gnome/help/clock/sv -@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/es/figures -@dirrm share/gnome/help/clock/es -@dirrm share/gnome/help/clock/de/figures -@dirrm share/gnome/help/clock/de -@dirrm share/gnome/help/clock/C/figures -@dirrm share/gnome/help/clock/C -@dirrm share/gnome/help/clock -@dirrm share/gnome/gnome-panel/glade -@dirrm share/gnome/gnome-panel -@dirrm share/doc/panel-applet -@dirrm include/panel-2.0 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/background -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/objects -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/global -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/general -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000002 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000001 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000002 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000001 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/general -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/show_desktop_button -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000004 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000003 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000002 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000001 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_panel_screenshot -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/global -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/terminal_launcher -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/nautilus_launcher -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/menu_bar -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/general -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/workspace_switcher -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_menu -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_list -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/show_desktop_button -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/mixer -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/clock -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets -@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup -@dirrm etc/gconf/gconf.xml.defaults/apps/panel -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_panel_screenshot -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-zh_TW.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf 2>/dev/null || /usr/bin/true diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile deleted file mode 100644 index f4aec3283..000000000 --- a/x11/gnomesession/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: gnomesession -# Date created: 08 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnomesession/Makefile,v 1.29 2003/10/26 18:23:08 marcus Exp $ -# - -PORTNAME= gnomesession -PORTVERSION= 2.5.91 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://people.FreeBSD.org/~marcus/:local \ - ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= sources/gnome-session/2.5 \ - marcus/:local -DISTNAME= gnome-session-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${SPLASH_IMG}:local -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Session component for the GNOME 2 desktop - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack libgnomeui -USE_GMAKE= yes -USE_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -MAN1= gnome-session.1 gnome-smproxy.1 gnome-wm.1 session-properties.1 \ - gnome-session-save.1 -MAN5= default.session.5 - -SPLASH_IMG= gnome-splash04-10.png - -post-extract: - @${CP} ${DISTDIR}/${DIST_SUBDIR}/${SPLASH_IMG} ${WRKDIR} - -post-install: - ${INSTALL_DATA} ${WRKDIR}/${SPLASH_IMG} \ - ${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png - -.include <bsd.port.mk> diff --git a/x11/gnomesession/distinfo b/x11/gnomesession/distinfo deleted file mode 100644 index 7c70d736e..000000000 --- a/x11/gnomesession/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (gnome2/gnome-session-2.5.91.tar.bz2) = 602c92c12d15591ef374ba9c1f37222a -SIZE (gnome2/gnome-session-2.5.91.tar.bz2) = 869156 -MD5 (gnome2/gnome-splash04-10.png) = 1775733b31f6d5c51a967a72616119ef -SIZE (gnome2/gnome-splash04-10.png) = 75647 diff --git a/x11/gnomesession/files/patch-gnome-session_Makefile.in b/x11/gnomesession/files/patch-gnome-session_Makefile.in deleted file mode 100644 index 60c14531b..000000000 --- a/x11/gnomesession/files/patch-gnome-session_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-session/Makefile.in.orig Wed May 8 14:36:22 2002 -+++ gnome-session/Makefile.in Wed May 8 14:36:34 2002 -@@ -129,7 +129,7 @@ - - NULL = - --defaultdir = $(datadir)/gnome -+defaultdir = $(datadir) - - INCLUDES = $(GNOME_SESSION_CFLAGS) $(DISABLE_DEPRECATED_CFLAGS) $(STANDARD_PROPERTIES_CFLAGS) $(WARN_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -DGNOME_ICONDIR=\""$(datadir)/pixmaps\"" -DREBOOT_COMMAND=\""$(REBOOT_COMMAND)\"" -DHALT_COMMAND=\""$(HALT_COMMAND)\"" -DDEFAULTDIR="\"$(defaultdir)\"" - diff --git a/x11/gnomesession/pkg-descr b/x11/gnomesession/pkg-descr deleted file mode 100644 index e0a6dd027..000000000 --- a/x11/gnomesession/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Session component for the GNOME 2.0 desktop. This package contains the -commands needed to start GNOME 2.0. diff --git a/x11/gnomesession/pkg-plist b/x11/gnomesession/pkg-plist deleted file mode 100644 index 14f8db4e7..000000000 --- a/x11/gnomesession/pkg-plist +++ /dev/null @@ -1,81 +0,0 @@ -bin/gnome-session -bin/gnome-session-properties -bin/gnome-session-remove -bin/gnome-session-save -bin/gnome-smproxy -bin/gnome-wm -etc/gconf/gconf.xml.defaults/apps/gnome-session/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-session/options/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/options/%gconf.xml -etc/gconf/schemas/gnome-session.schemas -share/gnome/control-center-2.0/capplets/session-properties.desktop -share/gnome/default.session -share/gnome/default.wm -share/gnome/pixmaps/splash/gnome-splash.png -share/locale/am/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-session-2.0.mo -share/locale/az/LC_MESSAGES/gnome-session-2.0.mo -share/locale/be/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-session-2.0.mo -share/locale/da/LC_MESSAGES/gnome-session-2.0.mo -share/locale/de/LC_MESSAGES/gnome-session-2.0.mo -share/locale/el/LC_MESSAGES/gnome-session-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-session-2.0.mo -share/locale/es/LC_MESSAGES/gnome-session-2.0.mo -share/locale/et/LC_MESSAGES/gnome-session-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-session-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/he/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-session-2.0.mo -share/locale/id/LC_MESSAGES/gnome-session-2.0.mo -share/locale/is/LC_MESSAGES/gnome-session-2.0.mo -share/locale/it/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-session-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-session-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/no/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-session-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-session-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-session-2.0.mo -share/locale/th/LC_MESSAGES/gnome-session-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-session-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-session-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/options -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-session/options -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-session diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile deleted file mode 100644 index 8b99eb97e..000000000 --- a/x11/gnometerminal/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: gnometerminal -# Date created: 1 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/x11/gnometerminal/Makefile,v 1.18 2003/10/14 01:10:41 adamw Exp $ -# - -PORTNAME= gnometerminal -PORTVERSION= 2.5.90 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-terminal/2.5 -DISTNAME= gnome-terminal-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Terminal component for the GNOME 2 Desktop - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier libgnomeui vte -USE_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11/gnometerminal/distinfo b/x11/gnometerminal/distinfo deleted file mode 100644 index 43519e70a..000000000 --- a/x11/gnometerminal/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-terminal-2.5.90.tar.bz2) = 97f5310b15cae23289f7df06c4aa654b -SIZE (gnome2/gnome-terminal-2.5.90.tar.bz2) = 1857818 diff --git a/x11/gnometerminal/pkg-descr b/x11/gnometerminal/pkg-descr deleted file mode 100644 index eca945789..000000000 --- a/x11/gnometerminal/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Terminal component for the GNOME 2.0 Desktop. - -WWW: http://www.gnome.org/ diff --git a/x11/gnometerminal/pkg-plist b/x11/gnometerminal/pkg-plist deleted file mode 100644 index d3648bdea..000000000 --- a/x11/gnometerminal/pkg-plist +++ /dev/null @@ -1,194 +0,0 @@ -bin/gnome-terminal -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default/%gconf.xml -etc/gconf/schemas/gnome-terminal.schemas -libdata/bonobo/servers/gnome-terminal.server -share/gnome/application-registry/gnome-terminal.applications -share/gnome/applications/gnome-terminal.desktop -share/gnome/gnome-terminal/glade/gnome-terminal.glade2 -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/C/figures/terminal_window.png -share/gnome/help/gnome-terminal/C/gnome-terminal.xml -share/gnome/help/gnome-terminal/C/legal.xml -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/de/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/de/figures/terminal_window.png -share/gnome/help/gnome-terminal/de/gnome-terminal.xml -share/gnome/help/gnome-terminal/de/legal.xml -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/es/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/es/figures/terminal_window.png -share/gnome/help/gnome-terminal/es/gnome-terminal.xml -share/gnome/help/gnome-terminal/es/legal.xml -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/fr/figures/terminal_window.png -share/gnome/help/gnome-terminal/fr/gnome-terminal.xml -share/gnome/help/gnome-terminal/fr/legal.xml -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/it/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/it/figures/terminal_window.png -share/gnome/help/gnome-terminal/it/gnome-terminal.xml -share/gnome/help/gnome-terminal/it/legal.xml -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ja/figures/terminal_window.png -share/gnome/help/gnome-terminal/ja/gnome-terminal.xml -share/gnome/help/gnome-terminal/ja/legal.xml -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ko/figures/terminal_window.png -share/gnome/help/gnome-terminal/ko/gnome-terminal.xml -share/gnome/help/gnome-terminal/ko/legal.xml -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/ro/figures/terminal_window.png -share/gnome/help/gnome-terminal/ro/gnome-terminal.xml -share/gnome/help/gnome-terminal/ro/legal.xml -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/sv/figures/terminal_window.png -share/gnome/help/gnome-terminal/sv/gnome-terminal.xml -share/gnome/help/gnome-terminal/sv/legal.xml -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_CN/figures/terminal_window.png -share/gnome/help/gnome-terminal/zh_CN/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_CN/legal.xml -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-default.png -share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-tabbed.png -share/gnome/help/gnome-terminal/zh_TW/figures/terminal_window.png -share/gnome/help/gnome-terminal/zh_TW/gnome-terminal.xml -share/gnome/help/gnome-terminal/zh_TW/legal.xml -share/gnome/omf/gnome-terminal/gnome-terminal-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-ro.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ro.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-terminal/gnome-terminal-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/gnome-terminal.png -share/locale/am/LC_MESSAGES/gnome-terminal.mo -share/locale/ar/LC_MESSAGES/gnome-terminal.mo -share/locale/az/LC_MESSAGES/gnome-terminal.mo -share/locale/be/LC_MESSAGES/gnome-terminal.mo -share/locale/bg/LC_MESSAGES/gnome-terminal.mo -share/locale/bn/LC_MESSAGES/gnome-terminal.mo -share/locale/ca/LC_MESSAGES/gnome-terminal.mo -share/locale/cs/LC_MESSAGES/gnome-terminal.mo -share/locale/cy/LC_MESSAGES/gnome-terminal.mo -share/locale/da/LC_MESSAGES/gnome-terminal.mo -share/locale/de/LC_MESSAGES/gnome-terminal.mo -share/locale/el/LC_MESSAGES/gnome-terminal.mo -share/locale/en_CA/LC_MESSAGES/gnome-terminal.mo -share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo -share/locale/es/LC_MESSAGES/gnome-terminal.mo -share/locale/et/LC_MESSAGES/gnome-terminal.mo -share/locale/fa/LC_MESSAGES/gnome-terminal.mo -share/locale/fi/LC_MESSAGES/gnome-terminal.mo -share/locale/fr/LC_MESSAGES/gnome-terminal.mo -share/locale/ga/LC_MESSAGES/gnome-terminal.mo -share/locale/gl/LC_MESSAGES/gnome-terminal.mo -share/locale/he/LC_MESSAGES/gnome-terminal.mo -share/locale/hi/LC_MESSAGES/gnome-terminal.mo -share/locale/hr/LC_MESSAGES/gnome-terminal.mo -share/locale/hu/LC_MESSAGES/gnome-terminal.mo -share/locale/id/LC_MESSAGES/gnome-terminal.mo -share/locale/it/LC_MESSAGES/gnome-terminal.mo -share/locale/ja/LC_MESSAGES/gnome-terminal.mo -share/locale/ko/LC_MESSAGES/gnome-terminal.mo -share/locale/lt/LC_MESSAGES/gnome-terminal.mo -share/locale/lv/LC_MESSAGES/gnome-terminal.mo -share/locale/mk/LC_MESSAGES/gnome-terminal.mo -share/locale/ml/LC_MESSAGES/gnome-terminal.mo -share/locale/mn/LC_MESSAGES/gnome-terminal.mo -share/locale/ms/LC_MESSAGES/gnome-terminal.mo -share/locale/nl/LC_MESSAGES/gnome-terminal.mo -share/locale/nn/LC_MESSAGES/gnome-terminal.mo -share/locale/no/LC_MESSAGES/gnome-terminal.mo -share/locale/pl/LC_MESSAGES/gnome-terminal.mo -share/locale/pt/LC_MESSAGES/gnome-terminal.mo -share/locale/pt_BR/LC_MESSAGES/gnome-terminal.mo -share/locale/ro/LC_MESSAGES/gnome-terminal.mo -share/locale/ru/LC_MESSAGES/gnome-terminal.mo -share/locale/sk/LC_MESSAGES/gnome-terminal.mo -share/locale/sl/LC_MESSAGES/gnome-terminal.mo -share/locale/sq/LC_MESSAGES/gnome-terminal.mo -share/locale/sr/LC_MESSAGES/gnome-terminal.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-terminal.mo -share/locale/sv/LC_MESSAGES/gnome-terminal.mo -share/locale/ta/LC_MESSAGES/gnome-terminal.mo -share/locale/th/LC_MESSAGES/gnome-terminal.mo -share/locale/tr/LC_MESSAGES/gnome-terminal.mo -share/locale/uk/LC_MESSAGES/gnome-terminal.mo -share/locale/vi/LC_MESSAGES/gnome-terminal.mo -share/locale/wa/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo -share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo -@dirrm share/gnome/omf/gnome-terminal -@dirrm share/gnome/help/gnome-terminal/zh_TW/figures -@dirrm share/gnome/help/gnome-terminal/zh_TW -@dirrm share/gnome/help/gnome-terminal/zh_CN/figures -@dirrm share/gnome/help/gnome-terminal/zh_CN -@dirrm share/gnome/help/gnome-terminal/sv/figures -@dirrm share/gnome/help/gnome-terminal/sv -@dirrm share/gnome/help/gnome-terminal/ro/figures -@dirrm share/gnome/help/gnome-terminal/ro -@dirrm share/gnome/help/gnome-terminal/ko/figures -@dirrm share/gnome/help/gnome-terminal/ko -@dirrm share/gnome/help/gnome-terminal/ja/figures -@dirrm share/gnome/help/gnome-terminal/ja -@dirrm share/gnome/help/gnome-terminal/it/figures -@dirrm share/gnome/help/gnome-terminal/it -@dirrm share/gnome/help/gnome-terminal/fr/figures -@dirrm share/gnome/help/gnome-terminal/fr -@dirrm share/gnome/help/gnome-terminal/es/figures -@dirrm share/gnome/help/gnome-terminal/es -@dirrm share/gnome/help/gnome-terminal/de/figures -@dirrm share/gnome/help/gnome-terminal/de -@dirrm share/gnome/help/gnome-terminal/C/figures -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-ro.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-terminal/gnome-terminal-zh_TW.omf 2>/dev/null || /usr/bin/true diff --git a/x11/libgnome-java/Makefile b/x11/libgnome-java/Makefile deleted file mode 100644 index 90b1498f7..000000000 --- a/x11/libgnome-java/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: libgnome-java -# Date created: 28 February 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libgnome-java -PORTVERSION= 2.5.6 -CATEGORIES= x11 java -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Java wrapper for GNOME 2 - -BUILD_DEPENDS= ${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java -RUN_DEPENDS= ${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_JAVA= 1.2+ -USE_GNOME= gnomehack libgnomeui -USE_REINPLACE= yes -CONFIGURE_ARGS= --without-gcj-compile \ - --with-java-prefix=${JAVA_HOME} -CONFIGURE_ENV= DB2="/dev/null" - -GNOME_API_VERSION= 2.6 -GTK_API_VERSION= 2.4 -GTK_JAVA_VERSION= beta1 -VERSION= beta1 -PLIST_SUB= GNOME_API_VERSION=${GNOME_API_VERSION} \ - PORTVERSION=${VERSION} - -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-patch: - @${REINPLACE_CMD} -e 's|^GTKJAR=.*|GTKJAR=${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|@gtkapiversion@|${GTK_API_VERSION}|g ; \ - s|@apiversion@|${GNOME_API_VERSION}|g ; \ - s|@version@|${VERSION}|g' \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/java/org/gnu/gnome/Gnome.java.in \ - ${WRKSRC}/src/java/org/gnu/gnome/Program.java.in - -do-install: - ${MKDIR} ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/libgnomejava${GNOME_API_VERSION}.so.${VERSION} \ - ${PREFIX}/lib - ${LN} -sf ${PREFIX}/lib/libgnomejava${GNOME_API_VERSION}.so.${VERSION} ${PREFIX}/lib/libgnomejava${GNOME_API_VERSION}.so - ${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/lib/gnome${GNOME_API_VERSION}-${VERSION}.jar \ - ${JAVAJARDIR} - ${LN} -sf ${JAVAJARDIR}/gnome${GNOME_API_VERSION}-${VERSION}.jar \ - ${JAVAJARDIR}/gnome${GNOME_API_VERSION}.jar - -post-install: - @${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; \ - s|%%PREFIX%%|${PREFIX}|g ; \ - s|%%GNOME_API_VERSION%%|${GNOME_API_VERSION}|g' \ - < ${PKGDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11/libgnome-java/distinfo b/x11/libgnome-java/distinfo deleted file mode 100644 index a80c465ed..000000000 --- a/x11/libgnome-java/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgnome-java-2.5.6.tar.bz2) = 5020696a30861e5ec3701d4d29aee453 -SIZE (gnome2/libgnome-java-2.5.6.tar.bz2) = 101719 diff --git a/x11/libgnome-java/files/patch-src_Makefile.in b/x11/libgnome-java/files/patch-src_Makefile.in deleted file mode 100644 index ccc19bdfa..000000000 --- a/x11/libgnome-java/files/patch-src_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Makefile.in.orig Sat Feb 28 21:32:46 2004 -+++ src/Makefile.in Sat Feb 28 21:43:36 2004 -@@ -105,7 +106,7 @@ - COMPILED_CLASSES:=$(shell echo $(CLASSES) | sed -e 's=\.class=\.o=g' ) - - ../lib/gnome${apiversion}.jar: $(CLASSES) -- @(cd build-java; $(JAR) cf ../../lib/gnome${apiversion}-${version}.jar `find -name "*.class"` ) -+ @(cd build-java; $(JAR) cf ../../lib/gnome${apiversion}-${version}.jar `find . -name "*.class"` ) - @(cd ../lib; test ! -L gnome${apiversion}.jar && ln -s gnome${apiversion}-${version}.jar gnome${apiversion}.jar) || exit 0 - - jar: dirs ../lib/gnome${apiversion}.jar -@@ -116,7 +117,7 @@ - $(CC) $(CFLAGS) -shared -o ../lib/libgnomejava${apiversion}.so.${version} \ - -L@JG_GTK_LIB_PATH@ -lgtkjava${gtkapiversion} \ - $(OBJECTS) \ -- $(CFLAGS) @GNOME_LIBS@ @GNOME_CFLAGS@ @GTK_LIBS@ @GTK_CFLAGS@ $(JAVA_INCLUDES) -Xlinker --no-undefined -+ $(CFLAGS) @GNOME_LIBS@ @GNOME_CFLAGS@ @GTK_LIBS@ @GTK_CFLAGS@ $(JAVA_INCLUDES) -Xlinker -lc --no-undefined - @(cd ../lib; test ! -L libgnomejava${apiversion}.so && ln -s libgnomejava${apiversion}.so.${version} libgnomejava${apiversion}.so) || exit 0 - - nativelib: ../lib/libgnomejava${apiversion}.so.${version} diff --git a/x11/libgnome-java/pkg-descr b/x11/libgnome-java/pkg-descr deleted file mode 100644 index abc1cdd10..000000000 --- a/x11/libgnome-java/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Java-GNOME is a set of Java bindings for GNOME and GTK libraries, -so GNOME applications can be written in Java. It is implemented -as a JNI layer that delegates the Java calls out to the underlying -C library. - --- Java-GNOME README - -WWW: http://java-gnome.sourceforge.net/ diff --git a/x11/libgnome-java/pkg-message b/x11/libgnome-java/pkg-message deleted file mode 100644 index 64a47f199..000000000 --- a/x11/libgnome-java/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Libgnome-java was successfully installed. In order to build and run GTK+ -Java applications, you must add the following to your CLASSPATH: - -%%JAVAJARDIR%%/gnome%%GNOME_API_VERSION%%.jar - -************************************************************************ diff --git a/x11/libgnome-java/pkg-plist b/x11/libgnome-java/pkg-plist deleted file mode 100644 index 2c26a4568..000000000 --- a/x11/libgnome-java/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/libgnomejava%%GNOME_API_VERSION%%.so -lib/libgnomejava%%GNOME_API_VERSION%%.so.%%PORTVERSION%% -share/java/classes/gnome%%GNOME_API_VERSION%%-%%PORTVERSION%%.jar -share/java/classes/gnome%%GNOME_API_VERSION%%.jar diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile deleted file mode 100644 index f5d83305f..000000000 --- a/x11/libgnome/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libgnome -# Date created: 17 June 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD: ports/x11/libgnome/Makefile,v 1.129 2003/11/17 12:29:07 trevor Exp $ -# - -PORTNAME= libgnome -PORTVERSION= 2.5.91 -CATEGORIES?= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT= Libraries for GNOME, a GNU desktop environment - -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack esound gnomevfs2 \ - libxslt -USE_BISON= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo deleted file mode 100644 index cae52beb0..000000000 --- a/x11/libgnome/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgnome-2.5.91.tar.bz2) = c451b6bcd28c6c38425bf9be564fdd1b -SIZE (gnome2/libgnome-2.5.91.tar.bz2) = 1052529 diff --git a/x11/libgnome/files/patch-ag b/x11/libgnome/files/patch-ag deleted file mode 100644 index 0f5331a05..000000000 --- a/x11/libgnome/files/patch-ag +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD: ports/x11/libgnome/files/patch-ag,v 1.10 2003/09/18 12:55:46 bland Exp $ - ---- libgnome/gnome-util.c 2002/03/19 17:16:21 1.1 -+++ libgnome/gnome-util.c 2002/03/19 17:21:31 -@@ -67,11 +67,11 @@ - static char *shells [] = { - /* Note that on some systems shells can also - * be installed in /usr/bin */ -- "/bin/bash", "/usr/bin/bash", -- "/bin/zsh", "/usr/bin/zsh", -- "/bin/tcsh", "/usr/bin/tcsh", -- "/bin/ksh", "/usr/bin/ksh", -- "/bin/csh", "/bin/sh", 0 -+ "/bin/csh", "/bin/sh", -+ LOCALBASE "/bin/bash", -+ LOCALBASE "/bin/zsh", -+ LOCALBASE "/bin/ksh", -+ 0 - }; - - if (geteuid () == getuid () && diff --git a/x11/libgnome/files/patch-configure b/x11/libgnome/files/patch-configure deleted file mode 100644 index 8111dd90a..000000000 --- a/x11/libgnome/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Aug 11 15:31:05 2003 -+++ configure Mon Aug 11 15:31:06 2003 -@@ -19070,6 +19070,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11/libgnome/files/patch-libgnome::Makefile.in b/x11/libgnome/files/patch-libgnome::Makefile.in deleted file mode 100644 index a3e14ed9e..000000000 --- a/x11/libgnome/files/patch-libgnome::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- libgnome/Makefile.in.orig Wed Feb 25 01:17:58 2004 -+++ libgnome/Makefile.in Wed Feb 25 01:20:59 2004 -@@ -159,6 +159,9 @@ - libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome - - INCLUDES = \ -+ -DPREFIX=\""$(PREFIX)"\" \ -+ -DLOCALBASE=\""$(LOCALBASE)"\" \ -+ -DX11BASE=\""$(X11BASE)"\" \ - -I.. \ - -I$(srcdir)/.. \ - $(WARN_CFLAGS) \ diff --git a/x11/libgnome/files/patch-libgnome_gnome-program.c b/x11/libgnome/files/patch-libgnome_gnome-program.c deleted file mode 100644 index 90fcdd22c..000000000 --- a/x11/libgnome/files/patch-libgnome_gnome-program.c +++ /dev/null @@ -1,70 +0,0 @@ ---- libgnome/gnome-program.c.orig Wed Jul 23 05:35:30 2003 -+++ libgnome/gnome-program.c Mon Dec 22 01:19:23 2003 -@@ -894,17 +894,17 @@ - attr_rel = ""; - break; - case GNOME_FILE_DOMAIN_DATADIR: -- prefix_rel = "/share"; -+ prefix_rel = "/share/gnome"; - attr_name = GNOME_PARAM_GNOME_DATADIR; - attr_rel = ""; - break; - case GNOME_FILE_DOMAIN_SOUND: -- prefix_rel = "/share/sounds"; -+ prefix_rel = "/share/gnome/sounds"; - attr_name = GNOME_PARAM_GNOME_DATADIR; - attr_rel = "/sounds"; - break; - case GNOME_FILE_DOMAIN_PIXMAP: -- prefix_rel = "/share/pixmaps"; -+ prefix_rel = "/share/gnome/pixmaps"; - attr_name = GNOME_PARAM_GNOME_DATADIR; - attr_rel = "/pixmaps"; - break; -@@ -916,7 +916,7 @@ - case GNOME_FILE_DOMAIN_HELP: - prefix_rel = "/share/gnome/help"; - attr_name = GNOME_PARAM_GNOME_DATADIR; -- attr_rel = "/gnome/help"; -+ attr_rel = "/help"; - break; - case GNOME_FILE_DOMAIN_APP_LIBDIR: - prefix_rel = "/lib"; -@@ -925,19 +925,19 @@ - search_path = FALSE; - break; - case GNOME_FILE_DOMAIN_APP_DATADIR: -- prefix_rel = "/share"; -+ prefix_rel = "/share/gnome"; - attr_name = GNOME_PARAM_APP_DATADIR; - attr_rel = ""; - search_path = FALSE; - break; - case GNOME_FILE_DOMAIN_APP_SOUND: -- prefix_rel = "/share/sounds"; -+ prefix_rel = "/share/gnome/sounds"; - attr_name = GNOME_PARAM_APP_DATADIR; - attr_rel = "/sounds"; - search_path = FALSE; - break; - case GNOME_FILE_DOMAIN_APP_PIXMAP: -- prefix_rel = "/share/pixmaps"; -+ prefix_rel = "/share/gnome/pixmaps"; - attr_name = GNOME_PARAM_APP_DATADIR; - attr_rel = "/pixmaps"; - search_path = FALSE; -@@ -958,12 +958,12 @@ - - attr_name = GNOME_PARAM_APP_DATADIR; - -- len = strlen ("/gnome/help/") + -+ len = strlen ("/help/") + - strlen (program->_priv->app_id) + 1; - attr_rel = g_alloca (len); - if (attr_rel == NULL /* bad things */) - return NULL; -- g_snprintf (attr_rel, len, "/gnome/help/%s", program->_priv->app_id); -+ g_snprintf (attr_rel, len, "/help/%s", program->_priv->app_id); - - search_path = FALSE; - break; diff --git a/x11/libgnome/pkg-descr b/x11/libgnome/pkg-descr deleted file mode 100644 index f7f156423..000000000 --- a/x11/libgnome/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Libraries for GNOME, a GNU desktop environment - -WWW: http://www.gnome.org/ diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist deleted file mode 100644 index 4871af7a7..000000000 --- a/x11/libgnome/pkg-plist +++ /dev/null @@ -1,204 +0,0 @@ -bin/gnome-open -etc/gconf/gconf.xml.defaults/desktop/gnome/accessibility/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/accessibility/keyboard/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/accessibility/startup/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/browser/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/help_viewer/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/window_manager/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/background/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/file_views/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/interface/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/lockdown/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals/keyboard/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals/mouse/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/sound/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/thumbnailers/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/typing_break/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/accessibility/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/accessibility/keyboard/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/accessibility/startup/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/browser/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/help_viewer/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/window_manager/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/background/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/file-views/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/interface/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/lockdown/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals/keyboard/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals/mouse/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/sound/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/thumbnailers/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/typing_break/%gconf.xml -etc/gconf/schemas/desktop_gnome_accessibility_keyboard.schemas -etc/gconf/schemas/desktop_gnome_accessibility_startup.schemas -etc/gconf/schemas/desktop_gnome_applications_browser.schemas -etc/gconf/schemas/desktop_gnome_applications_help_viewer.schemas -etc/gconf/schemas/desktop_gnome_applications_terminal.schemas -etc/gconf/schemas/desktop_gnome_applications_window_manager.schemas -etc/gconf/schemas/desktop_gnome_background.schemas -etc/gconf/schemas/desktop_gnome_file_views.schemas -etc/gconf/schemas/desktop_gnome_interface.schemas -etc/gconf/schemas/desktop_gnome_lockdown.schemas -etc/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas -etc/gconf/schemas/desktop_gnome_peripherals_mouse.schemas -etc/gconf/schemas/desktop_gnome_sound.schemas -etc/gconf/schemas/desktop_gnome_thumbnailers.schemas -etc/gconf/schemas/desktop_gnome_typing_break.schemas -etc/sound/events/gnome-2.soundlist -etc/sound/events/gtk-events-2.soundlist -include/libgnome-2.0/libgnome/gnome-config.h -include/libgnome-2.0/libgnome/gnome-exec.h -include/libgnome-2.0/libgnome/gnome-gconf.h -include/libgnome-2.0/libgnome/gnome-help.h -include/libgnome-2.0/libgnome/gnome-i18n.h -include/libgnome-2.0/libgnome/gnome-init.h -include/libgnome-2.0/libgnome/gnome-macros.h -include/libgnome-2.0/libgnome/gnome-program.h -include/libgnome-2.0/libgnome/gnome-score.h -include/libgnome-2.0/libgnome/gnome-sound.h -include/libgnome-2.0/libgnome/gnome-triggers.h -include/libgnome-2.0/libgnome/gnome-url.h -include/libgnome-2.0/libgnome/gnome-util.h -include/libgnome-2.0/libgnome/libgnome.h -include/libgnome-2.0/libgnome/libgnometypebuiltins.h -lib/bonobo/monikers/libmoniker_extra_2.so -lib/libgnome-2.a -lib/libgnome-2.so -lib/libgnome-2.so.591 -libdata/bonobo/servers/GNOME_Moniker_std.server -libdata/pkgconfig/libgnome-2.0.pc -share/doc/libgnome/ch01s02.html -share/doc/libgnome/ch01s03.html -share/doc/libgnome/ch01s04.html -share/doc/libgnome/ch01s05.html -share/doc/libgnome/home.png -share/doc/libgnome/index.html -share/doc/libgnome/index.sgml -share/doc/libgnome/left.png -share/doc/libgnome/libgnome.html -share/doc/libgnome/libgnome-gnome-config.html -share/doc/libgnome/libgnome-gnome-exec.html -share/doc/libgnome/libgnome-gnome-gconf.html -share/doc/libgnome/libgnome-gnome-help.html -share/doc/libgnome/libgnome-gnome-i18n.html -share/doc/libgnome/libgnome-gnome-init.html -share/doc/libgnome/libgnome-gnome-program.html -share/doc/libgnome/libgnome-gnome-score.html -share/doc/libgnome/libgnome-gnome-sound.html -share/doc/libgnome/libgnome-gnome-triggers.html -share/doc/libgnome/libgnome-gnome-url.html -share/doc/libgnome/libgnome-gnome-util.html -share/doc/libgnome/libgnome-libgnometypebuiltins.html -share/doc/libgnome/libgnome.devhelp -share/doc/libgnome/right.png -share/doc/libgnome/up.png -share/locale/am/LC_MESSAGES/libgnome-2.0.mo -share/locale/ar/LC_MESSAGES/libgnome-2.0.mo -share/locale/az/LC_MESSAGES/libgnome-2.0.mo -share/locale/be/LC_MESSAGES/libgnome-2.0.mo -share/locale/bg/LC_MESSAGES/libgnome-2.0.mo -share/locale/bn/LC_MESSAGES/libgnome-2.0.mo -share/locale/bs/LC_MESSAGES/libgnome-2.0.mo -share/locale/ca/LC_MESSAGES/libgnome-2.0.mo -share/locale/cs/LC_MESSAGES/libgnome-2.0.mo -share/locale/cy/LC_MESSAGES/libgnome-2.0.mo -share/locale/da/LC_MESSAGES/libgnome-2.0.mo -share/locale/de/LC_MESSAGES/libgnome-2.0.mo -share/locale/el/LC_MESSAGES/libgnome-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnome-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnome-2.0.mo -share/locale/es/LC_MESSAGES/libgnome-2.0.mo -share/locale/et/LC_MESSAGES/libgnome-2.0.mo -share/locale/eu/LC_MESSAGES/libgnome-2.0.mo -share/locale/fa/LC_MESSAGES/libgnome-2.0.mo -share/locale/fi/LC_MESSAGES/libgnome-2.0.mo -share/locale/fr/LC_MESSAGES/libgnome-2.0.mo -share/locale/ga/LC_MESSAGES/libgnome-2.0.mo -share/locale/gl/LC_MESSAGES/libgnome-2.0.mo -share/locale/he/LC_MESSAGES/libgnome-2.0.mo -share/locale/hi/LC_MESSAGES/libgnome-2.0.mo -share/locale/hr/LC_MESSAGES/libgnome-2.0.mo -share/locale/hu/LC_MESSAGES/libgnome-2.0.mo -share/locale/id/LC_MESSAGES/libgnome-2.0.mo -share/locale/is/LC_MESSAGES/libgnome-2.0.mo -share/locale/it/LC_MESSAGES/libgnome-2.0.mo -share/locale/ja/LC_MESSAGES/libgnome-2.0.mo -share/locale/ko/LC_MESSAGES/libgnome-2.0.mo -share/locale/lt/LC_MESSAGES/libgnome-2.0.mo -share/locale/lv/LC_MESSAGES/libgnome-2.0.mo -share/locale/mk/LC_MESSAGES/libgnome-2.0.mo -share/locale/ml/LC_MESSAGES/libgnome-2.0.mo -share/locale/mn/LC_MESSAGES/libgnome-2.0.mo -share/locale/ms/LC_MESSAGES/libgnome-2.0.mo -share/locale/nl/LC_MESSAGES/libgnome-2.0.mo -share/locale/nn/LC_MESSAGES/libgnome-2.0.mo -share/locale/no/LC_MESSAGES/libgnome-2.0.mo -share/locale/pl/LC_MESSAGES/libgnome-2.0.mo -share/locale/pt/LC_MESSAGES/libgnome-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnome-2.0.mo -share/locale/ro/LC_MESSAGES/libgnome-2.0.mo -share/locale/ru/LC_MESSAGES/libgnome-2.0.mo -share/locale/sk/LC_MESSAGES/libgnome-2.0.mo -share/locale/sl/LC_MESSAGES/libgnome-2.0.mo -share/locale/sq/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnome-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/libgnome-2.0.mo -share/locale/sv/LC_MESSAGES/libgnome-2.0.mo -share/locale/ta/LC_MESSAGES/libgnome-2.0.mo -share/locale/th/LC_MESSAGES/libgnome-2.0.mo -share/locale/tr/LC_MESSAGES/libgnome-2.0.mo -share/locale/uk/LC_MESSAGES/libgnome-2.0.mo -share/locale/vi/LC_MESSAGES/libgnome-2.0.mo -share/locale/wa/LC_MESSAGES/libgnome-2.0.mo -share/locale/yi/LC_MESSAGES/libgnome-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnome-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo -@dirrm share/doc/libgnome -@dirrm include/libgnome-2.0/libgnome -@dirrm include/libgnome-2.0 -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/typing_break -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/thumbnailers -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/sound -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals/mouse -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals/keyboard -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/lockdown -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/interface -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/file-views -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/background -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/window_manager -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/help_viewer -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/browser -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/accessibility/startup -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/accessibility/keyboard -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/accessibility -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/typing_break -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/thumbnailers -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/sound -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals/mouse -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals/keyboard -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/lockdown -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/interface -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/file_views -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/background -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/window_manager -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/help_viewer -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/browser -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/accessibility/startup -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/accessibility/keyboard -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/accessibility -etc/gconf/gconf.xml.defaults/schemas/desktop/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/%gconf.xml diff --git a/x11/libgnomemm/Makefile b/x11/libgnomemm/Makefile deleted file mode 100644 index 5e77fb3f8..000000000 --- a/x11/libgnomemm/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: libgnomemm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD: ports/x11/libgnomemm/Makefile,v 1.6 2003/10/18 05:19:45 bland Exp $ -# - -PORTNAME= libgnomemm -PORTVERSION= 2.5.0 -PORTREVISION= 3 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgnome library - -LIB_DEPENDS= gtkmm-2.3.4:${PORTSDIR}/x11-toolkits/gtk--2 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack lthack libgnome -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.5" API_VERSION="2.6" - -.include <bsd.port.mk> diff --git a/x11/libgnomemm/distinfo b/x11/libgnomemm/distinfo deleted file mode 100644 index e7052f178..000000000 --- a/x11/libgnomemm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/libgnomemm-2.5.0.tar.bz2) = bf4d9ebf92ff2fd57abd18d0e920320c diff --git a/x11/libgnomemm/pkg-descr b/x11/libgnomemm/pkg-descr deleted file mode 100644 index 02e98740a..000000000 --- a/x11/libgnomemm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libgnome library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11/libgnomemm/pkg-plist b/x11/libgnomemm/pkg-plist deleted file mode 100644 index db8535358..000000000 --- a/x11/libgnomemm/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -include/libgnomemm-%%API_VERSION%%/libgnomemm.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/init.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/main.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/moduleinfo.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/main_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/moduleinfo_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/private/program_p.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/program.h -include/libgnomemm-%%API_VERSION%%/libgnomemm/wrap_init.h -lib/libgnomemm-2.0/proc/m4/convert.m4 -lib/libgnomemm-2.0/proc/m4/convert_libgnomemm.m4 -lib/libgnomemm-%%VERSION%%.a -lib/libgnomemm-%%VERSION%%.so -lib/libgnomemm-%%VERSION%%.so.1 -lib/libgnomemm-%%API_VERSION%%/include/libgnomemmconfig.h -libdata/pkgconfig/libgnomemm-%%API_VERSION%%.pc -@dirrm libdata/pkgconfig -@dirrm lib/libgnomemm-%%API_VERSION%%/include -@dirrm lib/libgnomemm-%%API_VERSION%% -@dirrm lib/libgnomemm-2.0/proc/m4 -@dirrm lib/libgnomemm-2.0/proc -@dirrm lib/libgnomemm-2.0 -@dirrm include/libgnomemm-%%API_VERSION%%/libgnomemm/private -@dirrm include/libgnomemm-%%API_VERSION%%/libgnomemm -@dirrm include/libgnomemm-%%API_VERSION%% diff --git a/x11/libpanelappletmm/Makefile b/x11/libpanelappletmm/Makefile deleted file mode 100644 index c863535ef..000000000 --- a/x11/libpanelappletmm/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: libpanelappletmm -# Date created: 22 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libpanelappletmm -PORTVERSION= 2.5.0 -PORTREVISION= 3 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libpanelapplet library - -LIB_DEPENDS= gtkmm-2.3.4:${PORTSDIR}/x11-toolkits/gtk--2 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack lthack gnomepanel -GNOME_DESKTOP_VERSION=2 -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.5" API_VERSION="2.6" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_gcc_bugs -.endif - -.include <bsd.port.post.mk> diff --git a/x11/libpanelappletmm/distinfo b/x11/libpanelappletmm/distinfo deleted file mode 100644 index 3f3d18b28..000000000 --- a/x11/libpanelappletmm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/libpanelappletmm-2.5.0.tar.bz2) = 04d859f1fa1b55fc17709c2c46d53d3d diff --git a/x11/libpanelappletmm/files/extra-patch-old_gcc_bugs b/x11/libpanelappletmm/files/extra-patch-old_gcc_bugs deleted file mode 100644 index 5f1e21414..000000000 --- a/x11/libpanelappletmm/files/extra-patch-old_gcc_bugs +++ /dev/null @@ -1,28 +0,0 @@ ---- examples/simple/main.cc.orig Mon Dec 22 15:42:58 2003 -+++ examples/simple/main.cc Mon Dec 22 15:46:19 2003 -@@ -90,7 +90,6 @@ - MyApplet *myapplet = static_cast<MyApplet*>(applet); - std::ostringstream output; - -- output.imbue(std::locale("")); - output << "Applet size: " << myapplet->get_size(); - - Gtk::MessageDialog dialog(Glib::locale_to_utf8(output.str())); -@@ -102,7 +101,6 @@ - MyApplet* myapplet = static_cast<MyApplet*>(applet); - - std::ostringstream output; -- output.imbue(std::locale("")); - - Gdk::Color back_color; - Glib::RefPtr<Gdk::Pixmap> back_pixmap; ---- examples/gconf/main.cc.orig Mon Dec 22 15:48:35 2003 -+++ examples/gconf/main.cc Mon Dec 22 15:48:42 2003 -@@ -65,7 +65,6 @@ - MyApplet *myapplet = static_cast<MyApplet*>(applet); - std::ostringstream output; - -- output.imbue(std::locale("")); - output << "Applet gconf key: " << myapplet->gconf_get_full_key(""); - - Gtk::MessageDialog dialog(Glib::locale_to_utf8(output.str())); diff --git a/x11/libpanelappletmm/pkg-descr b/x11/libpanelappletmm/pkg-descr deleted file mode 100644 index c16d7bcda..000000000 --- a/x11/libpanelappletmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libpanelapplet (part of gnomepanel). - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11/libpanelappletmm/pkg-plist b/x11/libpanelappletmm/pkg-plist deleted file mode 100644 index 91c28a4f1..000000000 --- a/x11/libpanelappletmm/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -include/libpanelappletmm-2.0/libpanelappletmm/private/applet_p.h -include/libpanelappletmm-2.0/libpanelappletmm/private/enums_p.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/applet.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/enums.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/factory.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/init.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/private.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/wrap_init.h -lib/libpanelappletmm-2.0/proc/m4/convert.m4 -lib/libpanelappletmm-2.0/proc/m4/convert_libpanelappletmm.m4 -lib/libpanelappletmm-%%VERSION%%.a -lib/libpanelappletmm-%%VERSION%%.so -lib/libpanelappletmm-%%VERSION%%.so.1 -lib/libpanelappletmm-%%API_VERSION%%/include/libpanelappletmmconfig.h -libdata/pkgconfig/libpanelappletmm-%%API_VERSION%%.pc -@dirrm lib/libpanelappletmm-%%API_VERSION%%/include -@dirrm lib/libpanelappletmm-%%API_VERSION%% -@dirrm lib/libpanelappletmm-2.0/proc/m4 -@dirrm lib/libpanelappletmm-2.0/proc -@dirrm lib/libpanelappletmm-2.0 -@dirrm include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm -@dirrm include/libpanelappletmm-%%API_VERSION%% -@dirrm include/libpanelappletmm-2.0/libpanelappletmm/private -@dirrm include/libpanelappletmm-2.0/libpanelappletmm -@dirrm include/libpanelappletmm-2.0 diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile deleted file mode 100644 index b6f69c475..000000000 --- a/x11/libxklavier/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: libxklavier -# Date created: 31 May 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD: ports/x11/libxklavier/Makefile,v 1.11 2004/02/04 05:09:47 marcus Exp $ -# - -PORTNAME= libxklavier -PORTVERSION= 0.97 -PORTEPOCH= 1 -CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gswitchit - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An utility library to make XKB stuff easier - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnometarget gnomehack libxml2 -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 -CONFIGURE_ARGS= --disable-doxygen -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/x11/libxklavier/distinfo b/x11/libxklavier/distinfo deleted file mode 100644 index ca9ec6fbb..000000000 --- a/x11/libxklavier/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libxklavier-0.97.tar.gz) = 5037fe67a2aeea98e3eab47c1a279321 -SIZE (libxklavier-0.97.tar.gz) = 408636 diff --git a/x11/libxklavier/files/patch-configure b/x11/libxklavier/files/patch-configure deleted file mode 100644 index dc7e76b74..000000000 --- a/x11/libxklavier/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri Nov 1 06:34:11 2002 -+++ configure Sat Nov 9 02:15:02 2002 -@@ -7964,6 +7964,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11/libxklavier/pkg-descr b/x11/libxklavier/pkg-descr deleted file mode 100644 index 89144da3c..000000000 --- a/x11/libxklavier/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Libxklavier is an utility to make XKB stuff easier. - -WWW: http://gswitchit.sourceforge.net/ diff --git a/x11/libxklavier/pkg-plist b/x11/libxklavier/pkg-plist deleted file mode 100644 index d58809c95..000000000 --- a/x11/libxklavier/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/libxklavier/xklavier.h -include/libxklavier/xklavier_config.h -lib/libxklavier.a -lib/libxklavier.so -lib/libxklavier.so.8 -libdata/pkgconfig/libxklavier.pc -share/libxklavier/xfree86.xml -@dirrm share/libxklavier -@dirrm include/libxklavier diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile deleted file mode 100644 index 91607c0c6..000000000 --- a/x11/yelp/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: yelp -# Date created: 18 May 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD: ports/x11/yelp/Makefile,v 1.26 2003/11/10 19:50:27 marcus Exp $ -# - -PORTNAME= yelp -PORTVERSION= 2.5.90 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A help browser for the GNOME 2 desktop - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgtkhtml lthack -USE_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -.include <bsd.port.mk> diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo deleted file mode 100644 index c0f34d481..000000000 --- a/x11/yelp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/yelp-2.5.90.tar.bz2) = 0097bb03652833fa0be35660afa4d258 -SIZE (gnome2/yelp-2.5.90.tar.bz2) = 506038 diff --git a/x11/yelp/files/patch-configure b/x11/yelp/files/patch-configure deleted file mode 100644 index 73cda6a70..000000000 --- a/x11/yelp/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Wed Feb 25 00:54:31 2004 -+++ configure Wed Feb 25 00:55:33 2004 -@@ -9879,7 +9879,7 @@ - - YELP_MODULES="gnome-vfs-2.0 libgnomeui-2.0 libbonobo-2.0" - --idl_dirs="`$PKG_CONFIG --variable=idldir gnome-vfs-2.0 libgnomeui-2.0 libbonobo-2.0 bonobo-activation-2.0`" -+idl_dirs="`$PKG_CONFIG --variable=idldir libgtkhtml-2.0 gnome-vfs-2.0 libgnomeui-2.0 libbonobo-2.0 bonobo-activation-2.0`" - for ac_prog in gsed sed - do - # Extract the first word of "$ac_prog", so it can be a program name with args. -@@ -9924,7 +9924,7 @@ - test -n "$SED" && break - done - --if ${SED} --version 2>/dev/null | grep GNU >/dev/null 2>&1; then -+if -1; then - YELP_IDL_INCLUDES="`echo ${idl_dirs} | ${SED} -e 's/^/ /' -e 's/ \+$//' -e 's/ \+/ -I /g' -e 's/^ \+//'`" - else - YELP_IDL_INCLUDES="`echo ${idl_dirs} | ${SED} -E -e 's/^/ /' -e 's/ +$//' -e 's/ +/ -I /g' -e 's/^ +//'`" diff --git a/x11/yelp/pkg-descr b/x11/yelp/pkg-descr deleted file mode 100644 index 5267ad53b..000000000 --- a/x11/yelp/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Yelp is a help browser for GNOME 2.0. The name Yelp was suggested by Daniel -Lundin. Yelp is pronounced the same as the swedish word for 'help'. - -WWW: http://www.gnome.org/ diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist deleted file mode 100644 index 20d5e9c0b..000000000 --- a/x11/yelp/pkg-plist +++ /dev/null @@ -1,112 +0,0 @@ -bin/gnome-help -bin/yelp -libdata/bonobo/servers/GNOME_Yelp.server -share/gnome/applications/yelp.desktop -share/gnome/sgml/docbook/yelp/db2html-admon.xsl -share/gnome/sgml/docbook/yelp/db2html-biblio.xsl -share/gnome/sgml/docbook/yelp/db2html-block.xsl -share/gnome/sgml/docbook/yelp/db2html-callout.xsl -share/gnome/sgml/docbook/yelp/db2html-chunk.xsl -share/gnome/sgml/docbook/yelp/db2html-common.xsl -share/gnome/sgml/docbook/yelp/db2html-division.xsl -share/gnome/sgml/docbook/yelp/db2html-ebnf.xsl -share/gnome/sgml/docbook/yelp/db2html-footnote.xsl -share/gnome/sgml/docbook/yelp/db2html-glossary.xsl -share/gnome/sgml/docbook/yelp/db2html-header.xsl -share/gnome/sgml/docbook/yelp/db2html-html.xsl -share/gnome/sgml/docbook/yelp/db2html-index.xsl -share/gnome/sgml/docbook/yelp/db2html-inline.xsl -share/gnome/sgml/docbook/yelp/db2html-list.xsl -share/gnome/sgml/docbook/yelp/db2html-math.xsl -share/gnome/sgml/docbook/yelp/db2html-media.xsl -share/gnome/sgml/docbook/yelp/db2html-navbar.xsl -share/gnome/sgml/docbook/yelp/db2html-param.xsl -share/gnome/sgml/docbook/yelp/db2html-qanda.xsl -share/gnome/sgml/docbook/yelp/db2html-refentry.xsl -share/gnome/sgml/docbook/yelp/db2html-suppressed.xsl -share/gnome/sgml/docbook/yelp/db2html-synopsis.xsl -share/gnome/sgml/docbook/yelp/db2html-table.xsl -share/gnome/sgml/docbook/yelp/db2html-title.xsl -share/gnome/sgml/docbook/yelp/db2html-titlepage.xsl -share/gnome/sgml/docbook/yelp/db2html-toc.xsl -share/gnome/sgml/docbook/yelp/db2html-xref.xsl -share/gnome/sgml/docbook/yelp/db2html.xsl -share/gnome/sgml/docbook/yelp/gettext.xsl -share/gnome/sgml/docbook/yelp/l10n.xml -share/gnome/sgml/docbook/yelp/man2html.xsl -share/gnome/yelp/default.css -share/gnome/yelp/icons/caution.png -share/gnome/yelp/icons/important.png -share/gnome/yelp/icons/note.png -share/gnome/yelp/icons/tip.png -share/gnome/yelp/icons/warning.png -share/gnome/yelp/important_docs.xml -share/gnome/yelp/toc.xml -share/gnome/yelp/ui/yelp.glade -share/locale/am/LC_MESSAGES/yelp.mo -share/locale/ar/LC_MESSAGES/yelp.mo -share/locale/az/LC_MESSAGES/yelp.mo -share/locale/be/LC_MESSAGES/yelp.mo -share/locale/bg/LC_MESSAGES/yelp.mo -share/locale/bn/LC_MESSAGES/yelp.mo -share/locale/ca/LC_MESSAGES/yelp.mo -share/locale/cs/LC_MESSAGES/yelp.mo -share/locale/cy/LC_MESSAGES/yelp.mo -share/locale/da/LC_MESSAGES/yelp.mo -share/locale/de/LC_MESSAGES/yelp.mo -share/locale/el/LC_MESSAGES/yelp.mo -share/locale/eo/LC_MESSAGES/yelp.mo -share/locale/es/LC_MESSAGES/yelp.mo -share/locale/et/LC_MESSAGES/yelp.mo -share/locale/fa/LC_MESSAGES/yelp.mo -share/locale/fi/LC_MESSAGES/yelp.mo -share/locale/fr/LC_MESSAGES/yelp.mo -share/locale/ga/LC_MESSAGES/yelp.mo -share/locale/gl/LC_MESSAGES/yelp.mo -share/locale/he/LC_MESSAGES/yelp.mo -share/locale/hi/LC_MESSAGES/yelp.mo -share/locale/hr/LC_MESSAGES/yelp.mo -share/locale/hu/LC_MESSAGES/yelp.mo -share/locale/id/LC_MESSAGES/yelp.mo -share/locale/is/LC_MESSAGES/yelp.mo -share/locale/it/LC_MESSAGES/yelp.mo -share/locale/ja/LC_MESSAGES/yelp.mo -share/locale/kn/LC_MESSAGES/yelp.mo -share/locale/ko/LC_MESSAGES/yelp.mo -share/locale/li/LC_MESSAGES/yelp.mo -share/locale/lt/LC_MESSAGES/yelp.mo -share/locale/lv/LC_MESSAGES/yelp.mo -share/locale/mk/LC_MESSAGES/yelp.mo -share/locale/ml/LC_MESSAGES/yelp.mo -share/locale/mn/LC_MESSAGES/yelp.mo -share/locale/mr/LC_MESSAGES/yelp.mo -share/locale/ms/LC_MESSAGES/yelp.mo -share/locale/ne/LC_MESSAGES/yelp.mo -share/locale/nl/LC_MESSAGES/yelp.mo -share/locale/nn/LC_MESSAGES/yelp.mo -share/locale/no/LC_MESSAGES/yelp.mo -share/locale/pl/LC_MESSAGES/yelp.mo -share/locale/pt/LC_MESSAGES/yelp.mo -share/locale/pt_BR/LC_MESSAGES/yelp.mo -share/locale/ro/LC_MESSAGES/yelp.mo -share/locale/ru/LC_MESSAGES/yelp.mo -share/locale/sk/LC_MESSAGES/yelp.mo -share/locale/sl/LC_MESSAGES/yelp.mo -share/locale/sq/LC_MESSAGES/yelp.mo -share/locale/sr/LC_MESSAGES/yelp.mo -share/locale/sr@Latn/LC_MESSAGES/yelp.mo -share/locale/sv/LC_MESSAGES/yelp.mo -share/locale/ta/LC_MESSAGES/yelp.mo -share/locale/th/LC_MESSAGES/yelp.mo -share/locale/tr/LC_MESSAGES/yelp.mo -share/locale/uk/LC_MESSAGES/yelp.mo -share/locale/vi/LC_MESSAGES/yelp.mo -share/locale/wa/LC_MESSAGES/yelp.mo -share/locale/zh_CN/LC_MESSAGES/yelp.mo -share/locale/zh_TW/LC_MESSAGES/yelp.mo -@dirrm share/gnome/yelp/ui -@dirrm share/gnome/yelp/icons -@dirrm share/gnome/yelp -@dirrm share/gnome/sgml/docbook/yelp -@dirrm share/gnome/sgml/docbook -@dirrm share/gnome/sgml diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile deleted file mode 100644 index ef610e09f..000000000 --- a/x11/zenity/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: zenity -# Date created: 01 Mar 2003 -# Whom: Franz Klammer <klammer@webonaut.com> -# -# $FreeBSD: ports/x11/zenity/Makefile,v 1.12 2003/10/14 19:28:28 marcus Exp $ -# - -PORTNAME= zenity -PORTVERSION= 2.5.90 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 -DIST_SUBDIR= gnome2 - -MAINTAINER= klammer@webonaut.com -COMMENT= Display GNOME dialogs from the command line - -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2 -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= zenity.1 - -CONFLICTS= gtkada-1.2.* - -pre-configure: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|@DATADIRNAME@|share|' - -.include <bsd.port.mk> diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo deleted file mode 100644 index 5b99150af..000000000 --- a/x11/zenity/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/zenity-2.5.90.tar.bz2) = 5ad1b4fc94b2f8f3921dd7dd7513388d -SIZE (gnome2/zenity-2.5.90.tar.bz2) = 451470 diff --git a/x11/zenity/files/patch-src_main.c b/x11/zenity/files/patch-src_main.c deleted file mode 100644 index e382df057..000000000 --- a/x11/zenity/files/patch-src_main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/main.c.orig Mon Aug 25 02:53:00 2003 -+++ src/main.c Mon Aug 25 02:53:31 2003 -@@ -25,6 +25,7 @@ - #include "zenity.h" - #include <stdlib.h> - #include <popt.h> -+#include <locale.h> - #include <langinfo.h> - - typedef enum { diff --git a/x11/zenity/pkg-descr b/x11/zenity/pkg-descr deleted file mode 100644 index 34a2188c0..000000000 --- a/x11/zenity/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is zenity - a rewrite of gdialog, the GNOME port of dialog -which allows you to display dialog boxes from the commandline -and shell scripts. If you understand, things are just as they -are. If you don't understand, things are just as they are. diff --git a/x11/zenity/pkg-plist b/x11/zenity/pkg-plist deleted file mode 100644 index a8d882c3e..000000000 --- a/x11/zenity/pkg-plist +++ /dev/null @@ -1,87 +0,0 @@ -bin/gdialog -bin/zenity -share/gnome/omf/zenity/zenity-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/zenity/zenity-C.omf 2>/dev/null || /usr/bin/true -share/gnome/help/zenity/C/figures/zenity-calendar-screenshot.png -share/gnome/help/zenity/C/figures/zenity-entry-screenshot.png -share/gnome/help/zenity/C/figures/zenity-error-screenshot.png -share/gnome/help/zenity/C/figures/zenity-fileselection-screenshot.png -share/gnome/help/zenity/C/figures/zenity-information-screenshot.png -share/gnome/help/zenity/C/figures/zenity-list-screenshot.png -share/gnome/help/zenity/C/figures/zenity-progress-screenshot.png -share/gnome/help/zenity/C/figures/zenity-question-screenshot.png -share/gnome/help/zenity/C/figures/zenity-text-screenshot.png -share/gnome/help/zenity/C/figures/zenity-warning-screenshot.png -share/gnome/help/zenity/C/legal.xml -share/gnome/help/zenity/C/zenity.xml -share/gnome/zenity/clothes/gnome-tshirt.png -share/gnome/zenity/clothes/hawaii-shirt.png -share/gnome/zenity/clothes/monk.png -share/gnome/zenity/clothes/sunglasses.png -share/gnome/zenity/clothes/surfboard.png -share/gnome/zenity/zenity-calendar.png -share/gnome/zenity/zenity-entry.png -share/gnome/zenity/zenity-file.png -share/gnome/zenity/zenity-list.png -share/gnome/zenity/zenity-progress.png -share/gnome/zenity/zenity-text.png -share/gnome/zenity/zenity.glade -share/gnome/zenity/zenity.png -share/locale/am/LC_MESSAGES/zenity-0.1.mo -share/locale/ar/LC_MESSAGES/zenity-0.1.mo -share/locale/az/LC_MESSAGES/zenity-0.1.mo -share/locale/be/LC_MESSAGES/zenity-0.1.mo -share/locale/bn/LC_MESSAGES/zenity-0.1.mo -share/locale/ca/LC_MESSAGES/zenity-0.1.mo -share/locale/cs/LC_MESSAGES/zenity-0.1.mo -share/locale/cy/LC_MESSAGES/zenity-0.1.mo -share/locale/da/LC_MESSAGES/zenity-0.1.mo -share/locale/de/LC_MESSAGES/zenity-0.1.mo -share/locale/el/LC_MESSAGES/zenity-0.1.mo -share/locale/en_GB/LC_MESSAGES/zenity-0.1.mo -share/locale/es/LC_MESSAGES/zenity-0.1.mo -share/locale/et/LC_MESSAGES/zenity-0.1.mo -share/locale/eu/LC_MESSAGES/zenity-0.1.mo -share/locale/fa/LC_MESSAGES/zenity-0.1.mo -share/locale/fi/LC_MESSAGES/zenity-0.1.mo -share/locale/fr/LC_MESSAGES/zenity-0.1.mo -share/locale/ga/LC_MESSAGES/zenity-0.1.mo -share/locale/hi/LC_MESSAGES/zenity-0.1.mo -share/locale/hr/LC_MESSAGES/zenity-0.1.mo -share/locale/hu/LC_MESSAGES/zenity-0.1.mo -share/locale/is/LC_MESSAGES/zenity-0.1.mo -share/locale/it/LC_MESSAGES/zenity-0.1.mo -share/locale/ja/LC_MESSAGES/zenity-0.1.mo -share/locale/ko/LC_MESSAGES/zenity-0.1.mo -share/locale/lt/LC_MESSAGES/zenity-0.1.mo -share/locale/ml/LC_MESSAGES/zenity-0.1.mo -share/locale/mn/LC_MESSAGES/zenity-0.1.mo -share/locale/ms/LC_MESSAGES/zenity-0.1.mo -share/locale/ne/LC_MESSAGES/zenity-0.1.mo -share/locale/nl/LC_MESSAGES/zenity-0.1.mo -share/locale/nn/LC_MESSAGES/zenity-0.1.mo -share/locale/no/LC_MESSAGES/zenity-0.1.mo -share/locale/pa/LC_MESSAGES/zenity-0.1.mo -share/locale/pl/LC_MESSAGES/zenity-0.1.mo -share/locale/pt/LC_MESSAGES/zenity-0.1.mo -share/locale/pt_BR/LC_MESSAGES/zenity-0.1.mo -share/locale/ru/LC_MESSAGES/zenity-0.1.mo -share/locale/sk/LC_MESSAGES/zenity-0.1.mo -share/locale/sl/LC_MESSAGES/zenity-0.1.mo -share/locale/sq/LC_MESSAGES/zenity-0.1.mo -share/locale/sr/LC_MESSAGES/zenity-0.1.mo -share/locale/sr@Latn/LC_MESSAGES/zenity-0.1.mo -share/locale/sv/LC_MESSAGES/zenity-0.1.mo -share/locale/ta/LC_MESSAGES/zenity-0.1.mo -share/locale/th/LC_MESSAGES/zenity-0.1.mo -share/locale/uk/LC_MESSAGES/zenity-0.1.mo -share/locale/vi/LC_MESSAGES/zenity-0.1.mo -share/locale/zh_CN/LC_MESSAGES/zenity-0.1.mo -share/locale/zh_TW/LC_MESSAGES/zenity-0.1.mo -@dirrm share/gnome/omf/zenity -@dirrm share/gnome/help/zenity/C/figures -@dirrm share/gnome/help/zenity/C -@dirrm share/gnome/help/zenity -@dirrm share/gnome/zenity/clothes -@dirrm share/gnome/zenity -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/zenity/zenity-C.omf 2>/dev/null || /usr/bin/true |