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

Alexander Rødseth arodseth at archlinux.org
Sun Apr 18 19:42:43 UTC 2021


    Date: Sunday, April 18, 2021 @ 19:42:42
  Author: arodseth
Revision: 919949

archrelease: copy trunk to community-x86_64

Added:
  grim/repos/community-x86_64/PKGBUILD
    (from rev 919948, grim/trunk/PKGBUILD)
Deleted:
  grim/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-18 19:33:54 UTC (rev 919948)
+++ PKGBUILD	2021-04-18 19:42:42 UTC (rev 919949)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: emersion <contact at emersion.fr>
-
-pkgname=grim
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Screenshot utility for Wayland'
-arch=(x86_64)
-url='https://github.com/emersion/grim'
-license=(MIT)
-depends=(cairo libjpeg-turbo wayland)
-makedepends=(fish git meson ninja pango scdoc wayland-protocols)
-source=("git+$url#commit=c2efce7ffcfb70df5ea197f729da83be79d54f34") # tag: v1.3.2
-sha256sums=('SKIP')
-
-build() {
-  arch-meson build $pkgname
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 $pkgname/LICENSE \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: grim/repos/community-x86_64/PKGBUILD (from rev 919948, grim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-18 19:42:42 UTC (rev 919949)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: emersion <contact at emersion.fr>
+
+pkgname=grim
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Screenshot utility for Wayland'
+arch=(x86_64)
+url='https://github.com/emersion/grim'
+license=(MIT)
+depends=(cairo libjpeg-turbo wayland)
+makedepends=(fish git meson ninja pango scdoc wayland-protocols)
+source=("git+$url#commit=c2efce7ffcfb70df5ea197f729da83be79d54f34") # tag: v1.3.2
+sha256sums=('SKIP')
+
+build() {
+  arch-meson build $pkgname
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 $pkgname/LICENSE \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list