KDE Gear 24.02 RC
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/keditbookmarks?expand=0&rev=228
This commit is contained in:
committed by
Git OBS Bridge
parent
0a538d5702
commit
634a41cb46
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package keditbookmarks
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,31 +16,36 @@
|
||||
#
|
||||
|
||||
|
||||
%define kf6_version 5.246.0
|
||||
%define qt6_version 6.6.0
|
||||
|
||||
%bcond_without released
|
||||
Name: keditbookmarks
|
||||
Version: 23.08.4
|
||||
Version: 24.01.95
|
||||
Release: 0
|
||||
Summary: KDE Bookmark Editor
|
||||
License: GPL-2.0-only
|
||||
URL: https://www.kde.org/
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5Bookmarks)
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5IconThemes)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5Parts)
|
||||
BuildRequires: cmake(KF5WindowSystem)
|
||||
BuildRequires: cmake(Qt5Core)
|
||||
BuildRequires: cmake(Qt5Test)
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(KF6Bookmarks) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6Codecs) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6ConfigWidgets) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6DocTools) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6IconThemes) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6Parts) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version}
|
||||
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
||||
BuildRequires: pkgconfig(x11)
|
||||
|
||||
%description
|
||||
This is an editor to edit your KDE-wide bookmark set.
|
||||
@@ -51,28 +56,30 @@ This is an editor to edit your KDE-wide bookmark set.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%kf6_install
|
||||
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
%find_lang %{name} --with-html --with-man --all-name
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license COPYING*
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/keditbookmarks/
|
||||
%{_kf5_applicationsdir}/org.kde.keditbookmarks.desktop
|
||||
%{_kf5_bindir}/kbookmarkmerger
|
||||
%{_kf5_bindir}/keditbookmarks
|
||||
%{_kf5_configkcfgdir}/keditbookmarks*.kcfg
|
||||
%{_kf5_debugdir}/keditbookmarks.categories
|
||||
%{_kf5_libdir}/libkbookmarkmodel_private.so*
|
||||
%{_kf5_mandir}/man1/kbookmarkmerger.1%{ext_man}
|
||||
%doc %lang(en) %{_kf6_htmldir}/en/keditbookmarks/
|
||||
%doc %lang(en) %{_kf6_mandir}/man1/kbookmarkmerger.1%{ext_man}
|
||||
%{_kf6_applicationsdir}/org.kde.keditbookmarks.desktop
|
||||
%{_kf6_bindir}/kbookmarkmerger
|
||||
%{_kf6_bindir}/keditbookmarks
|
||||
%{_kf6_configkcfgdir}/keditbookmarks.kcfg
|
||||
%{_kf6_debugdir}/keditbookmarks.categories
|
||||
%{_kf6_libdir}/libkbookmarkmodel_private.so.*
|
||||
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%exclude %{_kf6_htmldir}/en/keditbookmarks/
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user