summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Tim Larsen2018-05-03 19:26:35 +0200
committerLouis Tim Larsen2018-05-03 19:26:35 +0200
commit00fb4d7c0d54a775c373bc94a2cb33d815f691ca (patch)
treeb1fd9faeebef98ccd65b0763881b9cd4dd41abd2
parentef2e3d862700a7a24057947226ba0170f0b63cb0 (diff)
downloadaur-00fb4d7c0d54a775c373bc94a2cb33d815f691ca.tar.gz
Updated w/ community wallpapers from Xubuntu 18.04
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a25e8ea8aae0..2ffd661374cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xubuntu-community-artwork
pkgdesc = Community wallpapers from Xubuntu 14.04, 16.04 & 18.04
pkgver = 18.04.0
- pkgrel = 1
+ pkgrel = 2
url = http://xubuntu.org/news/xubuntu-16-04-wallpaper-competition-winners/
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index a935dfa0cd70..fb982f142e03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xubuntu-community-artwork
pkgver=18.04.0
-pkgrel=1
+pkgrel=2
pkgdesc="Community wallpapers from Xubuntu 14.04, 16.04 & 18.04"
arch=(any)
url="http://xubuntu.org/news/xubuntu-16-04-wallpaper-competition-winners/"
@@ -14,11 +14,11 @@ sha512sums=('b9274abb7328167b4d6fbb6682e7cdf209665e0bcf2aaaf46caca5d55a2c570d528
'1357f5461c3a8a13d7f55ce8744770c69e681062319b535b4aec813caa2911c675ce59e77f9ad2810dd58c4e7f9898a8607d4f9f7b4133e9f0de5c4e5dd1673b')
package() {
- mkdir -p ${pkgdir}/usr/share/xfce4/backdrops ${pkgdir}/usr/share/gnome-background-properties ${pkgdir}/usr/share/mate-background-properties ${pkgdir}/usr/share/licenses/"$pkgname"
- cd ${srcdir}/$pkgname-$pkgver/usr/share/xfce4/backdrops
+ mkdir -p ${pkgdir}/usr/share/xfce4/backdrops ${pkgdir}/usr/share/gnome-background-properties ${pkgdir}/usr/share/mate-background-properties ${pkgdir}/usr/share/licenses/${pkgname}
+ cd ${srcdir}/${pkgname}/usr/share/xfce4/backdrops
cp *.jpg ${pkgdir}/usr/share/xfce4/backdrops/
cp ${srcdir}/xubuntu-community-wallpapers.xml ${pkgdir}/usr/share/gnome-background-properties/
- cp ${pkgdir}/usr/share/gnome-background-properties/xubuntu-community-wallpapers.xml ${pkgdir}/usr/share/mate-background-properties/
+ cp ${srcdir}/xubuntu-community-wallpapers.xml ${pkgdir}/usr/share/mate-background-properties/
sed -i 's/gnome-wp-list.dtd/mate-wp-list.dtd/' ${pkgdir}/usr/share/mate-background-properties/xubuntu-community-wallpapers.xml
- cp ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/"$pkgname"/
+ cp ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
}