From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/granite/
Date: Thu, 29 Aug 2019 13:27:03 +0000 (UTC) [thread overview]
Message-ID: <1567084111.38e5f242b9f664fc9fd30f9035b7cd6eb47bc796.juippis@gentoo> (raw)
commit: 38e5f242b9f664fc9fd30f9035b7cd6eb47bc796
Author: Bernardo Meurer <meurerbernardo <AT> gmail <DOT> com>
AuthorDate: Tue Aug 13 07:39:13 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 13:08:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e5f242
dev-libs/granite: bump 5.2.4
Closes: https://bugs.gentoo.org/691624
Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --force
Signed-off-by: Bernardo Meurer <bernardo <AT> standard.ai>
Closes: https://github.com/gentoo/gentoo/pull/12690
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/granite/Manifest | 1 +
dev-libs/granite/granite-5.2.4.ebuild | 44 +++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-libs/granite/Manifest b/dev-libs/granite/Manifest
index e957f18e4c4..9b7e8b61fc7 100644
--- a/dev-libs/granite/Manifest
+++ b/dev-libs/granite/Manifest
@@ -1 +1,2 @@
DIST granite-0.5.0.tar.gz 365015 BLAKE2B 47b88d0b08a300fecc561161e1722cc1a544f58580d21244b6584f6aba7756afe6548dd663620fe9a09406fc0be2766b1d1093a21d262a5ab001992f309239ed SHA512 6042f40c1338768281ab3e6ad0bfdd8c5c69fc4951a069b0779a22b8999b35110ea8f09cf025dd88bafef7eca6cc0d076a608d55f01c078186e150908f8e4650
+DIST granite-5.2.4.tar.gz 390145 BLAKE2B 30abee1669bf2211aa776a5ddf38b914bc95e466f2853f4e852b77947b666c06ce8ac77a47b22bce0cdbf8e6804935007b5cef700c49db302528b7bbb0063543 SHA512 3a52a92a49f887bb802754b99b7c9c3fd13c197c74da7c25f1fd4c03b76d916197079b813909d2cceb11cb10b26e9f64978563b95319d0c744c5b612c50ce306
diff --git a/dev-libs/granite/granite-5.2.4.ebuild b/dev-libs/granite/granite-5.2.4.ebuild
new file mode 100644
index 00000000000..29e4040c128
--- /dev/null
+++ b/dev-libs/granite/granite-5.2.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VALA_MIN_API_VERSION=0.40
+
+inherit meson vala xdg-utils
+
+DESCRIPTION="Elementary OS library that extends GTK+"
+HOMEPAGE="https://github.com/elementary/granite"
+SRC_URI="https://github.com/elementary/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+# FIXME: Figure out issues with enabling doc.
+# See https://github.com/gentoo/gentoo/pull/12690#issuecomment-525027164
+IUSE="test"
+
+BDEPEND="
+ $(vala_depend)
+ >=dev-util/meson-0.48.2
+ virtual/pkgconfig
+"
+DEPEND="
+ >=dev-libs/glib-2.50:2
+ dev-libs/libgee:0.8[introspection]
+ >=x11-libs/gtk+-3.22:3[introspection]
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ vala_src_prepare
+ eapply_user
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
next reply other threads:[~2019-08-29 13:27 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-29 13:27 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-01 14:48 [gentoo-commits] repo/gentoo:master commit in: dev-libs/granite/ David Seifert
2022-12-21 22:47 Sam James
2022-12-19 0:58 Sam James
2022-12-18 11:41 Sam James
2022-01-22 12:44 Maciej Barć
2021-12-26 19:05 Sam James
2021-12-26 0:23 Sam James
2021-12-26 0:23 Sam James
2021-12-19 16:47 Maciej Barć
2021-12-19 16:47 Maciej Barć
2021-11-25 2:03 Maciej Barć
2021-04-09 12:48 Joonas Niilola
2021-03-11 17:06 Sam James
2021-02-01 13:22 Joonas Niilola
2021-02-01 13:22 Joonas Niilola
2019-10-22 10:09 Michał Górny
2019-10-22 10:09 Michał Górny
2019-10-22 7:25 Agostino Sarubbo
2019-10-22 7:24 Agostino Sarubbo
2019-10-14 17:39 Joonas Niilola
2019-09-26 19:02 Thomas Deutschmann
2019-09-07 8:11 Joonas Niilola
2019-09-07 8:11 Joonas Niilola
2019-08-29 13:27 Joonas Niilola
2018-07-11 8:16 Tony Vroon
2018-06-11 8:13 Agostino Sarubbo
2018-06-10 18:46 Thomas Deutschmann
2018-05-18 21:15 Andreas Sturmlechner
2018-03-10 13:19 Amy Liffey
2017-01-28 17:01 Johannes Huber
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=1567084111.38e5f242b9f664fc9fd30f9035b7cd6eb47bc796.juippis@gentoo \
--to=juippis@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