[arch-commits] Commit in gcolor3/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Sunday, October 25, 2020 @ 10:23:55
  Author: bgyorgy
Revision: 732333

archrelease: copy trunk to community-x86_64

Added:
  gcolor3/repos/community-x86_64/PKGBUILD
    (from rev 732332, gcolor3/trunk/PKGBUILD)
Deleted:
  gcolor3/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-25 10:23:52 UTC (rev 732332)
+++ PKGBUILD	2020-10-25 10:23:55 UTC (rev 732333)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gcolor3
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Simple color chooser written in GTK3"
-arch=(x86_64)
-url="https://www.hjdskes.nl/projects/gcolor3/"
-license=(GPL2)
-depends=(gtk3 libportal)
-makedepends=(git meson)
-_commit=7053f9e6a890175fc212df625e02ffbdce418146
-source=("git+https://gitlab.gnome.org/World/gcolor3.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gcolor3/repos/community-x86_64/PKGBUILD (from rev 732332, gcolor3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-25 10:23:55 UTC (rev 732333)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gcolor3
+pkgver=2.4.0
+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 xdg-desktop-portal)
+makedepends=(git meson)
+_commit=7053f9e6a890175fc212df625e02ffbdce418146  # tags/v2.4.0
+source=("git+https://gitlab.gnome.org/World/gcolor3.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list