public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Onuralp SEZER <thunderbirdtr@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/plasma-phonebook] epel10: inital package commit
Date: Tue, 04 Aug 2026 20:32:12 GMT	[thread overview]
Message-ID: <178587553232.1.390993469876762270.rpms-plasma-phonebook-f01d14673f29@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-04 20:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178587553232.1.390993469876762270.rpms-plasma-phonebook-f01d14673f29@fedoraproject.org \
    --to=thunderbirdtr@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox