Christophe Marin 2023-03-20 14:23:40 +00:00 committed by Git OBS Bridge
commit 080423c6e9
7 changed files with 130 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:d9a446c78a66ccd887aaaeec2e719a09280c8d094ba4a3ec4f7500c378bf9708
size 78552

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmQUHPQACgkQOmpNuDnq
ptdJPhAAp6GRAFXaPSTAIk1sHQgj6WmP7FurBLC9pQwjTNlXGaZ7gaUMOOzX8Ub9
NJGRVQyfXZ4k5t7bLhI4vMURuT1LHi+VdERmG3XqMau2uRcRR2XNL8T2/T2/62La
0axt7zLxOU38Khb5ugXrrDCuX8WVGHOoJTb/3hF+VfEXrFLEhZwL0n9XYhCICbDd
RUgyGHC0x5dGPR8c2tsR9/bvddquTdzioqCBQ105C8J/3AxYyCaPd/7CJ75zOI03
DZOq73w+AI0VUkTgkk2cLIWG5xJo+wAdfEbKEqvh3C53P1As5FMhkpJcAgDJyj7g
E6cpTmybViO6j4msNe2P5nAreWXO9fCZgA0dxv4o9yNccxTG0xyMVqIIc+T8UvYB
CSeMbqevEpFh8ZsCoBnYuQQhKvxR/RXwyzPBnoK65BMgEDOZ1ztT5HUCrT6imp+E
5WZX7UfoX2okDXzb2xub3KE2bNL+8m8f4PQpmePIQ+xmqtDVeRlBTACQsHEg9x12
zQ3YUg0Q8dYkXirDhGyPvUORCcjBPNZ9rxd8fuCCEuQcTQJ67YV4SYS8N9LwLMXl
NwBPlr+UKv3WQ+MEhHTpVk7kyb7bHHA8t4GdueZxa6q+4+YTgm2jo/m3eSH89JC6
M+tXtMeVc3qpm0++6WxBmLkiqvE0tPxh/hOMjeeeGwjaNcDE9+g=
=0VA6
-----END PGP SIGNATURE-----

10
plasmatube.changes Normal file
View File

@ -0,0 +1,10 @@
-------------------------------------------------------------------
Mon Mar 20 11:10:11 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 23.03.80
* New feature release
-------------------------------------------------------------------
Sun Jun 13 21:54:54 UTC 2021 - Andrés B.S. <andresbs@opensuse.org>
- Add changelog

77
plasmatube.spec Normal file
View File

@ -0,0 +1,77 @@
#
# spec file for package plasmatube
#
# 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: plasmatube
Version: 23.03.80
Release: 0
Summary: YouTube client
License: GPL-3.0-or-later
URL: https://apps.kde.org/plasmatube
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: pkgconfig
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: pkgconfig(mpv)
Requires: kirigami2
Requires: yt-dlp
%description
PlasmaTube allows you to watch YouTube videos on your phone or desktop using a
elegant user interface integrated with the rest of Plasma.
%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/*
%{_kf5_applicationsdir}/org.kde.plasmatube.desktop
%{_kf5_appstreamdir}/org.kde.plasmatube.appdata.xml
%{_kf5_bindir}/plasmatube
%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.plasmatube.svg
%files lang -f %{name}.lang
%changelog