Accepting request 490467 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490467 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krfb?expand=0&rev=53
This commit is contained in:
commit
696148164e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b12e5cf8bba7a2e73af4ed521c0ab7546a1d4994595f61aad69f549db075fc6
|
||||
size 165400
|
3
krfb-17.04.0.tar.xz
Normal file
3
krfb-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee97a4bb37c43fcd57f72cb7820fe9ab2481702ab77e341c37c5f00c7de6a86
|
||||
size 984072
|
34
krfb.changes
34
krfb.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:45:09 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:25:52 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:41 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* Set default framebuffer plugin to "qt" instead of "x11"
|
||||
* Qt framebuffer plugin: Do not use deprecated QPixmap::grabWindow(), use QScreen::grabWindow() instead
|
||||
* Drop duplicate linking to libvncserver.
|
||||
* It is not just for a specific type of desktop
|
||||
* add appdata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:40:46 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
23
krfb.spec
23
krfb.spec
@ -15,12 +15,13 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: krfb
|
||||
Version: 16.12.3
|
||||
Version: 17.04.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Desktop Sharing
|
||||
License: GPL-2.0+
|
||||
@ -54,11 +55,16 @@ BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(xdamage)
|
||||
BuildRequires: pkgconfig(xt)
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
VNC-compatible server to share KDE desktops.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -70,8 +76,11 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
make
|
||||
|
||||
%install
|
||||
cd build
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
%make_install -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
for i in 128 64 48 32 22 16
|
||||
do
|
||||
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/
|
||||
@ -99,5 +108,11 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/krfb.*
|
||||
%{_kf5_plugindir}/krfb/
|
||||
%{_datadir}/krfb/
|
||||
%{_kf5_appstreamdir}/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user