wip/mtpaint-git: removed

wip/mtpaint: Use the git repository
Makefile: remove mtpaint-git
master
adr 2024-01-30 09:38:00 +00:00
parent 4c2c6ae27a
commit fab85ecf30
9 changed files with 15 additions and 79 deletions

View File

@ -2302,7 +2302,6 @@ SUBDIR+= mtdev
SUBDIR+= mtf
SUBDIR+= mtop
SUBDIR+= mtpaint
SUBDIR+= mtpaint-git
SUBDIR+= mtpfs
SUBDIR+= mtr-graph
SUBDIR+= mtrack

View File

@ -1,6 +0,0 @@
mtPaint is a GTK based painting program designed for creating icons
and pixel based artwork. It can edit indexed palette or 24 bit RGB
images and offers basic painting and palette manipulation tools.
It can handle PNG, JPEG, GIF, TIFF, BMP, XPM, and XBM files.
This is a package of the development version.

View File

@ -1,31 +0,0 @@
# $NetBSD: Makefile,v 1.6 2014/05/31 15:57:20 thomasklausner Exp $
#
DISTNAME= mtpaint-3.50.09
MASTER_SITES= ${MASTER_SITE_GITHUB:=wjaguar/}
GITHUB_TAG= 199472ad6a4ecee6c8583fb5a504a2e99712b4fc
WRKSRC= ${WRKDIR}/mtPaint-${GITHUB_TAG}
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mtpaint.sourceforge.net/
COMMENT= Painting program and photo editor
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --bindir=${PREFIX}/bin
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= cflags gtk3 jpeg jp2v2 webp intl tiff man
USE_TOOLS+= gmake pkg-config
TOOL_DEPENDS+= glib2-[0-9]*:../../devel/glib2
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/giflib/buildlink3.mk"
.include "../../graphics/lcms2/buildlink3.mk"
.include "../../graphics/libwebp/buildlink3.mk"
.include "../../graphics/openjpeg/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,25 +0,0 @@
@comment $NetBSD$
bin/mtpaint
man/man1/mtpaint.1
share/applications/mtpaint.desktop
share/locale/cs/LC_MESSAGES/mtpaint.mo
share/locale/de/LC_MESSAGES/mtpaint.mo
share/locale/es/LC_MESSAGES/mtpaint.mo
share/locale/fr/LC_MESSAGES/mtpaint.mo
share/locale/gl/LC_MESSAGES/mtpaint.mo
share/locale/hu/LC_MESSAGES/mtpaint.mo
share/locale/it/LC_MESSAGES/mtpaint.mo
share/locale/ja/LC_MESSAGES/mtpaint.mo
share/locale/kab/LC_MESSAGES/mtpaint.mo
share/locale/nl/LC_MESSAGES/mtpaint.mo
share/locale/pl/LC_MESSAGES/mtpaint.mo
share/locale/pt/LC_MESSAGES/mtpaint.mo
share/locale/pt_BR/LC_MESSAGES/mtpaint.mo
share/locale/ru/LC_MESSAGES/mtpaint.mo
share/locale/sk/LC_MESSAGES/mtpaint.mo
share/locale/sv/LC_MESSAGES/mtpaint.mo
share/locale/tl/LC_MESSAGES/mtpaint.mo
share/locale/tr/LC_MESSAGES/mtpaint.mo
share/locale/zh_CN/LC_MESSAGES/mtpaint.mo
share/locale/zh_TW/LC_MESSAGES/mtpaint.mo
share/pixmaps/mtpaint.png

View File

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.1.1.1 2012/05/22 02:20:47 jeremy-c-reed Exp $
BLAKE2s (mtpaint-3.50.09-199472ad6a4ecee6c8583fb5a504a2e99712b4fc.tar.gz) = 3f65d5de72567533f7fda26cdf3ba1699c4e3e44ea43804de5699daf5b1dc1a1
SHA512 (mtpaint-3.50.09-199472ad6a4ecee6c8583fb5a504a2e99712b4fc.tar.gz) = f82dcc072eab6330e2db0f22f3ec39ff94c2d588a2429fa8d5a03dd7ad8b29580607f7e16ff1033686e73595ff113a1635d47df3928d64c778d2bf54ae7245b7
Size (mtpaint-3.50.09-199472ad6a4ecee6c8583fb5a504a2e99712b4fc.tar.gz) = 1206348 bytes

3
mtpaint/COMMIT_MSG Normal file
View File

@ -0,0 +1,3 @@
graphics/mtpaint: Add mtpaint version 0.0.0.419
Packaged in wip by adr

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.6 2014/05/31 15:57:20 thomasklausner Exp $
#
# $NetBSD
DISTNAME= mtpaint-3.50
PKGREVISION= 1
COMMITS= 419
DISTNAME= mtpaint-0.0.0.${COMMITS}
MASTER_SITES= ${MASTER_SITE_GITHUB:=wjaguar/}
GITHUB_TAG= 199472ad6a4ecee6c8583fb5a504a2e99712b4fc
WRKSRC= ${WRKDIR}/mtPaint-${GITHUB_TAG}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mtpaint/mtpaint/3.50/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mtpaint.sourceforge.net/
@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --bindir=${PREFIX}/bin
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= cflags GIF gtk3 jpeg jp2v2 webp intl tiff man
CONFIGURE_ARGS+= cflags gtk3 jpeg jp2v2 webp intl tiff man
USE_TOOLS+= gmake pkg-config
TOOL_DEPENDS+= glib2-[0-9]*:../../devel/glib2

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/22 02:20:47 jeremy-c-reed Exp $
@comment $NetBSD$
bin/mtpaint
man/man1/mtpaint.1
share/applications/mtpaint.desktop
@ -10,6 +10,7 @@ share/locale/gl/LC_MESSAGES/mtpaint.mo
share/locale/hu/LC_MESSAGES/mtpaint.mo
share/locale/it/LC_MESSAGES/mtpaint.mo
share/locale/ja/LC_MESSAGES/mtpaint.mo
share/locale/kab/LC_MESSAGES/mtpaint.mo
share/locale/nl/LC_MESSAGES/mtpaint.mo
share/locale/pl/LC_MESSAGES/mtpaint.mo
share/locale/pt/LC_MESSAGES/mtpaint.mo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2012/05/22 02:20:47 jeremy-c-reed Exp $
BLAKE2s (mtpaint-3.50.tar.bz2) = 125d8f84478cf7a24fea1bddcdf396df24a7f62b383c0ad035123a2963252e0a
SHA512 (mtpaint-3.50.tar.bz2) = b52951291262b770aa792128149c9130ecb8fc31186a6333608ff3a664719f4cc502d653a6e995182b4238f7795f5ef652664256ef0595ac37df90e72e7b67e6
Size (mtpaint-3.50.tar.bz2) = 800134 bytes
BLAKE2s (mtpaint-0.0.0.419-199472ad6a4ecee6c8583fb5a504a2e99712b4fc.tar.gz) = 3f65d5de72567533f7fda26cdf3ba1699c4e3e44ea43804de5699daf5b1dc1a1
SHA512 (mtpaint-0.0.0.419-199472ad6a4ecee6c8583fb5a504a2e99712b4fc.tar.gz) = f82dcc072eab6330e2db0f22f3ec39ff94c2d588a2429fa8d5a03dd7ad8b29580607f7e16ff1033686e73595ff113a1635d47df3928d64c778d2bf54ae7245b7
Size (mtpaint-0.0.0.419-199472ad6a4ecee6c8583fb5a504a2e99712b4fc.tar.gz) = 1206348 bytes