Github messages for voidlinux
 help / color / mirror / Atom feed
From: Luciogi <Luciogi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] kwave: fix icons
Date: Thu, 01 Feb 2024 20:56:31 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48482@inbox.vuxu.org> (raw)

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

There is a new 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: 1560 bytes --]

From a53d35abc6445ecc5fadf47911871a1823881122 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 | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kwave/template b/srcpkgs/kwave/template
index 7d4735c3815c3..d20527c392fcf 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"
@@ -11,7 +11,7 @@ makedepends="alsa-lib-devel appstream-glib-devel audiofile-devel doxygen
  kdbusaddons-devel kdoctools-devel ki18n-devel kiconthemes-devel kio-devel
  kservice-devel ktexteditor-devel ktextwidgets-devel kxmlgui-devel libmad-devel
  libogg-devel librsvg-devel libsamplerate-devel libvorbis-devel opus-devel
- pulseaudio-devel qt5-multimedia-devel samurai"
+ pulseaudio-devel qt5-multimedia-devel samurai inkscape"
 depends="audiofile fftw hicolor-icon-theme id3lib lame libmad libsamplerate
  opus twolame"
 checkdepends="xvfb-run"
@@ -28,3 +28,10 @@ post_patch() {
 		-e '/${KDOCTOOLS_MEINPROC_EXECUTABLE}/d' \
 		-e 's/${MEINPROC_EXECUTABLE}/meinproc5/'
 }
+
+post_install() {
+	# svgz files are not loading as icons, svg files works
+	cd ${DESTDIR}/usr/share/icons/hicolor/scalable/actions
+	inkscape --export-type=svg *.svgz
+	rm *.svgz
+}

             reply	other threads:[~2024-02-01 19:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-01 19:56 Luciogi [this message]
2024-02-02  6:37 ` classabbyamp
2024-02-02  6:38 ` classabbyamp
2024-02-02 13:20 ` Luciogi
2024-02-02 13:22 ` [PR PATCH] [Updated] " Luciogi
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48482@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).