summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2016-03-20 17:17:31 +0100
committerMuflone2016-03-20 17:17:31 +0100
commit65c23765dfe4f2e411de7d518526fda7625da148 (patch)
tree236c244f2bb5073fb784137cd55595c1cb1fcf7a
downloadaur-65c23765dfe4f2e411de7d518526fda7625da148.tar.gz
New package gimp-plugin-place-layer-into-selection 1.0-1
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD17
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..223e47eb71f0
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Sun Mar 20 16:16:18 UTC 2016
+pkgbase = gimp-plugin-place-layer-into-selection
+ pkgdesc = Place a layer in a rectangular selection area.
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://some-gimp-plugins.com/contents/en/extensions/005/
+ arch = any
+ license = GPL
+ depends = gimp
+ source = http://some-gimp-plugins.com/contents/en/extensions/005/place-layer-into-selection.zip
+ sha256sums = 7fefd4d51c3c562ff724af5ba3aef72a4b7cfb87d31ccb5af685d01abb6ed11f
+
+pkgname = gimp-plugin-place-layer-into-selection
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5f10509ee617
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=gimp-plugin-place-layer-into-selection
+pkgver=1.0
+pkgrel=1
+pkgdesc="Place a layer in a rectangular selection area."
+arch=('any')
+url="http://some-gimp-plugins.com/contents/en/extensions/005/"
+license=('GPL')
+depends=('gimp')
+source=("http://some-gimp-plugins.com/contents/en/extensions/005/${pkgname/gimp-plugin-/}.zip")
+sha256sums=('7fefd4d51c3c562ff724af5ba3aef72a4b7cfb87d31ccb5af685d01abb6ed11f')
+
+package() {
+ install -m755 -d "${pkgdir}/usr/lib/gimp/2.0/plug-ins"
+ install -m755 -t "${pkgdir}/usr/lib/gimp/2.0/plug-ins" "${pkgname/gimp-plugin-/}.py"
+}