summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-21 02:32:32 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-05-21 03:10:37 -0400
commit080ac70ab59e43d4bb7c89dbae67dc63fc1d40f8 (patch)
treeca8b70ea869e7424754fea4d7bdfa36c99f8a664
parent6e73b48fb633b2dd533ab04789357fd09b1b2d18 (diff)
[parabola-laf]: upgrade to v0.10
-rw-r--r--pcr-testing/parabola-laf/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/pcr-testing/parabola-laf/PKGBUILD b/pcr-testing/parabola-laf/PKGBUILD
index c436a78fd..2e9397442 100644
--- a/pcr-testing/parabola-laf/PKGBUILD
+++ b/pcr-testing/parabola-laf/PKGBUILD
@@ -2,21 +2,21 @@
pkgname=parabola-laf
-pkgver=0.9
-pkgrel=3
+pkgver=0.10
+pkgrel=1
pkgdesc="User skeleton, artwork, and utilities for Parabola graphical desktop systems"
arch=('any')
license=('GPL')
url=https://wiki.parabola.nu/Parabola-LAF
-depends=()
+depends=('grub2-theme-gnuaxiom' 'parabola-theme-blackmate')
makedepends=('git')
_git_tag="v${pkgver}"
_release="${pkgname}-${_git_tag}"
source=(https://git.parabola.nu/${pkgname}.git/snapshot/${_release}.tar.gz
news)
-sha256sums=('693b5cd0a959429745ddfcc226b76acce9d6d7d34144ddc0593c2c0544d472ea'
+sha256sums=('8ce97075f30d9ee465d54869825947408e9472bbac6db39e8fd3e25d9ad6b798'
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
@@ -27,8 +27,6 @@ package() {
cp -r ${srcdir}/${_release}/banners ${pkgdir}/usr/share/pixmaps/${pkgname}
mkdir -p ${pkgdir}/usr/bin
cp -rT ${srcdir}/${_release}/bin ${pkgdir}/usr/bin
- mkdir -p ${pkgdir}/boot/grub/themes
- cp -r ${srcdir}/${_release}/grub-theme ${pkgdir}/boot/grub/themes/${pkgname}
mkdir -p ${pkgdir}/usr/share/icons
cp -r ${srcdir}/${_release}/icons ${pkgdir}/usr/share/icons/${pkgname}
mkdir -p ${pkgdir}/etc/skel