[arch-commits] Commit in wl-clipboard/repos/community-x86_64 (PKGBUILD PKGBUILD)
Brett Cornwall
ainola at archlinux.org
Thu Oct 3 19:20:14 UTC 2019
Date: Thursday, October 3, 2019 @ 19:20:13
Author: ainola
Revision: 512554
archrelease: copy trunk to community-x86_64
Added:
wl-clipboard/repos/community-x86_64/PKGBUILD
(from rev 512553, wl-clipboard/trunk/PKGBUILD)
Deleted:
wl-clipboard/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 55 ++++++++++++++++++++++++++++---------------------------
1 file changed, 28 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-03 19:20:01 UTC (rev 512553)
+++ PKGBUILD 2019-10-03 19:20:13 UTC (rev 512554)
@@ -1,27 +0,0 @@
-# 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
-}
Copied: wl-clipboard/repos/community-x86_64/PKGBUILD (from rev 512553, wl-clipboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-03 19:20:13 UTC (rev 512554)
@@ -0,0 +1,28 @@
+# Maintainer: Ainola
+# Contributor: Adam Brunnmeier
+
+pkgname=wl-clipboard
+pkgver=2.0.0
+pkgrel=1
+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
+}
More information about the arch-commits
mailing list