* [bug#65425] [PATCH] gnu: Add qogir-icon-theme.
@ 2023-08-21 12:36 Hilton Chain via Guix-patches via
2023-08-26 3:12 ` 宋文武 via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-21 12:36 UTC (permalink / raw)
To: 65425; +Cc: Hilton Chain
* gnu/packages/gnome-xyz.scm (qogir-icon-theme): New variable.
---
gnu/packages/gnome-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index a1701aaa77..6ba0ee0092 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -240,6 +240,39 @@ (define-public papirus-icon-theme
and a few extra features.")
(license license:gpl3)))
+(define-public qogir-icon-theme
+ (package
+ (name "qogir-icon-theme")
+ (version "2023.06.05")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/vinceliuice/Qogir-icon-theme")
+ (commit (string-replace-substring version "." "-"))))
+ (file-name (git-file-name name version))
+ (modules '((guix build utils)))
+ (snippet '(substitute* "install.sh"
+ (("gtk-update-icon-cache") "true")))
+ (sha256
+ (base32
+ "1kn8b9zdamxbfbs7b9qpx53hmjw2l40sxpjw93axb1dqy81yc8da"))))
+ (build-system copy-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (replace 'install
+ (lambda _
+ (let* ((dest (string-append #$output "/share/icons"))
+ (flags (list "--theme" "all"
+ "--color" "all"
+ "--dest" dest)))
+ (mkdir-p dest)
+ (apply invoke "bash" "install.sh" flags)))))))
+ (home-page "https://www.pling.com/p/1296407/")
+ (synopsis "Flat colorful design icon theme")
+ (description "This package provides a flat colorful design icon theme.")
+ (license license:gpl3)))
+
(define-public flat-remix-icon-theme
(package
(name "flat-remix-icon-theme")
base-commit: 182e8ddfc1e88a6ece7e96e0b9535ad44c3c6da6
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#65425] [PATCH] gnu: Add qogir-icon-theme.
2023-08-21 12:36 [bug#65425] [PATCH] gnu: Add qogir-icon-theme Hilton Chain via Guix-patches via
@ 2023-08-26 3:12 ` 宋文武 via Guix-patches via
2023-08-29 15:18 ` bug#65425: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-26 3:12 UTC (permalink / raw)
To: Hilton Chain; +Cc: 65425
Hilton Chain <hako@ultrarare.space> writes:
> * gnu/packages/gnome-xyz.scm (qogir-icon-theme): New variable.
Looks good to me, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#65425: [PATCH] gnu: Add qogir-icon-theme.
2023-08-26 3:12 ` 宋文武 via Guix-patches via
@ 2023-08-29 15:18 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-29 15:18 UTC (permalink / raw)
To: 宋文武; +Cc: 65425-done
On Sat, 26 Aug 2023 11:12:20 +0800,
宋文武 wrote:
>
> Hilton Chain <hako@ultrarare.space> writes:
>
> > * gnu/packages/gnome-xyz.scm (qogir-icon-theme): New variable.
>
> Looks good to me, thanks!
Thank you for taking a look!
Pushed as 77843170f0b7f5189892bd650d127f42151fa591.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-29 15:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-21 12:36 [bug#65425] [PATCH] gnu: Add qogir-icon-theme Hilton Chain via Guix-patches via
2023-08-26 3:12 ` 宋文武 via Guix-patches via
2023-08-29 15:18 ` bug#65425: " Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).