summaryrefslogtreecommitdiff
path: root/rodion/packages
diff options
context:
space:
mode:
Diffstat (limited to 'rodion/packages')
-rw-r--r--rodion/packages/audio.scm29
1 files changed, 3 insertions, 26 deletions
diff --git a/rodion/packages/audio.scm b/rodion/packages/audio.scm
index 17cd662..3121a14 100644
--- a/rodion/packages/audio.scm
+++ b/rodion/packages/audio.scm
@@ -98,35 +98,12 @@
(sha256
(base32 "14f8bqrif6ffhj270vg1k90y1i2cw3kavbwsx7v7jg45yghlpa23"))))))
-(define-public kdsingleapplication
- (package
- (name "kdsingleapplication")
- (version "1.1.0")
- (build-system cmake-build-system)
- (home-page "https://github.com/KDAB/KDSingleApplication")
- (license license:expat)
- (description "Helper class providing an ability to run the only instance of the application.")
- (synopsis "Helper class for single-instance policy applications")
- (inputs (list qtbase))
- (arguments
- `(#:configure-flags '("-DKDSingleApplication_QT6=true")
- #:tests? #f))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/KDAB/KDSingleApplication")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1w7wg9w4mifrkpn7hhw1nnnwh1vhnf8i4wgfxvh44nacwslbwsb2"))))))
-
(define-public fooyin
(package
(name "fooyin")
- (version "0.5.1")
+ (version "0.5.3")
(build-system cmake-build-system)
- (home-page "https://github.com/fooyin/fooyinx")
+ (home-page "https://github.com/fooyin/fooyin")
(license license:gpl3)
(description "fooyin is a music player built around customisation. It offers a growing list of widgets to manage and play your local music collection. It's extensible using a plugin system and many widgets make use of FooScript to offer an even deeper level of control.")
(synopsis "fooyin is a customisable music player")
@@ -152,4 +129,4 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0wa7frswvqgpz03qzv7x62k3mbvqnwzkxv8w5kv40z6js6ykm7jz"))))))
+ (base32 "0sy0l65440a23fazvw27wcjjsiylmqb2zpvnx82d6hyj60xsgjw7"))))))