Date: Mon, 26 Aug 2019 15:10:39 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509955 - head/graphics/gimp-lqr-plugin Message-ID: <201908261510.x7QFAdoR038462@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 26 15:10:39 2019 New Revision: 509955 URL: https://svnweb.freebsd.org/changeset/ports/509955 Log: - Optionize NLS Modified: head/graphics/gimp-lqr-plugin/Makefile head/graphics/gimp-lqr-plugin/pkg-plist Modified: head/graphics/gimp-lqr-plugin/Makefile ============================================================================== --- head/graphics/gimp-lqr-plugin/Makefile Mon Aug 26 15:06:31 2019 (r509954) +++ head/graphics/gimp-lqr-plugin/Makefile Mon Aug 26 15:10:39 2019 (r509955) @@ -25,6 +25,9 @@ USE_GNOME= gtk20 intltool PLUGIN_DIR?= libexec/gimp/2.2/plug-ins PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + post-patch: @${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in Modified: head/graphics/gimp-lqr-plugin/pkg-plist ============================================================================== --- head/graphics/gimp-lqr-plugin/pkg-plist Mon Aug 26 15:06:31 2019 (r509954) +++ head/graphics/gimp-lqr-plugin/pkg-plist Mon Aug 26 15:10:39 2019 (r509955) @@ -25,17 +25,17 @@ share/gimp/scripts/batch-gimp-lqr.scm %%DATADIR%%/help/ru/images/dialog3.jpg %%DATADIR%%/help/ru/images/wilber.png %%DATADIR%%/help/ru/index.html -share/locale/de/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/es_AR/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/es_ES/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/eu_ES/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/fr/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/hu/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/it/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/nb_NO/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/ro_RO/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/ru/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/sr/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-lqr-plugin.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/de/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/es_AR/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/es_ES/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/eu_ES/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/fr/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/hu/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/it/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/ro_RO/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/ru/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/sr/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/gimp20-lqr-plugin.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/gimp20-lqr-plugin.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908261510.x7QFAdoR038462>