mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Add missing dependencies
- Remove unneeded patch - Sort lists - Fix portlint warnings - Some cosmetic changes PR: 235126 Submitted by: myself Approved by: Sergey V. Dyatko <sergey.dyatko@gmail.com>
This commit is contained in:
parent
f4b335b0c3
commit
dbc76e9ffe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490972
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user