gnu: oxygen-icons: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (oxygen-icons): Update to 5.27.0. [native-inputs]: Add fdupes.
This commit is contained in:
		
							parent
							
								
									c3fefc81ce
								
							
						
					
					
						commit
						beb21382d3
					
				
					 1 changed files with 12 additions and 11 deletions
				
			
		|  | @ -1010,19 +1010,20 @@ which are used in DBus communication.") | ||||||
| (define-public oxygen-icons | (define-public oxygen-icons | ||||||
|   (package |   (package | ||||||
|     (name "oxygen-icons") |     (name "oxygen-icons") | ||||||
|     (version "5.24.0") |     (version "5.27.0") | ||||||
|     (source |     (source (origin | ||||||
|       (origin |               (method url-fetch) | ||||||
|         (method url-fetch) |               (uri (string-append | ||||||
|         (uri (string-append "mirror://kde/stable/frameworks/" |                     "mirror://kde/stable/frameworks/" | ||||||
|                             (version-major+minor version) "/" |                     (version-major+minor version) "/" | ||||||
|                             name "5" "-" version ".tar.xz")) |                     name "5" "-" version ".tar.xz")) | ||||||
|         (sha256 |               (sha256 | ||||||
|          (base32 |                (base32 | ||||||
|           "1c7spjbzk04725vv0ly7vmyvwa96mfa5ki2pm146ld4888a896wm")))) |                 "1lb09ykj5ayj5lv7w2k2pqis7z61clr3gkinf6n7jghnlc96222g")))) | ||||||
|     (build-system cmake-build-system) |     (build-system cmake-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("extra-cmake-modules" ,extra-cmake-modules))) |      `(("extra-cmake-modules" ,extra-cmake-modules) | ||||||
|  |        ("fdupes" ,fdupes))) | ||||||
|     (inputs |     (inputs | ||||||
|      `(("qtbase" ,qtbase))) |      `(("qtbase" ,qtbase))) | ||||||
|     (home-page "https://community.kde.org/Frameworks") |     (home-page "https://community.kde.org/Frameworks") | ||||||
|  |  | ||||||
		Reference in a new issue