diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-15 18:20:22 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-01-15 18:20:22 +0800 |
commit | a121041e659055fce46393570aa73a9094d95596 (patch) | |
tree | ae277262377280516350119605f69f34de3d8d2e | |
parent | 6f041db527d75d9cf7eaae252febb9a8bdc01097 (diff) | |
download | freebsd-ports-gnome-a121041e659055fce46393570aa73a9094d95596.tar.gz freebsd-ports-gnome-a121041e659055fce46393570aa73a9094d95596.tar.zst freebsd-ports-gnome-a121041e659055fce46393570aa73a9094d95596.zip |
- Update `x11/tint' to version 16.1
- Add missing DOCS knob to OPTIONS_DEFINE
- Remove EXAMPLES knob (no-op with 16.1)
- Add USES=gettext-runtime (libintl.so is always linked in)
- Add USE_XORG=xext per `stage-qa' warning
- Changes: https://gitlab.com/o9000/tint2/blob/16.1/ChangeLog
PR: 225166
Submitted by: Dmitri Goutnik
-rw-r--r-- | x11/tint/Makefile | 11 | ||||
-rw-r--r-- | x11/tint/distinfo | 6 | ||||
-rw-r--r-- | x11/tint/pkg-plist | 1 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11/tint/Makefile b/x11/tint/Makefile index 4042b55c0de2..3d4d30a4bf29 100644 --- a/x11/tint/Makefile +++ b/x11/tint/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tint2 -PORTVERSION= 15.3 +PORTVERSION= 16.1 CATEGORIES= x11 MAINTAINER= yamagi@yamagi.org @@ -17,17 +17,16 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libImlib2.so:graphics/imlib2 \ libstartup-notification-1.so:x11/startup-notification -USES= alias cmake:outsource desktop-file-utils pkgconfig \ - shared-mime-info +USES= alias cmake:outsource desktop-file-utils gettext-runtime \ + pkgconfig shared-mime-info USE_GNOME= cairo glib20 gtk20 librsvg2 pango -USE_XORG= x11 xcomposite xdamage xfixes xinerama xrandr xrender +USE_XORG= x11 xcomposite xdamage xext xfixes xinerama xrandr xrender INSTALLS_ICONS= yes CMAKE_ARGS= -DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc -OPTIONS_DEFINE= EXAMPLES NLS +OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -EXAMPLES_CMAKE_BOOL= ENABLE_EXAMPLES NLS_USES= gettext NLS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gettext diff --git a/x11/tint/distinfo b/x11/tint/distinfo index 132746254664..eb72aad7799a 100644 --- a/x11/tint/distinfo +++ b/x11/tint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1510314947 -SHA256 (o9000-tint2-15.3_GH0.tar.gz) = b9c69dc9b77b6d4df4d5b2252141cc866aa0066eddb32b3af06e0fb70388106c -SIZE (o9000-tint2-15.3_GH0.tar.gz) = 499899 +TIMESTAMP = 1514626169 +SHA256 (o9000-tint2-16.1_GH0.tar.gz) = 5187651bf986254ce9f9c90faaaef026f7c18e2e3239fa3db59ca6b610e7388a +SIZE (o9000-tint2-16.1_GH0.tar.gz) = 533752 diff --git a/x11/tint/pkg-plist b/x11/tint/pkg-plist index 9de14c24f565..be8bdad04da4 100644 --- a/x11/tint/pkg-plist +++ b/x11/tint/pkg-plist @@ -17,6 +17,7 @@ share/applications/tint2conf.desktop share/icons/hicolor/scalable/apps/tint2.svg share/icons/hicolor/scalable/apps/tint2conf.svg %%NLS%%share/locale/bs/LC_MESSAGES/tint2conf.mo +%%NLS%%share/locale/es/LC_MESSAGES/tint2conf.mo %%NLS%%share/locale/fr/LC_MESSAGES/tint2conf.mo %%NLS%%share/locale/hr/LC_MESSAGES/tint2conf.mo %%NLS%%share/locale/pl/LC_MESSAGES/tint2conf.mo |