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

Felix Yan felixonmars at archlinux.org
Thu May 31 02:56:33 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:56:32
  Author: felixonmars
Revision: 333953

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: gpick/repos/community-staging-x86_64/PKGBUILD (from rev 333952, gpick/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-05-31 02:56:32 UTC (rev 333953)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=gpick
+pkgver=0.2.6rc1
+pkgrel=3
+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