mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 14:33:23 +01:00
Automated: initialized with version 1.0-1
This commit is contained in:
commit
bea982f38f
4 changed files with 45 additions and 0 deletions
14
.SRCINFO
Normal file
14
.SRCINFO
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
pkgbase = grub2-theme-dharma-mod
|
||||
pkgdesc = Slightly adapted GRUB2 gfxmenu theme from Chakra's Dharma theme. Fits well to Caledonia art suite (same author).
|
||||
pkgver = 1.0
|
||||
pkgrel = 1
|
||||
url = http://malcer.deviantart.com
|
||||
install = grub2-theme-dharma-mod.install
|
||||
arch = any
|
||||
license = CC-BY-SA
|
||||
depends = grub-common
|
||||
source = Dharma-GRUB2-mod.tar.xz
|
||||
md5sums = eb171937df718de9b04c2da1823d4c8e
|
||||
|
||||
pkgname = grub2-theme-dharma-mod
|
||||
|
||||
BIN
Dharma-GRUB2-mod.tar.xz
Normal file
BIN
Dharma-GRUB2-mod.tar.xz
Normal file
Binary file not shown.
19
PKGBUILD
Normal file
19
PKGBUILD
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Maintainer: Ivan Shapovalov <intelfx100@gmail.com>
|
||||
|
||||
pkgname=grub2-theme-dharma-mod
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Slightly adapted GRUB2 gfxmenu theme from Chakra's Dharma theme. Fits well to Caledonia art suite (same author)."
|
||||
url="http://malcer.deviantart.com"
|
||||
arch=('any')
|
||||
license=('CC-BY-SA')
|
||||
depends=('grub-common')
|
||||
install=${pkgname}.install
|
||||
source=("Dharma-GRUB2-mod.tar.xz")
|
||||
md5sums=('eb171937df718de9b04c2da1823d4c8e')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
mkdir -p "$pkgdir/boot/grub/themes"
|
||||
cp -r Dharma "$pkgdir/boot/grub/themes"
|
||||
}
|
||||
12
grub2-theme-dharma-mod.install
Normal file
12
grub2-theme-dharma-mod.install
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
post_install() {
|
||||
cat << "EOF"
|
||||
|
||||
==> Installation:
|
||||
==> Add theme to /etc/default/grub:
|
||||
GRUB_THEME="/boot/grub/themes/Dharma/theme.txt"
|
||||
GRUB_GFXMODE=auto
|
||||
==> Update grub:
|
||||
# grub-mkconfig -o /boot/grub/grub.cfg
|
||||
|
||||
EOF
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue