commit
4e7538a8e8
87
kf5-kglobalaccel.spec
Normal file
87
kf5-kglobalaccel.spec
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
%global framework kglobalaccel
|
||||||
|
|
||||||
|
Name: kf5-%{framework}
|
||||||
|
Version: 5.55.0
|
||||||
|
Release: 1
|
||||||
|
Summary: KDE Frameworks 5 Tier 3 integration module for global shortcuts
|
||||||
|
License: LGPLv2+
|
||||||
|
URL: https://cgit.kde.org/%{framework}.git
|
||||||
|
|
||||||
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
|
%if %{revision} >= 50
|
||||||
|
%global stable unstable
|
||||||
|
%else
|
||||||
|
%global stable stable
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: extra-cmake-modules >= %{majmin} kf5-rpm-macros kf5-kconfig-devel >= %{majmin} kf5-kcoreaddons-devel >= %{majmin} kf5-kcrash-devel >= %{majmin} kf5-kdbusaddons-devel >= %{majmin} kf5-ki18n-devel >= %{majmin} kf5-kservice-devel >= %{majmin} kf5-kwindowsystem-devel >= %{majmin} qt5-qtbase-devel qt5-qttools-devel qt5-qtx11extras-devel xcb-util-keysyms-devel libX11-devel libxcb-devel
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
Conflicts: plasma-workspace < 5.2.0-8
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package libs
|
||||||
|
Summary: Runtime libraries for %{name}
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description libs
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release} qt5-qtbase-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1 -n %{framework}-%{version}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
mkdir %{_target_platform}
|
||||||
|
pushd %{_target_platform}
|
||||||
|
%{cmake_kf5} ..
|
||||||
|
popd
|
||||||
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
%find_lang_kf5 kglobalaccel5_qt
|
||||||
|
|
||||||
|
%files -f kglobalaccel5_qt.lang
|
||||||
|
%doc README.md
|
||||||
|
%license COPYING.LIB
|
||||||
|
%{_kf5_sysconfdir}/xdg/%{framework}*
|
||||||
|
%{_kf5_bindir}/kglobalaccel5
|
||||||
|
%{_kf5_datadir}/kservices5/kglobalaccel5.desktop
|
||||||
|
%{_datadir}/dbus-1/services/org.kde.kglobalaccel.service
|
||||||
|
|
||||||
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
|
%files libs
|
||||||
|
%{_kf5_libdir}/libKF5GlobalAccel.so.*
|
||||||
|
%{_kf5_libdir}/libKF5GlobalAccelPrivate.so.*
|
||||||
|
%{_kf5_qtplugindir}/org.kde.kglobalaccel5.platforms/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_kf5_includedir}/kglobalaccel_version.h
|
||||||
|
%{_kf5_includedir}/KGlobalAccel/
|
||||||
|
%{_kf5_libdir}/libKF5GlobalAccel.so
|
||||||
|
%{_kf5_libdir}/cmake/KF5GlobalAccel/
|
||||||
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KGlobalAccel.pri
|
||||||
|
%{_kf5_datadir}/dbus-1/interfaces/*
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||||
|
- Initial release for OpenEuler
|
||||||
|
|
||||||
4
kf5-kglobalaccel.yaml
Normal file
4
kf5-kglobalaccel.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: KDE/kglobalaccel
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
BIN
kglobalaccel-5.55.0.tar.xz
Normal file
BIN
kglobalaccel-5.55.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user