]> git.pld-linux.org Git - packages/ka5-tokodon.git/commitdiff
- updated to 23.08.0; cmake -B build auto/th/ka5-tokodon-23.08.0-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 24 Aug 2023 16:01:35 +0000 (18:01 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 24 Aug 2023 16:01:35 +0000 (18:01 +0200)
ka5-tokodon.spec

index d29e8d9cc3e6b6e3cf5cf91a7d724b027e1a1db5..906cc682cff2bacf2c360bf928f8bc6ad96091ad 100644 (file)
@@ -1,14 +1,14 @@
-%define                kdeappsver      23.04.3
+%define                kdeappsver      23.08.0
 %define                qtver           5.15.2
 %define                kaname          tokodon
 Summary:       A modern Mastodon client
 Name:          ka5-%{kaname}
-Version:       23.04.3
+Version:       23.08.0
 Release:       1
 License:       GPL v3+
 Group:         X11/Applications/Editors
 Source0:       https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 203f97a64fb40c8ef28169234de227a5
+# Source0-md5: b15035de40977132a2c22f36b3cf048f
 URL:           https://www.kde.org/
 BuildRequires: Qt5Core-devel
 BuildRequires: Qt5Gui-devel >= 5.15.2
@@ -45,6 +45,7 @@ BuildRequires:        kf5-kxmlgui-devel >= 5.105.0
 BuildRequires: kf5-qqc2-desktop-style-devel
 BuildRequires: kf5-solid-devel >= 5.105.0
 BuildRequires: kirigami-addons-devel >= 0.7.2
+BuildRequires: mpv-client-devel
 BuildRequires: ninja
 BuildRequires: pkgconfig
 BuildRequires: shared-mime-info
@@ -57,14 +58,12 @@ A modern Mastodon(https://joinmastodon.org/) client.
 %setup -q -n %{kaname}-%{version}
 
 %build
-install -d build
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+       -G Ninja \
        %{!?with_tests:-DBUILD_TESTING=OFF} \
        -DHTML_INSTALL_DIR=%{_kdedocdir} \
-       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-       ..
-%ninja_build
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+%ninja_build -C build
 
 %{?with_tests:%ninja_build test}
 
This page took 0.214985 seconds and 4 git commands to generate.