The backgrounds included in Linux Mint 18.3 Sylvia
This commit is contained in:
commit
10fff11b13
12
.SRCINFO
Normal file
12
.SRCINFO
Normal file
@ -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
|
||||
|
17
PKGBUILD
Executable file
17
PKGBUILD
Executable file
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user