Accepting request 446106 from KDE:Applications
Update to KDE Applicatons 16.12.0 OBS-URL: https://build.opensuse.org/request/show/446106 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krdc?expand=0&rev=51
This commit is contained in:
commit
0907b3d176
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7af15a02d22840ef18b05b4c610d50aa0d06578379a1cdc3e5078dd7a28c7b02
|
||||
size 291208
|
3
krdc-16.12.0.tar.xz
Normal file
3
krdc-16.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:693b1aae5d433e88e81137e6f71432259e69742d3e34203bd61fba69c2e21cd8
|
||||
size 291004
|
24
krdc.changes
24
krdc.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 19:51:23 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:11 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:35:48 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
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 06:21:56 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
|
90
krdc.spec
90
krdc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package krdc
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,34 +17,38 @@
|
||||
|
||||
|
||||
Name: krdc
|
||||
BuildRequires: LibVNCServer-devel
|
||||
BuildRequires: freerdp
|
||||
BuildRequires: freerdp-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5KCMUtils)
|
||||
BuildRequires: cmake(KF5DNSSD)
|
||||
BuildRequires: cmake(KF5NotifyConfig)
|
||||
BuildRequires: cmake(KF5Notifications)
|
||||
BuildRequires: cmake(KF5Bookmarks)
|
||||
BuildRequires: cmake(KF5IconThemes)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: cmake(KF5Completion)
|
||||
BuildRequires: cmake(KF5Wallet)
|
||||
BuildRequires: cmake(KF5WidgetsAddons)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: oxygen5-icon-theme-large
|
||||
Version: 16.08.3
|
||||
Version: 16.12.0
|
||||
Release: 0
|
||||
%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: Remote Desktop Connection
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: freerdp
|
||||
BuildRequires: LibVNCServer-devel
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: freerdp
|
||||
BuildRequires: freerdp-devel
|
||||
BuildRequires: oxygen5-icon-theme-large
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5Bookmarks)
|
||||
BuildRequires: cmake(KF5Completion)
|
||||
BuildRequires: cmake(KF5Config)
|
||||
BuildRequires: cmake(KF5DNSSD)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5IconThemes)
|
||||
BuildRequires: cmake(KF5KCMUtils)
|
||||
BuildRequires: cmake(KF5Notifications)
|
||||
BuildRequires: cmake(KF5NotifyConfig)
|
||||
BuildRequires: cmake(KF5Wallet)
|
||||
BuildRequires: cmake(KF5WidgetsAddons)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
Requires: breeze5-icons
|
||||
Requires: freerdp
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Krdc allows to connect to VNC and RDP compatible servers.
|
||||
@ -58,7 +62,7 @@ Requires: krdc = %{version}
|
||||
Development libraries and headers needed to build software using krdc
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%ifarch ppc ppc64
|
||||
@ -72,42 +76,36 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
for i in 128 16 22 32 48 64
|
||||
do
|
||||
mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/${i}x${i}/apps
|
||||
cp %{_kf5_iconsdir}/oxygen/${i}x${i}/apps/krdc.png %{buildroot}%{_kf5_iconsdir}/hicolor/${i}x${i}/apps/ \
|
||||
|| cp %{_kf5_iconsdir}/oxygen/base/${i}x${i}/apps/krdc.png %{buildroot}%{_kf5_iconsdir}/hicolor/${i}x${i}/apps/
|
||||
cp %{_kf5_iconsdir}/oxygen/base/${i}x${i}/apps/krdc.png %{buildroot}%{_kf5_iconsdir}/hicolor/${i}x${i}/apps/
|
||||
done
|
||||
|
||||
%suse_update_desktop_file -r org.kde.krdc System RemoteAccess
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC
|
||||
%_bindir/krdc
|
||||
%_libdir/libkrdccore.so.*
|
||||
%_kf5_plugindir/krdc/
|
||||
%_kf5_applicationsdir/org.kde.krdc.desktop
|
||||
%dir %_kf5_configkcfgdir
|
||||
%_kf5_configkcfgdir/krdc.kcfg
|
||||
%_kf5_htmldir/en/krdc/
|
||||
%_kf5_iconsdir/hicolor/*/apps/krdc.png
|
||||
%_datadir/krdc/
|
||||
%_kf5_servicesdir/krdc_vnc_config.desktop
|
||||
%_kf5_servicesdir/vnc.protocol
|
||||
%_kf5_kxmlguidir/krdc/
|
||||
%{_bindir}/krdc
|
||||
%{_libdir}/libkrdccore.so.*
|
||||
%{_kf5_plugindir}/krdc/
|
||||
%{_kf5_applicationsdir}/org.kde.krdc.desktop
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%{_kf5_configkcfgdir}/krdc.kcfg
|
||||
%{_kf5_htmldir}/en/krdc/
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/krdc.png
|
||||
%{_datadir}/krdc/
|
||||
%{_kf5_servicesdir}/krdc_vnc_config.desktop
|
||||
%{_kf5_servicesdir}/vnc.protocol
|
||||
%{_kf5_kxmlguidir}/krdc/
|
||||
%{_kf5_servicesdir}/ServiceMenus/
|
||||
%{_kf5_servicesdir}/krdc_rdp_config.desktop
|
||||
%{_kf5_servicesdir}/rdp.protocol
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/krdc/
|
||||
%_includedir/krdccore_export.h
|
||||
%_libdir/libkrdccore.so
|
||||
%{_includedir}/krdc/
|
||||
%{_includedir}/krdccore_export.h
|
||||
%{_libdir}/libkrdccore.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user