diff --git a/x11/evilvte/Makefile b/x11/evilvte/Makefile index f24ba634edb6..49102e7e1cf2 100644 --- a/x11/evilvte/Makefile +++ b/x11/evilvte/Makefile @@ -1,36 +1,36 @@ PORTNAME= evilvte DISTVERSION= 0.5.2~pre1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 gnome MASTER_SITES= http://www.calno.com/${PORTNAME}/ MAINTAINER= aragon@phat.za.net COMMENT= VTE based, super lightweight terminal emulator WWW= https://www.calno.com/evilvte/ BUILD_DEPENDS= gsed:textproc/gsed USES= gmake gnome pkgconfig tar:xz BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed HAS_CONFIGURE= yes ALL_TARGET= evilvte USE_GNOME= vte pre-everything:: .if !defined(EVILVTE_CONF) @${ECHO_MSG} @${ECHO_MSG} "!! NOTE !!" @${ECHO_MSG} @${ECHO_MSG} "You can build evilvte with your own config.h using the EVILVTE_CONF knob:" @${ECHO_MSG} "make EVILVTE_CONF=/path/to/evilvte-config.h install clean" @${ECHO_MSG} .endif post-patch: @${REINPLACE_CMD} -e '/^make/ s/make/gmake/' ${WRKSRC}/src/process.sh .if defined(EVILVTE_CONF) @${ECHO_MSG} "creating config.h from ${EVILVTE_CONF}" @${CP} ${EVILVTE_CONF} ${WRKSRC}/src/config.h .endif .include diff --git a/x11/evilvte/files/patch-configure b/x11/evilvte/files/patch-configure index 4082ca1160c5..cfcbf9a1d277 100644 --- a/x11/evilvte/files/patch-configure +++ b/x11/evilvte/files/patch-configure @@ -1,20 +1,11 @@ --- configure.orig 2012-07-12 03:30:12 UTC +++ configure @@ -93,6 +93,8 @@ if [ "$with_gtk" = "3.0" ]; then 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" -@@ -160,7 +162,7 @@ fi - $DO_ECHO - - bindir=$prefix/bin --mandir=$prefix/share/man/man1 -+mandir=$prefix/man/man1 - deskdir=$prefix/share/applications - ICON_DIR=$prefix/share/pixmaps - THEME_DIR=$prefix/share/icons diff --git a/x11/evilvte/pkg-plist b/x11/evilvte/pkg-plist index 2144d4bb770f..766800e37653 100644 --- a/x11/evilvte/pkg-plist +++ b/x11/evilvte/pkg-plist @@ -1,19 +1,19 @@ bin/evilvte bin/showvte -man/man1/evilvte.1.gz -man/man1/showvte.1.gz +share/man/man1/evilvte.1.gz +share/man/man1/showvte.1.gz share/applications/evilvte.desktop share/gnome-control-center/default-apps/evilvte.xml share/icons/hicolor/16x16/apps/evilvte.png share/icons/hicolor/20x20/apps/evilvte.png share/icons/hicolor/22x22/apps/evilvte.png share/icons/hicolor/24x24/apps/evilvte.png share/icons/hicolor/32x32/apps/evilvte.png share/icons/hicolor/36x36/apps/evilvte.png share/icons/hicolor/40x40/apps/evilvte.png 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