Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
name : xpra | |||||
version : 4.2.3 | |||||
release : 1 | |||||
source : | |||||
- https://github.com/Xpra-org/xpra/archive/refs/tags/v4.2.3.tar.gz : 69759c716d0dd50dba7c816f8a4c4afdfee4553d1aa8bd5104874e95a4ffd207 | |||||
homepage : https://xpra.org | |||||
license : GPL-2.0-or-later | |||||
component : desktop | |||||
JoshStrobl: Needs to be checked | |||||
summary : multi-platform screen and application forwarding system | |||||
description: | | |||||
Xpra is a multi platform persistent remote display server and client for forwarding applications and desktop screens. Also known as 'screen for X11'. | |||||
builddeps : | |||||
- pkgconfig(gtk+-3.0) | |||||
- pkgconfig(py3cairo) | |||||
Done Replydocs get automatically patterned out when necessary. JoshStrobl: docs get automatically patterned out when necessary. | |||||
Done ReplyPrefer to use gtk+-3.0 as the pkgconfig JoshStrobl: Prefer to use gtk+-3.0 as the pkgconfig | |||||
- pkgconfig(pygobject-3.0) | |||||
- pkgconfig(xkbfile) | |||||
- pkgconfig(xrandr) | |||||
Done ReplyCheck reverse dependencies of various deps to know what pkgconfigs you can remove. JoshStrobl: Check reverse dependencies of various deps to know what pkgconfigs you can remove. | |||||
Done ReplyNot needed. Dep of libgtk-3-devel. JoshStrobl: Not needed. Dep of libgtk-3-devel. | |||||
- cython | |||||
Done ReplyNot needed. Dep of libgtk-3-devel. JoshStrobl: Not needed. Dep of libgtk-3-devel. | |||||
- pandoc | |||||
rundeps : | |||||
Done ReplyAgain another dep of libgtk-3-devel.. JoshStrobl: Again another dep of libgtk-3-devel.. | |||||
- python-evdev | |||||
Done ReplyDep of at-spi2-devel, which is a dep of at-spi2-atk-devel, which is a dep of libgtk-3-devel. JoshStrobl: Dep of at-spi2-devel, which is a dep of at-spi2-atk-devel, which is a dep of libgtk-3-devel. | |||||
- python-netifaces | |||||
- python-paramiko | |||||
- python-pillow | |||||
- qrencode | |||||
- xorg-server-xvfb | |||||
setup : | | |||||
%apply_patches | |||||
build : | | |||||
Done ReplyMost of these aren't necessary. Check what the package is already linking to, check eopkg info on the generated eopkg, and remove many of those deps that are already going to be installed, part of the base image, or reverse dependencies. JoshStrobl: Most of these aren't necessary. Check what the package is already linking to, check eopkg info… | |||||
%python3_setup --without-Xdummy --without-Xdummy_wrapper | |||||
install : | | |||||
%python3_install |
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Needs to be checked