[arch-commits] Commit in gpick/trunk (PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Thu Apr 28 12:14:55 UTC 2022


    Date: Thursday, April 28, 2022 @ 12:14:55
  Author: jelle
Revision: 1191573

Use GTK3

Modified:
  gpick/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 11:36:23 UTC (rev 1191572)
+++ PKGBUILD	2022-04-28 12:14:55 UTC (rev 1191573)
@@ -4,12 +4,12 @@
 
 pkgname=gpick
 pkgver=0.2.6
-pkgrel=3
+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')
+depends=('boost-libs' 'gtk3' 'lua')
 makedepends=('boost' 'scons' 'ragel')
 source=("https://github.com/thezbyg/$pkgname/archive/$pkgname-$pkgver.tar.gz"
         "https://github.com/thezbyg/$pkgname/commit/d4b7e77e895f57bf5dfee3cf4f0ad0258ec303bf.patch"
@@ -32,11 +32,11 @@
 
 build() {
     cd "$pkgname-$pkgname-$pkgver"
-    scons
+    scons USE_GTK3=true
 }
 
 package() {
     cd "$pkgname-$pkgname-$pkgver"
-    scons DESTDIR="$pkgdir/usr" install
+    scons USE_GTK3=true DESTDIR="$pkgdir/usr" install
     install -Dm644 installer/License.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list