[arch-commits] Commit in gpick/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Sep 18 04:12:45 UTC 2018


    Date: Tuesday, September 18, 2018 @ 04:12:45
  Author: foutrelis
Revision: 382897

archrelease: copy trunk to community-staging-x86_64

Added:
  gpick/repos/community-staging-x86_64/
  gpick/repos/community-staging-x86_64/PKGBUILD
    (from rev 382896, gpick/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: gpick/repos/community-staging-x86_64/PKGBUILD (from rev 382896, gpick/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-09-18 04:12:45 UTC (rev 382897)
@@ -0,0 +1,25 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=gpick
+pkgver=0.2.6rc1
+pkgrel=4
+pkgdesc="Advanced color picker written in C++ using GTK+ toolkit"
+arch=('x86_64')
+url="http://www.gpick.org/"
+license=('BSD')
+depends=('boost-libs' 'gtk2' 'lua')
+makedepends=('boost' 'scons' 'ragel')
+source=("https://github.com/thezbyg/$pkgname/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('4e55600a6894fb52ab3d9d4a2fc42580cce289da6912bf916060a5a6301333d8')
+
+build() {
+    cd "$pkgname-$pkgname-$pkgver"
+    scons
+}
+
+package() {
+    cd "$pkgname-$pkgname-$pkgver"
+    scons DESTDIR="$pkgdir/usr" install
+    install -Dm644 installer/License.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list