summaryrefslogtreecommitdiff
path: root/pcr-testing/parabola-laf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-testing/parabola-laf/PKGBUILD')
-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