diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2018-12-26 23:11:24 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2018-12-26 23:11:24 +0800 |
commit | 5068cd99334edb883475d74b795de607c34c7512 (patch) | |
tree | e212dd7fb024bc63f2cf9435d7e7ff5968d7b4e5 /x11/tilda | |
parent | 5199db3672003d10bc70b4502308e4f84eb11e26 (diff) | |
download | freebsd-ports-gnome-5068cd99334edb883475d74b795de607c34c7512.tar.gz freebsd-ports-gnome-5068cd99334edb883475d74b795de607c34c7512.tar.zst freebsd-ports-gnome-5068cd99334edb883475d74b795de607c34c7512.zip |
Ugrade x11/tilda from 1.3.3 to 1.4.1
Changelog: https://github.com/lanoxx/tilda/compare/tilda-1.4.1...master
Rework USE directives as reported by testports
Update plist
Diffstat (limited to 'x11/tilda')
-rw-r--r-- | x11/tilda/Makefile | 7 | ||||
-rw-r--r-- | x11/tilda/distinfo | 6 | ||||
-rw-r--r-- | x11/tilda/pkg-plist | 1 |
3 files changed, 8 insertions, 6 deletions
diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index 3821cbee7b45..40d5d26934ff 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tilda -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.1 DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 2 CATEGORIES= x11 @@ -17,8 +17,9 @@ LIB_DEPENDS= libconfuse.so:devel/libconfuse GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-rpath -USE_GNOME= gtk30 -USES= gmake gettext pkgconfig autoreconf pathfix libtool +USE_XORG+= x11 +USE_GNOME+= glib20 gtk30 gdkpixbuf2 pango +USES= gmake gettext gnome pkgconfig autoreconf pathfix libtool INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= lanoxx diff --git a/x11/tilda/distinfo b/x11/tilda/distinfo index bdc4ba418836..edf19b2528e5 100644 --- a/x11/tilda/distinfo +++ b/x11/tilda/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485119296 -SHA256 (lanoxx-tilda-tilda-1.3.3_GH0.tar.gz) = 71baa5572c498e5b3e94f5b57e8118c1ef0fdaea269a5b2425208e1adec284b1 -SIZE (lanoxx-tilda-tilda-1.3.3_GH0.tar.gz) = 671222 +TIMESTAMP = 1545593113 +SHA256 (lanoxx-tilda-tilda-1.4.1_GH0.tar.gz) = da51002210d8fd8fe875907f84b581515399545800044a669c1933bc84cf5070 +SIZE (lanoxx-tilda-tilda-1.4.1_GH0.tar.gz) = 471340 diff --git a/x11/tilda/pkg-plist b/x11/tilda/pkg-plist index 0889320414b8..1e0183e15bb1 100644 --- a/x11/tilda/pkg-plist +++ b/x11/tilda/pkg-plist @@ -21,6 +21,7 @@ share/locale/sl/LC_MESSAGES/tilda.mo share/locale/sv/LC_MESSAGES/tilda.mo share/locale/tr/LC_MESSAGES/tilda.mo share/locale/zh_CN/LC_MESSAGES/tilda.mo +share/locale/zh_TW/LC_MESSAGES/tilda.mo share/pixmaps/tilda.png %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog |