From af71c4b0511a96fc9076dfa4547326a3e297a359 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 28 Apr 2007 17:06:22 +0000 Subject: share/gnome -> share git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8665 df743ca5-7f9a-e211-a948-0013205c9059 --- archivers/file-roller/Makefile | 56 +++++ archivers/file-roller/distinfo | 3 + .../file-roller/files/patch-src_fr-command-tar.c | 12 + archivers/file-roller/pkg-descr | 21 ++ archivers/file-roller/pkg-plist | 270 +++++++++++++++++++++ math/gcalctool/Makefile | 3 +- math/gcalctool/pkg-plist | 28 +-- sysutils/gconf-editor/Makefile | 35 +++ sysutils/gconf-editor/distinfo | 3 + sysutils/gconf-editor/pkg-descr | 2 + sysutils/gconf-editor/pkg-plist | 169 +++++++++++++ x11/fast-user-switch-applet/Makefile | 36 +++ x11/fast-user-switch-applet/distinfo | 3 + .../files/patch-src_gdm-queue.c | 10 + x11/fast-user-switch-applet/pkg-descr | 4 + x11/fast-user-switch-applet/pkg-plist | 180 ++++++++++++++ 16 files changed, 820 insertions(+), 15 deletions(-) create mode 100644 archivers/file-roller/Makefile create mode 100644 archivers/file-roller/distinfo create mode 100644 archivers/file-roller/files/patch-src_fr-command-tar.c create mode 100644 archivers/file-roller/pkg-descr create mode 100644 archivers/file-roller/pkg-plist create mode 100644 sysutils/gconf-editor/Makefile create mode 100644 sysutils/gconf-editor/distinfo create mode 100644 sysutils/gconf-editor/pkg-descr create mode 100644 sysutils/gconf-editor/pkg-plist create mode 100644 x11/fast-user-switch-applet/Makefile create mode 100644 x11/fast-user-switch-applet/distinfo create mode 100644 x11/fast-user-switch-applet/files/patch-src_gdm-queue.c create mode 100644 x11/fast-user-switch-applet/pkg-descr create mode 100644 x11/fast-user-switch-applet/pkg-plist diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile new file mode 100644 index 000000000..2df5c684a --- /dev/null +++ b/archivers/file-roller/Makefile @@ -0,0 +1,56 @@ +# New ports collection makefile for: fileroller +# Date created: 18 May 2002 +# Whom: Anders Nordby +# +# $FreeBSD$ +# $MCom: ports/archivers/file-roller/Makefile,v 1.117 2007/03/12 23:23:57 marcus Exp $ +# + +PORTNAME= file-roller +PORTVERSION= 2.18.2 +PORTREVISION= 1 +PORTEPOCH= 1 +CATEGORIES= archivers gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= An archive manager for zip files, tar, etc + +# XXX: We need the ports version of gtar since gtar-1.13.25 included with +# FreeBSD is not sufficient. If the base version of GNU tar is updated, then +# we can do away with this dependency. +RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar + +USE_LDCONFIG= yes +USE_BZIP2= yes +USE_GETTEXT= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_XLIB= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils nautilus2 \ + gnomedocutils +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= file-roller.schemas + +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${WRKSRC}/src/fr-command-tar.c + @${FIND} ${WRKSRC} -name "fr-command-*.c" | ${XARGS} ${REINPLACE_CMD} \ + -e 's|atoll|fr_atoll|g' + +post-install: + @-update-desktop-database +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include diff --git a/archivers/file-roller/distinfo b/archivers/file-roller/distinfo new file mode 100644 index 000000000..c3c52bde1 --- /dev/null +++ b/archivers/file-roller/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/file-roller-2.18.2.tar.bz2) = fa5837a2d0e3c62b85201deef4202923 +SHA256 (gnome2/file-roller-2.18.2.tar.bz2) = b5e49237e788d8a8fb6b9061c13021006bc4b51d87c21f1a0fef85eed7c8bb25 +SIZE (gnome2/file-roller-2.18.2.tar.bz2) = 1127280 diff --git a/archivers/file-roller/files/patch-src_fr-command-tar.c b/archivers/file-roller/files/patch-src_fr-command-tar.c new file mode 100644 index 000000000..78843a28c --- /dev/null +++ b/archivers/file-roller/files/patch-src_fr-command-tar.c @@ -0,0 +1,12 @@ +--- src/fr-command-tar.c.orig Sun Oct 15 12:33:56 2006 ++++ src/fr-command-tar.c Mon Oct 16 19:18:03 2006 +@@ -231,6 +231,9 @@ + #if defined (__SVR4) && defined (__sun) + if (g_file_test ("/usr/sfw/bin/gtar", G_FILE_TEST_IS_EXECUTABLE)) + command = g_strdup ("/usr/sfw/bin/gtar"); ++#elif defined(__FreeBSD__) ++ if (g_file_test ("%%LOCALBASE%%/bin/gtar", G_FILE_TEST_IS_EXECUTABLE)) ++ command = g_strdup ("%%LOCALBASE%%/bin/gtar"); + #endif + if (command != NULL) + fr_process_begin_command (comm->process, command); diff --git a/archivers/file-roller/pkg-descr b/archivers/file-roller/pkg-descr new file mode 100644 index 000000000..703a89829 --- /dev/null +++ b/archivers/file-roller/pkg-descr @@ -0,0 +1,21 @@ +File Roller is an archive manager for the GNOME environment. It is only a +front-end (a graphical interface) to archiving programs like tar and zip. +The supported file types are: + +* Tar archives uncompressed (.tar) or compressed with gzip (.tar.gz , .tgz), + bzip (.tar.bz , .tbz), bzip2 (.tar.bz2 , .tbz2), compress (.tar.Z , .taz), + lzop (.tar.lzo , .tzo) +* Zip archives (.zip) +* Jar archives (.jar , .ear , .war) +* Lha archives (.lzh) +* Rar archives (.rar) +* Single files compressed with gzip, bzip, bzip2, compress, lzop + +File Roller also has a document viewer based on bonobo that lets you view files +of any type for which you have a viewer. + +Former WinZip users may find this program useful. It serves the same purpose. + +WWW: http://fileroller.sourceforge.net/ + +- Anders Nordby diff --git a/archivers/file-roller/pkg-plist b/archivers/file-roller/pkg-plist new file mode 100644 index 000000000..2c77571d3 --- /dev/null +++ b/archivers/file-roller/pkg-plist @@ -0,0 +1,270 @@ +bin/file-roller +lib/nautilus/extensions-1.0/libnautilus-fileroller.a +lib/nautilus/extensions-1.0/libnautilus-fileroller.la +lib/nautilus/extensions-1.0/libnautilus-fileroller.so +libexec/file-roller/isoinfo.sh +libexec/file-roller/move-here.sh +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +share/applications/file-roller.desktop +share/file-roller/glade/ask-password.glade +share/file-roller/glade/file-roller.glade +share/file-roller/icons/hicolor/16x16/actions/add-files-to-archive.png +share/file-roller/icons/hicolor/16x16/actions/add-folder-to-archive.png +share/file-roller/icons/hicolor/16x16/actions/extract-archive.png +share/file-roller/icons/hicolor/24x24/actions/add-files-to-archive.png +share/file-roller/icons/hicolor/24x24/actions/add-folder-to-archive.png +share/file-roller/icons/hicolor/24x24/actions/extract-archive.png +share/file-roller/icons/hicolor/24x24/actions/preview-file.png +share/gnome/help/file-roller/C/figures/file-roller_home.png +share/gnome/help/file-roller/C/figures/file-roller_leftarrow.png +share/gnome/help/file-roller/C/figures/file-roller_main_window.png +share/gnome/help/file-roller/C/figures/file-roller_rightarrow.png +share/gnome/help/file-roller/C/figures/file-roller_uparrow.png +share/gnome/help/file-roller/C/file-roller.xml +share/gnome/help/file-roller/C/legal.xml +share/gnome/help/file-roller/bg/figures/file-roller_home.png +share/gnome/help/file-roller/bg/figures/file-roller_leftarrow.png +share/gnome/help/file-roller/bg/figures/file-roller_main_window.png +share/gnome/help/file-roller/bg/figures/file-roller_rightarrow.png +share/gnome/help/file-roller/bg/figures/file-roller_uparrow.png +share/gnome/help/file-roller/bg/file-roller.xml +share/gnome/help/file-roller/de/figures/file-roller_home.png +share/gnome/help/file-roller/de/figures/file-roller_leftarrow.png +share/gnome/help/file-roller/de/figures/file-roller_main_window.png +share/gnome/help/file-roller/de/figures/file-roller_rightarrow.png +share/gnome/help/file-roller/de/figures/file-roller_uparrow.png +share/gnome/help/file-roller/de/file-roller.xml +share/gnome/help/file-roller/es/figures/file-roller_home.png +share/gnome/help/file-roller/es/figures/file-roller_leftarrow.png +share/gnome/help/file-roller/es/figures/file-roller_main_window.png +share/gnome/help/file-roller/es/figures/file-roller_rightarrow.png +share/gnome/help/file-roller/es/figures/file-roller_uparrow.png +share/gnome/help/file-roller/es/file-roller.xml +share/gnome/help/file-roller/fr/figures/file-roller_home.png +share/gnome/help/file-roller/fr/figures/file-roller_leftarrow.png +share/gnome/help/file-roller/fr/figures/file-roller_main_window.png +share/gnome/help/file-roller/fr/figures/file-roller_rightarrow.png +share/gnome/help/file-roller/fr/figures/file-roller_uparrow.png +share/gnome/help/file-roller/fr/file-roller.xml +share/gnome/help/file-roller/it/figures/file-roller_home.png +share/gnome/help/file-roller/it/figures/file-roller_leftarrow.png +share/gnome/help/file-roller/it/figures/file-roller_main_window.png +share/gnome/help/file-roller/it/figures/file-roller_rightarrow.png +share/gnome/help/file-roller/it/figures/file-roller_uparrow.png +share/gnome/help/file-roller/it/file-roller.xml +share/gnome/help/file-roller/nl/figures/file-roller_home.png +share/gnome/help/file-roller/nl/figures/file-roller_leftarrow.png +share/gnome/help/file-roller/nl/figures/file-roller_main_window.png +share/gnome/help/file-roller/nl/figures/file-roller_rightarrow.png +share/gnome/help/file-roller/nl/figures/file-roller_uparrow.png +share/gnome/help/file-roller/nl/file-roller.xml +share/gnome/help/file-roller/ru/figures/file-roller_home.png +share/gnome/help/file-roller/ru/figures/file-roller_leftarrow.png +share/gnome/help/file-roller/ru/figures/file-roller_main_window.png +share/gnome/help/file-roller/ru/figures/file-roller_rightarrow.png +share/gnome/help/file-roller/ru/figures/file-roller_uparrow.png +share/gnome/help/file-roller/ru/file-roller.xml +share/gnome/help/file-roller/sv/figures/file-roller_home.png +share/gnome/help/file-roller/sv/figures/file-roller_leftarrow.png +share/gnome/help/file-roller/sv/figures/file-roller_main_window.png +share/gnome/help/file-roller/sv/figures/file-roller_rightarrow.png +share/gnome/help/file-roller/sv/figures/file-roller_uparrow.png +share/gnome/help/file-roller/sv/file-roller.xml +share/gnome/help/file-roller/uk/figures/file-roller_home.png +share/gnome/help/file-roller/uk/figures/file-roller_leftarrow.png +share/gnome/help/file-roller/uk/figures/file-roller_main_window.png +share/gnome/help/file-roller/uk/figures/file-roller_rightarrow.png +share/gnome/help/file-roller/uk/figures/file-roller_uparrow.png +share/gnome/help/file-roller/uk/file-roller.xml +share/omf/file-roller/file-roller-C.omf +share/omf/file-roller/file-roller-bg.omf +share/omf/file-roller/file-roller-de.omf +share/omf/file-roller/file-roller-es.omf +share/omf/file-roller/file-roller-fr.omf +share/omf/file-roller/file-roller-it.omf +share/omf/file-roller/file-roller-nl.omf +share/omf/file-roller/file-roller-ru.omf +share/omf/file-roller/file-roller-sv.omf +share/omf/file-roller/file-roller-uk.omf +share/icons/hicolor/16x16/apps/file-roller.png +share/icons/hicolor/22x22/apps/file-roller.png +share/icons/hicolor/32x32/apps/file-roller.png +share/icons/hicolor/scalable/apps/file-roller.svg +share/locale/am/LC_MESSAGES/file-roller.mo +share/locale/ar/LC_MESSAGES/file-roller.mo +share/locale/az/LC_MESSAGES/file-roller.mo +share/locale/be/LC_MESSAGES/file-roller.mo +share/locale/be@latin/LC_MESSAGES/file-roller.mo +share/locale/bg/LC_MESSAGES/file-roller.mo +share/locale/bn/LC_MESSAGES/file-roller.mo +share/locale/bn_IN/LC_MESSAGES/file-roller.mo +share/locale/br/LC_MESSAGES/file-roller.mo +share/locale/bs/LC_MESSAGES/file-roller.mo +share/locale/ca/LC_MESSAGES/file-roller.mo +share/locale/cs/LC_MESSAGES/file-roller.mo +share/locale/cy/LC_MESSAGES/file-roller.mo +share/locale/da/LC_MESSAGES/file-roller.mo +share/locale/de/LC_MESSAGES/file-roller.mo +share/locale/dz/LC_MESSAGES/file-roller.mo +share/locale/el/LC_MESSAGES/file-roller.mo +share/locale/en_CA/LC_MESSAGES/file-roller.mo +share/locale/en_GB/LC_MESSAGES/file-roller.mo +share/locale/es/LC_MESSAGES/file-roller.mo +share/locale/et/LC_MESSAGES/file-roller.mo +share/locale/eu/LC_MESSAGES/file-roller.mo +share/locale/fa/LC_MESSAGES/file-roller.mo +share/locale/fi/LC_MESSAGES/file-roller.mo +share/locale/fr/LC_MESSAGES/file-roller.mo +share/locale/ga/LC_MESSAGES/file-roller.mo +share/locale/gl/LC_MESSAGES/file-roller.mo +share/locale/gu/LC_MESSAGES/file-roller.mo +share/locale/he/LC_MESSAGES/file-roller.mo +share/locale/hi/LC_MESSAGES/file-roller.mo +share/locale/hr/LC_MESSAGES/file-roller.mo +share/locale/hu/LC_MESSAGES/file-roller.mo +share/locale/hy/LC_MESSAGES/file-roller.mo +share/locale/id/LC_MESSAGES/file-roller.mo +share/locale/is/LC_MESSAGES/file-roller.mo +share/locale/it/LC_MESSAGES/file-roller.mo +share/locale/ja/LC_MESSAGES/file-roller.mo +share/locale/ka/LC_MESSAGES/file-roller.mo +share/locale/kn/LC_MESSAGES/file-roller.mo +share/locale/ko/LC_MESSAGES/file-roller.mo +share/locale/ku/LC_MESSAGES/file-roller.mo +share/locale/lt/LC_MESSAGES/file-roller.mo +share/locale/lv/LC_MESSAGES/file-roller.mo +share/locale/mg/LC_MESSAGES/file-roller.mo +share/locale/mk/LC_MESSAGES/file-roller.mo +share/locale/ml/LC_MESSAGES/file-roller.mo +share/locale/mn/LC_MESSAGES/file-roller.mo +share/locale/mr/LC_MESSAGES/file-roller.mo +share/locale/ms/LC_MESSAGES/file-roller.mo +share/locale/nb/LC_MESSAGES/file-roller.mo +share/locale/ne/LC_MESSAGES/file-roller.mo +share/locale/nl/LC_MESSAGES/file-roller.mo +share/locale/nn/LC_MESSAGES/file-roller.mo +share/locale/or/LC_MESSAGES/file-roller.mo +share/locale/pa/LC_MESSAGES/file-roller.mo +share/locale/pl/LC_MESSAGES/file-roller.mo +share/locale/pt/LC_MESSAGES/file-roller.mo +share/locale/pt_BR/LC_MESSAGES/file-roller.mo +share/locale/ro/LC_MESSAGES/file-roller.mo +share/locale/ru/LC_MESSAGES/file-roller.mo +share/locale/rw/LC_MESSAGES/file-roller.mo +share/locale/sk/LC_MESSAGES/file-roller.mo +share/locale/sl/LC_MESSAGES/file-roller.mo +share/locale/sq/LC_MESSAGES/file-roller.mo +share/locale/sr/LC_MESSAGES/file-roller.mo +share/locale/sr@Latn/LC_MESSAGES/file-roller.mo +share/locale/sr@ije/LC_MESSAGES/file-roller.mo +share/locale/sv/LC_MESSAGES/file-roller.mo +share/locale/ta/LC_MESSAGES/file-roller.mo +share/locale/te/LC_MESSAGES/file-roller.mo +share/locale/th/LC_MESSAGES/file-roller.mo +share/locale/tk/LC_MESSAGES/file-roller.mo +share/locale/tr/LC_MESSAGES/file-roller.mo +share/locale/uk/LC_MESSAGES/file-roller.mo +share/locale/vi/LC_MESSAGES/file-roller.mo +share/locale/xh/LC_MESSAGES/file-roller.mo +share/locale/zh_CN/LC_MESSAGES/file-roller.mo +share/locale/zh_HK/LC_MESSAGES/file-roller.mo +share/locale/zh_TW/LC_MESSAGES/file-roller.mo +@dirrm share/omf/file-roller +@dirrm share/gnome/help/file-roller/uk/figures +@dirrm share/gnome/help/file-roller/uk +@dirrm share/gnome/help/file-roller/sv/figures +@dirrm share/gnome/help/file-roller/sv +@dirrm share/gnome/help/file-roller/ru/figures +@dirrm share/gnome/help/file-roller/ru +@dirrm share/gnome/help/file-roller/nl/figures +@dirrm share/gnome/help/file-roller/nl +@dirrm share/gnome/help/file-roller/it/figures +@dirrm share/gnome/help/file-roller/it +@dirrm share/gnome/help/file-roller/fr/figures +@dirrm share/gnome/help/file-roller/fr +@dirrm share/gnome/help/file-roller/es/figures +@dirrm share/gnome/help/file-roller/es +@dirrm share/gnome/help/file-roller/de/figures +@dirrm share/gnome/help/file-roller/de +@dirrm share/gnome/help/file-roller/bg/figures +@dirrm share/gnome/help/file-roller/bg +@dirrm share/gnome/help/file-roller/C/figures +@dirrm share/gnome/help/file-roller/C +@dirrm share/gnome/help/file-roller +@dirrm share/file-roller/icons/hicolor/24x24/actions +@dirrm share/file-roller/icons/hicolor/24x24 +@dirrm share/file-roller/icons/hicolor/16x16/actions +@dirrm share/file-roller/icons/hicolor/16x16 +@dirrm share/file-roller/icons/hicolor +@dirrm share/file-roller/icons +@dirrm share/file-roller/glade +@dirrm share/file-roller +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm libexec/file-roller +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/tk/LC_MESSAGES +@dirrmtry share/locale/tk +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@ije/LC_MESSAGES +@dirrmtry share/locale/sr@ije +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/sl/LC_MESSAGES +@dirrmtry share/locale/sl +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/nn/LC_MESSAGES +@dirrmtry share/locale/nn +@dirrmtry share/locale/ne/LC_MESSAGES +@dirrmtry share/locale/ne +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/be/LC_MESSAGES +@dirrmtry share/locale/be diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 52c5a6868..85366f326 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.65 2007/03/12 19:02:22 mezz Exp $ +# $MCom: ports/math/gcalctool/Makefile,v 1.67 2007/04/24 00:13:43 ahze Exp $ # PORTNAME= gcalctool PORTVERSION= 5.19.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} diff --git a/math/gcalctool/pkg-plist b/math/gcalctool/pkg-plist index 5d2d95265..f1219ac0a 100644 --- a/math/gcalctool/pkg-plist +++ b/math/gcalctool/pkg-plist @@ -1,6 +1,6 @@ bin/gcalctool bin/gnome-calculator -share/gnome/applications/gcalctool.desktop +share/applications/gcalctool.desktop share/gnome/help/gcalctool/C/figures/gcalctool_basic_window.png share/gnome/help/gcalctool/C/figures/gcalctool_financial_window.png share/gnome/help/gcalctool/C/figures/gcalctool_menu_symbol.png @@ -70,18 +70,18 @@ share/gnome/help/gcalctool/zh_TW/figures/gcalctool_menu_symbol.png share/gnome/help/gcalctool/zh_TW/figures/gcalctool_scientific_window.png share/gnome/help/gcalctool/zh_TW/gcalctool.xml share/gnome/help/gcalctool/zh_TW/legal.xml -share/gnome/omf/gcalctool/gcalctool-C.omf -share/gnome/omf/gcalctool/gcalctool-bg.omf -share/gnome/omf/gcalctool/gcalctool-de.omf -share/gnome/omf/gcalctool/gcalctool-es.omf -share/gnome/omf/gcalctool/gcalctool-fr.omf -share/gnome/omf/gcalctool/gcalctool-it.omf -share/gnome/omf/gcalctool/gcalctool-ja.omf -share/gnome/omf/gcalctool/gcalctool-ko.omf -share/gnome/omf/gcalctool/gcalctool-sv.omf -share/gnome/omf/gcalctool/gcalctool-zh_CN.omf -share/gnome/omf/gcalctool/gcalctool-zh_HK.omf -share/gnome/omf/gcalctool/gcalctool-zh_TW.omf +share/omf/gcalctool/gcalctool-C.omf +share/omf/gcalctool/gcalctool-bg.omf +share/omf/gcalctool/gcalctool-de.omf +share/omf/gcalctool/gcalctool-es.omf +share/omf/gcalctool/gcalctool-fr.omf +share/omf/gcalctool/gcalctool-it.omf +share/omf/gcalctool/gcalctool-ja.omf +share/omf/gcalctool/gcalctool-ko.omf +share/omf/gcalctool/gcalctool-sv.omf +share/omf/gcalctool/gcalctool-zh_CN.omf +share/omf/gcalctool/gcalctool-zh_HK.omf +share/omf/gcalctool/gcalctool-zh_TW.omf share/locale/am/LC_MESSAGES/gcalctool.mo share/locale/ar/LC_MESSAGES/gcalctool.mo share/locale/az/LC_MESSAGES/gcalctool.mo @@ -155,7 +155,7 @@ share/locale/xh/LC_MESSAGES/gcalctool.mo share/locale/zh_CN/LC_MESSAGES/gcalctool.mo share/locale/zh_HK/LC_MESSAGES/gcalctool.mo share/locale/zh_TW/LC_MESSAGES/gcalctool.mo -@dirrm share/gnome/omf/gcalctool +@dirrm share/omf/gcalctool @dirrm share/gnome/help/gcalctool/zh_TW/figures @dirrm share/gnome/help/gcalctool/zh_TW @dirrm share/gnome/help/gcalctool/zh_HK/figures diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile new file mode 100644 index 000000000..f461cd8ba --- /dev/null +++ b/sysutils/gconf-editor/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: gconf-editor +# Date created: 12 May 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.59 2007/03/13 12:30:40 ahze Exp $ +# + +PORTNAME= gconf-editor +PORTVERSION= 2.18.0 +PORTREVISION= 1 +PORTEPOCH= 1 +CATEGORIES= sysutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A gconf database editor for the GNOME 2 environment + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_XLIB= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomedocutils +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gconf-editor.1 +GCONF_SCHEMAS= gconf-editor.schemas + +.include diff --git a/sysutils/gconf-editor/distinfo b/sysutils/gconf-editor/distinfo new file mode 100644 index 000000000..d02ed43c2 --- /dev/null +++ b/sysutils/gconf-editor/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gconf-editor-2.18.0.tar.bz2) = cbaefa1ff8a548a3d381c67aed426fb7 +SHA256 (gnome2/gconf-editor-2.18.0.tar.bz2) = ffd3d8ef4637ead6ebd7469c1e4283e3c1044351a243e81e6f242194e07fa057 +SIZE (gnome2/gconf-editor-2.18.0.tar.bz2) = 694449 diff --git a/sysutils/gconf-editor/pkg-descr b/sysutils/gconf-editor/pkg-descr new file mode 100644 index 000000000..0c8d23c9b --- /dev/null +++ b/sysutils/gconf-editor/pkg-descr @@ -0,0 +1,2 @@ +gconf-editor is a GNOME 2 GConf database editor. It is analogous to +regedit on Windows. diff --git a/sysutils/gconf-editor/pkg-plist b/sysutils/gconf-editor/pkg-plist new file mode 100644 index 000000000..4af7e3d43 --- /dev/null +++ b/sysutils/gconf-editor/pkg-plist @@ -0,0 +1,169 @@ +bin/gconf-editor +share/applications/gconf-editor.desktop +share/gnome/help/gconf-editor/C/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/C/gconf-editor.xml +share/gnome/help/gconf-editor/C/legal.xml +share/gnome/help/gconf-editor/fr/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/fr/gconf-editor.xml +share/gnome/help/gconf-editor/it/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/it/gconf-editor.xml +share/gnome/help/gconf-editor/sv/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/sv/gconf-editor.xml +share/omf/gconf-editor/gconf-editor-C.omf +share/omf/gconf-editor/gconf-editor-fr.omf +share/omf/gconf-editor/gconf-editor-it.omf +share/omf/gconf-editor/gconf-editor-sv.omf +share/pixmaps/gconf-editor/entry-blank.png +share/pixmaps/gconf-editor/entry-bool.png +share/pixmaps/gconf-editor/entry-list.png +share/pixmaps/gconf-editor/entry-number.png +share/pixmaps/gconf-editor/entry-schema.png +share/pixmaps/gconf-editor/entry-string.png +share/pixmaps/gconf-editor/folder-closed.png +share/pixmaps/gconf-editor/folder-open.png +share/icons/hicolor/48x48/apps/gconf-editor.png +share/locale/am/LC_MESSAGES/gconf-editor.mo +share/locale/ar/LC_MESSAGES/gconf-editor.mo +share/locale/az/LC_MESSAGES/gconf-editor.mo +share/locale/be/LC_MESSAGES/gconf-editor.mo +share/locale/be@latin/LC_MESSAGES/gconf-editor.mo +share/locale/bg/LC_MESSAGES/gconf-editor.mo +share/locale/bn/LC_MESSAGES/gconf-editor.mo +share/locale/bn_IN/LC_MESSAGES/gconf-editor.mo +share/locale/br/LC_MESSAGES/gconf-editor.mo +share/locale/bs/LC_MESSAGES/gconf-editor.mo +share/locale/ca/LC_MESSAGES/gconf-editor.mo +share/locale/cs/LC_MESSAGES/gconf-editor.mo +share/locale/cy/LC_MESSAGES/gconf-editor.mo +share/locale/da/LC_MESSAGES/gconf-editor.mo +share/locale/de/LC_MESSAGES/gconf-editor.mo +share/locale/dz/LC_MESSAGES/gconf-editor.mo +share/locale/el/LC_MESSAGES/gconf-editor.mo +share/locale/en_CA/LC_MESSAGES/gconf-editor.mo +share/locale/en_GB/LC_MESSAGES/gconf-editor.mo +share/locale/es/LC_MESSAGES/gconf-editor.mo +share/locale/et/LC_MESSAGES/gconf-editor.mo +share/locale/eu/LC_MESSAGES/gconf-editor.mo +share/locale/fa/LC_MESSAGES/gconf-editor.mo +share/locale/fi/LC_MESSAGES/gconf-editor.mo +share/locale/fr/LC_MESSAGES/gconf-editor.mo +share/locale/ga/LC_MESSAGES/gconf-editor.mo +share/locale/gl/LC_MESSAGES/gconf-editor.mo +share/locale/gu/LC_MESSAGES/gconf-editor.mo +share/locale/he/LC_MESSAGES/gconf-editor.mo +share/locale/hi/LC_MESSAGES/gconf-editor.mo +share/locale/hr/LC_MESSAGES/gconf-editor.mo +share/locale/hu/LC_MESSAGES/gconf-editor.mo +share/locale/id/LC_MESSAGES/gconf-editor.mo +share/locale/it/LC_MESSAGES/gconf-editor.mo +share/locale/ja/LC_MESSAGES/gconf-editor.mo +share/locale/ka/LC_MESSAGES/gconf-editor.mo +share/locale/kn/LC_MESSAGES/gconf-editor.mo +share/locale/ko/LC_MESSAGES/gconf-editor.mo +share/locale/ku/LC_MESSAGES/gconf-editor.mo +share/locale/li/LC_MESSAGES/gconf-editor.mo +share/locale/lt/LC_MESSAGES/gconf-editor.mo +share/locale/lv/LC_MESSAGES/gconf-editor.mo +share/locale/mg/LC_MESSAGES/gconf-editor.mo +share/locale/mk/LC_MESSAGES/gconf-editor.mo +share/locale/ml/LC_MESSAGES/gconf-editor.mo +share/locale/mn/LC_MESSAGES/gconf-editor.mo +share/locale/mr/LC_MESSAGES/gconf-editor.mo +share/locale/ms/LC_MESSAGES/gconf-editor.mo +share/locale/nb/LC_MESSAGES/gconf-editor.mo +share/locale/ne/LC_MESSAGES/gconf-editor.mo +share/locale/nl/LC_MESSAGES/gconf-editor.mo +share/locale/or/LC_MESSAGES/gconf-editor.mo +share/locale/pa/LC_MESSAGES/gconf-editor.mo +share/locale/pl/LC_MESSAGES/gconf-editor.mo +share/locale/pt/LC_MESSAGES/gconf-editor.mo +share/locale/pt_BR/LC_MESSAGES/gconf-editor.mo +share/locale/ro/LC_MESSAGES/gconf-editor.mo +share/locale/ru/LC_MESSAGES/gconf-editor.mo +share/locale/rw/LC_MESSAGES/gconf-editor.mo +share/locale/sk/LC_MESSAGES/gconf-editor.mo +share/locale/sl/LC_MESSAGES/gconf-editor.mo +share/locale/sq/LC_MESSAGES/gconf-editor.mo +share/locale/sr/LC_MESSAGES/gconf-editor.mo +share/locale/sr@Latn/LC_MESSAGES/gconf-editor.mo +share/locale/sv/LC_MESSAGES/gconf-editor.mo +share/locale/ta/LC_MESSAGES/gconf-editor.mo +share/locale/te/LC_MESSAGES/gconf-editor.mo +share/locale/th/LC_MESSAGES/gconf-editor.mo +share/locale/tr/LC_MESSAGES/gconf-editor.mo +share/locale/ug/LC_MESSAGES/gconf-editor.mo +share/locale/uk/LC_MESSAGES/gconf-editor.mo +share/locale/vi/LC_MESSAGES/gconf-editor.mo +share/locale/xh/LC_MESSAGES/gconf-editor.mo +share/locale/zh_CN/LC_MESSAGES/gconf-editor.mo +share/locale/zh_HK/LC_MESSAGES/gconf-editor.mo +share/locale/zh_TW/LC_MESSAGES/gconf-editor.mo +@dirrm share/pixmaps/gconf-editor +@dirrm share/omf/gconf-editor +@dirrm share/gnome/help/gconf-editor/sv/figures +@dirrm share/gnome/help/gconf-editor/sv +@dirrm share/gnome/help/gconf-editor/it/figures +@dirrm share/gnome/help/gconf-editor/it +@dirrm share/gnome/help/gconf-editor/fr/figures +@dirrm share/gnome/help/gconf-editor/fr +@dirrm share/gnome/help/gconf-editor/C/figures +@dirrm share/gnome/help/gconf-editor/C +@dirrm share/gnome/help/gconf-editor +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/sl/LC_MESSAGES +@dirrmtry share/locale/sl +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/ne/LC_MESSAGES +@dirrmtry share/locale/ne +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/li/LC_MESSAGES +@dirrmtry share/locale/li +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/be/LC_MESSAGES +@dirrmtry share/locale/be diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile new file mode 100644 index 000000000..3eb4f29c7 --- /dev/null +++ b/x11/fast-user-switch-applet/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: user-selector-applet +# Date created: 8 May 2004 +# Whom: Alexander Nedotsukov +# +# $FreeBSD$ +# $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.22 2007/02/27 20:35:24 mezz Exp $ + +PORTNAME= fast-user-switch-applet +PORTVERSION= 2.18.0 +PORTREVISION= 1 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Fast user switching applet for GNOME + +USE_BZIP2= yes +USE_XLIB= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomehack intlhack gnomeprefix gtk20 gnomepanel +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-gdm-config=${LOCALBASE}/etc/gdm/custom.conf \ + --with-gdm-setup=${LOCALBASE}/sbin/gdmsetup + +GCONF_SCHEMAS= fast-user-switch-applet.schemas +INSTALLS_OMF= yes + +post-patch: + @${REINPLACE_CMD} -e 's|\$$"\$$|"$$|' ${WRKSRC}/configure + +.include diff --git a/x11/fast-user-switch-applet/distinfo b/x11/fast-user-switch-applet/distinfo new file mode 100644 index 000000000..78f157034 --- /dev/null +++ b/x11/fast-user-switch-applet/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/fast-user-switch-applet-2.18.0.tar.bz2) = aefe9ea3aecc908336ae909aeee385b5 +SHA256 (gnome2/fast-user-switch-applet-2.18.0.tar.bz2) = eec13f4a8d35e5b43ad78589dd02c255748a3d24be8da7c018f2a7e5fcb87436 +SIZE (gnome2/fast-user-switch-applet-2.18.0.tar.bz2) = 761628 diff --git a/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c new file mode 100644 index 000000000..a38c96493 --- /dev/null +++ b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c @@ -0,0 +1,10 @@ +--- src/gdm-queue.c.orig Thu Nov 16 12:39:45 2006 ++++ src/gdm-queue.c Thu Nov 16 12:40:17 2006 +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + #include + + #include "gdm-queue.h" diff --git a/x11/fast-user-switch-applet/pkg-descr b/x11/fast-user-switch-applet/pkg-descr new file mode 100644 index 000000000..da069d11f --- /dev/null +++ b/x11/fast-user-switch-applet/pkg-descr @@ -0,0 +1,4 @@ +The Fast User-Switching Applet is an applet for the GNOME panel which +provides a menu to switch between users. It integrates with GDM to +switch between existing X11 sessions or create new ones as needed, +and will show the same users as the GDM face browser. diff --git a/x11/fast-user-switch-applet/pkg-plist b/x11/fast-user-switch-applet/pkg-plist new file mode 100644 index 000000000..62b8eaf11 --- /dev/null +++ b/x11/fast-user-switch-applet/pkg-plist @@ -0,0 +1,180 @@ +libdata/bonobo/servers/GNOME_FastUserSwitchApplet.server +libexec/fast-user-switch-applet +share/fast-user-switch-applet/ui.glade +share/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml +share/gnome/help/fast-user-switch-applet/C/fast-user-switch-applet.xml +share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-context.png +share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-icon.png +share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-prefs.png +share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-text.png +share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-username.png +share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet.png +share/gnome/help/fast-user-switch-applet/C/legal.xml +share/gnome/help/fast-user-switch-applet/en_GB/fast-user-switch-applet.xml +share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet-context.png +share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet-icon.png +share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet-prefs.png +share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet-text.png +share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet-username.png +share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet.png +share/gnome/help/fast-user-switch-applet/es/fast-user-switch-applet.xml +share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet-context.png +share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet-icon.png +share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet-prefs.png +share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet-text.png +share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet-username.png +share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet.png +share/gnome/help/fast-user-switch-applet/fr/fast-user-switch-applet.xml +share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet-context.png +share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet-icon.png +share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet-prefs.png +share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet-text.png +share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet-username.png +share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet.png +share/gnome/help/fast-user-switch-applet/pa/fast-user-switch-applet.xml +share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet-context.png +share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet-icon.png +share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet-prefs.png +share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet-text.png +share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet-username.png +share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet.png +share/gnome/help/fast-user-switch-applet/sr/fast-user-switch-applet.xml +share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-context.png +share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-icon.png +share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-prefs.png +share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-text.png +share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-username.png +share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet.png +share/gnome/help/fast-user-switch-applet/sv/fast-user-switch-applet.xml +share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-context.png +share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-icon.png +share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-prefs.png +share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-text.png +share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-username.png +share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet.png +share/omf/fast-user-switch-applet/fast-user-switch-applet-C.omf +share/omf/fast-user-switch-applet/fast-user-switch-applet-en_GB.omf +share/omf/fast-user-switch-applet/fast-user-switch-applet-es.omf +share/omf/fast-user-switch-applet/fast-user-switch-applet-fr.omf +share/omf/fast-user-switch-applet/fast-user-switch-applet-pa.omf +share/omf/fast-user-switch-applet/fast-user-switch-applet-sr.omf +share/omf/fast-user-switch-applet/fast-user-switch-applet-sv.omf +share/locale/ar/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/bg/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/bn/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/bn_IN/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/ca/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/cs/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/cy/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/da/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/de/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/dz/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/el/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/en_CA/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/en_GB/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/es/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/et/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/eu/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/fa/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/fi/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/fr/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/gl/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/gu/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/he/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/hi/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/hu/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/id/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/it/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/ja/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/ka/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/ko/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/ku/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/lt/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/lv/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/mg/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/mk/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/ml/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/mn/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/mr/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/nb/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/ne/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/nl/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/or/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/pa/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/pl/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/pt/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/pt_BR/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/ru/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/sk/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/sl/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/sq/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/sr/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/sr@Latn/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/sv/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/ta/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/th/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/tr/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/uk/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/vi/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/zh_CN/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/zh_HK/LC_MESSAGES/fast-user-switch-applet.mo +share/locale/zh_TW/LC_MESSAGES/fast-user-switch-applet.mo +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/sl/LC_MESSAGES +@dirrmtry share/locale/sl +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/ne/LC_MESSAGES +@dirrmtry share/locale/ne +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrm share/omf/fast-user-switch-applet +@dirrm share/gnome/help/fast-user-switch-applet/sv/figures +@dirrm share/gnome/help/fast-user-switch-applet/sv +@dirrm share/gnome/help/fast-user-switch-applet/sr/figures +@dirrm share/gnome/help/fast-user-switch-applet/sr +@dirrm share/gnome/help/fast-user-switch-applet/pa/figures +@dirrm share/gnome/help/fast-user-switch-applet/pa +@dirrm share/gnome/help/fast-user-switch-applet/fr/figures +@dirrm share/gnome/help/fast-user-switch-applet/fr +@dirrm share/gnome/help/fast-user-switch-applet/es/figures +@dirrm share/gnome/help/fast-user-switch-applet/es +@dirrm share/gnome/help/fast-user-switch-applet/en_GB/figures +@dirrm share/gnome/help/fast-user-switch-applet/en_GB +@dirrm share/gnome/help/fast-user-switch-applet/C/figures +@dirrm share/gnome/help/fast-user-switch-applet/C +@dirrm share/gnome/help/fast-user-switch-applet +@dirrm share/fast-user-switch-applet -- cgit v1.2.3