Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / wl-clipboard
Commits:
048dbab4 by Jan Alexander Steffens (heftig) at 2025-06-28T17:58:20+02:00
1:2.2.1-3: namcap fixes
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = wl-clipboard
pkgdesc = Command-line copy/paste utilities for Wayland
pkgver = 2.2.1
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/bugaevc/wl-clipboard
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = meson
makedepends = wayland-protocols
+ depends = glibc
depends = wayland
optdepends = xdg-utils: for content type inference in wl-copy
optdepends = mailcap: for type inference in wl-paste
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
pkgname=wl-clipboard
pkgver=2.2.1
-pkgrel=2
+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')
+license=('GPL-3.0-or-later')
+depends=('glibc' 'wayland')
optdepends=(
'xdg-utils: for content type inference in wl-copy'
'mailcap: for type inference in wl-paste'
@@ -20,9 +20,9 @@
sha256sums=('6eb8081207fb5581d1d82c4bcd9587205a31a3d47bea3ebeb7f41aa1143783eb')
build() {
arch-meson "$pkgname-$pkgver" build
- ninja -C build
+ meson compile -C build
}
package() {
- DESTDIR="$pkgdir" ninja -C build install
+ meson install -C build --destdir "$pkgdir"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wl-clipboard/-/commit/048dbab4c64e3d627cd082d5deb133edc12e64ec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wl-clipboard/-/commit/048dbab4c64e3d627cd082d5deb133edc12e64ec
You're receiving this email because of your account on gitlab.archlinux.org.