summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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..a94b917d130a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = mint-backgrounds-sarah
+ pkgdesc = The backgrounds included in Linux Mint 18 Sarah
+ pkgver = 1.1
+ pkgrel = 1
+ url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-sarah
+ arch = any
+ license = Various
+ source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-sarah/mint-backgrounds-sarah_1.1.tar.gz
+ sha1sums = 5993acb3e9f2c075399e9275725cbd6ad3ab61a1
+
+pkgname = mint-backgrounds-sarah
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..79f3166b0101
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+#Maintainer: Seantum <tsiegele@gmx.at>
+pkgname=mint-backgrounds-sarah
+pkgver=1.1
+pkgrel=1
+pkgdesc="The backgrounds included in Linux Mint 18 Sarah"
+license=('Various')
+arch=('any')
+url="http://packages.linuxmint.com/pool/main/m/mint-backgrounds-sarah"
+source=("$url/mint-backgrounds-sarah_$pkgver.tar.gz")
+sha1sums=("5993acb3e9f2c075399e9275725cbd6ad3ab61a1")
+package() {
+ mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-sarah
+ cp -a $srcdir/$pkgname/backgrounds/linuxmint-sarah $pkgdir/usr/share/backgrounds/
+ mkdir -p $pkgdir/usr/share/{cinnamon-background-properties,gnome-background-properties}
+ cp -a $srcdir/$pkgname/cinnamon-background-properties/* $pkgdir/usr/share/cinnamon-background-properties/
+ cp -a $srcdir/$pkgname/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties
+}