summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergej Pupykin2020-08-03 02:33:13 +0300
committerSergej Pupykin2020-08-03 02:33:13 +0300
commit6a60aff5c6254ddbb6f65a04e8d61025b5c7211a (patch)
treeb04659b11b55a8f0dc2b8eb7f26dd1a5522551b2
parent8297588aab7f782c69f7db076862c4654539e40e (diff)
downloadaur-6a60aff5c6254ddbb6f65a04e8d61025b5c7211a.tar.gz
upd
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD6
2 files changed, 20 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f06985f4438..5bb1d6af4c13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,3 +13,18 @@ pkgbase = plascolin
pkgname = plascolin
+pkgbase = plascolin
+ pkgdesc = A tool to create and to view anaglyph stereo images and to display the left and right image on output devices
+ pkgver = 2.02
+ pkgrel = 2
+ url = http://www.schrammel.org/stereo-plascolin.php
+ arch = i686
+ arch = x86_64
+ license = GPL
+ depends = gtk2
+ depends = cairo
+ source = http://home.p5n.pp.ru/~sergej/dl/2014/plascolin_2.02.tgz
+ md5sums = 56e741d7cae3993d49fc0ee3588e9349
+
+pkgname = plascolin
+
diff --git a/PKGBUILD b/PKGBUILD
index 2515143fab80..99015b9bf946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=plascolin
pkgver=2.02
-pkgrel=1
+pkgrel=2
depends=('gtk2' 'cairo')
pkgdesc="A tool to create and to view anaglyph stereo images and to display the left and right image on output devices"
url="http://www.schrammel.org/stereo-plascolin.php"
@@ -15,6 +15,10 @@ md5sums=('56e741d7cae3993d49fc0ee3588e9349')
build() {
cd ${srcdir}/${pkgname}_${pkgver}
make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}_${pkgver}
install -Dm0755 plascolin $pkgdir/usr/bin/plascolin
install -Dm0644 plascolin.ui $pkgdir/usr/share/plascolin/plascolin.ui
}