Christophe Marin 2023-03-20 08:51:32 +00:00 committed by Git OBS Bridge
commit 9977613074
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
kalk-23.03.80.tar.xz Normal file
View File

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

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

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmQUHNEACgkQOmpNuDnq
ptfymRAAmka50o8eacAqjZAsCMgumDXbNU5F1zjj6qCIQto9755xK4JQxX0cRqKG
o0CEp2Rt62whR+Nq0G/eqIPMOqJsVoEU9KbXlfA6AMellsYkt4HTepGsNuA7zu4c
H67kk25ZgUuGch+rayaJQO9SjYYRQf8ZXp9bQvf1gIei5QrOTkpxpE2rpTw4GDDo
MGsFziNZCFomsUj+2c4QUOpGnt9aC/wSHLIqfqjDeFd8LopeCj/o7rZV2cHUub6V
jbMEeLMLOKbey5hlpw6Ux7w+GKBfQbYN6M9Gkp6AemUQiU1CWA6wjczPTJUKdcbm
ozK2Ncc4jSclo+I7YjNzGp+Zgv+FNjf+x5Yaw9x1EFZMa9nXOjXGCRAsWNleY0Zk
C7LXiHn5BKgyiRa2pCwzPjLJQH+Q79NL+cEwmdeEiUlaM61i9k3ggb8YVx3nufw5
uKicad3MBF7e6RJtKNX7jf0KhA6L9dgLdRLDyxCE1jxPz6yaQXUPjqT7j1/KSoSj
f8wO690fJJ2g6Ld+a1U1rMVg0FxB8cYm1zXgD5WCX2PHEMf4muNVh/vVAA4cc0Y6
6d1SbDtMg6ooR8hu0tXjNzjbTeXemBdAGpVYzVE1KCYPiXo9t7wrbG4k4FJjsQuB
F8ZktNGgi8MzC+oEo96WkrBO4GBsL47ZZTaEz6mBMlB10VJPIxo=
=n0Q/
-----END PGP SIGNATURE-----

10
kalk.changes Normal file
View File

@ -0,0 +1,10 @@
-------------------------------------------------------------------
Sun Mar 19 11:03:57 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 23.03.80
* New feature release
-------------------------------------------------------------------
Mon Apr 12 00:42:18 UTC 2021 - Andrés B.S. <andresbs@opensuse.org>
- Fix backspace character not displaying

88
kalk.spec Normal file
View File

@ -0,0 +1,88 @@
#
# spec file for package kalk
#
# 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: kalk
Version: 23.03.80
Release: 0
Summary: Convergent calculator
License: GPL-3.0-or-later
URL: https://apps.kde.org/kalk
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: bison
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: flex
BuildRequires: gmp-devel
BuildRequires: mpfr-devel
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(KF5UnitConversion)
BuildRequires: cmake(Qt5Core) >= 5.15.2
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickCompiler)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
Requires: kirigami2
%description
Kalk is a convergent calculator application built with the Kirigami framework.
Although it is mainly targeted for mobile platforms, it can also be used on the
desktop.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%{kf5_post_install}
%fdupes %{buildroot}%{_prefix}
%find_lang %{name} --all-name
%files
%license LICENSES/*
%doc README.md
%{_kf5_applicationsdir}/org.kde.kalk.desktop
%{_kf5_appstreamdir}/org.kde.kalk.appdata.xml
%{_kf5_bindir}/kalk
%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.kalk.svg
%files lang -f %{name}.lang
%changelog