From 3301104bded53d698406051a9a8a2000a854e9eb26132dd45bb1cfc13e2d26fb Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sun, 13 Dec 2015 13:25:48 +0000 Subject: [PATCH 1/3] update to (15.12.0) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=21 --- krfb-15.08.3.tar.xz | 3 --- krfb-15.12.0.tar.xz | 3 +++ krfb.changes | 9 +++++++++ krfb.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 krfb-15.08.3.tar.xz create mode 100644 krfb-15.12.0.tar.xz diff --git a/krfb-15.08.3.tar.xz b/krfb-15.08.3.tar.xz deleted file mode 100644 index ba67f15..0000000 --- a/krfb-15.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c16c76a6daceb6adc71352d741ed5893c5cd69cc922bac1221a922372f1e3436 -size 326932 diff --git a/krfb-15.12.0.tar.xz b/krfb-15.12.0.tar.xz new file mode 100644 index 0000000..4a908de --- /dev/null +++ b/krfb-15.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a766dacb6d86e93810e14f683ac9d2296c2bf183d7aaf293ddf9cce3ff2328fe +size 324780 diff --git a/krfb.changes b/krfb.changes index 9e6a91a..875fc58 100644 --- a/krfb.changes +++ b/krfb.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Dec 13 13:25:46 UTC 2015 - tittiatcoke@gmail.com + +- Update to KDE Applications 15.12.0 + * KDE Applications 15.12.0 + * https://www.kde.org/announcements/announce-applications-15.12.0.php + * boo#958887 + + ------------------------------------------------------------------- Tue Nov 10 20:15:16 UTC 2015 - tittiatcoke@gmail.com diff --git a/krfb.spec b/krfb.spec index a502d5f..6ca7f57 100644 --- a/krfb.spec +++ b/krfb.spec @@ -26,7 +26,7 @@ BuildRequires: LibVNCServer-devel BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xtst) -Version: 15.08.3 +Version: 15.12.0 Release: 0 Summary: Desktop Sharing License: GPL-2.0+ From 2557911746663cbca7eb683e36de264c1d6db8adad5075f205b15b34cc1f6465 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Tue, 15 Dec 2015 15:33:55 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=22 --- krfb.spec | 51 ++++++++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/krfb.spec b/krfb.spec index 6ca7f57..e96a395 100644 --- a/krfb.spec +++ b/krfb.spec @@ -17,15 +17,28 @@ Name: krfb -BuildRequires: libkde4-devel -BuildRequires: oxygen-icon-theme-large -%if 0%{?suse_version} >= 1320 -BuildRequires: pkgconfig(TelepathyQt4) -%endif +BuildRequires: systemd-devel +BuildRequires: telepathy-qt5-devel +BuildRequires: ktp-common-internals-devel BuildRequires: LibVNCServer-devel BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xtst) +BuildRequires: extra-cmake-modules +BuildRequires: ki18n-devel +BuildRequires: kcrash-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kdbusaddons-devel +BuildRequires: kdnssd-framework-devel +BuildRequires: kdoctools-devel +BuildRequires: kdelibs4support-devel +BuildRequires: kwidgetsaddons-devel +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5DBus) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5X11Extras) +BuildRequires: update-desktop-files +BuildRequires: oxygen-icon-theme-large Version: 15.12.0 Release: 0 Summary: Desktop Sharing @@ -45,7 +58,7 @@ VNC-compatible server to share KDE desktops. %ifarch ppc ppc64 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %endif - %cmake_kde4 -d build -- -DBUILD_EXPERIMENTAL_TUBES_SUPPORT="on" + %cmake_kf5 -d build -- -DBUILD_EXPERIMENTAL_TUBES_SUPPORT="on" make %install @@ -62,8 +75,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" cp /usr/share/icons/oxygen/48x48/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/ cp /usr/share/icons/oxygen/64x64/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/ cd .. - %suse_update_desktop_file -r krfb System RemoteAccess - %kde_post_install + %suse_update_desktop_file -r org.kde.krfb System RemoteAccess %post -p /sbin/ldconfig @@ -75,20 +87,13 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %files %defattr(-,root,root) %doc README -%{_kde4_bindir}/krfb -%{_kde4_modulesdir}/krfb_*.so -%{_kde4_libdir}/libkrfbprivate.so* -%{_kde4_applicationsdir}/krfb.desktop -%{_kde4_htmldir}/en/krfb/ -%{_kde4_appsdir}/krfb/ -%{_kde4_servicesdir}/krfb_framebuffer_*.desktop -%{_kde4_servicetypesdir}/krfb-framebuffer.desktop -%{_kde4_iconsdir}/hicolor/*/apps/krfb.* -%if 0%{?suse_version} >= 1320 -%{_kde4_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krfb_rfb_handler.service -%dir %{_kde4_datadir}/telepathy -%dir %{_kde4_datadir}/telepathy/clients -%{_kde4_datadir}/telepathy/clients/krfb_rfb_handler.client -%endif +%{_kf5_bindir}/krfb +%{_kf5_libdir}/libkrfbprivate.so* +%{_kf5_applicationsdir}/org.kde.krfb.desktop +%{_kf5_htmldir}/en/krfb/ +%{_kf5_servicetypesdir}/krfb-framebuffer*.desktop +%{_kf5_iconsdir}/hicolor/*/apps/krfb.* +%_kf5_plugindir/krfb/ +%_datadir/krfb/ %changelog From 1fad37444faf127bd1a1a8595259a89f179d59c2d54d4dd8b8b200fcec487128 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Tue, 15 Dec 2015 18:43:32 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=23 --- krfb.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/krfb.spec b/krfb.spec index e96a395..fd462c0 100644 --- a/krfb.spec +++ b/krfb.spec @@ -46,7 +46,6 @@ License: GPL-2.0+ Group: Productivity/Networking/Remote Desktop Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires %description VNC-compatible server to share KDE desktops.