Christophe Marin 2023-03-20 08:52:20 +00:00 committed by Git OBS Bridge
commit 3c1fb520f9
7 changed files with 141 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

BIN
applications.keyring Normal file

Binary file not shown.

3
ktrip-23.03.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d7a12f8320904ccb1bf65ea7f57086096afa0a0ae5a1fa5d03003a1c7d9fc9e
size 252952

16
ktrip-23.03.80.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmQUHOEACgkQOmpNuDnq
ptcDag//TspN3+BVebnozfQLUb27Ff0bE+URdsdFa1YyfIq9YK7GMPgLq48sAJP+
AT9UTuWxswbXaPQmRUstgmEhaSvLJOfgjbQKsNnam6c6tm1BiJx2EfIBZTXglTOC
2A/0KETjtGmw2zhtkVAnylRyTFjcAgNSQhuWaf2fdAtAvAV8Iz/xZ4f2Vy1xKZWZ
qzPTe06Uj5dSrYWbExRE2tviYikWb1Zv3BHHyY8dutlx9dijRxaer+v8mUktCHr+
ve5rcoAnVi0+a2ygwcUAhAyDBEP0yS7Jvbn9JCwKxzu0O3jtm45+oVif9EeVTsTP
UPVeMt0S5nZfyyyyTjyVcVS9rim32j0WmyZkI8OQEnMqIwpctB7Fdu0VGPQEj5GR
ichFBlHuduHlx6Sadq8sqQ/MqdEP3SK9IzqPXrFSt/Aeuhilmjap8+fphcr8+/vD
N48BGdjs7ZGAlQ+1y6XpqCspFaN3nyFW+4yKUQ1IaX06CmtwKK7nNJPHSf/+pWqJ
DonMT3v7an64MbremDn+PctpDdwLTZEBmtexO3+Nv9zqolvEbo2+f1kHtEXNk3RO
YIFLQ3f52an0zO8RFpcfZGN6gwBtLvcwbgW3i5Yy/DeZaRbbGm5CUKwGL/UVtoag
2EbJ5ElMX2VdjCDo2GrE4MOTLsI7ez5dtszHBb41UmTNeC+j6fI=
=/79d
-----END PGP SIGNATURE-----

10
ktrip.changes Normal file
View File

@ -0,0 +1,10 @@
-------------------------------------------------------------------
Sat Mar 18 19:13:41 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 23.03.80
* New feature release
-------------------------------------------------------------------
Mon Jul 22 15:02:55 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Initial commit

88
ktrip.spec Normal file
View File

@ -0,0 +1,88 @@
#
# spec file for package ktrip
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%bcond_without released
Name: ktrip
Version: 23.03.80
Release: 0
Summary: Public transport assistant targeted towards mobile Linux and Android
License: GPL-2.0-or-later
URL: https://apps.kde.org/ktrip
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: breeze5-icons
BuildRequires: extra-cmake-modules
BuildRequires: hicolor-icon-theme
BuildRequires: kf5-filesystem
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5ItemModels)
BuildRequires: cmake(KF5QQC2DesktopStyle)
BuildRequires: cmake(KPublicTransport)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Widgets)
# QML imports
Requires: kpublictransport
Requires: kirigami2
%description
KTrip is a public transport assistant targeted towards mobile Linux and
Android. It allows to query journeys for a wide range of countries/public
transport providers by leveraging KPublicTransport.
It depends on Qt 5 and a number of KDE Frameworks.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%suse_update_desktop_file org.kde.ktrip Utility Maps
install -m0644 -D %{_kf5_iconsdir}/breeze/actions/22/map-globe.svg \
%{buildroot}%{_kf5_iconsdir}/hicolor/22x22/actions/map-globe.svg
%find_lang %{name}
%files
%license LICENSES/*
%doc README.md
%{_kf5_bindir}/ktrip
%{_kf5_iconsdir}/hicolor/22x22/actions/map-globe.svg
%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.ktrip.svg
%{_kf5_applicationsdir}/org.kde.ktrip.desktop
%{_kf5_appstreamdir}/org.kde.ktrip.appdata.xml
%files lang -f %{name}.lang
%changelog