From 10fff11b132ab73250fd35189f402a2017ae6c91 Mon Sep 17 00:00:00 2001 From: seantum Date: Sun, 4 Feb 2018 19:44:34 +0100 Subject: [PATCH] The backgrounds included in Linux Mint 18.3 Sylvia --- .SRCINFO | 12 ++++++++++++ PKGBUILD | 17 +++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .SRCINFO create mode 100755 PKGBUILD diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..199266f --- /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 0000000..acdcf60 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,17 @@ +#Maintainer: Seantum +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 +}