summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Jochim2022-11-24 15:38:11 +0100
committerMarkus Jochim2022-11-24 15:38:11 +0100
commitae38e16412ef8d72379ce1ada42adb714ec0e9ff (patch)
tree1f91a643da26c8be9cbb00bc132b13eaa104acde
downloadaur-gnome-backgrounds-brush-strokes.tar.gz
New package: gnome-backgrounds-brush-strokes
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..885e116564b8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = gnome-backgrounds-brush-strokes
+ pkgdesc = Brush Strokes wallpaper from GNOME 42
+ pkgver = 1
+ pkgrel = 1
+ url = https://github.com/MJochim/gnome-backgrounds-brush-strokes
+ arch = any
+ license = CCPL:by-sa
+ source = gnome-backgrounds-brush-strokes-1.tar.gz::https://github.com/MJochim/gnome-backgrounds-brush-strokes/archive/v1.tar.gz
+ sha256sums = f886ed907bd1ae2d87121346ee01184057d7bdbf33171df765d01fba9b73f532
+
+pkgname = gnome-backgrounds-brush-strokes
+ conflicts = gnome-backgrounds<43
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a5d6457317ac
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Markus Jochim <contact-markus@mensing-jochim.de>
+pkgname=gnome-backgrounds-brush-strokes
+pkgver=1
+pkgrel=1
+pkgdesc="Brush Strokes wallpaper from GNOME 42"
+arch=("any")
+url="https://github.com/MJochim/gnome-backgrounds-brush-strokes"
+license=("CCPL:by-sa")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/MJochim/gnome-backgrounds-brush-strokes/archive/v$pkgver.tar.gz")
+sha256sums=('f886ed907bd1ae2d87121346ee01184057d7bdbf33171df765d01fba9b73f532')
+
+package() {
+ conflicts=('gnome-backgrounds<43')
+ mkdir -p "${pkgdir}/usr/share"
+ cp -a "${srcdir}/gnome-backgrounds-brush-strokes-1/backgrounds" "${pkgdir}/usr/share"
+ cp -a "${srcdir}/gnome-backgrounds-brush-strokes-1/gnome-background-properties" "${pkgdir}/usr/share"
+}