[arch-commits] Commit in gcolor3/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Oct 16 19:29:15 UTC 2020
Date: Friday, October 16, 2020 @ 19:29:14
Author: arojas
Revision: 724886
archrelease: copy trunk to community-x86_64
Added:
gcolor3/repos/community-x86_64/PKGBUILD
(from rev 724885, gcolor3/trunk/PKGBUILD)
Deleted:
gcolor3/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-16 19:29:04 UTC (rev 724885)
+++ PKGBUILD 2020-10-16 19:29:14 UTC (rev 724886)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gcolor3
-pkgver=2.3.1
-pkgrel=2
-pkgdesc="Simple color chooser written in GTK3"
-arch=(x86_64)
-url="https://www.hjdskes.nl/projects/gcolor3/"
-license=(GPL3)
-depends=(gtk3)
-makedepends=(git meson)
-_commit=17dca0125fc3c931418d8723b684332d35bd5715 # tags/v2.3.1^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
- ninja -C build
-}
-
-check() {
- meson test -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: gcolor3/repos/community-x86_64/PKGBUILD (from rev 724885, gcolor3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-10-16 19:29:14 UTC (rev 724886)
@@ -0,0 +1,32 @@
+# 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
+}
More information about the arch-commits
mailing list