summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Tim Larsen2018-05-03 19:48:56 +0200
committerLouis Tim Larsen2018-05-03 19:48:56 +0200
commit36e4051e06fc9904591109a7b5d9291528f8fce7 (patch)
tree36ed530c7d331d39fa75356b6215d23445e53604
parent00fb4d7c0d54a775c373bc94a2cb33d815f691ca (diff)
downloadaur-36e4051e06fc9904591109a7b5d9291528f8fce7.tar.gz
xml file updated & png files get copied too
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ffd661374cb..34d04e865e5d 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 = 2
+ pkgrel = 3
url = http://xubuntu.org/news/xubuntu-16-04-wallpaper-competition-winners/
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index fb982f142e03..276f7b0f5a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xubuntu-community-artwork
pkgver=18.04.0
-pkgrel=2
+pkgrel=3
pkgdesc="Community wallpapers from Xubuntu 14.04, 16.04 & 18.04"
arch=(any)
url="http://xubuntu.org/news/xubuntu-16-04-wallpaper-competition-winners/"
@@ -16,7 +16,7 @@ sha512sums=('b9274abb7328167b4d6fbb6682e7cdf209665e0bcf2aaaf46caca5d55a2c570d528
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}/usr/share/xfce4/backdrops
- cp *.jpg ${pkgdir}/usr/share/xfce4/backdrops/
+ cp *.jpg *.png ${pkgdir}/usr/share/xfce4/backdrops/
cp ${srcdir}/xubuntu-community-wallpapers.xml ${pkgdir}/usr/share/gnome-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