Accepting request 182108 from KDE:Distro:Factory
Update KDE to KDE 4.10.90 OBS-URL: https://build.opensuse.org/request/show/182108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krfb?expand=0&rev=1
This commit is contained in:
commit
7817b8239e
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
krfb-4.10.90.tar.xz
Normal file
3
krfb-4.10.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68c1c628572320015880b845b948877e4bea837c380d014bc6f9bb06ff1e1e51
|
||||||
|
size 459376
|
1057
krfb.changes
Normal file
1057
krfb.changes
Normal file
File diff suppressed because it is too large
Load Diff
83
krfb.spec
Normal file
83
krfb.spec
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
#
|
||||||
|
# spec file for package krfb (Version 4.7.80_20111122)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
Name: krfb
|
||||||
|
BuildRequires: libkde4-devel
|
||||||
|
BuildRequires: pkgconfig(xdamage)
|
||||||
|
BuildRequires: pkgconfig(xt)
|
||||||
|
BuildRequires: pkgconfig(xtst)
|
||||||
|
BuildRequires: oxygen-icon-theme-large
|
||||||
|
Version: 4.10.90
|
||||||
|
Release: 0
|
||||||
|
License: GPL-2.0+
|
||||||
|
Summary: Desktop Sharing
|
||||||
|
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.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%ifarch ppc ppc64
|
||||||
|
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||||
|
%endif
|
||||||
|
%cmake_kde4 -d build -- -DBUILD_EXPERIMENTAL_TUBES_SUPPORT="on"
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
cd build
|
||||||
|
%makeinstall
|
||||||
|
for i in 128 64 48 32 22 16
|
||||||
|
do
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/
|
||||||
|
done
|
||||||
|
cp /usr/share/icons/oxygen/128x128/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/
|
||||||
|
cp /usr/share/icons/oxygen/16x16/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/
|
||||||
|
cp /usr/share/icons/oxygen/22x22/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/
|
||||||
|
cp /usr/share/icons/oxygen/32x32/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
|
||||||
|
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
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%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.*
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user