summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD38
-rw-r--r--README2
2 files changed, 22 insertions, 18 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f196fa..f77ab1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,33 +2,37 @@
pkgname=parabola-laf
-pkgver=0.2
+pkgver=0.9
pkgrel=1
-pkgdesc="User skeleton and artwork for Parabola graphical desktop systems"
+pkgdesc="User skeleton, artwork, and utilities for Parabola graphical desktop systems"
arch=('any')
license=('GPL')
-url="https://parabola.nu/"
+url=https://wiki.parabola.nu/Parabola-LAF
depends=()
-makedepends=()
+makedepends=('git')
-source=("https://notabug.org/bill-auger/${pkgname}/archive/v${pkgver}.tar.gz"
+_git_tag="v${pkgver}"
+_release="${pkgname}-${_git_tag}"
+source=(https://git.parabola.nu/${pkgname}.git/snapshot/${_release}.tar.gz
news)
-sha256sums=('e70c80459f00456209bf3b2a4fedc5406071985691d7760cafd9d6e3ca59358a'
+sha256sums=('f1ca1a5d12095a51810502c92efe2942f1a0710e35589fc5cfc89212ebd97348'
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
-package() {
- mkdir -p $pkgdir/usr/share/backgrounds
- mkdir -p $pkgdir/usr/share/icons
- mkdir -p $pkgdir/boot/grub/themes
- mkdir -p $pkgdir/etc/skel
- mkdir -p $pkgdir/usr/bin
- cp -r ${srcdir}/${pkgname}/backgrounds $pkgdir/usr/share/backgrounds/${pkgname}
- cp -r ${srcdir}/${pkgname}/icons $pkgdir/usr/share/icons/${pkgname}
- cp -r ${srcdir}/${pkgname}/grub-theme $pkgdir/boot/grub/themes/${pkgname}
- cp -rT ${srcdir}/${pkgname}/skel $pkgdir/etc/skel
- cp -rT ${srcdir}/${pkgname}/bin $pkgdir/usr/bin
+package() {
+ mkdir -p ${pkgdir}/usr/share/backgrounds
+ cp -r ${srcdir}/${_release}/backgrounds ${pkgdir}/usr/share/backgrounds/${pkgname}
+ mkdir -p ${pkgdir}/usr/share/pixmaps
+ 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
+ cp -rT ${srcdir}/${_release}/skel ${pkgdir}/etc/skel
mkdir -p ${pkgdir}/usr/share/${pkgname}/news
cp ${srcdir}/news ${pkgdir}/usr/share/${pkgname}/news/news-${pkgver}-${pkgrel}
diff --git a/README b/README
index f9b7f1e..f9f0263 100644
--- a/README
+++ b/README
@@ -2,4 +2,4 @@
User skeleton, artwork, and utilities for Parabola graphical desktop systems
2018 - Parabola project (https://www.parabola.nu)
-See the individual subdirectory README files for attributions and licencing.
+See the individual subdirectory README files for attributions and licensing.