Accepting request 446108 from KDE:Applications
Update to KDE Applicatons 16.12.0 OBS-URL: https://build.opensuse.org/request/show/446108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krfb?expand=0&rev=49
This commit is contained in:
commit
77d92159c2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4ed877cc8ad34fc9b04030cc4528df44b255e2dd8605c054f274bdb2f0ff54d
|
|
||||||
size 324920
|
|
3
krfb-16.12.0.tar.xz
Normal file
3
krfb-16.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dcff6c6f2a5b6c1263b098b16562893c344c5a9425eb072a23794519c936b155
|
||||||
|
size 165368
|
24
krfb.changes
24
krfb.changes
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 19:51:40 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.12.0
|
||||||
|
* KDE Applications 16.12.0
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 3 16:37:27 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.11.90
|
||||||
|
* KDE Applications 16.12.0 RC
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 29 12:36:03 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.11.80
|
||||||
|
* KDE Applications 16.12.0 Beta
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 10 08:37:31 UTC 2016 - wbauer@tmo.at
|
Thu Nov 10 08:37:31 UTC 2016 - wbauer@tmo.at
|
||||||
|
|
||||||
|
63
krfb.spec
63
krfb.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package krfb
|
# spec file for package krfb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: krfb
|
Name: krfb
|
||||||
BuildRequires: systemd-devel
|
Version: 16.12.0
|
||||||
BuildRequires: telepathy-qt5-devel
|
Release: 0
|
||||||
BuildRequires: ktp-common-internals-devel
|
%define kf5_version 5.26.0
|
||||||
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
|
||||||
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
|
Summary: Desktop Sharing
|
||||||
|
License: GPL-2.0+
|
||||||
|
# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
|
||||||
|
Group: Productivity/Networking/Remote Desktop
|
||||||
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: LibVNCServer-devel
|
BuildRequires: LibVNCServer-devel
|
||||||
BuildRequires: pkgconfig(xdamage)
|
|
||||||
BuildRequires: pkgconfig(xt)
|
|
||||||
BuildRequires: pkgconfig(xtst)
|
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kcompletion-devel
|
BuildRequires: kcompletion-devel
|
||||||
BuildRequires: kconfig-devel
|
BuildRequires: kconfig-devel
|
||||||
@ -35,27 +39,28 @@ BuildRequires: kdoctools-devel
|
|||||||
BuildRequires: ki18n-devel
|
BuildRequires: ki18n-devel
|
||||||
BuildRequires: knotifications-devel
|
BuildRequires: knotifications-devel
|
||||||
BuildRequires: kwallet-devel
|
BuildRequires: kwallet-devel
|
||||||
|
BuildRequires: ktp-common-internals-devel
|
||||||
BuildRequires: kwidgetsaddons-devel
|
BuildRequires: kwidgetsaddons-devel
|
||||||
BuildRequires: kxmlgui-devel
|
BuildRequires: kxmlgui-devel
|
||||||
|
BuildRequires: oxygen5-icon-theme-large
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: systemd-devel
|
||||||
|
BuildRequires: telepathy-qt5-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5DBus)
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: pkgconfig(xdamage)
|
||||||
BuildRequires: oxygen-icon-theme-large
|
BuildRequires: pkgconfig(xt)
|
||||||
Version: 16.08.3
|
BuildRequires: pkgconfig(xtst)
|
||||||
Release: 0
|
|
||||||
Summary: Desktop Sharing
|
|
||||||
License: GPL-2.0+
|
|
||||||
Group: Productivity/Networking/Remote Desktop
|
|
||||||
Source0: %{name}-%{version}.tar.xz
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
VNC-compatible server to share KDE desktops.
|
VNC-compatible server to share KDE desktops.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
@ -66,25 +71,23 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
cd build
|
||||||
%makeinstall
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||||
cd ..
|
for i in 128 64 48 32 22 16
|
||||||
|
|
||||||
for i in 128 16 22 32 48 64
|
|
||||||
do
|
do
|
||||||
mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/${i}x${i}/apps
|
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/
|
||||||
cp %{_kf5_iconsdir}/oxygen/${i}x${i}/apps/krfb.png %{buildroot}%{_kf5_iconsdir}/hicolor/${i}x${i}/apps/ \
|
|
||||||
|| cp %{_kf5_iconsdir}/oxygen/base/${i}x${i}/apps/krfb.png %{buildroot}%{_kf5_iconsdir}/hicolor/${i}x${i}/apps/
|
|
||||||
done
|
done
|
||||||
|
cp %{_datadir}/icons/oxygen/base/128x128/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/
|
||||||
|
cp %{_datadir}/icons/oxygen/base/16x16/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/
|
||||||
|
cp %{_datadir}/icons/oxygen/base/22x22/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/
|
||||||
|
cp %{_datadir}/icons/oxygen/base/32x32/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
|
||||||
|
cp %{_datadir}/icons/oxygen/base/48x48/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
|
||||||
|
cp %{_datadir}/icons/oxygen/base/64x64/apps/krfb.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/
|
||||||
|
cd ..
|
||||||
%suse_update_desktop_file -r org.kde.krfb System RemoteAccess
|
%suse_update_desktop_file -r org.kde.krfb System RemoteAccess
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README
|
||||||
@ -94,7 +97,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
%{_kf5_htmldir}/en/krfb/
|
%{_kf5_htmldir}/en/krfb/
|
||||||
%{_kf5_servicetypesdir}/krfb-framebuffer*.desktop
|
%{_kf5_servicetypesdir}/krfb-framebuffer*.desktop
|
||||||
%{_kf5_iconsdir}/hicolor/*/apps/krfb.*
|
%{_kf5_iconsdir}/hicolor/*/apps/krfb.*
|
||||||
%_kf5_plugindir/krfb/
|
%{_kf5_plugindir}/krfb/
|
||||||
%_datadir/krfb/
|
%{_datadir}/krfb/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user