mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: plasmatube: Move to kde-multimedia.scm.
* gnu/packages/kde-plasma.scm (plasmatube): Delete variable. * gnu/packages/kde-multimedia.scm (plasmatube): New variable.
This commit is contained in:
parent
48ed473683
commit
5541cc297e
2 changed files with 36 additions and 36 deletions
|
@ -885,3 +885,39 @@ CDs.")
|
|||
(synopsis "libmpv wrapper for QtQuick2 and QML")
|
||||
(description "This package provides a libmpv wrapper for QtQuick2 and QML.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public plasmatube
|
||||
(package
|
||||
(name "plasmatube")
|
||||
(version "24.12.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/plasmatube-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0505s8hz6hcq8bc9cp9qpy4ccyznnczb1spg4x0l0n4ji7bg2m8n"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules pkg-config python-minimal))
|
||||
(inputs
|
||||
(list kconfig
|
||||
kcoreaddons
|
||||
kdbusaddons
|
||||
kirigami
|
||||
kirigami-addons
|
||||
ki18n
|
||||
kwindowsystem
|
||||
mpvqt
|
||||
purpose
|
||||
qtdeclarative
|
||||
qtmultimedia
|
||||
qtsvg
|
||||
qtkeychain-qt6
|
||||
qtwayland
|
||||
yt-dlp))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://apps.kde.org/plasmatube/")
|
||||
(synopsis "Kirigami YouTube video player")
|
||||
(description "This package provides YouTube video player based
|
||||
on QtMultimedia and @command{yt-dlp}.")
|
||||
(license license:gpl3+)))
|
||||
|
|
|
@ -1952,42 +1952,6 @@ on top of Baloo.")
|
|||
KF5/Qt5 to KF6/Qt6")
|
||||
(license (list license:lgpl2.0+))))
|
||||
|
||||
(define-public plasmatube
|
||||
(package
|
||||
(name "plasmatube")
|
||||
(version "24.12.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/plasmatube-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0505s8hz6hcq8bc9cp9qpy4ccyznnczb1spg4x0l0n4ji7bg2m8n"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules pkg-config python-minimal))
|
||||
(inputs
|
||||
(list kconfig
|
||||
kcoreaddons
|
||||
kdbusaddons
|
||||
kirigami
|
||||
kirigami-addons
|
||||
ki18n
|
||||
kwindowsystem
|
||||
mpvqt
|
||||
purpose
|
||||
qtdeclarative
|
||||
qtmultimedia
|
||||
qtsvg
|
||||
qtkeychain-qt6
|
||||
qtwayland
|
||||
yt-dlp))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://apps.kde.org/plasmatube/")
|
||||
(synopsis "Kirigami YouTube video player")
|
||||
(description "This package provides YouTube video player based
|
||||
on QtMultimedia and @command{yt-dlp}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public plasma-browser-integration
|
||||
(package
|
||||
(name "plasma-browser-integration")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue