gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8953: mypaint libmypaint mypaint-brushes


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8953: mypaint libmypaint mypaint-brushes
Date: Sun, 15 Jan 2023 19:29:18 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8953
revision-id: carlhansen1234@gmail.com-20230116002911-ezghjx1kvfsapud1
parent: carlhansen1234@gmail.com-20230115232033-0oghgt90u68trfll
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2023-01-15 16:29:11 -0800
message:
  mypaint libmypaint mypaint-brushes
added:
  pkg/other/mypaint/             mypaint-20230116002731-bg2d2cqcl4r4ybv8-1
  pkg/other/mypaint/Makefile     makefile-20230116002731-bg2d2cqcl4r4ybv8-3
  pkg/other/mypaint/config.mk    config.mk-20230116002731-bg2d2cqcl4r4ybv8-2
  pkg/other/mypaint/sha256sums   sha256sums-20230116002731-bg2d2cqcl4r4ybv8-4
modified:
  pkg/other/libmypaint/Makefile  makefile-20170901053124-9kgam4xj2ihid0jg-3
  pkg/other/libmypaint/sha256sums sha256sums-20170901053124-9kgam4xj2ihid0jg-4
  pkg/other/mypaint-brushes/Makefile makefile-20230115232018-gw15pa0iukqd0rbd-3
=== modified file 'pkg/other/libmypaint/Makefile'
--- a/pkg/other/libmypaint/Makefile     2022-06-16 01:29:22 +0000
+++ b/pkg/other/libmypaint/Makefile     2023-01-16 00:29:11 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2017,2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017,2022,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -36,14 +36,13 @@
 
 BUILDDEPS =
 LIBDEPS =
-USE_AUTORECONF = yes
+WORKOBJ = $(WORKSRC)
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
+
 pre-configure:
-       (cd work/$(GARNAME)-$(GARVERSION)/ ; ./autogen.sh )
+       cd $(WORKSRC) && ./autogen.sh
        $(MAKECOOKIE)
-
-

=== modified file 'pkg/other/libmypaint/sha256sums'
--- a/pkg/other/libmypaint/sha256sums   2023-01-15 07:01:24 +0000
+++ b/pkg/other/libmypaint/sha256sums   2023-01-16 00:29:11 +0000
@@ -0,0 +1,1 @@
+9d888a0f13deeba06f2d63949426f4a5e4656f451b9052e4d8f7fd372a6f274e  
download/v1.6.1.tar.gz

=== added directory 'pkg/other/mypaint'
=== modified file 'pkg/other/mypaint-brushes/Makefile'
--- a/pkg/other/mypaint-brushes/Makefile        2023-01-15 23:20:33 +0000
+++ b/pkg/other/mypaint-brushes/Makefile        2023-01-16 00:29:11 +0000
@@ -36,7 +36,7 @@
 
 BUILDDEPS =
 LIBDEPS =
-#USE_AUTORECONF = yes
+WORKOBJ = $(WORKSRC)
 ######################################################################
 
 include ../../../gar/gar.lib/autotools.mk

=== added file 'pkg/other/mypaint/Makefile'
--- a/pkg/other/mypaint/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/other/mypaint/Makefile        2023-01-16 00:29:11 +0000
@@ -0,0 +1,44 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME =    mypaint
+GARNAME = mypaint
+GARVERSION =   2.0.1
+HOME_URL =  https://github.com/mypaint/mypaint
+DESCRIPTION = paint program 
+define BLURB
+endef
+######################################################################
+# 
https://github.com/mypaint/mypaint/releases/download/v2.0.1/mypaint-2.0.1.tar.xz
+MASTER_SITES =  $(MASTER_GITHUB)
+MASTER_SUBDIR = mypaint/mypaint/releases/download/v$(GARVERSION)/
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES = 
+
+BUILDDEPS =
+LIBDEPS =
+WORKOBJ = $(WORKSRC)
+######################################################################
+
+include ../../../gar/gar.lib/python.mk
+include config.mk
+
+
+

=== added file 'pkg/other/mypaint/config.mk'
--- a/pkg/other/mypaint/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/other/mypaint/config.mk       2023-01-16 00:29:11 +0000
@@ -0,0 +1,5 @@
+## Configuration options for  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/mypaint/sha256sums'
--- a/pkg/other/mypaint/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/other/mypaint/sha256sums      2023-01-16 00:29:11 +0000
@@ -0,0 +1,1 @@
+f3e437d7cdd5fd28ef6532e8ab6b4b05d842bcdd644f16a0162dad3d8e57bb16  
download/mypaint-2.0.1.tar.xz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]