From owner-svn-ports-all@freebsd.org Thu Dec 29 15:49:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E671C96705; Thu, 29 Dec 2016 15:49:58 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18F171EE6; Thu, 29 Dec 2016 15:49:58 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBTFnvvf071748; Thu, 29 Dec 2016 15:49:57 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBTFnuHQ071743; Thu, 29 Dec 2016 15:49:56 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201612291549.uBTFnuHQ071743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 29 Dec 2016 15:49:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429926 - head/sysutils/lxinput X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 15:49:58 -0000 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 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