diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /sysutils | |
parent | Mark as broken on amd64-7 (and, presumably, sparc64-7). (diff) |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
Notes
Notes:
svn path=/head/; revision=201947
Diffstat (limited to 'sysutils')
87 files changed, 1520 insertions, 1234 deletions
diff --git a/sysutils/battfink/Makefile b/sysutils/battfink/Makefile index 833ffa3e396a..e224a2593e86 100644 --- a/sysutils/battfink/Makefile +++ b/sysutils/battfink/Makefile @@ -7,7 +7,7 @@ PORTNAME= battfink PORTVERSION= 0.6.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6 diff --git a/sysutils/battfink/pkg-plist b/sysutils/battfink/pkg-plist index dc47c075ce7f..305b5f733daf 100644 --- a/sysutils/battfink/pkg-plist +++ b/sysutils/battfink/pkg-plist @@ -1,16 +1,16 @@ bin/battfink libdata/bonobo/servers/GNOME_Battfink.server -share/gnome/battfink/battfink.glade -share/gnome/battfink/help/C/battfink.xml -share/gnome/battfink/help/C/legal.xml -share/gnome/battfink/icons/battfink-100.png -share/gnome/battfink/icons/battfink-25.png -share/gnome/battfink/icons/battfink-50.png -share/gnome/battfink/icons/battfink-75.png -share/gnome/battfink/icons/battfink-charge.png -share/gnome/control-center-2.0/capplets/battfink-preferences.desktop -share/gnome/omf/battfink/battfink-C.omf -share/gnome/pixmaps/battfink.png +share/battfink/battfink.glade +share/battfink/help/C/battfink.xml +share/battfink/help/C/legal.xml +share/battfink/icons/battfink-100.png +share/battfink/icons/battfink-25.png +share/battfink/icons/battfink-50.png +share/battfink/icons/battfink-75.png +share/battfink/icons/battfink-charge.png +share/control-center-2.0/capplets/battfink-preferences.desktop +share/omf/battfink/battfink-C.omf +share/pixmaps/battfink.png share/locale/az/LC_MESSAGES/battfink-0.1.mo share/locale/da/LC_MESSAGES/battfink-0.1.mo share/locale/de/LC_MESSAGES/battfink-0.1.mo @@ -32,8 +32,8 @@ share/locale/sr@Latn/LC_MESSAGES/battfink-0.1.mo share/locale/sv/LC_MESSAGES/battfink-0.1.mo share/locale/zh_CN/LC_MESSAGES/battfink-0.1.mo share/locale/zh_TW/LC_MESSAGES/battfink-0.1.mo -@dirrm share/gnome/omf/battfink -@dirrm share/gnome/battfink/icons -@dirrm share/gnome/battfink/help/C -@dirrm share/gnome/battfink/help -@dirrm share/gnome/battfink +@dirrm share/omf/battfink +@dirrm share/battfink/icons +@dirrm share/battfink/help/C +@dirrm share/battfink/help +@dirrm share/battfink diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index e3f9ad6d43c1..67f5712f49b0 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.15 2007/03/04 22:46:49 ahze Exp $ +# $MCom: ports/sysutils/brasero/Makefile,v 1.18 2007/10/21 02:19:44 mezz Exp $ PORTNAME= brasero PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= SOURCEFORGE MASTER_SITE_SUBDIR= bonfire @@ -16,7 +16,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= CD/DVD mastering tool for the GNOME desktop LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ - totem-plparser.1:${PORTSDIR}/multimedia/totem + totem-plparser.7:${PORTSDIR}/multimedia/totem + +IGNORE= does not build and broke in runtime if you fix the build anyway USE_GETTEXT= yes USE_BZIP2= yes diff --git a/sysutils/bubblemon2/Makefile b/sysutils/bubblemon2/Makefile index d53fe60a7ecf..7f830bba7d35 100644 --- a/sysutils/bubblemon2/Makefile +++ b/sysutils/bubblemon2/Makefile @@ -7,7 +7,7 @@ PORTNAME= bubblemon2 PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= bubblemon diff --git a/sysutils/bubblemon2/pkg-plist b/sysutils/bubblemon2/pkg-plist index 8f14b612d8ec..fdf788882a91 100644 --- a/sysutils/bubblemon2/pkg-plist +++ b/sysutils/bubblemon2/pkg-plist @@ -8,8 +8,8 @@ libexec/bubblemon-gnome2 %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO -share/gnome/gnome-2.0/ui/GNOME_BubblemonApplet.xml -share/gnome/pixmaps/bubblemon.png +share/gnome-2.0/ui/GNOME_BubblemonApplet.xml +share/pixmaps/bubblemon.png share/locale/ca/LC_MESSAGES/bubblemon.mo share/locale/da/LC_MESSAGES/bubblemon.mo share/locale/de/LC_MESSAGES/bubblemon.mo diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 8c1bea2c1a81..0b23368bf615 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -103,7 +103,7 @@ post-patch: 's|(SET_CDRDAO_PATH.+path=)(cdrdao)|\1${LOCALBASE}\/bin\/\2|g' \ ${WRKSRC}/xdao/Settings.cc @${REINPLACE_CMD} -E -e \ - 's|(icon-filename=).+(gcdmaster-doc.png)|\1${LOCALBASE}\/share\/gnome\/pixmaps\/document-icons\/\2|g' \ + 's|(icon-filename=).+(gcdmaster-doc.png)|\1${LOCALBASE}\/share\/pixmaps\/document-icons\/\2|g' \ ${WRKSRC}/xdao/gcdmaster.keys .else .for i in cdrdao.man main.cc @@ -119,17 +119,17 @@ do-install: @${INSTALL_MAN} ${WRKSRC}/xdao/gcdmaster.man \ ${PREFIX}/man/man1/gcdmaster.1 @${INSTALL_DATA} ${WRKSRC}/xdao/gcdmaster-doc.png \ - ${LOCALBASE}/share/gnome/pixmaps/document-icons + ${LOCALBASE}/share/pixmaps/document-icons @${INSTALL_DATA} ${WRKSRC}/xdao/gcdmaster.applications \ - ${LOCALBASE}/share/gnome/application-registry + ${LOCALBASE}/share/application-registry @${INSTALL_DATA} ${WRKSRC}/xdao/gcdmaster.desktop \ - ${LOCALBASE}/share/gnome/applications + ${LOCALBASE}/share/applications @${INSTALL_DATA} ${WRKSRC}/xdao/gcdmaster.keys \ - ${LOCALBASE}/share/gnome/mime-info + ${LOCALBASE}/share/mime-info @${INSTALL_DATA} ${WRKSRC}/xdao/gcdmaster.mime \ - ${LOCALBASE}/share/gnome/mime-info + ${LOCALBASE}/share/mime-info @${INSTALL_DATA} ${WRKSRC}/xdao/gcdmaster.png \ - ${LOCALBASE}/share/gnome/pixmaps + ${LOCALBASE}/share/pixmaps @${INSTALL_DATA} ${WRKSRC}/xdao/gcdmaster.xml \ ${LOCALBASE}/share/mime/packages @${MKDIR} ${DATADIR} diff --git a/sysutils/cog/Makefile b/sysutils/cog/Makefile index 41079a0d1d48..8aaa1337ea00 100644 --- a/sysutils/cog/Makefile +++ b/sysutils/cog/Makefile @@ -7,7 +7,7 @@ PORTNAME= cog PORTVERSION= 0.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils gnome MASTER_SITES= http://www.krakoa.dk/progs/cog/ diff --git a/sysutils/cog/files/patch-configure b/sysutils/cog/files/patch-configure deleted file mode 100644 index 75bc96493710..000000000000 --- a/sysutils/cog/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat May 1 18:43:53 2004 -+++ configure Sat May 1 18:44:08 2004 -@@ -5228,7 +5228,7 @@ - cog_prefix="${prefix}" - fi - cog_version="${VERSION}" --cog_datadir="${cog_prefix}/share/cog/${cog_version}" -+cog_datadir="${cog_prefix}/share/gnome/cog/${cog_version}" - cog_gladedir="${cog_datadir}/glade" - - diff --git a/sysutils/cog/pkg-plist b/sysutils/cog/pkg-plist index fa9adb3e4df4..89c64a47df74 100644 --- a/sysutils/cog/pkg-plist +++ b/sysutils/cog/pkg-plist @@ -1,8 +1,9 @@ bin/cog -share/gnome/applications/cog.desktop -share/gnome/cog/%%VERSION%%/glade/cog.glade -share/gnome/pixmaps/cog-icon-2-48x48.png +share/applications/cog.desktop +share/cog/%%VERSION%%/glade/cog.glade +share/pixmaps/cog-icon-2-48x48.png share/locale/fr/LC_MESSAGES/cog.mo -@dirrm share/gnome/cog/%%VERSION%%/glade -@dirrm share/gnome/cog/%%VERSION%% -@dirrm share/gnome/cog +@dirrm share/cog/%%VERSION%%/glade +@dirrm share/cog/%%VERSION%% +@dirrm share/cog +@dirrmtry share/applications diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile index 6743d1fce66d..ae781ce26080 100644 --- a/sysutils/eiciel/Makefile +++ b/sysutils/eiciel/Makefile @@ -7,7 +7,7 @@ PORTNAME= eiciel PORTVERSION= 0.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils security MASTER_SITES= http://rofi.pinchito.com/eiciel/download/ diff --git a/sysutils/eiciel/pkg-plist b/sysutils/eiciel/pkg-plist index fa51b6f52794..69d6e514d8d4 100644 --- a/sysutils/eiciel/pkg-plist +++ b/sysutils/eiciel/pkg-plist @@ -2,50 +2,51 @@ bin/eiciel lib/nautilus/extensions-1.0/libeiciel-nautilus.a lib/nautilus/extensions-1.0/libeiciel-nautilus.la lib/nautilus/extensions-1.0/libeiciel-nautilus.so -share/gnome/applications/eiciel.desktop -share/gnome/eiciel/doc/C/eiciel.xml -share/gnome/eiciel/doc/C/figures/altres-default.png -share/gnome/eiciel/doc/C/figures/altres.png -share/gnome/eiciel/doc/C/figures/detall_mascara.png -share/gnome/eiciel/doc/C/figures/entrada_acl.png -share/gnome/eiciel/doc/C/figures/grup-acl-default.png -share/gnome/eiciel/doc/C/figures/grup-acl.png -share/gnome/eiciel/doc/C/figures/grup-default.png -share/gnome/eiciel/doc/C/figures/grup.png -share/gnome/eiciel/doc/C/figures/mascara-default.png -share/gnome/eiciel/doc/C/figures/mascara.png -share/gnome/eiciel/doc/C/figures/obrir_fitxer.png -share/gnome/eiciel/doc/C/figures/obrir_fitxer_nautilus.png -share/gnome/eiciel/doc/C/figures/pantalla_ea.png -share/gnome/eiciel/doc/C/figures/permisos_acl.png -share/gnome/eiciel/doc/C/figures/permisos_ugo.png -share/gnome/eiciel/doc/C/figures/usuari-acl-default.png -share/gnome/eiciel/doc/C/figures/usuari-acl.png -share/gnome/eiciel/doc/C/figures/usuari-default.png -share/gnome/eiciel/doc/C/figures/usuari.png -share/gnome/eiciel/img/altres-default.png -share/gnome/eiciel/img/altres.png -share/gnome/eiciel/img/grup-acl-default.png -share/gnome/eiciel/img/grup-acl.png -share/gnome/eiciel/img/grup-default.png -share/gnome/eiciel/img/grup.png -share/gnome/eiciel/img/icona_eiciel_16.png -share/gnome/eiciel/img/icona_eiciel_24.png -share/gnome/eiciel/img/icona_eiciel_32.png -share/gnome/eiciel/img/icona_eiciel_48.png -share/gnome/eiciel/img/icona_eiciel_64.png -share/gnome/eiciel/img/mascara-default.png -share/gnome/eiciel/img/mascara.png -share/gnome/eiciel/img/usuari-acl-default.png -share/gnome/eiciel/img/usuari-acl.png -share/gnome/eiciel/img/usuari-default.png -share/gnome/eiciel/img/usuari.png +share/applications/eiciel.desktop +share/eiciel/doc/C/eiciel.xml +share/eiciel/doc/C/figures/altres-default.png +share/eiciel/doc/C/figures/altres.png +share/eiciel/doc/C/figures/detall_mascara.png +share/eiciel/doc/C/figures/entrada_acl.png +share/eiciel/doc/C/figures/grup-acl-default.png +share/eiciel/doc/C/figures/grup-acl.png +share/eiciel/doc/C/figures/grup-default.png +share/eiciel/doc/C/figures/grup.png +share/eiciel/doc/C/figures/mascara-default.png +share/eiciel/doc/C/figures/mascara.png +share/eiciel/doc/C/figures/obrir_fitxer.png +share/eiciel/doc/C/figures/obrir_fitxer_nautilus.png +share/eiciel/doc/C/figures/pantalla_ea.png +share/eiciel/doc/C/figures/permisos_acl.png +share/eiciel/doc/C/figures/permisos_ugo.png +share/eiciel/doc/C/figures/usuari-acl-default.png +share/eiciel/doc/C/figures/usuari-acl.png +share/eiciel/doc/C/figures/usuari-default.png +share/eiciel/doc/C/figures/usuari.png +share/eiciel/img/altres-default.png +share/eiciel/img/altres.png +share/eiciel/img/grup-acl-default.png +share/eiciel/img/grup-acl.png +share/eiciel/img/grup-default.png +share/eiciel/img/grup.png +share/eiciel/img/icona_eiciel_16.png +share/eiciel/img/icona_eiciel_24.png +share/eiciel/img/icona_eiciel_32.png +share/eiciel/img/icona_eiciel_48.png +share/eiciel/img/icona_eiciel_64.png +share/eiciel/img/mascara-default.png +share/eiciel/img/mascara.png +share/eiciel/img/usuari-acl-default.png +share/eiciel/img/usuari-acl.png +share/eiciel/img/usuari-default.png +share/eiciel/img/usuari.png %%NLS%%share/locale/ca/LC_MESSAGES/eiciel.mo %%NLS%%share/locale/de/LC_MESSAGES/eiciel.mo %%NLS%%share/locale/es/LC_MESSAGES/eiciel.mo %%NLS%%share/locale/sv/LC_MESSAGES/eiciel.mo -@dirrm share/gnome/eiciel/img -@dirrm share/gnome/eiciel/doc/C/figures -@dirrm share/gnome/eiciel/doc/C -@dirrm share/gnome/eiciel/doc -@dirrm share/gnome/eiciel +@dirrm share/eiciel/img +@dirrm share/eiciel/doc/C/figures +@dirrm share/eiciel/doc/C +@dirrm share/eiciel/doc +@dirrm share/eiciel +@dirrmtry share/applications diff --git a/sysutils/gai-leds/Makefile b/sysutils/gai-leds/Makefile index 84f4c3a8932d..bb0c840f7d78 100644 --- a/sysutils/gai-leds/Makefile +++ b/sysutils/gai-leds/Makefile @@ -3,9 +3,11 @@ # Whom: Douglas Thrift <douglas@douglasthrift.net> # # $FreeBSD$ +# PORTNAME= gai-leds PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gai @@ -23,14 +25,12 @@ USE_GNOME= gnomehack gnomeprefix post-patch: @${REINPLACE_CMD} -e \ 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ - s|share\(/pixmaps\)|share/gnome\1|; \ s|:GNOME_|:GAI-|g; \ s|\(@APPLET_NAME@\)\(Applet\)|\1-\2|g; \ s|\(Applet\)_\(Factory\)|\1-\2|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|lib\(/bonobo\)|libdata\1|; \ - s|share\(/pixmaps\)|share/gnome\1|; \ s|-O3||' \ ${WRKSRC}/Makefile.in diff --git a/sysutils/gai-leds/pkg-plist b/sysutils/gai-leds/pkg-plist index afea9f53d7d0..a56628e19a98 100644 --- a/sysutils/gai-leds/pkg-plist +++ b/sysutils/gai-leds/pkg-plist @@ -1,12 +1,12 @@ bin/gai-leds libdata/bonobo/servers/GNOME_gai-ledsApplet.server -share/gnome/pixmaps/gai-leds-icon.png -share/gnome/pixmaps/gai-leds/capslock_off.png -share/gnome/pixmaps/gai-leds/capslock_on.png -share/gnome/pixmaps/gai-leds/ledsbg_horz.png -share/gnome/pixmaps/gai-leds/ledsbg_vert.png -share/gnome/pixmaps/gai-leds/numlock_off.png -share/gnome/pixmaps/gai-leds/numlock_on.png -share/gnome/pixmaps/gai-leds/scrollock_off.png -share/gnome/pixmaps/gai-leds/scrollock_on.png -@dirrm share/gnome/pixmaps/gai-leds +share/pixmaps/gai-leds-icon.png +share/pixmaps/gai-leds/capslock_off.png +share/pixmaps/gai-leds/capslock_on.png +share/pixmaps/gai-leds/ledsbg_horz.png +share/pixmaps/gai-leds/ledsbg_vert.png +share/pixmaps/gai-leds/numlock_off.png +share/pixmaps/gai-leds/numlock_on.png +share/pixmaps/gai-leds/scrollock_off.png +share/pixmaps/gai-leds/scrollock_on.png +@dirrm share/pixmaps/gai-leds diff --git a/sysutils/gcdmaster/Makefile b/sysutils/gcdmaster/Makefile index 1f37a98e5b12..cfd05499582f 100644 --- a/sysutils/gcdmaster/Makefile +++ b/sysutils/gcdmaster/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gcdmaster -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= GNOME frontend for cdrdao diff --git a/sysutils/gcdmaster/pkg-plist b/sysutils/gcdmaster/pkg-plist index acf062b72b5e..5c7e16737e65 100644 --- a/sysutils/gcdmaster/pkg-plist +++ b/sysutils/gcdmaster/pkg-plist @@ -1,12 +1,13 @@ bin/gcdmaster %%DATADIR%%/ProjectChooser.glade -share/gnome/application-registry/gcdmaster.applications -share/gnome/applications/gcdmaster.desktop -share/gnome/mime-info/gcdmaster.keys -share/gnome/mime-info/gcdmaster.mime -share/gnome/pixmaps/document-icons/gcdmaster-doc.png -share/gnome/pixmaps/gcdmaster.png +share/application-registry/gcdmaster.applications +share/applications/gcdmaster.desktop +share/mime-info/gcdmaster.keys +share/mime-info/gcdmaster.mime +share/pixmaps/document-icons/gcdmaster-doc.png +share/pixmaps/gcdmaster.png share/mime/packages/gcdmaster.xml @dirrm %%DATADIR%% @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@dirrmtry share/applications diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index 597460eee0b9..aca189afa042 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.59 2007/03/13 12:30:40 ahze Exp $ +# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.66 2007/09/18 01:30:46 ahze Exp $ # PORTNAME= gconf-editor -PORTVERSION= 2.18.2 +PORTVERSION= 2.20.0 PORTEPOCH= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} diff --git a/sysutils/gconf-editor/distinfo b/sysutils/gconf-editor/distinfo index 07a2c866e75c..cbe4c5480452 100644 --- a/sysutils/gconf-editor/distinfo +++ b/sysutils/gconf-editor/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gconf-editor-2.18.2.tar.bz2) = e40f51b3cb2809b882c29d45b71657bd -SHA256 (gnome2/gconf-editor-2.18.2.tar.bz2) = e6c07528a1f770c9848550d8f101940f52d40bdf616754e4eba93af1079ef6d6 -SIZE (gnome2/gconf-editor-2.18.2.tar.bz2) = 922748 +MD5 (gnome2/gconf-editor-2.20.0.tar.bz2) = b686677878b5754ffa8d0a2cc1129988 +SHA256 (gnome2/gconf-editor-2.20.0.tar.bz2) = 10b5043c4152cf5d33b138c516c10708005212ee150ea8dc6c7dc396ac27a79a +SIZE (gnome2/gconf-editor-2.20.0.tar.bz2) = 892603 diff --git a/sysutils/gconf-editor/pkg-plist b/sysutils/gconf-editor/pkg-plist index 6ba0118b5107..6df1d36571f4 100644 --- a/sysutils/gconf-editor/pkg-plist +++ b/sysutils/gconf-editor/pkg-plist @@ -1,5 +1,5 @@ bin/gconf-editor -share/gnome/applications/gconf-editor.desktop +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 @@ -17,25 +17,26 @@ 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/uk/figures/gconf_editor_anno_window.png share/gnome/help/gconf-editor/uk/gconf-editor.xml -share/gnome/omf/gconf-editor/gconf-editor-C.omf -share/gnome/omf/gconf-editor/gconf-editor-de.omf -share/gnome/omf/gconf-editor/gconf-editor-es.omf -share/gnome/omf/gconf-editor/gconf-editor-fr.omf -share/gnome/omf/gconf-editor/gconf-editor-it.omf -share/gnome/omf/gconf-editor/gconf-editor-oc.omf -share/gnome/omf/gconf-editor/gconf-editor-sv.omf -share/gnome/omf/gconf-editor/gconf-editor-uk.omf -share/gnome/pixmaps/gconf-editor/entry-blank.png -share/gnome/pixmaps/gconf-editor/entry-bool.png -share/gnome/pixmaps/gconf-editor/entry-list.png -share/gnome/pixmaps/gconf-editor/entry-number.png -share/gnome/pixmaps/gconf-editor/entry-schema.png -share/gnome/pixmaps/gconf-editor/entry-string.png -share/gnome/pixmaps/gconf-editor/folder-closed.png -share/gnome/pixmaps/gconf-editor/folder-open.png +share/omf/gconf-editor/gconf-editor-C.omf +share/omf/gconf-editor/gconf-editor-de.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 +share/omf/gconf-editor/gconf-editor-oc.omf +share/omf/gconf-editor/gconf-editor-sv.omf +share/omf/gconf-editor/gconf-editor-uk.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/as/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 @@ -112,8 +113,8 @@ 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/gnome/pixmaps/gconf-editor -@dirrm share/gnome/omf/gconf-editor +@dirrm share/pixmaps/gconf-editor +@dirrm share/omf/gconf-editor @dirrm share/gnome/help/gconf-editor/uk/figures @dirrm share/gnome/help/gconf-editor/uk @dirrm share/gnome/help/gconf-editor/sv/figures @@ -157,3 +158,6 @@ share/locale/zh_TW/LC_MESSAGES/gconf-editor.mo @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/applications diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index dbcbf2ee5b9c..6a979c052194 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdmap PORTVERSION= 0.7.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gdmap @@ -28,5 +28,7 @@ MAN1= gdmap.1 post-patch: @${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' \ ${WRKSRC}/src/gui_main.c + @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/sysutils/gdmap/pkg-plist b/sysutils/gdmap/pkg-plist index c2e9d5f979a2..57456bbb70d0 100644 --- a/sysutils/gdmap/pkg-plist +++ b/sysutils/gdmap/pkg-plist @@ -1,6 +1,7 @@ bin/gdmap -share/gnome/applications/gdmap.desktop -share/gnome/gdmap/pixmaps/gdmap_icon.png -share/gnome/pixmaps/gdmap_icon.png -@dirrm share/gnome/gdmap/pixmaps -@dirrm share/gnome/gdmap +share/applications/gdmap.desktop +share/gdmap/pixmaps/gdmap_icon.png +share/pixmaps/gdmap_icon.png +@dirrm share/gdmap/pixmaps +@dirrm share/gdmap +@dirrmtry share/applications diff --git a/sysutils/gfslicer/Makefile b/sysutils/gfslicer/Makefile index 5393ada32554..74adec688e63 100644 --- a/sysutils/gfslicer/Makefile +++ b/sysutils/gfslicer/Makefile @@ -8,7 +8,7 @@ PORTNAME= gfslicer PORTVERSION= 1.5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig diff --git a/sysutils/gfslicer/pkg-plist b/sysutils/gfslicer/pkg-plist index 22b449f47b46..bb2cd94e687a 100644 --- a/sysutils/gfslicer/pkg-plist +++ b/sysutils/gfslicer/pkg-plist @@ -1,7 +1,7 @@ bin/gfslicer -share/gnome/pixmaps/gfslicer/deslice.xpm -share/gnome/pixmaps/gfslicer/pref.xpm -share/gnome/pixmaps/gfslicer/slice.xpm -share/gnome/pixmaps/gfslicer/tar.xpm -share/gnome/pixmaps/gfslicer/untar.xpm -@dirrm share/gnome/pixmaps/gfslicer +share/pixmaps/gfslicer/deslice.xpm +share/pixmaps/gfslicer/pref.xpm +share/pixmaps/gfslicer/slice.xpm +share/pixmaps/gfslicer/tar.xpm +share/pixmaps/gfslicer/untar.xpm +@dirrm share/pixmaps/gfslicer diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile index 3eaddd603412..6d9ec981b999 100644 --- a/sysutils/gksu/Makefile +++ b/sysutils/gksu/Makefile @@ -7,7 +7,7 @@ PORTNAME= gksu PORTVERSION= 1.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://people.debian.org/~kov/gksu/old_stuff/gksu/ diff --git a/sysutils/gksu/pkg-plist b/sysutils/gksu/pkg-plist index 153f085576cd..deca7847d06b 100644 --- a/sysutils/gksu/pkg-plist +++ b/sysutils/gksu/pkg-plist @@ -1,11 +1,11 @@ bin/gksu bin/gksudo bin/gksuexec -share/gnome/applications/gksu.desktop -share/gnome/applications/gksuexec.desktop -share/gnome/pixmaps/gksu-icon.png -share/gnome/pixmaps/gksu-root-terminal.png -share/gnome/gksu/gksu-migrate-conf.sh +share/applications/gksu.desktop +share/applications/gksuexec.desktop +share/pixmaps/gksu-icon.png +share/pixmaps/gksu-root-terminal.png +share/gksu/gksu-migrate-conf.sh share/locale/ca/LC_MESSAGES/gksu.mo share/locale/da/LC_MESSAGES/gksu.mo share/locale/de/LC_MESSAGES/gksu.mo @@ -24,4 +24,5 @@ share/locale/pt/LC_MESSAGES/gksu.mo share/locale/ro/LC_MESSAGES/gksu.mo share/locale/sk/LC_MESSAGES/gksu.mo share/locale/xh/LC_MESSAGES/gksu.mo -@dirrm share/gnome/gksu +@dirrm share/gksu +@dirrmtry share/applications diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 636231b55fb9..66fbc75c298d 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -3,16 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.132 2007/03/12 22:05:56 marcus Exp $ +# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.157 2007/10/15 17:48:45 mezz Exp $ # PORTNAME= gnome-control-center -PORTVERSION= 2.18.1 -PORTREVISION= 1 +PORTVERSION= 2.20.1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/control-center/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= control-center-${PORTVERSION} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -34,8 +32,8 @@ INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-gstreamer=0.10 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas \ apps_gnome_settings_daemon_keybindings.schemas \ @@ -61,11 +59,8 @@ PLIST_SUB+= ABOUTME="@comment " .endif post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[{]prefix[}]/share/pixmaps|{datadir}/pixmaps|g' - @${REINPLACE_CMD} -e 's|/bin/tar|/usr/bin/tar|g ; \ - s|/bin/gzip|/usr/bin/gzip|g' \ - ${WRKSRC}/capplets/theme-switcher/gnome-theme-installer.c + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${WRKSRC}/capplets/common/gnome-theme-info.c post-install: @-update-desktop-database diff --git a/sysutils/gnome-control-center/distinfo b/sysutils/gnome-control-center/distinfo index 93f3920035fa..8d9a2d632d89 100644 --- a/sysutils/gnome-control-center/distinfo +++ b/sysutils/gnome-control-center/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/control-center-2.18.1.tar.bz2) = bae0fd0f9e32f374bd7236d98788b13f -SHA256 (gnome2/control-center-2.18.1.tar.bz2) = 3bb1474a6914d5a210a6f21368c48c9c302918a4ab94a5282b84b57ebc432c87 -SIZE (gnome2/control-center-2.18.1.tar.bz2) = 2150134 +MD5 (gnome2/gnome-control-center-2.20.1.tar.bz2) = d7420f0fc28937573a13bc5c1633b23b +SHA256 (gnome2/gnome-control-center-2.20.1.tar.bz2) = 631d7621584a27a0edc43f05c6e2b45d6c44c1bc570abaa155472ca9b321d4d0 +SIZE (gnome2/gnome-control-center-2.20.1.tar.bz2) = 2292719 diff --git a/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c b/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c new file mode 100644 index 000000000000..5f5eb4bc15a5 --- /dev/null +++ b/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c @@ -0,0 +1,20 @@ +--- capplets/common/gnome-theme-info.c.orig 2007-08-27 04:09:06.000000000 -0400 ++++ capplets/common/gnome-theme-info.c 2007-09-20 15:24:56.000000000 -0400 +@@ -1845,7 +1845,7 @@ read_cursor_fonts (void) + theme_info->thumbnail = gdk_pixbuf_new_from_file (filename, NULL); + g_free (filename); + +- theme_info->name = g_build_filename (GNOMECC_DATA_DIR, builtins[i][0], NULL); ++ theme_info->name = g_build_filename (INSTALL_PREFIX, "share", builtins[i][0], NULL); + theme_info->path = g_strdup (theme_info->name); + + if (!strcmp (theme_info->path, cursor_font)) +@@ -1974,7 +1974,7 @@ gnome_theme_init (gboolean *monitor_not_ + gnome_vfs_uri_unref (top_theme_dir_uri); + + /* The weird /usr/share/icons */ +- top_theme_dir_uri = gnome_vfs_uri_new ("/usr/share/icons"); ++ top_theme_dir_uri = gnome_vfs_uri_new ("%%LOCALBASE%%/lib/X11/icons"); + if (!gnome_vfs_uri_exists (top_theme_dir_uri)) + gnome_vfs_make_directory_for_uri (top_theme_dir_uri, 0775); + result = add_top_icon_theme_dir_monitor (top_theme_dir_uri, &real_monitor_not_added, 2, NULL); diff --git a/sysutils/gnome-control-center/files/patch-libwindow-settings_gnome-wm-manager.c b/sysutils/gnome-control-center/files/patch-libwindow-settings_gnome-wm-manager.c deleted file mode 100644 index 95bbf2ea4dab..000000000000 --- a/sysutils/gnome-control-center/files/patch-libwindow-settings_gnome-wm-manager.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libwindow-settings/gnome-wm-manager.c.orig Mon Nov 11 00:42:08 2002 -+++ libwindow-settings/gnome-wm-manager.c Mon Nov 11 00:43:26 2002 -@@ -227,7 +227,7 @@ - - done_scan = TRUE; - -- tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/"); -+ tempdir = gnome_unconditional_datadir_file ("wm-properties/"); - scan_wm_directory (tempdir, FALSE); - g_free (tempdir); - diff --git a/sysutils/gnome-control-center/pkg-plist b/sysutils/gnome-control-center/pkg-plist index 45b72866f165..6832272beb97 100644 --- a/sysutils/gnome-control-center/pkg-plist +++ b/sysutils/gnome-control-center/pkg-plist @@ -1,22 +1,21 @@ %%ABOUTME%%bin/gnome-about-me bin/gnome-accessibility-keyboard-properties +bin/gnome-appearance-properties +bin/gnome-at-mobility bin/gnome-at-properties -bin/gnome-background-properties +bin/gnome-at-visual bin/gnome-control-center bin/gnome-default-applications-properties bin/gnome-display-properties -bin/gnome-font-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-theme-manager bin/gnome-theme-thumbnailer bin/gnome-thumbnail-font bin/gnome-typing-monitor -bin/gnome-ui-properties bin/gnome-window-properties bin/themus-theme-applier etc/gnome-vfs-2.0/modules/font-method.conf @@ -44,95 +43,95 @@ lib/nautilus/extensions-1.0/libnautilus-themus.so lib/window-manager-settings/libmetacity.a lib/window-manager-settings/libmetacity.la lib/window-manager-settings/libmetacity.so +libdata/pkgconfig/gnome-keybindings.pc libdata/pkgconfig/gnome-settings-daemon.pc libdata/pkgconfig/gnome-window-settings-2.0.pc libexec/gnome-settings-daemon +share/applications/accessibility-keyboard.desktop +share/applications/at-properties.desktop +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-font-viewer.desktop +share/applications/gnome-network-preferences.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 +share/applications/keyboard.desktop +share/applications/themus-theme-applier.desktop +share/applications/window-properties.desktop share/dbus-1/services/org.gnome.SettingsDaemon.service -share/gnome/applications/accessibility-keyboard.desktop -share/gnome/applications/at-properties.desktop -share/gnome/applications/background.desktop -share/gnome/applications/default-applications.desktop -share/gnome/applications/display-properties.desktop -share/gnome/applications/font-properties.desktop -%%ABOUTME%%share/gnome/applications/gnome-about-me.desktop -share/gnome/applications/gnome-font-viewer.desktop -share/gnome/applications/gnome-network-preferences.desktop -share/gnome/applications/gnome-settings-mouse.desktop -share/gnome/applications/gnome-settings-sound.desktop -share/gnome/applications/gnome-theme-installer.desktop -share/gnome/applications/gnome-ui-properties.desktop -share/gnome/applications/gnomecc.desktop -share/gnome/applications/gtk-theme-selector.desktop -share/gnome/applications/keybinding.desktop -share/gnome/applications/keyboard.desktop -share/gnome/applications/themus-theme-applier.desktop -share/gnome/applications/window-properties.desktop -share/gnome/control-center/glade/acme.glade -share/gnome/control-center/glade/apply-font.glade -share/gnome/control-center/glade/at-enable-dialog.glade -share/gnome/control-center/glade/font-properties.glade -%%ABOUTME%%share/gnome/control-center/glade/gnome-about-me.glade -share/gnome/control-center/glade/gnome-accessibility-keyboard-properties.glade -share/gnome/control-center/glade/gnome-background-properties.glade -share/gnome/control-center/glade/gnome-default-applications-properties.glade -share/gnome/control-center/glade/gnome-keybinding-properties.glade -share/gnome/control-center/glade/gnome-keyboard-properties.glade -share/gnome/control-center/glade/gnome-mouse-properties.glade -share/gnome/control-center/glade/gnome-network-preferences.glade -share/gnome/control-center/glade/gnome-ui-properties.glade -share/gnome/control-center/glade/gnome-window-properties.glade -share/gnome/control-center/glade/modmap-dialog.glade -share/gnome/control-center/glade/sound-properties.glade -share/gnome/control-center/glade/theme-properties.glade -share/gnome/control-center/gnome-default-applications.xml -share/gnome/control-center/icons/display-capplet.png -share/gnome/control-center/pixmaps/accessibility-keyboard-bouncekey.png -share/gnome/control-center/pixmaps/accessibility-keyboard-mousekey.png -share/gnome/control-center/pixmaps/accessibility-keyboard-slowkey.png -share/gnome/control-center/pixmaps/accessibility-keyboard-stickykey.png -share/gnome/control-center/pixmaps/accessibility-keyboard-togglekey.png -share/gnome/control-center/pixmaps/acme-eject.png -share/gnome/control-center/pixmaps/at-startup.png -share/gnome/control-center/pixmaps/at-support.png -share/gnome/control-center/pixmaps/bar-disabled.png -share/gnome/control-center/pixmaps/bar-green.png -share/gnome/control-center/pixmaps/bar-red.png -share/gnome/control-center/pixmaps/bar.png -share/gnome/control-center/pixmaps/double-click-maybe.png -share/gnome/control-center/pixmaps/double-click-off.png -share/gnome/control-center/pixmaps/double-click-on.png -%%ABOUTME%%share/gnome/control-center/pixmaps/gnome-about-me-lock-open.png -%%ABOUTME%%share/gnome/control-center/pixmaps/gnome-about-me-lock.png -share/gnome/control-center/pixmaps/keyboard-bell.png -share/gnome/control-center/pixmaps/keyboard-cursor.png -share/gnome/control-center/pixmaps/keyboard-repeat.png -share/gnome/control-center/pixmaps/keyboard-volume.png -share/gnome/control-center/pixmaps/mouse-cursor-normal-large.png -share/gnome/control-center/pixmaps/mouse-cursor-normal.png -share/gnome/control-center/pixmaps/mouse-cursor-white-large.png -share/gnome/control-center/pixmaps/mouse-cursor-white.png -share/gnome/control-center/pixmaps/mouse-left.png -share/gnome/control-center/pixmaps/mouse-right.png -share/gnome/control-center/pixmaps/ocean-stripes.png -share/gnome/control-center/pixmaps/stop.png -share/gnome/control-center/pixmaps/subpixel-bgr.png -share/gnome/control-center/pixmaps/subpixel-rgb.png -share/gnome/control-center/pixmaps/subpixel-vbgr.png -share/gnome/control-center/pixmaps/subpixel-vrgb.png -share/gnome/control-center/pixmaps/theme-thumbnailing.png -share/gnome/control-center/pixmaps/visual-bell.png -share/gnome/control-center/xrdb/Editres.ad -share/gnome/control-center/xrdb/Emacs.ad -share/gnome/control-center/xrdb/General.ad -share/gnome/control-center/xrdb/Motif.ad -share/gnome/control-center/xrdb/Tk.ad -share/gnome/control-center/xrdb/Xaw.ad +share/desktop-directories/font-method.directory +share/desktop-directories/gnomecc.directory +share/desktop-directories/theme-method.directory +%%DATADIR%%/glade/acme.glade +%%DATADIR%%/glade/appearance.glade +%%DATADIR%%/glade/apply-font.glade +%%DATADIR%%/glade/at-enable-dialog.glade +%%ABOUTME%%%%DATADIR%%/glade/gnome-about-me.glade +%%DATADIR%%/glade/gnome-accessibility-keyboard-properties.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-window-properties.glade +%%DATADIR%%/glade/modmap-dialog.glade +%%DATADIR%%/glade/sound-properties.glade +%%DATADIR%%/gnome-default-applications.xml +%%DATADIR%%/keybindings/00-multimedia-key.xml +%%DATADIR%%/keybindings/01-desktop-key.xml +%%DATADIR%%/pixmaps/accessibility-keyboard-bouncekey.png +%%DATADIR%%/pixmaps/accessibility-keyboard-mousekey.png +%%DATADIR%%/pixmaps/accessibility-keyboard-slowkey.png +%%DATADIR%%/pixmaps/accessibility-keyboard-stickykey.png +%%DATADIR%%/pixmaps/accessibility-keyboard-togglekey.png +%%DATADIR%%/pixmaps/acme-eject.png +%%DATADIR%%/pixmaps/at-startup.png +%%DATADIR%%/pixmaps/at-support.png +%%DATADIR%%/pixmaps/bar-disabled.png +%%DATADIR%%/pixmaps/bar-green.png +%%DATADIR%%/pixmaps/bar-red.png +%%DATADIR%%/pixmaps/bar.png +%%DATADIR%%/pixmaps/double-click-maybe.png +%%DATADIR%%/pixmaps/double-click-off.png +%%DATADIR%%/pixmaps/double-click-on.png +%%ABOUTME%%%%DATADIR%%/pixmaps/gnome-about-me-lock-open.png +%%ABOUTME%%%%DATADIR%%/pixmaps/gnome-about-me-lock.png +%%DATADIR%%/pixmaps/gtk-theme-thumbnailing.png +%%DATADIR%%/pixmaps/icon-theme-thumbnailing.png +%%DATADIR%%/pixmaps/keyboard-bell.png +%%DATADIR%%/pixmaps/keyboard-cursor.png +%%DATADIR%%/pixmaps/keyboard-repeat.png +%%DATADIR%%/pixmaps/keyboard-volume.png +%%DATADIR%%/pixmaps/mouse-cursor-normal-large.png +%%DATADIR%%/pixmaps/mouse-cursor-normal.png +%%DATADIR%%/pixmaps/mouse-cursor-white-large.png +%%DATADIR%%/pixmaps/mouse-cursor-white.png +%%DATADIR%%/pixmaps/mouse-left.png +%%DATADIR%%/pixmaps/mouse-right.png +%%DATADIR%%/pixmaps/ocean-stripes.png +%%DATADIR%%/pixmaps/stop.png +%%DATADIR%%/pixmaps/subpixel-bgr.png +%%DATADIR%%/pixmaps/subpixel-rgb.png +%%DATADIR%%/pixmaps/subpixel-vbgr.png +%%DATADIR%%/pixmaps/subpixel-vrgb.png +%%DATADIR%%/pixmaps/theme-thumbnailing.png +%%DATADIR%%/pixmaps/visual-bell.png +%%DATADIR%%/pixmaps/window-theme-thumbnailing.png +%%DATADIR%%/xrdb/Editres.ad +%%DATADIR%%/xrdb/Emacs.ad +%%DATADIR%%/xrdb/General.ad +%%DATADIR%%/xrdb/Motif.ad +%%DATADIR%%/xrdb/Tk.ad +%%DATADIR%%/xrdb/Xaw.ad +share/gnome/autostart/gnome-at-session.desktop share/gnome/cursor-fonts/cursor-large-white.pcf share/gnome/cursor-fonts/cursor-large.pcf share/gnome/cursor-fonts/cursor-white.pcf -share/gnome/desktop-directories/font-method.directory -share/gnome/desktop-directories/gnomecc.directory -share/gnome/desktop-directories/theme-method.directory share/gnome/help/control-center/C/config-accessibility-keyboard.xml share/gnome/help/control-center/C/config-background.xml share/gnome/help/control-center/C/config-behavior.xml @@ -148,106 +147,162 @@ 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/en_GB/control-center.xml share/gnome/help/control-center/es/control-center.xml share/gnome/help/control-center/fr/control-center.xml +share/gnome/help/control-center/ja/control-center.xml +share/gnome/help/control-center/oc/control-center.xml share/gnome/help/control-center/pa/control-center.xml +share/gnome/help/control-center/pt_BR/control-center.xml share/gnome/help/control-center/ru/control-center.xml share/gnome/help/control-center/sv/control-center.xml 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/gnome/omf/control-center/control-center-C.omf -share/gnome/omf/control-center/control-center-en_GB.omf -share/gnome/omf/control-center/control-center-es.omf -share/gnome/omf/control-center/control-center-fr.omf -share/gnome/omf/control-center/control-center-pa.omf -share/gnome/omf/control-center/control-center-ru.omf -share/gnome/omf/control-center/control-center-sv.omf -share/gnome/omf/control-center/control-center-uk.omf -share/gnome/omf/control-center/control-center-zh_CN.omf -share/gnome/pixmaps/display-capplet.png +share/icons/hicolor/16x16/apps/gnome-display-properties.png +share/icons/hicolor/16x16/apps/gnome-network-preferences.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-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-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-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/typing-monitor.svg -share/locale/af/LC_MESSAGES/control-center-2.0.mo -share/locale/am/LC_MESSAGES/control-center-2.0.mo -share/locale/ar/LC_MESSAGES/control-center-2.0.mo -share/locale/az/LC_MESSAGES/control-center-2.0.mo -share/locale/be/LC_MESSAGES/control-center-2.0.mo -share/locale/bg/LC_MESSAGES/control-center-2.0.mo -share/locale/bn/LC_MESSAGES/control-center-2.0.mo -share/locale/bn_IN/LC_MESSAGES/control-center-2.0.mo -share/locale/br/LC_MESSAGES/control-center-2.0.mo -share/locale/bs/LC_MESSAGES/control-center-2.0.mo -share/locale/ca/LC_MESSAGES/control-center-2.0.mo -share/locale/cs/LC_MESSAGES/control-center-2.0.mo -share/locale/cy/LC_MESSAGES/control-center-2.0.mo -share/locale/da/LC_MESSAGES/control-center-2.0.mo -share/locale/de/LC_MESSAGES/control-center-2.0.mo -share/locale/dz/LC_MESSAGES/control-center-2.0.mo -share/locale/el/LC_MESSAGES/control-center-2.0.mo -share/locale/en_CA/LC_MESSAGES/control-center-2.0.mo -share/locale/en_GB/LC_MESSAGES/control-center-2.0.mo -share/locale/es/LC_MESSAGES/control-center-2.0.mo -share/locale/et/LC_MESSAGES/control-center-2.0.mo -share/locale/eu/LC_MESSAGES/control-center-2.0.mo -share/locale/fa/LC_MESSAGES/control-center-2.0.mo -share/locale/fi/LC_MESSAGES/control-center-2.0.mo -share/locale/fr/LC_MESSAGES/control-center-2.0.mo -share/locale/ga/LC_MESSAGES/control-center-2.0.mo -share/locale/gl/LC_MESSAGES/control-center-2.0.mo -share/locale/gu/LC_MESSAGES/control-center-2.0.mo -share/locale/he/LC_MESSAGES/control-center-2.0.mo -share/locale/hi/LC_MESSAGES/control-center-2.0.mo -share/locale/hr/LC_MESSAGES/control-center-2.0.mo -share/locale/hu/LC_MESSAGES/control-center-2.0.mo -share/locale/id/LC_MESSAGES/control-center-2.0.mo -share/locale/is/LC_MESSAGES/control-center-2.0.mo -share/locale/it/LC_MESSAGES/control-center-2.0.mo -share/locale/ja/LC_MESSAGES/control-center-2.0.mo -share/locale/ka/LC_MESSAGES/control-center-2.0.mo -share/locale/ko/LC_MESSAGES/control-center-2.0.mo -share/locale/ku/LC_MESSAGES/control-center-2.0.mo -share/locale/lt/LC_MESSAGES/control-center-2.0.mo -share/locale/lv/LC_MESSAGES/control-center-2.0.mo -share/locale/mg/LC_MESSAGES/control-center-2.0.mo -share/locale/mk/LC_MESSAGES/control-center-2.0.mo -share/locale/ml/LC_MESSAGES/control-center-2.0.mo -share/locale/mn/LC_MESSAGES/control-center-2.0.mo -share/locale/mr/LC_MESSAGES/control-center-2.0.mo -share/locale/ms/LC_MESSAGES/control-center-2.0.mo -share/locale/nb/LC_MESSAGES/control-center-2.0.mo -share/locale/ne/LC_MESSAGES/control-center-2.0.mo -share/locale/nl/LC_MESSAGES/control-center-2.0.mo -share/locale/nn/LC_MESSAGES/control-center-2.0.mo -share/locale/nso/LC_MESSAGES/control-center-2.0.mo -share/locale/or/LC_MESSAGES/control-center-2.0.mo -share/locale/pa/LC_MESSAGES/control-center-2.0.mo -share/locale/pl/LC_MESSAGES/control-center-2.0.mo -share/locale/pt/LC_MESSAGES/control-center-2.0.mo -share/locale/pt_BR/LC_MESSAGES/control-center-2.0.mo -share/locale/ro/LC_MESSAGES/control-center-2.0.mo -share/locale/ru/LC_MESSAGES/control-center-2.0.mo -share/locale/rw/LC_MESSAGES/control-center-2.0.mo -share/locale/sk/LC_MESSAGES/control-center-2.0.mo -share/locale/sl/LC_MESSAGES/control-center-2.0.mo -share/locale/sq/LC_MESSAGES/control-center-2.0.mo -share/locale/sr/LC_MESSAGES/control-center-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/control-center-2.0.mo -share/locale/sv/LC_MESSAGES/control-center-2.0.mo -share/locale/ta/LC_MESSAGES/control-center-2.0.mo -share/locale/te/LC_MESSAGES/control-center-2.0.mo -share/locale/th/LC_MESSAGES/control-center-2.0.mo -share/locale/tr/LC_MESSAGES/control-center-2.0.mo -share/locale/uk/LC_MESSAGES/control-center-2.0.mo -share/locale/vi/LC_MESSAGES/control-center-2.0.mo -share/locale/wa/LC_MESSAGES/control-center-2.0.mo -share/locale/xh/LC_MESSAGES/control-center-2.0.mo -share/locale/zh_CN/LC_MESSAGES/control-center-2.0.mo -share/locale/zh_HK/LC_MESSAGES/control-center-2.0.mo -share/locale/zh_TW/LC_MESSAGES/control-center-2.0.mo -share/locale/zu/LC_MESSAGES/control-center-2.0.mo +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/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 +share/locale/bg/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/bn/LC_MESSAGES/gnome-control-center-2.0.mo +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/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 +share/locale/de/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/dz/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/el/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/en_CA/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/en_GB/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/es/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/et/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/eu/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/fa/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/fi/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/fr/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ga/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/gl/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/gu/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/he/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/hi/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/hr/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/hu/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/id/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/is/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/it/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ja/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ka/LC_MESSAGES/gnome-control-center-2.0.mo +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/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 +share/locale/mn/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/mr/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ms/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/nb/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ne/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/nl/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/nn/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/nso/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/oc/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/or/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/pa/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/pl/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/pt/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/pt_BR/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ro/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ru/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/rw/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/si/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/sk/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/sl/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/sq/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/sr/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/sr@Latn/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/sv/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ta/LC_MESSAGES/gnome-control-center-2.0.mo +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/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 +share/locale/zh_CN/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/zh_HK/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/zh_TW/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/zu/LC_MESSAGES/gnome-control-center-2.0.mo 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-en_GB.omf +share/omf/control-center/control-center-es.omf +share/omf/control-center/control-center-fr.omf +share/omf/control-center/control-center-ja.omf +share/omf/control-center/control-center-oc.omf +share/omf/control-center/control-center-pa.omf +share/omf/control-center/control-center-pt_BR.omf +share/omf/control-center/control-center-ru.omf +share/omf/control-center/control-center-sv.omf +share/omf/control-center/control-center-uk.omf +share/omf/control-center/control-center-vi.omf +share/omf/control-center/control-center-zh_CN.omf +@dirrm share/omf/control-center +@dirrm share/gnome/help/control-center/zh_CN +@dirrm share/gnome/help/control-center/vi +@dirrm share/gnome/help/control-center/uk +@dirrm share/gnome/help/control-center/sv +@dirrm share/gnome/help/control-center/ru +@dirrm share/gnome/help/control-center/pt_BR +@dirrm share/gnome/help/control-center/pa +@dirrm share/gnome/help/control-center/oc +@dirrm share/gnome/help/control-center/ja +@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/ca +@dirrm share/gnome/help/control-center/C +@dirrm share/gnome/help/control-center +@dirrm share/gnome/cursor-fonts +@dirrm %%DATADIR%%/xrdb +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/glade +@dirrmtry share/desktop-directories +@dirrm lib/window-manager-settings +@dirrm include/gnome-window-settings-2.0 +@dirrm include/gnome-settings-daemon-2.0/gnome-settings-daemon +@dirrm include/gnome-settings-daemon-2.0 +@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/zu/LC_MESSAGES @dirrmtry share/locale/zu @dirrmtry share/locale/zh_HK/LC_MESSAGES @@ -256,8 +311,12 @@ share/mime/packages/gnome-theme-package.xml @dirrmtry share/locale/xh @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te +@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/nso/LC_MESSAGES @dirrmtry share/locale/nso @dirrmtry share/locale/mr/LC_MESSAGES @@ -270,29 +329,6 @@ share/mime/packages/gnome-theme-package.xml @dirrmtry share/locale/dz @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN -@dirrm share/gnome/omf/control-center -@dirrm share/gnome/help/control-center/zh_CN -@dirrm share/gnome/help/control-center/uk -@dirrm share/gnome/help/control-center/sv -@dirrm share/gnome/help/control-center/ru -@dirrm share/gnome/help/control-center/pa -@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/C -@dirrm share/gnome/help/control-center -@dirrmtry share/gnome/gnome-background-properties -@dirrm share/gnome/desktop-directories -@dirrm share/gnome/cursor-fonts -@dirrm share/gnome/control-center/xrdb -@dirrm share/gnome/control-center/pixmaps -@dirrmtry share/gnome/control-center/icons -@dirrm share/gnome/control-center/glade -@dirrm lib/window-manager-settings -@dirrm include/gnome-window-settings-2.0 -@dirrm include/gnome-settings-daemon-2.0/gnome-settings-daemon -@dirrm include/gnome-settings-daemon-2.0 -@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/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/applications diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile index 74c2b5687627..00ef992ea785 100644 --- a/sysutils/gnome-control-center1/Makefile +++ b/sysutils/gnome-control-center1/Makefile @@ -3,11 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/sysutils/gnome-control-center1/Makefile,v 1.3 2007/05/30 05:02:04 mezz Exp $ # PORTNAME= gnome-control-center PORTVERSION= 1.4.0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/control-center/1.4 @@ -29,4 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LATEST_LINK= gnome-control-center1 +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/capplets/wm-properties/wm-desktops/WindowMaker.desktop + .include <bsd.port.mk> diff --git a/sysutils/gnome-control-center1/files/patch-ad b/sysutils/gnome-control-center1/files/patch-ad deleted file mode 100644 index c27189a35ee9..000000000000 --- a/sysutils/gnome-control-center1/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- capplets/wm-properties/wm-list.c.orig Tue Mar 2 22:53:29 1999 -+++ capplets/wm-properties/wm-list.c Tue Mar 2 22:53:52 1999 -@@ -210,7 +210,7 @@ - gchar *tempdir; - gchar *name; - -- tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/"); -+ tempdir = gnome_unconditional_datadir_file ("wm-properties/"); - wm_list_read_dir (tempdir, FALSE); - g_free (tempdir); - diff --git a/sysutils/gnome-control-center1/files/patch-capplets_file-types_file-types-icon-entry.c b/sysutils/gnome-control-center1/files/patch-capplets_file-types_file-types-icon-entry.c deleted file mode 100644 index 5b48cd25cb94..000000000000 --- a/sysutils/gnome-control-center1/files/patch-capplets_file-types_file-types-icon-entry.c +++ /dev/null @@ -1,11 +0,0 @@ ---- capplets/file-types/file-types-icon-entry.c.orig Sun May 5 16:33:51 2002 -+++ capplets/file-types/file-types-icon-entry.c Sun May 5 16:34:02 2002 -@@ -424,7 +424,7 @@ - result = NULL; - filename = nautilus_mime_type_icon_entry_get_full_filename (NAUTILUS_MIME_ICON_ENTRY (ientry)); - if (filename != NULL) { -- path_parts = g_strsplit (filename, "/share/pixmaps/", 0); -+ path_parts = g_strsplit (filename, "/share/gnome/pixmaps/", 0); - g_free (filename); - - if (path_parts[1] != NULL) { diff --git a/sysutils/gnome-control-center1/files/patch-ce b/sysutils/gnome-control-center1/files/patch-ce index b2186ac89c4c..8fbfc41ab86f 100644 --- a/sysutils/gnome-control-center1/files/patch-ce +++ b/sysutils/gnome-control-center1/files/patch-ce @@ -5,4 +5,4 @@ [Window Manager] SessionManaged=false -ConfigExec=/usr/X11R6/lib/GNUstep/Apps/WPrefs.app/WPrefs -+ConfigExec=/usr/X11R6/share/GNUstep/Apps/WPrefs.app/WPrefs ++ConfigExec=/usr/local/share/GNUstep/Apps/WPrefs.app/WPrefs diff --git a/sysutils/gnome-control-center1/files/patch-configure b/sysutils/gnome-control-center1/files/patch-configure deleted file mode 100644 index 53566354e4ac..000000000000 --- a/sysutils/gnome-control-center1/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun May 5 16:29:53 2002 -+++ configure Sun May 5 16:30:05 2002 -@@ -9161,7 +9161,7 @@ - - - cat >> confdefs.h <<EOF --#define GNOME_ICONDIR "${prefix}/share/pixmaps" -+#define GNOME_ICONDIR "${datadir}/pixmaps" - EOF - - diff --git a/sysutils/gnome-control-center1/pkg-plist b/sysutils/gnome-control-center1/pkg-plist index bea2205dc885..16333e629479 100644 --- a/sysutils/gnome-control-center1/pkg-plist +++ b/sysutils/gnome-control-center1/pkg-plist @@ -10,6 +10,25 @@ bin/ui-properties bin/url-properties bin/wm-properties-capplet etc/CORBA/servers/gnomecc.gnorba +share/control-center/.directory +share/control-center/Desktop/.directory +share/control-center/Desktop/background-properties.desktop +share/control-center/Desktop/theme-selector.desktop +share/control-center/Desktop/wm-properties.desktop +share/control-center/Documents/.directory +share/control-center/Documents/default-application-properties.desktop +share/control-center/Documents/file-types-capplet.desktop +share/control-center/Documents/url-properties.desktop +share/control-center/Multimedia/.directory +share/control-center/Multimedia/sound-properties.desktop +share/control-center/Peripherals/.directory +share/control-center/Peripherals/keyboard-properties.desktop +share/control-center/Peripherals/mouse-properties.desktop +share/control-center/Session/.directory +share/control-center/UIOptions/.directory +share/control-center/UIOptions/application.desktop +share/control-center/UIOptions/dialogs.desktop +share/control-center/UIOptions/mdi.desktop share/gnome/apps/Settings/Desktop/.directory share/gnome/apps/Settings/Desktop/background-properties.desktop share/gnome/apps/Settings/Desktop/theme-selector.desktop @@ -26,25 +45,6 @@ share/gnome/apps/Settings/Session/.directory share/gnome/apps/Settings/UIOptions/.directory share/gnome/apps/Settings/file-types-capplet.desktop share/gnome/apps/Settings/gnomecc.desktop -share/gnome/control-center/.directory -share/gnome/control-center/Desktop/.directory -share/gnome/control-center/Desktop/background-properties.desktop -share/gnome/control-center/Desktop/theme-selector.desktop -share/gnome/control-center/Desktop/wm-properties.desktop -share/gnome/control-center/Documents/.directory -share/gnome/control-center/Documents/default-application-properties.desktop -share/gnome/control-center/Documents/file-types-capplet.desktop -share/gnome/control-center/Documents/url-properties.desktop -share/gnome/control-center/Multimedia/.directory -share/gnome/control-center/Multimedia/sound-properties.desktop -share/gnome/control-center/Peripherals/.directory -share/gnome/control-center/Peripherals/keyboard-properties.desktop -share/gnome/control-center/Peripherals/mouse-properties.desktop -share/gnome/control-center/Session/.directory -share/gnome/control-center/UIOptions/.directory -share/gnome/control-center/UIOptions/application.desktop -share/gnome/control-center/UIOptions/dialogs.desktop -share/gnome/control-center/UIOptions/mdi.desktop share/gnome/help/control-center/C/control-center.sgml share/gnome/help/control-center/C/desktop-intro.html share/gnome/help/control-center/C/doc-handlers.html @@ -125,10 +125,6 @@ share/gnome/help/control-center/eu/stylesheet-images/up.gif share/gnome/help/control-center/eu/stylesheet-images/warning.gif share/gnome/help/control-center/eu/topic.dat share/gnome/help/control-center/eu/usage.html -share/gnome/omf/control-center/control-center-C.omf -share/gnome/omf/control-center/control-center-eu.omf -share/gnome/pixmaps/ccsplash.png -share/gnome/pixmaps/control-center.png share/gnome/wm-properties/Enlightenment.desktop share/gnome/wm-properties/IceWM.desktop share/gnome/wm-properties/Scwm.desktop @@ -171,15 +167,19 @@ share/locale/uk/LC_MESSAGES/control-center.mo share/locale/wa/LC_MESSAGES/control-center.mo share/locale/zh_CN/LC_MESSAGES/control-center.mo share/locale/zh_TW/LC_MESSAGES/control-center.mo -@dirrm share/gnome/omf/control-center -@dirrm share/gnome/help/control-center/C/stylesheet-images -@dirrm share/gnome/help/control-center/C/figures -@dirrm share/gnome/help/control-center/C +share/omf/control-center/control-center-C.omf +share/omf/control-center/control-center-eu.omf +share/pixmaps/ccsplash.png +share/pixmaps/control-center.png +@dirrm share/omf/control-center @dirrm share/gnome/help/control-center/eu/stylesheet-images @dirrm share/gnome/help/control-center/eu/figures @dirrm share/gnome/help/control-center/eu +@dirrm share/gnome/help/control-center/C/stylesheet-images +@dirrm share/gnome/help/control-center/C/figures +@dirrm share/gnome/help/control-center/C @dirrm share/gnome/help/control-center -@dirrm share/gnome/control-center/UIOptions -@dirrm share/gnome/control-center/Multimedia @dirrm share/gnome/apps/Settings/UIOptions @dirrm share/gnome/apps/Settings/Multimedia +@dirrm share/control-center/UIOptions +@dirrm share/control-center/Multimedia diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile index f0daa09acd1a..da19f96cf641 100644 --- a/sysutils/gnome-mount/Makefile +++ b/sysutils/gnome-mount/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.13 2007/02/11 06:03:50 marcus Exp $ +# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.16 2007/05/19 21:36:22 marcus Exp $ # PORTNAME= gnome-mount PORTVERSION= 0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils gnome MASTER_SITES= http://people.freedesktop.org/~david/dist/ diff --git a/sysutils/gnome-mount/pkg-plist b/sysutils/gnome-mount/pkg-plist index 34627d076c00..1586c42b826c 100644 --- a/sysutils/gnome-mount/pkg-plist +++ b/sysutils/gnome-mount/pkg-plist @@ -5,7 +5,7 @@ lib/nautilus/extensions-1.0/libgnome-mount.a lib/nautilus/extensions-1.0/libgnome-mount.la lib/nautilus/extensions-1.0/libgnome-mount.so libdata/pkgconfig/gnome-mount.pc -share/gnome/gnome-mount/gnome-mount-properties.glade +share/gnome-mount/gnome-mount-properties.glade share/locale/ar/LC_MESSAGES/gnome-mount.mo share/locale/be/LC_MESSAGES/gnome-mount.mo share/locale/ca/LC_MESSAGES/gnome-mount.mo @@ -24,10 +24,6 @@ share/locale/pt_BR/LC_MESSAGES/gnome-mount.mo share/locale/ru/LC_MESSAGES/gnome-mount.mo share/locale/sv/LC_MESSAGES/gnome-mount.mo share/locale/vi/LC_MESSAGES/gnome-mount.mo -@dirrm share/gnome/gnome-mount +@dirrm share/gnome-mount @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/sysutils/gnome-pkgview/Makefile b/sysutils/gnome-pkgview/Makefile index 11e61cb4ac61..cb44b898c3ca 100644 --- a/sysutils/gnome-pkgview/Makefile +++ b/sysutils/gnome-pkgview/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/sysutils/gnome-pkgview/Makefile,v 1.6 2007/05/30 03:21:44 mezz Exp $ PORTNAME= gnome-pkgview PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= http://www.greatnorthern.demon.co.uk/packages/gnome-pkgview/ @@ -26,9 +26,6 @@ GCONF_SCHEMAS= gnome-pkgview.schemas post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - -e 's|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/src/config-path.c - @${REINPLACE_CMD} -e 's|Icon=|Icon=${PREFIX}/share/gnome/pixmaps/|g' \ - ${WRKSRC}/gnome-pkgview.desktop.in + ${WRKSRC}/src/config-path.c .include <bsd.port.mk> diff --git a/sysutils/gnome-pkgview/files/patch-configure b/sysutils/gnome-pkgview/files/patch-configure deleted file mode 100644 index a8e15c3c2e15..000000000000 --- a/sysutils/gnome-pkgview/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu Nov 14 02:31:45 2002 -+++ configure Thu Nov 14 02:31:56 2002 -@@ -3991,7 +3991,7 @@ - - - cat >>confdefs.h <<_ACEOF --#define GNOME_ICONDIR "${prefix}/share/pixmaps" -+#define GNOME_ICONDIR "${prefix}/share/gnome/pixmaps" - _ACEOF - - diff --git a/sysutils/gnome-pkgview/files/patch-src_config-path.c b/sysutils/gnome-pkgview/files/patch-src_config-path.c index 2eed9821d2bb..b61d1cedc959 100644 --- a/sysutils/gnome-pkgview/files/patch-src_config-path.c +++ b/sysutils/gnome-pkgview/files/patch-src_config-path.c @@ -7,7 +7,7 @@ - if ( getenv ("PKG_CONFIG_PATH") ) { - path = g_strconcat(getenv("PKG_CONFIG_PATH"),":DIRS_DONE",NULL); - } -+ path = "%%LOCALBASE%%/libdata/pkgconfig:%%X11BASE%%/libdata/pkgconfig:DIRS_DONE"; ++ path = "%%LOCALBASE%%/libdata/pkgconfig:DIRS_DONE"; /* walk the PKG_CONFIG_PATH for other files */ if ( path ) { diff --git a/sysutils/gnome-pkgview/pkg-plist b/sysutils/gnome-pkgview/pkg-plist index ff3ee10dfb7c..d19cfe86dbb2 100644 --- a/sysutils/gnome-pkgview/pkg-plist +++ b/sysutils/gnome-pkgview/pkg-plist @@ -1,16 +1,16 @@ bin/gnome-pkgview -share/gnome/applications/gnome-pkgview.desktop -share/gnome/pixmaps/gnome-pkgview/debian.png -share/gnome/pixmaps/gnome-pkgview/fedora.png -share/gnome/pixmaps/gnome-pkgview/gentoo.png -share/gnome/pixmaps/gnome-pkgview/gnome.png -share/gnome/pixmaps/gnome-pkgview/pkgview.png -share/gnome/pixmaps/gnome-pkgview/pld.png -share/gnome/pixmaps/gnome-pkgview/redhat.png -share/gnome/pixmaps/gnome-pkgview/slackware.png -share/gnome/pixmaps/gnome-pkgview/solaris.png -share/gnome/pixmaps/gnome-pkgview/suse.png -share/gnome/pixmaps/gnome-pkgview/whitebox.png +share/applications/gnome-pkgview.desktop +share/pixmaps/gnome-pkgview/debian.png +share/pixmaps/gnome-pkgview/fedora.png +share/pixmaps/gnome-pkgview/gentoo.png +share/pixmaps/gnome-pkgview/gnome.png +share/pixmaps/gnome-pkgview/pkgview.png +share/pixmaps/gnome-pkgview/pld.png +share/pixmaps/gnome-pkgview/redhat.png +share/pixmaps/gnome-pkgview/slackware.png +share/pixmaps/gnome-pkgview/solaris.png +share/pixmaps/gnome-pkgview/suse.png +share/pixmaps/gnome-pkgview/whitebox.png share/locale/am/LC_MESSAGES/gnome-pkgview.mo share/locale/az/LC_MESSAGES/gnome-pkgview.mo share/locale/be/LC_MESSAGES/gnome-pkgview.mo @@ -47,4 +47,5 @@ share/locale/uk/LC_MESSAGES/gnome-pkgview.mo share/locale/vi/LC_MESSAGES/gnome-pkgview.mo share/locale/zh_CN/LC_MESSAGES/gnome-pkgview.mo share/locale/zh_TW/LC_MESSAGES/gnome-pkgview.mo -@dirrm share/gnome/pixmaps/gnome-pkgview +@dirrm share/pixmaps/gnome-pkgview +@dirrmtry share/applications diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile index 04cc48260762..95af3733e293 100644 --- a/sysutils/gnome-power-manager/Makefile +++ b/sysutils/gnome-power-manager/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.23 2007/03/13 00:33:21 mezz Exp $ +# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.36 2007/09/17 19:59:06 marcus Exp $ # PORTNAME= gnome-power-manager -PORTVERSION= 2.18.3 +PORTVERSION= 2.20.0 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -28,6 +28,7 @@ USE_GMAKE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool:15 +USE_GSTREAMER= good USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libwnck \ gnomedocutils gnomepanel CONFIGURE_ARGS= --disable-icon-framing \ diff --git a/sysutils/gnome-power-manager/distinfo b/sysutils/gnome-power-manager/distinfo index 2d9b2174d2d0..c25bc26a6d42 100644 --- a/sysutils/gnome-power-manager/distinfo +++ b/sysutils/gnome-power-manager/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-power-manager-2.18.3.tar.bz2) = 3341092fc87ced400631c3d635979426 -SHA256 (gnome2/gnome-power-manager-2.18.3.tar.bz2) = 0bcc8a35d52279cd24de93e957bf0f8b3359d096cd891e5bed07cb4b912f920b -SIZE (gnome2/gnome-power-manager-2.18.3.tar.bz2) = 2068991 +MD5 (gnome2/gnome-power-manager-2.20.0.tar.bz2) = 881f012dcbdff38a85603393cb9d39bb +SHA256 (gnome2/gnome-power-manager-2.20.0.tar.bz2) = bc1a3428bc98bfcab473e0f62387f32205c40693f6c6897931204ef4800aa1e5 +SIZE (gnome2/gnome-power-manager-2.20.0.tar.bz2) = 2588839 diff --git a/sysutils/gnome-power-manager/pkg-plist b/sysutils/gnome-power-manager/pkg-plist index 89d70a45f6f1..efc61c06920e 100644 --- a/sysutils/gnome-power-manager/pkg-plist +++ b/sysutils/gnome-power-manager/pkg-plist @@ -5,22 +5,278 @@ bin/gnome-power-cmd.sh bin/gnome-power-manager bin/gnome-power-preferences bin/gnome-power-statistics -etc/dbus-1/system.d/gnome-power-manager.conf libdata/bonobo/servers/GNOME_BrightnessApplet.server libdata/bonobo/servers/GNOME_InhibitApplet.server +share/applications/gnome-power-preferences.desktop +share/applications/gnome-power-statistics.desktop share/dbus-1/services/gnome-power-manager.service -share/gnome/applications/gnome-power-preferences.desktop -share/gnome/applications/gnome-power-statistics.desktop +share/gnome-2.0/ui/GNOME_BrightnessApplet.xml +share/gnome-2.0/ui/GNOME_InhibitApplet.xml +%%DATADIR%%/gpm-critical-power.wav +%%DATADIR%%/gpm-feedback-widget.glade +%%DATADIR%%/gpm-graph.glade +%%DATADIR%%/gpm-inhibit-test.glade +%%DATADIR%%/gpm-lid-down.wav +%%DATADIR%%/gpm-lid-up.wav +%%DATADIR%%/gpm-prefs.glade +%%DATADIR%%/gpm-suspend-failure.wav +%%DATADIR%%/gpm-unplugged.wav +%%DATADIR%%/icons/hicolor/16x16/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/16x16/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-030.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-030.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-030.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-000-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-020-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-040-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-060-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-080-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-100-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-charged.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-primary-missing.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-charged.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/22x22/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/22x22/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-030.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-030.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-030.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-000-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-020-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-040-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-060-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-080-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-100-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-charged.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-primary-missing.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-charged.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/24x24/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/24x24/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-030.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-030.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-030.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-000-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-020-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-040-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-060-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-080-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-100-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-charged.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-primary-missing.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-charged.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/48x48/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/48x48/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-030.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-030.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-030.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-000-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-020-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-040-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-060-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-080-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-100-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-charged.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-primary-missing.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-charged.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/scalable/actions/gpm-hibernate.svg +%%DATADIR%%/icons/hicolor/scalable/actions/gpm-suspend.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ac-adapter.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-disabled.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-disabled.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-030.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-030.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-030.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-000-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-020-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-020.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-040-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-040.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-060-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-080-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-080.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-100-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-charged.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-primary-missing.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-charged.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-missing.svg share/gnome/autostart/gnome-power-manager.desktop -share/gnome/gnome-2.0/ui/GNOME_BrightnessApplet.xml -share/gnome/gnome-2.0/ui/GNOME_InhibitApplet.xml -share/gnome/gnome-power-manager/gpm-critical-power.wav -share/gnome/gnome-power-manager/gpm-feedback-widget.glade -share/gnome/gnome-power-manager/gpm-graph.glade -share/gnome/gnome-power-manager/gpm-inhibit-test.glade -share/gnome/gnome-power-manager/gpm-prefs.glade -share/gnome/gnome-power-manager/gpm-suspend-failure.wav -share/gnome/gnome-power-manager/gpm-unplugged.wav share/gnome/help/gnome-power-manager/C/figures/gpm-cell-capacity.png share/gnome/help/gnome-power-manager/C/figures/gpm-charged.png share/gnome/help/gnome-power-manager/C/figures/gpm-critical.png @@ -33,6 +289,17 @@ share/gnome/help/gnome-power-manager/C/figures/gpm-unplugged.png share/gnome/help/gnome-power-manager/C/figures/gs-prefs.png share/gnome/help/gnome-power-manager/C/gnome-power-manager.xml share/gnome/help/gnome-power-manager/C/legal.xml +share/gnome/help/gnome-power-manager/ca/figures/gpm-cell-capacity.png +share/gnome/help/gnome-power-manager/ca/figures/gpm-charged.png +share/gnome/help/gnome-power-manager/ca/figures/gpm-critical.png +share/gnome/help/gnome-power-manager/ca/figures/gpm-low.png +share/gnome/help/gnome-power-manager/ca/figures/gpm-mouse-left.png +share/gnome/help/gnome-power-manager/ca/figures/gpm-mouse-right.png +share/gnome/help/gnome-power-manager/ca/figures/gpm-stats-graph.png +share/gnome/help/gnome-power-manager/ca/figures/gpm-suspend-problem.png +share/gnome/help/gnome-power-manager/ca/figures/gpm-unplugged.png +share/gnome/help/gnome-power-manager/ca/figures/gs-prefs.png +share/gnome/help/gnome-power-manager/ca/gnome-power-manager.xml share/gnome/help/gnome-power-manager/es/figures/gpm-cell-capacity.png share/gnome/help/gnome-power-manager/es/figures/gpm-charged.png share/gnome/help/gnome-power-manager/es/figures/gpm-critical.png @@ -66,6 +333,28 @@ share/gnome/help/gnome-power-manager/hu/figures/gpm-suspend-problem.png share/gnome/help/gnome-power-manager/hu/figures/gpm-unplugged.png share/gnome/help/gnome-power-manager/hu/figures/gs-prefs.png share/gnome/help/gnome-power-manager/hu/gnome-power-manager.xml +share/gnome/help/gnome-power-manager/it/figures/gpm-cell-capacity.png +share/gnome/help/gnome-power-manager/it/figures/gpm-charged.png +share/gnome/help/gnome-power-manager/it/figures/gpm-critical.png +share/gnome/help/gnome-power-manager/it/figures/gpm-low.png +share/gnome/help/gnome-power-manager/it/figures/gpm-mouse-left.png +share/gnome/help/gnome-power-manager/it/figures/gpm-mouse-right.png +share/gnome/help/gnome-power-manager/it/figures/gpm-stats-graph.png +share/gnome/help/gnome-power-manager/it/figures/gpm-suspend-problem.png +share/gnome/help/gnome-power-manager/it/figures/gpm-unplugged.png +share/gnome/help/gnome-power-manager/it/figures/gs-prefs.png +share/gnome/help/gnome-power-manager/it/gnome-power-manager.xml +share/gnome/help/gnome-power-manager/oc/figures/gpm-cell-capacity.png +share/gnome/help/gnome-power-manager/oc/figures/gpm-charged.png +share/gnome/help/gnome-power-manager/oc/figures/gpm-critical.png +share/gnome/help/gnome-power-manager/oc/figures/gpm-low.png +share/gnome/help/gnome-power-manager/oc/figures/gpm-mouse-left.png +share/gnome/help/gnome-power-manager/oc/figures/gpm-mouse-right.png +share/gnome/help/gnome-power-manager/oc/figures/gpm-stats-graph.png +share/gnome/help/gnome-power-manager/oc/figures/gpm-suspend-problem.png +share/gnome/help/gnome-power-manager/oc/figures/gpm-unplugged.png +share/gnome/help/gnome-power-manager/oc/figures/gs-prefs.png +share/gnome/help/gnome-power-manager/oc/gnome-power-manager.xml share/gnome/help/gnome-power-manager/pa/figures/gpm-cell-capacity.png share/gnome/help/gnome-power-manager/pa/figures/gpm-charged.png share/gnome/help/gnome-power-manager/pa/figures/gpm-critical.png @@ -99,193 +388,26 @@ share/gnome/help/gnome-power-manager/sv/figures/gpm-suspend-problem.png share/gnome/help/gnome-power-manager/sv/figures/gpm-unplugged.png share/gnome/help/gnome-power-manager/sv/figures/gs-prefs.png share/gnome/help/gnome-power-manager/sv/gnome-power-manager.xml -share/gnome/omf/gnome-power-manager/gnome-power-manager-C.omf -share/gnome/omf/gnome-power-manager/gnome-power-manager-es.omf -share/gnome/omf/gnome-power-manager/gnome-power-manager-fr.omf -share/gnome/omf/gnome-power-manager/gnome-power-manager-hu.omf -share/gnome/omf/gnome-power-manager/gnome-power-manager-pa.omf -share/gnome/omf/gnome-power-manager/gnome-power-manager-ru.omf -share/gnome/omf/gnome-power-manager/gnome-power-manager-sv.omf -share/icons/hicolor/16x16/apps/gpm-ac-adapter.png -share/icons/hicolor/16x16/apps/gpm-brightness-kbd-disabled.png -share/icons/hicolor/16x16/apps/gpm-brightness-kbd.png -share/icons/hicolor/16x16/apps/gpm-brightness-lcd-disabled.png -share/icons/hicolor/16x16/apps/gpm-brightness-lcd.png -share/icons/hicolor/16x16/apps/gpm-hibernate.png -share/icons/hicolor/16x16/apps/gpm-inhibit.png -share/icons/hicolor/16x16/apps/gpm-keyboard-000.png -share/icons/hicolor/16x16/apps/gpm-keyboard-030.png -share/icons/hicolor/16x16/apps/gpm-keyboard-060.png -share/icons/hicolor/16x16/apps/gpm-keyboard-100.png -share/icons/hicolor/16x16/apps/gpm-mouse-000.png -share/icons/hicolor/16x16/apps/gpm-mouse-030.png -share/icons/hicolor/16x16/apps/gpm-mouse-060.png -share/icons/hicolor/16x16/apps/gpm-mouse-100.png -share/icons/hicolor/16x16/apps/gpm-primary-000-charging.png -share/icons/hicolor/16x16/apps/gpm-primary-000.png -share/icons/hicolor/16x16/apps/gpm-primary-020-charging.png -share/icons/hicolor/16x16/apps/gpm-primary-020.png -share/icons/hicolor/16x16/apps/gpm-primary-040-charging.png -share/icons/hicolor/16x16/apps/gpm-primary-040.png -share/icons/hicolor/16x16/apps/gpm-primary-060-charging.png -share/icons/hicolor/16x16/apps/gpm-primary-060.png -share/icons/hicolor/16x16/apps/gpm-primary-080-charging.png -share/icons/hicolor/16x16/apps/gpm-primary-080.png -share/icons/hicolor/16x16/apps/gpm-primary-100-charging.png -share/icons/hicolor/16x16/apps/gpm-primary-100.png -share/icons/hicolor/16x16/apps/gpm-primary-charged.png -share/icons/hicolor/16x16/apps/gpm-primary-missing.png -share/icons/hicolor/16x16/apps/gpm-statistics.png -share/icons/hicolor/16x16/apps/gpm-suspend.png -share/icons/hicolor/16x16/apps/gpm-ups-000-charging.png -share/icons/hicolor/16x16/apps/gpm-ups-000.png -share/icons/hicolor/16x16/apps/gpm-ups-020-charging.png -share/icons/hicolor/16x16/apps/gpm-ups-020.png -share/icons/hicolor/16x16/apps/gpm-ups-040-charging.png -share/icons/hicolor/16x16/apps/gpm-ups-040.png -share/icons/hicolor/16x16/apps/gpm-ups-060-charging.png -share/icons/hicolor/16x16/apps/gpm-ups-060.png -share/icons/hicolor/16x16/apps/gpm-ups-080-charging.png -share/icons/hicolor/16x16/apps/gpm-ups-080.png -share/icons/hicolor/16x16/apps/gpm-ups-100-charging.png -share/icons/hicolor/16x16/apps/gpm-ups-100.png -share/icons/hicolor/16x16/apps/gpm-ups-charged.png -share/icons/hicolor/16x16/apps/gpm-ups-missing.png -share/icons/hicolor/22x22/apps/gpm-ac-adapter.png -share/icons/hicolor/22x22/apps/gpm-brightness-kbd-disabled.png -share/icons/hicolor/22x22/apps/gpm-brightness-kbd.png -share/icons/hicolor/22x22/apps/gpm-brightness-lcd-disabled.png -share/icons/hicolor/22x22/apps/gpm-brightness-lcd.png -share/icons/hicolor/22x22/apps/gpm-hibernate.png -share/icons/hicolor/22x22/apps/gpm-inhibit.png -share/icons/hicolor/22x22/apps/gpm-keyboard-000.png -share/icons/hicolor/22x22/apps/gpm-keyboard-030.png -share/icons/hicolor/22x22/apps/gpm-keyboard-060.png -share/icons/hicolor/22x22/apps/gpm-keyboard-100.png -share/icons/hicolor/22x22/apps/gpm-mouse-000.png -share/icons/hicolor/22x22/apps/gpm-mouse-030.png -share/icons/hicolor/22x22/apps/gpm-mouse-060.png -share/icons/hicolor/22x22/apps/gpm-mouse-100.png -share/icons/hicolor/22x22/apps/gpm-primary-000-charging.png -share/icons/hicolor/22x22/apps/gpm-primary-000.png -share/icons/hicolor/22x22/apps/gpm-primary-020-charging.png -share/icons/hicolor/22x22/apps/gpm-primary-020.png -share/icons/hicolor/22x22/apps/gpm-primary-040-charging.png -share/icons/hicolor/22x22/apps/gpm-primary-040.png -share/icons/hicolor/22x22/apps/gpm-primary-060-charging.png -share/icons/hicolor/22x22/apps/gpm-primary-060.png -share/icons/hicolor/22x22/apps/gpm-primary-080-charging.png -share/icons/hicolor/22x22/apps/gpm-primary-080.png -share/icons/hicolor/22x22/apps/gpm-primary-100-charging.png -share/icons/hicolor/22x22/apps/gpm-primary-100.png -share/icons/hicolor/22x22/apps/gpm-primary-charged.png -share/icons/hicolor/22x22/apps/gpm-primary-missing.png -share/icons/hicolor/22x22/apps/gpm-statistics.png -share/icons/hicolor/22x22/apps/gpm-suspend.png -share/icons/hicolor/22x22/apps/gpm-ups-000-charging.png -share/icons/hicolor/22x22/apps/gpm-ups-000.png -share/icons/hicolor/22x22/apps/gpm-ups-020-charging.png -share/icons/hicolor/22x22/apps/gpm-ups-020.png -share/icons/hicolor/22x22/apps/gpm-ups-040-charging.png -share/icons/hicolor/22x22/apps/gpm-ups-040.png -share/icons/hicolor/22x22/apps/gpm-ups-060-charging.png -share/icons/hicolor/22x22/apps/gpm-ups-060.png -share/icons/hicolor/22x22/apps/gpm-ups-080-charging.png -share/icons/hicolor/22x22/apps/gpm-ups-080.png -share/icons/hicolor/22x22/apps/gpm-ups-100-charging.png -share/icons/hicolor/22x22/apps/gpm-ups-100.png -share/icons/hicolor/22x22/apps/gpm-ups-charged.png -share/icons/hicolor/22x22/apps/gpm-ups-missing.png -share/icons/hicolor/24x24/apps/gpm-ac-adapter.png -share/icons/hicolor/24x24/apps/gpm-brightness-kbd-disabled.png -share/icons/hicolor/24x24/apps/gpm-brightness-kbd.png -share/icons/hicolor/24x24/apps/gpm-brightness-lcd-disabled.png -share/icons/hicolor/24x24/apps/gpm-brightness-lcd.png -share/icons/hicolor/24x24/apps/gpm-hibernate.png -share/icons/hicolor/24x24/apps/gpm-inhibit.png -share/icons/hicolor/24x24/apps/gpm-keyboard-000.png -share/icons/hicolor/24x24/apps/gpm-keyboard-030.png -share/icons/hicolor/24x24/apps/gpm-keyboard-060.png -share/icons/hicolor/24x24/apps/gpm-keyboard-100.png -share/icons/hicolor/24x24/apps/gpm-mouse-000.png -share/icons/hicolor/24x24/apps/gpm-mouse-030.png -share/icons/hicolor/24x24/apps/gpm-mouse-060.png -share/icons/hicolor/24x24/apps/gpm-mouse-100.png -share/icons/hicolor/24x24/apps/gpm-primary-000-charging.png -share/icons/hicolor/24x24/apps/gpm-primary-000.png -share/icons/hicolor/24x24/apps/gpm-primary-020-charging.png -share/icons/hicolor/24x24/apps/gpm-primary-020.png -share/icons/hicolor/24x24/apps/gpm-primary-040-charging.png -share/icons/hicolor/24x24/apps/gpm-primary-040.png -share/icons/hicolor/24x24/apps/gpm-primary-060-charging.png -share/icons/hicolor/24x24/apps/gpm-primary-060.png -share/icons/hicolor/24x24/apps/gpm-primary-080-charging.png -share/icons/hicolor/24x24/apps/gpm-primary-080.png -share/icons/hicolor/24x24/apps/gpm-primary-100-charging.png -share/icons/hicolor/24x24/apps/gpm-primary-100.png -share/icons/hicolor/24x24/apps/gpm-primary-charged.png -share/icons/hicolor/24x24/apps/gpm-primary-missing.png -share/icons/hicolor/24x24/apps/gpm-statistics.png -share/icons/hicolor/24x24/apps/gpm-suspend.png -share/icons/hicolor/24x24/apps/gpm-ups-000-charging.png -share/icons/hicolor/24x24/apps/gpm-ups-000.png -share/icons/hicolor/24x24/apps/gpm-ups-020-charging.png -share/icons/hicolor/24x24/apps/gpm-ups-020.png -share/icons/hicolor/24x24/apps/gpm-ups-040-charging.png -share/icons/hicolor/24x24/apps/gpm-ups-040.png -share/icons/hicolor/24x24/apps/gpm-ups-060-charging.png -share/icons/hicolor/24x24/apps/gpm-ups-060.png -share/icons/hicolor/24x24/apps/gpm-ups-080-charging.png -share/icons/hicolor/24x24/apps/gpm-ups-080.png -share/icons/hicolor/24x24/apps/gpm-ups-100-charging.png -share/icons/hicolor/24x24/apps/gpm-ups-100.png -share/icons/hicolor/24x24/apps/gpm-ups-charged.png -share/icons/hicolor/24x24/apps/gpm-ups-missing.png -share/icons/hicolor/scalable/apps/gpm-ac-adapter.svg -share/icons/hicolor/scalable/apps/gpm-brightness-kbd-disabled.svg -share/icons/hicolor/scalable/apps/gpm-brightness-kbd.svg -share/icons/hicolor/scalable/apps/gpm-brightness-lcd-disabled.svg -share/icons/hicolor/scalable/apps/gpm-brightness-lcd.svg -share/icons/hicolor/scalable/apps/gpm-hibernate.svg -share/icons/hicolor/scalable/apps/gpm-inhibit.svg -share/icons/hicolor/scalable/apps/gpm-keyboard-000.svg -share/icons/hicolor/scalable/apps/gpm-keyboard-030.svg -share/icons/hicolor/scalable/apps/gpm-keyboard-060.svg -share/icons/hicolor/scalable/apps/gpm-keyboard-100.svg -share/icons/hicolor/scalable/apps/gpm-mouse-000.svg -share/icons/hicolor/scalable/apps/gpm-mouse-030.svg -share/icons/hicolor/scalable/apps/gpm-mouse-060.svg -share/icons/hicolor/scalable/apps/gpm-mouse-100.svg -share/icons/hicolor/scalable/apps/gpm-primary-000-charging.svg -share/icons/hicolor/scalable/apps/gpm-primary-000.svg -share/icons/hicolor/scalable/apps/gpm-primary-020-charging.svg -share/icons/hicolor/scalable/apps/gpm-primary-020.svg -share/icons/hicolor/scalable/apps/gpm-primary-040-charging.svg -share/icons/hicolor/scalable/apps/gpm-primary-040.svg -share/icons/hicolor/scalable/apps/gpm-primary-060-charging.svg -share/icons/hicolor/scalable/apps/gpm-primary-060.svg -share/icons/hicolor/scalable/apps/gpm-primary-080-charging.svg -share/icons/hicolor/scalable/apps/gpm-primary-080.svg -share/icons/hicolor/scalable/apps/gpm-primary-100-charging.svg -share/icons/hicolor/scalable/apps/gpm-primary-100.svg -share/icons/hicolor/scalable/apps/gpm-primary-charged.svg -share/icons/hicolor/scalable/apps/gpm-primary-missing.svg -share/icons/hicolor/scalable/apps/gpm-statistics.svg -share/icons/hicolor/scalable/apps/gpm-suspend.svg -share/icons/hicolor/scalable/apps/gpm-ups-000-charging.svg -share/icons/hicolor/scalable/apps/gpm-ups-000.svg -share/icons/hicolor/scalable/apps/gpm-ups-020-charging.svg -share/icons/hicolor/scalable/apps/gpm-ups-020.svg -share/icons/hicolor/scalable/apps/gpm-ups-040-charging.svg -share/icons/hicolor/scalable/apps/gpm-ups-040.svg -share/icons/hicolor/scalable/apps/gpm-ups-060-charging.svg -share/icons/hicolor/scalable/apps/gpm-ups-060.svg -share/icons/hicolor/scalable/apps/gpm-ups-080-charging.svg -share/icons/hicolor/scalable/apps/gpm-ups-080.svg -share/icons/hicolor/scalable/apps/gpm-ups-100-charging.svg -share/icons/hicolor/scalable/apps/gpm-ups-100.svg -share/icons/hicolor/scalable/apps/gpm-ups-charged.svg -share/icons/hicolor/scalable/apps/gpm-ups-missing.svg +share/icons/hicolor/16x16/apps/gnome-brightness-applet.png +share/icons/hicolor/16x16/apps/gnome-inhibit-applet.png +share/icons/hicolor/16x16/apps/gnome-power-manager.png +share/icons/hicolor/16x16/apps/gnome-power-statistics.png +share/icons/hicolor/22x22/apps/gnome-brightness-applet.png +share/icons/hicolor/22x22/apps/gnome-inhibit-applet.png +share/icons/hicolor/22x22/apps/gnome-power-manager.png +share/icons/hicolor/22x22/apps/gnome-power-statistics.png +share/icons/hicolor/24x24/apps/gnome-brightness-applet.png +share/icons/hicolor/24x24/apps/gnome-inhibit-applet.png +share/icons/hicolor/24x24/apps/gnome-power-manager.png +share/icons/hicolor/24x24/apps/gnome-power-statistics.png +share/icons/hicolor/48x48/apps/gnome-brightness-applet.png +share/icons/hicolor/48x48/apps/gnome-inhibit-applet.png +share/icons/hicolor/48x48/apps/gnome-power-manager.png +share/icons/hicolor/48x48/apps/gnome-power-statistics.png +share/icons/hicolor/scalable/apps/gnome-brightness-applet.svg +share/icons/hicolor/scalable/apps/gnome-inhibit-applet.svg +share/icons/hicolor/scalable/apps/gnome-power-manager.svg +share/icons/hicolor/scalable/apps/gnome-power-statistics.svg share/locale/ar/LC_MESSAGES/gnome-power-manager.mo share/locale/bg/LC_MESSAGES/gnome-power-manager.mo share/locale/bn/LC_MESSAGES/gnome-power-manager.mo @@ -310,6 +432,7 @@ share/locale/gu/LC_MESSAGES/gnome-power-manager.mo share/locale/he/LC_MESSAGES/gnome-power-manager.mo share/locale/hi/LC_MESSAGES/gnome-power-manager.mo share/locale/hu/LC_MESSAGES/gnome-power-manager.mo +share/locale/id/LC_MESSAGES/gnome-power-manager.mo share/locale/it/LC_MESSAGES/gnome-power-manager.mo share/locale/ja/LC_MESSAGES/gnome-power-manager.mo share/locale/ka/LC_MESSAGES/gnome-power-manager.mo @@ -322,11 +445,15 @@ share/locale/mk/LC_MESSAGES/gnome-power-manager.mo share/locale/ml/LC_MESSAGES/gnome-power-manager.mo share/locale/nb/LC_MESSAGES/gnome-power-manager.mo share/locale/nl/LC_MESSAGES/gnome-power-manager.mo +share/locale/oc/LC_MESSAGES/gnome-power-manager.mo +share/locale/or/LC_MESSAGES/gnome-power-manager.mo share/locale/pa/LC_MESSAGES/gnome-power-manager.mo share/locale/pl/LC_MESSAGES/gnome-power-manager.mo share/locale/pt/LC_MESSAGES/gnome-power-manager.mo share/locale/pt_BR/LC_MESSAGES/gnome-power-manager.mo +share/locale/ro/LC_MESSAGES/gnome-power-manager.mo share/locale/ru/LC_MESSAGES/gnome-power-manager.mo +share/locale/si/LC_MESSAGES/gnome-power-manager.mo share/locale/sk/LC_MESSAGES/gnome-power-manager.mo share/locale/sl/LC_MESSAGES/gnome-power-manager.mo share/locale/sr/LC_MESSAGES/gnome-power-manager.mo @@ -339,26 +466,62 @@ share/locale/vi/LC_MESSAGES/gnome-power-manager.mo share/locale/zh_CN/LC_MESSAGES/gnome-power-manager.mo share/locale/zh_HK/LC_MESSAGES/gnome-power-manager.mo share/locale/zh_TW/LC_MESSAGES/gnome-power-manager.mo -@dirrm share/gnome/omf/gnome-power-manager +share/omf/gnome-power-manager/gnome-power-manager-C.omf +share/omf/gnome-power-manager/gnome-power-manager-ca.omf +share/omf/gnome-power-manager/gnome-power-manager-es.omf +share/omf/gnome-power-manager/gnome-power-manager-fr.omf +share/omf/gnome-power-manager/gnome-power-manager-hu.omf +share/omf/gnome-power-manager/gnome-power-manager-it.omf +share/omf/gnome-power-manager/gnome-power-manager-oc.omf +share/omf/gnome-power-manager/gnome-power-manager-pa.omf +share/omf/gnome-power-manager/gnome-power-manager-ru.omf +share/omf/gnome-power-manager/gnome-power-manager-sv.omf +@dirrm share/omf/gnome-power-manager @dirrm share/gnome/help/gnome-power-manager/sv/figures @dirrm share/gnome/help/gnome-power-manager/sv @dirrm share/gnome/help/gnome-power-manager/ru/figures @dirrm share/gnome/help/gnome-power-manager/ru @dirrm share/gnome/help/gnome-power-manager/pa/figures @dirrm share/gnome/help/gnome-power-manager/pa +@dirrm share/gnome/help/gnome-power-manager/oc/figures +@dirrm share/gnome/help/gnome-power-manager/oc +@dirrm share/gnome/help/gnome-power-manager/it/figures +@dirrm share/gnome/help/gnome-power-manager/it @dirrm share/gnome/help/gnome-power-manager/hu/figures @dirrm share/gnome/help/gnome-power-manager/hu @dirrm share/gnome/help/gnome-power-manager/fr/figures @dirrm share/gnome/help/gnome-power-manager/fr @dirrm share/gnome/help/gnome-power-manager/es/figures @dirrm share/gnome/help/gnome-power-manager/es +@dirrm share/gnome/help/gnome-power-manager/ca/figures +@dirrm share/gnome/help/gnome-power-manager/ca @dirrm share/gnome/help/gnome-power-manager/C/figures @dirrm share/gnome/help/gnome-power-manager/C @dirrm share/gnome/help/gnome-power-manager -@dirrm share/gnome/gnome-power-manager -@dirrmtry share/gnome/autostart +@dirrm %%DATADIR%%/icons/hicolor/scalable/status +@dirrm %%DATADIR%%/icons/hicolor/scalable/actions +@dirrm %%DATADIR%%/icons/hicolor/scalable +@dirrm %%DATADIR%%/icons/hicolor/48x48/status +@dirrm %%DATADIR%%/icons/hicolor/48x48/actions +@dirrm %%DATADIR%%/icons/hicolor/48x48 +@dirrm %%DATADIR%%/icons/hicolor/24x24/status +@dirrm %%DATADIR%%/icons/hicolor/24x24/actions +@dirrm %%DATADIR%%/icons/hicolor/24x24 +@dirrm %%DATADIR%%/icons/hicolor/22x22/status +@dirrm %%DATADIR%%/icons/hicolor/22x22/actions +@dirrm %%DATADIR%%/icons/hicolor/22x22 +@dirrm %%DATADIR%%/icons/hicolor/16x16/status +@dirrm %%DATADIR%%/icons/hicolor/16x16/actions +@dirrm %%DATADIR%%/icons/hicolor/16x16 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/mg/LC_MESSAGES @dirrmtry share/locale/mg @dirrmtry share/locale/ku/LC_MESSAGES @@ -367,3 +530,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-power-manager.mo @dirrmtry share/locale/dz @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN +@dirrmtry share/applications diff --git a/sysutils/gnome-schedule/Makefile b/sysutils/gnome-schedule/Makefile index 5ec219beeacd..075bf0e1cabe 100644 --- a/sysutils/gnome-schedule/Makefile +++ b/sysutils/gnome-schedule/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-schedule/Makefile,v 1.3 2006/07/27 17:55:58 mezz Exp $ +# $MCom: ports/sysutils/gnome-schedule/Makefile,v 1.5 2007/09/10 06:20:14 mezz Exp $ # PORTNAME= gnome-schedule PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,14 +17,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME GUI for configuring a users crontab BUILD_DEPENDS= yelp:${PORTSDIR}/x11/yelp -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp USE_BZIP2= yes USE_PYTHON= yes USE_GNOME= gnomeprefix pygnome2 USE_XLIB= yes GNU_CONFIGURE= yes -DATADIR= ${PREFIX}/share/gnome +DATADIR= ${PREFIX}/share PORTDOCS= addingandediting.html index.html diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index cb99154810bc..aa8aed3101f5 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.95 2007/03/12 23:11:28 marcus Exp $ +# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.109 2007/10/15 21:02:38 mezz Exp $ # PORTNAME= gnome-system-monitor -PORTVERSION= 2.18.2 +PORTVERSION= 2.20.1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-system-monitor/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -19,7 +19,8 @@ COMMENT= GNOME 2 system monitor program BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - pcre.0:${PORTSDIR}/devel/pcre + pcre.0:${PORTSDIR}/devel/pcre \ + gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme USE_BZIP2= yes @@ -29,6 +30,7 @@ INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack libwnck gnomevfs2 gnomedocutils GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-pcrecpp CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lutil" diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo index 3ac932317156..e7cfef5ba41e 100644 --- a/sysutils/gnome-system-monitor/distinfo +++ b/sysutils/gnome-system-monitor/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-system-monitor-2.18.2.tar.bz2) = 860047e636522af2c068dddb5df883bd -SHA256 (gnome2/gnome-system-monitor-2.18.2.tar.bz2) = 83d1da86d7ded5402418c8e5a06b1e9d1b35edcf9b83afb55fc40053bc15c632 -SIZE (gnome2/gnome-system-monitor-2.18.2.tar.bz2) = 1734003 +MD5 (gnome2/gnome-system-monitor-2.20.1.tar.bz2) = 51d501c06ad46a185e5c2bc35f88c0bb +SHA256 (gnome2/gnome-system-monitor-2.20.1.tar.bz2) = 19304dfcd81bd4c66eefb6d19f28fcff032aeeaa4ddc69bc4e7c9c1b38509ed6 +SIZE (gnome2/gnome-system-monitor-2.20.1.tar.bz2) = 1825337 diff --git a/sysutils/gnome-system-monitor/pkg-plist b/sysutils/gnome-system-monitor/pkg-plist index f9c1f0318722..f099100907d6 100644 --- a/sysutils/gnome-system-monitor/pkg-plist +++ b/sysutils/gnome-system-monitor/pkg-plist @@ -1,5 +1,5 @@ bin/gnome-system-monitor -share/gnome/applications/gnome-system-monitor.desktop +share/applications/gnome-system-monitor.desktop share/gnome/help/gnome-system-monitor/C/figures/addColumn.png share/gnome/help/gnome-system-monitor/C/figures/changePriority.png share/gnome/help/gnome-system-monitor/C/figures/colorPanel.png @@ -29,6 +29,20 @@ share/gnome/help/gnome-system-monitor/bg/figures/sortMenu2.png share/gnome/help/gnome-system-monitor/bg/figures/systemMonitor.png share/gnome/help/gnome-system-monitor/bg/figures/viewMenu.png share/gnome/help/gnome-system-monitor/bg/gnome-system-monitor.xml +share/gnome/help/gnome-system-monitor/ca/figures/addColumn.png +share/gnome/help/gnome-system-monitor/ca/figures/changePriority.png +share/gnome/help/gnome-system-monitor/ca/figures/colorPanel.png +share/gnome/help/gnome-system-monitor/ca/figures/columnContextMenu.png +share/gnome/help/gnome-system-monitor/ca/figures/gnome-system-monitor_window.png +share/gnome/help/gnome-system-monitor/ca/figures/memoryMaps.png +share/gnome/help/gnome-system-monitor/ca/figures/moreInfo.png +share/gnome/help/gnome-system-monitor/ca/figures/processListing.png +share/gnome/help/gnome-system-monitor/ca/figures/sortButton.png +share/gnome/help/gnome-system-monitor/ca/figures/sortMenu.png +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/es/figures/addColumn.png share/gnome/help/gnome-system-monitor/es/figures/changePriority.png share/gnome/help/gnome-system-monitor/es/figures/colorPanel.png @@ -57,6 +71,20 @@ share/gnome/help/gnome-system-monitor/fr/figures/sortMenu2.png share/gnome/help/gnome-system-monitor/fr/figures/systemMonitor.png share/gnome/help/gnome-system-monitor/fr/figures/viewMenu.png share/gnome/help/gnome-system-monitor/fr/gnome-system-monitor.xml +share/gnome/help/gnome-system-monitor/oc/figures/addColumn.png +share/gnome/help/gnome-system-monitor/oc/figures/changePriority.png +share/gnome/help/gnome-system-monitor/oc/figures/colorPanel.png +share/gnome/help/gnome-system-monitor/oc/figures/columnContextMenu.png +share/gnome/help/gnome-system-monitor/oc/figures/gnome-system-monitor_window.png +share/gnome/help/gnome-system-monitor/oc/figures/memoryMaps.png +share/gnome/help/gnome-system-monitor/oc/figures/moreInfo.png +share/gnome/help/gnome-system-monitor/oc/figures/processListing.png +share/gnome/help/gnome-system-monitor/oc/figures/sortButton.png +share/gnome/help/gnome-system-monitor/oc/figures/sortMenu.png +share/gnome/help/gnome-system-monitor/oc/figures/sortMenu2.png +share/gnome/help/gnome-system-monitor/oc/figures/systemMonitor.png +share/gnome/help/gnome-system-monitor/oc/figures/viewMenu.png +share/gnome/help/gnome-system-monitor/oc/gnome-system-monitor.xml share/gnome/help/gnome-system-monitor/pa/figures/addColumn.png share/gnome/help/gnome-system-monitor/pa/figures/changePriority.png share/gnome/help/gnome-system-monitor/pa/figures/colorPanel.png @@ -85,13 +113,6 @@ share/gnome/help/gnome-system-monitor/sv/figures/sortMenu2.png share/gnome/help/gnome-system-monitor/sv/figures/systemMonitor.png share/gnome/help/gnome-system-monitor/sv/figures/viewMenu.png share/gnome/help/gnome-system-monitor/sv/gnome-system-monitor.xml -share/gnome/omf/gnome-system-monitor/gnome-system-monitor-C.omf -share/gnome/omf/gnome-system-monitor/gnome-system-monitor-bg.omf -share/gnome/omf/gnome-system-monitor/gnome-system-monitor-es.omf -share/gnome/omf/gnome-system-monitor/gnome-system-monitor-fr.omf -share/gnome/omf/gnome-system-monitor/gnome-system-monitor-pa.omf -share/gnome/omf/gnome-system-monitor/gnome-system-monitor-sv.omf -share/gnome/pixmaps/gnome-system-monitor/side.png share/locale/am/LC_MESSAGES/gnome-system-monitor.mo share/locale/ar/LC_MESSAGES/gnome-system-monitor.mo share/locale/az/LC_MESSAGES/gnome-system-monitor.mo @@ -141,6 +162,7 @@ share/locale/nb/LC_MESSAGES/gnome-system-monitor.mo share/locale/ne/LC_MESSAGES/gnome-system-monitor.mo share/locale/nl/LC_MESSAGES/gnome-system-monitor.mo share/locale/nn/LC_MESSAGES/gnome-system-monitor.mo +share/locale/oc/LC_MESSAGES/gnome-system-monitor.mo share/locale/or/LC_MESSAGES/gnome-system-monitor.mo share/locale/pa/LC_MESSAGES/gnome-system-monitor.mo share/locale/pl/LC_MESSAGES/gnome-system-monitor.mo @@ -149,6 +171,7 @@ share/locale/pt_BR/LC_MESSAGES/gnome-system-monitor.mo share/locale/ro/LC_MESSAGES/gnome-system-monitor.mo share/locale/ru/LC_MESSAGES/gnome-system-monitor.mo share/locale/rw/LC_MESSAGES/gnome-system-monitor.mo +share/locale/si/LC_MESSAGES/gnome-system-monitor.mo share/locale/sk/LC_MESSAGES/gnome-system-monitor.mo share/locale/sl/LC_MESSAGES/gnome-system-monitor.mo share/locale/sq/LC_MESSAGES/gnome-system-monitor.mo @@ -156,6 +179,7 @@ share/locale/sr/LC_MESSAGES/gnome-system-monitor.mo share/locale/sr@Latn/LC_MESSAGES/gnome-system-monitor.mo share/locale/sv/LC_MESSAGES/gnome-system-monitor.mo share/locale/ta/LC_MESSAGES/gnome-system-monitor.mo +share/locale/te/LC_MESSAGES/gnome-system-monitor.mo share/locale/th/LC_MESSAGES/gnome-system-monitor.mo share/locale/tr/LC_MESSAGES/gnome-system-monitor.mo share/locale/ug/LC_MESSAGES/gnome-system-monitor.mo @@ -164,12 +188,46 @@ share/locale/vi/LC_MESSAGES/gnome-system-monitor.mo share/locale/zh_CN/LC_MESSAGES/gnome-system-monitor.mo share/locale/zh_HK/LC_MESSAGES/gnome-system-monitor.mo share/locale/zh_TW/LC_MESSAGES/gnome-system-monitor.mo +share/omf/gnome-system-monitor/gnome-system-monitor-C.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-es.omf +share/omf/gnome-system-monitor/gnome-system-monitor-fr.omf +share/omf/gnome-system-monitor/gnome-system-monitor-oc.omf +share/omf/gnome-system-monitor/gnome-system-monitor-pa.omf +share/omf/gnome-system-monitor/gnome-system-monitor-sv.omf +share/pixmaps/gnome-system-monitor/side.png +@dirrm share/pixmaps/gnome-system-monitor +@dirrm share/omf/gnome-system-monitor +@dirrm share/gnome/help/gnome-system-monitor/sv/figures +@dirrm share/gnome/help/gnome-system-monitor/sv +@dirrm share/gnome/help/gnome-system-monitor/pa/figures +@dirrm share/gnome/help/gnome-system-monitor/pa +@dirrm share/gnome/help/gnome-system-monitor/oc/figures +@dirrm share/gnome/help/gnome-system-monitor/oc +@dirrm share/gnome/help/gnome-system-monitor/fr/figures +@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/ca/figures +@dirrm share/gnome/help/gnome-system-monitor/ca +@dirrm share/gnome/help/gnome-system-monitor/bg/figures +@dirrm share/gnome/help/gnome-system-monitor/bg +@dirrm share/gnome/help/gnome-system-monitor/C/figures +@dirrm share/gnome/help/gnome-system-monitor/C +@dirrm share/gnome/help/gnome-system-monitor @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@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 @@ -180,18 +238,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-system-monitor.mo @dirrmtry share/locale/dz @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN -@dirrm share/gnome/pixmaps/gnome-system-monitor -@dirrm share/gnome/omf/gnome-system-monitor -@dirrm share/gnome/help/gnome-system-monitor/sv/figures -@dirrm share/gnome/help/gnome-system-monitor/sv -@dirrm share/gnome/help/gnome-system-monitor/pa/figures -@dirrm share/gnome/help/gnome-system-monitor/pa -@dirrm share/gnome/help/gnome-system-monitor/fr/figures -@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/bg/figures -@dirrm share/gnome/help/gnome-system-monitor/bg -@dirrm share/gnome/help/gnome-system-monitor/C/figures -@dirrm share/gnome/help/gnome-system-monitor/C -@dirrm share/gnome/help/gnome-system-monitor +@dirrmtry share/applications diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile index e048f695e1da..52467f1877de 100644 --- a/sysutils/gnome-system-tools/Makefile +++ b/sysutils/gnome-system-tools/Makefile @@ -3,11 +3,10 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-system-tools/Makefile,v 1.59 2007/03/12 12:55:31 ahze Exp $ +# $MCom: ports/sysutils/gnome-system-tools/Makefile,v 1.68 2007/09/16 16:56:43 ahze Exp $ PORTNAME= gnome-system-tools -PORTVERSION= 2.18.1 -PORTREVISION= 2 +PORTVERSION= 2.20.0 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-system-tools/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -35,8 +34,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= gnome-system-tools.schemas -post-patch: - @${REINPLACE_CMD} -e 's|$${prefix}/$${DATADIRNAME}|$${datadir}|g' \ - ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/sysutils/gnome-system-tools/distinfo b/sysutils/gnome-system-tools/distinfo index 51b2ba709ede..1317b19b6e8d 100644 --- a/sysutils/gnome-system-tools/distinfo +++ b/sysutils/gnome-system-tools/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-system-tools-2.18.1.tar.bz2) = e55a1a37084fe4f5739109e00af81b86 -SHA256 (gnome2/gnome-system-tools-2.18.1.tar.bz2) = 3f591326901f5c9457a670484d5264f286df55f7f274878cf9edd19d8991f7e7 -SIZE (gnome2/gnome-system-tools-2.18.1.tar.bz2) = 2845382 +MD5 (gnome2/gnome-system-tools-2.20.0.tar.bz2) = 382ed1f5ad4cb6ce7b88985611e2be18 +SHA256 (gnome2/gnome-system-tools-2.20.0.tar.bz2) = 5635b305322ee4d1e2dddd3a9b9f4b29f195663f4c51e77428f81f6bbd325581 +SIZE (gnome2/gnome-system-tools-2.20.0.tar.bz2) = 3226583 diff --git a/sysutils/gnome-system-tools/pkg-plist b/sysutils/gnome-system-tools/pkg-plist index 6865d5fc1355..95534a249571 100644 --- a/sysutils/gnome-system-tools/pkg-plist +++ b/sysutils/gnome-system-tools/pkg-plist @@ -7,32 +7,38 @@ lib/nautilus/extensions-1.0/libnautilus-gst-shares.a lib/nautilus/extensions-1.0/libnautilus-gst-shares.la lib/nautilus/extensions-1.0/libnautilus-gst-shares.so libdata/pkgconfig/gnome-system-tools.pc -share/gnome/applications/network.desktop -share/gnome/applications/services.desktop -share/gnome/applications/shares.desktop -share/gnome/applications/time.desktop -share/gnome/applications/users.desktop -share/gnome/gnome-system-tools/interfaces/boot.glade -share/gnome/gnome-system-tools/interfaces/common.glade -share/gnome/gnome-system-tools/interfaces/disks.glade -share/gnome/gnome-system-tools/interfaces/network.glade -share/gnome/gnome-system-tools/interfaces/services.glade -share/gnome/gnome-system-tools/interfaces/shares.glade -share/gnome/gnome-system-tools/interfaces/time.glade -share/gnome/gnome-system-tools/interfaces/users.glade -share/gnome/gnome-system-tools/pixmaps/world_map-960.png +share/applications/network.desktop +share/applications/services.desktop +share/applications/shares.desktop +share/applications/time.desktop +share/applications/users.desktop +%%DATADIR%%/interfaces/boot.glade +%%DATADIR%%/interfaces/common.glade +%%DATADIR%%/interfaces/disks.glade +%%DATADIR%%/interfaces/network.glade +%%DATADIR%%/interfaces/services.glade +%%DATADIR%%/interfaces/shares.glade +%%DATADIR%%/interfaces/time.glade +%%DATADIR%%/interfaces/users.glade +%%DATADIR%%/pixmaps/world_map-960.png share/gnome/help/network-admin/C/figures/network-tool.png share/gnome/help/network-admin/C/legal.xml share/gnome/help/network-admin/C/network-admin.xml +share/gnome/help/network-admin/ca/figures/network-tool.png +share/gnome/help/network-admin/ca/network-admin.xml share/gnome/help/network-admin/es/figures/network-tool.png share/gnome/help/network-admin/es/network-admin.xml share/gnome/help/network-admin/fr/figures/network-tool.png share/gnome/help/network-admin/fr/network-admin.xml +share/gnome/help/network-admin/oc/figures/network-tool.png +share/gnome/help/network-admin/oc/network-admin.xml share/gnome/help/network-admin/sv/figures/network-tool.png share/gnome/help/network-admin/sv/network-admin.xml share/gnome/help/services-admin/C/figures/services-tool.png share/gnome/help/services-admin/C/legal.xml share/gnome/help/services-admin/C/services-admin.xml +share/gnome/help/services-admin/ca/figures/services-tool.png +share/gnome/help/services-admin/ca/services-admin.xml share/gnome/help/services-admin/es/figures/services-tool.png share/gnome/help/services-admin/es/services-admin.xml share/gnome/help/services-admin/fr/figures/services-tool.png @@ -41,13 +47,21 @@ share/gnome/help/services-admin/nl/figures/service-properties.png share/gnome/help/services-admin/nl/figures/services-tool.png share/gnome/help/services-admin/nl/legal.xml share/gnome/help/services-admin/nl/services-admin.xml +share/gnome/help/services-admin/oc/figures/services-tool.png +share/gnome/help/services-admin/oc/services-admin.xml share/gnome/help/services-admin/sv/figures/services-tool.png share/gnome/help/services-admin/sv/services-admin.xml share/gnome/help/shares-admin/C/figures/shares-tool.png share/gnome/help/shares-admin/C/legal.xml share/gnome/help/shares-admin/C/shares-admin.xml +share/gnome/help/shares-admin/ca/figures/shares-tool.png +share/gnome/help/shares-admin/ca/shares-admin.xml +share/gnome/help/shares-admin/es/figures/shares-tool.png +share/gnome/help/shares-admin/es/shares-admin.xml share/gnome/help/shares-admin/fr/figures/shares-tool.png share/gnome/help/shares-admin/fr/shares-admin.xml +share/gnome/help/shares-admin/oc/figures/shares-tool.png +share/gnome/help/shares-admin/oc/shares-admin.xml share/gnome/help/shares-admin/sv/figures/shares-tool.png share/gnome/help/shares-admin/sv/shares-admin.xml share/gnome/help/time-admin/C/figures/time-map.png @@ -56,6 +70,11 @@ share/gnome/help/time-admin/C/figures/time-tool-automatic.png share/gnome/help/time-admin/C/figures/time-tool-manual.png share/gnome/help/time-admin/C/legal.xml share/gnome/help/time-admin/C/time-admin.xml +share/gnome/help/time-admin/ca/figures/time-map.png +share/gnome/help/time-admin/ca/figures/time-servers.png +share/gnome/help/time-admin/ca/figures/time-tool-automatic.png +share/gnome/help/time-admin/ca/figures/time-tool-manual.png +share/gnome/help/time-admin/ca/time-admin.xml share/gnome/help/time-admin/es/figures/time-map.png share/gnome/help/time-admin/es/figures/time-servers.png share/gnome/help/time-admin/es/figures/time-tool-automatic.png @@ -71,6 +90,11 @@ share/gnome/help/time-admin/nl/figures/time-servers.png share/gnome/help/time-admin/nl/figures/time-tool.png share/gnome/help/time-admin/nl/legal.xml share/gnome/help/time-admin/nl/time-admin.xml +share/gnome/help/time-admin/oc/figures/time-map.png +share/gnome/help/time-admin/oc/figures/time-servers.png +share/gnome/help/time-admin/oc/figures/time-tool-automatic.png +share/gnome/help/time-admin/oc/figures/time-tool-manual.png +share/gnome/help/time-admin/oc/time-admin.xml share/gnome/help/time-admin/ru/figures/time-map.png share/gnome/help/time-admin/ru/figures/time-servers.png share/gnome/help/time-admin/ru/figures/time-tool-automatic.png @@ -84,43 +108,25 @@ share/gnome/help/time-admin/sv/time-admin.xml share/gnome/help/users-admin/C/figures/users-tool.png share/gnome/help/users-admin/C/legal.xml share/gnome/help/users-admin/C/users-admin.xml +share/gnome/help/users-admin/ca/figures/users-tool.png +share/gnome/help/users-admin/ca/users-admin.xml share/gnome/help/users-admin/es/figures/users-tool.png share/gnome/help/users-admin/es/users-admin.xml share/gnome/help/users-admin/fr/figures/users-tool.png share/gnome/help/users-admin/fr/users-admin.xml +share/gnome/help/users-admin/oc/figures/users-tool.png +share/gnome/help/users-admin/oc/users-admin.xml share/gnome/help/users-admin/ru/figures/users-tool.png share/gnome/help/users-admin/ru/users-admin.xml share/gnome/help/users-admin/sv/figures/users-tool.png share/gnome/help/users-admin/sv/users-admin.xml -share/gnome/omf/gnome-system-tools/services-admin-nl.omf -share/gnome/omf/gnome-system-tools/time-admin-nl.omf -share/gnome/omf/network-admin/network-admin-C.omf -share/gnome/omf/network-admin/network-admin-es.omf -share/gnome/omf/network-admin/network-admin-fr.omf -share/gnome/omf/network-admin/network-admin-sv.omf -share/gnome/omf/services-admin/services-admin-C.omf -share/gnome/omf/services-admin/services-admin-es.omf -share/gnome/omf/services-admin/services-admin-fr.omf -share/gnome/omf/services-admin/services-admin-sv.omf -share/gnome/omf/shares-admin/shares-admin-C.omf -share/gnome/omf/shares-admin/shares-admin-fr.omf -share/gnome/omf/shares-admin/shares-admin-sv.omf -share/gnome/omf/time-admin/time-admin-C.omf -share/gnome/omf/time-admin/time-admin-es.omf -share/gnome/omf/time-admin/time-admin-fr.omf -share/gnome/omf/time-admin/time-admin-ru.omf -share/gnome/omf/time-admin/time-admin-sv.omf -share/gnome/omf/users-admin/users-admin-C.omf -share/gnome/omf/users-admin/users-admin-es.omf -share/gnome/omf/users-admin/users-admin-fr.omf -share/gnome/omf/users-admin/users-admin-ru.omf -share/gnome/omf/users-admin/users-admin-sv.omf share/icons/hicolor/48x48/devices/irda.png share/icons/hicolor/48x48/devices/plip.png share/locale/am/LC_MESSAGES/gnome-system-tools.mo share/locale/ar/LC_MESSAGES/gnome-system-tools.mo share/locale/az/LC_MESSAGES/gnome-system-tools.mo share/locale/be/LC_MESSAGES/gnome-system-tools.mo +share/locale/be@latin/LC_MESSAGES/gnome-system-tools.mo share/locale/bg/LC_MESSAGES/gnome-system-tools.mo share/locale/bn/LC_MESSAGES/gnome-system-tools.mo share/locale/bn_IN/LC_MESSAGES/gnome-system-tools.mo @@ -163,6 +169,7 @@ share/locale/nb/LC_MESSAGES/gnome-system-tools.mo share/locale/ne/LC_MESSAGES/gnome-system-tools.mo share/locale/nl/LC_MESSAGES/gnome-system-tools.mo share/locale/nn/LC_MESSAGES/gnome-system-tools.mo +share/locale/oc/LC_MESSAGES/gnome-system-tools.mo share/locale/or/LC_MESSAGES/gnome-system-tools.mo share/locale/pa/LC_MESSAGES/gnome-system-tools.mo share/locale/pl/LC_MESSAGES/gnome-system-tools.mo @@ -171,6 +178,7 @@ share/locale/pt_BR/LC_MESSAGES/gnome-system-tools.mo share/locale/ro/LC_MESSAGES/gnome-system-tools.mo share/locale/ru/LC_MESSAGES/gnome-system-tools.mo share/locale/rw/LC_MESSAGES/gnome-system-tools.mo +share/locale/si/LC_MESSAGES/gnome-system-tools.mo share/locale/sk/LC_MESSAGES/gnome-system-tools.mo share/locale/sq/LC_MESSAGES/gnome-system-tools.mo share/locale/sr/LC_MESSAGES/gnome-system-tools.mo @@ -186,20 +194,58 @@ share/locale/xh/LC_MESSAGES/gnome-system-tools.mo share/locale/zh_CN/LC_MESSAGES/gnome-system-tools.mo share/locale/zh_HK/LC_MESSAGES/gnome-system-tools.mo share/locale/zh_TW/LC_MESSAGES/gnome-system-tools.mo -@dirrm share/gnome/omf/users-admin -@dirrm share/gnome/omf/time-admin -@dirrm share/gnome/omf/shares-admin -@dirrm share/gnome/omf/services-admin -@dirrm share/gnome/omf/network-admin -@dirrm share/gnome/omf/gnome-system-tools +share/omf/gnome-system-tools/services-admin-nl.omf +share/omf/gnome-system-tools/time-admin-nl.omf +share/omf/network-admin/network-admin-C.omf +share/omf/network-admin/network-admin-ca.omf +share/omf/network-admin/network-admin-es.omf +share/omf/network-admin/network-admin-fr.omf +share/omf/network-admin/network-admin-oc.omf +share/omf/network-admin/network-admin-sv.omf +share/omf/services-admin/services-admin-C.omf +share/omf/services-admin/services-admin-ca.omf +share/omf/services-admin/services-admin-es.omf +share/omf/services-admin/services-admin-fr.omf +share/omf/services-admin/services-admin-oc.omf +share/omf/services-admin/services-admin-sv.omf +share/omf/shares-admin/shares-admin-C.omf +share/omf/shares-admin/shares-admin-ca.omf +share/omf/shares-admin/shares-admin-es.omf +share/omf/shares-admin/shares-admin-fr.omf +share/omf/shares-admin/shares-admin-oc.omf +share/omf/shares-admin/shares-admin-sv.omf +share/omf/time-admin/time-admin-C.omf +share/omf/time-admin/time-admin-ca.omf +share/omf/time-admin/time-admin-es.omf +share/omf/time-admin/time-admin-fr.omf +share/omf/time-admin/time-admin-oc.omf +share/omf/time-admin/time-admin-ru.omf +share/omf/time-admin/time-admin-sv.omf +share/omf/users-admin/users-admin-C.omf +share/omf/users-admin/users-admin-ca.omf +share/omf/users-admin/users-admin-es.omf +share/omf/users-admin/users-admin-fr.omf +share/omf/users-admin/users-admin-oc.omf +share/omf/users-admin/users-admin-ru.omf +share/omf/users-admin/users-admin-sv.omf +@dirrm share/omf/users-admin +@dirrm share/omf/time-admin +@dirrm share/omf/shares-admin +@dirrm share/omf/services-admin +@dirrm share/omf/network-admin +@dirrm share/omf/gnome-system-tools @dirrm share/gnome/help/users-admin/sv/figures @dirrm share/gnome/help/users-admin/sv @dirrm share/gnome/help/users-admin/ru/figures @dirrm share/gnome/help/users-admin/ru +@dirrm share/gnome/help/users-admin/oc/figures +@dirrm share/gnome/help/users-admin/oc @dirrm share/gnome/help/users-admin/fr/figures @dirrm share/gnome/help/users-admin/fr @dirrm share/gnome/help/users-admin/es/figures @dirrm share/gnome/help/users-admin/es +@dirrm share/gnome/help/users-admin/ca/figures +@dirrm share/gnome/help/users-admin/ca @dirrm share/gnome/help/users-admin/C/figures @dirrm share/gnome/help/users-admin/C @dirrm share/gnome/help/users-admin @@ -207,51 +253,73 @@ share/locale/zh_TW/LC_MESSAGES/gnome-system-tools.mo @dirrm share/gnome/help/time-admin/sv @dirrm share/gnome/help/time-admin/ru/figures @dirrm share/gnome/help/time-admin/ru +@dirrm share/gnome/help/time-admin/oc/figures +@dirrm share/gnome/help/time-admin/oc @dirrm share/gnome/help/time-admin/nl/figures @dirrm share/gnome/help/time-admin/nl @dirrm share/gnome/help/time-admin/fr/figures @dirrm share/gnome/help/time-admin/fr @dirrm share/gnome/help/time-admin/es/figures @dirrm share/gnome/help/time-admin/es +@dirrm share/gnome/help/time-admin/ca/figures +@dirrm share/gnome/help/time-admin/ca @dirrm share/gnome/help/time-admin/C/figures @dirrm share/gnome/help/time-admin/C @dirrm share/gnome/help/time-admin @dirrm share/gnome/help/shares-admin/sv/figures @dirrm share/gnome/help/shares-admin/sv +@dirrm share/gnome/help/shares-admin/oc/figures +@dirrm share/gnome/help/shares-admin/oc @dirrm share/gnome/help/shares-admin/fr/figures @dirrm share/gnome/help/shares-admin/fr +@dirrm share/gnome/help/shares-admin/es/figures +@dirrm share/gnome/help/shares-admin/es +@dirrm share/gnome/help/shares-admin/ca/figures +@dirrm share/gnome/help/shares-admin/ca @dirrm share/gnome/help/shares-admin/C/figures @dirrm share/gnome/help/shares-admin/C @dirrm share/gnome/help/shares-admin @dirrm share/gnome/help/services-admin/sv/figures @dirrm share/gnome/help/services-admin/sv +@dirrm share/gnome/help/services-admin/oc/figures +@dirrm share/gnome/help/services-admin/oc @dirrm share/gnome/help/services-admin/nl/figures @dirrm share/gnome/help/services-admin/nl @dirrm share/gnome/help/services-admin/fr/figures @dirrm share/gnome/help/services-admin/fr @dirrm share/gnome/help/services-admin/es/figures @dirrm share/gnome/help/services-admin/es +@dirrm share/gnome/help/services-admin/ca/figures +@dirrm share/gnome/help/services-admin/ca @dirrm share/gnome/help/services-admin/C/figures @dirrm share/gnome/help/services-admin/C @dirrm share/gnome/help/services-admin @dirrm share/gnome/help/network-admin/sv/figures @dirrm share/gnome/help/network-admin/sv +@dirrm share/gnome/help/network-admin/oc/figures +@dirrm share/gnome/help/network-admin/oc @dirrm share/gnome/help/network-admin/fr/figures @dirrm share/gnome/help/network-admin/fr @dirrm share/gnome/help/network-admin/es/figures @dirrm share/gnome/help/network-admin/es +@dirrm share/gnome/help/network-admin/ca/figures +@dirrm share/gnome/help/network-admin/ca @dirrm share/gnome/help/network-admin/C/figures @dirrm share/gnome/help/network-admin/C @dirrm share/gnome/help/network-admin -@dirrm share/gnome/gnome-system-tools/pixmaps -@dirrm share/gnome/gnome-system-tools/interfaces -@dirrm share/gnome/gnome-system-tools +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/interfaces +@dirrm %%DATADIR%% @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/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/mg/LC_MESSAGES @dirrmtry share/locale/mg @dirrmtry share/locale/ku/LC_MESSAGES @@ -260,3 +328,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-system-tools.mo @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/applications diff --git a/sysutils/gnome-volume-manager/Makefile b/sysutils/gnome-volume-manager/Makefile index 43fcb70ae3c1..e291787b154b 100644 --- a/sysutils/gnome-volume-manager/Makefile +++ b/sysutils/gnome-volume-manager/Makefile @@ -3,12 +3,12 @@ # Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-volume-manager/Makefile,v 1.13 2007/03/09 22:15:17 mezz Exp $ +# $MCom: ports/sysutils/gnome-volume-manager/Makefile,v 1.19 2007/10/17 04:15:23 marcus Exp $ # PORTNAME= gnome-volume-manager PORTVERSION= 2.17.0 -PORTREVISION= 6 +PORTREVISION= 8 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} diff --git a/sysutils/gnome-volume-manager/pkg-plist b/sysutils/gnome-volume-manager/pkg-plist index 035e5037d15f..49ded72dd76e 100644 --- a/sysutils/gnome-volume-manager/pkg-plist +++ b/sysutils/gnome-volume-manager/pkg-plist @@ -1,9 +1,9 @@ bin/gnome-volume-manager bin/gnome-volume-properties -share/gnome/applications/gnome-volume-properties.desktop +share/applications/gnome-volume-properties.desktop share/gnome/autostart/gnome-volume-manager.desktop -share/gnome/gnome-volume-manager/gnome-volume-properties.glade -share/gnome/gnome-volume-manager/icons/gvm-dev-tablet.png +share/gnome-volume-manager/gnome-volume-properties.glade +share/gnome-volume-manager/icons/gvm-dev-tablet.png 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 @@ -73,9 +73,8 @@ 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 -@dirrmtry share/gnome/autostart -@dirrm share/gnome/gnome-volume-manager/icons -@dirrm share/gnome/gnome-volume-manager +@dirrm share/gnome-volume-manager/icons +@dirrm share/gnome-volume-manager @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES @@ -92,3 +91,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-volume-manager.mo @dirrmtry share/locale/bn_IN @dirrmtry share/locale/ang/LC_MESSAGES @dirrmtry share/locale/ang +@dirrmtry share/applications diff --git a/sysutils/gnomebaker/Makefile b/sysutils/gnomebaker/Makefile index bcf7ca0100f2..3fdef2f660db 100644 --- a/sysutils/gnomebaker/Makefile +++ b/sysutils/gnomebaker/Makefile @@ -3,10 +3,11 @@ # Whom: Dominique Goncalves <dominique.goncalves@gmail.com> # # $FreeBSD$ +# PORTNAME= gnomebaker PORTVERSION= 0.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnomebaker @@ -38,12 +39,6 @@ RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools .endif -post-patch: - @${REINPLACE_CMD} -e 's|docdir = $(datadir)/gnome/help/$(docname)/$(lang)|docdir = $(datadir)/help/$(docname)/$(lang)|' \ - ${WRKSRC}/help/C/Makefile.in - @${REINPLACE_CMD} -e 's|Icon=@prefix@/share/gnomebaker/gnomebaker-48.png|Icon=@prefix@/share/gnome/gnomebaker/gnomebaker-48.png|' \ - ${WRKSRC}/gnomebaker.desktop.in - post-install: @-update-desktop-database diff --git a/sysutils/gnomebaker/pkg-plist b/sysutils/gnomebaker/pkg-plist index a3d27ec3597e..b3ea116c369a 100644 --- a/sysutils/gnomebaker/pkg-plist +++ b/sysutils/gnomebaker/pkg-plist @@ -1,37 +1,37 @@ bin/gnomebaker -share/gnome/applications/gnomebaker.desktop -share/gnome/gnomebaker/BurnFailed.wav -share/gnome/gnomebaker/BurnOk.wav -share/gnome/gnomebaker/baker-add-dir.png -share/gnome/gnomebaker/baker-add-files.png -share/gnome/gnomebaker/baker-audio-copy.png -share/gnome/gnomebaker/baker-blank-cdrw.png -share/gnome/gnomebaker/baker-blank-dvdrw.png -share/gnome/gnomebaker/baker-burn-cd.png -share/gnome/gnomebaker/baker-cd-iso.png -share/gnome/gnomebaker/baker-cd.png -share/gnome/gnomebaker/baker-cue-image.png -share/gnome/gnomebaker/baker-data-copy.png -share/gnome/gnomebaker/baker-dvd-iso.png -share/gnome/gnomebaker/baker-import-session.png -share/gnome/gnomebaker/baker-remove-files.png -share/gnome/gnomebaker/gnomebaker-48.png -share/gnome/gnomebaker/gnomebaker.glade -share/gnome/gnomebaker/splash_2.png -share/gnome/gnomebaker/state00.png -share/gnome/gnomebaker/state01.png -share/gnome/gnomebaker/state02.png -share/gnome/gnomebaker/state03.png -share/gnome/gnomebaker/state04.png -share/gnome/gnomebaker/state05.png -share/gnome/gnomebaker/state06.png -share/gnome/gnomebaker/state07.png -share/gnome/gnomebaker/state08.png -share/gnome/gnomebaker/state09.png -share/gnome/gnomebaker/state10.png -share/gnome/gnomebaker/state11.png -share/gnome/gnomebaker/state12.png -share/gnome/gnomebaker/state13.png +share/applications/gnomebaker.desktop +share/gnomebaker/BurnFailed.wav +share/gnomebaker/BurnOk.wav +share/gnomebaker/baker-add-dir.png +share/gnomebaker/baker-add-files.png +share/gnomebaker/baker-audio-copy.png +share/gnomebaker/baker-blank-cdrw.png +share/gnomebaker/baker-blank-dvdrw.png +share/gnomebaker/baker-burn-cd.png +share/gnomebaker/baker-cd-iso.png +share/gnomebaker/baker-cd.png +share/gnomebaker/baker-cue-image.png +share/gnomebaker/baker-data-copy.png +share/gnomebaker/baker-dvd-iso.png +share/gnomebaker/baker-import-session.png +share/gnomebaker/baker-remove-files.png +share/gnomebaker/gnomebaker-48.png +share/gnomebaker/gnomebaker.glade +share/gnomebaker/splash_2.png +share/gnomebaker/state00.png +share/gnomebaker/state01.png +share/gnomebaker/state02.png +share/gnomebaker/state03.png +share/gnomebaker/state04.png +share/gnomebaker/state05.png +share/gnomebaker/state06.png +share/gnomebaker/state07.png +share/gnomebaker/state08.png +share/gnomebaker/state09.png +share/gnomebaker/state10.png +share/gnomebaker/state11.png +share/gnomebaker/state12.png +share/gnomebaker/state13.png share/gnome/help/gnomebaker/C/figures/gnomebaker-blank-cdrw.png share/gnome/help/gnomebaker/C/figures/gnomebaker-burn-iso.png share/gnome/help/gnomebaker/C/figures/gnomebaker-copy-audio-cd.png @@ -43,7 +43,7 @@ share/gnome/help/gnomebaker/C/figures/gnomebaker_prefs-tmp.png share/gnome/help/gnomebaker/C/figures/gnomebaker_window.png share/gnome/help/gnomebaker/C/gnomebaker.xml share/gnome/help/gnomebaker/C/legal.xml -share/gnome/omf/gnomebaker/gnomebaker-C.omf +share/omf/gnomebaker/gnomebaker-C.omf share/icons/hicolor/48x48/apps/gnomebaker-48.png share/icons/hicolor/icon-theme.cache share/locale/af/LC_MESSAGES/gnomebaker.mo @@ -159,10 +159,11 @@ share/locale/zh_TW/LC_MESSAGES/gnomebaker.mo @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor @dirrmtry share/icons -@dirrm share/gnome/omf/gnomebaker +@dirrm share/omf/gnomebaker @dirrm share/gnome/help/gnomebaker/C/figures @dirrm share/gnome/help/gnomebaker/C @dirrm share/gnome/help/gnomebaker -@dirrm share/gnome/gnomebaker +@dirrm share/gnomebaker @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/applications diff --git a/sysutils/gnomefind/Makefile b/sysutils/gnomefind/Makefile index a145fcae6a1a..5a77f08ce2cb 100644 --- a/sysutils/gnomefind/Makefile +++ b/sysutils/gnomefind/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomefind PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnome-find diff --git a/sysutils/gnomefind/pkg-plist b/sysutils/gnomefind/pkg-plist index e0f6d8a78ff6..3c86bfd151f9 100644 --- a/sysutils/gnomefind/pkg-plist +++ b/sysutils/gnomefind/pkg-plist @@ -1,9 +1,9 @@ bin/gnome-find share/gnome/apps/Utilities/gnome-find.desktop -share/gnome/gnome-find/gnome-find.glade -share/gnome/gnome-find/gnome-find.xpm -share/gnome/gnome-find/multiple.xpm -share/gnome/gnome-find/shell.xpm +share/gnome-find/gnome-find.glade +share/gnome-find/gnome-find.xpm +share/gnome-find/multiple.xpm +share/gnome-find/shell.xpm share/gnome/help/gnome-find/C/bugreport.html share/gnome/help/gnome-find/C/contacting.html share/gnome/help/gnome-find/C/copyright.html @@ -31,4 +31,4 @@ share/locale/sv/LC_MESSAGES/gnome-find.mo share/locale/uk/LC_MESSAGES/gnome-find.mo @dirrm share/gnome/help/gnome-find/C @dirrm share/gnome/help/gnome-find -@dirrm share/gnome/gnome-find +@dirrm share/gnome-find diff --git a/sysutils/graveman/Makefile b/sysutils/graveman/Makefile index b33f800c72b2..f29b22f57a37 100644 --- a/sysutils/graveman/Makefile +++ b/sysutils/graveman/Makefile @@ -7,7 +7,7 @@ PORTNAME= graveman PORTVERSION= 0.3.12.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://graveman.tuxfamily.org/sources/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/} diff --git a/sysutils/graveman/pkg-plist b/sysutils/graveman/pkg-plist index 08840d338f7a..6115e5cd6115 100644 --- a/sysutils/graveman/pkg-plist +++ b/sysutils/graveman/pkg-plist @@ -1,177 +1,177 @@ bin/graveman -share/gnome/applications/graveman.desktop -share/gnome/pixmaps/graveman48.png -share/gnome/graveman/dialog-question3.png -share/gnome/graveman/dialog_about.glade -share/gnome/graveman/dialog_add_charset.glade -share/gnome/graveman/dialog_add_device.glade -share/gnome/graveman/dialog_charset.glade -share/gnome/graveman/dialog_confirm_operation.glade -share/gnome/graveman/dialog_device.glade -share/gnome/graveman/dialog_media.glade -share/gnome/graveman/dialog_properties.glade -share/gnome/graveman/dialog_select_operation.glade -share/gnome/graveman/dialog_welcome.glade -share/gnome/graveman/erase-cdrw.png -share/gnome/graveman/file_image.png -share/gnome/graveman/folder5-petit.png -share/gnome/graveman/gnome-dev-cdrom-audio-24.png -share/gnome/graveman/gnome-dev-dvdrw-24.png -share/gnome/graveman/gnome-dev-dvdrw-plus-24.png -share/gnome/graveman/graveman-main.png -share/gnome/graveman/graveman24.png -share/gnome/graveman/graveman32.png -share/gnome/graveman/graveman48.png -share/gnome/graveman/graver-petite.png -share/gnome/graveman/graver.png -share/gnome/graveman/hint.png -share/gnome/graveman/main-settings.png -share/gnome/graveman/menu-data.png -share/gnome/graveman/petit-parametre.png -share/gnome/graveman/petitcd.png -share/gnome/graveman/petitcdrw.png -share/gnome/graveman/petitcharset.png -share/gnome/graveman/petitdvd.png -share/gnome/graveman/petitdvdrw.png -share/gnome/graveman/petitiso.png -share/gnome/graveman/properties.png -share/gnome/graveman/sort.png -share/gnome/graveman/sound.png -share/gnome/graveman/stock_new.png -share/gnome/graveman/window_burn.glade -share/gnome/graveman/window_inprogress.glade -share/gnome/graveman/window_main.glade -share/gnome/graveman/window_waiting_cd.glade -share/gnome/graveman/window_welcome.glade -share/gnome/graveman/themes/default/AudioIcon.png -share/gnome/graveman/themes/default/BADIcon.png -share/gnome/graveman/themes/default/BurnIcon.png -share/gnome/graveman/themes/default/BurnsmallIcon.png -share/gnome/graveman/themes/default/CDIcon.png -share/gnome/graveman/themes/default/CDRWIcon.png -share/gnome/graveman/themes/default/CDRWsmallIcon.png -share/gnome/graveman/themes/default/CDsmallIcon.png -share/gnome/graveman/themes/default/CharsetSmallIcon.png -share/gnome/graveman/themes/default/DVDRWsmallIcon.png -share/gnome/graveman/themes/default/DVDsmallIcon.png -share/gnome/graveman/themes/default/DirIcon.png -share/gnome/graveman/themes/default/EraseCDRWIcon.png -share/gnome/graveman/themes/default/FileIcon.png -share/gnome/graveman/themes/default/FileImage.png -share/gnome/graveman/themes/default/ISOsmallIcon.png -share/gnome/graveman/themes/default/Menu-Audio-16.png -share/gnome/graveman/themes/default/Menu-Audio-24.png -share/gnome/graveman/themes/default/Menu-Audio-32.png -share/gnome/graveman/themes/default/Menu-Audio-48.png -share/gnome/graveman/themes/default/Menu-Copy-16.png -share/gnome/graveman/themes/default/Menu-Copy-24.png -share/gnome/graveman/themes/default/Menu-Copy-32.png -share/gnome/graveman/themes/default/Menu-Copy-48.png -share/gnome/graveman/themes/default/Menu-Data-16.png -share/gnome/graveman/themes/default/Menu-Data-24.png -share/gnome/graveman/themes/default/Menu-Data-32.png -share/gnome/graveman/themes/default/Menu-Data-48.png -share/gnome/graveman/themes/default/Menu-Dvd-16.png -share/gnome/graveman/themes/default/Menu-Dvd-24.png -share/gnome/graveman/themes/default/Menu-Dvd-32.png -share/gnome/graveman/themes/default/Menu-Dvd-48.png -share/gnome/graveman/themes/default/Menu-Other-16.png -share/gnome/graveman/themes/default/Menu-Other-24.png -share/gnome/graveman/themes/default/Menu-Other-32.png -share/gnome/graveman/themes/default/Menu-Other-48.png -share/gnome/graveman/themes/default/OKIcon.png -share/gnome/graveman/themes/default/Themes.png -share/gnome/graveman/themes/default/WARNIcon.png -share/gnome/graveman/themes/default/Working.mng -share/gnome/graveman/themes/default/graveman -share/gnome/graveman/themes/plainset/AudioIcon.png -share/gnome/graveman/themes/plainset/BADIcon.png -share/gnome/graveman/themes/plainset/BurnIcon.png -share/gnome/graveman/themes/plainset/BurnsmallIcon.png -share/gnome/graveman/themes/plainset/CDIcon.png -share/gnome/graveman/themes/plainset/CDRWIcon.png -share/gnome/graveman/themes/plainset/CDRWsmallIcon.png -share/gnome/graveman/themes/plainset/CDsmallIcon.png -share/gnome/graveman/themes/plainset/CharsetSmallIcon.png -share/gnome/graveman/themes/plainset/DVDRWsmallIcon.png -share/gnome/graveman/themes/plainset/DVDsmallIcon.png -share/gnome/graveman/themes/plainset/DirIcon.png -share/gnome/graveman/themes/plainset/EraseCDRWIcon.png -share/gnome/graveman/themes/plainset/FileIcon.png -share/gnome/graveman/themes/plainset/FileImage.png -share/gnome/graveman/themes/plainset/ISOsmallIcon.png -share/gnome/graveman/themes/plainset/Menu-Audio-16.png -share/gnome/graveman/themes/plainset/Menu-Audio-24.png -share/gnome/graveman/themes/plainset/Menu-Audio-32.png -share/gnome/graveman/themes/plainset/Menu-Audio-48.png -share/gnome/graveman/themes/plainset/Menu-Copy-16.png -share/gnome/graveman/themes/plainset/Menu-Copy-24.png -share/gnome/graveman/themes/plainset/Menu-Copy-32.png -share/gnome/graveman/themes/plainset/Menu-Copy-48.png -share/gnome/graveman/themes/plainset/Menu-Data-16.png -share/gnome/graveman/themes/plainset/Menu-Data-24.png -share/gnome/graveman/themes/plainset/Menu-Data-32.png -share/gnome/graveman/themes/plainset/Menu-Data-48.png -share/gnome/graveman/themes/plainset/Menu-Dvd-16.png -share/gnome/graveman/themes/plainset/Menu-Dvd-24.png -share/gnome/graveman/themes/plainset/Menu-Dvd-32.png -share/gnome/graveman/themes/plainset/Menu-Dvd-48.png -share/gnome/graveman/themes/plainset/Menu-Other-16.png -share/gnome/graveman/themes/plainset/Menu-Other-24.png -share/gnome/graveman/themes/plainset/Menu-Other-32.png -share/gnome/graveman/themes/plainset/Menu-Other-48.png -share/gnome/graveman/themes/plainset/OKIcon.png -share/gnome/graveman/themes/plainset/Themes.png -share/gnome/graveman/themes/plainset/WARNIcon.png -share/gnome/graveman/themes/plainset/Working.mng -share/gnome/graveman/themes/plainset/graveman -share/gnome/graveman/themes/isoset/BADIcon.png -share/gnome/graveman/themes/isoset/DVDRWsmallIcon.png -share/gnome/graveman/themes/isoset/DVDsmallIcon.png -share/gnome/graveman/themes/isoset/Menu-Audio-16.png -share/gnome/graveman/themes/isoset/Menu-Audio-24.png -share/gnome/graveman/themes/isoset/Menu-Audio-32.png -share/gnome/graveman/themes/isoset/Menu-Audio-48.png -share/gnome/graveman/themes/isoset/Menu-Copy-16.png -share/gnome/graveman/themes/isoset/Menu-Copy-24.png -share/gnome/graveman/themes/isoset/Menu-Copy-32.png -share/gnome/graveman/themes/isoset/Menu-Copy-48.png -share/gnome/graveman/themes/isoset/Menu-Data-16.png -share/gnome/graveman/themes/isoset/Menu-Data-24.png -share/gnome/graveman/themes/isoset/Menu-Data-32.png -share/gnome/graveman/themes/isoset/Menu-Data-48.png -share/gnome/graveman/themes/isoset/Menu-Dvd-16.png -share/gnome/graveman/themes/isoset/Menu-Dvd-24.png -share/gnome/graveman/themes/isoset/Menu-Dvd-32.png -share/gnome/graveman/themes/isoset/Menu-Dvd-48.png -share/gnome/graveman/themes/isoset/Menu-Other-16.png -share/gnome/graveman/themes/isoset/Menu-Other-24.png -share/gnome/graveman/themes/isoset/Menu-Other-32.png -share/gnome/graveman/themes/isoset/Menu-Other-48.png -share/gnome/graveman/themes/isoset/OKIcon.png -share/gnome/graveman/themes/isoset/WARNIcon.png -share/gnome/graveman/themes/isoset/graveman -share/gnome/graveman/themes/essai/Menu-Audio-16.png -share/gnome/graveman/themes/essai/Menu-Audio-24.png -share/gnome/graveman/themes/essai/Menu-Audio-32.png -share/gnome/graveman/themes/essai/Menu-Audio-48.png -share/gnome/graveman/themes/essai/Menu-Copy-16.png -share/gnome/graveman/themes/essai/Menu-Copy-24.png -share/gnome/graveman/themes/essai/Menu-Copy-32.png -share/gnome/graveman/themes/essai/Menu-Copy-48.png -share/gnome/graveman/themes/essai/Menu-Data-16.png -share/gnome/graveman/themes/essai/Menu-Data-24.png -share/gnome/graveman/themes/essai/Menu-Data-32.png -share/gnome/graveman/themes/essai/Menu-Data-48.png -share/gnome/graveman/themes/essai/Menu-Dvd-16.png -share/gnome/graveman/themes/essai/Menu-Dvd-24.png -share/gnome/graveman/themes/essai/Menu-Dvd-32.png -share/gnome/graveman/themes/essai/Menu-Dvd-48.png -share/gnome/graveman/themes/essai/Menu-Other-16.png -share/gnome/graveman/themes/essai/Menu-Other-24.png -share/gnome/graveman/themes/essai/Menu-Other-32.png -share/gnome/graveman/themes/essai/Menu-Other-48.png -share/gnome/graveman/themes/essai/graveman +share/applications/graveman.desktop +share/pixmaps/graveman48.png +share/graveman/dialog-question3.png +share/graveman/dialog_about.glade +share/graveman/dialog_add_charset.glade +share/graveman/dialog_add_device.glade +share/graveman/dialog_charset.glade +share/graveman/dialog_confirm_operation.glade +share/graveman/dialog_device.glade +share/graveman/dialog_media.glade +share/graveman/dialog_properties.glade +share/graveman/dialog_select_operation.glade +share/graveman/dialog_welcome.glade +share/graveman/erase-cdrw.png +share/graveman/file_image.png +share/graveman/folder5-petit.png +share/graveman/gnome-dev-cdrom-audio-24.png +share/graveman/gnome-dev-dvdrw-24.png +share/graveman/gnome-dev-dvdrw-plus-24.png +share/graveman/graveman-main.png +share/graveman/graveman24.png +share/graveman/graveman32.png +share/graveman/graveman48.png +share/graveman/graver-petite.png +share/graveman/graver.png +share/graveman/hint.png +share/graveman/main-settings.png +share/graveman/menu-data.png +share/graveman/petit-parametre.png +share/graveman/petitcd.png +share/graveman/petitcdrw.png +share/graveman/petitcharset.png +share/graveman/petitdvd.png +share/graveman/petitdvdrw.png +share/graveman/petitiso.png +share/graveman/properties.png +share/graveman/sort.png +share/graveman/sound.png +share/graveman/stock_new.png +share/graveman/window_burn.glade +share/graveman/window_inprogress.glade +share/graveman/window_main.glade +share/graveman/window_waiting_cd.glade +share/graveman/window_welcome.glade +share/graveman/themes/default/AudioIcon.png +share/graveman/themes/default/BADIcon.png +share/graveman/themes/default/BurnIcon.png +share/graveman/themes/default/BurnsmallIcon.png +share/graveman/themes/default/CDIcon.png +share/graveman/themes/default/CDRWIcon.png +share/graveman/themes/default/CDRWsmallIcon.png +share/graveman/themes/default/CDsmallIcon.png +share/graveman/themes/default/CharsetSmallIcon.png +share/graveman/themes/default/DVDRWsmallIcon.png +share/graveman/themes/default/DVDsmallIcon.png +share/graveman/themes/default/DirIcon.png +share/graveman/themes/default/EraseCDRWIcon.png +share/graveman/themes/default/FileIcon.png +share/graveman/themes/default/FileImage.png +share/graveman/themes/default/ISOsmallIcon.png +share/graveman/themes/default/Menu-Audio-16.png +share/graveman/themes/default/Menu-Audio-24.png +share/graveman/themes/default/Menu-Audio-32.png +share/graveman/themes/default/Menu-Audio-48.png +share/graveman/themes/default/Menu-Copy-16.png +share/graveman/themes/default/Menu-Copy-24.png +share/graveman/themes/default/Menu-Copy-32.png +share/graveman/themes/default/Menu-Copy-48.png +share/graveman/themes/default/Menu-Data-16.png +share/graveman/themes/default/Menu-Data-24.png +share/graveman/themes/default/Menu-Data-32.png +share/graveman/themes/default/Menu-Data-48.png +share/graveman/themes/default/Menu-Dvd-16.png +share/graveman/themes/default/Menu-Dvd-24.png +share/graveman/themes/default/Menu-Dvd-32.png +share/graveman/themes/default/Menu-Dvd-48.png +share/graveman/themes/default/Menu-Other-16.png +share/graveman/themes/default/Menu-Other-24.png +share/graveman/themes/default/Menu-Other-32.png +share/graveman/themes/default/Menu-Other-48.png +share/graveman/themes/default/OKIcon.png +share/graveman/themes/default/Themes.png +share/graveman/themes/default/WARNIcon.png +share/graveman/themes/default/Working.mng +share/graveman/themes/default/graveman +share/graveman/themes/plainset/AudioIcon.png +share/graveman/themes/plainset/BADIcon.png +share/graveman/themes/plainset/BurnIcon.png +share/graveman/themes/plainset/BurnsmallIcon.png +share/graveman/themes/plainset/CDIcon.png +share/graveman/themes/plainset/CDRWIcon.png +share/graveman/themes/plainset/CDRWsmallIcon.png +share/graveman/themes/plainset/CDsmallIcon.png +share/graveman/themes/plainset/CharsetSmallIcon.png +share/graveman/themes/plainset/DVDRWsmallIcon.png +share/graveman/themes/plainset/DVDsmallIcon.png +share/graveman/themes/plainset/DirIcon.png +share/graveman/themes/plainset/EraseCDRWIcon.png +share/graveman/themes/plainset/FileIcon.png +share/graveman/themes/plainset/FileImage.png +share/graveman/themes/plainset/ISOsmallIcon.png +share/graveman/themes/plainset/Menu-Audio-16.png +share/graveman/themes/plainset/Menu-Audio-24.png +share/graveman/themes/plainset/Menu-Audio-32.png +share/graveman/themes/plainset/Menu-Audio-48.png +share/graveman/themes/plainset/Menu-Copy-16.png +share/graveman/themes/plainset/Menu-Copy-24.png +share/graveman/themes/plainset/Menu-Copy-32.png +share/graveman/themes/plainset/Menu-Copy-48.png +share/graveman/themes/plainset/Menu-Data-16.png +share/graveman/themes/plainset/Menu-Data-24.png +share/graveman/themes/plainset/Menu-Data-32.png +share/graveman/themes/plainset/Menu-Data-48.png +share/graveman/themes/plainset/Menu-Dvd-16.png +share/graveman/themes/plainset/Menu-Dvd-24.png +share/graveman/themes/plainset/Menu-Dvd-32.png +share/graveman/themes/plainset/Menu-Dvd-48.png +share/graveman/themes/plainset/Menu-Other-16.png +share/graveman/themes/plainset/Menu-Other-24.png +share/graveman/themes/plainset/Menu-Other-32.png +share/graveman/themes/plainset/Menu-Other-48.png +share/graveman/themes/plainset/OKIcon.png +share/graveman/themes/plainset/Themes.png +share/graveman/themes/plainset/WARNIcon.png +share/graveman/themes/plainset/Working.mng +share/graveman/themes/plainset/graveman +share/graveman/themes/isoset/BADIcon.png +share/graveman/themes/isoset/DVDRWsmallIcon.png +share/graveman/themes/isoset/DVDsmallIcon.png +share/graveman/themes/isoset/Menu-Audio-16.png +share/graveman/themes/isoset/Menu-Audio-24.png +share/graveman/themes/isoset/Menu-Audio-32.png +share/graveman/themes/isoset/Menu-Audio-48.png +share/graveman/themes/isoset/Menu-Copy-16.png +share/graveman/themes/isoset/Menu-Copy-24.png +share/graveman/themes/isoset/Menu-Copy-32.png +share/graveman/themes/isoset/Menu-Copy-48.png +share/graveman/themes/isoset/Menu-Data-16.png +share/graveman/themes/isoset/Menu-Data-24.png +share/graveman/themes/isoset/Menu-Data-32.png +share/graveman/themes/isoset/Menu-Data-48.png +share/graveman/themes/isoset/Menu-Dvd-16.png +share/graveman/themes/isoset/Menu-Dvd-24.png +share/graveman/themes/isoset/Menu-Dvd-32.png +share/graveman/themes/isoset/Menu-Dvd-48.png +share/graveman/themes/isoset/Menu-Other-16.png +share/graveman/themes/isoset/Menu-Other-24.png +share/graveman/themes/isoset/Menu-Other-32.png +share/graveman/themes/isoset/Menu-Other-48.png +share/graveman/themes/isoset/OKIcon.png +share/graveman/themes/isoset/WARNIcon.png +share/graveman/themes/isoset/graveman +share/graveman/themes/essai/Menu-Audio-16.png +share/graveman/themes/essai/Menu-Audio-24.png +share/graveman/themes/essai/Menu-Audio-32.png +share/graveman/themes/essai/Menu-Audio-48.png +share/graveman/themes/essai/Menu-Copy-16.png +share/graveman/themes/essai/Menu-Copy-24.png +share/graveman/themes/essai/Menu-Copy-32.png +share/graveman/themes/essai/Menu-Copy-48.png +share/graveman/themes/essai/Menu-Data-16.png +share/graveman/themes/essai/Menu-Data-24.png +share/graveman/themes/essai/Menu-Data-32.png +share/graveman/themes/essai/Menu-Data-48.png +share/graveman/themes/essai/Menu-Dvd-16.png +share/graveman/themes/essai/Menu-Dvd-24.png +share/graveman/themes/essai/Menu-Dvd-32.png +share/graveman/themes/essai/Menu-Dvd-48.png +share/graveman/themes/essai/Menu-Other-16.png +share/graveman/themes/essai/Menu-Other-24.png +share/graveman/themes/essai/Menu-Other-32.png +share/graveman/themes/essai/Menu-Other-48.png +share/graveman/themes/essai/graveman share/locale/cs/LC_MESSAGES/graveman.mo share/locale/de/LC_MESSAGES/graveman.mo share/locale/es/LC_MESSAGES/graveman.mo @@ -186,9 +186,10 @@ share/locale/pl/LC_MESSAGES/graveman.mo share/locale/pt_BR/LC_MESSAGES/graveman.mo share/locale/ru/LC_MESSAGES/graveman.mo share/locale/sv/LC_MESSAGES/graveman.mo -@dirrm share/gnome/graveman/themes/default -@dirrm share/gnome/graveman/themes/essai -@dirrm share/gnome/graveman/themes/isoset -@dirrm share/gnome/graveman/themes/plainset -@dirrm share/gnome/graveman/themes -@dirrm share/gnome/graveman +@dirrm share/graveman/themes/default +@dirrm share/graveman/themes/essai +@dirrm share/graveman/themes/isoset +@dirrm share/graveman/themes/plainset +@dirrm share/graveman/themes +@dirrm share/graveman +@dirrmtry share/applications diff --git a/sysutils/gupsc/Makefile b/sysutils/gupsc/Makefile index 4a95d18442f8..fbb60cd51e1e 100644 --- a/sysutils/gupsc/Makefile +++ b/sysutils/gupsc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gupsc PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils gnome MASTER_SITES= http://heim.ifi.uio.no/~hennikul/gupsc/download/ @@ -27,8 +27,5 @@ pre-patch: s|/usr/local|${PREFIX}|; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure \ ${WRKSRC}/src/Makefile.in - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include <bsd.port.mk> diff --git a/sysutils/gupsc/files/patch-Makefile.in b/sysutils/gupsc/files/patch-Makefile.in deleted file mode 100644 index 5e904ee157e9..000000000000 --- a/sysutils/gupsc/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in 2002/05/13 12:37:29 1.1 -+++ Makefile.in 2002/05/13 12:37:39 -@@ -109,7 +109,7 @@ - - SUBDIRS = intl po macros src - --Applicationsdir = $(shell $(GNOME_CONFIG) --datadir)/gnome/apps/System -+Applicationsdir = $(shell $(GNOME_CONFIG) --datadir)/apps/System - Applications_DATA = gupsc.desktop - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/sysutils/gupsc/pkg-plist b/sysutils/gupsc/pkg-plist index 213dcb215695..96ce5465acd4 100644 --- a/sysutils/gupsc/pkg-plist +++ b/sysutils/gupsc/pkg-plist @@ -1,5 +1,5 @@ bin/gupsc share/locale/no/LC_MESSAGES/gupsc.mo -share/gnome/pixmaps/gupsc/ups.png share/gnome/apps/System/gupsc.desktop -@dirrm share/gnome/pixmaps/gupsc +share/pixmaps/gupsc/ups.png +@dirrm share/pixmaps/gupsc diff --git a/sysutils/nautilus-cd-burner/Makefile b/sysutils/nautilus-cd-burner/Makefile index 451d3ca06eb1..2f5a1903d595 100644 --- a/sysutils/nautilus-cd-burner/Makefile +++ b/sysutils/nautilus-cd-burner/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/nautilus-cd-burner/Makefile,v 1.128 2007/03/12 20:33:36 mezz Exp $ +# $MCom: ports/sysutils/nautilus-cd-burner/Makefile,v 1.134 2007/09/18 00:44:04 marcus Exp $ # PORTNAME= nautilus-cd-burner -PORTVERSION= 2.18.2 +PORTVERSION= 2.20.0 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/sysutils/nautilus-cd-burner/distinfo b/sysutils/nautilus-cd-burner/distinfo index 8ff2ed8a6c05..95075e8ab2c7 100644 --- a/sysutils/nautilus-cd-burner/distinfo +++ b/sysutils/nautilus-cd-burner/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/nautilus-cd-burner-2.18.2.tar.bz2) = fee9ec2f398a6b1eacfd59e239d06837 -SHA256 (gnome2/nautilus-cd-burner-2.18.2.tar.bz2) = 551924c49c883c52f1a3de639c068cf15a25b7922088d0b4427d2d64f4a1b1cb -SIZE (gnome2/nautilus-cd-burner-2.18.2.tar.bz2) = 740992 +MD5 (gnome2/nautilus-cd-burner-2.20.0.tar.bz2) = a7ddb02c33be107f6c9c1874b7703e9e +SHA256 (gnome2/nautilus-cd-burner-2.20.0.tar.bz2) = fc7a91473bc3cab7cba8ef4185e8f62ea6ad50a4558d8bce1aa639a4397ec905 +SIZE (gnome2/nautilus-cd-burner-2.20.0.tar.bz2) = 730319 diff --git a/sysutils/nautilus-cd-burner/pkg-plist b/sysutils/nautilus-cd-burner/pkg-plist index 86a6b7dcff02..efd6f53c256c 100644 --- a/sysutils/nautilus-cd-burner/pkg-plist +++ b/sysutils/nautilus-cd-burner/pkg-plist @@ -19,17 +19,8 @@ lib/nautilus/extensions-1.0/libnautilus-burn-extension.la lib/nautilus/extensions-1.0/libnautilus-burn-extension.so libdata/pkgconfig/libnautilus-burn.pc libexec/mapping-daemon -share/gnome/applications/nautilus-cd-burner-open-iso.desktop -share/gnome/applications/nautilus-cd-burner.desktop -share/gnome/nautilus-cd-burner/cdspin1.png -share/gnome/nautilus-cd-burner/cdspin2.png -share/gnome/nautilus-cd-burner/cdspin3.png -share/gnome/nautilus-cd-burner/cdspin4.png -share/gnome/nautilus-cd-burner/cdspin5.png -share/gnome/nautilus-cd-burner/cdspin6.png -share/gnome/nautilus-cd-burner/cdspin7.png -share/gnome/nautilus-cd-burner/cdspin8.png -share/gnome/nautilus-cd-burner/nautilus-cd-burner.glade +share/applications/nautilus-cd-burner-open-iso.desktop +share/applications/nautilus-cd-burner.desktop share/icons/hicolor/16x16/apps/nautilus-cd-burner.png share/icons/hicolor/22x22/apps/nautilus-cd-burner.png share/icons/hicolor/24x24/apps/nautilus-cd-burner.png @@ -84,6 +75,7 @@ share/locale/nb/LC_MESSAGES/nautilus-cd-burner.mo share/locale/ne/LC_MESSAGES/nautilus-cd-burner.mo share/locale/nl/LC_MESSAGES/nautilus-cd-burner.mo share/locale/nn/LC_MESSAGES/nautilus-cd-burner.mo +share/locale/oc/LC_MESSAGES/nautilus-cd-burner.mo share/locale/or/LC_MESSAGES/nautilus-cd-burner.mo share/locale/pa/LC_MESSAGES/nautilus-cd-burner.mo share/locale/pl/LC_MESSAGES/nautilus-cd-burner.mo @@ -92,6 +84,7 @@ share/locale/pt_BR/LC_MESSAGES/nautilus-cd-burner.mo share/locale/ro/LC_MESSAGES/nautilus-cd-burner.mo share/locale/ru/LC_MESSAGES/nautilus-cd-burner.mo share/locale/rw/LC_MESSAGES/nautilus-cd-burner.mo +share/locale/si/LC_MESSAGES/nautilus-cd-burner.mo share/locale/sk/LC_MESSAGES/nautilus-cd-burner.mo share/locale/sl/LC_MESSAGES/nautilus-cd-burner.mo share/locale/sq/LC_MESSAGES/nautilus-cd-burner.mo @@ -109,7 +102,16 @@ share/locale/xh/LC_MESSAGES/nautilus-cd-burner.mo share/locale/zh_CN/LC_MESSAGES/nautilus-cd-burner.mo share/locale/zh_HK/LC_MESSAGES/nautilus-cd-burner.mo share/locale/zh_TW/LC_MESSAGES/nautilus-cd-burner.mo -@dirrm share/gnome/nautilus-cd-burner +%%DATADIR%%/cdspin1.png +%%DATADIR%%/cdspin2.png +%%DATADIR%%/cdspin3.png +%%DATADIR%%/cdspin4.png +%%DATADIR%%/cdspin5.png +%%DATADIR%%/cdspin6.png +%%DATADIR%%/cdspin7.png +%%DATADIR%%/cdspin8.png +%%DATADIR%%/nautilus-cd-burner.glade +@dirrm %%DATADIR%% @dirrm include/libnautilus-burn @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @@ -121,8 +123,12 @@ share/locale/zh_TW/LC_MESSAGES/nautilus-cd-burner.mo @dirrmtry share/locale/ug @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te +@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/mg/LC_MESSAGES @dirrmtry share/locale/mg @dirrmtry share/locale/ku/LC_MESSAGES @@ -135,3 +141,4 @@ share/locale/zh_TW/LC_MESSAGES/nautilus-cd-burner.mo @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin +@dirrmtry share/applications diff --git a/sysutils/pessulus/Makefile b/sysutils/pessulus/Makefile index 27f32445d864..02c64f4972f9 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.11 2006/10/03 01:27:41 ahze Exp $ +# $MCom: ports/sysutils/pessulus/Makefile,v 1.14 2007/09/17 20:08:42 ahze Exp $ # PORTNAME= pessulus -PORTVERSION= 2.16.2 -PORTREVISION= 1 +PORTVERSION= 2.16.3 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/sysutils/pessulus/distinfo b/sysutils/pessulus/distinfo index 5117bd4bd982..da3165e0369f 100644 --- a/sysutils/pessulus/distinfo +++ b/sysutils/pessulus/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/pessulus-2.16.2.tar.gz) = 8b64b63c72565d7ea71706f8e19c427e -SHA256 (gnome2/pessulus-2.16.2.tar.gz) = 13dae2987452a10ffb07819df67cdbddcd78d1a4eab690f55b0f500c6a0d15e5 -SIZE (gnome2/pessulus-2.16.2.tar.gz) = 179104 +MD5 (gnome2/pessulus-2.16.3.tar.gz) = 002c70e42a04cf1abb3e02d962dad11f +SHA256 (gnome2/pessulus-2.16.3.tar.gz) = a9c164cae356382c83779ff6e1273e7e50184d95eb66a2c3e563816d4b2a73f4 +SIZE (gnome2/pessulus-2.16.3.tar.gz) = 213734 diff --git a/sysutils/pessulus/pkg-plist b/sysutils/pessulus/pkg-plist index 2648287f579a..beaade773392 100644 --- a/sysutils/pessulus/pkg-plist +++ b/sysutils/pessulus/pkg-plist @@ -38,6 +38,7 @@ bin/pessulus %%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.py %%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.pyc %%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.pyo +share/applications/pessulus.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -46,9 +47,10 @@ bin/pessulus %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO -share/gnome/applications/pessulus.desktop -share/gnome/pessulus/glade/pessulus.glade share/locale/ar/LC_MESSAGES/pessulus.mo +share/locale/as/LC_MESSAGES/pessulus.mo +share/locale/be/LC_MESSAGES/pessulus.mo +share/locale/be@latin/LC_MESSAGES/pessulus.mo share/locale/bg/LC_MESSAGES/pessulus.mo share/locale/bn/LC_MESSAGES/pessulus.mo share/locale/bn_IN/LC_MESSAGES/pessulus.mo @@ -76,6 +78,7 @@ share/locale/it/LC_MESSAGES/pessulus.mo share/locale/ja/LC_MESSAGES/pessulus.mo share/locale/ka/LC_MESSAGES/pessulus.mo share/locale/ko/LC_MESSAGES/pessulus.mo +share/locale/ku/LC_MESSAGES/pessulus.mo share/locale/lt/LC_MESSAGES/pessulus.mo share/locale/lv/LC_MESSAGES/pessulus.mo share/locale/mk/LC_MESSAGES/pessulus.mo @@ -85,6 +88,7 @@ share/locale/mr/LC_MESSAGES/pessulus.mo share/locale/nb/LC_MESSAGES/pessulus.mo share/locale/ne/LC_MESSAGES/pessulus.mo share/locale/nl/LC_MESSAGES/pessulus.mo +share/locale/oc/LC_MESSAGES/pessulus.mo share/locale/or/LC_MESSAGES/pessulus.mo share/locale/pa/LC_MESSAGES/pessulus.mo share/locale/pl/LC_MESSAGES/pessulus.mo @@ -98,6 +102,7 @@ share/locale/sr/LC_MESSAGES/pessulus.mo share/locale/sr@Latn/LC_MESSAGES/pessulus.mo share/locale/sv/LC_MESSAGES/pessulus.mo share/locale/ta/LC_MESSAGES/pessulus.mo +share/locale/te/LC_MESSAGES/pessulus.mo share/locale/th/LC_MESSAGES/pessulus.mo share/locale/tr/LC_MESSAGES/pessulus.mo share/locale/uk/LC_MESSAGES/pessulus.mo @@ -105,17 +110,27 @@ share/locale/vi/LC_MESSAGES/pessulus.mo share/locale/zh_CN/LC_MESSAGES/pessulus.mo share/locale/zh_HK/LC_MESSAGES/pessulus.mo share/locale/zh_TW/LC_MESSAGES/pessulus.mo -@dirrm share/gnome/pessulus/glade -@dirrm share/gnome/pessulus +%%DATADIR%%/glade/pessulus.glade +@dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%PYTHON_SITELIBDIR%%/Pessulus -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry %%PYTHON_LIBDIR%% @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr +@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/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/applications diff --git a/sysutils/pyrenamer/Makefile b/sysutils/pyrenamer/Makefile index 3fc4ff781548..786cd12fcf5a 100644 --- a/sysutils/pyrenamer/Makefile +++ b/sysutils/pyrenamer/Makefile @@ -3,11 +3,12 @@ # Whom: Mezz <mezz@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/sysutils/pyrenamer/Makefile,v 1.1 2007/08/14 21:33:09 mezz Exp $ # PORTNAME= pyrenamer DISTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python gnome MASTER_SITES= http://www.infinicode.org/code/${PORTNAME}/ diff --git a/sysutils/pyrenamer/pkg-plist b/sysutils/pyrenamer/pkg-plist index d47ce3ef9c4a..0a84d06b69de 100644 --- a/sysutils/pyrenamer/pkg-plist +++ b/sysutils/pyrenamer/pkg-plist @@ -23,7 +23,7 @@ bin/pyrenamer %%PYTHON_SITELIBDIR%%/pyrenamer/treefilebrowser.py %%PYTHON_SITELIBDIR%%/pyrenamer/treefilebrowser.pyc %%PYTHON_SITELIBDIR%%/pyrenamer/treefilebrowser.pyo -share/gnome/applications/pyrenamer.desktop +share/applications/pyrenamer.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -32,11 +32,11 @@ share/gnome/applications/pyrenamer.desktop %%EXAMPLESDIR%%/treefilebrowser_example.py share/locale/en/LC_MESSAGES/pyrenamer.mo share/locale/es/LC_MESSAGES/pyrenamer.mo -share/gnome/pixmaps/pyrenamer.png -share/gnome/pyrenamer/pyrenamer.glade -share/gnome/pyrenamer/pyrenamer.png -share/gnome/pyrenamer/pyrenamer.svg -@dirrm share/gnome/pyrenamer +share/pixmaps/pyrenamer.png +%%DATADIR%%/pyrenamer.glade +%%DATADIR%%/pyrenamer.png +%%DATADIR%%/pyrenamer.svg +@dirrm %%DATADIR%% @dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/applications diff --git a/sysutils/sensors-applet/Makefile b/sysutils/sensors-applet/Makefile index 0142a398946b..16a5532f6e60 100644 --- a/sysutils/sensors-applet/Makefile +++ b/sysutils/sensors-applet/Makefile @@ -7,7 +7,7 @@ PORTNAME= sensors-applet PORTVERSION= 1.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/sysutils/sensors-applet/pkg-plist b/sysutils/sensors-applet/pkg-plist index e0b6c498983f..fae823ba7ab9 100644 --- a/sysutils/sensors-applet/pkg-plist +++ b/sysutils/sensors-applet/pkg-plist @@ -1,23 +1,23 @@ libdata/bonobo/servers/SensorsApplet.server libexec/sensors-applet libexec/smartctl-helper -share/gnome/gnome-2.0/ui/SensorsApplet.xml +share/gnome-2.0/ui/SensorsApplet.xml share/gnome/help/sensors-applet/C/figures/applet_in_panel.png share/gnome/help/sensors-applet/C/legal.xml share/gnome/help/sensors-applet/C/sensors-applet.xml -share/gnome/omf/sensors-applet/sensors-applet-C.omf -share/gnome/pixmaps/sensors-applet/battery-icon.png -share/gnome/pixmaps/sensors-applet/case-icon.png -share/gnome/pixmaps/sensors-applet/cpu-icon.png -share/gnome/pixmaps/sensors-applet/fan-icon.png -share/gnome/pixmaps/sensors-applet/hdd-icon.png -share/gnome/pixmaps/sensors-applet/high-temp-icon.png -share/gnome/pixmaps/sensors-applet/low-temp-icon.png -share/gnome/pixmaps/sensors-applet/memory-icon.png -share/gnome/pixmaps/sensors-applet/normal-temp-icon.png -share/gnome/pixmaps/sensors-applet/sensors-applet-icon.png -share/gnome/pixmaps/sensors-applet/very-high-temp-icon.png -share/gnome/pixmaps/sensors-applet/very-low-temp-icon.png +share/omf/sensors-applet/sensors-applet-C.omf +share/pixmaps/sensors-applet/battery-icon.png +share/pixmaps/sensors-applet/case-icon.png +share/pixmaps/sensors-applet/cpu-icon.png +share/pixmaps/sensors-applet/fan-icon.png +share/pixmaps/sensors-applet/hdd-icon.png +share/pixmaps/sensors-applet/high-temp-icon.png +share/pixmaps/sensors-applet/low-temp-icon.png +share/pixmaps/sensors-applet/memory-icon.png +share/pixmaps/sensors-applet/normal-temp-icon.png +share/pixmaps/sensors-applet/sensors-applet-icon.png +share/pixmaps/sensors-applet/very-high-temp-icon.png +share/pixmaps/sensors-applet/very-low-temp-icon.png share/locale/de/LC_MESSAGES/sensors-applet.mo share/locale/es/LC_MESSAGES/sensors-applet.mo share/locale/fi/LC_MESSAGES/sensors-applet.mo @@ -29,5 +29,5 @@ share/locale/ru/LC_MESSAGES/sensors-applet.mo @dirrm share/gnome/help/sensors-applet/C/figures @dirrm share/gnome/help/sensors-applet/C @dirrm share/gnome/help/sensors-applet -@dirrm share/gnome/omf/sensors-applet -@dirrm share/gnome/pixmaps/sensors-applet +@dirrm share/omf/sensors-applet +@dirrm share/pixmaps/sensors-applet diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile index fed2dcfab5a0..008b7aee13b7 100644 --- a/sysutils/system-tools-backends/Makefile +++ b/sysutils/system-tools-backends/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.34 2007/03/12 12:25:41 ahze Exp $ +# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.40 2007/10/04 11:32:48 ahze Exp $ # PORTNAME= system-tools-backends -PORTVERSION= 2.2.1 -PORTREVISION= 3 +PORTVERSION= 2.4.1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/sysutils/system-tools-backends/distinfo b/sysutils/system-tools-backends/distinfo index f62826e89bf5..ccad604a0755 100644 --- a/sysutils/system-tools-backends/distinfo +++ b/sysutils/system-tools-backends/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/system-tools-backends-2.2.1.tar.bz2) = ee8a0f412e47748285672f9825647cd2 -SHA256 (gnome2/system-tools-backends-2.2.1.tar.bz2) = 192e79dccf72e84be4ff16c9936cc358f66bd626ba4c994e181663944d6648b7 -SIZE (gnome2/system-tools-backends-2.2.1.tar.bz2) = 409158 +MD5 (gnome2/system-tools-backends-2.4.1.tar.bz2) = 063f38e6014c8f7ba9b92b0f94255652 +SHA256 (gnome2/system-tools-backends-2.4.1.tar.bz2) = c0aea44c58d32870b429337751bf3f41cd471b8c8849a373c46999fd63d583e8 +SIZE (gnome2/system-tools-backends-2.4.1.tar.bz2) = 411012 diff --git a/sysutils/system-tools-backends/files/system-tools-backends.in b/sysutils/system-tools-backends/files/system-tools-backends.in index dcaff5e34e54..b23f16bb2648 100644 --- a/sysutils/system-tools-backends/files/system-tools-backends.in +++ b/sysutils/system-tools-backends/files/system-tools-backends.in @@ -1,6 +1,6 @@ #!/bin/sh # $FreeBSD$ -# $MCom: ports/sysutils/system-tools-backends/files/system-tools-backends.in,v 1.3 2006/12/06 19:31:12 marcus Exp $ +# $MCom: ports/sysutils/system-tools-backends/files/system-tools-backends.in,v 1.5 2007/07/10 16:47:46 ahze Exp $ # PROVIDE: system-tools-backends # REQUIRE: DAEMON dbus diff --git a/sysutils/system-tools-backends/pkg-plist b/sysutils/system-tools-backends/pkg-plist index 257e1ef96fce..31f146f16b1f 100644 --- a/sysutils/system-tools-backends/pkg-plist +++ b/sysutils/system-tools-backends/pkg-plist @@ -37,6 +37,7 @@ share/system-tools-backends-2.0/scripts/Users/Shells.pm share/system-tools-backends-2.0/scripts/Users/Users.pm share/system-tools-backends-2.0/scripts/UsersConfig.pm share/system-tools-backends-2.0/scripts/Utils/Backend.pm +share/system-tools-backends-2.0/scripts/Utils/DBus.pm share/system-tools-backends-2.0/scripts/Utils/File.pm share/system-tools-backends-2.0/scripts/Utils/Monitor.pm share/system-tools-backends-2.0/scripts/Utils/Parse.pm diff --git a/sysutils/tracker-client/Makefile b/sysutils/tracker-client/Makefile index b45081f01e8b..867d4b49f82d 100644 --- a/sysutils/tracker-client/Makefile +++ b/sysutils/tracker-client/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/tracker/Makefile,v 1.2 2006/12/10 17:33:17 ahze Exp $ +# $MCom: ports/sysutils/tracker/Makefile,v 1.8 2007/10/05 16:55:59 mezz Exp $ # PORTNAME= tracker -PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTVERSION= 0.6.2 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= http://www.gnome.org/~jamiemcc/tracker/ @@ -19,7 +19,9 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk \ exif.12:${PORTSDIR}/graphics/libexif \ wv-1.2.3:${PORTSDIR}/textproc/wv \ - gmime-2.0.4:${PORTSDIR}/mail/gmime2 + gmime-2.0.4:${PORTSDIR}/mail/gmime2 \ + sqlite3.8:${PORTSDIR}/databases/sqlite3 +#RUN_DEPENDS= ${LOCALBASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet USE_BZIP2= yes USE_FAM= yes @@ -39,12 +41,12 @@ CONFIGURE_ARGS= --enable-video-extractor=gstreamer \ --enable-deskbar-applet \ --with-deskbar-applet-handler-dir=${LOCALBASE}/lib/deskbar-applet/handlers -MAN1= tracker-extract.1 tracker-files.1 tracker-meta-folder.1 \ - tracker-query.1 tracker-search.1 tracker-stats.1 trackerd.1 \ - tracker-preferences.1 tracker-search-tool.1 tracker-status.1 \ - tracker-tag.1 tracker-thumbnailer.1 -MAN5= tracker.cfg.5 -MAN7= tracker-services.7 +MAN1= tracker-extract.1 tracker-files.1 tracker-meta-folder.1 \ + tracker-preferences.1 tracker-query.1 tracker-search.1 \ + tracker-search-tool.1 tracker-stats.1 tracker-status.1 \ + tracker-tag.1 tracker-thumbnailer.1 trackerd.1 +MAN5= tracker.cfg.5 +MAN7= tracker-services.7 post-patch: @${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure diff --git a/sysutils/tracker-client/distinfo b/sysutils/tracker-client/distinfo index a9bf15f39356..01cde91775e7 100644 --- a/sysutils/tracker-client/distinfo +++ b/sysutils/tracker-client/distinfo @@ -1,3 +1,3 @@ -MD5 (tracker-0.6.1.tar.bz2) = 3f706dc73fffa0a7b633b0c0aff6a263 -SHA256 (tracker-0.6.1.tar.bz2) = 2c671498d7406b25bb6e75dd1799165d0d0abfe4309532aeb6ba5e533556932a -SIZE (tracker-0.6.1.tar.bz2) = 1199993 +MD5 (tracker-0.6.2.tar.bz2) = d4d66cd73e6c59ac392565be622370f2 +SHA256 (tracker-0.6.2.tar.bz2) = 8a7e80fe5384c0f5d7f87f43121b48be0b7bc5ccf50fdb2ca81517ce2375b36f +SIZE (tracker-0.6.2.tar.bz2) = 747560 diff --git a/sysutils/tracker-client/files/patch-src_sqlite3_Makefile.in b/sysutils/tracker-client/files/patch-src_sqlite3_Makefile.in deleted file mode 100644 index 21069bd24ced..000000000000 --- a/sysutils/tracker-client/files/patch-src_sqlite3_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- src/sqlite3/Makefile.in.orig 2007-08-25 13:54:21.000000000 -0500 -+++ src/sqlite3/Makefile.in 2007-08-25 13:54:28.000000000 -0500 -@@ -321,7 +321,6 @@ - INCLUDES = \ - $(SQLITE_OS) \ - -DHAVE_USLEEP=1 \ -- -DHAVE_FDATASYNC=1 \ - -DNDEBUG \ - -DTHREADSAFE=1 \ - -DSQLITE_THREAD_OVERRIDE_LOCK=-1 \ diff --git a/sysutils/tracker-client/files/patch-src_trackerd_tracker-apps.c b/sysutils/tracker-client/files/patch-src_trackerd_tracker-apps.c new file mode 100644 index 000000000000..6326c01a2719 --- /dev/null +++ b/sysutils/tracker-client/files/patch-src_trackerd_tracker-apps.c @@ -0,0 +1,12 @@ +--- ./src/trackerd/tracker-apps.c.orig 2007-10-05 20:18:39.000000000 +0400 ++++ ./src/trackerd/tracker-apps.c 2007-10-05 20:19:10.000000000 +0400 +@@ -18,7 +18,8 @@ + * Boston, MA 02110-1301, USA. + */ + +-#include<string.h> ++#include <stdlib.h> ++#include <string.h> + + #include "tracker-apps.h" + #include "tracker-db.h" diff --git a/sysutils/tracker-client/pkg-plist b/sysutils/tracker-client/pkg-plist index ea2c827b73a6..2d36ccbfa4e1 100644 --- a/sysutils/tracker-client/pkg-plist +++ b/sysutils/tracker-client/pkg-plist @@ -20,7 +20,6 @@ include/libtracker-gtk/tracker-ui.h include/libtracker-gtk/tracker-utils.h include/tracker-client.h include/tracker.h -lib/deskbar-applet/handlers/tracker-handler.py lib/libtracker-gtk.a lib/libtracker-gtk.la lib/libtracker-gtk.so @@ -67,44 +66,9 @@ lib/tracker/thumbnailers/image/jpeg_thumbnailer lib/tracker/thumbnailers/image/png_thumbnailer libdata/pkgconfig/libtracker-gtk.pc libdata/pkgconfig/tracker.pc +share/applications/tracker-preferences.desktop +share/applications/tracker-search-tool.desktop share/dbus-1/services/tracker.service -share/gnome/applications/tracker-preferences.desktop -share/gnome/applications/tracker-search-tool.desktop -share/gnome/tracker/icons/thumbnail_frame.png -share/gnome/tracker/languages/stopwords.da -share/gnome/tracker/languages/stopwords.de -share/gnome/tracker/languages/stopwords.en -share/gnome/tracker/languages/stopwords.es -share/gnome/tracker/languages/stopwords.fi -share/gnome/tracker/languages/stopwords.fr -share/gnome/tracker/languages/stopwords.it -share/gnome/tracker/languages/stopwords.nb -share/gnome/tracker/languages/stopwords.nl -share/gnome/tracker/languages/stopwords.pt -share/gnome/tracker/languages/stopwords.ru -share/gnome/tracker/languages/stopwords.sv -share/gnome/tracker/services/application.metadata -share/gnome/tracker/services/audio.metadata -share/gnome/tracker/services/default.metadata -share/gnome/tracker/services/default.service -share/gnome/tracker/services/document.metadata -share/gnome/tracker/services/email.metadata -share/gnome/tracker/services/file.metadata -share/gnome/tracker/services/image.metadata -share/gnome/tracker/services/video.metadata -share/gnome/tracker/sqlite-cache.sql -share/gnome/tracker/sqlite-email.sql -share/gnome/tracker/sqlite-metadata.sql -share/gnome/tracker/sqlite-service-stored-procs.sql -share/gnome/tracker/sqlite-service-triggers.sql -share/gnome/tracker/sqlite-service-types.sql -share/gnome/tracker/sqlite-service.sql -share/gnome/tracker/sqlite-stored-procs.sql -share/gnome/tracker/sqlite-tracker-triggers.sql -share/gnome/tracker/sqlite-tracker.sql -share/gnome/tracker/sqlite-user-data.sql -share/gnome/tracker/tracker-introspect.xml -share/gnome/tracker/tracker-preferences.glade share/icons/hicolor/16x16/apps/tracker.png share/icons/hicolor/22x22/apps/tracker.png share/icons/hicolor/24x24/apps/tracker.png @@ -122,14 +86,55 @@ share/locale/fi/LC_MESSAGES/tracker.mo share/locale/fr/LC_MESSAGES/tracker.mo share/locale/gl/LC_MESSAGES/tracker.mo share/locale/it/LC_MESSAGES/tracker.mo +share/locale/lt/LC_MESSAGES/tracker.mo share/locale/mk/LC_MESSAGES/tracker.mo share/locale/nb/LC_MESSAGES/tracker.mo +share/locale/nl/LC_MESSAGES/tracker.mo share/locale/oc/LC_MESSAGES/tracker.mo +share/locale/pl/LC_MESSAGES/tracker.mo share/locale/pt/LC_MESSAGES/tracker.mo share/locale/ru/LC_MESSAGES/tracker.mo share/locale/sl/LC_MESSAGES/tracker.mo share/locale/sv/LC_MESSAGES/tracker.mo -@dirrm include/libtracker-gtk +%%DATADIR%%/icons/thumbnail_frame.png +%%DATADIR%%/languages/stopwords.da +%%DATADIR%%/languages/stopwords.de +%%DATADIR%%/languages/stopwords.en +%%DATADIR%%/languages/stopwords.es +%%DATADIR%%/languages/stopwords.fi +%%DATADIR%%/languages/stopwords.fr +%%DATADIR%%/languages/stopwords.it +%%DATADIR%%/languages/stopwords.nb +%%DATADIR%%/languages/stopwords.nl +%%DATADIR%%/languages/stopwords.pt +%%DATADIR%%/languages/stopwords.ru +%%DATADIR%%/languages/stopwords.sv +%%DATADIR%%/services/application.metadata +%%DATADIR%%/services/audio.metadata +%%DATADIR%%/services/default.metadata +%%DATADIR%%/services/default.service +%%DATADIR%%/services/document.metadata +%%DATADIR%%/services/email.metadata +%%DATADIR%%/services/file.metadata +%%DATADIR%%/services/image.metadata +%%DATADIR%%/services/video.metadata +%%DATADIR%%/sqlite-cache.sql +%%DATADIR%%/sqlite-email.sql +%%DATADIR%%/sqlite-metadata.sql +%%DATADIR%%/sqlite-service-stored-procs.sql +%%DATADIR%%/sqlite-service-triggers.sql +%%DATADIR%%/sqlite-service-types.sql +%%DATADIR%%/sqlite-service.sql +%%DATADIR%%/sqlite-stored-procs.sql +%%DATADIR%%/sqlite-tracker-triggers.sql +%%DATADIR%%/sqlite-tracker.sql +%%DATADIR%%/sqlite-user-data.sql +%%DATADIR%%/tracker-introspect.xml +%%DATADIR%%/tracker-preferences.glade +@dirrm %%DATADIR%%/services +@dirrm %%DATADIR%%/languages +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% @dirrm lib/tracker/thumbnailers/image @dirrm lib/tracker/thumbnailers/application @dirrm lib/tracker/thumbnailers @@ -137,15 +142,11 @@ share/locale/sv/LC_MESSAGES/tracker.mo @dirrm lib/tracker/filters/application @dirrm lib/tracker/filters @dirrm lib/tracker -@dirrm share/gnome/tracker/services -@dirrm share/gnome/tracker/languages -@dirrm share/gnome/tracker/icons -@dirrm share/gnome/tracker +@dirrm include/libtracker-gtk @dirrmtry etc/xdg/autostart @dirrmtry etc/xdg -@dirrmtry lib/deskbar-applet/handlers -@dirrmtry lib/deskbar-applet @dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/applications diff --git a/sysutils/tracker/Makefile b/sysutils/tracker/Makefile index b45081f01e8b..867d4b49f82d 100644 --- a/sysutils/tracker/Makefile +++ b/sysutils/tracker/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/tracker/Makefile,v 1.2 2006/12/10 17:33:17 ahze Exp $ +# $MCom: ports/sysutils/tracker/Makefile,v 1.8 2007/10/05 16:55:59 mezz Exp $ # PORTNAME= tracker -PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTVERSION= 0.6.2 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= http://www.gnome.org/~jamiemcc/tracker/ @@ -19,7 +19,9 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk \ exif.12:${PORTSDIR}/graphics/libexif \ wv-1.2.3:${PORTSDIR}/textproc/wv \ - gmime-2.0.4:${PORTSDIR}/mail/gmime2 + gmime-2.0.4:${PORTSDIR}/mail/gmime2 \ + sqlite3.8:${PORTSDIR}/databases/sqlite3 +#RUN_DEPENDS= ${LOCALBASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet USE_BZIP2= yes USE_FAM= yes @@ -39,12 +41,12 @@ CONFIGURE_ARGS= --enable-video-extractor=gstreamer \ --enable-deskbar-applet \ --with-deskbar-applet-handler-dir=${LOCALBASE}/lib/deskbar-applet/handlers -MAN1= tracker-extract.1 tracker-files.1 tracker-meta-folder.1 \ - tracker-query.1 tracker-search.1 tracker-stats.1 trackerd.1 \ - tracker-preferences.1 tracker-search-tool.1 tracker-status.1 \ - tracker-tag.1 tracker-thumbnailer.1 -MAN5= tracker.cfg.5 -MAN7= tracker-services.7 +MAN1= tracker-extract.1 tracker-files.1 tracker-meta-folder.1 \ + tracker-preferences.1 tracker-query.1 tracker-search.1 \ + tracker-search-tool.1 tracker-stats.1 tracker-status.1 \ + tracker-tag.1 tracker-thumbnailer.1 trackerd.1 +MAN5= tracker.cfg.5 +MAN7= tracker-services.7 post-patch: @${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure diff --git a/sysutils/tracker/distinfo b/sysutils/tracker/distinfo index a9bf15f39356..01cde91775e7 100644 --- a/sysutils/tracker/distinfo +++ b/sysutils/tracker/distinfo @@ -1,3 +1,3 @@ -MD5 (tracker-0.6.1.tar.bz2) = 3f706dc73fffa0a7b633b0c0aff6a263 -SHA256 (tracker-0.6.1.tar.bz2) = 2c671498d7406b25bb6e75dd1799165d0d0abfe4309532aeb6ba5e533556932a -SIZE (tracker-0.6.1.tar.bz2) = 1199993 +MD5 (tracker-0.6.2.tar.bz2) = d4d66cd73e6c59ac392565be622370f2 +SHA256 (tracker-0.6.2.tar.bz2) = 8a7e80fe5384c0f5d7f87f43121b48be0b7bc5ccf50fdb2ca81517ce2375b36f +SIZE (tracker-0.6.2.tar.bz2) = 747560 diff --git a/sysutils/tracker/files/patch-src_sqlite3_Makefile.in b/sysutils/tracker/files/patch-src_sqlite3_Makefile.in deleted file mode 100644 index 21069bd24ced..000000000000 --- a/sysutils/tracker/files/patch-src_sqlite3_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- src/sqlite3/Makefile.in.orig 2007-08-25 13:54:21.000000000 -0500 -+++ src/sqlite3/Makefile.in 2007-08-25 13:54:28.000000000 -0500 -@@ -321,7 +321,6 @@ - INCLUDES = \ - $(SQLITE_OS) \ - -DHAVE_USLEEP=1 \ -- -DHAVE_FDATASYNC=1 \ - -DNDEBUG \ - -DTHREADSAFE=1 \ - -DSQLITE_THREAD_OVERRIDE_LOCK=-1 \ diff --git a/sysutils/tracker/files/patch-src_trackerd_tracker-apps.c b/sysutils/tracker/files/patch-src_trackerd_tracker-apps.c new file mode 100644 index 000000000000..6326c01a2719 --- /dev/null +++ b/sysutils/tracker/files/patch-src_trackerd_tracker-apps.c @@ -0,0 +1,12 @@ +--- ./src/trackerd/tracker-apps.c.orig 2007-10-05 20:18:39.000000000 +0400 ++++ ./src/trackerd/tracker-apps.c 2007-10-05 20:19:10.000000000 +0400 +@@ -18,7 +18,8 @@ + * Boston, MA 02110-1301, USA. + */ + +-#include<string.h> ++#include <stdlib.h> ++#include <string.h> + + #include "tracker-apps.h" + #include "tracker-db.h" diff --git a/sysutils/tracker/pkg-plist b/sysutils/tracker/pkg-plist index ea2c827b73a6..2d36ccbfa4e1 100644 --- a/sysutils/tracker/pkg-plist +++ b/sysutils/tracker/pkg-plist @@ -20,7 +20,6 @@ include/libtracker-gtk/tracker-ui.h include/libtracker-gtk/tracker-utils.h include/tracker-client.h include/tracker.h -lib/deskbar-applet/handlers/tracker-handler.py lib/libtracker-gtk.a lib/libtracker-gtk.la lib/libtracker-gtk.so @@ -67,44 +66,9 @@ lib/tracker/thumbnailers/image/jpeg_thumbnailer lib/tracker/thumbnailers/image/png_thumbnailer libdata/pkgconfig/libtracker-gtk.pc libdata/pkgconfig/tracker.pc +share/applications/tracker-preferences.desktop +share/applications/tracker-search-tool.desktop share/dbus-1/services/tracker.service -share/gnome/applications/tracker-preferences.desktop -share/gnome/applications/tracker-search-tool.desktop -share/gnome/tracker/icons/thumbnail_frame.png -share/gnome/tracker/languages/stopwords.da -share/gnome/tracker/languages/stopwords.de -share/gnome/tracker/languages/stopwords.en -share/gnome/tracker/languages/stopwords.es -share/gnome/tracker/languages/stopwords.fi -share/gnome/tracker/languages/stopwords.fr -share/gnome/tracker/languages/stopwords.it -share/gnome/tracker/languages/stopwords.nb -share/gnome/tracker/languages/stopwords.nl -share/gnome/tracker/languages/stopwords.pt -share/gnome/tracker/languages/stopwords.ru -share/gnome/tracker/languages/stopwords.sv -share/gnome/tracker/services/application.metadata -share/gnome/tracker/services/audio.metadata -share/gnome/tracker/services/default.metadata -share/gnome/tracker/services/default.service -share/gnome/tracker/services/document.metadata -share/gnome/tracker/services/email.metadata -share/gnome/tracker/services/file.metadata -share/gnome/tracker/services/image.metadata -share/gnome/tracker/services/video.metadata -share/gnome/tracker/sqlite-cache.sql -share/gnome/tracker/sqlite-email.sql -share/gnome/tracker/sqlite-metadata.sql -share/gnome/tracker/sqlite-service-stored-procs.sql -share/gnome/tracker/sqlite-service-triggers.sql -share/gnome/tracker/sqlite-service-types.sql -share/gnome/tracker/sqlite-service.sql -share/gnome/tracker/sqlite-stored-procs.sql -share/gnome/tracker/sqlite-tracker-triggers.sql -share/gnome/tracker/sqlite-tracker.sql -share/gnome/tracker/sqlite-user-data.sql -share/gnome/tracker/tracker-introspect.xml -share/gnome/tracker/tracker-preferences.glade share/icons/hicolor/16x16/apps/tracker.png share/icons/hicolor/22x22/apps/tracker.png share/icons/hicolor/24x24/apps/tracker.png @@ -122,14 +86,55 @@ share/locale/fi/LC_MESSAGES/tracker.mo share/locale/fr/LC_MESSAGES/tracker.mo share/locale/gl/LC_MESSAGES/tracker.mo share/locale/it/LC_MESSAGES/tracker.mo +share/locale/lt/LC_MESSAGES/tracker.mo share/locale/mk/LC_MESSAGES/tracker.mo share/locale/nb/LC_MESSAGES/tracker.mo +share/locale/nl/LC_MESSAGES/tracker.mo share/locale/oc/LC_MESSAGES/tracker.mo +share/locale/pl/LC_MESSAGES/tracker.mo share/locale/pt/LC_MESSAGES/tracker.mo share/locale/ru/LC_MESSAGES/tracker.mo share/locale/sl/LC_MESSAGES/tracker.mo share/locale/sv/LC_MESSAGES/tracker.mo -@dirrm include/libtracker-gtk +%%DATADIR%%/icons/thumbnail_frame.png +%%DATADIR%%/languages/stopwords.da +%%DATADIR%%/languages/stopwords.de +%%DATADIR%%/languages/stopwords.en +%%DATADIR%%/languages/stopwords.es +%%DATADIR%%/languages/stopwords.fi +%%DATADIR%%/languages/stopwords.fr +%%DATADIR%%/languages/stopwords.it +%%DATADIR%%/languages/stopwords.nb +%%DATADIR%%/languages/stopwords.nl +%%DATADIR%%/languages/stopwords.pt +%%DATADIR%%/languages/stopwords.ru +%%DATADIR%%/languages/stopwords.sv +%%DATADIR%%/services/application.metadata +%%DATADIR%%/services/audio.metadata +%%DATADIR%%/services/default.metadata +%%DATADIR%%/services/default.service +%%DATADIR%%/services/document.metadata +%%DATADIR%%/services/email.metadata +%%DATADIR%%/services/file.metadata +%%DATADIR%%/services/image.metadata +%%DATADIR%%/services/video.metadata +%%DATADIR%%/sqlite-cache.sql +%%DATADIR%%/sqlite-email.sql +%%DATADIR%%/sqlite-metadata.sql +%%DATADIR%%/sqlite-service-stored-procs.sql +%%DATADIR%%/sqlite-service-triggers.sql +%%DATADIR%%/sqlite-service-types.sql +%%DATADIR%%/sqlite-service.sql +%%DATADIR%%/sqlite-stored-procs.sql +%%DATADIR%%/sqlite-tracker-triggers.sql +%%DATADIR%%/sqlite-tracker.sql +%%DATADIR%%/sqlite-user-data.sql +%%DATADIR%%/tracker-introspect.xml +%%DATADIR%%/tracker-preferences.glade +@dirrm %%DATADIR%%/services +@dirrm %%DATADIR%%/languages +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% @dirrm lib/tracker/thumbnailers/image @dirrm lib/tracker/thumbnailers/application @dirrm lib/tracker/thumbnailers @@ -137,15 +142,11 @@ share/locale/sv/LC_MESSAGES/tracker.mo @dirrm lib/tracker/filters/application @dirrm lib/tracker/filters @dirrm lib/tracker -@dirrm share/gnome/tracker/services -@dirrm share/gnome/tracker/languages -@dirrm share/gnome/tracker/icons -@dirrm share/gnome/tracker +@dirrm include/libtracker-gtk @dirrmtry etc/xdg/autostart @dirrmtry etc/xdg -@dirrmtry lib/deskbar-applet/handlers -@dirrmtry lib/deskbar-applet @dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/applications diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile index 3633f7c909e5..47db010b8c49 100644 --- a/sysutils/xvidcap/Makefile +++ b/sysutils/xvidcap/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= Capture your X display to individual frames or MPEG video -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper \ +BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ xml2po:${PORTSDIR}/textproc/gnome-doc-utils \ texi2html:${PORTSDIR}/textproc/texi2html # To be reactivated when ffmpeg-devel will install libswscale. |