mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- QtPixmap -> qtpixmap in PORTNAME.
- Fix the plist, do not try to remove gtk's directory. [1] - Change the libtool from 1.3 to 1.5. - Few other small clean up such as remove GNU_CONFIGURE, since the USE_LIBTOOL_VER will taking care of it. Also, make it bit easier to read. - Bump the PORTREVISION. Reported by: pointyhat via kris [1]
This commit is contained in:
parent
7b65164885
commit
41fa3a98c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128659
@ -4,9 +4,9 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= QtPixmap
|
||||
PORTNAME= qtpixmap
|
||||
PORTVERSION= 0.28
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://www.cpdrummond.freeuk.com/
|
||||
|
||||
@ -14,15 +14,15 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//}
|
||||
|
||||
.if !defined(WITHOUT_GTK1)
|
||||
USE_GNOME+= gtk12 imlib
|
||||
PLIST_SUB= GTK1=""
|
||||
.else
|
||||
PLIST_SUB= GTK1="@comment "
|
||||
.endif
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//}
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,2 @@
|
||||
%%GTK1%%lib/gtk/themes/engines/libqtpixmap.la
|
||||
%%GTK1%%lib/gtk/themes/engines/libqtpixmap.so
|
||||
lib/gtk-2.0/2.4.0/engines/libqtpixmap.so
|
||||
lib/gtk-2.0/2.4.0/engines/libqtpixmap.la
|
||||
@unexec rmdir %D/lib/gtk-2.0/2.4.0/engines 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user