mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-23 15:12:20 +01:00
24 lines
502 B
Plaintext
24 lines
502 B
Plaintext
# Description: Sound theme for Xfce
|
|
# URL: https://www.xfce-look.org/p/1187979/
|
|
# Maintainer: jolupa, jlpavon at me dot com
|
|
# Depends on: libcanberra
|
|
|
|
name=sound-theme-smooth
|
|
version=1.1
|
|
release=1
|
|
source=(Smooth.tar.gz)
|
|
|
|
build() {
|
|
|
|
cd Smooth
|
|
|
|
rm -r stereo/documentation
|
|
|
|
install -dm755 $PKG/usr/share/sounds/Smooth
|
|
install -dm755 $PKG/usr/share/sounds/Smooth/stereo
|
|
|
|
install -m644 index.theme $PKG/usr/share/sounds/Smooth
|
|
install -m644 stereo/* $PKG/usr/share/sounds/Smooth/stereo
|
|
|
|
}
|