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

Brett Cornwall ainola at archlinux.org
Tue Sep 17 09:24:11 UTC 2019


    Date: Tuesday, September 17, 2019 @ 09:24:10
  Author: ainola
Revision: 510975

archrelease: copy trunk to community-x86_64

Added:
  wl-clipboard/repos/community-x86_64/PKGBUILD
    (from rev 510974, wl-clipboard/trunk/PKGBUILD)
Deleted:
  wl-clipboard/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-17 09:24:02 UTC (rev 510974)
+++ PKGBUILD	2019-09-17 09:24:10 UTC (rev 510975)
@@ -1,27 +0,0 @@
-# Maintainer: Ainola
-# Contributor: Adam Brunnmeier
-
-pkgname=wl-clipboard
-pkgver=1.0.0
-pkgrel=4
-pkgdesc="Command-line copy/paste utilities for Wayland"
-arch=('x86_64')
-url="https://github.com/bugaevc/wl-clipboard"
-license=('GPL3')
-depends=('wayland')
-optdepends=(
-    'xdg-utils: for content type inference in wl-copy'
-    'mailcap: for type inference in wl-paste'
-)
-makedepends=('meson' 'wayland-protocols')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v$pkgver.tar.gz")
-sha256sums=('9b5c1f5f67c40672324194ec11c1fcbeccc72c0cd5b6712d6c7257be252387e3')
-
-build() {
-    arch-meson "$pkgname-$pkgver" build
-    ninja -C build
-}
-
-package() {
-    DESTDIR="$pkgdir" ninja -C build install
-}

Copied: wl-clipboard/repos/community-x86_64/PKGBUILD (from rev 510974, wl-clipboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-17 09:24:10 UTC (rev 510975)
@@ -0,0 +1,27 @@
+# Maintainer: Ainola
+# Contributor: Adam Brunnmeier
+
+pkgname=wl-clipboard
+pkgver=2.0.0_beta2
+pkgrel=1
+pkgdesc="Command-line copy/paste utilities for Wayland"
+arch=('x86_64')
+url="https://github.com/bugaevc/wl-clipboard"
+license=('GPL3')
+depends=('wayland')
+optdepends=(
+    'xdg-utils: for content type inference in wl-copy'
+    'mailcap: for type inference in wl-paste'
+)
+makedepends=('meson' 'wayland-protocols')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/$pkgver.tar.gz")
+sha256sums=('903c2df89a4f925e467f5c3793fc0297f0917319be7df5789a3c8cdd862799ab')
+
+build() {
+    arch-meson "$pkgname-$pkgver" build
+    ninja -C build
+}
+
+package() {
+    DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list