summaryrefslogtreecommitdiff
path: root/pcr/grub2-theme-gnuaxiom
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-05-17 03:35:50 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-05-17 04:02:55 -0400
commit73b49e0e9daba3667936e99f19c07bebc340deb4 (patch)
tree02ed78f0a2e306a55079744ccbdc899b8459fb2e /pcr/grub2-theme-gnuaxiom
parent16cbd4571636a6ad42d24c6ead0d403f70c18321 (diff)
downloadabslibre-73b49e0e9daba3667936e99f19c07bebc340deb4.tar.gz
abslibre-73b49e0e9daba3667936e99f19c07bebc340deb4.tar.bz2
abslibre-73b49e0e9daba3667936e99f19c07bebc340deb4.zip
[grub2-theme-gnuaxiom]: new boot splash
Diffstat (limited to 'pcr/grub2-theme-gnuaxiom')
-rw-r--r--pcr/grub2-theme-gnuaxiom/PKGBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/pcr/grub2-theme-gnuaxiom/PKGBUILD b/pcr/grub2-theme-gnuaxiom/PKGBUILD
index b24b65644..adee9a2e9 100644
--- a/pcr/grub2-theme-gnuaxiom/PKGBUILD
+++ b/pcr/grub2-theme-gnuaxiom/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=grub2-theme-gnuaxiom
-pkgver=1.4
+pkgver=1.3
pkgrel=1
-pkgdesc="A Parabola GNU/Linux-libre boot theme for grub2, forked from Axiom."
+pkgdesc="A Parabola GNU/Linux-libre boot theme for GRUB2, forked from Axiom"
arch=('any')
url=https://wiki.parabola.nu/Parabola-LAF
license=('GPL3')
@@ -13,16 +13,21 @@ license=('GPL3')
depends=('grub')
makedepends=('git')
-source=(https://git.parabola.nu/artwork.git/snapshot/official%2F2018.tar.gz)
+_git_tag=v${pkgver}-${pkgrel%%.*}
+source=(git+https://git.parabola.nu/artwork.git#branch=official/2018 \
+ $pkgname.install )
install=$pkgname.install
-sha256sums=('d697952ebd0007a5bd0f9bfd46dede7a7b9ccfdf14c4db29f411e689f5ecf4fc')
+sha256sums=('SKIP' \
+ 'b369706942d3182855df516893c9ad17e38b96140de38ee5b7b0e52c96e83fe1')
package()
{
- cd $srcdir/official/2018/boot-themes/GNUAxiom/
+ cd $srcdir/artwork/boot-themes/gnuaxiom-parabola/
for ea in icons/*.png *.png *.pf2 theme.txt
do install -D -m644 $ea ${pkgdir}/boot/grub/themes/GNUAxiom/$ea
done
+
+ install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}
}