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

Maxim Baz maximbaz at archlinux.org
Fri Oct 16 16:49:01 UTC 2020


    Date: Friday, October 16, 2020 @ 16:49:00
  Author: maximbaz
Revision: 724764

archrelease: copy trunk to community-x86_64

Added:
  slurp/repos/community-x86_64/PKGBUILD
    (from rev 724763, slurp/trunk/PKGBUILD)
Deleted:
  slurp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 16:48:57 UTC (rev 724763)
+++ PKGBUILD	2020-10-16 16:49:00 UTC (rev 724764)
@@ -1,30 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-
-pkgname=slurp
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Select a region in a Wayland compositor'
-arch=('x86_64')
-url="https://github.com/emersion/slurp"
-license=('MIT')
-depends=('cairo' 'wayland')
-makedepends=('meson' 'scdoc' 'wayland-protocols')
-source=(
-    "$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz"
-    "$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz.sig"
-)
-validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48") # emersion
-sha256sums=('050aada0dd7925a7fc5811f3c1b1c88236fdbcdc75587e8a9393373951c2c145'
-            'SKIP')
-
-build() {
-    meson --prefix=/usr --buildtype=plain "$pkgname-$pkgver" build
-    ninja -C build
-}
-
-package() {
-    DESTDIR="$pkgdir" ninja -C build install
-    cd "$pkgname-$pkgver"
-    install -Dm 0644 LICENSE -t "$pkgdir/usr/share/licenses/slurp/"
-    install -Dm 0644 README.md -t "$pkgdir/usr/share/doc/slurp/"
-}

Copied: slurp/repos/community-x86_64/PKGBUILD (from rev 724763, slurp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-16 16:49:00 UTC (rev 724764)
@@ -0,0 +1,31 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=slurp
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Select a region in a Wayland compositor'
+arch=('x86_64')
+url="https://github.com/emersion/slurp"
+license=('MIT')
+depends=('cairo' 'wayland' 'libxkbcommon')
+makedepends=('meson' 'scdoc' 'wayland-protocols')
+source=(
+    "$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz"
+    "$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz.sig"
+)
+validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48") # emersion
+sha256sums=('07715ca3021e983c0630e1d901b18495c154e630bf5151fdbaf0aaba658573c3'
+            'SKIP')
+
+build() {
+    arch-meson "$pkgname-$pkgver" build
+    ninja -C build
+}
+
+package() {
+    DESTDIR="$pkgdir" ninja -C build install
+    cd "$pkgname-$pkgver"
+    install -Dm 0644 LICENSE -t "$pkgdir/usr/share/licenses/slurp/"
+    install -Dm 0644 README.md -t "$pkgdir/usr/share/doc/slurp/"
+}



More information about the arch-commits mailing list