summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayao2021-05-02 21:01:47 +0900
committerhayao2021-05-02 21:01:47 +0900
commit9d02b5190eecd9b9ff72dad5eab36d23a59215e3 (patch)
treed2235c973b9c99b1af1af657b4f9dcbb5b0a7ab6
parent60cb36af432ad268d0eeff82c59aa1b03f0b1fc6 (diff)
downloadaur-9d02b5190eecd9b9ff72dad5eab36d23a59215e3.tar.gz
[add] : Added alter.png
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
-rw-r--r--alter.pngbin0 -> 1678 bytes
3 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a7528620160..31b37d6a2371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,9 @@ pkgbase = grub-theme-zorin-bin
conflicts = grub-theme-zorin
conflicts = grub-theme-zorin-git
source = https://launchpad.net/~zorinos/+archive/ubuntu/stable/+files/grub-theme-zorin_1.2.1_all.deb
+ source = alter.png
md5sums = SKIP
+ md5sums = 65bfa30ea04f36b1944f4d0a959a52eb
pkgname = grub-theme-zorin-bin
diff --git a/PKGBUILD b/PKGBUILD
index fc58b6f00908..33c814ef2e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,14 @@ conflicts=("${_pkgname}" "${_pkgname}-git")
depends=("grub")
optdepends=()
-source=("https://launchpad.net/~zorinos/+archive/ubuntu/stable/+files/${_pkgname}_${deb_pkgver}_all.deb")
-md5sums=('SKIP')
+source=(
+ "https://launchpad.net/~zorinos/+archive/ubuntu/stable/+files/${_pkgname}_${deb_pkgver}_all.deb"
+ "alter.png"
+)
+md5sums=(
+ 'SKIP'
+ "65bfa30ea04f36b1944f4d0a959a52eb"
+)
prepare(){
while read -r pkg; do
@@ -29,4 +35,5 @@ prepare(){
package() {
cp -ar "${srcdir}/data/"* "${pkgdir}"
+ cp -a "${srcdir}/alter.png" "${pkgdir}/usr/share/grub/themes/zorin/icons/"
}
diff --git a/alter.png b/alter.png
new file mode 100644
index 000000000000..7f1edc5ca6e3
--- /dev/null
+++ b/alter.png
Binary files differ