sysutils/lxterminal: Update to 0.3.2
PR: 232342 Submitted by: Nathan <ndowens@yahoo.com> (with minor changes)
This commit is contained in:
parent
4795d0352a
commit
fce9334cbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482388
2 changed files with 15 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lxterminal
|
||||
PORTVERSION= 0.3.1
|
||||
PORTVERSION= 0.3.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20${PORTVERSION}/
|
||||
|
||||
|
@ -15,23 +15,29 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= gmake localbase pkgconfig tar:xz
|
||||
USES= gmake gnome localbase pkgconfig tar:xz
|
||||
USE_GNOME= gtk20 glib20 cairo vte intltool
|
||||
USE_XORG= x11 xext
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-gtk3=no
|
||||
USE_LDCONFIG= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_USES= gettext
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES_OFF= gettext-tools
|
||||
NLS_USES_OFF= gettext-tools
|
||||
|
||||
post-patch-NLS-off:
|
||||
@${REINPLACE_CMD} -e 's|src po|src|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1509567858
|
||||
SHA256 (lxterminal-0.3.1.tar.xz) = cd8df387c2dd40e03b48caacf700820f9421b421954a0ed56395f505411d2c4b
|
||||
SIZE (lxterminal-0.3.1.tar.xz) = 197628
|
||||
TIMESTAMP = 1539749195
|
||||
SHA256 (lxterminal-0.3.2.tar.xz) = 3166b18493a8e55811b02aa0de825cbbea65e2b628e69006c1a65b98e1bb4484
|
||||
SIZE (lxterminal-0.3.2.tar.xz) = 198348
|
||||
|
|
Loading…
Reference in a new issue