public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/midori/
Date: Sun,  2 Dec 2018 16:15:14 +0000 (UTC)	[thread overview]
Message-ID: <1543767301.51e1a1112b3bca5bef16f7d23b7f78c1f92c41eb.mgorny@gentoo> (raw)

commit:     51e1a1112b3bca5bef16f7d23b7f78c1f92c41eb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  2 16:13:45 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec  2 16:15:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e1a111

www-client/midori: Bump to 7.0

Closes: https://bugs.gentoo.org/670192
Closes: https://bugs.gentoo.org/670270
Closes: https://bugs.gentoo.org/670354
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-client/midori/Manifest          |  1 +
 www-client/midori/midori-7.0.ebuild | 62 +++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/www-client/midori/Manifest b/www-client/midori/Manifest
index 7e27f724eb4..2ab860caa96 100644
--- a/www-client/midori/Manifest
+++ b/www-client/midori/Manifest
@@ -1,2 +1,3 @@
 DIST midori-v6.0.tar.gz 1823209 BLAKE2B dd00bef8da638d993c9918e991fa4f65d79b9f0d736b865895fae94f7f9d7552d671bda38cff933e65b7017cadfb810b7c180e00ba4e6f26abd471affc4cd903 SHA512 2b3e4808b1297a3ef8436b45ac38782e070658a0ecc62bcf8d0b2cf49f256cdad799ccc5d28df11ff595c042e8474fa2e87065d9a89cdb5a936237c44fdfd9e7
+DIST midori-v7.0.tar.gz 1827341 BLAKE2B e008be32851a3ee12744b7b4e686545a2f9cd84fc6f05a647744c512ea5286fdc1db3b1ec40f546208ffbca4ca8a179752f27b85d9060765a7612ac7c260c67f SHA512 4110d1566ba8b0979c29f1c3a95af3da4cba884f44a1305403d8951f7f2dfb17946c3c7326eebafc111738950c907d06cc6c54ce670cde321da890d8b9ced051
 DIST midori_0.5.11_all_.tar.bz2 1428791 BLAKE2B c19872b3271360877b2affa0ab86d93884895037a72cb9182a44a597bf930394153fea5a744c1cf225f2c4bd8f3c691c5622d0b4abdb33c202c4aa1da48b5ee5 SHA512 237310d1f0bf70796474b9ec5be6755927e66acd2b527d04db39696c5e2f7ea2d11f7deb51ba3f5c151a450ab71e642282a1386e34253aaea1d8602ce76ac87d

diff --git a/www-client/midori/midori-7.0.ebuild b/www-client/midori/midori-7.0.ebuild
new file mode 100644
index 00000000000..b3558ed38a0
--- /dev/null
+++ b/www-client/midori/midori-7.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VALA_MIN_API_VERSION=0.36
+
+inherit cmake-utils eapi7-ver gnome2-utils vala xdg-utils
+
+MY_P=${PN}-v${PV}
+DESCRIPTION="A lightweight web browser based on WebKitGTK+"
+HOMEPAGE="http://www.midori-browser.org/"
+SRC_URI="https://github.com/midori-browser/core/releases/download/v$(ver_cut 1)/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
+IUSE=""
+
+RDEPEND="
+	>=app-crypt/gcr-3:=[gtk,vala]
+	>=dev-db/sqlite-3.6.19:3
+	>=dev-libs/glib-2.48.0:2
+	dev-libs/libpeas[gtk]
+	dev-libs/libxml2
+	>=net-libs/libsoup-2.38:2.4[vala]
+	>=net-libs/webkit-gtk-2.16.6:4[introspection,opengl]
+	>=x11-libs/libnotify-0.7
+	>=x11-libs/gtk+-3.12.0:3
+"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	dev-util/intltool
+	sys-devel/gettext
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+	cmake-utils_src_prepare
+	vala_src_prepare
+	sed -i -e '/^install/s:COPYING::' CMakeLists.txt || die
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
+		-DVALA_EXECUTABLE="${VALAC}"
+	)
+
+	cmake-utils_src_configure
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


             reply	other threads:[~2018-12-02 16:15 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-02 16:15 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-26 21:03 [gentoo-commits] repo/gentoo:master commit in: www-client/midori/ Arthur Zamarin
2021-09-28 14:53 Yixun Lan
2019-09-13  5:11 Michał Górny
2019-04-07 14:43 Mikle Kolyada
2019-04-07 14:41 Mikle Kolyada
2019-02-27  4:25 Aaron Bauman
2018-12-02 16:32 Michał Górny
2018-11-04 20:21 Michał Górny
2018-11-04 13:37 Jeroen Roovers
2018-11-03 11:48 Sven Wegener
2018-11-02 20:01 Michał Górny
2018-10-24 12:58 Michał Górny
2018-05-14  9:18 Michał Górny
2018-05-14  9:18 Michał Górny
2018-05-14  9:18 Michał Górny
2018-05-14  9:18 Michał Górny
2018-05-14  9:18 Michał Górny
2018-04-30 17:35 Mikle Kolyada
2017-12-25 10:43 David Seifert
2016-04-13 19:39 Austin English
2016-04-12  7:52 Austin English
2016-04-12  7:52 Austin English
2015-09-25  9:51 Lars Wendler
2015-09-25  9:51 Lars Wendler

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=1543767301.51e1a1112b3bca5bef16f7d23b7f78c1f92c41eb.mgorny@gentoo \
    --to=mgorny@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