mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
x11/sakura: Update to 3.8.8
- Update MASTER_SITES - Add LICENSE_FILE - Refactor dependencies, drop the ones that are not needed PR: 281307
This commit is contained in:
parent
9261c18770
commit
d0d180b5e6
@ -1,31 +1,26 @@
|
||||
PORTNAME= sakura
|
||||
PORTVERSION= 3.8.7
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.8.8
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= http://launchpadlibrarian.net/662803382/
|
||||
MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/
|
||||
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= Terminal emulator based on GTK and VTE
|
||||
WWW= https://launchpad.net/sakura
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libgnutls.so:security/gnutls \
|
||||
libpcre2-8.so:devel/pcre2 \
|
||||
libharfbuzz.so:print/harfbuzz
|
||||
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
|
||||
|
||||
USES= cmake gnome pkgconfig gettext perl5 tar:bz2 xorg
|
||||
USES= cmake gettext gnome perl5 pkgconfig tar:bz2 xorg
|
||||
USE_GNOME= gtk30 vte3
|
||||
USE_PERL5= build
|
||||
USE_XORG= x11
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USE_GNOME= cairo gdkpixbuf2 vte3
|
||||
USE_XORG= x11
|
||||
USE_PERL5= build
|
||||
LDFLAGS+= -lintl
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/-O2/d ; \
|
||||
/FILES INSTALL/d' ${WRKSRC}/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e '/-O2/d' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1687161815
|
||||
SHA256 (sakura-3.8.7.tar.bz2) = ba7009ff03cacc19149d82f280413defb019540d2409e6cb9243f0d7ac812922
|
||||
SIZE (sakura-3.8.7.tar.bz2) = 60003
|
||||
TIMESTAMP = 1725572896
|
||||
SHA256 (sakura-3.8.8.tar.bz2) = b6a29ffafd5d6ab2ecfb341f532194e3e087dd81eff0e132ef9c0e350b7efc1b
|
||||
SIZE (sakura-3.8.8.tar.bz2) = 60946
|
||||
|
Loading…
Reference in New Issue
Block a user