purpose 5.48.0-2 (x86_64;i586) 2018-4727
-9999

Status rejected
Submitter tpgxyz [@T] gmail.com
Platform 3.0
Repository main
URL https://abf.openmandriva.org/build_lists/232214
Packages
lib64KF5Purpose5-5.48.0-2.x86_64.binary
lib64KF5PurposeWidgets5-5.48.0-2.x86_64.binary
lib64PhabricatorHelpers5-5.48.0-2.x86_64.binary
lib64ReviewboardHelpers5-5.48.0-2.x86_64.binary
purpose-5.48.0-2.x86_64.binary
purpose-5.48.0-2.x86_64.source
purpose-debuginfo-5.48.0-2.x86_64.debuginfo
purpose-devel-5.48.0-2.x86_64.binary
libKF5Purpose5-5.48.0-2.i586.binary
libKF5PurposeWidgets5-5.48.0-2.i586.binary
libPhabricatorHelpers5-5.48.0-2.i586.binary
libReviewboardHelpers5-5.48.0-2.i586.binary
purpose-5.48.0-2.i586.binary
purpose-5.48.0-2.i586.source
purpose-debuginfo-5.48.0-2.i586.debuginfo
purpose-devel-5.48.0-2.i586.binary
Build Date 2018-07-24 13:54:19 +0000 UTC
Last Updated 2018-07-29 20:34:10.333154835 +0000 UTC
$ git diff --patch-with-stat --summary 4d03490e3dd058f5e7b27f408e50d6145637e7ad..2a5daef1d80fb6bf4403d6052e73a53778c3b52b

 .abf.yml     |  2 +-
 purpose.spec | 30 ++++++++++++++++++++++++++----
 2 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/.abf.yml b/.abf.yml
index bd8f326..1653a6c 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
 sources:
-  purpose-5.43.0.tar.xz: b3f53345c7acc9cc63acc421969aa5eb6782d118
+  purpose-5.48.0.tar.xz: 9461ae9446fce564f0efbaa7d03824bdbb8247a2
diff --git a/purpose.spec b/purpose.spec
index 9cd740c..f51abaf 100644
--- a/purpose.spec
+++ b/purpose.spec
@@ -1,13 +1,19 @@
+# Some purpose plugins require kaccounts
+%bcond_with bootstrap
+
 Name:		purpose
-Version:	5.43.0
-Release:        1
+Version:	5.48.0
+Release:        2
 Summary:        Provides abstractions to get the developer's purposes fulfilled
 License:        LGPL-2.1+
 Group:          System/Base
 Url:            http://www.kde.org
 %define stable %([ "`echo %{version} |cut -d. -f3`" -ge 80 ] && echo -n un; echo -n stable)
-Source0:        http://download.kde.org/%{stable}/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source0:        http://download.kde.org/%{stable}/frameworks/%(echo %{version} |cut -d. -f1-2)/%{name}-%{version}.tar.xz
+%if ! %{with bootstrap}
 BuildRequires:	cmake(KAccounts)
+BuildRequires:	pkgconfig(libaccounts-glib)
+%endif
 BuildRequires:	cmake(KF5CoreAddons)
 BuildRequires:	cmake(KF5Config)
 BuildRequires:	cmake(KF5I18n)
@@ -17,6 +23,10 @@ BuildRequires:	pkgconfig(Qt5Core) >= 5.2
 BuildRequires:	pkgconfig(Qt5Qml) >= 5.2
 BuildRequires:	pkgconfig(Qt5Gui) >= 5.2
 BuildRequires:	pkgconfig(Qt5Test) >= 5.2
+BuildRequires:	pkgconfig(Qt5DBus)
+BuildRequires:	pkgconfig(Qt5Widgets)
+BuildRequires:	pkgconfig(Qt5Network)
+BuildRequires:	pkgconfig(Qt5Concurrent)
 BuildRequires:	cmake(ECM)
 BuildRequires:	intltool
 BuildRequires:	kdeconnect
@@ -29,19 +39,28 @@ Framework for providing abstractions to get the developer's purposes fulfilled.
 %{_kde5_qmldir}/org/kde/%{name}
 %{_kde5_iconsdir}/*/*/*/*
 %{_libdir}/libexec/kf5/purposeprocess
+%if ! %{with bootstrap}
 %{_datadir}/accounts/services/kde/*.service
 %{_datadir}/kpackage/Purpose/Twitter
+%endif
+%dir %{_libdir}/qt5/plugins/kf5/kfileitemaction
+%{_libdir}/qt5/plugins/kf5/kfileitemaction/sharefileitemaction.so
 %dir %{_libdir}/qt5/plugins/kf5/purpose
 %{_libdir}/qt5/plugins/kf5/purpose/emailplugin.so
 %{_libdir}/qt5/plugins/kf5/purpose/imgurplugin.so
 %{_libdir}/qt5/plugins/kf5/purpose/kdeconnectplugin.so
 %{_libdir}/qt5/plugins/kf5/purpose/ktpsendfileplugin.so
+%if ! %{with bootstrap}
 %{_libdir}/qt5/plugins/kf5/purpose/nextcloudplugin.so
+%endif
 %{_libdir}/qt5/plugins/kf5/purpose/pastebinplugin.so
 %{_libdir}/qt5/plugins/kf5/purpose/phabricatorplugin.so
 %{_libdir}/qt5/plugins/kf5/purpose/reviewboardplugin.so
 %{_libdir}/qt5/plugins/kf5/purpose/saveasplugin.so
+%{_libdir}/qt5/plugins/kf5/purpose/telegramplugin.so
+%if ! %{with bootstrap}
 %{_libdir}/qt5/plugins/kf5/purpose/youtubeplugin.so
+%endif
 
 
 #--------------------------------------------------------------------
@@ -76,6 +95,7 @@ Summary:        Provides abstractions to get the developer's purposes fulfilled
 Group:          System/Libraries
 Obsoletes:	%{mklibname kf5purposewidgets 5} < %{EVRD}
 Provides:	%{mklibname kf5purposewidgets 5} = %{EVRD}
+Conflicts:	%{_lib}kf5purposewidgets5 < %{EVRD}
 
 %description -n %{libpurposewidgets}
 Provides abstractions to get the developer's purposes fulfilled.
@@ -102,6 +122,7 @@ Development files.
 %{_kde5_libdir}/cmake/KDEExperimentalPurpose/
 %{_libdir}/cmake/KF5Purpose
 %{_kde5_includedir}/*
+%{_sysconfdir}/xdg/purpose.categories
 
 #--------------------------------------------------------------------
 
@@ -119,8 +140,9 @@ Development files.
 %find_lang libpurpose_quick
 %find_lang libpurpose_widgets
 
-for i in imgur email ktp-sendfile nextcloud pastebin reviewboard saveas youtube; do
+for i in imgur email ktp-sendfile nextcloud pastebin reviewboard saveas youtube kdeconnect phabricator twitter; do
   %find_lang purpose_$i
 done
+%find_lang purpose-fileitemaction
 
 cat *.lang > %{name}.lang
Not Available

benbullard79 [@T] cox.netThere are to many package in Kahinah to keep up with, no control!2091d 08hrs
benbullard79 [@T] cox.netshould be OK, or something2091d 07hrs
benbullard79 [@T] cox.netsuperceded2090d 12hrs
benbullard79 [@T] cox.netsuperceded2090d 12hrs