Accepting request 350051 from KDE:Applications
Update to KDE Applications 15.12.0 OBS-URL: https://build.opensuse.org/request/show/350051 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krfb?expand=0&rev=37
This commit is contained in:
commit
5cba2c61d2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c16c76a6daceb6adc71352d741ed5893c5cd69cc922bac1221a922372f1e3436
|
||||
size 326932
|
3
krfb-15.12.0.tar.xz
Normal file
3
krfb-15.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a766dacb6d86e93810e14f683ac9d2296c2bf183d7aaf293ddf9cce3ff2328fe
|
||||
size 324780
|
@ -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
|
||||
|
||||
|
54
krfb.spec
54
krfb.spec
@ -17,23 +17,35 @@
|
||||
|
||||
|
||||
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)
|
||||
Version: 15.08.3
|
||||
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
|
||||
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.
|
||||
@ -45,7 +57,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 +74,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 +86,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
|
||||
|
Loading…
Reference in New Issue
Block a user