mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-misc/remmina: Drop overshadowed versions
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
DIST Remmina-ecb29e7830037dd3ee618472c80b5e8eaecf1ce0.tar.bz2 2152678 BLAKE2B 20e7f9cd20da9e5a504ec86f11a88eb5e96c04378a1ec4c4f656e32c67a92925ce32a1224054143688ef99251f1944334c446d569c415d18bbff968e7d76f510 SHA512 4f6afdebfdc810d6d6fefc8f0c4a717c1228fa7b57b23edd4415a08b271bdbb18ef34875e3515caadb9e1504fe3c5ae18c953681dcb91d0fec5655e45b75e509
|
||||
DIST Remmina-v1.4.35.tar.bz2 2150047 BLAKE2B 3ba730cd4009a797ee7d66bbe4390e9db221ee5cf0b008e0eb3df4a992d7260ddc65983c8c34d1aa1bb2190ed1104653e269369565d7e4eecaf3078ffc84330c SHA512 36dc419b4473c71f6b3e53338f4a3cf7a1fe60534ea0dce375b4c9fd00cd9d8a618c4376be4d031bdee1eed8b4aade4538a6cc414629ef6dde41cdcd513a6d36
|
||||
DIST Remmina-v1.4.36.tar.bz2 2153190 BLAKE2B 0d29adcb84b7c72ae2f2468e0ef56e6f16f49a0ff2774cf59df699cf721aabdabbde91799d9266295f30fa5789d33f4aab450924aa5a325aa3f1315332dd7d4e SHA512 bdf3604849238ca2e61b6f35bbfba1df5eedf1c2374897a565f1a1e0b76a285be93700d92a6912d33d73ab745fb412856ee14fd0eab3feec492bf1b5aa35bc38
|
||||
DIST Remmina-v1.4.37.tar.bz2 2154629 BLAKE2B 113fcb53818526914ce5b867c1e41ed3703d28961037127444b66e2167d53512d330fa8c6eb0fe13b61f26b6eb43c5bb58d9b158f42897ae4081a8f0bc3481d0 SHA512 09db30823d4ffb61627cee01469e431b88575aa4370e39f9e4d1d384e3196c815206f01f3eeb8bc58df3e90d01bec38c271d81a8ea20cb4e44dd34d6e30d6706
|
||||
DIST Remmina-v1.4.39.tar.bz2 2155021 BLAKE2B 632c8c4e764117fef73a0fe330df74f9426ef691ea5315d8a02cc90437fdd41f2917de88a0e7f9501f62607d2bdc8fb81647c54ede33a506ac7fd915f931768c SHA512 b1e6b2f56eb4f4e236d78a2967374c4199250702d7301c9ab0878709ee8df8a1a8a1dcb0e74d78de51e52ccb087a2f92bd7b79e0f57a5266bfbf050aa8f555d7
|
||||
DIST Remmina-v1.4.40.tar.bz2 2176307 BLAKE2B cb5db34af818e3aec265db6c75610312ba2c863c44dfc9beb5d62a1b373e9300e4ec5d4bfa53d994bf00b77b3acb9351977509f50675ecf8403d7ffc19fcaf4a SHA512 ca5ff31a5252f66993f65c54c0806f06221f4705954aff237e7cda9f6ee9794afe579aaa9d8ac8351a73480b392c386dd25ae05321105f7b4f76d0b54129c625
|
||||
|
||||
@@ -1,103 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit cmake python-single-r1 xdg
|
||||
|
||||
MY_P="${PN^}-v${PV}"
|
||||
|
||||
DESCRIPTION="A GTK+ RDP, SPICE, VNC and SSH client"
|
||||
HOMEPAGE="https://remmina.org/"
|
||||
SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2+-with-openssl-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~riscv x86"
|
||||
IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf"
|
||||
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
COMMON_DEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/json-glib
|
||||
dev-libs/libpcre2
|
||||
dev-libs/libsodium:=
|
||||
dev-libs/openssl:0=
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gtk+:3[wayland?]
|
||||
x11-libs/libX11
|
||||
x11-libs/libxkbfile
|
||||
appindicator? ( dev-libs/libayatana-appindicator )
|
||||
crypt? ( dev-libs/libgcrypt:0= )
|
||||
keyring? ( app-crypt/libsecret )
|
||||
gvnc? ( net-libs/gtk-vnc )
|
||||
kwallet? ( kde-frameworks/kwallet:5 )
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129:2=[X]
|
||||
cups? ( net-print/cups:= ) )
|
||||
spice? ( net-misc/spice-gtk[gtk3] )
|
||||
ssh? ( net-libs/libssh:0=[sftp]
|
||||
x11-libs/vte:2.91 )
|
||||
vnc? ( net-libs/libvncserver[jpeg] )
|
||||
webkit? ( net-libs/webkit-gtk:4.1 )
|
||||
zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
spice? ( app-emulation/spice-protocol )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${COMMON_DEPEND}
|
||||
virtual/freedesktop-icon-theme
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
|
||||
|
||||
S="${WORKDIR}/${PN^}-v${PV}"
|
||||
|
||||
pkg_setup() {
|
||||
use python && python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
xdg_environment_reset
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DHAVE_LIBAPPINDICATOR=$(usex appindicator ON OFF)
|
||||
-DWITH_AVAHI=$(usex zeroconf)
|
||||
-DWITH_CUPS=$(usex cups)
|
||||
-DWITH_EXAMPLES=$(usex examples)
|
||||
-DWITH_FREERDP=$(usex rdp)
|
||||
-DWITH_FREERDP3=OFF
|
||||
-DWITH_GCRYPT=$(usex crypt)
|
||||
-DWITH_GETTEXT=$(usex nls)
|
||||
-DWITH_ICON_CACHE=OFF
|
||||
-DWITH_KF5WALLET=$(usex kwallet)
|
||||
-DWITH_LIBSECRET=$(usex keyring)
|
||||
-DWITH_LIBSSH=$(usex ssh)
|
||||
-DWITH_LIBVNCSERVER=$(usex vnc)
|
||||
-DWITH_PYTHONLIBS=$(usex python ON OFF)
|
||||
-DWITH_SPICE=$(usex spice)
|
||||
-DWITH_TRANSLATIONS=$(usex nls)
|
||||
-DWITH_UPDATE_DESKTOP_DB=OFF
|
||||
-DWITH_VTE=$(usex ssh)
|
||||
-DWITH_WWW=$(usex webkit)
|
||||
-DWITH_X2GO=OFF
|
||||
# when this feature is stable, add python eclass usage to optionally enable
|
||||
-DWITH_PYTHON=OFF
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@@ -1,104 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit cmake python-single-r1 xdg
|
||||
|
||||
MY_P="${PN^}-v${PV}"
|
||||
|
||||
DESCRIPTION="A GTK+ RDP, SPICE, VNC and SSH client"
|
||||
HOMEPAGE="https://remmina.org/"
|
||||
SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${PN^}-v${PV}"
|
||||
|
||||
LICENSE="GPL-2+-with-openssl-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
|
||||
IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf X"
|
||||
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) || ( X wayland )"
|
||||
|
||||
COMMON_DEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/json-glib
|
||||
dev-libs/libpcre2
|
||||
dev-libs/libsodium:=
|
||||
dev-libs/openssl:0=
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gtk+:3[X?,wayland?]
|
||||
X? (
|
||||
x11-libs/libX11
|
||||
x11-libs/libxkbfile
|
||||
)
|
||||
appindicator? ( dev-libs/libayatana-appindicator )
|
||||
crypt? ( dev-libs/libgcrypt:0= )
|
||||
keyring? ( app-crypt/libsecret )
|
||||
gvnc? ( net-libs/gtk-vnc )
|
||||
kwallet? ( kde-frameworks/kwallet:5 )
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
rdp? ( net-misc/freerdp:3=
|
||||
cups? ( net-print/cups:= ) )
|
||||
spice? ( net-misc/spice-gtk[gtk3] )
|
||||
ssh? ( net-libs/libssh:0=[sftp]
|
||||
x11-libs/vte:2.91 )
|
||||
vnc? ( net-libs/libvncserver[jpeg] )
|
||||
webkit? ( net-libs/webkit-gtk:4.1 )
|
||||
zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
spice? ( app-emulation/spice-protocol )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${COMMON_DEPEND}
|
||||
virtual/freedesktop-icon-theme
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
|
||||
|
||||
pkg_setup() {
|
||||
use python && python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
xdg_environment_reset
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DHAVE_LIBAPPINDICATOR=$(usex appindicator ON OFF)
|
||||
-DWITH_AVAHI=$(usex zeroconf)
|
||||
-DWITH_CUPS=$(usex cups)
|
||||
-DWITH_EXAMPLES=$(usex examples)
|
||||
-DWITH_FREERDP=$(usex rdp)
|
||||
-DWITH_FREERDP3=ON
|
||||
-DWITH_GCRYPT=$(usex crypt)
|
||||
-DWITH_GETTEXT=$(usex nls)
|
||||
-DWITH_ICON_CACHE=OFF
|
||||
-DWITH_KF5WALLET=$(usex kwallet)
|
||||
-DWITH_LIBSECRET=$(usex keyring)
|
||||
-DWITH_LIBSSH=$(usex ssh)
|
||||
-DWITH_LIBVNCSERVER=$(usex vnc)
|
||||
-DWITH_PYTHONLIBS=$(usex python ON OFF)
|
||||
-DWITH_SPICE=$(usex spice)
|
||||
-DWITH_TRANSLATIONS=$(usex nls)
|
||||
-DWITH_UPDATE_DESKTOP_DB=OFF
|
||||
-DWITH_VTE=$(usex ssh)
|
||||
-DWITH_WWW=$(usex webkit)
|
||||
-DWITH_X2GO=OFF
|
||||
# when this feature is stable, add python eclass usage to optionally enable
|
||||
-DWITH_PYTHON=OFF
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@@ -1,105 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
COMMIT=ecb29e7830037dd3ee618472c80b5e8eaecf1ce0
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit cmake python-single-r1 xdg
|
||||
|
||||
MY_P="${PN^}-v${PV}"
|
||||
|
||||
DESCRIPTION="A GTK+ RDP, SPICE, VNC and SSH client"
|
||||
HOMEPAGE="https://remmina.org/"
|
||||
SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/${COMMIT}/Remmina-${COMMIT}.tar.bz2"
|
||||
S="${WORKDIR}/${PN^}-${COMMIT}"
|
||||
|
||||
LICENSE="GPL-2+-with-openssl-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
|
||||
IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf X"
|
||||
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) || ( X wayland )"
|
||||
|
||||
COMMON_DEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/json-glib
|
||||
dev-libs/libpcre2
|
||||
dev-libs/libsodium:=
|
||||
dev-libs/openssl:0=
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gtk+:3[X?,wayland?]
|
||||
X? (
|
||||
x11-libs/libX11
|
||||
x11-libs/libxkbfile
|
||||
)
|
||||
appindicator? ( dev-libs/libayatana-appindicator )
|
||||
crypt? ( dev-libs/libgcrypt:0= )
|
||||
keyring? ( app-crypt/libsecret )
|
||||
gvnc? ( net-libs/gtk-vnc )
|
||||
kwallet? ( kde-frameworks/kwallet:5 )
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
rdp? ( net-misc/freerdp:3=
|
||||
cups? ( net-print/cups:= ) )
|
||||
spice? ( net-misc/spice-gtk[gtk3] )
|
||||
ssh? ( net-libs/libssh:0=[sftp]
|
||||
x11-libs/vte:2.91 )
|
||||
vnc? ( net-libs/libvncserver[jpeg] )
|
||||
webkit? ( net-libs/webkit-gtk:4.1 )
|
||||
zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
spice? ( app-emulation/spice-protocol )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${COMMON_DEPEND}
|
||||
virtual/freedesktop-icon-theme
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
|
||||
|
||||
pkg_setup() {
|
||||
use python && python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
xdg_environment_reset
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DHAVE_LIBAPPINDICATOR=$(usex appindicator ON OFF)
|
||||
-DWITH_AVAHI=$(usex zeroconf)
|
||||
-DWITH_CUPS=$(usex cups)
|
||||
-DWITH_EXAMPLES=$(usex examples)
|
||||
-DWITH_FREERDP=$(usex rdp)
|
||||
-DWITH_FREERDP3=ON
|
||||
-DWITH_GCRYPT=$(usex crypt)
|
||||
-DWITH_GETTEXT=$(usex nls)
|
||||
-DWITH_ICON_CACHE=OFF
|
||||
-DWITH_KF5WALLET=$(usex kwallet)
|
||||
-DWITH_LIBSECRET=$(usex keyring)
|
||||
-DWITH_LIBSSH=$(usex ssh)
|
||||
-DWITH_LIBVNCSERVER=$(usex vnc)
|
||||
-DWITH_PYTHONLIBS=$(usex python ON OFF)
|
||||
-DWITH_SPICE=$(usex spice)
|
||||
-DWITH_TRANSLATIONS=$(usex nls)
|
||||
-DWITH_UPDATE_DESKTOP_DB=OFF
|
||||
-DWITH_VTE=$(usex ssh)
|
||||
-DWITH_WWW=$(usex webkit)
|
||||
-DWITH_X2GO=OFF
|
||||
# when this feature is stable, add python eclass usage to optionally enable
|
||||
-DWITH_PYTHON=OFF
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@@ -1,104 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit cmake python-single-r1 xdg
|
||||
|
||||
MY_P="${PN^}-v${PV}"
|
||||
|
||||
DESCRIPTION="A GTK+ RDP, SPICE, VNC and SSH client"
|
||||
HOMEPAGE="https://remmina.org/"
|
||||
SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${PN^}-v${PV}"
|
||||
|
||||
LICENSE="GPL-2+-with-openssl-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
|
||||
IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf X"
|
||||
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) || ( X wayland )"
|
||||
|
||||
COMMON_DEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/json-glib
|
||||
dev-libs/libpcre2
|
||||
dev-libs/libsodium:=
|
||||
dev-libs/openssl:0=
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gtk+:3[X?,wayland?]
|
||||
X? (
|
||||
x11-libs/libX11
|
||||
x11-libs/libxkbfile
|
||||
)
|
||||
appindicator? ( dev-libs/libayatana-appindicator )
|
||||
crypt? ( dev-libs/libgcrypt:0= )
|
||||
keyring? ( app-crypt/libsecret )
|
||||
gvnc? ( net-libs/gtk-vnc )
|
||||
kwallet? ( kde-frameworks/kwallet:5 )
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
rdp? ( net-misc/freerdp:3=
|
||||
cups? ( net-print/cups:= ) )
|
||||
spice? ( net-misc/spice-gtk[gtk3] )
|
||||
ssh? ( net-libs/libssh:0=[sftp]
|
||||
x11-libs/vte:2.91 )
|
||||
vnc? ( net-libs/libvncserver[jpeg] )
|
||||
webkit? ( net-libs/webkit-gtk:4.1 )
|
||||
zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
spice? ( app-emulation/spice-protocol )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${COMMON_DEPEND}
|
||||
virtual/freedesktop-icon-theme
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
|
||||
|
||||
pkg_setup() {
|
||||
use python && python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
xdg_environment_reset
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DHAVE_LIBAPPINDICATOR=$(usex appindicator ON OFF)
|
||||
-DWITH_AVAHI=$(usex zeroconf)
|
||||
-DWITH_CUPS=$(usex cups)
|
||||
-DWITH_EXAMPLES=$(usex examples)
|
||||
-DWITH_FREERDP=$(usex rdp)
|
||||
-DWITH_FREERDP3=ON
|
||||
-DWITH_GCRYPT=$(usex crypt)
|
||||
-DWITH_GETTEXT=$(usex nls)
|
||||
-DWITH_ICON_CACHE=OFF
|
||||
-DWITH_KF5WALLET=$(usex kwallet)
|
||||
-DWITH_LIBSECRET=$(usex keyring)
|
||||
-DWITH_LIBSSH=$(usex ssh)
|
||||
-DWITH_LIBVNCSERVER=$(usex vnc)
|
||||
-DWITH_PYTHONLIBS=$(usex python ON OFF)
|
||||
-DWITH_SPICE=$(usex spice)
|
||||
-DWITH_TRANSLATIONS=$(usex nls)
|
||||
-DWITH_UPDATE_DESKTOP_DB=OFF
|
||||
-DWITH_VTE=$(usex ssh)
|
||||
-DWITH_WWW=$(usex webkit)
|
||||
-DWITH_X2GO=OFF
|
||||
# when this feature is stable, add python eclass usage to optionally enable
|
||||
-DWITH_PYTHON=OFF
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@@ -1,104 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit cmake python-single-r1 xdg
|
||||
|
||||
MY_P="${PN^}-v${PV}"
|
||||
|
||||
DESCRIPTION="A GTK+ RDP, SPICE, VNC and SSH client"
|
||||
HOMEPAGE="https://remmina.org/"
|
||||
SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${PN^}-v${PV}"
|
||||
|
||||
LICENSE="GPL-2+-with-openssl-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
|
||||
IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf X"
|
||||
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) || ( X wayland )"
|
||||
|
||||
COMMON_DEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/json-glib
|
||||
dev-libs/libpcre2
|
||||
dev-libs/libsodium:=
|
||||
dev-libs/openssl:0=
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gtk+:3[X?,wayland?]
|
||||
X? (
|
||||
x11-libs/libX11
|
||||
x11-libs/libxkbfile
|
||||
)
|
||||
appindicator? ( dev-libs/libayatana-appindicator )
|
||||
crypt? ( dev-libs/libgcrypt:0= )
|
||||
keyring? ( app-crypt/libsecret )
|
||||
gvnc? ( net-libs/gtk-vnc )
|
||||
kwallet? ( kde-frameworks/kwallet:5 )
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
rdp? ( net-misc/freerdp:3=
|
||||
cups? ( net-print/cups:= ) )
|
||||
spice? ( net-misc/spice-gtk[gtk3] )
|
||||
ssh? ( net-libs/libssh:0=[sftp]
|
||||
x11-libs/vte:2.91 )
|
||||
vnc? ( net-libs/libvncserver[jpeg] )
|
||||
webkit? ( net-libs/webkit-gtk:4.1 )
|
||||
zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
spice? ( app-emulation/spice-protocol )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${COMMON_DEPEND}
|
||||
virtual/freedesktop-icon-theme
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
|
||||
|
||||
pkg_setup() {
|
||||
use python && python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
xdg_environment_reset
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DHAVE_LIBAPPINDICATOR=$(usex appindicator ON OFF)
|
||||
-DWITH_AVAHI=$(usex zeroconf)
|
||||
-DWITH_CUPS=$(usex cups)
|
||||
-DWITH_EXAMPLES=$(usex examples)
|
||||
-DWITH_FREERDP=$(usex rdp)
|
||||
-DWITH_FREERDP3=ON
|
||||
-DWITH_GCRYPT=$(usex crypt)
|
||||
-DWITH_GETTEXT=$(usex nls)
|
||||
-DWITH_ICON_CACHE=OFF
|
||||
-DWITH_KF5WALLET=$(usex kwallet)
|
||||
-DWITH_LIBSECRET=$(usex keyring)
|
||||
-DWITH_LIBSSH=$(usex ssh)
|
||||
-DWITH_LIBVNCSERVER=$(usex vnc)
|
||||
-DWITH_PYTHONLIBS=$(usex python ON OFF)
|
||||
-DWITH_SPICE=$(usex spice)
|
||||
-DWITH_TRANSLATIONS=$(usex nls)
|
||||
-DWITH_UPDATE_DESKTOP_DB=OFF
|
||||
-DWITH_VTE=$(usex ssh)
|
||||
-DWITH_WWW=$(usex webkit)
|
||||
-DWITH_X2GO=OFF
|
||||
# when this feature is stable, add python eclass usage to optionally enable
|
||||
-DWITH_PYTHON=OFF
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user