pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gimp-create-spritesheet
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 19 11:24:13 UTC 2025
Modified Files:
pkgsrc/graphics/gimp-create-spritesheet: Makefile PLIST
Log Message:
gimp-create-spritesheet: adapt for gimp 3
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/gimp-create-spritesheet/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/gimp-create-spritesheet/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gimp-create-spritesheet/Makefile
diff -u pkgsrc/graphics/gimp-create-spritesheet/Makefile:1.3 pkgsrc/graphics/gimp-create-spritesheet/Makefile:1.4
--- pkgsrc/graphics/gimp-create-spritesheet/Makefile:1.3 Mon Aug 14 05:24:32 2023
+++ pkgsrc/graphics/gimp-create-spritesheet/Makefile Mon May 19 11:24:13 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2023/08/14 05:24:32 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/05/19 11:24:13 wiz Exp $
DISTNAME= create_spritesheet
PKGNAME= gimp-create-spritesheet-0.0.2019.11.27
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= https://raw.githubusercontent.com/Spydarlee/scripts/master/GIMP/
DIST_SUBDIR= ${PKGNAME_NOREV}
@@ -17,16 +17,13 @@ DEPENDS+= gimp-[0-9]*:../../graphics/gi
WRKSRC= ${WRKDIR}
REPLACE_PYTHON= ${DISTNAME}.py
-INSTALLATION_DIRS= lib/gimp/2.0/plug-ins
+INSTALLATION_DIRS= lib/gimp/3.0/plug-ins
USE_LANGUAGES= # python
-# gimp python plugin support only targets python 2.7
-PYTHON_VERSIONS_ACCEPTED= 27
-
do-build:
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.py ${DESTDIR}${PREFIX}/lib/gimp/2.0/plug-ins/
+ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.py ${DESTDIR}${PREFIX}/lib/gimp/3.0/plug-ins/
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/gimp-create-spritesheet/PLIST
diff -u pkgsrc/graphics/gimp-create-spritesheet/PLIST:1.1 pkgsrc/graphics/gimp-create-spritesheet/PLIST:1.2
--- pkgsrc/graphics/gimp-create-spritesheet/PLIST:1.1 Wed May 12 09:03:12 2021
+++ pkgsrc/graphics/gimp-create-spritesheet/PLIST Mon May 19 11:24:13 2025
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/12 09:03:12 wiz Exp $
-lib/gimp/2.0/plug-ins/create_spritesheet.py
+@comment $NetBSD: PLIST,v 1.2 2025/05/19 11:24:13 wiz Exp $
+lib/gimp/3.0/plug-ins/create_spritesheet.py
Home |
Main Index |
Thread Index |
Old Index