[arch-commits] Commit in wl-clipboard/repos (2 files)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 13:51:34
  Author: felixonmars
Revision: 658620

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: wl-clipboard/repos/community-staging-x86_64/PKGBUILD (from rev 658619, 
wl-clipboard/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 13:51:34 UTC (rev 658620)
@@ -0,0 +1,28 @@
+# Maintainer: Ainola
+# Contributor: Adam Brunnmeier
+
+pkgname=wl-clipboard
+pkgver=2.0.0
+pkgrel=2
+epoch=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/v$pkgver.tar.gz;)
+sha256sums=('2c42f182432adabe56da0f1144d5fcc40b7aae3d8e14d2bc4dc4c3f91b51808d')
+
+build() {
+arch-meson "$pkgname-$pkgver" build
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+}


[arch-commits] Commit in wl-clipboard/repos (2 files)

2018-12-06 Thread Brett Cornwall via arch-commits
Date: Thursday, December 6, 2018 @ 23:46:29
  Author: ainola
Revision: 412013

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: wl-clipboard/repos/community-testing-x86_64/PKGBUILD (from rev 412012, 
wl-clipboard/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-12-06 23:46:29 UTC (rev 412013)
@@ -0,0 +1,27 @@
+# Maintainer: Ainola
+# Contributor: Adam Brunnmeier
+
+pkgname=wl-clipboard
+pkgver=1.0.0
+pkgrel=3
+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/v1.0.0.tar.gz;)
+sha256sums=('9b5c1f5f67c40672324194ec11c1fcbeccc72c0cd5b6712d6c7257be252387e3')
+
+build() {
+arch-meson "$pkgname-$pkgver" build
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+}