Github messages for voidlinux
 help / color / mirror / Atom feed
From: Luciogi <Luciogi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] kwave: fix icons
Date: Fri, 02 Feb 2024 14:22:52 +0100	[thread overview]
Message-ID: <20240202132252.5B1472422B@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48482@inbox.vuxu.org>

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

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

https://github.com/Luciogi/void-packages kwav
https://github.com/void-linux/void-packages/pull/48482

kwave: fix icons
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

Fixes #47668 

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

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

From 0f11b932be2b8351c2d4e6438665535e9167edcb Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Fri, 2 Feb 2024 00:53:27 +0500
Subject: [PATCH] kwave: fix icons

---
 srcpkgs/kwave/template | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/kwave/template b/srcpkgs/kwave/template
index 7d4735c3815c3..b311292ff9002 100644
--- a/srcpkgs/kwave/template
+++ b/srcpkgs/kwave/template
@@ -1,7 +1,7 @@
 # Template file for 'kwave'
 pkgname=kwave
 version=23.08.4
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kconfig kcoreaddons kdoctools
  librsvg-utils pkg-config python3 qt5-host-tools qt5-qmake"
@@ -28,3 +28,11 @@ post_patch() {
 		-e '/${KDOCTOOLS_MEINPROC_EXECUTABLE}/d' \
 		-e 's/${MEINPROC_EXECUTABLE}/meinproc5/'
 }
+
+post_install() {
+	# svgz files are not loading as icons, svg files works
+	for f in "${DESTDIR}"/usr/share/icons/hicolor/scalable/actions/*.svgz; do
+		mv "$f" "${f%z}.gz"
+		gzip -d "${f%z}.gz"
+	done
+}

  parent reply	other threads:[~2024-02-02 13:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-01 19:56 [PR PATCH] " Luciogi
2024-02-02  6:37 ` classabbyamp
2024-02-02  6:38 ` classabbyamp
2024-02-02 13:20 ` Luciogi
2024-02-02 13:22 ` Luciogi [this message]
2024-02-02 16:26 ` [PR PATCH] [Merged]: " classabbyamp

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=20240202132252.5B1472422B@inbox.vuxu.org \
    --to=luciogi@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).