From dbc76e9ffe37b45ef384555d87549204446d09ed Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Tue, 22 Jan 2019 18:48:38 +0000 Subject: [PATCH] - Add missing dependencies - Remove unneeded patch - Sort lists - Fix portlint warnings - Some cosmetic changes PR: 235126 Submitted by: myself Approved by: Sergey V. Dyatko --- devel/thunar-vcs-plugin/Makefile | 32 ++++++++++++------- devel/thunar-vcs-plugin/files/patch-configure | 11 ------- 2 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 devel/thunar-vcs-plugin/files/patch-configure diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile index 8eee07c563df..7a4814b20325 100644 --- a/devel/thunar-vcs-plugin/Makefile +++ b/devel/thunar-vcs-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= thunar-vcs-plugin PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= devel xfce MASTER_SITES= XFCE/src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -10,23 +11,32 @@ DIST_SUBDIR= xfce4 MAINTAINER= sergey.dyatko@gmail.com COMMENT= Version Control System plugin for Thunar -GNU_CONFIGURE= yes -USE_GNOME= gtk20 glib20 intltool intlhack -USE_XFCE= thunar -INSTALLS_ICONS= yes +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libapr-1.so:devel/apr1 + USES= gettext-tools gmake libtool localbase pkgconfig tar:bzip2 \ xfce +USE_GNOME= cairo glib20 gtk20 intlhack intltool +USE_XFCE= libexo thunar + +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS GIT SVN +OPTIONS_DEFINE= NLS GIT SVN OPTIONS_DEFAULT= SVN -GIT_DESC= Git support -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls -GIT_RUN_DEPENDS= git:devel/git +OPTIONS_SUB= yes + +GIT_DESC= Git support + GIT_CONFIGURE_ENABLE= git -SVN_LIB_DEPENDS= libsvn_client-1.so:devel/subversion +GIT_RUN_DEPENDS= git:devel/git + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime + SVN_CONFIGURE_ENABLE= subversion -OPTIONS_SUB= yes +SVN_LIB_DEPENDS= libsvn_client-1.so:devel/subversion .include diff --git a/devel/thunar-vcs-plugin/files/patch-configure b/devel/thunar-vcs-plugin/files/patch-configure deleted file mode 100644 index c5478558094e..000000000000 --- a/devel/thunar-vcs-plugin/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- ./configure.orig 2011-03-20 12:30:24.000000000 +0000 -+++ ./configure 2013-10-23 18:05:44.000000000 +0000 -@@ -12997,7 +12997,7 @@ - - fi - fi -- USE_NLS=yes -+ #USE_NLS=yes - - - gt_cv_have_gettext=no