svn commit: r459029 - head/x11/tint
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Jan 15 10:20:23 UTC 2018
Author: danfe
Date: Mon Jan 15 10:20:22 2018
New Revision: 459029
URL: https://svnweb.freebsd.org/changeset/ports/459029
Log:
- 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
Modified:
head/x11/tint/Makefile
head/x11/tint/distinfo
head/x11/tint/pkg-plist
Modified: head/x11/tint/Makefile
==============================================================================
--- head/x11/tint/Makefile Mon Jan 15 10:06:57 2018 (r459028)
+++ head/x11/tint/Makefile Mon Jan 15 10:20:22 2018 (r459029)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= tint2
-PORTVERSION= 15.3
+PORTVERSION= 16.1
CATEGORIES= x11
MAINTAINER= yamagi at 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
Modified: head/x11/tint/distinfo
==============================================================================
--- head/x11/tint/distinfo Mon Jan 15 10:06:57 2018 (r459028)
+++ head/x11/tint/distinfo Mon Jan 15 10:20:22 2018 (r459029)
@@ -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
Modified: head/x11/tint/pkg-plist
==============================================================================
--- head/x11/tint/pkg-plist Mon Jan 15 10:06:57 2018 (r459028)
+++ head/x11/tint/pkg-plist Mon Jan 15 10:20:22 2018 (r459029)
@@ -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
More information about the svn-ports-head
mailing list