Skip to content

Commit

Permalink
alsa-ucm-conf: Add package until archlinux updates it
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Nov 21, 2024
1 parent 5c15e6b commit 425cfc6
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
16 changes: 16 additions & 0 deletions alsa-ucm-conf/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pkgbase = alsa-ucm-conf
pkgdesc = ALSA Use Case Manager configuration (and topologies)
pkgver = 1.2.13
pkgrel = 1
url = https://alsa-project.org/
arch = any
license = BSD-3-Clause
source = https://alsa-project.org//files/pub/lib/alsa-ucm-conf-1.2.13.tar.bz2
source = https://alsa-project.org//files/pub/lib/alsa-ucm-conf-1.2.13.tar.bz2.sig
validpgpkeys = F04DF50737AC1A884C4B3D718380596DA6E59C91
sha512sums = cad867268851ac178f3a5378a00e292184b0e0ec7955f297ae7ed56073d3dddb06c08666b23b1bf6b0065068a9370ee34608bd687763658c79d34b64059b1c85
sha512sums = SKIP
b2sums = 87e4bf2285961e316ca853e9245e02447ea9e60fa506e124c072e2b6ed71345fc0c30b19bf8c849f8123a6b95a4facd22225eafccba8164266961110a60ef44c
b2sums = SKIP

pkgname = alsa-ucm-conf
4 changes: 4 additions & 0 deletions alsa-ucm-conf/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[alsa-ucm-conf]
source = "git"
git = "https://github.com/alsa-project/alsa-ucm-conf"
prefix = "v"
27 changes: 27 additions & 0 deletions alsa-ucm-conf/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Maintainer: David Runge <[email protected]>
# Contributor: Jan Alexander Steffens (heftig) <[email protected]>

pkgname=alsa-ucm-conf
pkgver=1.2.13
pkgrel=1
pkgdesc="ALSA Use Case Manager configuration (and topologies)"
arch=(any)
url="https://alsa-project.org/"
license=(BSD-3-Clause)
source=(
$url/files/pub/lib/$pkgname-$pkgver.tar.bz2{,.sig}
)
sha512sums=('cad867268851ac178f3a5378a00e292184b0e0ec7955f297ae7ed56073d3dddb06c08666b23b1bf6b0065068a9370ee34608bd687763658c79d34b64059b1c85'
'SKIP')
b2sums=('87e4bf2285961e316ca853e9245e02447ea9e60fa506e124c072e2b6ed71345fc0c30b19bf8c849f8123a6b95a4facd22225eafccba8164266961110a60ef44c'
'SKIP')
validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team (Package Signing Key v1) <[email protected]>

package() {
cd $pkgname-$pkgver
install -vdm 755 "$pkgdir/usr/share/alsa/"
cp -av ucm2 "$pkgdir/usr/share/alsa/"
install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
install -vDm 644 ucm2/README.md -t "$pkgdir/usr/share/doc/$pkgname/ucm2"
}

0 comments on commit 425cfc6

Please sign in to comment.