diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-02-12 18:11:07 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-02-12 18:11:07 +0000 |
commit | 642e3577d958e6dbf41bec40134e6263f949f1ed (patch) | |
tree | 2a48fd6f854f0e5606a5a2e18d6b96530b1de462 | |
parent | c2f603edf9a3a7436410352000018a0197ca4ec9 (diff) | |
download | ports-642e3577d958e6dbf41bec40134e6263f949f1ed.tar.gz ports-642e3577d958e6dbf41bec40134e6263f949f1ed.zip |
Notes
99 files changed, 453 insertions, 447 deletions
diff --git a/Mk/bsd.xfce.mk b/Mk/bsd.xfce.mk index b1cce4f3f59c..8449005f901e 100644 --- a/Mk/bsd.xfce.mk +++ b/Mk/bsd.xfce.mk @@ -15,33 +15,33 @@ Xfce_Include_MAINTAINER= oliver@FreeBSD.org _USE_XFCE_ALL= configenv libexo libgui libutil libmcs mcsmanager panel \ thunar wm xfdev -MASTER_SITE_SUBDIR?= xfce-4.4.1 +MASTER_SITE_SUBDIR?= xfce-4.4.2 configenv_CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" -libexo_BUILD_DEPENDS= libexo>=0.3.2:${PORTSDIR}/x11/libexo -libexo_RUN_DEPENDS= libexo>=0.3.2:${PORTSDIR}/x11/libexo +libexo_BUILD_DEPENDS= libexo>=0.3.4:${PORTSDIR}/x11/libexo +libexo_RUN_DEPENDS= libexo>=0.3.4:${PORTSDIR}/x11/libexo -libgui_BUILD_DEPENDS= libxfce4gui>=4.4.1:${PORTSDIR}/x11-toolkits/libxfce4gui -libgui_RUN_DEPENDS= libxfce4gui>=4.4.1:${PORTSDIR}/x11-toolkits/libxfce4gui +libgui_BUILD_DEPENDS= libxfce4gui>=4.4.2:${PORTSDIR}/x11-toolkits/libxfce4gui +libgui_RUN_DEPENDS= libxfce4gui>=4.4.2:${PORTSDIR}/x11-toolkits/libxfce4gui -libutil_BUILD_DEPENDS= libxfce4util>=4.4.1:${PORTSDIR}/x11/libxfce4util -libutil_RUN_DEPENDS= libxfce4util>=4.4.1:${PORTSDIR}/x11/libxfce4util +libutil_BUILD_DEPENDS= libxfce4util>=4.4.2:${PORTSDIR}/x11/libxfce4util +libutil_RUN_DEPENDS= libxfce4util>=4.4.2:${PORTSDIR}/x11/libxfce4util -libmcs_BUILD_DEPENDS= libxfce4mcs>=4.4.1:${PORTSDIR}/x11/libxfce4mcs -libmcs_RUN_DEPENDS= libxfce4mcs>=4.4.1:${PORTSDIR}/x11/libxfce4mcs +libmcs_BUILD_DEPENDS= libxfce4mcs>=4.4.2:${PORTSDIR}/x11/libxfce4mcs +libmcs_RUN_DEPENDS= libxfce4mcs>=4.4.2:${PORTSDIR}/x11/libxfce4mcs -mcsmanager_BUILD_DEPENDS= xfce4-mcs-manager>=4.4.1:${PORTSDIR}/sysutils/xfce4-mcs-manager -mcsmanager_RUN_DEPENDS= xfce4-mcs-manager>=4.4.1:${PORTSDIR}/sysutils/xfce4-mcs-manager +mcsmanager_BUILD_DEPENDS= xfce4-mcs-manager>=4.4.2:${PORTSDIR}/sysutils/xfce4-mcs-manager +mcsmanager_RUN_DEPENDS= xfce4-mcs-manager>=4.4.2:${PORTSDIR}/sysutils/xfce4-mcs-manager -panel_BUILD_DEPENDS= xfce4-panel>=4.4.1:${PORTSDIR}/x11-wm/xfce4-panel -panel_RUN_DEPENDS= xfce4-panel>=4.4.1:${PORTSDIR}/x11-wm/xfce4-panel +panel_BUILD_DEPENDS= xfce4-panel>=4.4.2:${PORTSDIR}/x11-wm/xfce4-panel +panel_RUN_DEPENDS= xfce4-panel>=4.4.2:${PORTSDIR}/x11-wm/xfce4-panel -thunar_BUILD_DEPENDS= Thunar>=0.8.0:${PORTSDIR}/x11-fm/thunar -thunar_RUN_DEPENDS= Thunar>=0.8.0:${PORTSDIR}/x11-fm/thunar +thunar_BUILD_DEPENDS= Thunar>=0.9.0:${PORTSDIR}/x11-fm/thunar +thunar_RUN_DEPENDS= Thunar>=0.9.0:${PORTSDIR}/x11-fm/thunar -wm_BUILD_DEPENDS= xfce4-wm>=4.4.1:${PORTSDIR}/x11-wm/xfce4-wm -wm_RUN_DEPENDS= xfce4-wm>=4.4.1:${PORTSDIR}/x11-wm/xfce4-wm +wm_BUILD_DEPENDS= xfce4-wm>=4.4.2:${PORTSDIR}/x11-wm/xfce4-wm +wm_RUN_DEPENDS= xfce4-wm>=4.4.2:${PORTSDIR}/x11-wm/xfce4-wm xfdev_RUN_DEPENDS= xfce4-dev-tools:${PORTSDIR}/devel/xfce4-dev-tools diff --git a/audio/thunar-media-tags-plugin/Makefile b/audio/thunar-media-tags-plugin/Makefile index ec59b1db27bf..6547cee098f3 100644 --- a/audio/thunar-media-tags-plugin/Makefile +++ b/audio/thunar-media-tags-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= thunar-media-tags-plugin PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= audio xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index cd6604edbb9b..b90263c53859 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-mixer -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 diff --git a/audio/xfce4-mixer/distinfo b/audio/xfce4-mixer/distinfo index 77861f9aaeda..ca5acc4c7d08 100644 --- a/audio/xfce4-mixer/distinfo +++ b/audio/xfce4-mixer/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-mixer-4.4.1.tar.bz2) = 79d26fb39a9e051f48186e0a359813bf -SHA256 (xfce4/xfce4-mixer-4.4.1.tar.bz2) = 0ab1d67ce51b1512fc50b9a05dca0d5f020346cc704a55ac6d628ad05cf8773e -SIZE (xfce4/xfce4-mixer-4.4.1.tar.bz2) = 459005 +MD5 (xfce4/xfce4-mixer-4.4.2.tar.bz2) = c21cb5680f135dc86e5f0a6f9473003a +SHA256 (xfce4/xfce4-mixer-4.4.2.tar.bz2) = b390241dfddbc10ae1b870d1326a7675b9ac99e13c89326ba2accea3bfecc47a +SIZE (xfce4/xfce4-mixer-4.4.2.tar.bz2) = 440931 diff --git a/audio/xfce4-mixer/pkg-plist b/audio/xfce4-mixer/pkg-plist index 546f933d4a0e..673260cdf41d 100644 --- a/audio/xfce4-mixer/pkg-plist +++ b/audio/xfce4-mixer/pkg-plist @@ -7,6 +7,7 @@ lib/xfce4/mcs-plugins/sound_settings.so libexec/xfce4/panel-plugins/xfce4-mixer-plugin share/applications/xfce-mixer-settings.desktop share/icons/hicolor/48x48/apps/xfce4-mixer.png +share/locale/am/LC_MESSAGES/xfce4-mixer.mo share/locale/ar/LC_MESSAGES/xfce4-mixer.mo share/locale/az/LC_MESSAGES/xfce4-mixer.mo share/locale/be/LC_MESSAGES/xfce4-mixer.mo @@ -36,6 +37,7 @@ share/locale/ja/LC_MESSAGES/xfce4-mixer.mo share/locale/ka/LC_MESSAGES/xfce4-mixer.mo share/locale/ko/LC_MESSAGES/xfce4-mixer.mo share/locale/lt/LC_MESSAGES/xfce4-mixer.mo +share/locale/lv/LC_MESSAGES/xfce4-mixer.mo share/locale/mk/LC_MESSAGES/xfce4-mixer.mo share/locale/mr/LC_MESSAGES/xfce4-mixer.mo share/locale/ms/LC_MESSAGES/xfce4-mixer.mo diff --git a/audio/xfce4-mpc-plugin/Makefile b/audio/xfce4-mpc-plugin/Makefile index a3b1d5e2f019..2383f3957fd7 100644 --- a/audio/xfce4-mpc-plugin/Makefile +++ b/audio/xfce4-mpc-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 3e5660fa854b..beb3322a7d10 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -6,8 +6,8 @@ # PORTNAME= orage -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 diff --git a/deskutils/orage/distinfo b/deskutils/orage/distinfo index b31462abb164..0ea89a01dd6c 100644 --- a/deskutils/orage/distinfo +++ b/deskutils/orage/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/orage-4.4.1.tar.bz2) = 5c206d3904a548a6228b2aa09d1e6f1f -SHA256 (xfce4/orage-4.4.1.tar.bz2) = 37cc7da302b4f6a47aaed66834a8b9c3e598eae710d4aa4916c7892bb7ccdc9f -SIZE (xfce4/orage-4.4.1.tar.bz2) = 1550456 +MD5 (xfce4/orage-4.4.2.tar.bz2) = 0c69e4c20350c3000d49350991d3a520 +SHA256 (xfce4/orage-4.4.2.tar.bz2) = ef08b96e5529f19a2f609525300fbea2019f1afb75fb3c85e474e6041f425abd +SIZE (xfce4/orage-4.4.2.tar.bz2) = 1539553 diff --git a/deskutils/orage/pkg-plist b/deskutils/orage/pkg-plist index 41aff9ccc528..52990542b11e 100644 --- a/deskutils/orage/pkg-plist +++ b/deskutils/orage/pkg-plist @@ -7,6 +7,7 @@ share/applications/xfcalendar.desktop share/applications/xfce-xfcalendar-settings.desktop share/icons/hicolor/48x48/apps/xfcalendar.png share/icons/hicolor/scalable/apps/xfcalendar.svg +share/locale/am/LC_MESSAGES/orage.mo share/locale/ar/LC_MESSAGES/orage.mo share/locale/az/LC_MESSAGES/orage.mo share/locale/bg/LC_MESSAGES/orage.mo @@ -28,6 +29,7 @@ share/locale/it/LC_MESSAGES/orage.mo share/locale/ja/LC_MESSAGES/orage.mo share/locale/ka/LC_MESSAGES/orage.mo share/locale/lt/LC_MESSAGES/orage.mo +share/locale/lv/LC_MESSAGES/orage.mo share/locale/mk/LC_MESSAGES/orage.mo share/locale/ms/LC_MESSAGES/orage.mo share/locale/nl/LC_MESSAGES/orage.mo diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index 6934d417df9b..975b772f6824 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-notes-plugin PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index e3d9cc16ea3e..f234545cf81f 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-xkb-plugin PORTVERSION= 0.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/devel/xfce4-dev-tools/Makefile b/devel/xfce4-dev-tools/Makefile index 7feb3e444cee..6b734bb1412c 100644 --- a/devel/xfce4-dev-tools/Makefile +++ b/devel/xfce4-dev-tools/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-dev-tools -PORTVERSION= 4.4.0 -PORTREVISION= 1 +PORTVERSION= 4.4.0.1 +PORTREVISION= 0 CATEGORIES= devel xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 diff --git a/devel/xfce4-dev-tools/distinfo b/devel/xfce4-dev-tools/distinfo index bbfa6d0b5805..ada7e19ef631 100644 --- a/devel/xfce4-dev-tools/distinfo +++ b/devel/xfce4-dev-tools/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-dev-tools-4.4.0.tar.bz2) = db31d1ad47a96ebb7c8b69e0ee38f336 -SHA256 (xfce4/xfce4-dev-tools-4.4.0.tar.bz2) = 99757efe7da855edf1cfdab8e4f2047b794cf972d1c571d6b19739a1a91c5e3b -SIZE (xfce4/xfce4-dev-tools-4.4.0.tar.bz2) = 56154 +MD5 (xfce4/xfce4-dev-tools-4.4.0.1.tar.bz2) = 7d09d161efc7ef86b3b48791d98c8ae8 +SHA256 (xfce4/xfce4-dev-tools-4.4.0.1.tar.bz2) = 1e7a506f08c8a4f368dd18648006ba3934a94eb96fd4545f5303d46aeae9cc3e +SIZE (xfce4/xfce4-dev-tools-4.4.0.1.tar.bz2) = 60477 diff --git a/devel/xfce4-dev-tools/pkg-plist b/devel/xfce4-dev-tools/pkg-plist index 07d272c07b64..cc8459e49a5b 100644 --- a/devel/xfce4-dev-tools/pkg-plist +++ b/devel/xfce4-dev-tools/pkg-plist @@ -1,4 +1,5 @@ bin/xdt-autogen +bin/xdt-commit share/xfce4/dev-tools/m4macros/xdt-depends.m4 share/xfce4/dev-tools/m4macros/xdt-features.m4 share/xfce4/dev-tools/m4macros/xdt-i18n.m4 diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index 2026fb0bfeed..b0688d17dad3 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -6,8 +6,8 @@ # PORTNAME= mousepad -PORTVERSION= 0.2.12 -PORTREVISION= 2 +PORTVERSION= 0.2.13 +PORTREVISION= 0 CATEGORIES= editors xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 diff --git a/editors/mousepad/distinfo b/editors/mousepad/distinfo index c6bbdff53d0a..fbc990ae0bf5 100644 --- a/editors/mousepad/distinfo +++ b/editors/mousepad/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/mousepad-0.2.12.tar.bz2) = 8549b2012afc761cb4548b138e2ee23c -SHA256 (xfce4/mousepad-0.2.12.tar.bz2) = 1869123fd77e23b4c2553bb49ff00f4eecdbcfd416780437997050edf9c36e99 -SIZE (xfce4/mousepad-0.2.12.tar.bz2) = 328353 +MD5 (xfce4/mousepad-0.2.13.tar.bz2) = 326075ac933e5da38cedbc20e80b7026 +SHA256 (xfce4/mousepad-0.2.13.tar.bz2) = f32cc263fb73b05c5bad17121073a2b37a7d5c8e411f780312c2701902e6637a +SIZE (xfce4/mousepad-0.2.13.tar.bz2) = 341748 diff --git a/editors/mousepad/pkg-plist b/editors/mousepad/pkg-plist index bea02f360631..65dd73f561a0 100644 --- a/editors/mousepad/pkg-plist +++ b/editors/mousepad/pkg-plist @@ -1,36 +1,46 @@ bin/mousepad share/applications/mousepad.desktop +share/locale/am/LC_MESSAGES/mousepad.mo +share/locale/ar/LC_MESSAGES/mousepad.mo share/locale/be/LC_MESSAGES/mousepad.mo +share/locale/ca/LC_MESSAGES/mousepad.mo +share/locale/cs/LC_MESSAGES/mousepad.mo share/locale/cy/LC_MESSAGES/mousepad.mo share/locale/de/LC_MESSAGES/mousepad.mo share/locale/dz/LC_MESSAGES/mousepad.mo +share/locale/el/LC_MESSAGES/mousepad.mo +share/locale/en_GB/LC_MESSAGES/mousepad.mo share/locale/eo/LC_MESSAGES/mousepad.mo share/locale/es/LC_MESSAGES/mousepad.mo share/locale/et/LC_MESSAGES/mousepad.mo share/locale/eu/LC_MESSAGES/mousepad.mo +share/locale/fi/LC_MESSAGES/mousepad.mo share/locale/fr/LC_MESSAGES/mousepad.mo +share/locale/gl/LC_MESSAGES/mousepad.mo share/locale/gu/LC_MESSAGES/mousepad.mo share/locale/he/LC_MESSAGES/mousepad.mo share/locale/hu/LC_MESSAGES/mousepad.mo share/locale/it/LC_MESSAGES/mousepad.mo share/locale/ja/LC_MESSAGES/mousepad.mo share/locale/ka/LC_MESSAGES/mousepad.mo +share/locale/ko/LC_MESSAGES/mousepad.mo share/locale/lt/LC_MESSAGES/mousepad.mo +share/locale/lv/LC_MESSAGES/mousepad.mo share/locale/mk/LC_MESSAGES/mousepad.mo +share/locale/nb_NO/LC_MESSAGES/mousepad.mo share/locale/nl/LC_MESSAGES/mousepad.mo share/locale/pa/LC_MESSAGES/mousepad.mo +share/locale/pl/LC_MESSAGES/mousepad.mo share/locale/pt_BR/LC_MESSAGES/mousepad.mo +share/locale/pt_PT/LC_MESSAGES/mousepad.mo +share/locale/ro/LC_MESSAGES/mousepad.mo share/locale/ru/LC_MESSAGES/mousepad.mo +share/locale/sk/LC_MESSAGES/mousepad.mo +share/locale/sq/LC_MESSAGES/mousepad.mo share/locale/sv/LC_MESSAGES/mousepad.mo share/locale/ta/LC_MESSAGES/mousepad.mo -share/locale/ca/LC_MESSAGES/mousepad.mo -share/locale/cs/LC_MESSAGES/mousepad.mo -share/locale/el/LC_MESSAGES/mousepad.mo -share/locale/fi/LC_MESSAGES/mousepad.mo -share/locale/gl/LC_MESSAGES/mousepad.mo -share/locale/ko/LC_MESSAGES/mousepad.mo -share/locale/pl/LC_MESSAGES/mousepad.mo -share/locale/sk/LC_MESSAGES/mousepad.mo +share/locale/th/LC_MESSAGES/mousepad.mo +share/locale/tr/LC_MESSAGES/mousepad.mo share/locale/uk/LC_MESSAGES/mousepad.mo share/locale/zh_CN/LC_MESSAGES/mousepad.mo share/locale/zh_TW/LC_MESSAGES/mousepad.mo diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index f26da79744e6..536de6dc4475 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-mailwatch-plugin PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail xfce MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \ http://freebsd.unixfreunde.de/sources/ diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile index 8ce0233af37d..85d57e53e1dc 100644 --- a/misc/xfce4-appfinder/Makefile +++ b/misc/xfce4-appfinder/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-appfinder -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= misc xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 diff --git a/misc/xfce4-appfinder/distinfo b/misc/xfce4-appfinder/distinfo index b969be004649..8baf8c27d3ce 100644 --- a/misc/xfce4-appfinder/distinfo +++ b/misc/xfce4-appfinder/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-appfinder-4.4.1.tar.bz2) = 6239daaafbc35ed2b3ca5f53802ebcbb -SHA256 (xfce4/xfce4-appfinder-4.4.1.tar.bz2) = 830638c984621aedcb097a00d5eed272e8fe5d266e6f3b6b729dc110a006492b -SIZE (xfce4/xfce4-appfinder-4.4.1.tar.bz2) = 386278 +MD5 (xfce4/xfce4-appfinder-4.4.2.tar.bz2) = 0bdd0b1e96a1e1cf50ce5d582758b992 +SHA256 (xfce4/xfce4-appfinder-4.4.2.tar.bz2) = bdf232505f240d0933ca3cd7d2a5c07c31477a70570d95111f94a1226bf7e59c +SIZE (xfce4/xfce4-appfinder-4.4.2.tar.bz2) = 377018 diff --git a/misc/xfce4-appfinder/pkg-plist b/misc/xfce4-appfinder/pkg-plist index 9b219b19fcbd..e7d4ec89c515 100644 --- a/misc/xfce4-appfinder/pkg-plist +++ b/misc/xfce4-appfinder/pkg-plist @@ -1,6 +1,7 @@ bin/xfce4-appfinder share/applications/xfce4-appfinder.desktop share/icons/hicolor/48x48/apps/xfce4-appfinder.png +share/locale/am/LC_MESSAGES/xfce4-appfinder.mo share/locale/de/LC_MESSAGES/xfce4-appfinder.mo share/locale/dz/LC_MESSAGES/xfce4-appfinder.mo share/locale/en_GB/LC_MESSAGES/xfce4-appfinder.mo @@ -18,6 +19,7 @@ share/locale/it/LC_MESSAGES/xfce4-appfinder.mo share/locale/ja/LC_MESSAGES/xfce4-appfinder.mo share/locale/ka/LC_MESSAGES/xfce4-appfinder.mo share/locale/lt/LC_MESSAGES/xfce4-appfinder.mo +share/locale/lv/LC_MESSAGES/xfce4-appfinder.mo share/locale/mk/LC_MESSAGES/xfce4-appfinder.mo share/locale/nl/LC_MESSAGES/xfce4-appfinder.mo share/locale/pa/LC_MESSAGES/xfce4-appfinder.mo @@ -33,6 +35,7 @@ share/locale/el/LC_MESSAGES/xfce4-appfinder.mo share/locale/fi/LC_MESSAGES/xfce4-appfinder.mo share/locale/gl/LC_MESSAGES/xfce4-appfinder.mo share/locale/ko/LC_MESSAGES/xfce4-appfinder.mo +share/locale/nb_NO/LC_MESSAGES/xfce4-appfinder.mo share/locale/pl/LC_MESSAGES/xfce4-appfinder.mo share/locale/ro/LC_MESSAGES/xfce4-appfinder.mo share/locale/sk/LC_MESSAGES/xfce4-appfinder.mo @@ -66,3 +69,5 @@ share/xfce4/doc/fr/xfce4-appfinder.html @dirrmtry share/locale/bn_IN @dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy +@dirrmtry share/locale/nb_NO/LC_MESSAGES +@dirrmtry share/locale/nb_NO diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index f82415c4d6ce..4caa3d44366b 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-weather-plugin PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= misc xfce geography MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/misc/xfce4-wm-themes/Makefile b/misc/xfce4-wm-themes/Makefile index f247d85343cd..3c0b9644c5bf 100644 --- a/misc/xfce4-wm-themes/Makefile +++ b/misc/xfce4-wm-themes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce4-wm-themes -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 CATEGORIES= misc xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfwm4-themes-${PORTVERSION} diff --git a/misc/xfce4-wm-themes/distinfo b/misc/xfce4-wm-themes/distinfo index 71f6e65e6401..e0fd0411011c 100644 --- a/misc/xfce4-wm-themes/distinfo +++ b/misc/xfce4-wm-themes/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfwm4-themes-4.4.1.tar.bz2) = cdf7b5b1b5e180f86617be7693bb70a7 -SHA256 (xfce4/xfwm4-themes-4.4.1.tar.bz2) = d5f8d9c560d3113a4531c4e16abdfc28a7412b3f0c8e9c0b5dba54f25f8f95ea -SIZE (xfce4/xfwm4-themes-4.4.1.tar.bz2) = 498155 +MD5 (xfce4/xfwm4-themes-4.4.2.tar.bz2) = fbea3ef7eec87fd669958f9cf597bfb8 +SHA256 (xfce4/xfwm4-themes-4.4.2.tar.bz2) = d6f6052ec9bdc2a048dd34a79248ee56abd903055adc0d89d04715eb17ac1dc0 +SIZE (xfce4/xfwm4-themes-4.4.2.tar.bz2) = 479305 diff --git a/multimedia/xfce4-xmms-controller-plugin/Makefile b/multimedia/xfce4-xmms-controller-plugin/Makefile index 51dfd8116655..9ce8a41d545e 100644 --- a/multimedia/xfce4-xmms-controller-plugin/Makefile +++ b/multimedia/xfce4-xmms-controller-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-xmms-controller-plugin PORTVERSION= 1.4.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia audio xfce MASTER_SITES= http://eoin.angrystickman.com/files/ DIST_SUBDIR= xfce4 diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index bfd329d286e4..58c7b5025bd3 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-xmms-plugin PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/net-im/xfce4-messenger-plugin/Makefile b/net-im/xfce4-messenger-plugin/Makefile index e955e5ef31ff..e5e17df346cb 100644 --- a/net-im/xfce4-messenger-plugin/Makefile +++ b/net-im/xfce4-messenger-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-messenger-plugin PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im xfce MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/ DIST_SUBDIR= xfce4 diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index 1516b3d97639..0d3c66c29aef 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-print -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= print xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfprint-${PORTVERSION} diff --git a/print/xfce4-print/distinfo b/print/xfce4-print/distinfo index 1328faff7a00..44af4fdd9ccf 100644 --- a/print/xfce4-print/distinfo +++ b/print/xfce4-print/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfprint-4.4.1.tar.bz2) = 7e46094f00c9221dc043a714ac12406a -SHA256 (xfce4/xfprint-4.4.1.tar.bz2) = d7cc1e97df01f50eb6a0e93f5dd8935de7dffce93baf92cd6da3311bfc377935 -SIZE (xfce4/xfprint-4.4.1.tar.bz2) = 866136 +MD5 (xfce4/xfprint-4.4.2.tar.bz2) = be4802807e74dea30f4825102ceff5c5 +SHA256 (xfce4/xfprint-4.4.2.tar.bz2) = b9bb03820a8ba1995ffe3e5b96b6d5ebbbc0347ad1202172f13bba63b2984d54 +SIZE (xfce4/xfprint-4.4.2.tar.bz2) = 827277 diff --git a/print/xfce4-print/pkg-plist b/print/xfce4-print/pkg-plist index 4689bebf95c9..c1a9a4f6d33c 100644 --- a/print/xfce4-print/pkg-plist +++ b/print/xfce4-print/pkg-plist @@ -42,6 +42,7 @@ share/gtk-doc/html/libxfprint/up.png share/icons/hicolor/24x24/devices/printer.png share/icons/hicolor/48x48/devices/printer.png share/icons/hicolor/scalable/devices/printer.svg +share/locale/am/LC_MESSAGES/xfprint.mo share/locale/ar/LC_MESSAGES/xfprint.mo share/locale/az/LC_MESSAGES/xfprint.mo share/locale/be/LC_MESSAGES/xfprint.mo @@ -52,6 +53,7 @@ share/locale/cs/LC_MESSAGES/xfprint.mo share/locale/de/LC_MESSAGES/xfprint.mo share/locale/dz/LC_MESSAGES/xfprint.mo share/locale/el/LC_MESSAGES/xfprint.mo +share/locale/eo/LC_MESSAGES/xfprint.mo share/locale/en_GB/LC_MESSAGES/xfprint.mo share/locale/es/LC_MESSAGES/xfprint.mo share/locale/es_MX/LC_MESSAGES/xfprint.mo @@ -70,9 +72,11 @@ share/locale/ja/LC_MESSAGES/xfprint.mo share/locale/ka/LC_MESSAGES/xfprint.mo share/locale/ko/LC_MESSAGES/xfprint.mo share/locale/lt/LC_MESSAGES/xfprint.mo +share/locale/lv/LC_MESSAGES/xfprint.mo share/locale/mk/LC_MESSAGES/xfprint.mo share/locale/mr/LC_MESSAGES/xfprint.mo share/locale/ms/LC_MESSAGES/xfprint.mo +share/locale/nb_NO/LC_MESSAGES/xfprint.mo share/locale/nl/LC_MESSAGES/xfprint.mo share/locale/pa/LC_MESSAGES/xfprint.mo share/locale/pl/LC_MESSAGES/xfprint.mo @@ -119,6 +123,8 @@ share/xfce4/doc/fr/xfprint.html @dirrmtry share/locale/bn_IN @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr +@dirrmtry share/locale/nb_NO/LC_MESSAGES +@dirrmtry share/locale/nb_NO @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc/fr/images diff --git a/sysutils/thunar-volman-plugin/Makefile b/sysutils/thunar-volman-plugin/Makefile index 082fb8814c06..fb1d0c9eccf4 100644 --- a/sysutils/thunar-volman-plugin/Makefile +++ b/sysutils/thunar-volman-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= thunar-volman PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= sysutils xfce MASTER_SITES= http://freebsd.unixfreunde.de/sources/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index be8ff237a931..e6321caf8164 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-battery-plugin PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index a2eed1443a0c..30c8b243fe4b 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-cpugraph-plugin PORTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index ea0a11b280e5..01ac409a359b 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-fsguard-plugin PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index 7f00378cd2c7..05aad02e0ae9 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-genmon-plugin PORTVERSION= 3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-mcs-manager/Makefile b/sysutils/xfce4-mcs-manager/Makefile index d80ecb5478f1..d384d7d568f9 100644 --- a/sysutils/xfce4-mcs-manager/Makefile +++ b/sysutils/xfce4-mcs-manager/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-mcs-manager -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfce-mcs-manager-${PORTVERSION} diff --git a/sysutils/xfce4-mcs-manager/distinfo b/sysutils/xfce4-mcs-manager/distinfo index b28ebd0677a3..bbad8cffac83 100644 --- a/sysutils/xfce4-mcs-manager/distinfo +++ b/sysutils/xfce4-mcs-manager/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce-mcs-manager-4.4.1.tar.bz2) = 8fd3613d5aa0a146226718a9ea2c0242 -SHA256 (xfce4/xfce-mcs-manager-4.4.1.tar.bz2) = ba7e44062d8def39ec71c9e7c476bdd3844bd84c602f3af5abe4ec7ebbb3669c -SIZE (xfce4/xfce-mcs-manager-4.4.1.tar.bz2) = 653240 +MD5 (xfce4/xfce-mcs-manager-4.4.2.tar.bz2) = 876a4b5d582de8fdc01457df2e7e1339 +SHA256 (xfce4/xfce-mcs-manager-4.4.2.tar.bz2) = 65531403c4b24f1be031e57a935b9a464661c47764cb913888aa86ed03ecb268 +SIZE (xfce4/xfce-mcs-manager-4.4.2.tar.bz2) = 634994 diff --git a/sysutils/xfce4-mcs-manager/pkg-plist b/sysutils/xfce4-mcs-manager/pkg-plist index 4f6412517642..25aa34c76a28 100644 --- a/sysutils/xfce4-mcs-manager/pkg-plist +++ b/sysutils/xfce4-mcs-manager/pkg-plist @@ -4,6 +4,7 @@ include/xfce4/xfce-mcs-manager/manager-plugin.h libdata/pkgconfig/xfce-mcs-manager.pc share/applications/xfce-settings-manager.desktop share/icons/hicolor/48x48/apps/xfce4-settings.png +share/locale/am/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ar/LC_MESSAGES/xfce-mcs-manager.mo share/locale/az/LC_MESSAGES/xfce-mcs-manager.mo share/locale/be/LC_MESSAGES/xfce-mcs-manager.mo @@ -33,6 +34,7 @@ share/locale/ja/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ka/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ko/LC_MESSAGES/xfce-mcs-manager.mo share/locale/lt/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/lv/LC_MESSAGES/xfce-mcs-manager.mo share/locale/mk/LC_MESSAGES/xfce-mcs-manager.mo share/locale/mr/LC_MESSAGES/xfce-mcs-manager.mo share/locale/ms/LC_MESSAGES/xfce-mcs-manager.mo diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile index b7a9db6dc612..33d32046aea9 100644 --- a/sysutils/xfce4-mcs-plugins/Makefile +++ b/sysutils/xfce4-mcs-plugins/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ PORTNAME= xfce4-mcs-plugins -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfce-mcs-plugins-${PORTVERSION} diff --git a/sysutils/xfce4-mcs-plugins/distinfo b/sysutils/xfce4-mcs-plugins/distinfo index 0bf6b4fa3be0..d4daa6ad045e 100644 --- a/sysutils/xfce4-mcs-plugins/distinfo +++ b/sysutils/xfce4-mcs-plugins/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce-mcs-plugins-4.4.1.tar.bz2) = 99f05b5ce95f24c205731565210aa8a9 -SHA256 (xfce4/xfce-mcs-plugins-4.4.1.tar.bz2) = c3251721e88a157603a7d599dbff3019a762479f7200c1053ee906d1c482179a -SIZE (xfce4/xfce-mcs-plugins-4.4.1.tar.bz2) = 876128 +MD5 (xfce4/xfce-mcs-plugins-4.4.2.tar.bz2) = 77fcc929058de530d4f91eb25de851a1 +SHA256 (xfce4/xfce-mcs-plugins-4.4.2.tar.bz2) = e16610264256248bfd8ca227c7861000abf0c323611ad34913b06c41af0c9be5 +SIZE (xfce4/xfce-mcs-plugins-4.4.2.tar.bz2) = 811156 diff --git a/sysutils/xfce4-mcs-plugins/pkg-plist b/sysutils/xfce4-mcs-plugins/pkg-plist index 15474232a67d..70f0390cb0cb 100644 --- a/sysutils/xfce4-mcs-plugins/pkg-plist +++ b/sysutils/xfce4-mcs-plugins/pkg-plist @@ -28,6 +28,7 @@ share/icons/hicolor/scalable/apps/xfce4-display.svg share/icons/hicolor/scalable/apps/xfce4-keyboard.svg share/icons/hicolor/scalable/apps/xfce4-mouse.svg share/icons/hicolor/scalable/apps/xfce4-ui.svg +share/locale/am/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ar/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/az/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/bg/LC_MESSAGES/xfce-mcs-plugins.mo @@ -57,9 +58,11 @@ share/locale/ja/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ka/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ko/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/lt/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/lv/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/mk/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/mr/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/ms/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/nb_NO/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/nl/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/pa/LC_MESSAGES/xfce-mcs-plugins.mo share/locale/pl/LC_MESSAGES/xfce-mcs-plugins.mo diff --git a/sysutils/xfce4-minicmd-plugin/Makefile b/sysutils/xfce4-minicmd-plugin/Makefile index 6c02a7e6a527..565b77741574 100644 --- a/sysutils/xfce4-minicmd-plugin/Makefile +++ b/sysutils/xfce4-minicmd-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-minicmd-plugin PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils xfce MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index 4bb2befc64fb..9bdee44ed92d 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-netload-plugin PORTVERSION= 0.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-places-plugin/Makefile b/sysutils/xfce4-places-plugin/Makefile index 40c07bbcacf5..e958b6c797a8 100644 --- a/sysutils/xfce4-places-plugin/Makefile +++ b/sysutils/xfce4-places-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-places-plugin PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile index 75bfad59266b..bcf125020391 100644 --- a/sysutils/xfce4-systemload-plugin/Makefile +++ b/sysutils/xfce4-systemload-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-systemload-plugin PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile index 5581e6416f4d..a82366a86c01 100644 --- a/sysutils/xfce4-utils/Makefile +++ b/sysutils/xfce4-utils/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-utils -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfce-utils-${PORTVERSION} diff --git a/sysutils/xfce4-utils/distinfo b/sysutils/xfce4-utils/distinfo index fcdf3beed975..177cdfedb027 100644 --- a/sysutils/xfce4-utils/distinfo +++ b/sysutils/xfce4-utils/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce-utils-4.4.1.tar.bz2) = f7d95088e327bd8a64164696d39a1966 -SHA256 (xfce4/xfce-utils-4.4.1.tar.bz2) = 80355762effab1e47110ac411d705b3044326e3b2cc357afefdb51e2c6f76cae -SIZE (xfce4/xfce-utils-4.4.1.tar.bz2) = 608154 +MD5 (xfce4/xfce-utils-4.4.2.tar.bz2) = 119dd3f1daedfa41e3be89bad8997336 +SHA256 (xfce4/xfce-utils-4.4.2.tar.bz2) = eba910fb99598e09fa4c41c4ab405216a2b59a837a3ab058656360ec2324314c +SIZE (xfce4/xfce-utils-4.4.2.tar.bz2) = 596712 diff --git a/sysutils/xfce4-utils/pkg-plist b/sysutils/xfce4-utils/pkg-plist index 8dd38734dc5a..bc9724775736 100644 --- a/sysutils/xfce4-utils/pkg-plist +++ b/sysutils/xfce4-utils/pkg-plist @@ -6,10 +6,12 @@ bin/xflock4 bin/xfmountdev4 bin/xfrun4 bin/xfterm4 +etc/xdg/xfce4/Xft.xrdb etc/xdg/xfce4/xinitrc %%WITH_DBUS%%share/dbus-1/services/org.xfce.RunDialog.service share/icons/hicolor/48x48/apps/xfce4-logo.png share/locale/af/LC_MESSAGES/xfce-utils.mo +share/locale/am/LC_MESSAGES/xfce-utils.mo share/locale/ar/LC_MESSAGES/xfce-utils.mo share/locale/az/LC_MESSAGES/xfce-utils.mo share/locale/be/LC_MESSAGES/xfce-utils.mo @@ -40,9 +42,11 @@ share/locale/ja/LC_MESSAGES/xfce-utils.mo share/locale/ka/LC_MESSAGES/xfce-utils.mo share/locale/ko/LC_MESSAGES/xfce-utils.mo share/locale/lt/LC_MESSAGES/xfce-utils.mo +share/locale/lv/LC_MESSAGES/xfce-utils.mo share/locale/mk/LC_MESSAGES/xfce-utils.mo share/locale/mr/LC_MESSAGES/xfce-utils.mo share/locale/ms/LC_MESSAGES/xfce-utils.mo +share/locale/nb_NO/LC_MESSAGES/xfce-utils.mo share/locale/nl/LC_MESSAGES/xfce-utils.mo share/locale/pl/LC_MESSAGES/xfce-utils.mo share/locale/pa/LC_MESSAGES/xfce-utils.mo @@ -105,6 +109,8 @@ share/xfce4/doc/xfce-mouse.png @dirrmtry share/locale/bn_IN @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr +@dirrmtry share/locale/nb_NO/LC_MESSAGES +@dirrmtry share/locale/nb_NO @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc/fr diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index 3111f334b8a6..29abdefd285e 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-wavelan-plugin PORTVERSION= 0.5.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile index de1970526c41..a12bebf86213 100644 --- a/textproc/xfce4-dict-plugin/Makefile +++ b/textproc/xfce4-dict-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-dict-plugin PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/www/xfce4-smartbookmark-plugin/Makefile b/www/xfce4-smartbookmark-plugin/Makefile index 1d53b899413b..7a5fca0d6d47 100644 --- a/www/xfce4-smartbookmark-plugin/Makefile +++ b/www/xfce4-smartbookmark-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-smartbookmark-plugin PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index 828a5b975dce..1ac8b97a16ef 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-datetime-plugin PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile index 78b80978d879..b5f2c473925f 100644 --- a/x11-clocks/xfce4-timer-out-plugin/Makefile +++ b/x11-clocks/xfce4-timer-out-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-time-out-plugin PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= x11-clocks xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile index 5b9897f774a5..39af0a3b44b0 100644 --- a/x11-clocks/xfce4-timer-plugin/Makefile +++ b/x11-clocks/xfce4-timer-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-timer-plugin PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 02ac628e6829..1a22212fc546 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -6,8 +6,8 @@ # PORTNAME= Thunar -PORTVERSION= 0.8.0 -PORTREVISION= 5 +PORTVERSION= 0.9.0 +PORTREVISION= 0 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -17,6 +17,9 @@ COMMENT= XFce 4 file manager LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +PATCHFILES= Thunar-0.9.0-missing-audio-cds-for-volman.patch +PATCH_SITES= http://thunar.xfce.org/download/sources/Thunar/0.9.0/ + GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes diff --git a/x11-fm/thunar/distinfo b/x11-fm/thunar/distinfo index a0be29d53044..66de33cdcaa0 100644 --- a/x11-fm/thunar/distinfo +++ b/x11-fm/thunar/distinfo @@ -1,3 +1,6 @@ -MD5 (xfce4/Thunar-0.8.0.tar.bz2) = 9f7b0945d6a235391049f6818fb4d188 -SHA256 (xfce4/Thunar-0.8.0.tar.bz2) = 460484f8397a0e0e4115d1629d2ae027b5052dc2c564d4a4629a3557e4a055f9 -SIZE (xfce4/Thunar-0.8.0.tar.bz2) = 6205993 +MD5 (xfce4/Thunar-0.9.0.tar.bz2) = 0fc5008858661c0abd0399acbe30ef28 +SHA256 (xfce4/Thunar-0.9.0.tar.bz2) = 26c833b0bdf3281c61e03f1fb985feced88cf4a5cebce7bd055f05e025460037 +SIZE (xfce4/Thunar-0.9.0.tar.bz2) = 6403785 +MD5 (xfce4/Thunar-0.9.0-missing-audio-cds-for-volman.patch) = 113e748cc7f391a409608dc896dbac82 +SHA256 (xfce4/Thunar-0.9.0-missing-audio-cds-for-volman.patch) = 5a42f8cbaeaf172c6eca62fad260e16cdcc8adfc70efdf1ab426dac4aeaf202e +SIZE (xfce4/Thunar-0.9.0-missing-audio-cds-for-volman.patch) = 4278 diff --git a/x11-fm/thunar/files/patch-thunar-vfs-thunar-vfs-thumb-jpeg.c b/x11-fm/thunar/files/patch-thunar-vfs-thunar-vfs-thumb-jpeg.c deleted file mode 100644 index b439f323c740..000000000000 --- a/x11-fm/thunar/files/patch-thunar-vfs-thunar-vfs-thumb-jpeg.c +++ /dev/null @@ -1,25 +0,0 @@ ---- thunar-vfs/thunar-vfs-thumb-jpeg.c.orig Mon Jan 22 09:54:27 2007 -+++ thunar-vfs/thunar-vfs-thumb-jpeg.c Mon Jan 22 12:59:03 2007 -@@ -306,22 +306,13 @@ - guint data_len; - - guint thumb_compression; -- union -- { -- struct /* thumbnail JPEG */ -- { - guint thumb_jpeg_length; - guint thumb_jpeg_offset; -- }; -- struct /* thumbnail TIFF */ -- { - guint thumb_tiff_length; - guint thumb_tiff_offset; - guint thumb_tiff_interp; - guint thumb_tiff_height; - guint thumb_tiff_width; -- }; -- }; - - gboolean big_endian; - } TvtjExif; diff --git a/x11-fm/thunar/files/patch-thunar-vfs-thunar-vfs-thumb.c b/x11-fm/thunar/files/patch-thunar-vfs-thunar-vfs-thumb.c deleted file mode 100644 index 3113e0aa1daf..000000000000 --- a/x11-fm/thunar/files/patch-thunar-vfs-thunar-vfs-thumb.c +++ /dev/null @@ -1,20 +0,0 @@ ---- thunar-vfs/thunar-vfs-thumb.c.orig Thu Sep 7 15:22:21 2006 -+++ thunar-vfs/thunar-vfs-thumb.c Thu Sep 7 15:22:32 2006 -@@ -28,14 +28,14 @@ - #ifdef HAVE_SYS_MMAN_H - #include <sys/mman.h> - #endif -+#ifdef HAVE_SYS_TIME_H -+#include <sys/time.h> -+#endif - #ifdef HAVE_SYS_RESOURCE_H - #include <sys/resource.h> - #endif - #ifdef HAVE_SYS_STAT_H - #include <sys/stat.h> --#endif --#ifdef HAVE_SYS_TIME_H --#include <sys/time.h> - #endif - #ifdef HAVE_SYS_WAIT_H - #include <sys/wait.h> diff --git a/x11-fm/thunar/pkg-plist b/x11-fm/thunar/pkg-plist index 7a9df8ec6bec..647554489b53 100644 --- a/x11-fm/thunar/pkg-plist +++ b/x11-fm/thunar/pkg-plist @@ -32,10 +32,10 @@ include/thunarx-1/thunarx/thunarx-renamer.h include/thunarx-1/thunarx/thunarx.h lib/libthunar-vfs-1.la lib/libthunar-vfs-1.so -lib/libthunar-vfs-1.so.4 +lib/libthunar-vfs-1.so.5 lib/libthunarx-1.la lib/libthunarx-1.so -lib/libthunarx-1.so.4 +lib/libthunarx-1.so.5 %%PLUGIN_APR%%lib/thunarx-1/thunar-apr.la %%PLUGIN_APR%%lib/thunarx-1/thunar-apr.so %%PLUGIN_SBR%%lib/thunarx-1/thunar-sbr.la @@ -58,6 +58,73 @@ share/applications/Thunar-folder-handler.desktop share/applications/Thunar.desktop %%WITH_DBUS%%share/dbus-1/services/org.xfce.FileManager.service %%WITH_DBUS%%share/dbus-1/services/org.xfce.Thunar.service +share/gtk-doc/html/thunar-vfs/ThunarVfsGroup.html +share/gtk-doc/html/thunar-vfs/ThunarVfsJob.html +share/gtk-doc/html/thunar-vfs/ThunarVfsMimeAction.html +share/gtk-doc/html/thunar-vfs/ThunarVfsMimeApplication.html +share/gtk-doc/html/thunar-vfs/ThunarVfsMimeDatabase.html +share/gtk-doc/html/thunar-vfs/ThunarVfsMimeHandler.html +share/gtk-doc/html/thunar-vfs/ThunarVfsMonitor.html +share/gtk-doc/html/thunar-vfs/ThunarVfsUser.html +share/gtk-doc/html/thunar-vfs/ThunarVfsUserManager.html +share/gtk-doc/html/thunar-vfs/ThunarVfsVolume.html +share/gtk-doc/html/thunar-vfs/ThunarVfsVolumeManager.html +share/gtk-doc/html/thunar-vfs/filesystem-monitoring.html +share/gtk-doc/html/thunar-vfs/fundamentals.html +share/gtk-doc/html/thunar-vfs/home.png +share/gtk-doc/html/thunar-vfs/index.html +share/gtk-doc/html/thunar-vfs/index.sgml +share/gtk-doc/html/thunar-vfs/introduction.html +share/gtk-doc/html/thunar-vfs/ix01.html +share/gtk-doc/html/thunar-vfs/jobs.html +share/gtk-doc/html/thunar-vfs/left.png +share/gtk-doc/html/thunar-vfs/mime-types.html +share/gtk-doc/html/thunar-vfs/right.png +share/gtk-doc/html/thunar-vfs/style.css +share/gtk-doc/html/thunar-vfs/thunar-vfs-Basic-Types.html +share/gtk-doc/html/thunar-vfs/thunar-vfs-Initialization-and-Shutdown.html +share/gtk-doc/html/thunar-vfs/thunar-vfs-Jobs.html +share/gtk-doc/html/thunar-vfs/thunar-vfs-ThunarVfsInfo.html +share/gtk-doc/html/thunar-vfs/thunar-vfs-ThunarVfsMimeInfo.html +share/gtk-doc/html/thunar-vfs/thunar-vfs-ThunarVfsPath.html +share/gtk-doc/html/thunar-vfs/thunar-vfs-Utility-Functions.html +share/gtk-doc/html/thunar-vfs/thunar-vfs.devhelp +share/gtk-doc/html/thunar-vfs/thunar-vfs.devhelp2 +share/gtk-doc/html/thunar-vfs/up.png +share/gtk-doc/html/thunar-vfs/users-and-groups-handling.html +share/gtk-doc/html/thunar-vfs/volume-handling.html +share/gtk-doc/html/thunarx/ThunarxFileInfo.html +share/gtk-doc/html/thunarx/ThunarxMenuProvider.html +share/gtk-doc/html/thunarx/ThunarxPreferencesProvider.html +share/gtk-doc/html/thunarx/ThunarxPropertyPage.html +share/gtk-doc/html/thunarx/ThunarxPropertyPageProvider.html +share/gtk-doc/html/thunarx/ThunarxProviderFactory.html +share/gtk-doc/html/thunarx/ThunarxProviderPlugin.html +share/gtk-doc/html/thunarx/ThunarxRenamer.html +share/gtk-doc/html/thunarx/ThunarxRenamerProvider.html +share/gtk-doc/html/thunarx/abstraction.png +share/gtk-doc/html/thunarx/bulk-rename.png +share/gtk-doc/html/thunarx/home.png +share/gtk-doc/html/thunarx/index.html +share/gtk-doc/html/thunarx/index.sgml +share/gtk-doc/html/thunarx/ix01.html +share/gtk-doc/html/thunarx/left.png +share/gtk-doc/html/thunarx/menu-provider.png +share/gtk-doc/html/thunarx/right.png +share/gtk-doc/html/thunarx/say-hello.png +share/gtk-doc/html/thunarx/style.css +share/gtk-doc/html/thunarx/thunarx-Variables-and-functions-to-check-the-library-version.html +share/gtk-doc/html/thunarx/thunarx-abstraction-layer.html +share/gtk-doc/html/thunarx/thunarx-fundamentals.html +share/gtk-doc/html/thunarx/thunarx-overview.html +share/gtk-doc/html/thunarx/thunarx-providers.html +share/gtk-doc/html/thunarx/thunarx-using-extensions.html +share/gtk-doc/html/thunarx/thunarx-writing-extensions-advanced-topics.html +share/gtk-doc/html/thunarx/thunarx-writing-extensions-getting-started.html +share/gtk-doc/html/thunarx/thunarx-writing-extensions.html +share/gtk-doc/html/thunarx/thunarx.devhelp +share/gtk-doc/html/thunarx/thunarx.devhelp2 +share/gtk-doc/html/thunarx/up.png %%PLUGIN_TPA%%share/xfce4/panel-plugins/thunar-tpa.desktop %%DOCSDIR%%/README.gtkrc %%DOCSDIR%%/README.thunarrc @@ -168,6 +235,27 @@ share/applications/Thunar.desktop %%DOCSDIR%%/html/ja/the-file-manager-window.html %%DOCSDIR%%/html/ja/using-removable-media.html %%DOCSDIR%%/html/ja/working-with-files-and-folders.html +%%DOCSDIR%%/html/nl/images/bulk-rename.png +%%DOCSDIR%%/html/nl/images/file-manager-window.png +%%DOCSDIR%%/html/nl/images/file-properties.png +%%DOCSDIR%%/html/nl/images/preferences-advanced.png +%%DOCSDIR%%/html/nl/images/preferences-behavior.png +%%DOCSDIR%%/html/nl/images/preferences-side-pane.png +%%DOCSDIR%%/html/nl/images/preferences-views.png +%%DOCSDIR%%/html/nl/images/removable-drives-and-media.png +%%DOCSDIR%%/html/nl/images/removable-media-unmount.png +%%DOCSDIR%%/html/nl/images/sendto-menu.png +%%DOCSDIR%%/html/nl/images/visible-columns.png +%%DOCSDIR%%/html/nl/advanced-topics.html +%%DOCSDIR%%/html/nl/copyright.html +%%DOCSDIR%%/html/nl/customizing-thunar.html +%%DOCSDIR%%/html/nl/faq.html +%%DOCSDIR%%/html/nl/index.html +%%DOCSDIR%%/html/nl/preferences.html +%%DOCSDIR%%/html/nl/support.html +%%DOCSDIR%%/html/nl/the-file-manager-window.html +%%DOCSDIR%%/html/nl/using-removable-media.html +%%DOCSDIR%%/html/nl/working-with-files-and-folders.html %%DOCSDIR%%/html/pl/advanced-topics.html %%DOCSDIR%%/html/pl/copyright.html %%DOCSDIR%%/html/pl/customizing-thunar.html @@ -238,12 +326,14 @@ share/icons/hicolor/16x16/stock/navigation/stock_thunar-templates.png share/icons/hicolor/24x24/apps/Thunar.png share/icons/hicolor/48x48/apps/Thunar.png share/icons/hicolor/scalable/apps/Thunar.svg +share/locale/ar/LC_MESSAGES/Thunar.mo share/locale/be/LC_MESSAGES/Thunar.mo share/locale/ca/LC_MESSAGES/Thunar.mo share/locale/cs/LC_MESSAGES/Thunar.mo share/locale/de/LC_MESSAGES/Thunar.mo share/locale/dz/LC_MESSAGES/Thunar.mo share/locale/el/LC_MESSAGES/Thunar.mo +share/locale/en_GB/LC_MESSAGES/Thunar.mo share/locale/eo/LC_MESSAGES/Thunar.mo share/locale/es/LC_MESSAGES/Thunar.mo share/locale/et/LC_MESSAGES/Thunar.mo @@ -258,14 +348,22 @@ share/locale/ja/LC_MESSAGES/Thunar.mo share/locale/ka/LC_MESSAGES/Thunar.mo share/locale/ko/LC_MESSAGES/Thunar.mo share/locale/lt/LC_MESSAGES/Thunar.mo +share/locale/lv/LC_MESSAGES/Thunar.mo share/locale/mk/LC_MESSAGES/Thunar.mo +share/locale/nb_NO/LC_MESSAGES/Thunar.mo share/locale/nl/LC_MESSAGES/Thunar.mo +share/locale/pa/LC_MESSAGES/Thunar.mo share/locale/pl/LC_MESSAGES/Thunar.mo share/locale/pt_BR/LC_MESSAGES/Thunar.mo +share/locale/pt_PT/LC_MESSAGES/Thunar.mo share/locale/ro/LC_MESSAGES/Thunar.mo share/locale/ru/LC_MESSAGES/Thunar.mo +share/locale/sk/LC_MESSAGES/Thunar.mo +share/locale/sq/LC_MESSAGES/Thunar.mo share/locale/sv/LC_MESSAGES/Thunar.mo +share/locale/tr/LC_MESSAGES/Thunar.mo share/locale/uk/LC_MESSAGES/Thunar.mo +share/locale/ur/LC_MESSAGES/Thunar.mo share/locale/zh_CN/LC_MESSAGES/Thunar.mo share/locale/zh_TW/LC_MESSAGES/Thunar.mo share/pixmaps/Thunar/Thunar-about-logo.png @@ -281,6 +379,10 @@ share/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop %%PLUGIN_TPA%%@dirrmtry libexec/xfce4/panel-plugins %%PLUGIN_TPA%%@dirrmtry libexec/xfce4 @dirrmtry share/applications +@dirrm share/gtk-doc/html/thunar-vfs +@dirrm share/gtk-doc/html/thunarx +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc %%PLUGIN_TPA%%@dirrmtry share/xfce4/panel-plugins %%PLUGIN_TPA%%@dirrmtry share/xfce4 @dirrmtry %%DOCSDIR%%/html/C/images @@ -293,6 +395,8 @@ share/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop @dirrm %%DOCSDIR%%/html/fr @dirrmtry %%DOCSDIR%%/html/ja/images @dirrm %%DOCSDIR%%/html/ja +@dirrmtry %%DOCSDIR%%/html/nl/images +@dirrm %%DOCSDIR%%/html/nl @dirrmtry %%DOCSDIR%%/html/pl/images @dirrm %%DOCSDIR%%/html/pl @dirrmtry %%DOCSDIR%%/html/ru/images diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index 41fd929fd468..a5c9a589b9a2 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -6,8 +6,8 @@ # PORTNAME= gtk-xfce-engine -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 +PORTREVISION= 0 CATEGORIES= x11-themes xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 diff --git a/x11-themes/gtk-xfce-engine/distinfo b/x11-themes/gtk-xfce-engine/distinfo index 073550eaee91..18cdce8edb7d 100644 --- a/x11-themes/gtk-xfce-engine/distinfo +++ b/x11-themes/gtk-xfce-engine/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/gtk-xfce-engine-2.4.1.tar.bz2) = 40e1b9f3ae0163cfdf19b70811a56d9f -SHA256 (xfce4/gtk-xfce-engine-2.4.1.tar.bz2) = 82993f1b011c355ae837e87b84a8314b28af61d325dacb59c0651fc8f67a03ef -SIZE (xfce4/gtk-xfce-engine-2.4.1.tar.bz2) = 271644 +MD5 (xfce4/gtk-xfce-engine-2.4.2.tar.bz2) = 00eb6a62defe6867d28a18569b96d151 +SHA256 (xfce4/gtk-xfce-engine-2.4.2.tar.bz2) = 6fecdb590fa024db698de9027314c1be044f28feab9850f592aa60c3a79ede78 +SIZE (xfce4/gtk-xfce-engine-2.4.2.tar.bz2) = 264252 diff --git a/x11-themes/xfce4-icon-theme/Makefile b/x11-themes/xfce4-icon-theme/Makefile index 1c999568133b..384665ba7579 100644 --- a/x11-themes/xfce4-icon-theme/Makefile +++ b/x11-themes/xfce4-icon-theme/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-icon-theme -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= x11-themes xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 diff --git a/x11-themes/xfce4-icon-theme/distinfo b/x11-themes/xfce4-icon-theme/distinfo index f3b69341015a..5bacf36a76e1 100644 --- a/x11-themes/xfce4-icon-theme/distinfo +++ b/x11-themes/xfce4-icon-theme/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-icon-theme-4.4.1.tar.bz2) = 934b805a179c049159b16f9fd0c906b7 -SHA256 (xfce4/xfce4-icon-theme-4.4.1.tar.bz2) = 90ac3d4dc1187bfdaec4e48aa2365a790d0a4a4253f29c1460618842d95d6aa2 -SIZE (xfce4/xfce4-icon-theme-4.4.1.tar.bz2) = 1862232 +MD5 (xfce4/xfce4-icon-theme-4.4.2.tar.bz2) = d3e3e64596a7efa857d2e6bb0cbd09bb +SHA256 (xfce4/xfce4-icon-theme-4.4.2.tar.bz2) = 72178637c479ba848747285e0c7dc53a3abfe26b6517df5e75c7449542017350 +SIZE (xfce4/xfce4-icon-theme-4.4.2.tar.bz2) = 1827824 diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index c228a199d8fd..c08839d44aa0 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -6,8 +6,8 @@ # PORTNAME= libxfce4gui -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= x11-toolkits xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= libxfcegui4-${PORTVERSION} diff --git a/x11-toolkits/libxfce4gui/distinfo b/x11-toolkits/libxfce4gui/distinfo index 18d41d1c8d42..5e07146bd582 100644 --- a/x11-toolkits/libxfce4gui/distinfo +++ b/x11-toolkits/libxfce4gui/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/libxfcegui4-4.4.1.tar.bz2) = 1e695429e9b7fbfb1bb5e78f6006be43 -SHA256 (xfce4/libxfcegui4-4.4.1.tar.bz2) = e7c02b65e53acef090aa712cd518d6ce538bd1f351af7ab2316dbca1dabd7d8b -SIZE (xfce4/libxfcegui4-4.4.1.tar.bz2) = 606608 +MD5 (xfce4/libxfcegui4-4.4.2.tar.bz2) = 799a4869138c605126e8e71d58189bfd +SHA256 (xfce4/libxfcegui4-4.4.2.tar.bz2) = 622c2585f61666d9c46841829ba141e86861c73bd9041a3a73452d1c8df5ee91 +SIZE (xfce4/libxfcegui4-4.4.2.tar.bz2) = 565036 diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 0f7d6f68f75b..899533b6ff44 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-desktop -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfdesktop-${PORTVERSION} diff --git a/x11-wm/xfce4-desktop/distinfo b/x11-wm/xfce4-desktop/distinfo index 51b2422c061b..f75c42263c28 100644 --- a/x11-wm/xfce4-desktop/distinfo +++ b/x11-wm/xfce4-desktop/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfdesktop-4.4.1.tar.bz2) = 7cbebc8e895eb19ee735e520ea48d03b -SHA256 (xfce4/xfdesktop-4.4.1.tar.bz2) = abf8c93af0df9d6ec730917e02c57783546c40b8be091a74a5160bbf59ee4a80 -SIZE (xfce4/xfdesktop-4.4.1.tar.bz2) = 3067577 +MD5 (xfce4/xfdesktop-4.4.2.tar.bz2) = 694601234e74903d0fccba064f411e0c +SHA256 (xfce4/xfdesktop-4.4.2.tar.bz2) = 7e50c13e45b1424924c49dd1e9daa6c16881ee57ac21e4e2c6f20c0eec227cdb +SIZE (xfce4/xfdesktop-4.4.2.tar.bz2) = 3047839 diff --git a/x11-wm/xfce4-desktop/pkg-plist b/x11-wm/xfce4-desktop/pkg-plist index 2669095a3f50..64cf727a31e1 100644 --- a/x11-wm/xfce4-desktop/pkg-plist +++ b/x11-wm/xfce4-desktop/pkg-plist @@ -10,6 +10,7 @@ etc/xdg/xfce4/desktop/xfce-registered-categories.xml.he etc/xdg/xfce4/desktop/xfce-registered-categories.xml.hu etc/xdg/xfce4/desktop/xfce-registered-categories.xml.it etc/xdg/xfce4/desktop/xfce-registered-categories.xml.ja +etc/xdg/xfce4/desktop/xfce-registered-categories.xml.nb_NO etc/xdg/xfce4/desktop/xfce-registered-categories.xml.nl etc/xdg/xfce4/desktop/xfce-registered-categories.xml.pl etc/xdg/xfce4/desktop/xfce-registered-categories.xml.pt_BR @@ -37,6 +38,7 @@ etc/xdg/xfce4/desktop/menu.xml.hu etc/xdg/xfce4/desktop/menu.xml.it etc/xdg/xfce4/desktop/menu.xml.ja etc/xdg/xfce4/desktop/menu.xml.ko +etc/xdg/xfce4/desktop/menu.xml.nb_NO etc/xdg/xfce4/desktop/menu.xml.nl etc/xdg/xfce4/desktop/menu.xml.pa etc/xdg/xfce4/desktop/menu.xml.pl @@ -68,6 +70,7 @@ share/icons/hicolor/48x48/apps/xfce4-backdrop.png share/icons/hicolor/48x48/apps/xfce4-menueditor.png share/icons/hicolor/scalable/apps/xfce4-backdrop.svg share/icons/hicolor/scalable/apps/xfce4-menueditor.svg +share/locale/am/LC_MESSAGES/xfdesktop.mo share/locale/ar/LC_MESSAGES/xfdesktop.mo share/locale/az/LC_MESSAGES/xfdesktop.mo share/locale/be/LC_MESSAGES/xfdesktop.mo @@ -98,6 +101,7 @@ share/locale/ja/LC_MESSAGES/xfdesktop.mo share/locale/ka/LC_MESSAGES/xfdesktop.mo share/locale/ko/LC_MESSAGES/xfdesktop.mo share/locale/lt/LC_MESSAGES/xfdesktop.mo +share/locale/lv/LC_MESSAGES/xfdesktop.mo share/locale/mk/LC_MESSAGES/xfdesktop.mo share/locale/mr/LC_MESSAGES/xfdesktop.mo share/locale/ms/LC_MESSAGES/xfdesktop.mo diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 1f8a729c3871..13c5bd4c08da 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-panel -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 diff --git a/x11-wm/xfce4-panel/distinfo b/x11-wm/xfce4-panel/distinfo index c34515a6f357..c65ac3019c10 100644 --- a/x11-wm/xfce4-panel/distinfo +++ b/x11-wm/xfce4-panel/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-panel-4.4.1.tar.bz2) = 56b3137c190dd722dd5109be03901feb -SHA256 (xfce4/xfce4-panel-4.4.1.tar.bz2) = a84cfc376b1c15f941177d5189668694db365591a4132cbd4d1ac5c7da3f43fa -SIZE (xfce4/xfce4-panel-4.4.1.tar.bz2) = 767669 +MD5 (xfce4/xfce4-panel-4.4.2.tar.bz2) = 8f26b32c442bf9926f98f285a3c251dd +SHA256 (xfce4/xfce4-panel-4.4.2.tar.bz2) = ddabfb0ccf04366820efdeb7c640ee3a648a55e51b5177c9861a5ab896e96ddd +SIZE (xfce4/xfce4-panel-4.4.2.tar.bz2) = 757724 diff --git a/x11-wm/xfce4-panel/pkg-plist b/x11-wm/xfce4-panel/pkg-plist index e48fca17a90e..e88e8dab73aa 100644 --- a/x11-wm/xfce4-panel/pkg-plist +++ b/x11-wm/xfce4-panel/pkg-plist @@ -78,6 +78,7 @@ share/icons/hicolor/48x48/apps/xfce-mouse.png share/icons/hicolor/48x48/apps/xfce4-iconbox.png share/icons/hicolor/48x48/apps/xfce4-panel.png share/icons/hicolor/48x48/apps/xfce4-taskbar.png +share/locale/am/LC_MESSAGES/xfce4-panel.mo share/locale/ar/LC_MESSAGES/xfce4-panel.mo share/locale/az/LC_MESSAGES/xfce4-panel.mo share/locale/be/LC_MESSAGES/xfce4-panel.mo @@ -108,6 +109,7 @@ share/locale/ja/LC_MESSAGES/xfce4-panel.mo share/locale/ka/LC_MESSAGES/xfce4-panel.mo share/locale/ko/LC_MESSAGES/xfce4-panel.mo share/locale/lt/LC_MESSAGES/xfce4-panel.mo +share/locale/lv/LC_MESSAGES/xfce4-panel.mo share/locale/mk/LC_MESSAGES/xfce4-panel.mo share/locale/mr/LC_MESSAGES/xfce4-panel.mo share/locale/ms/LC_MESSAGES/xfce4-panel.mo diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 1d61029cecd5..dbbedc03231f 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-session -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -15,9 +15,6 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= Session manager for the Xfce 4 desktop environment -BUILD_DEPENDS= iceauth:${X_CLIENTS_PORT} -RUN_DEPENDS= ${BUILD_DEPENDS} - GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes @@ -30,4 +27,14 @@ USE_XLIB= yes MAN1= xfce4-session.1 xfce4-session-logout.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${X_WINDOW_SYSTEM:L} != xorg +BUILD_DEPENDS+= iceauth:${X_CLIENTS_PORT} +.else +BUILD_DEPENDS+= iceauth:${PORTSDIR}/x11/iceauth +.endif + +RUN_DEPENDS= ${BUILD_DEPENDS} + +.include <bsd.port.post.mk> diff --git a/x11-wm/xfce4-session/distinfo b/x11-wm/xfce4-session/distinfo index 354fde648341..00e0b62f5550 100644 --- a/x11-wm/xfce4-session/distinfo +++ b/x11-wm/xfce4-session/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-session-4.4.1.tar.bz2) = 82c31aef2856e30ebc09d2911e9b96ee -SHA256 (xfce4/xfce4-session-4.4.1.tar.bz2) = cab5f28173944b4c99c36570405b84f730ece80c51eaa1b01e6726c29b158065 -SIZE (xfce4/xfce4-session-4.4.1.tar.bz2) = 1289278 +MD5 (xfce4/xfce4-session-4.4.2.tar.bz2) = 4c3d1acb8ce37ea4dd55d82aeb38e9e7 +SHA256 (xfce4/xfce4-session-4.4.2.tar.bz2) = 7394906dec7b50789407219f85143ae83b10938949d38adeecdd59eb50c8c1c6 +SIZE (xfce4/xfce4-session-4.4.2.tar.bz2) = 1252395 diff --git a/x11-wm/xfce4-session/pkg-plist b/x11-wm/xfce4-session/pkg-plist index 3ac5bf25e892..e5fd69760aaf 100644 --- a/x11-wm/xfce4-session/pkg-plist +++ b/x11-wm/xfce4-session/pkg-plist @@ -41,6 +41,7 @@ share/icons/hicolor/72x72/apps/xfsm-trash-hilight.png share/icons/hicolor/72x72/apps/xfsm-trash-normal.png share/icons/hicolor/scalable/apps/xfce4-session.svg share/icons/hicolor/scalable/apps/xfsm-shutdown.svg +share/locale/am/LC_MESSAGES/xfce4-session.mo share/locale/ar/LC_MESSAGES/xfce4-session.mo share/locale/az/LC_MESSAGES/xfce4-session.mo share/locale/be/LC_MESSAGES/xfce4-session.mo @@ -69,6 +70,7 @@ share/locale/ja/LC_MESSAGES/xfce4-session.mo share/locale/ka/LC_MESSAGES/xfce4-session.mo share/locale/ko/LC_MESSAGES/xfce4-session.mo share/locale/lt/LC_MESSAGES/xfce4-session.mo +share/locale/lv/LC_MESSAGES/xfce4-session.mo share/locale/mk/LC_MESSAGES/xfce4-session.mo share/locale/mr/LC_MESSAGES/xfce4-session.mo share/locale/ms/LC_MESSAGES/xfce4-session.mo diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index 73e4a7223b62..a4afb916d742 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-wm -PORTVERSION= 4.4.1 -PORTREVISION= 2 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfwm4-${PORTVERSION} diff --git a/x11-wm/xfce4-wm/distinfo b/x11-wm/xfce4-wm/distinfo index 20f57eb8d5ff..9b9c1711ecb0 100644 --- a/x11-wm/xfce4-wm/distinfo +++ b/x11-wm/xfce4-wm/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfwm4-4.4.1.tar.bz2) = c531edad76c909001acccc02936404f2 -SHA256 (xfce4/xfwm4-4.4.1.tar.bz2) = 4c7def1dfe4fe723dfd2728187d70b96682896649461507d230906aafffc0475 -SIZE (xfce4/xfwm4-4.4.1.tar.bz2) = 1645973 +MD5 (xfce4/xfwm4-4.4.2.tar.bz2) = 21da77e50b07e72bba784bf3418ca067 +SHA256 (xfce4/xfwm4-4.4.2.tar.bz2) = 710120122bc4acaaecdb0646656c5aa92f1d44c4c81d1a6775688abab04cca0a +SIZE (xfce4/xfwm4-4.4.2.tar.bz2) = 1548533 diff --git a/x11-wm/xfce4-wm/files/patch-client.c b/x11-wm/xfce4-wm/files/patch-client.c deleted file mode 100644 index 337570fccaf1..000000000000 --- a/x11-wm/xfce4-wm/files/patch-client.c +++ /dev/null @@ -1,26 +0,0 @@ ---- src/client.c.orig 2007-04-02 21:48:20.000000000 +0200 -+++ src/client.c 2007-10-25 22:26:36.000000000 +0200 -@@ -4868,21 +4868,19 @@ - - if (passdata.c) - { -- GdkPixbuf *icon; -- - TRACE ("entering cycle loop"); - passdata.wireframe = wireframeCreate (passdata.c); -- icon = getAppIcon (display_info, passdata.c->window, 32, 32); - passdata.tabwin = tabwinCreate (passdata.c->screen_info->gscr, c, - passdata.c, passdata.cycle_range, - screen_info->params->cycle_workspaces); - eventFilterPush (display_info->xfilter, clientCycleEventFilter, &passdata); - gtk_main (); - eventFilterPop (display_info->xfilter); -- wireframeDelete (screen_info, passdata.wireframe); - TRACE ("leaving cycle loop"); - tabwinDestroy (passdata.tabwin); - g_free (passdata.tabwin); -+ wireframeDelete (screen_info, passdata.wireframe); -+ updateXserverTime (display_info); - } - - if (passdata.c) diff --git a/x11-wm/xfce4-wm/files/patch-display.c b/x11-wm/xfce4-wm/files/patch-display.c deleted file mode 100644 index ccb01816167a..000000000000 --- a/x11-wm/xfce4-wm/files/patch-display.c +++ /dev/null @@ -1,40 +0,0 @@ ---- src/display.c.orig 2007-04-02 21:32:01.000000000 +0200 -+++ src/display.c 2007-10-25 22:26:36.000000000 +0200 -@@ -178,6 +178,19 @@ - FALSE, display_info->atoms) != 0); - } - -+static void -+myDisplayCreateTimestampWin (DisplayInfo *display_info) -+{ -+ XSetWindowAttributes attributes; -+ -+ attributes.event_mask = PropertyChangeMask; -+ attributes.override_redirect = TRUE; -+ display_info->timestamp_win = -+ XCreateWindow (display_info->dpy, DefaultRootWindow (display_info->dpy), -+ -100, -100, 10, 10, 0, 0, CopyFromParent, CopyFromParent, -+ CWEventMask | CWOverrideRedirect, &attributes); -+} -+ - DisplayInfo * - myDisplayInit (GdkDisplay *gdisplay) - { -@@ -309,6 +322,8 @@ - display->resize_cursor[CORNER_COUNT + SIDE_BOTTOM] = - XCreateFontCursor (display->dpy, XC_bottom_side); - -+ myDisplayCreateTimestampWin (display); -+ - display->xfilter = NULL; - display->screens = NULL; - display->clients = NULL; -@@ -340,6 +355,8 @@ - display->move_cursor = None; - XFreeCursor (display->dpy, display->root_cursor); - display->root_cursor = None; -+ XDestroyWindow (display->dpy, display->timestamp_win); -+ display->timestamp_win = None; - - if (display->hostname) - { diff --git a/x11-wm/xfce4-wm/files/patch-display.h b/x11-wm/xfce4-wm/files/patch-display.h deleted file mode 100644 index a893a3069628..000000000000 --- a/x11-wm/xfce4-wm/files/patch-display.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/display.h.orig 2007-04-02 21:32:01.000000000 +0200 -+++ src/display.h 2007-10-25 22:26:36.000000000 +0200 -@@ -226,6 +226,7 @@ - gboolean quit; - gboolean reload; - -+ Window timestamp_win; - Cursor busy_cursor; - Cursor move_cursor; - Cursor root_cursor; diff --git a/x11-wm/xfce4-wm/files/patch-hint.c b/x11-wm/xfce4-wm/files/patch-hint.c deleted file mode 100644 index fbdc0ada8324..000000000000 --- a/x11-wm/xfce4-wm/files/patch-hint.c +++ /dev/null @@ -1,61 +0,0 @@ ---- src/hints.c.orig 2007-03-11 14:44:43.000000000 +0100 -+++ src/hints.c 2007-10-25 22:26:36.000000000 +0200 -@@ -1167,27 +1167,18 @@ - return setXAtomManagerOwner(display_info, display_info->atoms[atom_id], root, w); - } - -- --static Bool --checkPropEvent (Display *display, XEvent *xevent, XPointer arg) -+void -+updateXserverTime (DisplayInfo *display_info) - { -- DisplayInfo *display_info; - ScreenInfo *screen_info; -+ char c = '\0'; - -- display_info = (DisplayInfo *) arg; -- g_return_val_if_fail (display_info, FALSE); -- -- screen_info = myDisplayGetDefaultScreen (display_info); -- g_return_val_if_fail (screen_info, FALSE); -+ g_return_if_fail (display_info); - -- if ((xevent->type == PropertyNotify) && -- (xevent->xproperty.window == screen_info->xfwm4_win) && -- (xevent->xproperty.atom == display_info->atoms[XFWM4_TIMESTAMP_PROP])) -- { -- return TRUE; -- } -- -- return FALSE; -+ XChangeProperty (display_info->dpy, display_info->timestamp_win, -+ display_info->atoms[XFWM4_TIMESTAMP_PROP], -+ display_info->atoms[XFWM4_TIMESTAMP_PROP], -+ 8, PropModeReplace, (unsigned char *) &c, 1); - } - - Time -@@ -1196,7 +1187,6 @@ - ScreenInfo *screen_info; - XEvent xevent; - Time timestamp; -- char c = '\0'; - - g_return_val_if_fail (display_info, (Time) CurrentTime); - timestamp = myDisplayGetCurrentTime (display_info); -@@ -1206,12 +1196,8 @@ - g_return_val_if_fail (screen_info, (Time) CurrentTime); - - TRACE ("getXServerTime: Using X server roundtrip"); -- XChangeProperty (display_info->dpy, screen_info->xfwm4_win, -- display_info->atoms[XFWM4_TIMESTAMP_PROP], -- display_info->atoms[XFWM4_TIMESTAMP_PROP], -- 8, PropModeReplace, (unsigned char *) &c, 1); -- XIfEvent (display_info->dpy, &xevent, checkPropEvent, (XPointer) display_info); -- -+ updateXserverTime (display_info); -+ XWindowEvent (display_info->dpy, display_info->timestamp_win, PropertyChangeMask, &xevent); - timestamp = (Time) myDisplayUpdateCurrentTime (display_info, &xevent); - } - diff --git a/x11-wm/xfce4-wm/files/patch-hint.h b/x11-wm/xfce4-wm/files/patch-hint.h deleted file mode 100644 index fd7931597545..000000000000 --- a/x11-wm/xfce4-wm/files/patch-hint.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/hints.h.orig 2007-03-11 14:44:43.000000000 +0100 -+++ src/hints.h 2007-10-25 22:26:36.000000000 +0200 -@@ -269,6 +269,7 @@ - int, - Window , - Window); -+void updateXserverTime (DisplayInfo *); - Time getXServerTime (DisplayInfo *); - - #ifdef ENABLE_KDE_SYSTRAY_PROXY diff --git a/x11-wm/xfce4-wm/pkg-plist b/x11-wm/xfce4-wm/pkg-plist index d53111852df4..b7b06345a9db 100644 --- a/x11-wm/xfce4-wm/pkg-plist +++ b/x11-wm/xfce4-wm/pkg-plist @@ -17,6 +17,7 @@ share/icons/hicolor/48x48/apps/xfwm4.png share/icons/hicolor/scalable/apps/wmtweaks.svg share/icons/hicolor/scalable/apps/xfce4-workspaces.svg share/icons/hicolor/scalable/apps/xfwm4.svg +share/locale/am/LC_MESSAGES/xfwm4.mo share/locale/ar/LC_MESSAGES/xfwm4.mo share/locale/az/LC_MESSAGES/xfwm4.mo share/locale/be/LC_MESSAGES/xfwm4.mo @@ -46,6 +47,7 @@ share/locale/ja/LC_MESSAGES/xfwm4.mo share/locale/ka/LC_MESSAGES/xfwm4.mo share/locale/ko/LC_MESSAGES/xfwm4.mo share/locale/lt/LC_MESSAGES/xfwm4.mo +share/locale/lv/LC_MESSAGES/xfwm4.mo share/locale/mk/LC_MESSAGES/xfwm4.mo share/locale/mr/LC_MESSAGES/xfwm4.mo share/locale/ms/LC_MESSAGES/xfwm4.mo diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile index dc82a2e04238..60f4109b6cc7 100644 --- a/x11/Terminal/Makefile +++ b/x11/Terminal/Makefile @@ -6,8 +6,8 @@ # PORTNAME= Terminal -PORTVERSION= 0.2.6 -PORTREVISION= 3 +PORTVERSION= 0.2.8 +PORTREVISION= 0 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 diff --git a/x11/Terminal/distinfo b/x11/Terminal/distinfo index 025c6591911b..903ad345372f 100644 --- a/x11/Terminal/distinfo +++ b/x11/Terminal/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/Terminal-0.2.6.tar.bz2) = ed091c02e002e2402e3203a2ab2f7c9a -SHA256 (xfce4/Terminal-0.2.6.tar.bz2) = a1dcb1a86e79780acb1f3548466eba1fb03a9d9e9bd31e6ff3496b07504e53d8 -SIZE (xfce4/Terminal-0.2.6.tar.bz2) = 1582076 +MD5 (xfce4/Terminal-0.2.8.tar.bz2) = cfe660ecf50e9d3b073576bbc4af6ab2 +SHA256 (xfce4/Terminal-0.2.8.tar.bz2) = 20a58b96915f67c5b4f49fb1428e1876195f1f9fd7d37e0081352cadc13463e7 +SIZE (xfce4/Terminal-0.2.8.tar.bz2) = 1908459 diff --git a/x11/Terminal/pkg-plist b/x11/Terminal/pkg-plist index dc83fd7c0b0d..70046425b673 100644 --- a/x11/Terminal/pkg-plist +++ b/x11/Terminal/pkg-plist @@ -2,25 +2,6 @@ bin/Terminal bin/terminal libexec/TerminalHelp share/Terminal/Terminal-toolbars.ui -share/Terminal/Terminal.ui -share/Terminal/apps/balsa.desktop -share/Terminal/apps/epiphany.desktop -share/Terminal/apps/evolution.desktop -share/Terminal/apps/exo-open-browser.desktop -share/Terminal/apps/exo-open-mailer.desktop -share/Terminal/apps/firefox.desktop -share/Terminal/apps/galeon.desktop -share/Terminal/apps/kmail.desktop -share/Terminal/apps/konqueror.desktop -share/Terminal/apps/lynx.desktop -share/Terminal/apps/mozilla-browser.desktop -share/Terminal/apps/mozilla-mailer.desktop -share/Terminal/apps/mutt.desktop -share/Terminal/apps/opera-browser.desktop -share/Terminal/apps/opera-mailer.desktop -share/Terminal/apps/sensible-browser.desktop -share/Terminal/apps/sylpheed-claws.desktop -share/Terminal/apps/thunderbird.desktop share/applications/Terminal.desktop %%PORTDOCS%%%%DOCSDIR%%/C/advanced.html %%PORTDOCS%%%%DOCSDIR%%/C/copyright.html @@ -43,9 +24,35 @@ share/applications/Terminal.desktop %%PORTDOCS%%%%DOCSDIR%%/C/images/terminal-toolbars.png %%PORTDOCS%%%%DOCSDIR%%/C/index.html %%PORTDOCS%%%%DOCSDIR%%/C/preferences.html -%%PORTDOCS%%%%DOCSDIR%%/C/preferred-applications.html %%PORTDOCS%%%%DOCSDIR%%/C/support.html %%PORTDOCS%%%%DOCSDIR%%/C/usage.html +%%PORTDOCS%%%%DOCSDIR%%/fr/advanced.html +%%PORTDOCS%%%%DOCSDIR%%/fr/copyright.html +%%PORTDOCS%%%%DOCSDIR%%/fr/faq.html +%%PORTDOCS%%%%DOCSDIR%%/fr/getting-started.html +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-applications-dialog.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-applications-menu.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-choose-custom-webbrowser.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-compose-shortcut.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-edit-applications.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-edit-preferences.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-first-time.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-multiple-tabs.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-preferences-advanced.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-preferences-appearance.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-preferences-colors.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-preferences-general.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-preferences-shortcuts.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-set-title.png +%%PORTDOCS%%%%DOCSDIR%%/fr/images/terminal-toolbars.png +%%PORTDOCS%%%%DOCSDIR%%/fr/index.html +%%PORTDOCS%%%%DOCSDIR%%/fr/preferences.html +%%PORTDOCS%%%%DOCSDIR%%/fr/support.html +%%PORTDOCS%%%%DOCSDIR%%/fr/usage.html +%%PORTDOCS%%%%DOCSDIR%%/ja/advanced.html +%%PORTDOCS%%%%DOCSDIR%%/ja/copyright.html +%%PORTDOCS%%%%DOCSDIR%%/ja/faq.html +%%PORTDOCS%%%%DOCSDIR%%/ja/getting-started.html %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-applications-dialog.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-applications-menu.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-choose-custom-webbrowser.png @@ -57,17 +64,12 @@ share/applications/Terminal.desktop %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-preferences-advanced.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-preferences-appearance.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-preferences-colors.png -%%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-set-title.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-preferences-general.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-preferences-shortcuts.png +%%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-set-title.png %%PORTDOCS%%%%DOCSDIR%%/ja/images/terminal-toolbars.png -%%PORTDOCS%%%%DOCSDIR%%/ja/advanced.html -%%PORTDOCS%%%%DOCSDIR%%/ja/copyright.html -%%PORTDOCS%%%%DOCSDIR%%/ja/faq.html -%%PORTDOCS%%%%DOCSDIR%%/ja/getting-started.html %%PORTDOCS%%%%DOCSDIR%%/ja/index.html %%PORTDOCS%%%%DOCSDIR%%/ja/preferences.html -%%PORTDOCS%%%%DOCSDIR%%/ja/preferred-applications.html %%PORTDOCS%%%%DOCSDIR%%/ja/support.html %%PORTDOCS%%%%DOCSDIR%%/ja/usage.html %%PORTDOCS%%%%DOCSDIR%%/terminal.css @@ -90,38 +92,44 @@ share/icons/hicolor/48x48/stock/navigation/stock_terminal-appearance.png share/icons/hicolor/48x48/stock/navigation/stock_terminal-colors.png share/icons/hicolor/48x48/stock/navigation/stock_terminal-compose.png share/icons/hicolor/48x48/stock/navigation/stock_terminal-general.png -share/icons/hicolor/48x48/stock/navigation/stock_terminal-mailreader.png share/icons/hicolor/48x48/stock/navigation/stock_terminal-shortcuts.png -share/icons/hicolor/48x48/stock/navigation/stock_terminal-webbrowser.png share/icons/hicolor/scalable/apps/Terminal.svg +share/locale/ar/LC_MESSAGES/Terminal.mo share/locale/be/LC_MESSAGES/Terminal.mo +share/locale/ca/LC_MESSAGES/Terminal.mo +share/locale/cs/LC_MESSAGES/Terminal.mo share/locale/de/LC_MESSAGES/Terminal.mo share/locale/dz/LC_MESSAGES/Terminal.mo +share/locale/el/LC_MESSAGES/Terminal.mo share/locale/en_GB/LC_MESSAGES/Terminal.mo share/locale/eo/LC_MESSAGES/Terminal.mo share/locale/es/LC_MESSAGES/Terminal.mo share/locale/eu/LC_MESSAGES/Terminal.mo +share/locale/fi/LC_MESSAGES/Terminal.mo share/locale/fr/LC_MESSAGES/Terminal.mo +share/locale/gl/LC_MESSAGES/Terminal.mo share/locale/he/LC_MESSAGES/Terminal.mo share/locale/hu/LC_MESSAGES/Terminal.mo share/locale/it/LC_MESSAGES/Terminal.mo share/locale/ja/LC_MESSAGES/Terminal.mo +share/locale/ko/LC_MESSAGES/Terminal.mo share/locale/lt/LC_MESSAGES/Terminal.mo +share/locale/lv/LC_MESSAGES/Terminal.mo +share/locale/nb_NO/LC_MESSAGES/Terminal.mo share/locale/nl/LC_MESSAGES/Terminal.mo share/locale/pa/LC_MESSAGES/Terminal.mo +share/locale/pl/LC_MESSAGES/Terminal.mo share/locale/pt_BR/LC_MESSAGES/Terminal.mo +share/locale/pt_PT/LC_MESSAGES/Terminal.mo +share/locale/ro/LC_MESSAGES/Terminal.mo share/locale/ru/LC_MESSAGES/Terminal.mo -share/locale/sv/LC_MESSAGES/Terminal.mo -share/locale/vi/LC_MESSAGES/Terminal.mo -share/locale/ca/LC_MESSAGES/Terminal.mo -share/locale/cs/LC_MESSAGES/Terminal.mo -share/locale/el/LC_MESSAGES/Terminal.mo -share/locale/fi/LC_MESSAGES/Terminal.mo -share/locale/gl/LC_MESSAGES/Terminal.mo -share/locale/ko/LC_MESSAGES/Terminal.mo -share/locale/pl/LC_MESSAGES/Terminal.mo share/locale/sk/LC_MESSAGES/Terminal.mo +share/locale/sq/LC_MESSAGES/Terminal.mo +share/locale/sv/LC_MESSAGES/Terminal.mo +share/locale/tr/LC_MESSAGES/Terminal.mo share/locale/uk/LC_MESSAGES/Terminal.mo +share/locale/ur/LC_MESSAGES/Terminal.mo +share/locale/vi/LC_MESSAGES/Terminal.mo share/locale/zh_CN/LC_MESSAGES/Terminal.mo share/locale/zh_TW/LC_MESSAGES/Terminal.mo share/pixmaps/terminal.xpm @@ -133,11 +141,12 @@ share/pixmaps/terminal.xpm @dirrmtry icons %%PORTDOCS%%@dirrm %%DOCSDIR%%/C/images %%PORTDOCS%%@dirrm %%DOCSDIR%%/C +%%PORTDOCS%%@dirrm %%DOCSDIR%%/fr/images +%%PORTDOCS%%@dirrm %%DOCSDIR%%/fr %%PORTDOCS%%@dirrm %%DOCSDIR%%/ja/images %%PORTDOCS%%@dirrm %%DOCSDIR%%/ja %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/applications -@dirrm share/Terminal/apps @dirrm share/Terminal @dirrmtry share/icons/hicolor/16x16/stock/navigation @dirrmtry share/icons/hicolor/16x16/stock diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index e863c48f59ed..97ce7bd761f5 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -6,8 +6,8 @@ # $MCom: ports/x11/libexo/Makefile,v 1.1 2006/10/02 21:05:55 ahze Exp $ PORTNAME= libexo -PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTVERSION= 0.3.4 +PORTREVISION= 0 CATEGORIES= x11 xfce DISTNAME= exo-${PORTVERSION} MASTER_SITES= ${MASTER_SITE_XFCE} @@ -35,22 +35,12 @@ USE_XLIB= yes OPTIONS= HAL "Enable HAL support" on \ NOTIFY "Enable notification support" on \ PYTHON "Enable Python support" off \ - GTKDOC "Build with documentation" off \ MCS "Build with xfce4-mcs-manager support" on MAN1= exo-csource.1 exo-open.1 .include <bsd.port.pre.mk> -.if defined(WITH_GTKDOC) -BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc -CONFIGURE_ARGS+=--enable-gtk-doc -PLIST_SUB+= GTK_DOC="" -.else -CONFIGURE_ARGS+=--disable-gtk-doc -PLIST_SUB+= GTK_DOC="@comment " -.endif - .if !defined(WITHOUT_HAL) CONFIGURE_ARGS+=--enable-hal LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal diff --git a/x11/libexo/distinfo b/x11/libexo/distinfo index 25a994094d6a..39404a4f6ccb 100644 --- a/x11/libexo/distinfo +++ b/x11/libexo/distinfo @@ -1,6 +1,3 @@ -MD5 (xfce4/exo-0.3.2.tar.bz2) = 8b73acc98d0938d1193b31316823b6db -SHA256 (xfce4/exo-0.3.2.tar.bz2) = 632834506cf7768f9541286dbd90b9aa835bd3bb1ef1a022f2bcb99812945c3f -SIZE (xfce4/exo-0.3.2.tar.bz2) = 1121928 -MD5 (xfce4/gcc295-libexo.patch) = 5b70891dfe9b9c68a9ae68759f1c7172 -SHA256 (xfce4/gcc295-libexo.patch) = dd79882498b45b9bfe2f1573b04eb2764588d94e74e526f2f0418441e21cf83f -SIZE (xfce4/gcc295-libexo.patch) = 266 +MD5 (xfce4/exo-0.3.4.tar.bz2) = 7a1af943b1df32b6f89ae91823118a22 +SHA256 (xfce4/exo-0.3.4.tar.bz2) = a5373e9bd6055caa7cd5d06128f6236cfd2f4f6657ea4a85d7bd9eafe5bf0538 +SIZE (xfce4/exo-0.3.4.tar.bz2) = 1300127 diff --git a/x11/libexo/pkg-plist b/x11/libexo/pkg-plist index 9ea801c645f2..a10d3d74f8cf 100644 --- a/x11/libexo/pkg-plist +++ b/x11/libexo/pkg-plist @@ -37,11 +37,11 @@ include/exo-0.3/exo-hal/exo-hal.h lib/libexo-0.3.a lib/libexo-0.3.la lib/libexo-0.3.so -lib/libexo-0.3.so.4 +lib/libexo-0.3.so.5 lib/libexo-hal-0.3.a lib/libexo-hal-0.3.la lib/libexo-hal-0.3.so -lib/libexo-hal-0.3.so.4 +lib/libexo-hal-0.3.so.5 %%PYTHON%%%%PYTHON_SITELIBDIR%%/exo-0.3/_exo.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/exo-0.3/_exo.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/exo-0.3/_exo.so @@ -60,48 +60,64 @@ libexec/exo-compose-mail-0.3 libexec/exo-helper-0.3 %%NOTIFY%%libexec/exo-mount-notify-0.3 share/applications/exo-preferred-applications.desktop -%%GTK_DOC%%share/gtk-doc/html/exo/ExoCellRendererEllipsizedText.html -%%GTK_DOC%%share/gtk-doc/html/exo/ExoEllipsizedLabel.html -%%GTK_DOC%%share/gtk-doc/html/exo/ExoIconBar.html -%%GTK_DOC%%share/gtk-doc/html/exo/ExoIconView.html -%%GTK_DOC%%share/gtk-doc/html/exo/ExoToolbarsEditor.html -%%GTK_DOC%%share/gtk-doc/html/exo/ExoToolbarsEditorDialog.html -%%GTK_DOC%%share/gtk-doc/html/exo/ExoToolbarsModel.html -%%GTK_DOC%%share/gtk-doc/html/exo/ExoToolbarsView.html -%%GTK_DOC%%share/gtk-doc/html/exo/ExoTreeView.html -%%GTK_DOC%%share/gtk-doc/html/exo/ExoWrapTable.html -%%GTK_DOC%%share/gtk-doc/html/exo/ExoXsessionClient.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-Binding-Properties-Functions.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-Executing-Applications.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-Extensions-to-GObject.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-Extensions-to-Gtk.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-Extensions-to-Pango.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-Extensions-to-gdk-pixbuf.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-MD5-functions.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-Miscellaneous-Utility-Functions.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-Opening-URLs.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-String-Utility-Functions.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-Version-Information.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-csource.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-extensions.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-miscelleanous.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-overview.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-toolbars.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-tools.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo-widgets.html -%%GTK_DOC%%share/gtk-doc/html/exo/exo.devhelp -%%GTK_DOC%%share/gtk-doc/html/exo/home.png -%%GTK_DOC%%share/gtk-doc/html/exo/index.html -%%GTK_DOC%%share/gtk-doc/html/exo/index.sgml -%%GTK_DOC%%share/gtk-doc/html/exo/ix01.html -%%GTK_DOC%%share/gtk-doc/html/exo/left.png -%%GTK_DOC%%share/gtk-doc/html/exo/right.png -%%GTK_DOC%%share/gtk-doc/html/exo/style.css -%%GTK_DOC%%share/gtk-doc/html/exo/up.png +share/gtk-doc/html/exo/ExoCellRendererEllipsizedText.html +share/gtk-doc/html/exo/ExoCellRendererIcon.html +share/gtk-doc/html/exo/ExoEllipsizedLabel.html +share/gtk-doc/html/exo/ExoIconBar.html +share/gtk-doc/html/exo/ExoIconChooserDialog.html +share/gtk-doc/html/exo/ExoIconView.html +share/gtk-doc/html/exo/ExoToolbarsEditor.html +share/gtk-doc/html/exo/ExoToolbarsEditorDialog.html +share/gtk-doc/html/exo/ExoToolbarsModel.html +share/gtk-doc/html/exo/ExoToolbarsView.html +share/gtk-doc/html/exo/ExoTreeView.html +share/gtk-doc/html/exo/ExoWrapTable.html +share/gtk-doc/html/exo/ExoXsessionClient.html +share/gtk-doc/html/exo/ch01.html +share/gtk-doc/html/exo/exo-Binding-Properties-Functions.html +share/gtk-doc/html/exo/exo-Executing-Applications.html +share/gtk-doc/html/exo/exo-Extensions-to-GObject.html +share/gtk-doc/html/exo/exo-Extensions-to-Gtk.html +share/gtk-doc/html/exo/exo-Extensions-to-Pango.html +share/gtk-doc/html/exo/exo-Extensions-to-gdk-pixbuf.html +share/gtk-doc/html/exo/exo-HAL-Support-Functions.html +share/gtk-doc/html/exo/exo-MD5-functions.html +share/gtk-doc/html/exo/exo-Miscellaneous-Utility-Functions.html +share/gtk-doc/html/exo/exo-Mount-Points.html +share/gtk-doc/html/exo/exo-Opening-URLs.html +share/gtk-doc/html/exo/exo-String-Utility-Functions.html +share/gtk-doc/html/exo/exo-Version-Information.html +share/gtk-doc/html/exo/exo-cell-renderers.html +share/gtk-doc/html/exo/exo-csource.html +share/gtk-doc/html/exo/exo-deprecated-widgets.html +share/gtk-doc/html/exo/exo-extensions.html +share/gtk-doc/html/exo/exo-gtk-file-chooser-add-thumbnail-preview.png +share/gtk-doc/html/exo/exo-icon-chooser-dialog.png +share/gtk-doc/html/exo/exo-miscelleanous.html +share/gtk-doc/html/exo/exo-overview.html +share/gtk-doc/html/exo/exo-toolbars-editor-dialog.png +share/gtk-doc/html/exo/exo-toolbars-editor.png +share/gtk-doc/html/exo/exo-toolbars-view.png +share/gtk-doc/html/exo/exo-toolbars.html +share/gtk-doc/html/exo/exo-tools.html +share/gtk-doc/html/exo/exo-widgets.html +share/gtk-doc/html/exo/exo-wrap-table.png +share/gtk-doc/html/exo/exo.devhelp +share/gtk-doc/html/exo/exo.devhelp2 +share/gtk-doc/html/exo/home.png +share/gtk-doc/html/exo/index.html +share/gtk-doc/html/exo/index.sgml +share/gtk-doc/html/exo/ix01.html +share/gtk-doc/html/exo/left.png +share/gtk-doc/html/exo/right.png +share/gtk-doc/html/exo/style.css +share/gtk-doc/html/exo/up.png + share/icons/hicolor/24x24/apps/preferences-desktop-default-applications.png share/icons/hicolor/48x48/apps/applications-internet.png share/icons/hicolor/48x48/apps/applications-other.png share/icons/hicolor/48x48/apps/preferences-desktop-default-applications.png +share/locale/ar/LC_MESSAGES/libexo-0.3.mo share/locale/be/LC_MESSAGES/libexo-0.3.mo share/locale/ca/LC_MESSAGES/libexo-0.3.mo share/locale/cy/LC_MESSAGES/libexo-0.3.mo @@ -122,14 +138,20 @@ share/locale/it/LC_MESSAGES/libexo-0.3.mo share/locale/ja/LC_MESSAGES/libexo-0.3.mo share/locale/ka/LC_MESSAGES/libexo-0.3.mo share/locale/lt/LC_MESSAGES/libexo-0.3.mo +share/locale/lv/LC_MESSAGES/libexo-0.3.mo share/locale/mk/LC_MESSAGES/libexo-0.3.mo +share/locale/nb_NO/LC_MESSAGES/libexo-0.3.mo share/locale/nl/LC_MESSAGES/libexo-0.3.mo share/locale/pa/LC_MESSAGES/libexo-0.3.mo share/locale/pl/LC_MESSAGES/libexo-0.3.mo share/locale/pt_BR/LC_MESSAGES/libexo-0.3.mo +share/locale/pt_PT/LC_MESSAGES/libexo-0.3.mo share/locale/ro/LC_MESSAGES/libexo-0.3.mo share/locale/ru/LC_MESSAGES/libexo-0.3.mo +share/locale/sq/LC_MESSAGES/libexo-0.3.mo share/locale/sv/LC_MESSAGES/libexo-0.3.mo +share/locale/ur/LC_MESSAGES/libexo-0.3.mo +share/locale/zh_TW/LC_MESSAGES/libexo-0.3.mo share/pixmaps/exo-0.3/exo-thumbnail-frame.png %%PYTHON%%share/pygtk/2.0/defs/exo-0.3/exo.defs share/xfce4/doc/C/exo-preferred-applications.html @@ -184,9 +206,9 @@ share/xfce4/helpers/xterm.desktop @dirrm include/exo-0.3 @dirrmtry lib/xfce4/mcs-plugins @dirrmtry lib/xfce4 -%%GTK_DOC%%@dirrm share/gtk-doc/html/exo -%%GTK_DOC%%@dirrmtry share/gtk-doc/html -%%GTK_DOC%%@dirrmtry share/gtk-doc +@dirrm share/gtk-doc/html/exo +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc @dirrmtry share/applications @dirrmtry share/icons/hicolor/24x24/apps @dirrmtry share/icons/hicolor/24x24 diff --git a/x11/libxfce4mcs/Makefile b/x11/libxfce4mcs/Makefile index a134c6de9d2f..57a41938c96b 100644 --- a/x11/libxfce4mcs/Makefile +++ b/x11/libxfce4mcs/Makefile @@ -6,8 +6,8 @@ # PORTNAME= libxfce4mcs -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 diff --git a/x11/libxfce4mcs/distinfo b/x11/libxfce4mcs/distinfo index 5402ce7e8681..14022bb58c77 100644 --- a/x11/libxfce4mcs/distinfo +++ b/x11/libxfce4mcs/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/libxfce4mcs-4.4.1.tar.bz2) = 53c0deabf356d39779e6c6a2d5cbdd62 -SHA256 (xfce4/libxfce4mcs-4.4.1.tar.bz2) = 1925947c3b3eacb05bd39ca7439b28dc82e9757610d107d9d49b85559d2bfe51 -SIZE (xfce4/libxfce4mcs-4.4.1.tar.bz2) = 265299 +MD5 (xfce4/libxfce4mcs-4.4.2.tar.bz2) = 5ffe66a3eeb884839806ce929e5d2776 +SHA256 (xfce4/libxfce4mcs-4.4.2.tar.bz2) = 192843e8fdd63e10ba431ca12265c654dbce9677ec9d330038eea462ca0e5c8e +SIZE (xfce4/libxfce4mcs-4.4.2.tar.bz2) = 280108 diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile index 8d931598a36a..96ff708d9507 100644 --- a/x11/libxfce4util/Makefile +++ b/x11/libxfce4util/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxfce4util -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 diff --git a/x11/libxfce4util/distinfo b/x11/libxfce4util/distinfo index 5966e74383b5..3716c41a0571 100644 --- a/x11/libxfce4util/distinfo +++ b/x11/libxfce4util/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/libxfce4util-4.4.1.tar.bz2) = 0e4011c57ca2b4491e715455a40c30bc -SHA256 (xfce4/libxfce4util-4.4.1.tar.bz2) = 2195969e71ba7408d936e7663e34c0540b10cb7c7353dbc34dbbb1df9e418182 -SIZE (xfce4/libxfce4util-4.4.1.tar.bz2) = 372848 +MD5 (xfce4/libxfce4util-4.4.2.tar.bz2) = 261e7a5df039493ad746e0c359211092 +SHA256 (xfce4/libxfce4util-4.4.2.tar.bz2) = f717dcdb4d8ee8f967ed0882e82aad06abe66c32481b9954737273312c937a6d +SIZE (xfce4/libxfce4util-4.4.2.tar.bz2) = 366163 diff --git a/x11/libxfce4util/pkg-plist b/x11/libxfce4util/pkg-plist index 3253d7360047..f79d4854e476 100644 --- a/x11/libxfce4util/pkg-plist +++ b/x11/libxfce4util/pkg-plist @@ -46,6 +46,7 @@ share/gtk-doc/html/libxfce4util/reference.html share/gtk-doc/html/libxfce4util/right.png share/gtk-doc/html/libxfce4util/style.css share/gtk-doc/html/libxfce4util/up.png +share/locale/am/LC_MESSAGES/libxfce4util.mo share/locale/ar/LC_MESSAGES/libxfce4util.mo share/locale/ca/LC_MESSAGES/libxfce4util.mo share/locale/cs/LC_MESSAGES/libxfce4util.mo @@ -63,13 +64,20 @@ share/locale/ja/LC_MESSAGES/libxfce4util.mo share/locale/ka/LC_MESSAGES/libxfce4util.mo share/locale/ko/LC_MESSAGES/libxfce4util.mo share/locale/lt/LC_MESSAGES/libxfce4util.mo +share/locale/lv/LC_MESSAGES/libxfce4util.mo share/locale/mk/LC_MESSAGES/libxfce4util.mo +share/locale/nb_NO/LC_MESSAGES/libxfce4util.mo share/locale/nl/LC_MESSAGES/libxfce4util.mo share/locale/pl/LC_MESSAGES/libxfce4util.mo share/locale/pt_BR/LC_MESSAGES/libxfce4util.mo +share/locale/pt_PT/LC_MESSAGES/libxfce4util.mo +share/locale/ro/LC_MESSAGES/libxfce4util.mo share/locale/sq/LC_MESSAGES/libxfce4util.mo +share/locale/th/LC_MESSAGES/libxfce4util.mo share/locale/tr/LC_MESSAGES/libxfce4util.mo share/locale/uk/LC_MESSAGES/libxfce4util.mo +@dirrmtry share/locale/nb_NO/LC_MESSAGES +@dirrmtry share/locale/nb_NO @dirrm include/xfce4/libxfce4util @dirrmtry include/xfce4 @dirrm share/gtk-doc/html/libxfce4util diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 9e258e0e0455..13245f7f8cf5 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-quicklauncher-plugin/Makefile b/x11/xfce4-quicklauncher-plugin/Makefile index ed9f20de192b..17484070bfa4 100644 --- a/x11/xfce4-quicklauncher-plugin/Makefile +++ b/x11/xfce4-quicklauncher-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-quicklauncher-plugin PORTVERSION= 1.9.4 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index 40317521b6c0..14380722435f 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile index 190aceff986a..a18d5663a450 100644 --- a/x11/xfce4-verve-plugin/Makefile +++ b/x11/xfce4-verve-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= verve-plugin PORTVERSION= 0.3.5 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ PKGNAMEPREFIX= xfce4- diff --git a/x11/xfce4-wmdock-plugin/Makefile b/x11/xfce4-wmdock-plugin/Makefile index 015bc724cb78..cb1a3f982c50 100644 --- a/x11/xfce4-wmdock-plugin/Makefile +++ b/x11/xfce4-wmdock-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-wmdock-plugin PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= http://www.ibh.de/~ellguth/develop/ diff --git a/x11/xfce4-xfapplet-plugin/Makefile b/x11/xfce4-xfapplet-plugin/Makefile index 5d94718c415d..49afb2797047 100644 --- a/x11/xfce4-xfapplet-plugin/Makefile +++ b/x11/xfce4-xfapplet-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-xfapplet-plugin PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 |