making qt5ct-kde and dolphin work a little better
I still need to add a way for dolphin to see icons, but It's coming.
This commit is contained in:
parent
fce2d2f066
commit
3e55894e1a
3 changed files with 20 additions and 6 deletions
|
@ -1,6 +1,9 @@
|
|||
(define-module (dolphin-xyz)
|
||||
(define-module (pkgs dolphin-xyz)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages wayland)
|
||||
#:use-module (gnu packages kde)
|
||||
#:use-module (gnu packages kde-frameworks)
|
||||
#:use-module (gnu packages kde-systemtools)
|
||||
#:use-module (guix build-system qt)
|
||||
#:use-module (guix utils)
|
||||
|
@ -32,9 +35,14 @@
|
|||
ktextwidgets
|
||||
kuserfeedback
|
||||
kwindowsystem
|
||||
ffmpegthumbs
|
||||
breeze-icons ;; default icon set
|
||||
oxygen-icons
|
||||
phonon
|
||||
qtbase-5
|
||||
qtwayland
|
||||
wayland
|
||||
solid))))
|
||||
solid))
|
||||
(propogated-inputs '(kfind))))
|
||||
|
||||
dolphin-xyz
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages kde-frameworks)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (srfi srfi-1))
|
||||
#:use-module (guix gexp))
|
||||
|
||||
(define-public qt5ct-kde
|
||||
(package
|
||||
|
@ -20,7 +19,7 @@
|
|||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "mirror://sourceforge/qt5ct/qt5ct-" version ".tar.bz2"))
|
||||
(patches '("./patches/qt5ct-kde.patch"))
|
||||
(patches '("patches/qt5ct-kde.patch"))
|
||||
(sha256
|
||||
(base32 "1mxqallxw0b5p4kjfnvv9ndzws54si4a3xlz3gnxyl2cdrm58n7d"))))
|
||||
(inputs (modify-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue