mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Support STAGEDIR
- Convert to new LIB_DEPENDS format - Switch to USES= gmake - Enhance COMMENT entry and description (pkg-descr) - Fix NLS support, when it's unset - Standardize 'startup-notification' description
This commit is contained in:
parent
7081e8f1ca
commit
57580254af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331160
@ -11,26 +11,24 @@ DISTNAME= libxfcegui4-${PORTVERSION}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Xfce 4 widget library required by Xfce4 and Xfwm4
|
||||
COMMENT= Various Gtk widgets for the Xfce Desktop
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20 intltool intlhack libglade2
|
||||
USE_LDCONFIG= yes
|
||||
USE_XFCE= configenv libutil
|
||||
USE_XORG= sm x11
|
||||
USES= pathfix pkgconfig
|
||||
USES= pathfix pkgconfig gmake
|
||||
|
||||
CONFIGURE_ARGS+=--disable-gtk-doc-html
|
||||
CONFIGURE_ARGS+=--disable-gladeui
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS STARTUP
|
||||
OPTIONS_DEFAULT= STARTUP
|
||||
STARTUP_DESC= Use libstartup-notification
|
||||
STARTUP_DESC= Startup notification
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
@ -43,7 +41,7 @@ PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSTARTUP}
|
||||
LIB_DEPENDS+= startup-notification-1:${PORTSDIR}/x11/startup-notification
|
||||
LIB_DEPENDS+= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
|
||||
CONFIGURE_ARGS+=--enable-startup-notification
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-startup-notification
|
||||
|
11
x11-toolkits/libxfce4gui/files/patch-configure
Normal file
11
x11-toolkits/libxfce4gui/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./configure.orig 2012-04-28 20:10:47.000000000 +0000
|
||||
+++ ./configure 2013-10-21 18:18:01.000000000 +0000
|
||||
@@ -13165,7 +13165,7 @@
|
||||
|
||||
fi
|
||||
fi
|
||||
- USE_NLS=yes
|
||||
+ #USE_NLS=yes
|
||||
|
||||
|
||||
gt_cv_have_gettext=no
|
@ -1,3 +1,3 @@
|
||||
Xfce 4 unified widget library
|
||||
GUI-related extension widgets and libraries for the Xfce Desktop.
|
||||
|
||||
WWW: http://www.xfce.org/projects/libraries/
|
||||
|
@ -43,13 +43,13 @@ include/xfce4/libxfcegui4/xfce_scaled_image.h
|
||||
include/xfce4/libxfcegui4/xfce_systemtray.h
|
||||
include/xfce4/libxfcegui4/xfce_togglebutton.h
|
||||
include/xfce4/libxfcegui4/xinerama.h
|
||||
lib/libglade/2.0/libxfce4.a
|
||||
lib/libglade/2.0/libxfce4.la
|
||||
lib/libglade/2.0/libxfce4.so
|
||||
lib/libxfcegui4.a
|
||||
lib/libxfcegui4.la
|
||||
lib/libxfcegui4.so
|
||||
lib/libxfcegui4.so.7
|
||||
lib/libglade/2.0/libxfce4.a
|
||||
lib/libglade/2.0/libxfce4.la
|
||||
lib/libglade/2.0/libxfce4.so
|
||||
libdata/pkgconfig/libxfcegui4-1.0.pc
|
||||
%%APIDOCS%%share/gtk-doc/html/libxfcegui4/XfceAboutDialog.html
|
||||
%%APIDOCS%%share/gtk-doc/html/libxfcegui4/XfceAppMenuItem.html
|
||||
@ -176,6 +176,8 @@ share/icons/hicolor/scalable/apps/xfce-filemanager.svg
|
||||
%%NLS%%@dirrmtry share/locale/ast
|
||||
%%APIDOCS%%@dirrmtry share/gtk-doc/html/libxfcegui4
|
||||
%%APIDOCS%%@dirrmtry share/gtk-doc/html
|
||||
%%APIDOCS%%@dirrmtry share/gtk-doc
|
||||
%%APIDOCS%%@dirrmtry share/gtk-doc
|
||||
@dirrmtry lib/libglade/2.0
|
||||
@dirrmtry lib/libglade
|
||||
@dirrmtry include/xfce4/libxfcegui4
|
||||
@dirrmtry include/xfce4
|
||||
|
Loading…
Reference in New Issue
Block a user