diff options
author | marcus <marcus@FreeBSD.org> | 2009-04-10 13:56:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-04-10 13:56:28 +0800 |
commit | 06fff123f04648e578283b13f71108c1671ae751 (patch) | |
tree | e04217d1bf9d69846902902125c156a81eae643b /sysutils | |
parent | f488e4c3be8f7b25040ce1258e89a5550fb33bf8 (diff) | |
download | freebsd-ports-gnome-06fff123f04648e578283b13f71108c1671ae751.tar.gz freebsd-ports-gnome-06fff123f04648e578283b13f71108c1671ae751.tar.zst freebsd-ports-gnome-06fff123f04648e578283b13f71108c1671ae751.zip |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
Diffstat (limited to 'sysutils')
36 files changed, 314 insertions, 359 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a31f4047b56d..ca23562019b8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -296,7 +296,6 @@ SUBDIR += gnome-settings-daemon SUBDIR += gnome-system-monitor SUBDIR += gnome-system-tools - SUBDIR += gnome-volume-manager SUBDIR += gnome_subr SUBDIR += gnomebaker SUBDIR += gnomefind diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index d915447a33ca..1121385058d9 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/brasero/Makefile,v 1.34 2009/01/09 22:03:01 kwm Exp $ +# $MCom: ports/sysutils/brasero/Makefile,v 1.43 2009/03/22 00:17:29 marcus Exp $ PORTNAME= brasero -PORTVERSION= 0.8.4 -PORTREVISION= 3 +PORTVERSION= 2.26.0 +PORTREVISION= 1 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,20 +17,36 @@ COMMENT= CD/DVD mastering tool for the GNOME desktop LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser +RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ + cdrdao:${PORTSDIR}/sysutils/cdrdao USE_GETTEXT= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehier nautiluscdburner +USE_XORG= sm +USE_GNOME= intlhack gnomeprefix gnomehack nautilus2 USE_GSTREAMER= gconf core INSTALLS_OMF= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= --disable-inotify +CONFIGURE_ARGS= --disable-inotify --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= brasero.1 GCONF_SCHEMAS= brasero.schemas -.include <bsd.port.mk> +OPTIONS= LIBBURNIA "Enable libburnia plug-ins" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_LIBBURNIA) +LIB_DEPENDS+= burn.4:${PORTSDIR}/devel/libburn \ + isofs.6:${PORTSDIR}/devel/libisofs +CONFIGURE_ARGS+=--enable-libburnia +PLIST_SUB+= LIBBURNIA="" +.else +PLIST_SUB+= LIBBURNIA="@comment " +.endif + +.include <bsd.port.post.mk> diff --git a/sysutils/brasero/distinfo b/sysutils/brasero/distinfo index c63fa75cf437..d1776af4b68c 100644 --- a/sysutils/brasero/distinfo +++ b/sysutils/brasero/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/brasero-0.8.4.tar.bz2) = 5d0ad796e1f7b68a31f8757f1b3f9aef -SHA256 (gnome2/brasero-0.8.4.tar.bz2) = 6cbe0367e9049f6c93d67f6d9a48b530430e52d3d48ec3ae4b9bc96b79870bba -SIZE (gnome2/brasero-0.8.4.tar.bz2) = 2755878 +MD5 (gnome2/brasero-2.26.0.tar.bz2) = ef968fe98874da4e26b61591ee57be4a +SHA256 (gnome2/brasero-2.26.0.tar.bz2) = a1d3568f4e6d68e824884c0e06acd38fdd6cf142231ca6ded2647b95ab289c8a +SIZE (gnome2/brasero-2.26.0.tar.bz2) = 3129146 diff --git a/sysutils/brasero/files/patch-src_brasero-data-project.c b/sysutils/brasero/files/patch-src_brasero-data-project.c deleted file mode 100644 index e1f559f12ce1..000000000000 --- a/sysutils/brasero/files/patch-src_brasero-data-project.c +++ /dev/null @@ -1,38 +0,0 @@ ---- src/brasero-data-project.c.orig 2008-12-14 07:53:07.000000000 -0500 -+++ src/brasero-data-project.c 2009-02-27 01:26:42.000000000 -0500 -@@ -545,7 +545,7 @@ brasero_data_project_uri_to_nodes (Brase - if (graft) - break; - -- dirname (parent); -+ parent = dirname (parent); - } - - if (!graft) { -@@ -721,7 +721,7 @@ brasero_data_project_uri_has_parent (Bra - return TRUE; - } - -- dirname (parent); -+ parent = dirname (parent); - } - - g_free (parent); -@@ -795,7 +795,7 @@ brasero_data_project_uri_is_graft_needed - * node is missing. */ - graft_parent = g_hash_table_lookup (priv->grafts, parent); - while (parent && !graft_parent) { -- dirname (parent); -+ parent = dirname (parent); - graft_parent = g_hash_table_lookup (priv->grafts, parent); - } - g_free (parent); -@@ -2787,7 +2787,7 @@ brasero_data_project_add_excluded_uri (B - break; - - graft = NULL; -- dirname (parent_uri); -+ parent_uri = dirname (parent_uri); - } - g_free (parent_uri); - diff --git a/sysutils/brasero/files/patch-src_scsi-cam.c b/sysutils/brasero/files/patch-src_scsi-cam.c deleted file mode 100644 index 74546979f326..000000000000 --- a/sysutils/brasero/files/patch-src_scsi-cam.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/scsi-cam.c.orig 2009-01-13 21:35:42.000000000 -0500 -+++ src/scsi-cam.c 2009-01-13 21:36:01.000000000 -0500 -@@ -62,7 +62,7 @@ typedef struct _BraseroScsiCmd BraseroSc - #define BRASERO_SCSI_CMD_OPCODE_OFF 0 - #define BRASERO_SCSI_CMD_SET_OPCODE(command) (command->cmd [BRASERO_SCSI_CMD_OPCODE_OFF] = command->info->opcode) - --#define OPEN_FLAGS O_RDWR /*|O_EXCL */|O_NONBLOCK -+#define OPEN_FLAGS O_RDONLY /*|O_EXCL */|O_NONBLOCK - - BraseroScsiResult - brasero_scsi_command_issue_sync (gpointer command, -@@ -158,8 +158,8 @@ brasero_device_handle_open (const gchar - - g_assert (path != NULL); - -- if (exclusive) -- flags |= O_EXCL; -+/* if (exclusive) -+ flags |= O_EXCL;*/ - - /* cam_open_device() fails unless we use O_RDWR */ - cam = cam_open_device (path, O_RDWR); diff --git a/sysutils/brasero/pkg-plist b/sysutils/brasero/pkg-plist index 20c2908fd45d..b2536ed17af0 100644 --- a/sysutils/brasero/pkg-plist +++ b/sysutils/brasero/pkg-plist @@ -1,4 +1,12 @@ bin/brasero +include/brasero/brasero-drive-selection.h +include/brasero/brasero-drive.h +include/brasero/brasero-media.h +include/brasero/brasero-medium-monitor.h +include/brasero/brasero-medium-selection.h +include/brasero/brasero-medium.h +include/brasero/brasero-units.h +include/brasero/brasero-volume.h lib/brasero/plugins/libbrasero-burn-uri.la lib/brasero/plugins/libbrasero-burn-uri.so lib/brasero/plugins/libbrasero-cdrdao.la @@ -19,6 +27,10 @@ lib/brasero/plugins/libbrasero-genisoimage.la lib/brasero/plugins/libbrasero-genisoimage.so lib/brasero/plugins/libbrasero-growisofs.la lib/brasero/plugins/libbrasero-growisofs.so +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.la +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.so +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.la +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.so lib/brasero/plugins/libbrasero-local-track.la lib/brasero/plugins/libbrasero-local-track.so lib/brasero/plugins/libbrasero-mkisofs.la @@ -39,10 +51,15 @@ lib/brasero/plugins/libbrasero-vob.la lib/brasero/plugins/libbrasero-vob.so lib/brasero/plugins/libbrasero-wodim.la lib/brasero/plugins/libbrasero-wodim.so +lib/libbrasero-media.la +lib/libbrasero-media.so +lib/libbrasero-media.so.1 lib/nautilus/extensions-2.0/libnautilus-brasero-extension.la lib/nautilus/extensions-2.0/libnautilus-brasero-extension.so +libdata/pkgconfig/libbrasero-media.pc share/applications/brasero.desktop share/applications/brasero-copy-medium.desktop +share/applications/brasero-nautilus.desktop share/applications/brasero-open-image.desktop share/applications/brasero-open-playlist.desktop share/applications/brasero-open-project.desktop @@ -201,6 +218,24 @@ share/applications/brasero-open-project.desktop %%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-90.svg %%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-95.svg %%DATADIR%%/logo.png +%%DOCSDIR%%/BraseroDrive.html +%%DOCSDIR%%/BraseroDriveSelection.html +%%DOCSDIR%%/BraseroMedium.html +%%DOCSDIR%%/BraseroMediumMonitor.html +%%DOCSDIR%%/BraseroMediumSelection.html +%%DOCSDIR%%/BraseroVolume.html +%%DOCSDIR%%/brasero-brasero-media.html +%%DOCSDIR%%/brasero-brasero-units.html +%%DOCSDIR%%/brasero.devhelp +%%DOCSDIR%%/brasero.devhelp2 +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png share/gnome/help/brasero/C/brasero.xml share/gnome/help/brasero/C/figures/brasero_main.png share/gnome/help/brasero/C/legal.xml @@ -208,6 +243,8 @@ share/gnome/help/brasero/de/brasero.xml share/gnome/help/brasero/de/figures/brasero_main.png share/gnome/help/brasero/el/brasero.xml share/gnome/help/brasero/el/figures/brasero_main.png +share/gnome/help/brasero/en_GB/brasero.xml +share/gnome/help/brasero/en_GB/figures/brasero_main.png share/gnome/help/brasero/es/brasero.xml share/gnome/help/brasero/es/figures/brasero_main.png share/gnome/help/brasero/fr/brasero.xml @@ -227,6 +264,8 @@ share/icons/hicolor/32x32/apps/brasero.png share/icons/hicolor/48x48/apps/brasero.png share/icons/hicolor/scalable/apps/brasero.svg share/locale/ar/LC_MESSAGES/brasero.mo +share/locale/bg/LC_MESSAGES/brasero.mo +share/locale/bn_IN/LC_MESSAGES/brasero.mo share/locale/ca/LC_MESSAGES/brasero.mo share/locale/cs/LC_MESSAGES/brasero.mo share/locale/da/LC_MESSAGES/brasero.mo @@ -236,18 +275,27 @@ share/locale/el/LC_MESSAGES/brasero.mo share/locale/en_GB/LC_MESSAGES/brasero.mo share/locale/es/LC_MESSAGES/brasero.mo share/locale/et/LC_MESSAGES/brasero.mo +share/locale/eu/LC_MESSAGES/brasero.mo share/locale/fi/LC_MESSAGES/brasero.mo share/locale/fr/LC_MESSAGES/brasero.mo share/locale/gl/LC_MESSAGES/brasero.mo +share/locale/gu/LC_MESSAGES/brasero.mo share/locale/he/LC_MESSAGES/brasero.mo +share/locale/hi/LC_MESSAGES/brasero.mo share/locale/hu/LC_MESSAGES/brasero.mo share/locale/it/LC_MESSAGES/brasero.mo share/locale/ja/LC_MESSAGES/brasero.mo +share/locale/kn/LC_MESSAGES/brasero.mo +share/locale/ko/LC_MESSAGES/brasero.mo share/locale/lt/LC_MESSAGES/brasero.mo +share/locale/lv/LC_MESSAGES/brasero.mo share/locale/mk/LC_MESSAGES/brasero.mo +share/locale/ml/LC_MESSAGES/brasero.mo +share/locale/mr/LC_MESSAGES/brasero.mo share/locale/nb/LC_MESSAGES/brasero.mo share/locale/nl/LC_MESSAGES/brasero.mo share/locale/oc/LC_MESSAGES/brasero.mo +share/locale/or/LC_MESSAGES/brasero.mo share/locale/pa/LC_MESSAGES/brasero.mo share/locale/pl/LC_MESSAGES/brasero.mo share/locale/pt/LC_MESSAGES/brasero.mo @@ -258,7 +306,10 @@ share/locale/sl/LC_MESSAGES/brasero.mo share/locale/sr/LC_MESSAGES/brasero.mo share/locale/sr@latin/LC_MESSAGES/brasero.mo share/locale/sv/LC_MESSAGES/brasero.mo +share/locale/ta/LC_MESSAGES/brasero.mo +share/locale/te/LC_MESSAGES/brasero.mo share/locale/th/LC_MESSAGES/brasero.mo +share/locale/vi/LC_MESSAGES/brasero.mo share/locale/zh_CN/LC_MESSAGES/brasero.mo share/locale/zh_HK/LC_MESSAGES/brasero.mo share/locale/zh_TW/LC_MESSAGES/brasero.mo @@ -266,6 +317,7 @@ share/mime/packages/brasero.xml share/omf/brasero/brasero-C.omf share/omf/brasero/brasero-de.omf share/omf/brasero/brasero-el.omf +share/omf/brasero/brasero-en_GB.omf share/omf/brasero/brasero-es.omf share/omf/brasero/brasero-fr.omf share/omf/brasero/brasero-it.omf @@ -285,6 +337,8 @@ share/omf/brasero/brasero-sv.omf @dirrm share/gnome/help/brasero/fr @dirrm share/gnome/help/brasero/es/figures @dirrm share/gnome/help/brasero/es +@dirrm share/gnome/help/brasero/en_GB/figures +@dirrm share/gnome/help/brasero/en_GB @dirrm share/gnome/help/brasero/el/figures @dirrm share/gnome/help/brasero/el @dirrm share/gnome/help/brasero/de/figures @@ -292,6 +346,7 @@ share/omf/brasero/brasero-sv.omf @dirrm share/gnome/help/brasero/C/figures @dirrm share/gnome/help/brasero/C @dirrm share/gnome/help/brasero +@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/icons/hicolor/16x16/status @dirrm %%DATADIR%%/icons/hicolor/16x16/actions @dirrm %%DATADIR%%/icons/hicolor/16x16 @@ -315,17 +370,22 @@ share/omf/brasero/brasero-sv.omf @dirrmtry share/applications @dirrm lib/brasero/plugins @dirrm lib/brasero +@dirrm include/brasero @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @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_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin @dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN diff --git a/sysutils/bubblemon2/Makefile b/sysutils/bubblemon2/Makefile index 13d1db2207b8..44465b4f5858 100644 --- a/sysutils/bubblemon2/Makefile +++ b/sysutils/bubblemon2/Makefile @@ -7,7 +7,7 @@ PORTNAME= bubblemon2 PORTVERSION= 2.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= SAVANNAH/bubblemon DISTNAME= bubblemon-${PORTVERSION} @@ -20,8 +20,8 @@ LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop USE_GNOME= gnomehack gnomepanel gnomeprefix gnometarget intlhack USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \ + LDFLAGS="-L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0`" MAN1= bubblemon-gnome2.1 MANLANG= "" hu sv diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index b70b81a1d423..703e9dc1f5b8 100644 --- a/sysutils/gconf-editor/Makefile +++ b/sysutils/gconf-editor/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.73 2008/10/20 03:33:50 mezz Exp $ +# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.76 2009/03/18 04:05:53 marcus Exp $ # PORTNAME= gconf-editor -PORTVERSION= 2.24.1 +PORTVERSION= 2.26.0 PORTEPOCH= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME diff --git a/sysutils/gconf-editor/distinfo b/sysutils/gconf-editor/distinfo index be688026ef07..55794c7fc31d 100644 --- a/sysutils/gconf-editor/distinfo +++ b/sysutils/gconf-editor/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gconf-editor-2.24.1.tar.bz2) = 2fe93cb2ac8ea0d34860cc6d059076d8 -SHA256 (gnome2/gconf-editor-2.24.1.tar.bz2) = 7d63d9f4c23da91b2b06fe264ff4d1c40c20563220525837de7bb2dc442821fb -SIZE (gnome2/gconf-editor-2.24.1.tar.bz2) = 1142041 +MD5 (gnome2/gconf-editor-2.26.0.tar.bz2) = 2dc76415b22d805cfacfcd5fb98f185c +SHA256 (gnome2/gconf-editor-2.26.0.tar.bz2) = 2801ff7d595039292850d4f7d87b3f7c950e92dbcb39facfe62c6fb184640e1f +SIZE (gnome2/gconf-editor-2.26.0.tar.bz2) = 1262213 diff --git a/sysutils/gconf-editor/pkg-plist b/sysutils/gconf-editor/pkg-plist index 0847ce9d5ddd..f8ccc624fe97 100644 --- a/sysutils/gconf-editor/pkg-plist +++ b/sysutils/gconf-editor/pkg-plist @@ -8,35 +8,124 @@ share/applications/gconf-editor.desktop %%DATADIR%%/icons/hicolor/16x16/status/type-schema.png %%DATADIR%%/icons/hicolor/16x16/status/type-string.png %%DATADIR%%/icons/hicolor/16x16/status/type-undefined.png +share/gnome/help/gconf-editor/C/figures/entry-blank.png +share/gnome/help/gconf-editor/C/figures/entry-bool.png +share/gnome/help/gconf-editor/C/figures/entry-list.png +share/gnome/help/gconf-editor/C/figures/entry-number.png +share/gnome/help/gconf-editor/C/figures/entry-schema.png +share/gnome/help/gconf-editor/C/figures/entry-string.png 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/ca/figures/entry-blank.png +share/gnome/help/gconf-editor/ca/figures/entry-bool.png +share/gnome/help/gconf-editor/ca/figures/entry-list.png +share/gnome/help/gconf-editor/ca/figures/entry-number.png +share/gnome/help/gconf-editor/ca/figures/entry-schema.png +share/gnome/help/gconf-editor/ca/figures/entry-string.png share/gnome/help/gconf-editor/ca/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/ca/gconf-editor.xml +share/gnome/help/gconf-editor/de/figures/entry-blank.png +share/gnome/help/gconf-editor/de/figures/entry-bool.png +share/gnome/help/gconf-editor/de/figures/entry-list.png +share/gnome/help/gconf-editor/de/figures/entry-number.png +share/gnome/help/gconf-editor/de/figures/entry-schema.png +share/gnome/help/gconf-editor/de/figures/entry-string.png share/gnome/help/gconf-editor/de/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/de/gconf-editor.xml +share/gnome/help/gconf-editor/el/figures/entry-blank.png +share/gnome/help/gconf-editor/el/figures/entry-bool.png +share/gnome/help/gconf-editor/el/figures/entry-list.png +share/gnome/help/gconf-editor/el/figures/entry-number.png +share/gnome/help/gconf-editor/el/figures/entry-schema.png +share/gnome/help/gconf-editor/el/figures/entry-string.png +share/gnome/help/gconf-editor/el/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/el/gconf-editor.xml +share/gnome/help/gconf-editor/en_GB/figures/entry-blank.png +share/gnome/help/gconf-editor/en_GB/figures/entry-bool.png +share/gnome/help/gconf-editor/en_GB/figures/entry-list.png +share/gnome/help/gconf-editor/en_GB/figures/entry-number.png +share/gnome/help/gconf-editor/en_GB/figures/entry-schema.png +share/gnome/help/gconf-editor/en_GB/figures/entry-string.png +share/gnome/help/gconf-editor/en_GB/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/en_GB/gconf-editor.xml +share/gnome/help/gconf-editor/es/figures/entry-blank.png +share/gnome/help/gconf-editor/es/figures/entry-bool.png +share/gnome/help/gconf-editor/es/figures/entry-list.png +share/gnome/help/gconf-editor/es/figures/entry-number.png +share/gnome/help/gconf-editor/es/figures/entry-schema.png +share/gnome/help/gconf-editor/es/figures/entry-string.png share/gnome/help/gconf-editor/es/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/es/gconf-editor.xml +share/gnome/help/gconf-editor/fr/figures/entry-blank.png +share/gnome/help/gconf-editor/fr/figures/entry-bool.png +share/gnome/help/gconf-editor/fr/figures/entry-list.png +share/gnome/help/gconf-editor/fr/figures/entry-number.png +share/gnome/help/gconf-editor/fr/figures/entry-schema.png +share/gnome/help/gconf-editor/fr/figures/entry-string.png 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/entry-blank.png +share/gnome/help/gconf-editor/it/figures/entry-bool.png +share/gnome/help/gconf-editor/it/figures/entry-list.png +share/gnome/help/gconf-editor/it/figures/entry-number.png +share/gnome/help/gconf-editor/it/figures/entry-schema.png +share/gnome/help/gconf-editor/it/figures/entry-string.png 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/oc/figures/entry-blank.png +share/gnome/help/gconf-editor/oc/figures/entry-bool.png +share/gnome/help/gconf-editor/oc/figures/entry-list.png +share/gnome/help/gconf-editor/oc/figures/entry-number.png +share/gnome/help/gconf-editor/oc/figures/entry-schema.png +share/gnome/help/gconf-editor/oc/figures/entry-string.png share/gnome/help/gconf-editor/oc/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/oc/gconf-editor.xml +share/gnome/help/gconf-editor/pt_BR/figures/entry-blank.png +share/gnome/help/gconf-editor/pt_BR/figures/entry-bool.png +share/gnome/help/gconf-editor/pt_BR/figures/entry-list.png +share/gnome/help/gconf-editor/pt_BR/figures/entry-number.png +share/gnome/help/gconf-editor/pt_BR/figures/entry-schema.png +share/gnome/help/gconf-editor/pt_BR/figures/entry-string.png share/gnome/help/gconf-editor/pt_BR/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/pt_BR/gconf-editor.xml +share/gnome/help/gconf-editor/ru/figures/entry-blank.png +share/gnome/help/gconf-editor/ru/figures/entry-bool.png +share/gnome/help/gconf-editor/ru/figures/entry-list.png +share/gnome/help/gconf-editor/ru/figures/entry-number.png +share/gnome/help/gconf-editor/ru/figures/entry-schema.png +share/gnome/help/gconf-editor/ru/figures/entry-string.png share/gnome/help/gconf-editor/ru/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/ru/gconf-editor.xml +share/gnome/help/gconf-editor/sv/figures/entry-blank.png +share/gnome/help/gconf-editor/sv/figures/entry-bool.png +share/gnome/help/gconf-editor/sv/figures/entry-list.png +share/gnome/help/gconf-editor/sv/figures/entry-number.png +share/gnome/help/gconf-editor/sv/figures/entry-schema.png +share/gnome/help/gconf-editor/sv/figures/entry-string.png share/gnome/help/gconf-editor/sv/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/sv/gconf-editor.xml +share/gnome/help/gconf-editor/th/figures/entry-blank.png +share/gnome/help/gconf-editor/th/figures/entry-bool.png +share/gnome/help/gconf-editor/th/figures/entry-list.png +share/gnome/help/gconf-editor/th/figures/entry-number.png +share/gnome/help/gconf-editor/th/figures/entry-schema.png +share/gnome/help/gconf-editor/th/figures/entry-string.png share/gnome/help/gconf-editor/th/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/th/gconf-editor.xml +share/gnome/help/gconf-editor/uk/figures/entry-blank.png +share/gnome/help/gconf-editor/uk/figures/entry-bool.png +share/gnome/help/gconf-editor/uk/figures/entry-list.png +share/gnome/help/gconf-editor/uk/figures/entry-number.png +share/gnome/help/gconf-editor/uk/figures/entry-schema.png +share/gnome/help/gconf-editor/uk/figures/entry-string.png share/gnome/help/gconf-editor/uk/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/uk/gconf-editor.xml 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/as/LC_MESSAGES/gconf-editor.mo +share/locale/ast/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 @@ -91,6 +180,7 @@ share/locale/oc/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/ps/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 @@ -117,6 +207,8 @@ share/locale/zh_TW/LC_MESSAGES/gconf-editor.mo share/omf/gconf-editor/gconf-editor-C.omf share/omf/gconf-editor/gconf-editor-ca.omf share/omf/gconf-editor/gconf-editor-de.omf +share/omf/gconf-editor/gconf-editor-el.omf +share/omf/gconf-editor/gconf-editor-en_GB.omf share/omf/gconf-editor/gconf-editor-es.omf share/omf/gconf-editor/gconf-editor-fr.omf share/omf/gconf-editor/gconf-editor-it.omf @@ -145,6 +237,10 @@ share/omf/gconf-editor/gconf-editor-uk.omf @dirrm share/gnome/help/gconf-editor/fr @dirrm share/gnome/help/gconf-editor/es/figures @dirrm share/gnome/help/gconf-editor/es +@dirrm share/gnome/help/gconf-editor/en_GB/figures +@dirrm share/gnome/help/gconf-editor/en_GB +@dirrm share/gnome/help/gconf-editor/el/figures +@dirrm share/gnome/help/gconf-editor/el @dirrm share/gnome/help/gconf-editor/de/figures @dirrm share/gnome/help/gconf-editor/de @dirrm share/gnome/help/gconf-editor/ca/figures @@ -172,6 +268,8 @@ share/omf/gconf-editor/gconf-editor-uk.omf @dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps @dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc @dirrmtry share/locale/mr/LC_MESSAGES @@ -186,5 +284,7 @@ share/omf/gconf-editor/gconf-editor-uk.omf @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 5c04d9169623..226e5daed045 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.185 2008/09/24 21:51:29 mezz Exp $ +# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.189 2009/03/18 00:23:38 kwm Exp $ # PORTNAME= gnome-control-center -PORTVERSION= 2.24.0.1 +PORTVERSION= 2.26.0 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -37,7 +37,7 @@ CONFIGURE_ARGS= --enable-gstreamer=0.10 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= control-center.schemas +GCONF_SCHEMAS= control-center.schemas fontilus.schemas .if defined(PACKAGE_BUILDING) .undef WITHOUT_GNOME diff --git a/sysutils/gnome-control-center/distinfo b/sysutils/gnome-control-center/distinfo index b44bbd7bb3d9..4bd79e50c1e6 100644 --- a/sysutils/gnome-control-center/distinfo +++ b/sysutils/gnome-control-center/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-control-center-2.24.0.1.tar.bz2) = dcaf6e91fddbb1d57d045a4de34ec25c -SHA256 (gnome2/gnome-control-center-2.24.0.1.tar.bz2) = fa5d1ba5cb2f88d3c689c8a2bceb57508777a23cff020dcf2de67ad81b0fe57d -SIZE (gnome2/gnome-control-center-2.24.0.1.tar.bz2) = 2113356 +MD5 (gnome2/gnome-control-center-2.26.0.tar.bz2) = eed8feccc37712e34d88bd3b20e46962 +SHA256 (gnome2/gnome-control-center-2.26.0.tar.bz2) = 62fb84ea1053971a53c5259b92eb3a282c2f317f72f761ed4dff434ed0e99c05 +SIZE (gnome2/gnome-control-center-2.26.0.tar.bz2) = 2262324 diff --git a/sysutils/gnome-control-center/pkg-plist b/sysutils/gnome-control-center/pkg-plist index 84ba2af16290..569150975fdc 100644 --- a/sysutils/gnome-control-center/pkg-plist +++ b/sysutils/gnome-control-center/pkg-plist @@ -6,11 +6,12 @@ bin/gnome-at-visual bin/gnome-control-center bin/gnome-default-applications-properties bin/gnome-display-properties +bin/gnome-font-viewer bin/gnome-keybinding-properties bin/gnome-keyboard-properties bin/gnome-mouse-properties -bin/gnome-network-preferences -bin/gnome-sound-properties +bin/gnome-network-properties +bin/gnome-thumbnail-font bin/gnome-typing-monitor bin/gnome-window-properties etc/xdg/autostart/gnome-at-session.desktop @@ -32,9 +33,9 @@ share/applications/default-applications.desktop share/applications/display-properties.desktop %%ABOUTME%%share/applications/gnome-about-me.desktop share/applications/gnome-appearance-properties.desktop -share/applications/gnome-network-preferences.desktop +share/applications/gnome-font-viewer.desktop +share/applications/gnome-network-properties.desktop share/applications/gnome-settings-mouse.desktop -share/applications/gnome-settings-sound.desktop share/applications/gnome-theme-installer.desktop share/applications/gnomecc.desktop share/applications/keybinding.desktop @@ -46,13 +47,13 @@ share/desktop-directories/gnomecc.directory %%DATADIR%%/glade/at-enable-dialog.glade %%DATADIR%%/glade/display-capplet.glade %%ABOUTME%%%%DATADIR%%/glade/gnome-about-me.glade +%%ABOUTME%%%%DATADIR%%/glade/gnome-about-me-fingerprint.glade %%DATADIR%%/glade/gnome-default-applications-properties.glade %%DATADIR%%/glade/gnome-keybinding-properties.glade %%DATADIR%%/glade/gnome-keyboard-properties.glade %%DATADIR%%/glade/gnome-mouse-properties.glade -%%DATADIR%%/glade/gnome-network-preferences.glade +%%DATADIR%%/glade/gnome-network-properties.glade %%DATADIR%%/glade/gnome-window-properties.glade -%%DATADIR%%/glade/sound-properties.glade %%DATADIR%%/keybindings/00-multimedia-key.xml %%DATADIR%%/keybindings/01-desktop-key.xml %%DATADIR%%/pixmaps/at-startup.png @@ -94,10 +95,12 @@ share/gnome/help/control-center/C/config-kbd.xml share/gnome/help/control-center/C/config-keybindings.xml share/gnome/help/control-center/C/config-mouse.xml share/gnome/help/control-center/C/config-screensaver.xml -share/gnome/help/control-center/C/config-sound.xml share/gnome/help/control-center/C/config-themes.xml share/gnome/help/control-center/C/control-center.xml share/gnome/help/control-center/ca/control-center.xml +share/gnome/help/control-center/ca@valencia/control-center.xml +share/gnome/help/control-center/cs/control-center.xml +share/gnome/help/control-center/de/control-center.xml share/gnome/help/control-center/en_GB/control-center.xml share/gnome/help/control-center/es/control-center.xml share/gnome/help/control-center/fr/control-center.xml @@ -114,33 +117,28 @@ share/gnome/help/control-center/uk/control-center.xml share/gnome/help/control-center/vi/control-center.xml share/gnome/help/control-center/zh_CN/control-center.xml share/icons/hicolor/16x16/apps/gnome-display-properties.png -share/icons/hicolor/16x16/apps/gnome-network-preferences.png +share/icons/hicolor/16x16/apps/gnome-network-properties.png share/icons/hicolor/16x16/apps/gnome-settings-default-applications.png -share/icons/hicolor/16x16/apps/gnome-sound-properties.png share/icons/hicolor/22x22/apps/gnome-display-properties.png -share/icons/hicolor/22x22/apps/gnome-network-preferences.png +share/icons/hicolor/22x22/apps/gnome-network-properties.png share/icons/hicolor/22x22/apps/gnome-settings-default-applications.png -share/icons/hicolor/22x22/apps/gnome-sound-properties.png share/icons/hicolor/24x24/apps/gnome-display-properties.png -share/icons/hicolor/24x24/apps/gnome-network-preferences.png +share/icons/hicolor/24x24/apps/gnome-network-properties.png share/icons/hicolor/24x24/apps/gnome-settings-default-applications.png -share/icons/hicolor/24x24/apps/gnome-sound-properties.png share/icons/hicolor/32x32/apps/gnome-display-properties.png -share/icons/hicolor/32x32/apps/gnome-network-preferences.png +share/icons/hicolor/32x32/apps/gnome-network-properties.png share/icons/hicolor/32x32/apps/gnome-settings-default-applications.png -share/icons/hicolor/32x32/apps/gnome-sound-properties.png -share/icons/hicolor/48x48/apps/gnome-network-preferences.png +share/icons/hicolor/48x48/apps/gnome-network-properties.png share/icons/hicolor/48x48/apps/gnome-settings-default-applications.png -share/icons/hicolor/48x48/apps/gnome-sound-properties.png share/icons/hicolor/48x48/apps/typing-monitor.png share/icons/hicolor/scalable/apps/gnome-display-properties.svg -share/icons/hicolor/scalable/apps/gnome-network-preferences.svg -share/icons/hicolor/scalable/apps/gnome-sound-properties.svg +share/icons/hicolor/scalable/apps/gnome-network-properties.svg share/icons/hicolor/scalable/apps/typing-monitor.svg share/locale/af/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/am/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/ar/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/as/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ast/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/az/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/be/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/be@latin/LC_MESSAGES/gnome-control-center-2.0.mo @@ -150,6 +148,7 @@ share/locale/bn_IN/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/br/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/bs/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/ca/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/cs/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/cy/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/da/LC_MESSAGES/gnome-control-center-2.0.mo @@ -181,6 +180,7 @@ share/locale/ko/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/ku/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/lt/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/lv/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/mai/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/mg/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/mk/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/ml/LC_MESSAGES/gnome-control-center-2.0.mo @@ -213,6 +213,8 @@ share/locale/te/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/th/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/tr/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/uk/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/uz/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/uz@cyrillic/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/vi/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/wa/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/xh/LC_MESSAGES/gnome-control-center-2.0.mo @@ -224,6 +226,9 @@ share/mime/application/x-gnome-theme-package.xml share/mime/packages/gnome-theme-package.xml share/omf/control-center/control-center-C.omf share/omf/control-center/control-center-ca.omf +share/omf/control-center/control-center-ca@valencia.omf +share/omf/control-center/control-center-cs.omf +share/omf/control-center/control-center-de.omf share/omf/control-center/control-center-en_GB.omf share/omf/control-center/control-center-es.omf share/omf/control-center/control-center-fr.omf @@ -255,6 +260,9 @@ share/omf/control-center/control-center-zh_CN.omf @dirrm share/gnome/help/control-center/fr @dirrm share/gnome/help/control-center/es @dirrm share/gnome/help/control-center/en_GB +@dirrm share/gnome/help/control-center/de +@dirrm share/gnome/help/control-center/cs +@dirrm share/gnome/help/control-center/ca@valencia @dirrm share/gnome/help/control-center/ca @dirrm share/gnome/help/control-center/C @dirrm share/gnome/help/control-center @@ -266,7 +274,6 @@ share/omf/control-center/control-center-zh_CN.omf @dirrmtry share/applications @dirrm lib/window-manager-settings @dirrm include/gnome-window-settings-2.0 -@dirrmtry etc/xdg/autostart @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @@ -277,6 +284,8 @@ share/omf/control-center/control-center-zh_CN.omf @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES @dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te @dirrmtry share/locale/sr@latin/LC_MESSAGES @@ -293,13 +302,19 @@ share/omf/control-center/control-center-zh_CN.omf @dirrmtry share/locale/mr @dirrmtry share/locale/mg/LC_MESSAGES @dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile index fcc7deb97d97..9eccabebf5a4 100644 --- a/sysutils/gnome-power-manager/Makefile +++ b/sysutils/gnome-power-manager/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.50 2008/11/19 19:49:56 mezz Exp $ +# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.52 2009/03/07 18:42:22 marcus Exp $ # PORTNAME= gnome-power-manager PORTVERSION= 2.24.4 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile index 78f670a8e3f5..e86d4ec00dcb 100644 --- a/sysutils/gnome-settings-daemon/Makefile +++ b/sysutils/gnome-settings-daemon/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-settings-daemon/Makefile,v 1.31 2008/11/25 16:39:52 marcus Exp $ +# $MCom: ports/sysutils/gnome-settings-daemon/Makefile,v 1.37 2009/03/17 14:00:07 kwm Exp $ # PORTNAME= gnome-settings-daemon -PORTVERSION= 2.24.1 +PORTVERSION= 2.26.0 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,6 +15,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 settings daemon +LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio + USE_XORG= xxf86misc USE_BZIP2= yes USE_GMAKE= yes @@ -31,6 +33,7 @@ GCONF_SCHEMAS= apps_gnome_settings_daemon_keybindings.schemas \ apps_gnome_settings_daemon_xrandr.schemas \ apps_gnome_settings_daemon_screensaver.schemas \ desktop_gnome_font_rendering.schemas \ + desktop_gnome_keybindings.schemas \ gnome-settings-daemon.schemas .include <bsd.port.mk> diff --git a/sysutils/gnome-settings-daemon/distinfo b/sysutils/gnome-settings-daemon/distinfo index bdcc78e1d6a5..e075a7705eb3 100644 --- a/sysutils/gnome-settings-daemon/distinfo +++ b/sysutils/gnome-settings-daemon/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-settings-daemon-2.24.1.tar.bz2) = 841447fa690a3a4712e9ddaec2584824 -SHA256 (gnome2/gnome-settings-daemon-2.24.1.tar.bz2) = a2a5132a5b9d0bef52010ea45b14560b6344f591ce3296ed555165332cce9a70 -SIZE (gnome2/gnome-settings-daemon-2.24.1.tar.bz2) = 1131518 +MD5 (gnome2/gnome-settings-daemon-2.26.0.tar.bz2) = c3a2934deccfcf13de15507d4be802d3 +SHA256 (gnome2/gnome-settings-daemon-2.26.0.tar.bz2) = 20502568f82ce92bc26122ceafae0f63ed71bfba0366db03c163c8567db2a103 +SIZE (gnome2/gnome-settings-daemon-2.26.0.tar.bz2) = 1143867 diff --git a/sysutils/gnome-settings-daemon/files/patch-gsd_typing-break_gsd-typing-break-manager.c b/sysutils/gnome-settings-daemon/files/patch-gsd_typing-break_gsd-typing-break-manager.c deleted file mode 100644 index 6fce0da1831a..000000000000 --- a/sysutils/gnome-settings-daemon/files/patch-gsd_typing-break_gsd-typing-break-manager.c +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/typing-break/gsd-typing-break-manager.c.orig 2008-01-14 01:20:09.000000000 +0100 -+++ plugins/typing-break/gsd-typing-break-manager.c 2008-01-14 01:20:37.000000000 +0100 -@@ -27,6 +27,7 @@ - #include <unistd.h> - #include <string.h> - #include <errno.h> -+#include <sys/signal.h> - - #include <locale.h> - diff --git a/sysutils/gnome-settings-daemon/files/patch-plugins_background_gsd-background-manager.c b/sysutils/gnome-settings-daemon/files/patch-plugins_background_gsd-background-manager.c deleted file mode 100644 index 8820c1482a96..000000000000 --- a/sysutils/gnome-settings-daemon/files/patch-plugins_background_gsd-background-manager.c +++ /dev/null @@ -1,21 +0,0 @@ ---- plugins/background/gsd-background-manager.c.orig 2008-11-03 13:25:29.000000000 -0600 -+++ plugins/background/gsd-background-manager.c 2008-11-03 13:28:16.000000000 -0600 -@@ -160,6 +160,18 @@ - GdkDisplay *display; - int n_screens; - int i; -+ GConfClient *client; -+ gboolean enabled; -+ -+ client = gconf_client_get_default (); -+ -+ enabled = gconf_client_get_bool (client, -+ "/desktop/gnome/background/draw_background", -+ NULL); -+ g_object_unref (client); -+ -+ if (!enabled) -+ return FALSE; - - if (nautilus_is_running ()) { - return; diff --git a/sysutils/gnome-settings-daemon/files/patch-plugins_media-keys_gsd-media-keys-manager.c b/sysutils/gnome-settings-daemon/files/patch-plugins_media-keys_gsd-media-keys-manager.c index 1db1bb16efe8..73931511df77 100644 --- a/sysutils/gnome-settings-daemon/files/patch-plugins_media-keys_gsd-media-keys-manager.c +++ b/sysutils/gnome-settings-daemon/files/patch-plugins_media-keys_gsd-media-keys-manager.c @@ -1,26 +1,11 @@ ---- plugins/media-keys/gsd-media-keys-manager.c.orig 2008-01-29 15:58:30.000000000 -0600 -+++ plugins/media-keys/gsd-media-keys-manager.c 2008-01-29 16:00:55.000000000 -0600 -@@ -667,7 +667,11 @@ - if ((command != NULL) && (strcmp (command, "") != 0)) { - execute (manager, command, FALSE, FALSE); - } else { -+#if __FreeBSD__ -+ execute (manager, "cdcontrol eject", FALSE, FALSE); -+#else - execute (manager, "eject -T", FALSE, FALSE); -+#endif - } +--- plugins/media-keys/gsd-media-keys-manager.c.orig 2009-02-04 16:33:14.000000000 -0500 ++++ plugins/media-keys/gsd-media-keys-manager.c 2009-02-27 14:05:26.000000000 -0500 +@@ -64,6 +64,8 @@ - g_free (command); -@@ -869,7 +873,11 @@ - do_mail_action (manager); - break; - case SLEEP_KEY: -+#if __FreeBSD__ -+ do_sleep_action ("zzz", "xset dpms force off"); -+#else - do_sleep_action ("apm", "xset dpms force off"); -+#endif - break; - case SCREENSAVER_KEY: - if ((cmd = g_find_program_in_path ("gnome-screensaver-command"))) { + #if defined(__OpenBSD__) + # define EJECT_COMMAND "eject -t /dev/cd0" ++#elif defined(__FreeBSD__) ++# define EJECT_COMMAND "cdcontrol eject" + #else + # define EJECT_COMMAND "eject -T" + #endif diff --git a/sysutils/gnome-settings-daemon/pkg-plist b/sysutils/gnome-settings-daemon/pkg-plist index 9711a5722e9f..dd7b5a3e25f9 100644 --- a/sysutils/gnome-settings-daemon/pkg-plist +++ b/sysutils/gnome-settings-daemon/pkg-plist @@ -1,5 +1,6 @@ etc/xdg/autostart/gnome-settings-daemon.desktop include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-client.h +include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-plugin.h lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin @@ -67,6 +68,7 @@ lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin libdata/pkgconfig/gnome-settings-daemon.pc libexec/gnome-settings-daemon share/dbus-1/services/org.gnome.SettingsDaemon.service +share/gnome-control-center/keybindings/50-accessibility.xml %%DATADIR%%/acme-eject.png %%DATADIR%%/acme.glade %%DATADIR%%/gsd-a11y-preferences-dialog.glade @@ -85,6 +87,8 @@ share/icons/hicolor/scalable/apps/gsd-xrandr.svg share/locale/af/LC_MESSAGES/gnome-settings-daemon.mo share/locale/am/LC_MESSAGES/gnome-settings-daemon.mo share/locale/ar/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/as/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ast/LC_MESSAGES/gnome-settings-daemon.mo share/locale/az/LC_MESSAGES/gnome-settings-daemon.mo share/locale/be/LC_MESSAGES/gnome-settings-daemon.mo share/locale/be@latin/LC_MESSAGES/gnome-settings-daemon.mo @@ -169,8 +173,6 @@ share/locale/zu/LC_MESSAGES/gnome-settings-daemon.mo @dirrm lib/gnome-settings-daemon-2.0 @dirrm include/gnome-settings-daemon-2.0/gnome-settings-daemon @dirrm include/gnome-settings-daemon-2.0 -@dirrmtry etc/xdg/autostart -@dirrmtry etc/xdg @dirrmtry share/locale/zu/LC_MESSAGES @dirrmtry share/locale/zu @dirrmtry share/locale/zh_HK/LC_MESSAGES @@ -201,3 +203,7 @@ share/locale/zu/LC_MESSAGES/gnome-settings-daemon.mo @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index 033de770e297..15449b0689dc 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.128 2008/10/21 03:42:01 mezz Exp $ +# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.132 2009/03/17 16:06:07 kwm Exp $ # PORTNAME= gnome-system-monitor -PORTVERSION= 2.24.4 +PORTVERSION= 2.26.0.1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo index cde9aea0608d..b2fda80f472a 100644 --- a/sysutils/gnome-system-monitor/distinfo +++ b/sysutils/gnome-system-monitor/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-system-monitor-2.24.4.tar.bz2) = 870bff7aac0b39cb33ac5078ef576639 -SHA256 (gnome2/gnome-system-monitor-2.24.4.tar.bz2) = f894f81df717ff9b1f8eb052c0e47fa54ca45a3a65ba2331564793ea59caf17e -SIZE (gnome2/gnome-system-monitor-2.24.4.tar.bz2) = 1981017 +MD5 (gnome2/gnome-system-monitor-2.26.0.1.tar.bz2) = 553de9c4912f4af25f92a3380626c0f1 +SHA256 (gnome2/gnome-system-monitor-2.26.0.1.tar.bz2) = 6b78e253e848b0652e76bfacae300e2b02f4f3081e418f3f19aa54fe337ee6f5 +SIZE (gnome2/gnome-system-monitor-2.26.0.1.tar.bz2) = 2217159 diff --git a/sysutils/gnome-system-monitor/pkg-plist b/sysutils/gnome-system-monitor/pkg-plist index 089a05cb097f..f77bc953585e 100644 --- a/sysutils/gnome-system-monitor/pkg-plist +++ b/sysutils/gnome-system-monitor/pkg-plist @@ -57,6 +57,20 @@ share/gnome/help/gnome-system-monitor/ca/figures/sortMenu2.png share/gnome/help/gnome-system-monitor/ca/figures/systemMonitor.png share/gnome/help/gnome-system-monitor/ca/figures/viewMenu.png share/gnome/help/gnome-system-monitor/ca/gnome-system-monitor.xml +share/gnome/help/gnome-system-monitor/de/figures/addColumn.png +share/gnome/help/gnome-system-monitor/de/figures/changePriority.png +share/gnome/help/gnome-system-monitor/de/figures/colorPanel.png +share/gnome/help/gnome-system-monitor/de/figures/columnContextMenu.png +share/gnome/help/gnome-system-monitor/de/figures/gnome-system-monitor_window.png +share/gnome/help/gnome-system-monitor/de/figures/memoryMaps.png +share/gnome/help/gnome-system-monitor/de/figures/moreInfo.png +share/gnome/help/gnome-system-monitor/de/figures/processListing.png +share/gnome/help/gnome-system-monitor/de/figures/sortButton.png +share/gnome/help/gnome-system-monitor/de/figures/sortMenu.png +share/gnome/help/gnome-system-monitor/de/figures/sortMenu2.png +share/gnome/help/gnome-system-monitor/de/figures/systemMonitor.png +share/gnome/help/gnome-system-monitor/de/figures/viewMenu.png +share/gnome/help/gnome-system-monitor/de/gnome-system-monitor.xml share/gnome/help/gnome-system-monitor/es/figures/addColumn.png share/gnome/help/gnome-system-monitor/es/figures/changePriority.png share/gnome/help/gnome-system-monitor/es/figures/colorPanel.png @@ -129,6 +143,8 @@ share/gnome/help/gnome-system-monitor/sv/figures/viewMenu.png share/gnome/help/gnome-system-monitor/sv/gnome-system-monitor.xml share/locale/am/LC_MESSAGES/gnome-system-monitor.mo share/locale/ar/LC_MESSAGES/gnome-system-monitor.mo +share/locale/as/LC_MESSAGES/gnome-system-monitor.mo +share/locale/ast/LC_MESSAGES/gnome-system-monitor.mo share/locale/az/LC_MESSAGES/gnome-system-monitor.mo share/locale/be/LC_MESSAGES/gnome-system-monitor.mo share/locale/be@latin/LC_MESSAGES/gnome-system-monitor.mo @@ -209,6 +225,7 @@ share/omf/gnome-system-monitor/gnome-system-monitor-C.omf share/omf/gnome-system-monitor/gnome-system-monitor-ar.omf share/omf/gnome-system-monitor/gnome-system-monitor-bg.omf share/omf/gnome-system-monitor/gnome-system-monitor-ca.omf +share/omf/gnome-system-monitor/gnome-system-monitor-de.omf share/omf/gnome-system-monitor/gnome-system-monitor-es.omf share/omf/gnome-system-monitor/gnome-system-monitor-fr.omf share/omf/gnome-system-monitor/gnome-system-monitor-oc.omf @@ -229,6 +246,8 @@ share/pixmaps/gnome-system-monitor/upload.svg @dirrm share/gnome/help/gnome-system-monitor/fr @dirrm share/gnome/help/gnome-system-monitor/es/figures @dirrm share/gnome/help/gnome-system-monitor/es +@dirrm share/gnome/help/gnome-system-monitor/de/figures +@dirrm share/gnome/help/gnome-system-monitor/de @dirrm share/gnome/help/gnome-system-monitor/ca/figures @dirrm share/gnome/help/gnome-system-monitor/ca @dirrm share/gnome/help/gnome-system-monitor/bg/figures @@ -267,3 +286,7 @@ share/pixmaps/gnome-system-monitor/upload.svg @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as diff --git a/sysutils/gnome-volume-manager/Makefile b/sysutils/gnome-volume-manager/Makefile deleted file mode 100644 index fc60be536115..000000000000 --- a/sysutils/gnome-volume-manager/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnome-volume-manager -# Date created: 02 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-volume-manager/Makefile,v 1.26 2008/09/24 03:12:47 mezz Exp $ -# - -PORTNAME= gnome-volume-manager -PORTVERSION= 2.24.1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Automatically mount removable media, and more - -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - notify.1:${PORTSDIR}/devel/libnotify - -USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-multiuser -GCONF_SCHEMAS= gnome-volume-manager.schemas - -.include <bsd.port.mk> diff --git a/sysutils/gnome-volume-manager/distinfo b/sysutils/gnome-volume-manager/distinfo deleted file mode 100644 index de3b415ce339..000000000000 --- a/sysutils/gnome-volume-manager/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-volume-manager-2.24.1.tar.bz2) = ef99c49214a2e265b127470b1da97392 -SHA256 (gnome2/gnome-volume-manager-2.24.1.tar.bz2) = 139e9a2c3013098f76537607d4ffb2d2bca93bdcdff8b49f5017713b88e9bae1 -SIZE (gnome2/gnome-volume-manager-2.24.1.tar.bz2) = 374678 diff --git a/sysutils/gnome-volume-manager/files/patch-gnome-volume-manager.schemas.in b/sysutils/gnome-volume-manager/files/patch-gnome-volume-manager.schemas.in deleted file mode 100644 index 94af083a163b..000000000000 --- a/sysutils/gnome-volume-manager/files/patch-gnome-volume-manager.schemas.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-volume-manager.schemas.in.orig Wed Jun 7 21:41:12 2006 -+++ gnome-volume-manager.schemas.in Wed Jun 7 21:41:40 2006 -@@ -227,7 +227,7 @@ - <key>/schemas/desktop/gnome/volume_manager/autoprinter_command</key> - <applyto>/desktop/gnome/volume_manager/autoprinter_command</applyto> - <type>string</type> -- <default>gnome-printer-add hal://%h</default> -+ <default>gnome-cups-add hal://%h</default> - <locale name="C"> - <short>printer command</short> - <long>Command to run when a printer is connected.</long> diff --git a/sysutils/gnome-volume-manager/pkg-descr b/sysutils/gnome-volume-manager/pkg-descr deleted file mode 100644 index b8ce9b76814d..000000000000 --- a/sysutils/gnome-volume-manager/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -gnome-volume-manager is a desktop-level daemon that enforces volume-related -policy in response to events received from HAL. Its goal is to implement all -functionality as a state-machine in response to asynchronous events from HAL. diff --git a/sysutils/gnome-volume-manager/pkg-plist b/sysutils/gnome-volume-manager/pkg-plist deleted file mode 100644 index 8749fe230302..000000000000 --- a/sysutils/gnome-volume-manager/pkg-plist +++ /dev/null @@ -1,115 +0,0 @@ -bin/gnome-volume-properties -etc/xdg/autostart/gnome-volume-manager.desktop -libexec/gnome-volume-manager -share/applications/gnome-volume-properties.desktop -%%DATADIR%%/gnome-volume-properties.glade -share/locale/ang/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ar/LC_MESSAGES/gnome-volume-manager.mo -share/locale/az/LC_MESSAGES/gnome-volume-manager.mo -share/locale/be@latin/LC_MESSAGES/gnome-volume-manager.mo -share/locale/bg/LC_MESSAGES/gnome-volume-manager.mo -share/locale/bn/LC_MESSAGES/gnome-volume-manager.mo -share/locale/bn_IN/LC_MESSAGES/gnome-volume-manager.mo -share/locale/bs/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ca/LC_MESSAGES/gnome-volume-manager.mo -share/locale/cs/LC_MESSAGES/gnome-volume-manager.mo -share/locale/cy/LC_MESSAGES/gnome-volume-manager.mo -share/locale/da/LC_MESSAGES/gnome-volume-manager.mo -share/locale/de/LC_MESSAGES/gnome-volume-manager.mo -share/locale/dz/LC_MESSAGES/gnome-volume-manager.mo -share/locale/el/LC_MESSAGES/gnome-volume-manager.mo -share/locale/en_CA/LC_MESSAGES/gnome-volume-manager.mo -share/locale/en_GB/LC_MESSAGES/gnome-volume-manager.mo -share/locale/es/LC_MESSAGES/gnome-volume-manager.mo -share/locale/et/LC_MESSAGES/gnome-volume-manager.mo -share/locale/eu/LC_MESSAGES/gnome-volume-manager.mo -share/locale/fa/LC_MESSAGES/gnome-volume-manager.mo -share/locale/fi/LC_MESSAGES/gnome-volume-manager.mo -share/locale/fr/LC_MESSAGES/gnome-volume-manager.mo -share/locale/gl/LC_MESSAGES/gnome-volume-manager.mo -share/locale/gu/LC_MESSAGES/gnome-volume-manager.mo -share/locale/he/LC_MESSAGES/gnome-volume-manager.mo -share/locale/hi/LC_MESSAGES/gnome-volume-manager.mo -share/locale/hr/LC_MESSAGES/gnome-volume-manager.mo -share/locale/hu/LC_MESSAGES/gnome-volume-manager.mo -share/locale/id/LC_MESSAGES/gnome-volume-manager.mo -share/locale/is/LC_MESSAGES/gnome-volume-manager.mo -share/locale/it/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ja/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ka/LC_MESSAGES/gnome-volume-manager.mo -share/locale/kn/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ko/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ku/LC_MESSAGES/gnome-volume-manager.mo -share/locale/la/LC_MESSAGES/gnome-volume-manager.mo -share/locale/lt/LC_MESSAGES/gnome-volume-manager.mo -share/locale/lv/LC_MESSAGES/gnome-volume-manager.mo -share/locale/mg/LC_MESSAGES/gnome-volume-manager.mo -share/locale/mk/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ml/LC_MESSAGES/gnome-volume-manager.mo -share/locale/mn/LC_MESSAGES/gnome-volume-manager.mo -share/locale/mr/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ms/LC_MESSAGES/gnome-volume-manager.mo -share/locale/nb/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ne/LC_MESSAGES/gnome-volume-manager.mo -share/locale/nl/LC_MESSAGES/gnome-volume-manager.mo -share/locale/nn/LC_MESSAGES/gnome-volume-manager.mo -share/locale/oc/LC_MESSAGES/gnome-volume-manager.mo -share/locale/or/LC_MESSAGES/gnome-volume-manager.mo -share/locale/pa/LC_MESSAGES/gnome-volume-manager.mo -share/locale/pl/LC_MESSAGES/gnome-volume-manager.mo -share/locale/pt/LC_MESSAGES/gnome-volume-manager.mo -share/locale/pt_BR/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ro/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ru/LC_MESSAGES/gnome-volume-manager.mo -share/locale/rw/LC_MESSAGES/gnome-volume-manager.mo -share/locale/si/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sk/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sl/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sq/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sr/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sr@latin/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sv/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ta/LC_MESSAGES/gnome-volume-manager.mo -share/locale/te/LC_MESSAGES/gnome-volume-manager.mo -share/locale/th/LC_MESSAGES/gnome-volume-manager.mo -share/locale/tr/LC_MESSAGES/gnome-volume-manager.mo -share/locale/uk/LC_MESSAGES/gnome-volume-manager.mo -share/locale/vi/LC_MESSAGES/gnome-volume-manager.mo -share/locale/xh/LC_MESSAGES/gnome-volume-manager.mo -share/locale/zh_CN/LC_MESSAGES/gnome-volume-manager.mo -share/locale/zh_HK/LC_MESSAGES/gnome-volume-manager.mo -share/locale/zh_TW/LC_MESSAGES/gnome-volume-manager.mo -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry etc/xdg/autostart -@dirrmtry etc/xdg -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/sysutils/nautilus-cd-burner/Makefile b/sysutils/nautilus-cd-burner/Makefile index ae80ed4ae28b..a21e97bb118b 100644 --- a/sysutils/nautilus-cd-burner/Makefile +++ b/sysutils/nautilus-cd-burner/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/nautilus-cd-burner/Makefile,v 1.144 2008/09/24 03:36:45 mezz Exp $ +# $MCom: ports/sysutils/nautilus-cd-burner/Makefile,v 1.147 2009/04/07 03:11:00 marcus Exp $ # PORTNAME= nautilus-cd-burner PORTVERSION= 2.24.0 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -25,7 +26,7 @@ USE_GETTEXT= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 ltverhack \ - desktopfileutils ltasneededhack + desktopfileutils ltasneededhack eel2 USE_CDRTOOLS= yes INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool:15 diff --git a/sysutils/pessulus/Makefile b/sysutils/pessulus/Makefile index d8239b97adc7..edc2bb3e0a87 100644 --- a/sysutils/pessulus/Makefile +++ b/sysutils/pessulus/Makefile @@ -3,12 +3,11 @@ # Whom: FreeBSD GNOME Team # # $FreeBSD$ -# $MCom: ports/sysutils/pessulus/Makefile,v 1.18 2008/09/22 10:47:05 kwm Exp $ +# $MCom: ports/sysutils/pessulus/Makefile,v 1.21 2009/03/17 22:42:37 kwm Exp $ # PORTNAME= pessulus -PORTVERSION= 2.24.0 -PORTREVISION= 1 +PORTVERSION= 2.26.0 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A lockdown editor for GNOME USE_GMAKE= yes +USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygnomedesktop WANT_GNOME= yes USE_PYTHON= yes diff --git a/sysutils/pessulus/distinfo b/sysutils/pessulus/distinfo index 790dd7e20cc7..abf262cb9b22 100644 --- a/sysutils/pessulus/distinfo +++ b/sysutils/pessulus/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/pessulus-2.24.0.tar.gz) = 51cb01f858a6b18faf3cb7715ef3432f -SHA256 (gnome2/pessulus-2.24.0.tar.gz) = e24152ffdc138ade07c47c698d6ee2e1717ed7ed5bd49385bc16346832069442 -SIZE (gnome2/pessulus-2.24.0.tar.gz) = 212787 +MD5 (gnome2/pessulus-2.26.0.tar.bz2) = c7614fec0aa77f1a928080e7633741a0 +SHA256 (gnome2/pessulus-2.26.0.tar.bz2) = 774df341c1898c0f9b58d43708e14016184fdbfc7947288ef62c137208b6a079 +SIZE (gnome2/pessulus-2.26.0.tar.bz2) = 165600 diff --git a/sysutils/pessulus/pkg-plist b/sysutils/pessulus/pkg-plist index 2845c890ac58..71afc8f83f36 100644 --- a/sysutils/pessulus/pkg-plist +++ b/sysutils/pessulus/pkg-plist @@ -62,6 +62,7 @@ share/locale/bg/LC_MESSAGES/pessulus.mo share/locale/bn/LC_MESSAGES/pessulus.mo share/locale/bn_IN/LC_MESSAGES/pessulus.mo share/locale/ca/LC_MESSAGES/pessulus.mo +share/locale/crh/LC_MESSAGES/pessulus.mo share/locale/cs/LC_MESSAGES/pessulus.mo share/locale/cy/LC_MESSAGES/pessulus.mo share/locale/da/LC_MESSAGES/pessulus.mo @@ -143,6 +144,8 @@ share/locale/zh_TW/LC_MESSAGES/pessulus.mo @dirrmtry share/locale/ku @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES diff --git a/sysutils/tracker-client/Makefile b/sysutils/tracker-client/Makefile index 6cbc3ff4f7fd..dc210a22370e 100644 --- a/sysutils/tracker-client/Makefile +++ b/sysutils/tracker-client/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/sysutils/tracker-client/Makefile,v 1.7 2008/06/16 22:18:40 mezz Exp $ +# $MCom: ports/sysutils/tracker-client/Makefile,v 1.6 2009/02/27 00:23:22 marcus Exp $ # PORTNAME= tracker PORTVERSION= 0.6.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils gnome MASTER_SITES= http://www.gnome.org/~jamiemcc/tracker/ PKGNAMESUFFIX?= -client @@ -18,7 +18,7 @@ COMMENT= Object database, tag/metadata database, search tool and indexer LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - poppler-glib.3:${PORTSDIR}/graphics/poppler-gtk \ + poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \ exif.12:${PORTSDIR}/graphics/libexif \ wv-1.2.4:${PORTSDIR}/textproc/wv \ gmime-2.0.4:${PORTSDIR}/mail/gmime2 \ diff --git a/sysutils/tracker-client/pkg-plist b/sysutils/tracker-client/pkg-plist index 13723729115d..3daea5a6c3ba 100644 --- a/sysutils/tracker-client/pkg-plist +++ b/sysutils/tracker-client/pkg-plist @@ -163,12 +163,6 @@ share/locale/zh_CN/LC_MESSAGES/tracker.mo @dirrm %%DATADIR%%/services @dirrm %%DATADIR%%/languages @dirrm %%DATADIR%% -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin @dirrm lib/tracker/thumbnailers/image @dirrm lib/tracker/thumbnailers/application @dirrm lib/tracker/thumbnailers @@ -177,5 +171,9 @@ share/locale/zh_CN/LC_MESSAGES/tracker.mo @dirrm lib/tracker/filters @dirrm lib/tracker/extract-modules @dirrm lib/tracker -@dirrmtry etc/xdg/autostart -@dirrmtry etc/xdg +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin diff --git a/sysutils/tracker-gnome/Makefile b/sysutils/tracker-gnome/Makefile index b264447632e1..49e16313a195 100644 --- a/sysutils/tracker-gnome/Makefile +++ b/sysutils/tracker-gnome/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/sysutils/tracker-gnome/Makefile,v 1.1 2008/03/30 20:39:09 ahze Exp $ +# $MCom: ports/sysutils/tracker-gnome/Makefile,v 1.2 2009/04/09 03:24:09 mezz Exp $ PORTREVISION= 2 diff --git a/sysutils/tracker-gnome/pkg-plist b/sysutils/tracker-gnome/pkg-plist index c782373bf0c0..a6d62ab27d95 100644 --- a/sysutils/tracker-gnome/pkg-plist +++ b/sysutils/tracker-gnome/pkg-plist @@ -14,5 +14,3 @@ share/applications/tracker-search-tool.desktop @dirrmtry %%DATADIR%%/icons @dirrmtry %%DATADIR%% @dirrmtry share/applications -@dirrmtry etc/xdg/autostart -@dirrmtry etc/xdg |