summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta2016-04-12 17:15:51 -0300
committerPablo Lezaeta2016-04-12 17:15:51 -0300
commit42c8dab2ed2b9bbf584f4f06c17bbfbe3c0247ca (patch)
tree51786f3e8de5be8382ec26817ab6eaa405cdfbb9
parent66d6a3677d121b5622e2128c9e5c26e7083edd6a (diff)
downloadaur-42c8dab2ed2b9bbf584f4f06c17bbfbe3c0247ca.tar.gz
update to xenial
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD28
2 files changed, 10 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22e9959e9871..d2c72bd9c70e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Jan 15 04:13:30 UTC 2016
pkgbase = xubuntu-artwork
pkgdesc = Xubuntu themes and artwork
- pkgver = 15.12.2
- pkgrel = 2
+ pkgver = 16.04.1
+ pkgrel = 1
url = https://launchpad.net/xubuntu-artwork
arch = any
license = GPL
@@ -16,8 +14,8 @@ pkgbase = xubuntu-artwork
optdepends = xfce-theme-greybird: Official theming, git or stable version are ok
optdepends = elementary-xfce-icons: For matching icon theme, or if you want use the git version
optdepends = libreoffice: For the new elementary icon style
- source = http://security.ubuntu.com/ubuntu/pool/universe/x/xubuntu-artwork/xubuntu-artwork_15.12.2.tar.xz
- md5sums = d408bd142b486999b4c377a539906692
+ source = http://security.ubuntu.com/ubuntu/pool/universe/x/xubuntu-artwork/xubuntu-artwork_16.04.1.tar.xz
+ md5sums = ad7058efdaef7a3fabf4651b09aa74f7
pkgname = xubuntu-artwork
diff --git a/PKGBUILD b/PKGBUILD
index 9e73d17ff771..bf7fb4ac6a55 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Pablo Lezaeta <prflr88@gmail.com>
pkgname=xubuntu-artwork
-pkgver=15.12.2
-pkgrel=2
+pkgver=16.04.1
+pkgrel=1
_uver=wily
pkgdesc="Xubuntu themes and artwork"
arch=("any")
@@ -22,28 +22,12 @@ optdepends=("plymouth: For plymouth theme to work"
source=("http://security.ubuntu.com/ubuntu/pool/universe/x/${pkgname}/${pkgname}_${pkgver}.tar.xz")
package() {
- cd "${srcdir}/xubuntu-artwork"
-
- make DESTDIR="${pkgdir}" prefix=/usr \
- sbindir=/usr/bin bindir=/usr/bin \
- libdir=/usr/lib libexecdir=/usr/lib
-
- cd "${srcdir}/xubuntu-artwork/libreoffice-style-elementary"
-
- make DESTDIR="${pkgdir}" prefix=/usr \
- sbindir=/usr/bin bindir=/usr/bin \
- libdir=/usr/lib libexecdir=/usr/lib
-}
-
-package() {
- cd "${srcdir}/xubuntu-artwork"
-
- make DESTDIR="${pkgdir}" install
+ cd "${srcdir}/trunk"
install -dm755 "${pkgdir}/usr/"
msg2 "Install the rest of the files."
- cp -av usr/share/ "${pkgdir}/usr/"
+ cp -av usr/share/ "${pkgdir}/usr/share/"
msg2 "Remove Elementary-Xfce bundled with this artwork, is hella outdated."
rm -frv "${pkgdir}"/usr/share/icons
@@ -55,6 +39,6 @@ package() {
msg2 "Remove redundant and empty files."
rm -frv "${pkgdir}"/usr/share/xfce4/backdrops
}
-
# I use MD5 because is what "makepkg -g" give by default, blame Allan
-md5sums=('d408bd142b486999b4c377a539906692')
+
+md5sums=('ad7058efdaef7a3fabf4651b09aa74f7')