[arch-commits] Commit in gnome-screenshot/repos (2 files)

Jan Steffens heftig at archlinux.org
Sat Sep 26 22:05:25 UTC 2020


    Date: Saturday, September 26, 2020 @ 22:05:25
  Author: heftig
Revision: 396656

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-screenshot/repos/gnome-unstable-x86_64/
  gnome-screenshot/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 396655, gnome-screenshot/trunk/PKGBUILD)

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

Copied: gnome-screenshot/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396655, gnome-screenshot/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2020-09-26 22:05:25 UTC (rev 396656)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-screenshot
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="Take pictures of your screen"
+url="https://gitlab.gnome.org/GNOME/gnome-screenshot"
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3 libcanberra libhandy)
+makedepends=(git meson appstream-glib)
+groups=(gnome)
+_commit=55e4838cf4853246e11849c3fadba8518e81a0a1  # tags/3.38.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'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list