summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Tim Larsen2018-05-03 19:04:30 +0200
committerLouis Tim Larsen2018-05-03 19:04:30 +0200
commitb9310c652bc495ead0a8dfa00f7f6a5838c17c9b (patch)
tree6678ac13c21b44a7ad4b4efb93d8f4c9850f927a
parent84196a0bd5be7364331a9f3613d77c92a6e860b9 (diff)
downloadaur-b9310c652bc495ead0a8dfa00f7f6a5838c17c9b.tar.gz
Updated w/ Xubuntu 18.04 wallpapers
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD20
2 files changed, 16 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a312cea6bcc..a25e8ea8aae0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = xubuntu-community-artwork
- pkgdesc = Community wallpapers from Xubuntu 14.04 & 16.04
- pkgver = 16.04.0
- pkgrel = 5
+ pkgdesc = Community wallpapers from Xubuntu 14.04, 16.04 & 18.04
+ pkgver = 18.04.0
+ pkgrel = 1
url = http://xubuntu.org/news/xubuntu-16-04-wallpaper-competition-winners/
arch = any
license = custom
provides = xubuntu-community-wallpapers
- source = http://archive.ubuntu.com/ubuntu/pool/universe/x/xubuntu-community-artwork/xubuntu-community-artwork_16.04.0.tar.xz
+ source = http://archive.ubuntu.com/ubuntu/pool/universe/x/xubuntu-community-artwork/xubuntu-community-artwork_18.04.0.tar.xz
source = xubuntu-community-wallpapers.xml
source = LICENSE
- sha512sums = cca20d1e317168a00bbae5e3aadcf73db8c0f12504701aa36be2d53de7b9cef7919cbba07c53a08685845c4986ee88b2f3ba62ebde8cabf657626d36b5e6318c
+ sha512sums = b9274abb7328167b4d6fbb6682e7cdf209665e0bcf2aaaf46caca5d55a2c570d528660aad1ca998b910dec062d30aa56ff629ec70492674c5f99bb551ba7e27f
sha512sums = 05c24292941c42086007aa1c8b77f8b3293c3956ee1ae04498f54f5b96a9b987ed7443aa3c9ade9c834e9074ae82822da18ad667a329f581bfcf4850bdc93fc9
sha512sums = 1357f5461c3a8a13d7f55ce8744770c69e681062319b535b4aec813caa2911c675ce59e77f9ad2810dd58c4e7f9898a8607d4f9f7b4133e9f0de5c4e5dd1673b
diff --git a/PKGBUILD b/PKGBUILD
index e275f4bf6193..44d3bfde2e15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,25 @@
# Maintainer: Louis Tim Larsen <louis(a)louis.dk>
pkgname=xubuntu-community-artwork
-pkgver=16.04.0
-pkgrel=5
-pkgdesc="Community wallpapers from Xubuntu 14.04 & 16.04"
+pkgver=18.04.0
+pkgrel=1
+pkgdesc="Community wallpapers from Xubuntu 14.04, 16.04 & 18.04"
arch=(any)
url="http://xubuntu.org/news/xubuntu-16-04-wallpaper-competition-winners/"
license=('custom')
provides=('xubuntu-community-wallpapers')
source=("http://archive.ubuntu.com/ubuntu/pool/universe/x/"$pkgname"/"$pkgname"_"$pkgver".tar.xz"
'xubuntu-community-wallpapers.xml' 'LICENSE')
-sha512sums=('cca20d1e317168a00bbae5e3aadcf73db8c0f12504701aa36be2d53de7b9cef7919cbba07c53a08685845c4986ee88b2f3ba62ebde8cabf657626d36b5e6318c'
+sha512sums=('b9274abb7328167b4d6fbb6682e7cdf209665e0bcf2aaaf46caca5d55a2c570d528660aad1ca998b910dec062d30aa56ff629ec70492674c5f99bb551ba7e27f'
'05c24292941c42086007aa1c8b77f8b3293c3956ee1ae04498f54f5b96a9b987ed7443aa3c9ade9c834e9074ae82822da18ad667a329f581bfcf4850bdc93fc9'
'1357f5461c3a8a13d7f55ce8744770c69e681062319b535b4aec813caa2911c675ce59e77f9ad2810dd58c4e7f9898a8607d4f9f7b4133e9f0de5c4e5dd1673b')
package() {
- mkdir -p "$pkgdir"/usr/share/xfce4/backdrops/ "$pkgdir"/usr/share/gnome-background-properties/ "$pkgdir"/usr/share/licenses/"$pkgname"/
- cd "$srcdir"/$pkgname-$pkgver/usr/share/xfce4/backdrops/
- cp *.jpg "$pkgdir"/usr/share/xfce4/backdrops/
- cp "$srcdir"/xubuntu-community-wallpapers.xml "$pkgdir"/usr/share/gnome-background-properties/
- cp "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/
+ 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
+ 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/
+ 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"/
}