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

Jan Steffens heftig at archlinux.org
Sun Mar 21 02:07:22 UTC 2021


    Date: Sunday, March 21, 2021 @ 02:07:21
  Author: heftig
Revision: 410397

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-21 02:07:14 UTC (rev 410396)
+++ PKGBUILD	2021-03-21 02:07:21 UTC (rev 410397)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-screenshot
-pkgver=40.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=250a23ad8dc9ed9d07d95c0fa53781b8bee8f49b  # tags/40.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:

Copied: gnome-screenshot/repos/extra-x86_64/PKGBUILD (from rev 410396, gnome-screenshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-21 02:07:21 UTC (rev 410397)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-screenshot
+pkgver=40.0
+pkgrel=2
+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=250a23ad8dc9ed9d07d95c0fa53781b8bee8f49b  # tags/40.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