The backgrounds included in Linux Mint 18.2 Sonya
This commit is contained in:
commit
43f2bbc841
11
.SRCINFO
Normal file
11
.SRCINFO
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pkgbase = mint-backgrounds-sonya
|
||||||
|
pkgdesc = The backgrounds included in Linux Mint 18.2 Sonya
|
||||||
|
pkgver = 1.1
|
||||||
|
pkgrel = 1
|
||||||
|
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-sonya
|
||||||
|
arch = any
|
||||||
|
license = Various
|
||||||
|
source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-sonya/mint-backgrounds-sonya1.1.tar.gz
|
||||||
|
|
||||||
|
pkgname = mint-backgrounds-sonya
|
||||||
|
|
15
PKGBUILD
Normal file
15
PKGBUILD
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
pkgname=mint-backgrounds-sonya
|
||||||
|
pkgver=1.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="The backgrounds included in Linux Mint 18.2 Sonya"
|
||||||
|
license=('Various')
|
||||||
|
arch=('any')
|
||||||
|
url="http://packages.linuxmint.com/pool/main/m/mint-backgrounds-sonya"
|
||||||
|
source=("$url/mint-backgrounds-sonya$pkgver.tar.gz")
|
||||||
|
package() {
|
||||||
|
mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-sonya
|
||||||
|
cp -a $srcdir/$pkgname/backgrounds/linuxmint-sonya $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…
x
Reference in New Issue
Block a user