Christophe Marin 2023-03-20 14:23:40 +00:00 committed by Git OBS Bridge
commit 8f1b86f9a9
7 changed files with 126 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:b36225d542ffd1f43b508370d41f41b236ccf7d2a4e93084cdacb87d47558b79
size 67416

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmQUHOgACgkQOmpNuDnq
ptf1XA/9GoVE/gB2pCowME/SiDEjBiaCarKk1CGp4Ia5CaJkVjGq6GNXiraA2gKH
FCCTcEiaAg7abWGRQat1sDNiJ0py6INvCACMFKBkFpGIG/fbuYX6dB+HoXIKPHq3
JUrl2kVUcJVMuTMixXhmm10oUMXY10Pe2QSEt0tiFy9qPChwA6KOXRxtvPKJBAMN
e2CFuIlyVtRH6EX+REVqLlSlvpoP3EjIUlU6K1BVE+uMHXQvdqsFnUYVE+NZfjF+
S0WTve2P5kvYQOSwEzdQB/CvrgT70HP77prPpnbtfFh0yK9uXxLIRKjC6wc7iWNe
ILG7z3oU+rBl7PksLQ4Snto6hewen+PNsCJZzJdySAkgi60BFLQ2u4vSSJJbqha4
5iA0htodk+Z+bqPcBv9Thd701WrsA2sJWCI5o3nKaDG15i42O4/5pc8U99AnCpPn
KZswwc4pD1Yu8DRmhRwhBDgf4fH3BvSghGy2rKu4Wx5wVehuQuPM0+EzZUZAj8sO
OD/ff2E/XAz6wW5S/Ki1dUSiIIWSc0AnlTNb0eIY1+SCfX0vY2fW4YipCs7sruto
xbKVTqQ3VX04wDiXQGJXf6GbeTB6/2T891YtLLlbGa8/Mmv1Gc7zlOVlIAPDobvP
gLrxkggrtbDmnTJ4LFC6VjYERD8ytkzBLMd0d7aoDurpKxuLKE4=
=ruwL
-----END PGP SIGNATURE-----

5
qmlkonsole.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Mon Mar 20 12:44:37 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 23.03.80
* New feature release

78
qmlkonsole.spec Normal file
View File

@ -0,0 +1,78 @@
#
# spec file for package qmlkonsole
#
# 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: qmlkonsole
Version: 23.03.80
Release: 0
Summary: Terminal application
License: GPL-2.0-or-later
URL: https://apps.kde.org/qmlkonsole/
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: update-desktop-files
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KirigamiAddons)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Test)
Requires: kirigami2
Requires: qmltermwidget
%description
Terminal application offering additional keyboard buttons useful on touch
devices.
%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.qmlkonsole.desktop
%{_kf5_appstreamdir}/org.kde.qmlkonsole.appdata.xml
%{_kf5_bindir}/qmlkonsole
%{_kf5_configkcfgdir}/terminalsettings.kcfg
%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.qmlkonsole.svg
%files lang -f %{name}.lang
%changelog