public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/edb-debugger/
Date: Wed,  8 Mar 2017 20:42:07 +0000 (UTC)	[thread overview]
Message-ID: <1489005684.ee5121397329fc0f3c7834b7223612fdaa073267.amynka@gentoo> (raw)

commit:     ee5121397329fc0f3c7834b7223612fdaa073267
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  8 20:41:24 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 20:41:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee512139

dev-util/edb-debugger: fix icon. By Petross404.

Package-Manager: portage-2.3.0

 dev-util/edb-debugger/edb-debugger-0.9.21.ebuild | 15 ++++++++++++++-
 dev-util/edb-debugger/edb-debugger-9999.ebuild   |  4 ++++
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/dev-util/edb-debugger/edb-debugger-0.9.21.ebuild b/dev-util/edb-debugger/edb-debugger-0.9.21.ebuild
index 19de2513c9c..8d159b715b6 100644
--- a/dev-util/edb-debugger/edb-debugger-0.9.21.ebuild
+++ b/dev-util/edb-debugger/edb-debugger-0.9.21.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils
+inherit cmake-utils eutils
 
 DESCRIPTION="edb is a cross platform x86/x86-64 debugger, inspired by Ollydbg"
 HOMEPAGE="https://github.com/eteran/edb-debugger"
@@ -34,6 +34,13 @@ DEPEND="
 	${RDEPEND}"
 
 src_prepare(){
+	#Remove this in a future version; There won't be any edb48-logo.png
+	sed -i  '/edb48-logo/d' CMakeLists.txt || die
+
+	#Make the desktop's entries somewhat cuter
+	sed -i -e 's/GenericName=edb debugger/GenericName=Evan\x27s Debugger/' edb.desktop || die
+	sed -i -e 's/Comment=edb debugger/Comment=edb is a cross platform x86\/x86-64 debugger/' edb.desktop || die
+
 	if ! use graphviz; then
 		sed -i '/pkg_check_modules(GRAPHVIZ/d' CMakeLists.txt || die
 	fi
@@ -54,6 +61,12 @@ src_configure() {
 	cmake-utils_src_configure
 }
 
+src_install() {
+	cd src/images/ || die
+	newicon "edb48-logo.png" "edb.png"
+	cmake-utils_src_install
+}
+
 pkg_postinst() {
 	if use legacy-mem-write; then
 		ewarn "You really do not want to turn on legacy-mem-write unless you need it."

diff --git a/dev-util/edb-debugger/edb-debugger-9999.ebuild b/dev-util/edb-debugger/edb-debugger-9999.ebuild
index 6b7ad6967a4..830af5e21a9 100644
--- a/dev-util/edb-debugger/edb-debugger-9999.ebuild
+++ b/dev-util/edb-debugger/edb-debugger-9999.ebuild
@@ -32,6 +32,10 @@ DEPEND="
 	${RDEPEND}"
 
 src_prepare(){
+	#Make the desktop's entries somewhat cuter
+	sed -i -e 's/GenericName=edb debugger/GenericName=Evan\x27s Debugger/' edb.desktop || die
+	sed -i -e 's/Comment=edb debugger/Comment=edb is a cross platform x86\/x86-64 debugger/' edb.desktop || die
+
 	if ! use graphviz; then
 		sed -i '/pkg_check_modules(GRAPHVIZ/d' CMakeLists.txt || die
 	fi


             reply	other threads:[~2017-03-08 20:42 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-08 20:42 Amy Liffey [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-13 17:02 [gentoo-commits] repo/gentoo:master commit in: dev-util/edb-debugger/ Sam James
2022-09-13 17:02 Sam James
2021-07-02  7:17 Sergei Trofimovich
2020-12-14 19:51 Sergei Trofimovich
2020-05-02 17:51 Sergei Trofimovich
2020-04-14  8:35 Joonas Niilola
2020-04-10 20:55 Sergei Trofimovich
2020-02-12 22:32 Sergei Trofimovich
2020-01-13 15:18 Rick Farina
2019-12-07 18:17 Sergei Trofimovich
2019-12-07 18:16 Sergei Trofimovich
2019-12-07 18:02 Sergei Trofimovich
2019-08-11  8:45 Michał Górny
2019-04-20  7:12 Michał Górny
2019-02-16 17:04 Sergei Trofimovich
2018-08-26 11:33 Andreas Sturmlechner
2018-08-26 11:33 Andreas Sturmlechner
2018-08-20 15:01 Patrice Clement
2017-03-07 18:15 Amy Liffey
2017-03-07 12:23 Amy Liffey

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=1489005684.ee5121397329fc0f3c7834b7223612fdaa073267.amynka@gentoo \
    --to=amynka@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