Date: Sunday, February 26, 2023 @ 16:52:00
Author: jelle
Revision: 1405275
archrelease: copy trunk to community-x86_64
Added:
wl-clipboard/repos/community-x86_64/PKGBUILD
(from rev 1405274, wl-clipboard/trunk/PKGBUILD)
Deleted:
wl-clipboard/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 57 ++++++++++++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-26 16:51:53 UTC (rev 1405274)
+++ PKGBUILD 2023-02-26 16:52:00 UTC (rev 1405275)
@@ -1,29 +0,0 @@
-# Maintainer: Brett Cornwall <[email protected]>
-# Contributor: Adam Brunnmeier
-
-pkgname=wl-clipboard
-pkgver=2.1.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')
-options=(debug)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v$pkgver.tar.gz")
-sha256sums=('72dab9a7d3835c76d6ff2089f15ffec9e064a321e5f3cbbe961a8fa81aff5573')
-
-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 1405274,
wl-clipboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-26 16:52:00 UTC (rev 1405275)
@@ -0,0 +1,28 @@
+# Maintainer: Brett Cornwall <[email protected]>
+# Contributor: Adam Brunnmeier
+
+pkgname=wl-clipboard
+pkgver=2.1.0
+pkgrel=3
+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=('72dab9a7d3835c76d6ff2089f15ffec9e064a321e5f3cbbe961a8fa81aff5573')
+
+build() {
+ arch-meson "$pkgname-$pkgver" build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}