Date: Thursday, September 15, 2022 @ 17:58:10
Author: arojas
Revision: 456177
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kpipewire/repos/
kpipewire/repos/kde-unstable-x86_64/
kpipewire/repos/kde-unstable-x86_64/PKGBUILD
(from rev 456176, kpipewire/kde-unstable/PKGBUILD)
kpipewire/repos/kde-unstable-x86_64/keys/
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: kpipewire/repos/kde-unstable-x86_64/PKGBUILD (from rev 456176,
kpipewire/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD 2022-09-15 17:58:10 UTC (rev 456177)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=kpipewire
+pkgver=5.25.90
+pkgrel=1
+pkgdesc='Components relating to pipewire use in Plasma'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(kwayland ki18n kcoreaddons pipewire libepoxy ffmpeg)
+makedepends=(extra-cmake-modules plasma-wayland-protocols)
+groups=(plasma)
+source=(https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('aa7f9f7618bf49281a1881c792edd3666277b732d5ff29b265e43e753662653c'
+ 'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
<[email protected]>
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}