OSDN Git Service

[add] : Added grub theme.
authorhayao <shun819.mail@gmail.com>
Mon, 13 Apr 2020 07:26:16 +0000 (16:26 +0900)
committerhayao <shun819.mail@gmail.com>
Mon, 13 Apr 2020 07:26:16 +0000 (16:26 +0900)
stable/grub-theme-vimix-alter/PKGBUILD [new file with mode: 0644]
stable/grub-theme-vimix-alter/alter.png [new file with mode: 0644]
stable/grub-theme-vimix-alter/background.jpeg [new file with mode: 0644]

diff --git a/stable/grub-theme-vimix-alter/PKGBUILD b/stable/grub-theme-vimix-alter/PKGBUILD
new file mode 100644 (file)
index 0000000..2e20095
--- /dev/null
@@ -0,0 +1,38 @@
+# Maintainer: Yamada hayao <hayao@fascode.net>
+# Maintainer: Filipe Laíns (FFY00) <lains@archlinux.org>
+
+pkgname=grub-theme-vimix
+pkgver=20190605
+_commit=7e85087139d95694b4d4e9cc6d58c3f54a8544da
+pkgrel=1
+pkgdesc='A blur theme for grub for alterlinux'
+arch=(any)
+url='https://github.com/Se7endAY/grub2-theme-vimix'
+license=('GPL3')
+depends=('grub')
+optdepends=('grub-customizer: GUI tool to configure grub')
+replaces=('vimix-grub' 'grub-theme-vimix')
+conflicts=('grub-theme-vimix')
+makedepends=('git')
+source=(
+    "git+https://github.com/Se7endAY/grub2-theme-vimix#commit=$_commit"
+    "alter.png"
+    "background.jpeg"
+)
+sha512sums=(
+    'SKIP'
+    'aa6b4d7d450335175cc96a029a8831c5446b0f71e819af5ebdafdfbfeacdce500fd922b8ecd0f9539b358851dbf5d9415a868364a196073ec1201e93079ffe91'
+    '6b2a34f15aa6fc0e4babc38bcba463273a03fb6b40c1ca076c6223c92bbe241ba0c5becfc5dc62bde7afb65a2b04b93e57665c4cabf8d6647ed4ede5e831f4aa'
+)
+md5sums=(
+    'SKIP'
+    '65bfa30ea04f36b1944f4d0a959a52eb'
+    'e117155ba2f26eb8aa1adbdac240703e'
+)
+
+package() {
+    install -dm 755 "$pkgdir"/usr/share/grub/themes/Vimix
+    cp -r --no-preserve=ownership grub2-theme-vimix/Vimix "$pkgdir"/usr/share/grub/themes/
+    cp "${srcdir}"/alter.png "${pkgdir}"/usr/share/grub/themes/Vimix/icons/
+    cp "${srcdir}"/background.jpeg "${pkgdir}"/usr/share/grub/themes/Vimix/
+}
diff --git a/stable/grub-theme-vimix-alter/alter.png b/stable/grub-theme-vimix-alter/alter.png
new file mode 100644 (file)
index 0000000..7f1edc5
Binary files /dev/null and b/stable/grub-theme-vimix-alter/alter.png differ
diff --git a/stable/grub-theme-vimix-alter/background.jpeg b/stable/grub-theme-vimix-alter/background.jpeg
new file mode 100644 (file)
index 0000000..3f6318f
Binary files /dev/null and b/stable/grub-theme-vimix-alter/background.jpeg differ