# Maintainer: Franck Stauffer # Contributor: Sefa Eyeoglu # Contributor: Felix Yan # Contributor: Antonio Rojas # Contributor: Andrea Scarpino pkgname=oxygen-sounds pkgdesc='KDE Oxygen sound pack' pkgver=5.21.5 pkgrel=1 arch=('any') url='https://www.kde.org/workspaces/plasmadesktop/' license=('LGPL') source=("https://download.kde.org/stable/plasma/$pkgver/oxygen-$pkgver.tar.xz"{,.sig}) sha256sums=('ac0ad3b62438d08b7103e49871b6751e22bb2308c42072b830f4f8ee00d83649' 'SKIP') validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E') # Jonathan Riddell package() { cd "oxygen-$pkgver" for file in sounds/*.ogg; do install -Dvm 644 "$file" "$pkgdir/usr/share/$file" done }