commit d5a3bfc9d957ac731f5864f5d780219884b68b5b0252af10b47f47f8501860b5 Author: Christophe Giboudeaux Date: Fri Dec 13 10:39:46 2019 +0000 Accepting request 756776 from home:wolfi323:branches:KDE:Extra Needed by kdeconnect-kde 1.4 OBS-URL: https://build.opensuse.org/request/show/756776 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kpeoplevcard?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/kpeoplevcard-0.1.tar.xz b/kpeoplevcard-0.1.tar.xz new file mode 100644 index 0000000..77d4b94 --- /dev/null +++ b/kpeoplevcard-0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3 +size 13424 diff --git a/kpeoplevcard.changes b/kpeoplevcard.changes new file mode 100644 index 0000000..78f000f --- /dev/null +++ b/kpeoplevcard.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Thu Dec 12 14:32:59 UTC 2019 - Wolfgang Bauer + +- Initial package + diff --git a/kpeoplevcard.spec b/kpeoplevcard.spec new file mode 100644 index 0000000..866f462 --- /dev/null +++ b/kpeoplevcard.spec @@ -0,0 +1,65 @@ +# +# spec file for package kpeoplevcard +# +# Copyright (c) 2019 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/ +# + + +Name: kpeoplevcard +Version: 0.1 +Release: 0 +Summary: A vCard plugin for KPeople +License: LGPL-2.1-or-later +Group: System/GUI/KDE +URL: https://www.kde.org +Source: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz +BuildRequires: extra-cmake-modules +BuildRequires: kf5-filesystem +BuildRequires: cmake(KF5Contacts) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5People) >= 5.62 +BuildRequires: cmake(Qt5Test) +BuildRequires: cmake(Qt5Widgets) + +%description +Kpeoplevcard provides a datasource plugin for KPeople that reads vCard files +from the local filesystem. + +%package devel +Summary: Development files for kpeoplevcard, a vCard plugin for KPeople +Group: Development/Libraries/KDE + +%description devel +Development files for kpeoplevcard, a datasource plugin for KPeople that reads +vCard files from the local filesystem. + +%prep +%setup -q + +%build + %cmake_kf5 -d build + %make_jobs + +%install + %kf5_makeinstall -C build + +%files +%license COPYING +%{_kf5_plugindir}/kpeople/ + +%files devel +%{_kf5_cmakedir}/KF5PeopleVCard/ + +%changelog