diff options
author | pawel <pawel@FreeBSD.org> | 2012-08-22 02:46:31 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-08-22 02:46:31 +0800 |
commit | 630ded9348c57fd297a05086da87d4ee0b2ab99d (patch) | |
tree | bd8ce57b17a9258211872b0cf250b94339e2adb8 /x11-toolkits | |
parent | 1a1f8f1999c133676bfed0aaf3efc9d61bddd9e9 (diff) | |
download | freebsd-ports-gnome-630ded9348c57fd297a05086da87d4ee0b2ab99d.tar.gz freebsd-ports-gnome-630ded9348c57fd297a05086da87d4ee0b2ab99d.tar.zst freebsd-ports-gnome-630ded9348c57fd297a05086da87d4ee0b2ab99d.zip |
- Update to version 2.9.5
- Add missing library dependencies
- Port needs pkgconf in build phase
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/termit/Makefile | 17 | ||||
-rw-r--r-- | x11-toolkits/termit/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/termit/pkg-plist | 1 |
3 files changed, 18 insertions, 4 deletions
diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile index ffe195ac28e1..7c8aa78c863a 100644 --- a/x11-toolkits/termit/Makefile +++ b/x11-toolkits/termit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= termit -PORTVERSION= 2.9.4 +PORTVERSION= 2.9.5 CATEGORIES= x11-toolkits gnome MASTER_SITES= http://cloud.github.com/downloads/nonstop/termit/ @@ -15,10 +15,23 @@ COMMENT= Small terminal emulator LICENSE= GPLv2 +LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ + pcre:${PORTSDIR}/devel/pcre \ + cairo:${PORTSDIR}/graphics/cairo \ + png15:${PORTSDIR}/graphics/png \ + freetype:${PORTSDIR}/print/freetype2 \ + expat:${PORTSDIR}/textproc/expat2 \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + xcb:${PORTSDIR}/x11/libxcb + USE_BZIP2= yes -USE_GNOME= vte +USE_GNOME= gdkpixbuf2 vte USE_LUA= yes USE_CMAKE= yes +USE_PKGCONFIG= build +USE_ICONV= yes +USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \ + xi xinerama xrandr xrender MAKE_JOBS_SAFE= yes CFLAGS+= -I${LUA_INCDIR} diff --git a/x11-toolkits/termit/distinfo b/x11-toolkits/termit/distinfo index 631df111d321..fa2c2b7009bf 100644 --- a/x11-toolkits/termit/distinfo +++ b/x11-toolkits/termit/distinfo @@ -1,2 +1,2 @@ -SHA256 (termit-2.9.4.tar.bz2) = c6e81ed7d50c96141202ac8406af52e13fad65e89d1cd9a24717a160f54c62e5 -SIZE (termit-2.9.4.tar.bz2) = 47400 +SHA256 (termit-2.9.5.tar.bz2) = 85aae941ec265d341ec2dbe4a6b60c6e075810345632767032dfd4fb451ce757 +SIZE (termit-2.9.5.tar.bz2) = 47675 diff --git a/x11-toolkits/termit/pkg-plist b/x11-toolkits/termit/pkg-plist index a99a609888b9..8f73b8540b66 100644 --- a/x11-toolkits/termit/pkg-plist +++ b/x11-toolkits/termit/pkg-plist @@ -20,6 +20,7 @@ share/applications/termit.desktop %%NLS%%share/locale/ko/LC_MESSAGES/termit.mo %%NLS%%share/locale/pl/LC_MESSAGES/termit.mo %%NLS%%share/locale/ru/LC_MESSAGES/termit.mo +%%NLS%%share/locale/sv/LC_MESSAGES/termit.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/termit.mo %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/applications |