Accepting request 202063 from KDE:Distro:Factory
Enable telepathy support for >= 13.2 OBS-URL: https://build.opensuse.org/request/show/202063 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krfb?expand=0&rev=9
This commit is contained in:
parent
e502001afa
commit
1f46649e94
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 3 16:52:34 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Enable Telepathy support only for openSUSE 13.2/Factory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 28 15:45:38 UTC 2013 - tittiatcoke@gmail.com
|
Sat Sep 28 15:45:38 UTC 2013 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Name: krfb
|
Name: krfb
|
||||||
BuildRequires: libkde4-devel
|
BuildRequires: libkde4-devel
|
||||||
BuildRequires: oxygen-icon-theme-large
|
BuildRequires: oxygen-icon-theme-large
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1320
|
||||||
BuildRequires: pkgconfig(TelepathyQt4)
|
BuildRequires: pkgconfig(TelepathyQt4)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(xdamage)
|
BuildRequires: pkgconfig(xdamage)
|
||||||
@ -49,9 +49,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
cd build
|
||||||
%makeinstall
|
%makeinstall
|
||||||
for i in 128 64 48 32 22 16
|
for i in 128 64 48 32 22 16
|
||||||
do
|
do
|
||||||
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/
|
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/
|
||||||
done
|
done
|
||||||
cp /usr/share/icons/oxygen/128x128/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/
|
cp /usr/share/icons/oxygen/128x128/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/
|
||||||
@ -83,7 +83,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
%{_kde4_servicesdir}/krfb_framebuffer_*.desktop
|
%{_kde4_servicesdir}/krfb_framebuffer_*.desktop
|
||||||
%{_kde4_servicetypesdir}/krfb-framebuffer.desktop
|
%{_kde4_servicetypesdir}/krfb-framebuffer.desktop
|
||||||
%{_kde4_iconsdir}/hicolor/*/apps/krfb.*
|
%{_kde4_iconsdir}/hicolor/*/apps/krfb.*
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1320
|
||||||
%{_kde4_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krfb_rfb_handler.service
|
%{_kde4_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krfb_rfb_handler.service
|
||||||
%dir %{_kde4_datadir}/telepathy
|
%dir %{_kde4_datadir}/telepathy
|
||||||
%dir %{_kde4_datadir}/telepathy/clients
|
%dir %{_kde4_datadir}/telepathy/clients
|
||||||
|
Loading…
Reference in New Issue
Block a user