package created using the webbuild interface [release 23.08.0-1mamba;Sun Aug 27 2023]
This commit is contained in:
parent
94225f5a13
commit
f48ff2ed90
@ -1,2 +1,4 @@
|
|||||||
# ktrip
|
# ktrip
|
||||||
|
|
||||||
|
KTrip is a public transport assistant targeted towards mobile Linux and Android.
|
||||||
|
|
||||||
|
61
ktrip.spec
Normal file
61
ktrip.spec
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
|
Name: ktrip
|
||||||
|
Version: 23.08.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: A public transport assistant targeted towards mobile Linux and Android
|
||||||
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://kde.org
|
||||||
|
Source: https://download.kde.org/stable/release-service/%{version}/src/ktrip-%{version}.tar.xz
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libkconfig-devel
|
||||||
|
BuildRequires: libkcoreaddons-devel
|
||||||
|
BuildRequires: libki18n-devel
|
||||||
|
BuildRequires: libkpublictransport-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
|
BuildRequires: qt5-qtquickcontrols2-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: rpm-macros-kde5
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
|
||||||
|
%description
|
||||||
|
KTrip is a public transport assistant targeted towards mobile Linux and Android.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kde5 -d build
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall -C build
|
||||||
|
|
||||||
|
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -f %{name}5_qt.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/ktrip
|
||||||
|
%{_datadir}/applications/org.kde.ktrip.desktop
|
||||||
|
%{_datadir}/metainfo/org.kde.ktrip.appdata.xml
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/org.kde.ktrip.svg
|
||||||
|
%doc LICENSES
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Aug 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.0-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user