summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Phillips2016-02-23 23:44:13 +1300
committerDavid Phillips2016-02-23 23:44:13 +1300
commit30b0a25ff34110720600c9a666be9d6e6e5e6a1f (patch)
treef855f577eff6e99dfef6b88af31755106a6a3b0d
downloadaur-30b0a25ff34110720600c9a666be9d6e6e5e6a1f.tar.gz
Initial
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d490c2d9a958
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Tue Feb 23 10:43:59 UTC 2016
+pkgbase = gimp-plugin-make-anaglyph
+ pkgdesc = Gimp plugin to create stereoscopic 3D anaglyph photos from a stereo pair
+ pkgver = 1
+ pkgrel = 1
+ url = http://registry.gimp.org/node/6527
+ arch = any
+ license = GPL2
+ depends = gimp
+ source = http://registry.gimp.org/files/script-fu-make-anaglyph.scm
+ sha256sums = 17891b9e7148c97a5e7497d9afcbc20271203321d95ff3b87a054e7a9dd6f770
+
+pkgname = gimp-plugin-make-anaglyph
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3a21dfc446da
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+
+
+_script=make-anaglyph
+pkgname=gimp-plugin-${_script}
+pkgver=1
+pkgrel=1
+pkgdesc="Gimp plugin to create stereoscopic 3D anaglyph photos from a stereo pair"
+arch=('any')
+license=('GPL2')
+url="http://registry.gimp.org/node/6527"
+depends=('gimp')
+source=("http://registry.gimp.org/files/script-fu-${_script}.scm")
+sha256sums=('17891b9e7148c97a5e7497d9afcbc20271203321d95ff3b87a054e7a9dd6f770')
+
+package() {
+ local sname="script-fu-${_script}.scm"
+ install -D "${srcdir}/${sname}" "${pkgdir}/usr/share/gimp/2.0/scripts/${sname}"
+}