Date: Thu, 29 Dec 2016 15:49:56 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429926 - head/sysutils/lxinput Message-ID: <201612291549.uBTFnuHQ071743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Thu Dec 29 15:49:56 2016 New Revision: 429926 URL: https://svnweb.freebsd.org/changeset/ports/429926 Log: - Update to 0.3.5 - Add LICENSE - Remove DOCS option - Adjust dependencies (reported by QA script) - Rewrite COMMENT and pkg-descr Modified: head/sysutils/lxinput/Makefile head/sysutils/lxinput/distinfo head/sysutils/lxinput/pkg-descr head/sysutils/lxinput/pkg-plist Modified: head/sysutils/lxinput/Makefile ============================================================================== --- head/sysutils/lxinput/Makefile Thu Dec 29 15:49:18 2016 (r429925) +++ head/sysutils/lxinput/Makefile Thu Dec 29 15:49:56 2016 (r429926) @@ -2,22 +2,25 @@ # $FreeBSD$ PORTNAME= lxinput -PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTVERSION= 0.3.5 CATEGORIES= sysutils -MASTER_SITES= SF/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%200.3.2/ +MASTER_SITES= SF/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%20${PORTVERSION:R}.x/ MAINTAINER= ports@FreeBSD.org -COMMENT= Keyboard and mouse config tool from the LXDE project +COMMENT= Keyboard and mouse settings -USES= iconv gmake localbase pkgconfig -USE_GNOME= gtk20 intlhack +LICENSE= GPLv3 + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= gmake localbase pkgconfig tar:xz +USE_GNOME= gtk20 cairo gdkpixbuf2 intltool +USE_XORG= x11 GNU_CONFIGURE= yes USE_LDCONFIG= yes -PORTDOCS= AUTHORS README - -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext @@ -26,8 +29,4 @@ NLS_USES_OFF= gettext-tools post-patch-NLS-off: @${REINPLACE_CMD} -e 's|po man|man|' ${WRKSRC}/Makefile.in -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - .include <bsd.port.mk> Modified: head/sysutils/lxinput/distinfo ============================================================================== --- head/sysutils/lxinput/distinfo Thu Dec 29 15:49:18 2016 (r429925) +++ head/sysutils/lxinput/distinfo Thu Dec 29 15:49:56 2016 (r429926) @@ -1,2 +1,3 @@ -SHA256 (lxinput-0.3.2.tar.gz) = 481622f9f73c7d622a712df55d509a18805758ee002cbbc36efbd73bedd8205f -SIZE (lxinput-0.3.2.tar.gz) = 259203 +TIMESTAMP = 1482994934 +SHA256 (lxinput-0.3.5.tar.xz) = 4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88 +SIZE (lxinput-0.3.5.tar.xz) = 145356 Modified: head/sysutils/lxinput/pkg-descr ============================================================================== --- head/sysutils/lxinput/pkg-descr Thu Dec 29 15:49:18 2016 (r429925) +++ head/sysutils/lxinput/pkg-descr Thu Dec 29 15:49:56 2016 (r429926) @@ -1,3 +1,3 @@ -LXInput is a small program used to configure keyboard and mouse for LXDE. +LXInput is a program to configure keyboard and mouse settings for LXDE. WWW: http://lxde.org/ Modified: head/sysutils/lxinput/pkg-plist ============================================================================== --- head/sysutils/lxinput/pkg-plist Thu Dec 29 15:49:18 2016 (r429925) +++ head/sysutils/lxinput/pkg-plist Thu Dec 29 15:49:56 2016 (r429926) @@ -16,7 +16,6 @@ share/applications/lxinput.desktop %%NLS%%share/locale/en_GB/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/eo/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/es/LC_MESSAGES/lxinput.mo -%%NLS%%share/locale/es_VE/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/et/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/eu/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/fa/LC_MESSAGES/lxinput.mo @@ -29,6 +28,7 @@ share/applications/lxinput.desktop %%NLS%%share/locale/hr/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/hu/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/id/LC_MESSAGES/lxinput.mo +%%NLS%%share/locale/is/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/it/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/ja/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/kk/LC_MESSAGES/lxinput.mo @@ -40,6 +40,7 @@ share/applications/lxinput.desktop %%NLS%%share/locale/nb/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/nl/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/nn/LC_MESSAGES/lxinput.mo +%%NLS%%share/locale/pa/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/pl/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/ps/LC_MESSAGES/lxinput.mo %%NLS%%share/locale/pt/LC_MESSAGES/lxinput.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612291549.uBTFnuHQ071743>