Accepting request 769742 from home:dimstar:Factory
Shortcut through -mini OBS-URL: https://build.opensuse.org/request/show/769742 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=35
This commit is contained in:
parent
4966b5ed3f
commit
c0c2a47cf7
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 16:57:51 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
|
||||
shortcut through the -mini flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 10:20:29 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -40,7 +40,6 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: python3-Cython >= 0.20.0
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-gobject-devel
|
||||
BuildRequires: systemd
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libavcodec) >= 58
|
||||
@ -50,6 +49,7 @@ BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libwebp) >= 0.4
|
||||
BuildRequires: pkgconfig(py3cairo)
|
||||
BuildRequires: pkgconfig(pygtk-2.0)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(vpx) >= 1.4.0
|
||||
BuildRequires: pkgconfig(xcomposite)
|
||||
BuildRequires: pkgconfig(xdamage)
|
||||
@ -77,7 +77,7 @@ Requires(post): %fillup_prereq
|
||||
Recommends: python3-dnspython
|
||||
Recommends: python3-opencv
|
||||
Recommends: python3-paramiko
|
||||
%{?systemd_requires}
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
Xpra is "screen for X": it allows you to run X programs, usually on a remote
|
||||
|
Loading…
Reference in New Issue
Block a user