]> git.pld-linux.org Git - packages/ka5-plasmatube.git/commitdiff
- 24.01.95
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 26 Feb 2024 16:58:09 +0000 (17:58 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 26 Feb 2024 16:58:09 +0000 (17:58 +0100)
ka5-plasmatube.spec

index a0b8a36cfff8cd6cf6fba332de535dc50d62a2d0..960ca5f3a7f97a57f339a62306285a5814653207 100644 (file)
@@ -1,38 +1,37 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeappsver      23.08.4
+%define                kdeappsver      24.01.95
 %define                qtver           5.15.2
 %define                kf5ver          5.71.0
 %define                kaname          plasmatube
 Summary:       YouTube video player
 Name:          ka5-%{kaname}
-Version:       23.08.4
-Release:       1
+Version:       24.01.95
+Release:       0.1
 License:       GPL v2+/GPL v3+
 Group:         X11/Applications
-Source0:       https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: df9ae7eb6ec1c8ae27b2814c9fe460c4
+Source0:       https://download.kde.org/unstable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5: 949259fc6332fb0adecf27c3cf7171ab
 URL:           http://www.kde.org/
-BuildRequires: Qt5Core-devel >= 5.15.2
-BuildRequires: Qt5Gui-devel
-BuildRequires: Qt5Network-devel >= 5.15.10
-BuildRequires: Qt5Qml-devel >= 5.15.10
-BuildRequires: Qt5Quick-controls2-devel
-BuildRequires: Qt5Quick-devel
-BuildRequires: Qt5Svg-devel
-BuildRequires: Qt5Test-devel
-BuildRequires: Qt5Widgets-devel
+BuildRequires: Qt6Core-devel >= 5.15.2
+BuildRequires: Qt6Gui-devel
+BuildRequires: Qt6Network-devel >= 5.15.10
+BuildRequires: Qt6Qml-devel >= 5.15.10
+BuildRequires: Qt6Quick-devel
+BuildRequires: Qt6Svg-devel
+BuildRequires: Qt6Test-devel
+BuildRequires: Qt6Widgets-devel
 BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 5.81.0
-BuildRequires: kf5-kconfig-devel >= 5.81.0
-BuildRequires: kf5-kcoreaddons-devel >= 5.81.0
-BuildRequires: kf5-ki18n-devel >= 5.81.0
-BuildRequires: kf5-kirigami2-devel >= 5.81.0
+BuildRequires: kf6-extra-cmake-modules >= 5.81.0
+BuildRequires: kf6-kconfig-devel >= 5.81.0
+BuildRequires: kf6-kcoreaddons-devel >= 5.81.0
+BuildRequires: kf6-ki18n-devel >= 5.81.0
+BuildRequires: kf6-kirigami-devel >= 5.81.0
 BuildRequires: mpv-client-devel
 BuildRequires: ninja
 BuildRequires: pkgconfig
-BuildRequires: qt5-build >= %{qtver}
+BuildRequires: qt6-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -50,7 +49,8 @@ YouTube video player based on libmpv and yt-dlp.
        -G Ninja \
        %{!?with_tests:-DBUILD_TESTING=OFF} \
        -DHTML_INSTALL_DIR=%{_kdedocdir} \
-       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+       -DQT_MAJOR_VERSION=6
 %ninja_build -C build
 
 %if %{with tests}
@@ -74,4 +74,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/plasmatube
 %{_desktopdir}/org.kde.plasmatube.desktop
 %{_iconsdir}/hicolor/scalable/apps/org.kde.plasmatube.svg
+%{_iconsdir}/hicolor/scalable/actions/*.svg
 %{_datadir}/metainfo/org.kde.plasmatube.appdata.xml
This page took 0.209893 seconds and 4 git commands to generate.