summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Vall2021-05-06 21:03:11 +0200
committerSimon Vall2021-05-06 21:03:11 +0200
commit6f86ad5b1e710cb0d51bd881fb0ba4bc9f7af192 (patch)
treee8b9755c3ce8f11739385c00596e80fd376b3dd2
downloadaur-6f86ad5b1e710cb0d51bd881fb0ba4bc9f7af192.tar.gz
Initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD16
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..156b215de541
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = nature-wallpapers-gnome-integration
+ pkgdesc = Make nature-wallpapers show up in GNOME Settings
+ pkgver = 0.0.1
+ pkgrel = 1
+ url = https://github.com/simonwahll/nature-wallpapers-gnome-integration
+ arch = any
+ license = GPL3
+ depends = nature-wallpapers
+ source = https://github.com/simonwahll/nature-wallpapers-gnome-integration/archive/refs/tags/0.0.1.tar.gz
+ sha256sums = feb9c4f13fa58fdfc6e8e8524d24a3d027ecd801d6cc3bc92e3ac77736d22652
+
+pkgname = nature-wallpapers-gnome-integration
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..949e146f38a8
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Simon Vall <wahll@protonmail.ch>
+pkgname=nature-wallpapers-gnome-integration
+pkgver=0.0.1
+pkgrel=1
+pkgdesc="Make nature-wallpapers show up in GNOME Settings"
+arch=('any')
+url="https://github.com/simonwahll/nature-wallpapers-gnome-integration"
+license=('GPL3')
+depends=('nature-wallpapers')
+source=("https://github.com/simonwahll/nature-wallpapers-gnome-integration/archive/refs/tags/$pkgver.tar.gz")
+sha256sums=('feb9c4f13fa58fdfc6e8e8524d24a3d027ecd801d6cc3bc92e3ac77736d22652')
+
+package() {
+ cd "$pkgname-$pkgver"
+ install -Dm644 usr/share/gnome-background-properties/nature-wallpapers-backgrounds.xml -t "$pkgdir/usr/share/gnome-background-properties/"
+}