- Update to 0.8.8
PR: 190535 Submitted by: Daniel Austin
This commit is contained in:
parent
b3a8c3a08c
commit
d2561613b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356291
@ -2,12 +2,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libcompizconfig
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 8
|
||||
PORTVERSION= 0.8.8
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= freebsd-ports@dan.me.uk
|
||||
COMMENT= Alternative configuration system for Compiz
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz
|
||||
@ -42,4 +41,9 @@ post-patch:
|
||||
${WRKSRC}/src/ini.c \
|
||||
${WRKSRC}/backend/ini.c
|
||||
|
||||
post-install:
|
||||
.for l in compizconfig/backends/libini.so compiz/libccp.so libcompizconfig.so.0.0.0
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${l}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libcompizconfig-0.8.4.tar.bz2) = 41313e935f1beb3375367bded72d97de60e7aabf1129620be53a7fc1aca0b029
|
||||
SIZE (libcompizconfig-0.8.4.tar.bz2) = 315858
|
||||
SHA256 (libcompizconfig-0.8.8.tar.bz2) = 50a81aba31d9517587f7d046b7161eb4204ddceb422d09d036a412bb80381490
|
||||
SIZE (libcompizconfig-0.8.8.tar.bz2) = 318176
|
||||
|
@ -19,3 +19,4 @@ etc/compizconfig/config
|
||||
@dirrmtry lib/compizconfig/backends
|
||||
@dirrmtry lib/compizconfig
|
||||
@dirrmtry include/compizconfig
|
||||
@dirrmtry lib/compiz
|
||||
|
Loading…
Reference in New Issue
Block a user