mirror of
https://abf.rosa.ru/djam/xpra.git
synced 2025-02-23 21:52:55 +00:00
Build ith python2
This commit is contained in:
parent
e4b77e0e23
commit
abdd98ec8e
1 changed files with 18 additions and 14 deletions
|
@ -9,7 +9,9 @@ Source0: http://xpra.org/src/%{name}-%{version}.tar.xz
|
|||
Patch0: xpra-0.15.8-libavcdc_lx11.patch
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-cython
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: python-cairo
|
||||
BuildRequires: pkgconfig(python2)
|
||||
BuildRequires: pkgconfig(pygobject-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libswscale)
|
||||
BuildRequires: pkgconfig(xkbfile)
|
||||
|
@ -20,6 +22,8 @@ BuildRequires: typelib(GdkPixbuf)
|
|||
BuildRequires: typelib(GdkX11)
|
||||
BuildRequires: typelib(Gtk) = 3.0
|
||||
BuildRequires: typelib(Notify)
|
||||
BuildRequires: pygtk2.0-devel
|
||||
Requires: pygtk2
|
||||
Requires: typelib(GObject)
|
||||
Requires: typelib(Gdk)
|
||||
Requires: typelib(GdkPixbuf)
|
||||
|
@ -28,7 +32,7 @@ Requires: typelib(Gtk) = 3.0
|
|||
Requires: typelib(Notify)
|
||||
Requires: x11-tools
|
||||
Requires: x11-server-xvfb
|
||||
Requires: python-imaging
|
||||
Requires: python-pillow
|
||||
Requires: python-dbus
|
||||
|
||||
%description
|
||||
|
|
Loading…
Add table
Reference in a new issue