summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorseantum2018-02-04 19:44:34 +0100
committerseantum2018-02-04 19:44:34 +0100
commit10fff11b132ab73250fd35189f402a2017ae6c91 (patch)
tree72b6833a238a0be76733ed62d700c4a97eeab2ba
downloadaur-10fff11b132ab73250fd35189f402a2017ae6c91.tar.gz
The backgrounds included in Linux Mint 18.3 Sylvia
-rw-r--r--.SRCINFO12
-rwxr-xr-xPKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..199266f489fd
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = mint-backgrounds-sylvia
+ pkgdesc = The backgrounds included in Linux Mint 18.3 Sylvia
+ pkgver = 1.1
+ pkgrel = 1
+ url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-sylvia
+ arch = any
+ license = GPL3
+ source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-sylvia/mint-backgrounds-sylvia_1.1.tar.gz
+ md5sums = f975bc54518635966af7c1e56c571652
+
+pkgname = mint-backgrounds-sylvia
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100755
index 000000000000..acdcf6039327
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+#Maintainer: Seantum <tsiegele AT gmx DOT at>
+pkgname=mint-backgrounds-sylvia
+pkgver=1.1
+pkgrel=1
+pkgdesc="The backgrounds included in Linux Mint 18.3 Sylvia"
+license=('GPL3')
+arch=('any')
+url="http://packages.linuxmint.com/pool/main/m/mint-backgrounds-sylvia"
+source=("$url/mint-backgrounds-sylvia_$pkgver.tar.gz")
+md5sums=("f975bc54518635966af7c1e56c571652")
+package() {
+ mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-sylvia
+ cp -a $srcdir/$pkgname/backgrounds/linuxmint-sylvia $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
+}