mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
07e2d47f53
commit
a5106b5ebc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355891
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gtk-cleanice-engine
|
||||
PORTVERSION= 2.4.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= x11-themes gnome
|
||||
MASTER_SITES= SF/elysium-project/gtk-engines-cleanice/${PORTVERSION} \
|
||||
SF/elysium-project/gtk-engines-cleanice/1.2.7:theme
|
||||
@ -14,9 +14,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simplistic GTK+ 2.x theme engine
|
||||
|
||||
USES= pathfix pkgconfig
|
||||
USES= pathfix pkgconfig libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_AUTOTOOLS= libtool
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
THEME= cleanice-theme-1.2.7
|
||||
THEMEDIR= ${WRKDIR}/${THEME}/Theme
|
||||
|
@ -1,5 +1,3 @@
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcleanice.a
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcleanice.la
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcleanice.so
|
||||
share/themes/CleanIce/index.theme
|
||||
share/themes/CleanIce/gtk-2.0/gtkrc
|
||||
|
Loading…
Reference in New Issue
Block a user