Date: Mon, 18 Sep 2017 15:11:43 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450044 - in head: deskutils/xfce4-tumbler deskutils/xfce4-tumbler/files x11-fm/thunar x11-fm/thunar/files Message-ID: <201709181511.v8IFBh3v000578@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Mon Sep 18 15:11:43 2017 New Revision: 450044 URL: https://svnweb.freebsd.org/changeset/ports/450044 Log: - Update deskutils/xfce4-tumbler to 0.2.0 [1] - Update x11-fm/thunar 1.6.12 [2] - Silence USES portlint warning [2] - Regenerate patches [2] - Add warning about COVER tunar plugin requiring manual configuration [1] PR: 220805 [1], 220407 [2] Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Modified: head/deskutils/xfce4-tumbler/Makefile head/deskutils/xfce4-tumbler/distinfo head/deskutils/xfce4-tumbler/files/patch-configure head/deskutils/xfce4-tumbler/files/patch-tumblerd__tumbler.rc head/deskutils/xfce4-tumbler/files/pkg-message.in head/deskutils/xfce4-tumbler/pkg-plist head/x11-fm/thunar/Makefile head/x11-fm/thunar/distinfo head/x11-fm/thunar/files/patch-configure Modified: head/deskutils/xfce4-tumbler/Makefile ============================================================================== --- head/deskutils/xfce4-tumbler/Makefile Mon Sep 18 14:26:03 2017 (r450043) +++ head/deskutils/xfce4-tumbler/Makefile Mon Sep 18 15:11:43 2017 (r450044) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= tumbler -PORTVERSION= 0.1.31 -PORTREVISION= 6 +PORTVERSION= 0.2.0 CATEGORIES= deskutils xfce -MASTER_SITES= XFCE +MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}/ PKGNAMEPREFIX= xfce4- DIST_SUBDIR= xfce4 @@ -16,13 +15,14 @@ LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:graphics/png \ - libdbus-glib-1.so:devel/dbus-glib +LIB_DEPENDS= libpng.so:graphics/png -USES= pathfix pkgconfig gmake libtool gettext-tools xfce tar:bzip2 +USES= gettext-tools gmake libtool localbase:ldflags pathfix \ + pkgconfig tar:bzip2 xfce GNU_CONFIGURE= yes -USE_GNOME= glib20 intltool intlhack gdkpixbuf2 librsvg2 +USE_GNOME= glib20 intltool gdkpixbuf2 librsvg2 cairo libgsf USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-xdg-cache \ --enable-pixbuf-thumbnailer \ @@ -34,8 +34,8 @@ OPTIONS_DEFINE= NLS FONTS JPEG FFMPEG POPPLER \ OPTIONS_DEFAULT= FONTS JPEG POPPLER GSTREAMER ODF FONTS_DESC= Fonts thumbnailer plugin -COVER_DESC= Open Movie Database thumbnailer plugin -GSTREAMER_DESC= GStreamer (1.0) thumbnailer plugin +COVER_DESC= Open Movie Database plugin (check pkg-message) +GSTREAMER_DESC= GStreamer thumbnailer plugin NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls Modified: head/deskutils/xfce4-tumbler/distinfo ============================================================================== --- head/deskutils/xfce4-tumbler/distinfo Mon Sep 18 14:26:03 2017 (r450043) +++ head/deskutils/xfce4-tumbler/distinfo Mon Sep 18 15:11:43 2017 (r450044) @@ -1,2 +1,3 @@ -SHA256 (xfce4/tumbler-0.1.31.tar.bz2) = d0fd329273ff6ac98885eade4c3d8c87a4dd0816f713646130808bfa90b87173 -SIZE (xfce4/tumbler-0.1.31.tar.bz2) = 550650 +TIMESTAMP = 1500302233 +SHA256 (xfce4/tumbler-0.2.0.tar.bz2) = 4e27a59694b0a5cc69ebccbdb00c724e670b5b7c30bc4dc0b461aac93f234fac +SIZE (xfce4/tumbler-0.2.0.tar.bz2) = 571300 Modified: head/deskutils/xfce4-tumbler/files/patch-configure ============================================================================== --- head/deskutils/xfce4-tumbler/files/patch-configure Mon Sep 18 14:26:03 2017 (r450043) +++ head/deskutils/xfce4-tumbler/files/patch-configure Mon Sep 18 15:11:43 2017 (r450044) @@ -1,6 +1,6 @@ ---- configure.orig 2013-05-06 20:24:28.000000000 +0200 -+++ configure 2013-05-06 20:27:59.000000000 +0200 -@@ -13880,7 +13880,7 @@ +--- configure.orig 2015-02-28 16:28:14 UTC ++++ configure +@@ -14427,7 +14427,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >> fi fi Modified: head/deskutils/xfce4-tumbler/files/patch-tumblerd__tumbler.rc ============================================================================== --- head/deskutils/xfce4-tumbler/files/patch-tumblerd__tumbler.rc Mon Sep 18 14:26:03 2017 (r450043) +++ head/deskutils/xfce4-tumbler/files/patch-tumblerd__tumbler.rc Mon Sep 18 15:11:43 2017 (r450044) @@ -1,4 +1,4 @@ ---- tumblerd/tumbler.rc.orig 2015-02-28 15:23:08 UTC +--- tumblerd/tumbler.rc.orig 2017-05-28 10:17:58 UTC +++ tumblerd/tumbler.rc @@ -37,7 +37,7 @@ MaxFileSize=0 @@ -12,7 +12,7 @@ @@ -58,7 +58,7 @@ MaxFileSize=0 # ffmpegthumbnailer plugin - [FfmegThumbnailer] + [FfmpegThumbnailer] -Disabled=false +Disabled=true Priority=2 Modified: head/deskutils/xfce4-tumbler/files/pkg-message.in ============================================================================== --- head/deskutils/xfce4-tumbler/files/pkg-message.in Mon Sep 18 14:26:03 2017 (r450043) +++ head/deskutils/xfce4-tumbler/files/pkg-message.in Mon Sep 18 15:11:43 2017 (r450044) @@ -3,4 +3,6 @@ To override the default configuration, you must copy t mkdir ~/.config/tumbler cp %%PREFIX%%/etc/xdg/tumbler/tumbler.rc ~/.config/tumbler +The COVER plugin requires manual configuration. + For more information see http://docs.xfce.org/xfce/thunar/tumbler Modified: head/deskutils/xfce4-tumbler/pkg-plist ============================================================================== --- head/deskutils/xfce4-tumbler/pkg-plist Mon Sep 18 14:26:03 2017 (r450043) +++ head/deskutils/xfce4-tumbler/pkg-plist Mon Sep 18 15:11:43 2017 (r450044) @@ -22,6 +22,7 @@ lib/libtumbler-1.so.0.0.0 lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so lib/tumbler-1/plugins/cache/tumbler-xdg-cache.so %%COVER%%lib/tumbler-1/plugins/tumbler-cover-thumbnailer.so +lib/tumbler-1/plugins/tumbler-desktop-thumbnailer.so %%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.so %%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.so %%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Mon Sep 18 14:26:03 2017 (r450043) +++ head/x11-fm/thunar/Makefile Mon Sep 18 15:11:43 2017 (r450044) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Thunar -PORTVERSION= 1.6.11 +PORTVERSION= 1.6.12 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME:tl}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -15,20 +15,20 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libtumbler-1.so:deskutils/xfce4-tumbler \ - libdbus-1.so:devel/dbus \ - libdbus-glib-1.so:devel/dbus-glib \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 RUN_DEPENDS= pkexec:sysutils/polkit +USES= desktop-file-utils gmake pathfix perl5 libtool pkgconfig \ + gettext-tools xfce tar:bzip2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= glib20 gtk20 intltool cairo gdkpixbuf2 USE_LDCONFIG= yes USE_XFCE= libexo USE_XORG= ice sm x11 -USES= desktop-file-utils gmake pathfix perl5 libtool pkgconfig \ - gettext-tools xfce tar:bzip2 INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS NOTIFY @@ -63,7 +63,7 @@ CONFIGURE_ARGS+=--enable-gio-unix \ --enable-dbus post-patch: - ${REINPLACE_CMD} -e 's|internet-mail|mail-send|' \ + ${REINPLACE_CMD} -e 's|internet-mail|emblem-mail|' \ ${WRKSRC}/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in .include <bsd.port.mk> Modified: head/x11-fm/thunar/distinfo ============================================================================== --- head/x11-fm/thunar/distinfo Mon Sep 18 14:26:03 2017 (r450043) +++ head/x11-fm/thunar/distinfo Mon Sep 18 15:11:43 2017 (r450044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487135952 -SHA256 (xfce4/Thunar-1.6.11.tar.bz2) = b1c7c3121827f59610900ef1cc19aa10a50ab2cc3ae38eee15181b64256e8b42 -SIZE (xfce4/Thunar-1.6.11.tar.bz2) = 1929426 +TIMESTAMP = 1498883308 +SHA256 (xfce4/Thunar-1.6.12.tar.bz2) = fb22091f07ec6de2c9d9d89c61289d2bc3436b36c8c53ccbc9c32ca8a99f2086 +SIZE (xfce4/Thunar-1.6.12.tar.bz2) = 1929112 Modified: head/x11-fm/thunar/files/patch-configure ============================================================================== --- head/x11-fm/thunar/files/patch-configure Mon Sep 18 14:26:03 2017 (r450043) +++ head/x11-fm/thunar/files/patch-configure Mon Sep 18 15:11:43 2017 (r450044) @@ -1,6 +1,6 @@ ---- ./configure.orig 2013-05-05 16:37:29.000000000 +0000 -+++ ./configure 2013-05-05 22:49:56.000000000 +0000 -@@ -13934,7 +13934,7 @@ +--- configure.orig 2017-06-30 22:28:12 UTC ++++ configure +@@ -14452,7 +14452,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h fi fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709181511.v8IFBh3v000578>