- Update to 0.3.0-6
PR: 118765 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
This commit is contained in:
parent
7e564b8b2f
commit
dac87ecead
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204026
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= gimp-lqr-plugin
|
||||
PORTVERSION= 0.2.1
|
||||
DISTVERSION= 0.3.0-6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://web.tiscali.it/carlobaldassi/GimpLqrPlugin/ \
|
||||
MASTER_SITES= http://liquidrescale.wikidot.com/local--files/en:download-page/ \
|
||||
http://www.amdmi3.ru/distfiles/
|
||||
|
||||
MAINTAINER= amdmi3@amdmi3.ru
|
||||
@ -23,6 +23,8 @@ USE_GNOME= gtk20
|
||||
PLUGIN_DIR?= libexec/gimp/2.2/plug-ins
|
||||
PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.3.0
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gimp-lqr-plugin-0.2.1.tar.gz) = eb246ad3fff45c5c76017b2eedb21cf8
|
||||
SHA256 (gimp-lqr-plugin-0.2.1.tar.gz) = 7c04e6bd05e654586458107173d79335aebf312ec37583d181ebc1443be6cd6e
|
||||
SIZE (gimp-lqr-plugin-0.2.1.tar.gz) = 384727
|
||||
MD5 (gimp-lqr-plugin-0.3.0-6.tar.gz) = 05dd98c504cdf9bf88539cd7d923d982
|
||||
SHA256 (gimp-lqr-plugin-0.3.0-6.tar.gz) = 35f4481c9bb02a4e0d60e4205f4ee55de57e8c0ae5a1869579cbd255c0034c72
|
||||
SIZE (gimp-lqr-plugin-0.3.0-6.tar.gz) = 824194
|
||||
|
@ -1,14 +1,39 @@
|
||||
%%PLUGIN_DIR%%/gimp-lqr-plugin
|
||||
%%DATADIR%%/help/en/gimp-help.xml
|
||||
%%DATADIR%%/help/en/index.html
|
||||
%%DATADIR%%/help/es_ES/gimp-help.xml
|
||||
%%DATADIR%%/help/es_ES/index.html
|
||||
%%DATADIR%%/help/images/dialog1.png
|
||||
%%DATADIR%%/help/images/dialog1_it.png
|
||||
%%DATADIR%%/help/images/dialog2.png
|
||||
%%DATADIR%%/help/images/dialog2_it.png
|
||||
%%DATADIR%%/help/images/dialog3.png
|
||||
%%DATADIR%%/help/images/dialog3_it.png
|
||||
%%DATADIR%%/help/images/wilber.png
|
||||
%%DATADIR%%/help/it/gimp-help.xml
|
||||
%%DATADIR%%/help/it/index.html
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/es_AR/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/es_ES/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/eu_ES/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/nb_NO/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/ro_RO/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gimp22-lqr-plugin.mo
|
||||
%%NLS%%@dirrmtry share/locale/ro_RO/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/ro_RO
|
||||
%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/nb_NO
|
||||
%%NLS%%@dirrmtry share/locale/es_AR/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/es_AR
|
||||
@dirrm %%DATADIR%%/help/it
|
||||
@dirrm %%DATADIR%%/help/images
|
||||
@dirrm %%DATADIR%%/help/es_ES
|
||||
@dirrm %%DATADIR%%/help/en
|
||||
@dirrm %%DATADIR%%/help
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user