mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 11:44:48 +00:00 
			
		
		
		
	rosenthal: Remove qogir-icon-theme. [upstreamed]
* rosenthal/packages/gnome-xyz.scm (qogir-icon-theme): Delete variable. * README.org (Packages): Adjust accordingly.
This commit is contained in:
		
							parent
							
								
									ebb9a4e88e
								
							
						
					
					
						commit
						d3c51cfe7a
					
				@ -111,9 +111,9 @@ Rosenthal 頻道定義如下,將其加入 =~/.config/guix/channels.scm= 以由
 | 
			
		||||
+ emacs-wakatime-mode
 | 
			
		||||
+ grimblast
 | 
			
		||||
+ hyprland
 | 
			
		||||
+ qogir-icon-theme
 | 
			
		||||
+ socks2http
 | 
			
		||||
+ tree-sitter-yaml
 | 
			
		||||
+ xdg-desktop-portal-hyprland
 | 
			
		||||
 | 
			
		||||
Binary Packages / 二進制包:
 | 
			
		||||
+ clash-bin
 | 
			
		||||
 | 
			
		||||
@ -9,36 +9,3 @@
 | 
			
		||||
  #:use-module (guix git-download)
 | 
			
		||||
  #:use-module (guix packages)
 | 
			
		||||
  #:use-module (guix utils))
 | 
			
		||||
 | 
			
		||||
(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 "sh" "install.sh" flags)))))))
 | 
			
		||||
    (home-page "https://www.pling.com/p/1296407/")
 | 
			
		||||
    (synopsis "Colorful design icon theme for linux desktops")
 | 
			
		||||
    (description "A flat colorful design icon theme for linux desktops.")
 | 
			
		||||
    (license license:gpl3+)))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user