Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 18:39:04 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514182 - head/deskutils/xpad3
Message-ID:  <201910091839.x99Id40t050987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Wed Oct  9 18:39:03 2019
New Revision: 514182
URL: https://svnweb.freebsd.org/changeset/ports/514182

Log:
  - shift pkg-plist to Makefile directives
  - pet portlint

Deleted:
  head/deskutils/xpad3/pkg-plist
Modified:
  head/deskutils/xpad3/Makefile

Modified: head/deskutils/xpad3/Makefile
==============================================================================
--- head/deskutils/xpad3/Makefile	Wed Oct  9 18:37:44 2019	(r514181)
+++ head/deskutils/xpad3/Makefile	Wed Oct  9 18:39:03 2019	(r514182)
@@ -16,12 +16,13 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
+USES=	pkgconfig gmake tar:bzip2 xorg gnome
+
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
 CONFLICTS_INSTALL=	xpad-[0-9]*
 
-USES=	pkgconfig gmake tar:bzip2
 USE_XORG=	x11 sm ice
 USE_GNOME=	gtk20 intltool cairo
 INSTALLS_ICONS=	yes
@@ -31,6 +32,35 @@ NLS_USES=		gettext
 NLS_CPPFLAGS=		${CXXFLAGS} -I${LOCALBASE}/include
 NLS_LDFLAGS=		-L${LOCALBASE}/lib
 NLS_CONFIGURE_ENABLE=	nls
+NLS_PLIST_FILES=	\
+share/locale/af/LC_MESSAGES/xpad.mo \
+share/locale/bg/LC_MESSAGES/xpad.mo \
+share/locale/cs/LC_MESSAGES/xpad.mo \
+share/locale/da/LC_MESSAGES/xpad.mo \
+share/locale/en_GB/LC_MESSAGES/xpad.mo \
+share/locale/es/LC_MESSAGES/xpad.mo \
+share/locale/fi/LC_MESSAGES/xpad.mo \
+share/locale/fr/LC_MESSAGES/xpad.mo \
+share/locale/ga/LC_MESSAGES/xpad.mo \
+share/locale/hu/LC_MESSAGES/xpad.mo \
+share/locale/it/LC_MESSAGES/xpad.mo \
+share/locale/ja/LC_MESSAGES/xpad.mo \
+share/locale/ko/LC_MESSAGES/xpad.mo \
+share/locale/lv/LC_MESSAGES/xpad.mo \
+share/locale/nl/LC_MESSAGES/xpad.mo \
+share/locale/ro/LC_MESSAGES/xpad.mo \
+share/locale/ru/LC_MESSAGES/xpad.mo \
+share/locale/rw/LC_MESSAGES/xpad.mo \
+share/locale/sv/LC_MESSAGES/xpad.mo \
+share/locale/vi/LC_MESSAGES/xpad.mo \
+share/locale/zh_CN/LC_MESSAGES/xpad.mo \
+share/locale/zh_TW/LC_MESSAGES/xpad.mo
+
+PLIST_FILES=	\
+bin/xpad \
+man/man1/xpad.1.gz \
+share/applications/xpad.desktop \
+share/icons/hicolor/scalable/apps/xpad.svg
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910091839.x99Id40t050987>