summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e65a1b323535
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = ffdiaporama-openclipart
+ pkgdesc = Extension for ffDiaporama to use the openclipart-library
+ pkgver = 0.18
+ pkgrel = 1
+ url = http://ffdiaporama.tuxfamily.org
+ arch = any
+ license = none
+ depends = openclipart-svg
+ source = http://download.tuxfamily.org/ffdiaporama/Packages/Stable/ffdiaporama_openclipart_0.18.2014.0205.tar.gz
+ md5sums = ff8369586c9190368a88db33c5a3a756
+
+pkgname = ffdiaporama-openclipart
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..6dceb5a077c9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Steffen Weber <-boenki-gmx-de->
+
+pkgname=ffdiaporama-openclipart
+pkgver=0.18
+pkgrel=1
+pkgdesc="Extension for ffDiaporama to use the openclipart-library"
+arch=('any')
+url="http://ffdiaporama.tuxfamily.org"
+license=('none')
+depends=('openclipart-svg')
+source=(http://download.tuxfamily.org/ffdiaporama/Packages/Stable/ffdiaporama_openclipart_0.18.2014.0205.tar.gz)
+md5sums=('ff8369586c9190368a88db33c5a3a756')
+
+package() {
+ mkdir -p $pkgdir/usr/share/ffDiaporama/clipart/openclipart-0.18-svgonly
+ ln -s /usr/share/openclipart/svg $pkgdir/usr/share/ffDiaporama/clipart/openclipart-0.18-svgonly/clipart
+ install -m644 $srcdir/ffDiaporama_openclipart/*.txt $pkgdir/usr/share/ffDiaporama/clipart
+} \ No newline at end of file