Github messages for voidlinux
 help / color / mirror / Atom feed
From: slymattz <slymattz@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: grub-theme-voidlinux-3.2
Date: Mon, 19 Feb 2024 12:24:56 +0100	[thread overview]
Message-ID: <20240219112456.BE11528CA5@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48675@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1118 bytes --]

There is an updated pull request by slymattz against master on the void-packages repository

https://github.com/slymattz/void-packages master
https://github.com/void-linux/void-packages/pull/48675

New package: grub-theme-voidlinux-3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)
-->


A patch file from https://github.com/void-linux/void-packages/pull/48675.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-48675.patch --]
[-- Type: text/x-diff, Size: 1744 bytes --]

From a41c44f9afeb88aa05cf3ecf7e0d6a0acce1cd4f Mon Sep 17 00:00:00 2001
From: Mateusz Sylwestrzak <401237-mattz7@users.noreply.gitlab.com>
Date: Mon, 19 Feb 2024 12:21:25 +0100
Subject: [PATCH] New package: grub-theme-voidlinux-3.2

---
 srcpkgs/grub-theme-voidlinux/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/grub-theme-voidlinux/template

diff --git a/srcpkgs/grub-theme-voidlinux/template b/srcpkgs/grub-theme-voidlinux/template
new file mode 100644
index 00000000000000..9231b628effcda
--- /dev/null
+++ b/srcpkgs/grub-theme-voidlinux/template
@@ -0,0 +1,25 @@
+# Template file for 'grub-theme-voidlinux'
+pkgname=grub-theme-voidlinux
+version=3.2
+revision=1
+depends="grub"
+hostmakedepends="grub-utils grub-terminus source-sans-pro"
+short_desc="Void Linux theme for GRUB"
+maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://k1ng.dev/distro-grub-themes"
+distfiles="https://github.com/AdisonCavani/distro-grub-themes/releases/download/v${version}/void-linux.tar"
+checksum=471ad320253f2e4227ad0c8bd7c8f9b3a644fcb74ad884d290aa0eb5c54cc523
+
+do_patch() {
+	vsed -i theme.txt -e 's/Ubuntu Regular/Source Sans 3 Semibold/g'
+}
+
+do_install() {
+	vmkdir /usr/share/grub/themes/void-linux
+	rm *.pf2 # remove all the supplied GRUB fonts
+	vcopy * /usr/share/grub/themes/void-linux
+	grub-mkfont -s 20 -o $DESTDIR/usr/share/grub/themes/void-linux/source_sans3_semibold20.pf2 /usr/share/fonts/OTF/SourceSans3-Semibold.otf
+	grub-mkfont -s 17 -o $DESTDIR/usr/share/grub/themes/void-linux/source_sans3_semibold17.pf2 /usr/share/fonts/OTF/SourceSans3-Semibold.otf
+	vcopy /boot/grub/fonts/terminus14.pf2 /usr/share/grub/themes/void-linux/
+}

  parent reply	other threads:[~2024-02-19 11:24 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-12 19:56 [PR PATCH] a neat grub2 theme designed for Void Linux slymattz
2024-02-12 20:47 ` Clos3y
2024-02-12 21:52 ` slymattz
2024-02-12 21:53 ` slymattz
2024-02-13  3:01 ` [PR REVIEW] " classabbyamp
2024-02-13  3:01 ` classabbyamp
2024-02-13  3:01 ` classabbyamp
2024-02-13  3:01 ` classabbyamp
2024-02-13  3:01 ` classabbyamp
2024-02-13 12:11 ` [PR PATCH] [Updated] " slymattz
2024-02-13 12:19 ` [PR REVIEW] New package: grub-theme-voidlinux-3.2 slymattz
2024-02-13 13:11 ` [PR PATCH] [Updated] " slymattz
2024-02-13 13:17 ` [PR REVIEW] " slymattz
2024-02-13 15:11 ` slymattz
2024-02-13 15:11 ` slymattz
2024-02-13 15:13 ` slymattz
2024-02-13 16:15 ` melroy89
2024-02-13 16:25 ` slymattz
2024-02-13 23:02 ` [PR REVIEW] " Bnyro
2024-02-13 23:03 ` Bnyro
2024-02-13 23:05 ` Bnyro
2024-02-13 23:05 ` Bnyro
2024-02-13 23:09 ` [PR PATCH] [Updated] " slymattz
2024-02-13 23:18 ` [PR REVIEW] " Bnyro
2024-02-13 23:19 ` [PR PATCH] [Updated] " slymattz
2024-02-14  0:09 ` slymattz
2024-02-14  0:34 ` slymattz
2024-02-15 18:49 ` slymattz
2024-02-15 20:56 ` [PR PATCH] [Closed]: " slymattz
2024-02-15 21:01 ` caughtquick
2024-02-16 19:15 ` melroy89
2024-02-18 21:17 ` Bnyro
2024-02-18 21:59 ` [PR PATCH] [Updated] " slymattz
2024-02-18 22:29 ` Bnyro
2024-02-18 22:49 ` [PR PATCH] [Updated] " slymattz
2024-02-18 23:23 ` [PR PATCH] [Closed]: " slymattz
2024-02-18 23:32 ` slymattz
2024-02-18 23:33 ` slymattz
2024-02-18 23:33 ` slymattz
2024-02-18 23:33 ` slymattz
2024-02-19  8:56 ` Bnyro
2024-02-19  8:57 ` Bnyro
2024-02-19 10:40 ` slymattz
2024-02-19 10:42 ` Bnyro
2024-02-19 10:45 ` Bnyro
2024-02-19 10:46 ` slymattz
2024-02-19 10:55 ` slymattz
2024-02-19 10:58 ` Bnyro
2024-02-19 10:58 ` Bnyro
2024-02-19 11:04 ` slymattz
2024-02-19 11:09 ` slymattz
2024-02-19 11:14 ` Bnyro
2024-02-19 11:14 ` Bnyro
2024-02-19 11:24 ` slymattz [this message]
2024-02-19 11:26 ` slymattz
2024-02-19 11:52 ` Bnyro
2024-02-24  0:37 ` [PR PATCH] [Closed]: " slymattz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240219112456.BE11528CA5@inbox.vuxu.org \
    --to=slymattz@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).