summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cbe9f1bf7ba049e02dc4757071833f7d0966f1a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Simon Vall <wahll@protonmail.ch>
pkgname=deepin-wallpapers-gnome-integration
pkgver=0.0.1
pkgrel=1
pkgdesc="Make deepin-wallpapers show up in GNOME Settings"
arch=('any')
url="https://github.com/simonwahll/deepin-wallpapers-gnome-integration"
license=('GPL3')
depends=('deepin-wallpapers')
source=("https://github.com/simonwahll/deepin-wallpapers-gnome-integration/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('40527b09297aa590f69baa47e5b4f51a2b9bb6dc28daef00e457de20a90bd67e')

package() {
	cd "$pkgname-$pkgver"
	install -Dm644 usr/share/gnome-background-properties/deepin-backgrounds.xml -t "$pkgdir/usr/share/gnome-background-properties/"
}