diff options
-rw-r--r-- | px/packages/desktop-tools.scm | 24 | ||||
-rw-r--r-- | px/packages/desktop.scm | 25 |
2 files changed, 24 insertions, 25 deletions
diff --git a/px/packages/desktop-tools.scm b/px/packages/desktop-tools.scm index 583d8c1..34a0452 100644 --- a/px/packages/desktop-tools.scm +++ b/px/packages/desktop-tools.scm @@ -350,3 +350,27 @@ brand icons for easy, scalable vector graphics on websites and beyond.") (description "Qt-based tray application") (license license:gpl2+))) +(define-public px-terminal-launcher + (package + (name "px-terminal-launcher") + (version "v0.2.3") + (source + (origin + (method url-fetch) + (uri (string-append "https://source.pantherx.org/" name "_" version + ".tgz")) + (sha256 + (base32 "0fqlzbipnddn9cd0amjn9py7qzwnk5ir674lshpf7rsnv7fasalw")))) + (build-system qt-build-system) + (native-inputs (list qttools-5 pkg-config extra-cmake-modules)) + (inputs (list capnproto-0.9 + qtbase-5 + qtsvg-5 + qtcharts + px-auth-library-cpp + networkmanager-qt)) + (propagated-inputs (list px-icons)) + (home-page "https://www.pantherx.dev") + (synopsis "PantherX Terminal Launcher") + (description "PantherX Terminal Launcher") + (license license:expat)))
\ No newline at end of file diff --git a/px/packages/desktop.scm b/px/packages/desktop.scm index 0737350..4c9c257 100644 --- a/px/packages/desktop.scm +++ b/px/packages/desktop.scm @@ -83,31 +83,6 @@ %gtk-desktop-applications %qt-desktop-applications)) -(define-public px-terminal-launcher - (package - (name "px-terminal-launcher") - (version "v0.2.3") - (source - (origin - (method url-fetch) - (uri (string-append "https://source.pantherx.org/" name "_" version - ".tgz")) - (sha256 - (base32 "0fqlzbipnddn9cd0amjn9py7qzwnk5ir674lshpf7rsnv7fasalw")))) - (build-system qt-build-system) - (native-inputs (list qttools-5 pkg-config extra-cmake-modules)) - (inputs (list capnproto-0.9 - qtbase-5 - qtsvg-5 - qtcharts - px-auth-library-cpp - networkmanager-qt)) - (propagated-inputs (list px-icons)) - (home-page "https://www.pantherx.dev") - (synopsis "PantherX Terminal Launcher") - (description "PantherX Terminal Launcher") - (license license:expat))) - ;; ;; PantherX OS Desktop default Applications and Services ;; |