public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
Date: Fri,  4 Jan 2019 23:35:52 +0000 (UTC)	[thread overview]
Message-ID: <1546644929.73c55a1afea38d8139ed073379989b16e7bc2532.leio@gentoo> (raw)

commit:     73c55a1afea38d8139ed073379989b16e7bc2532
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  4 23:19:47 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jan  4 23:35:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c55a1a

games-mud/gnome-mud-9999: update to meson

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-mud/gnome-mud/gnome-mud-9999.ebuild | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/games-mud/gnome-mud/gnome-mud-9999.ebuild b/games-mud/gnome-mud/gnome-mud-9999.ebuild
index 041f91f4097..74f0b7fda2a 100644
--- a/games-mud/gnome-mud/gnome-mud-9999.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 GNOME2_EAUTORECONF="yes"
 
-inherit gnome2 git-r3
+inherit gnome2-utils git-r3 meson xdg
 
 DESCRIPTION="GNOME MUD client"
 HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
@@ -18,29 +18,32 @@ IUSE="debug gstreamer"
 
 RDEPEND="
 	>=dev-libs/glib-2.48:2
-	>=x11-libs/gtk+-3.4.0:3
+	>=x11-libs/gtk+-3.10:3
 	>=x11-libs/vte-0.37:2.91
 	dev-libs/libpcre
 	sys-libs/zlib
 	gstreamer? ( media-libs/gstreamer:1.0 )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	app-text/rarian
-	>=dev-util/intltool-0.35.0
-	>=sys-devel/gettext-0.11.5"
+	>=sys-devel/gettext-0.19.8"
 
 src_configure() {
-	gnome2_src_configure \
-		--enable-mccp \
-		$(use_enable gstreamer) \
-		$(use_enable debug debug-logger)
+	local emesonargs=(
+		-Dmccp=enabled
+		-Dgstreamer=$(usex gstreamer enabled disabled)
+		$(meson_use debug debug-logger)
+	)
+	meson_src_configure
 }
 
-src_install() {
-	DOCS="AUTHORS BUGS ChangeLog NEWS README ROADMAP" \
-		gnome2_src_install
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_icon_cache_update
+	gnome2_schemas_update
 }
 
-pkg_preinst() {
-	gnome2_pkg_preinst
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_icon_cache_update
+	gnome2_schemas_update
 }


             reply	other threads:[~2019-01-04 23:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-04 23:35 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-28 10:19 [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/ David Seifert
2019-10-11 15:36 Michał Górny
2019-01-06 12:45 Mart Raudsepp
2019-01-04  0:46 Mart Raudsepp
2019-01-01 19:15 Mart Raudsepp
2018-08-16 21:33 Mart Raudsepp
2017-11-20 22:00 David Seifert
2017-08-22 12:17 Mart Raudsepp
2017-08-20 16:59 Thomas Deutschmann
2017-07-26 13:41 Mart Raudsepp
2017-07-26  9:41 Mart Raudsepp
2017-07-26  9:41 Mart Raudsepp
2017-07-19 18:06 Tobias Klausmann
2017-04-22 21:22 Mart Raudsepp
2016-08-05 19:43 Austin English

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=1546644929.73c55a1afea38d8139ed073379989b16e7bc2532.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