summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-15 19:11:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-15 20:37:24 +0100
commit9b5caea9be425b95132ff5dc37bd324b0caad474 (patch)
tree54403acc494b4a709d2b603bf926c6e1e9410339
parentmedia-plugins/ir_lv2: Drop 1.2.4 (diff)
downloadgentoo-9b5caea9be425b95132ff5dc37bd324b0caad474.tar.gz
gentoo-9b5caea9be425b95132ff5dc37bd324b0caad474.tar.bz2
gentoo-9b5caea9be425b95132ff5dc37bd324b0caad474.zip
x11-misc/gxmessage: EAPI-7 bump, use xdg.eclass
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--x11-misc/gxmessage/gxmessage-3.4.3.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/x11-misc/gxmessage/gxmessage-3.4.3.ebuild b/x11-misc/gxmessage/gxmessage-3.4.3.ebuild
index 48f933861c53..0763bcd4ef7d 100644
--- a/x11-misc/gxmessage/gxmessage-3.4.3.ebuild
+++ b/x11-misc/gxmessage/gxmessage-3.4.3.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit gnome2-utils
+EAPI=7
+
+inherit xdg
DESCRIPTION="A GTK+ based xmessage clone"
-HOMEPAGE="https://savannah.gnu.org/projects/gxmessage/ http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"
+HOMEPAGE="https://savannah.gnu.org/projects/gxmessage/
+ http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz"
@@ -19,10 +21,12 @@ RDEPEND="
x11-libs/gtk+:3
x11-libs/pango
"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
>=dev-util/intltool-0.40.1
- sys-devel/gettext"
+ sys-devel/gettext
+"
DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO )
@@ -32,7 +36,3 @@ src_install() {
docinto examples
dodoc examples/*
}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }