[arch-commits] Commit in gnome-screenshot/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Apr 13 16:34:00 UTC 2022


    Date: Wednesday, April 13, 2022 @ 16:34:00
  Author: heftig
Revision: 442490

archrelease: copy trunk to extra-x86_64

Added:
  gnome-screenshot/repos/extra-x86_64/PKGBUILD
    (from rev 442489, gnome-screenshot/trunk/PKGBUILD)
Deleted:
  gnome-screenshot/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-13 16:33:44 UTC (rev 442489)
+++ PKGBUILD	2022-04-13 16:34:00 UTC (rev 442490)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-screenshot
-pkgver=41.0
-pkgrel=1
-pkgdesc="Take pictures of your screen"
-url="https://gitlab.gnome.org/GNOME/gnome-screenshot"
-arch=(x86_64)
-license=(GPL2)
-depends=(gtk3 libhandy)
-makedepends=(git meson appstream-glib)
-groups=(gnome)
-_commit=a867bea20ec621f42e8bd815311654cb687d6733  # tags/41.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-screenshot.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: gnome-screenshot/repos/extra-x86_64/PKGBUILD (from rev 442489, gnome-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-13 16:34:00 UTC (rev 442490)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-screenshot
+pkgver=41.0+r25+g45f08f0
+pkgrel=1
+pkgdesc="Take pictures of your screen"
+url="https://gitlab.gnome.org/GNOME/gnome-screenshot"
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3 libhandy)
+makedepends=(git meson appstream-glib)
+options=(debug)
+_commit=45f08f0b91a7b2aa589c9b3add671e144207e37a  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-screenshot.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list