summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCallum Moffat2015-11-22 05:59:44 +1300
committerCallum Moffat2015-11-22 05:59:44 +1300
commit18ef216cf8b49dae16d085b0dc2c31d0198cb29e (patch)
tree6b3b41aaf5c553c5bb8ac7c5eb1a298c38064728
parent74e8c34b8935b00d8c5780751b3ff2c1b9e764c5 (diff)
downloadaur-18ef216cf8b49dae16d085b0dc2c31d0198cb29e.tar.gz
Fixed it up
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d269eca70971..eaee52f8aff9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mint-backgrounds-rosa
arch = any
license = Various
source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-rosa/mint-backgrounds-rosa_1.2.tar.gz
+ sha1sums = 6b15cdfbdea184a84aaa1d56e48bdc55710e6be5
pkgname = mint-backgrounds-rosa
diff --git a/PKGBUILD b/PKGBUILD
index 52498cbce925..9916bd17649c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,11 @@ license=('Various')
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/mint-backgrounds-rosa"
source=("$url/mint-backgrounds-rosa_$pkgver.tar.gz")
+sha1sums=('6b15cdfbdea184a84aaa1d56e48bdc55710e6be5')
package() {
- cp -a $srcdir/usr $pkgdir
+ mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-rosa
+ cp -a $srcdir/$pkgname/backgrounds $pkgdir/usr/share/backgrounds/linuxmint-rosa
+ 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
}