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

Brett Cornwall ainola at archlinux.org
Fri Dec 7 21:41:30 UTC 2018


    Date: Friday, December 7, 2018 @ 21:41:29
  Author: ainola
Revision: 412197

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-07 21:39:52 UTC (rev 412196)
+++ PKGBUILD	2018-12-07 21:41:29 UTC (rev 412197)
@@ -1,27 +0,0 @@
-# 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
-}

Copied: wl-clipboard/repos/community-testing-x86_64/PKGBUILD (from rev 412196, wl-clipboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-07 21:41:29 UTC (rev 412197)
@@ -0,0 +1,27 @@
+# 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
+}



More information about the arch-commits mailing list