From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/grdesktop/
Date: Sun, 19 Jul 2020 17:31:06 +0000 (UTC) [thread overview]
Message-ID: <1595179445.8ba4b42a62ed0284cd6669411ba87ba35c0442fa.leio@gentoo> (raw)
commit: 8ba4b42a62ed0284cd6669411ba87ba35c0442fa
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 17:23:16 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 17:24:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba4b42a
net-misc/grdesktop: add debian patchset for gtk3 port and more
Bug: https://bugs.gentoo.org/726792
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
net-misc/grdesktop/Manifest | 1 +
net-misc/grdesktop/grdesktop-0.23-r2.ebuild | 44 +++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/net-misc/grdesktop/Manifest b/net-misc/grdesktop/Manifest
index 20c2a99a885..ac6b20fc934 100644
--- a/net-misc/grdesktop/Manifest
+++ b/net-misc/grdesktop/Manifest
@@ -1 +1,2 @@
+DIST grdesktop-0.23-patchset.tar.xz 17912 BLAKE2B 0252f3c7fa1779df05d1f7d4315e18e4cce5d4acf69e2a914805d072de25730206bf906b9fe767b777fdfde701ce033563f96087bdc2d85d11271b835947f029 SHA512 0327a17b48ff0f5eb8ab88c683f91deec612cf202cabcde3f150b4be5b19afb612a83ff9dcb965b29899a35c214a7334603263b42c0d2605b48209018845b04b
DIST grdesktop-0.23.tar.gz 299914 BLAKE2B 0a00c721c8d962dd1ad885f4d85130486b3ad9973d21817068f4147ade03d59a2d13dd5e5b26376a0415120521e283a20d79627b62a8bcca15fb2f0213c05bc4 SHA512 a0993d7589d0b22b26535de0cf562604c89ce580fede076c15d8d7f2e7a3bd2fd5ec0a35c6a8ec07fcc8f53a0635381fefe9c2e67d9ff75cec7af47cdd25732f
diff --git a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
new file mode 100644
index 00000000000..640c10447e9
--- /dev/null
+++ b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+inherit gnome2
+
+DESCRIPTION="Gtk3 frontend for rdesktop"
+HOMEPAGE="http://www.nongnu.org/grdesktop/"
+SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=x11-libs/gtk+-3.21.4:3
+ net-misc/rdesktop
+"
+DEPEND="${RDEPEND}
+ app-text/rarian
+ virtual/pkgconfig
+"
+
+PATCHES=(
+ # Patches from debian:
+ # Correct icon path. See bug #50295.
+ # Fix compilation with format-security, bug #517662
+ # gsettings, gtk3 port, gcc10 compat, etc
+ "${WORKDIR}"/grdesktop-0.23+d040330-7
+)
+
+src_prepare() {
+ gnome2_src_prepare
+ # Fix desktop file validation after debian patchset (it removes Action line, but not the action itself - remove that here)
+ sed -e '/Desktop Action Full/,+1d' -i grdesktop.desktop
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --with-keymap-path=/usr/share/rdesktop/keymaps/
+}
next reply other threads:[~2020-07-19 17:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-19 17:31 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-28 22:21 [gentoo-commits] repo/gentoo:master commit in: net-misc/grdesktop/ Sergei Trofimovich
2020-08-29 21:27 Sam James
2020-08-30 17:14 Thomas Deutschmann
2020-08-31 23:27 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1595179445.8ba4b42a62ed0284cd6669411ba87ba35c0442fa.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox