Update to 1.2-2
This commit is contained in:
parent
18ef216cf8
commit
a845d3a11b
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = mint-backgrounds-rosa
|
||||
pkgdesc = The backgrounds included in Linux Mint 17.3 Rosa
|
||||
pkgver = 1.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-rosa
|
||||
arch = any
|
||||
license = Various
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,6 +1,6 @@
|
||||
pkgname=mint-backgrounds-rosa
|
||||
pkgver=1.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The backgrounds included in Linux Mint 17.3 Rosa"
|
||||
license=('Various')
|
||||
arch=('any')
|
||||
@ -9,7 +9,7 @@ source=("$url/mint-backgrounds-rosa_$pkgver.tar.gz")
|
||||
sha1sums=('6b15cdfbdea184a84aaa1d56e48bdc55710e6be5')
|
||||
package() {
|
||||
mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-rosa
|
||||
cp -a $srcdir/$pkgname/backgrounds $pkgdir/usr/share/backgrounds/linuxmint-rosa
|
||||
cp -a $srcdir/$pkgname/backgrounds/linuxmint-rosa $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