2024-07-17 22:22:42 +03:30
|
|
|
# Maintainer: Parch Linux Distribution Team <feedback@parchlinux.ir>
|
|
|
|
|
|
|
|
pkgname=parch-nature-backgrounds
|
|
|
|
pkgver=1.0
|
|
|
|
pkgrel=1
|
|
|
|
pkgdesc='Parch Linux nature Wallpapers'
|
|
|
|
arch=('any')
|
2024-07-18 03:15:41 +03:30
|
|
|
url="https://github.com/parchlinuxb/parch-nature-backgrounds"
|
2024-07-17 22:22:42 +03:30
|
|
|
license=('GPL')
|
|
|
|
source=("wallpapers.zip")
|
|
|
|
sha256sums=('SKIP')
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "wallpapers"
|
|
|
|
install -d "${pkgdir}/usr/share/wallpapers/parch-nature/"
|
|
|
|
install -Dm 644 *.jpg "${pkgdir}/usr/share/wallpapers/parch-nature/"
|
|
|
|
install -Dm 644 parch-nature.xml "${pkgdir}/usr/share/gnome-background-properties/parch-nature.xml"
|
|
|
|
}
|