Accepting request 202060 from KDE:Distro:Factory
Enable telepathy support for >= 13.2 OBS-URL: https://build.opensuse.org/request/show/202060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krdc?expand=0&rev=10
This commit is contained in:
parent
073627ddf1
commit
f102ad194f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 16:49:39 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Enable Telepathy support only for openSUSE 13.2/Factory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 15:45:32 UTC 2013 - tittiatcoke@gmail.com
|
||||
|
||||
|
10
krdc.spec
10
krdc.spec
@ -21,7 +21,7 @@ BuildRequires: LibVNCServer-devel
|
||||
BuildRequires: freerdp
|
||||
BuildRequires: freerdp-devel
|
||||
BuildRequires: libkde4-devel
|
||||
%if 0%{?suse_version} >= 1310
|
||||
%if 0%{?suse_version} >= 1320
|
||||
BuildRequires: pkgconfig(TelepathyQt4)
|
||||
%endif
|
||||
BuildRequires: oxygen-icon-theme-large
|
||||
@ -59,9 +59,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
|
||||
%install
|
||||
cd build
|
||||
%makeinstall
|
||||
for i in 128 16 22 32 48 64
|
||||
do
|
||||
%makeinstall
|
||||
for i in 128 16 22 32 48 64
|
||||
do
|
||||
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
|
||||
done
|
||||
cp /usr/share/icons/oxygen/128x128/apps/krdc.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/
|
||||
@ -97,7 +97,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%{_kde4_servicesdir}/*.protocol
|
||||
%{_kde4_servicetypesdir}/krdc_plugin.desktop
|
||||
%_kde4_iconsdir/hicolor/*/apps/krdc.*
|
||||
%if 0%{?suse_version} >= 1310
|
||||
%if 0%{?suse_version} >= 1320
|
||||
%{_kde4_bindir}/krdc_rfb_approver
|
||||
%{_kde4_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krdc_rfb_*.service
|
||||
%{_kde4_appsdir}/krdc_rfb_approver/
|
||||
|
Loading…
Reference in New Issue
Block a user