summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorFlorian Franzmann2019-06-22 11:39:09 +0200
committerFlorian Franzmann2019-06-22 11:43:33 +0200
commit263f42a688640a427d09d2555d756dab05e7dbdf (patch)
treedd8e240ea0a830e8b26fa7af61c48bc319dc521b /graphics
parent8012c5bb42f86ec69b667f6a97f3e964e2f311fd (diff)
graphics/mypaint-brushes: new spell, brushes for mypaint
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/mypaint-brushes/DEPENDS4
-rwxr-xr-xgraphics/mypaint-brushes/DETAILS13
-rw-r--r--graphics/mypaint-brushes/HISTORY3
-rwxr-xr-xgraphics/mypaint-brushes/PRE_BUILD4
4 files changed, 24 insertions, 0 deletions
diff --git a/graphics/mypaint-brushes/DEPENDS b/graphics/mypaint-brushes/DEPENDS
new file mode 100755
index 0000000000..03dc5c1c52
--- /dev/null
+++ b/graphics/mypaint-brushes/DEPENDS
@@ -0,0 +1,4 @@
+depends libmypaint
+
+depends autoconf &&
+depends automake
diff --git a/graphics/mypaint-brushes/DETAILS b/graphics/mypaint-brushes/DETAILS
new file mode 100755
index 0000000000..efdfa2e335
--- /dev/null
+++ b/graphics/mypaint-brushes/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=mypaint-brushes
+ VERSION=1.3.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/mypaint/${SPELL}/archive/v$VERSION.tar.gz
+ SOURCE_HASH=sha512:f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$VERSION"
+ WEB_SITE="https://github.com/mypaint/mypaint-brushes"
+ LICENSE[0]=GPL
+ ENTERED=20190622
+ SHORT="brushes used by MyPaint and other software using libmypaint"
+cat << EOF
+Brushes used by MyPaint and other software using libmypaint.
+EOF
diff --git a/graphics/mypaint-brushes/HISTORY b/graphics/mypaint-brushes/HISTORY
new file mode 100644
index 0000000000..c3c456411b
--- /dev/null
+++ b/graphics/mypaint-brushes/HISTORY
@@ -0,0 +1,3 @@
+2019-06-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/graphics/mypaint-brushes/PRE_BUILD b/graphics/mypaint-brushes/PRE_BUILD
new file mode 100755
index 0000000000..2c7959e81a
--- /dev/null
+++ b/graphics/mypaint-brushes/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+autoreconf -fi