public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/plasma-phonebook] epel10: inital package commit
@ 2026-08-04 20:32 Onuralp SEZER
0 siblings, 0 replies; only message in thread
From: Onuralp SEZER @ 2026-08-04 20:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/plasma-phonebook
Branch : epel10
Commit : f01d14673f2950d6351800c0b509b15819126253
Author : Onuralp SEZER <thunderbirdtr@fedoraproject.org>
Date : 2022-09-26T11:34:43+03:00
Stats : +70/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/plasma-phonebook/c/f01d14673f2950d6351800c0b509b15819126253?branch=epel10
Log:
inital package commit
Signed-off-by: Onuralp SEZER <thunderbirdtr@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..99929da
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/plasma-phonebook-22.06.tar.xz
diff --git a/plasma-phonebook.spec b/plasma-phonebook.spec
new file mode 100644
index 0000000..0144abe
--- /dev/null
+++ b/plasma-phonebook.spec
@@ -0,0 +1,68 @@
+
+%global kf5_min_version 5.88.0
+
+Name: plasma-phonebook
+Version: 22.06
+Release: 1%{?dist}
+License: CC0 and GPLv2 and GPLv3 and GPLv3+ and LGPLv2+
+Summary: Convergent Plasma Mobile phonebook application
+Url: https://invent.kde.org/plasma-mobile/%{name}
+Source0: https://download.kde.org/stable/plasma-mobile/%{version}/%{name}-%{version}.tar.xz
+
+
+BuildRequires: gcc-c++
+BuildRequires: cmake
+BuildRequires: appstream
+BuildRequires: extra-cmake-modules
+BuildRequires: kf5-rpm-macros >= %{kf5_min_version}
+BuildRequires: hicolor-icon-theme
+BuildRequires: desktop-file-utils
+
+BuildRequires: cmake(Qt5Gui)
+BuildRequires: cmake(Qt5Quick)
+BuildRequires: cmake(Qt5QuickControls2)
+BuildRequires: cmake(Qt5Svg)
+BuildRequires: cmake(Qt5Test)
+BuildRequires: cmake(Qt5Core)
+
+BuildRequires: cmake(KF5Kirigami2) >= %{kf5_min_version}
+BuildRequires: cmake(KF5Contacts) >= %{kf5_min_version}
+BuildRequires: cmake(KF5CoreAddons) >= %{kf5_min_version}
+BuildRequires: cmake(KF5People) >= %{kf5_min_version}
+BuildRequires: cmake(KF5PeopleVCard) >= %{kf5_min_version}
+BuildRequires: cmake(KF5Config) >= %{kf5_min_version}
+BuildRequires: cmake(KF5I18n) >= %{kf5_min_version}
+BuildRequires: cmake(KF5Codecs) >= %{kf5_min_version}
+
+Requires: kf5-kirigami2
+Requires: kf5-kcontacts
+Requires: kf5-kcoreaddons
+Requires: kpeoplevcard
+
+
+%description
+Contacts application which allows adding, modifying and removing contacts.
+
+%prep
+%autosetup -p1
+
+%build
+%cmake_kf5
+%cmake_build
+
+%install
+%cmake_install
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc README.md
+%license LICENSES/{CC0-1.0.txt,GPL-2.0-only,GPL-3.0-only,GPL-3.0-or-later,LGPL-2.0-or-later,LicenseRef-KDE-Accepted-GPL}.txt
+%{_kf5_bindir}/%{name}
+%{_kf5_datadir}/icons/hicolor/scalable/apps/org.kde.phonebook.svg
+%{_kf5_datadir}/applications/org.kde.phonebook.desktop
+%{_kf5_metainfodir}/org.kde.phonebook.metainfo.xml
+%{_qt5_plugindir}/kpeople/actions/phonebook_kpeople_plugin.so
+
+%changelog
+* Wed Aug 31 2022 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 22.06-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..d5b35d2
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (plasma-phonebook-22.06.tar.xz) = 60d3c19a864e66ffdb297919c4d3693d26e3c17d6591e946a3612f4b1d1c6ca8743f43c456a2044b216078147d6f4f15922fc93a25170fd0058c74a1b518434c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 20:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 20:32 [rpms/plasma-phonebook] epel10: inital package commit Onuralp SEZER
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox