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

Balló György bgyorgy at archlinux.org
Sun Oct 25 10:23:52 UTC 2020


    Date: Sunday, October 25, 2020 @ 10:23:52
  Author: bgyorgy
Revision: 732332

upgpkg: gcolor3 2.4.0-2: Add xdg-desktop-portal to dependencies

Modified:
  gcolor3/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-25 10:23:32 UTC (rev 732331)
+++ PKGBUILD	2020-10-25 10:23:52 UTC (rev 732332)
@@ -2,14 +2,14 @@
 
 pkgname=gcolor3
 pkgver=2.4.0
-pkgrel=1
-pkgdesc="Simple color chooser written in GTK3"
+pkgrel=2
+pkgdesc="Simple color chooser written in GTK3 (relies on xdg-desktop-portal implementation)"
 arch=(x86_64)
 url="https://www.hjdskes.nl/projects/gcolor3/"
 license=(GPL2)
-depends=(gtk3 libportal)
+depends=(gtk3 libportal xdg-desktop-portal)
 makedepends=(git meson)
-_commit=7053f9e6a890175fc212df625e02ffbdce418146
+_commit=7053f9e6a890175fc212df625e02ffbdce418146  # tags/v2.4.0
 source=("git+https://gitlab.gnome.org/World/gcolor3.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -20,7 +20,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list