SHA256
1
0
forked from pool/telly-skout
Christophe Marin 2023-03-20 14:23:40 +00:00 committed by Git OBS Bridge
commit 588065c42b
7 changed files with 129 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.

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmQUHOsACgkQOmpNuDnq
ptdjoxAApKTFq+KDLpQ2VHu8YEO9jYOPGNV0zkbD5cY9rRKwkJuqoMihftr2CAwn
kAOrEnM8Iu8Vp7eaYpegKVCGko4zEs8Eq0mImPgr5HHK+83fp3vpFfrKxnlAMW1b
QFm/xFKSVXl8Mf3tySaXyRdEtC3RrO25pQMw8VfXXTPwSvtDdTMaoEs4o9l2YHjL
WMPXJ4cjSmY1O6vtjkjsaLUA9avd+kIqdFTZ4tAgDr/LmLnWTbGh4EJlBcZRzuDb
ZKfjvbyS2NqNJJh6uwtEQYkJJNBYOh4uFAZWixGk8rLdFyH20paKqh0epPomz47m
2IwLC8pBWfDjCvcjv/yyltTAh3wKZOcBk0ylxBBHX+T/Pxvgu3koqrGwk0AdPFjc
Szu1sjEsI+EJbIsr8FIg2I7XRGeAOiZjyuPxpwp6t6tmQLo1qjA/+0qRdImnYACd
kUedjHjYaLMLOotjw4FSINEhdfXg02AnPD9Goyhjvsg/KUFXPXn8Wn/wjjVyJgDg
TLxIONK9V/wU5rYsm5VAoQrs4XQpCB4WlT4iB6lKEgCIQmenTqhK0NBX8revBg80
UiKSSEx+Ioq1FK9k8gYtkndK4FKIEBb2Z5NoJLJ8vcSaT7YOoXgJg9eKSMhkvDyA
NGeeUFCNNm8VsisdIb62h2mkb4s10dgLwj3iCEy19fZm8lT9UH0=
=Cz9h
-----END PGP SIGNATURE-----

10
telly-skout.changes Normal file
View File

@ -0,0 +1,10 @@
-------------------------------------------------------------------
Mon Mar 20 12:39:51 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 23.03.80
* New feature release
-------------------------------------------------------------------
Tue Sep 7 08:40:46 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Initial package, version 0~git20210906.574873d

76
telly-skout.spec Normal file
View File

@ -0,0 +1,76 @@
#
# spec file for package telly-skout
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
#
# 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: telly-skout
Version: 23.03.80
Release: 0
Summary: Kirigami TV guide
License: LGPL-2.1-or-later
URL: https://apps.kde.org/telly-skout/
Source0: 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: extra-cmake-modules
BuildRequires: hicolor-icon-theme
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Sql)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
Requires: kirigami2
%description
Telly Skout is a convergent Kirigami TV guide. It shows the TV program for your
favorite channels from TV Spielfilm or an XMLTV file.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%find_lang %{name} --all-name
%files
%license LICENSES/*
%doc README.md
%{_kf5_applicationsdir}/org.kde.telly-skout.desktop
%{_kf5_appstreamdir}/org.kde.telly-skout.appdata.xml
%{_kf5_bindir}/telly-skout
%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.telly-skout.svg
%files lang -f %{name}.lang
%changelog