SHA256
1
0
forked from pool/kommit

Accepting request 1087189 from home:portalofreedom

Kommit just released

OBS-URL: https://build.opensuse.org/request/show/1087189
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kommit?expand=0&rev=1
This commit is contained in:
Christophe Marin 2023-05-16 09:22:03 +00:00 committed by Git OBS Bridge
commit bc93245fb9
6 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

3
kommit-1.0.2.tar.xz Normal file
View File

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

16
kommit-1.0.2.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmRT1PcACgkQ11dEg7tX
sY2Bjw//flBvEasQNGEAEa/uM/W6YmyfC2yX4kAdcn68viAirSb9O3SIddy3rYFv
Nk6HyWm5+9721bzUDljLLr/3Je9wXQpbA+ZVUymHCm4pYhAvH/ruQpMw+K4+XE0z
mjw927X4xnpjlUyvWAyzxsuugHFOpJ2Z6ueyM34yt3IN5ZTfh9izEosPzWGa6Z/L
fRl4769prAUn6qr+eyE18mkbmU1xEq/VmlGDiwDFlldmQP7jGXN9jQfTaCb7M8yR
umWiwSuR4BpZWSYMLT78VXiRlow+3c/4e1fQAGCwAwadnt2ozivAYWRkFTpufxof
KUsVqrq/mx3+XavBt7E1XlXIFQq+oIqk7uUBq96bB4SL/KtqDOwc5OWooJVhNM+V
6ydsIxVtF8I+BnnzunT/plmgZay50IDEBZ0jqVJUG7nPXCupC2qeT36yuTFcAN/K
6rh2Fdqeyy0GxrqUjignnEHYM0MdiCSNYkJSP3Ohq696kvfQMrJlEz5YVmDl/Ipo
5Xek5E/uA9nWPowIQYRjQaOCY9DegqPRJkH877WX1QPN/fr0Qa9xab0bP9OHdLY8
jRkllpltcyICBChHEHnhiKodI9JNNY/gPJmHcsUtAN1Zfw8sJZvDMcy+iWlSwJI6
6xA5zMyENwdGaojq5d+KlmGmU/fq+6FwAWXTSPsrxVY1iCV6aSo=
=M/pp
-----END PGP SIGNATURE-----

4
kommit.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Fri May 12 12:36:05 UTC 2023 - Matteo De Carlo <matteo.dek@gmail.com>
- first release

83
kommit.spec Normal file
View File

@ -0,0 +1,83 @@
#
# spec file for package kommit
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2023 Matteo De Carlo
#
# 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/
#
Name: kommit
Version: 1.0.2
Release: 0
Summary: Graphical Git Client
License: GPL-3.0-only
Group: Development/Tools/Version Control
URL: https://apps.kde.org/kommit
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
Source1: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz.sig
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5TextEditor)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(x86-64)
%description
Graphical Git Client
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%ldconfig_scriptlets
%files
%doc README.md
%doc %lang(en) %{_kf5_htmldir}/en/*/
%license LICENSE
%{_kf5_bindir}/kommit
%{_kf5_bindir}/kommitdiff
%{_kf5_bindir}/kommitmerge
%{_kf5_libdir}/lib%{name}.so.*
%{_kf5_libdir}/lib%{name}diff.so.*
%{_kf5_libdir}/lib%{name}gui.so.*
%dir %{_kf5_plugindir}/kf5/kfileitemaction
%dir %{_kf5_plugindir}/kf5/overlayicon
%{_kf5_plugindir}/kf5/kfileitemaction/kommititemaction.so
%{_kf5_plugindir}/kf5/overlayicon/kommitoverlayplugin.so
%{_kf5_iconsdir}/hicolor/*/apps/%{name}.*
%{_kf5_iconsdir}/hicolor/scalable/actions/*.svg
%{_kf5_applicationsdir}/org.kde.%{name}.desktop
%{_kf5_applicationsdir}/org.kde.%{name}.diff.desktop
%{_kf5_applicationsdir}/org.kde.%{name}.merge.desktop
%{_kf5_appstreamdir}/org.kde.%{name}.appdata.xml
%{_kf5_debugdir}/%{name}.categories
%files lang -f %{name}.lang
%changelog