forked from Lainports/freebsd-ports
- Update to 0.3.5
- Add LICENSE - Remove DOCS option - Adjust dependencies (reported by QA script) - Rewrite COMMENT and pkg-descr
This commit is contained in:
parent
0756e4d225
commit
eafb7d6e95
4 changed files with 18 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue