SHA256
1
0
forked from pool/krfb

Accepting request 199212 from KDE:Distro:Factory

Enable Telepathy support for krfb package on openSUSE >= 13.1 (depends on sr 199071) (forwarded request 199170 from sumski)

OBS-URL: https://build.opensuse.org/request/show/199212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krfb?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2013-09-26 09:46:43 +00:00 committed by Git OBS Bridge
parent 0dba7c4eb9
commit 9e6d613168
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 15 22:18:26 UTC 2013 - hrvoje.senjan@gmail.com
- Enable Telepathy support for krfb package on openSUSE >= 13.1
-------------------------------------------------------------------
Sun Sep 1 10:37:57 UTC 2013 - tittiatcoke@gmail.com

View File

@ -19,6 +19,9 @@
Name: krfb
BuildRequires: libkde4-devel
BuildRequires: oxygen-icon-theme-large
%if 0%{?suse_version} >= 1310
BuildRequires: pkgconfig(TelepathyQt4)
%endif
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xtst)
@ -80,5 +83,11 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%{_kde4_servicesdir}/krfb_framebuffer_*.desktop
%{_kde4_servicetypesdir}/krfb-framebuffer.desktop
%{_kde4_iconsdir}/hicolor/*/apps/krfb.*
%if 0%{?suse_version} >= 1310
%{_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
%changelog