- x11-toolkits/libbonoboui is optional, reflect it in LIB_DEPENDS
bump PORTREVISION PR: ports/101617 Submitted by: Bartosz Fabianowski <freebsd at chillt.de> Approved by: Danny Pansters <danny at ricin.com> (maintainer)
This commit is contained in:
parent
4a430cb085
commit
2d5a0a57c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170068
2 changed files with 18 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gtk-qt-engine
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://people.freedesktop.org/~davidsansome/ \
|
||||
http://freebsd.ricin.com/ports/distfiles/
|
||||
|
@ -14,8 +15,7 @@ MASTER_SITES= http://people.freedesktop.org/~davidsansome/ \
|
|||
MAINTAINER= danny@ricin.com
|
||||
COMMENT= GTK-QT Theme Engine allows GTK2 apps to use QT (KDE) themes
|
||||
|
||||
LIB_DEPENDS= kdecore:${PORTSDIR}/x11/kdelibs3 \
|
||||
bonoboui-2:${PORTSDIR}/x11-toolkits/libbonoboui
|
||||
LIB_DEPENDS= kdecore:${PORTSDIR}/x11/kdelibs3
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -31,6 +31,12 @@ CONFIGURE_ARGS+=--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
|||
|
||||
OPTIONS= BONOBOUI "With libbonoboui (recommended)" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_BONOBOUI)
|
||||
LIB_DEPENDS+= bonoboui-2:${PORTSDIR}/x11-toolkits/libbonoboui
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e "s|/share/themes/|/X11R6/share/themes/|" \
|
||||
${WRKSRC}/kcm_gtk/kcmgtk.cpp
|
||||
|
@ -46,4 +52,4 @@ post-install:
|
|||
@${RM} /tmp/menu/kcmgtk.menu
|
||||
@if [ "`ls /tmp/menu`" = "" ]; then ${RMDIR} /tmp/menu; fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gtk-qt-engine
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://people.freedesktop.org/~davidsansome/ \
|
||||
http://freebsd.ricin.com/ports/distfiles/
|
||||
|
@ -14,8 +15,7 @@ MASTER_SITES= http://people.freedesktop.org/~davidsansome/ \
|
|||
MAINTAINER= danny@ricin.com
|
||||
COMMENT= GTK-QT Theme Engine allows GTK2 apps to use QT (KDE) themes
|
||||
|
||||
LIB_DEPENDS= kdecore:${PORTSDIR}/x11/kdelibs3 \
|
||||
bonoboui-2:${PORTSDIR}/x11-toolkits/libbonoboui
|
||||
LIB_DEPENDS= kdecore:${PORTSDIR}/x11/kdelibs3
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -31,6 +31,12 @@ CONFIGURE_ARGS+=--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
|||
|
||||
OPTIONS= BONOBOUI "With libbonoboui (recommended)" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_BONOBOUI)
|
||||
LIB_DEPENDS+= bonoboui-2:${PORTSDIR}/x11-toolkits/libbonoboui
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e "s|/share/themes/|/X11R6/share/themes/|" \
|
||||
${WRKSRC}/kcm_gtk/kcmgtk.cpp
|
||||
|
@ -46,4 +52,4 @@ post-install:
|
|||
@${RM} /tmp/menu/kcmgtk.menu
|
||||
@if [ "`ls /tmp/menu`" = "" ]; then ${RMDIR} /tmp/menu; fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue