mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
x11/evilvte: update to 0.5.2~pre1 and fix build on 10.0
- update to 0.5.2~pre1, that should fix build on 10.0 while here: - remove stale MASTER_SITE - remove leading article from COMMENT - remove check for unsupported version of FreeBSD, and drop no more needed inclusions of bsd.port.[pre|post].mk - add INSTALLS_ICONS per portlint PR: 187197 Submitted by: Aragon Gouveia <aragon@phat.za.net> (maintainer)
This commit is contained in:
parent
71f96ab3a4
commit
784af41bde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347067
@ -2,27 +2,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= evilvte
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.5.2~pre1
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= http://www.calno.com/${PORTNAME}/ \
|
||||
LOCAL/glarkin
|
||||
MASTER_SITES= http://www.calno.com/${PORTNAME}/
|
||||
|
||||
MAINTAINER= aragon@phat.za.net
|
||||
COMMENT= A VTE based, super lightweight terminal emulator
|
||||
COMMENT= VTE based, super lightweight terminal emulator
|
||||
|
||||
USES= pkgconfig gmake
|
||||
USE_XZ= yes
|
||||
HAS_CONFIGURE= yes
|
||||
ALL_TARGET= evilvte
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GNOME= vte
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile on 6.X
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(EVILVTE_CONF)
|
||||
@${ECHO_MSG}
|
||||
@ -46,4 +39,4 @@ post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/misc/evilvte.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/misc/showvte.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (evilvte-0.5.0.tar.xz) = 8d32dd9f3b192e00c8111c406a90cc0da2e674e0f8c5a03854287d384e7edea8
|
||||
SIZE (evilvte-0.5.0.tar.xz) = 58436
|
||||
SHA256 (evilvte-0.5.2~pre1.tar.xz) = d51e75f7e1daad12fa55289c17cb2cfb35bcfdbd61b0dfce3b16a966f64e81ec
|
||||
SIZE (evilvte-0.5.2~pre1.tar.xz) = 60804
|
||||
|
11
x11/evilvte/files/patch-configure
Normal file
11
x11/evilvte/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig 2014-03-02 17:52:26.000000000 +0200
|
||||
+++ configure 2014-03-02 17:53:07.000000000 +0200
|
||||
@@ -93,6 +93,8 @@
|
||||
LIBS_VTE_L=`pkg-config --libs-only-L vte-2.90 2> /dev/null`
|
||||
fi
|
||||
|
||||
+LIBS_VTE="${LIBS_VTE} -lintl"
|
||||
+
|
||||
if [ "$real_gtk" = "2+3" ] || [ "$real_gtk" = "3+2" ]; then
|
||||
real_gtk="all"
|
||||
LIBS_VTE="-ldl"
|
@ -15,10 +15,7 @@ share/icons/hicolor/48x48/apps/evilvte.png
|
||||
share/icons/hicolor/64x64/apps/evilvte.png
|
||||
share/icons/hicolor/72x72/apps/evilvte.png
|
||||
share/icons/hicolor/96x96/apps/evilvte.png
|
||||
share/icons/hicolor/scalable/apps/evilvte.svg
|
||||
share/pixmaps/evilvte.png
|
||||
@dirrmtry share/icons/hicolor/scalable/apps
|
||||
@dirrmtry share/icons/hicolor/scalable
|
||||
@dirrmtry share/icons/hicolor/96x96/apps
|
||||
@dirrmtry share/icons/hicolor/96x96
|
||||
@dirrmtry share/icons/hicolor/72x72/apps
|
||||
|
Loading…
Reference in New Issue
Block a user