svn commit: r317673 - in head/x11-fm/thunar: . files
Olivier Duchateau
olivierd at FreeBSD.org
Wed May 8 15:14:26 UTC 2013
Author: olivierd
Date: Wed May 8 15:14:25 2013
New Revision: 317673
URL: http://svnweb.freebsd.org/changeset/ports/317673
Log:
- Update to 1.6.3
- Finish to convert USES
- Remove unneeded patch
Added:
head/x11-fm/thunar/files/patch-configure (contents, props changed)
Deleted:
head/x11-fm/thunar/files/patch-plugins__thunar-uca__uca.xml.in
Modified:
head/x11-fm/thunar/Makefile
head/x11-fm/thunar/distinfo
head/x11-fm/thunar/pkg-plist
Modified: head/x11-fm/thunar/Makefile
==============================================================================
--- head/x11-fm/thunar/Makefile Wed May 8 15:08:36 2013 (r317672)
+++ head/x11-fm/thunar/Makefile Wed May 8 15:14:25 2013 (r317673)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Thunar
-PORTVERSION= 1.6.2
-PORTREVISION= 3
+PORTVERSION= 1.6.3
CATEGORIES= x11-fm xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME:L}/${PORTVERSION:R}
@@ -19,11 +18,11 @@ INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_PERL5= yes
USE_GMAKE= yes
-USE_GNOME= desktopfileutils gnomehack gtk20 intltool intlhack gdkpixbuf2
+USE_GNOME= gtk20 intltool intlhack gdkpixbuf2
USE_LDCONFIG= yes
USE_XFCE= configenv libexo libmenu libutil
USE_XORG= sm x11
-USES= pkgconfig
+USES= desktop-file-utils pathfix pkgconfig
OPTIONS_DEFINE= DBUS DOCS GVFS NLS NOTIFY STARTUP
OPTIONS_GROUP= PLUGINS
@@ -39,8 +38,7 @@ PLUG_TPA_DESC= Trash Panel Applet plugin
PLUG_UCA_DESC= User Customizable Actions plugin
PLUG_WALL_DESC= Wallpaper plugin
-CONFIGURE_ARGS+= --disable-gtk-doc-html \
- --enable-gio-unix \
+CONFIGURE_ARGS+=--enable-gio-unix \
--disable-gudev
MAN1= Thunar.1
@@ -134,7 +132,4 @@ CONFIGURE_ARGS+=--disable-startup-notifi
USE_GNOME+=gvfs
.endif
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>
Modified: head/x11-fm/thunar/distinfo
==============================================================================
--- head/x11-fm/thunar/distinfo Wed May 8 15:08:36 2013 (r317672)
+++ head/x11-fm/thunar/distinfo Wed May 8 15:14:25 2013 (r317673)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/Thunar-1.6.2.tar.bz2) = 7dbd172ae396e7a2533f47dc1ff703a9ea1a61af3edfdc6f4877b9b9331abd85
-SIZE (xfce4/Thunar-1.6.2.tar.bz2) = 1953026
+SHA256 (xfce4/Thunar-1.6.3.tar.bz2) = 9a2706f6881ac29cda9f0b0325d179153bc09e37bcbafcab9823c1c1ec89579d
+SIZE (xfce4/Thunar-1.6.3.tar.bz2) = 1983127
Added: head/x11-fm/thunar/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fm/thunar/files/patch-configure Wed May 8 15:14:25 2013 (r317673)
@@ -0,0 +1,11 @@
+--- ./configure.orig 2013-05-05 16:37:29.000000000 +0000
++++ ./configure 2013-05-05 22:49:56.000000000 +0000
+@@ -13934,7 +13934,7 @@
+
+ fi
+ fi
+- USE_NLS=yes
++# USE_NLS=yes
+
+
+ gt_cv_have_gettext=no
Modified: head/x11-fm/thunar/pkg-plist
==============================================================================
--- head/x11-fm/thunar/pkg-plist Wed May 8 15:08:36 2013 (r317672)
+++ head/x11-fm/thunar/pkg-plist Wed May 8 15:14:25 2013 (r317673)
@@ -84,6 +84,7 @@ share/icons/hicolor/scalable/apps/Thunar
%%NLS%%share/locale/ar/LC_MESSAGES/Thunar.mo
%%NLS%%share/locale/ast/LC_MESSAGES/Thunar.mo
%%NLS%%share/locale/be/LC_MESSAGES/Thunar.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/Thunar.mo
%%NLS%%share/locale/bn/LC_MESSAGES/Thunar.mo
%%NLS%%share/locale/ca/LC_MESSAGES/Thunar.mo
%%NLS%%share/locale/cs/LC_MESSAGES/Thunar.mo
@@ -120,6 +121,7 @@ share/icons/hicolor/scalable/apps/Thunar
%%NLS%%share/locale/ru/LC_MESSAGES/Thunar.mo
%%NLS%%share/locale/si/LC_MESSAGES/Thunar.mo
%%NLS%%share/locale/sk/LC_MESSAGES/Thunar.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/Thunar.mo
%%NLS%%share/locale/sq/LC_MESSAGES/Thunar.mo
%%NLS%%share/locale/sr/LC_MESSAGES/Thunar.mo
%%NLS%%share/locale/sv/LC_MESSAGES/Thunar.mo
@@ -137,8 +139,6 @@ share/pixmaps/Thunar/Thunar-about-logo.p
%%PLUGIN_TPA%%@dirrmtry share/xfce4/panel-plugins
%%PLUGIN_TPA%%@dirrmtry share/xfce4
@dirrm share/pixmaps/Thunar
- at exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/ur_PK
%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
More information about the svn-ports-all
mailing list