diff options
author | Franz Geffke <m@f-a.nz> | 2025-06-01 19:52:41 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-06-01 19:52:41 +0100 |
commit | 29e5a55666b1c797ca7c40180394f0a1b53bc0e0 (patch) | |
tree | 57df00dff0ea2d2b3532f44f9c0ed831a22d578a /px | |
parent | c67ef7c2228673d2f237a8f1a3c0ca7b9d5ae73c (diff) |
px: Remove px-icons
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/desktop-tools.scm | 1 | ||||
-rw-r--r-- | px/packages/themes.scm | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/px/packages/desktop-tools.scm b/px/packages/desktop-tools.scm index 6f85e7d..e76fc57 100644 --- a/px/packages/desktop-tools.scm +++ b/px/packages/desktop-tools.scm @@ -302,7 +302,6 @@ brand icons for easy, scalable vector graphics on websites and beyond.") qtsvg qtcharts networkmanager-qt)) - (propagated-inputs (list px-icons)) (home-page "https://www.pantherx.dev") (synopsis "PantherX Terminal Launcher") (description "PantherX Terminal Launcher") diff --git a/px/packages/themes.scm b/px/packages/themes.scm index b4f6b02..3d51321 100644 --- a/px/packages/themes.scm +++ b/px/packages/themes.scm @@ -244,24 +244,3 @@ (description "Paper is an open source FreeDesktop icon project") (license license:expat))) -(define-public px-icons - (package - (name "px-icons") - (version "5.70.0-21") - (source - (origin - (method url-fetch) - (uri (string-append "https://source.pantherx.org/" name "_v" version - ".tgz")) - (sha256 - (base32 "1arkvx0n1gcihm74wx045xrvz75r0zcgcvg13gy69wznzq7p98b9")))) - (build-system cmake-build-system) - (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) - ("fdupes" ,fdupes) - ("libxml2" ,libxml2))) - (inputs `(("qtbase" ,qtbase-5))) - (home-page "https://community.kde.org/Frameworks") - (synopsis "Default PantherX icon theme") - (description "PantherX icons are a fork of KDE Breeze icon theme.") - (license license:lgpl3+))) - |