From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/gmobile/
Date: Sat, 31 May 2025 17:00:25 +0000 (UTC) [thread overview]
Message-ID: <1748708902.1ea16fc9ab9392b9aec71080415455067ff8dbbc.cybertailor@gentoo> (raw)
commit: 1ea16fc9ab9392b9aec71080415455067ff8dbbc
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat May 31 16:28:22 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat May 31 16:28:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ea16fc9
dev-libs/gmobile: add 0.3.1, drop 0.2.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-libs/gmobile/Manifest | 4 ++--
.../{gmobile-0.2.2.ebuild => gmobile-0.3.1.ebuild} | 15 +++++++++++++--
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/dev-libs/gmobile/Manifest b/dev-libs/gmobile/Manifest
index 5c921e8f22..a2bac15bb3 100644
--- a/dev-libs/gmobile/Manifest
+++ b/dev-libs/gmobile/Manifest
@@ -1,4 +1,4 @@
-DIST gmobile-0.2.2.tar.xz 55576 BLAKE2B 733cb0e3b53556b1653b37cd49e8201f3cfa7266d0dbf6fbdf415896425dd370a23e6a75a76a86cfe3b1fb6c81958fd469aaf1480c734c15d201c25db0810b7d SHA512 59b63790b59f1ea81f0c49b35d049485645a288a99dbe32706494f5f394e6da8a4bf7ee3aa864fa10140b8297b03f3d0aca7dcd09b796bc3e3c95d0542db313f
-DIST gmobile-0.2.2.tar.xz.asc 833 BLAKE2B ac99116ab57a00a78fd8ef132569548eb8ea28c20fe2ab83b078fbc8fbc7859b5fe489d77752ac0c8a190aeffe2bf6b066f1ade4d429e8a53667f2803e857824 SHA512 6a470885fe06727a5792e695746cb8c8444cc4d1703a9a70093533ea4797085c3b3b3b3292e66925950db37a16432cc06045a680e469669c1cc7eee6c0642b3c
DIST gmobile-0.3.0.tar.xz 58036 BLAKE2B c54c558f744b6014809076e4f27f9db9062311318387f57c7aacf88b4706a1c5b49168354939134d1b3d1a21cc6f319856cddf4381424ce095f2a9848ce0c369 SHA512 2cdd3504d4a15ad982ce8f2aa9f159113ea1fe6f095c93caed04e6c7f0da5edea5909fa8615fd91a4dddad0759fdb4780d7ff82ce5c006851a75a091041959b6
DIST gmobile-0.3.0.tar.xz.asc 833 BLAKE2B ed1eacad177d262eac73fe5e8827234709d30bdb3e408888775522832a26fb989430e561881a032c4e9f0b4e56f3efd10fddbb3995640861c8cade351b3fdade SHA512 7bf251ae2bd4dbbfb409fef6a4be2150c69e4cdc2b2ecd9141bbfca3046c9001f1aff3555fdee485b162ac3ba4f478d5a59eca55509250ee86dd3d9231a6b203
+DIST gmobile-0.3.1.tar.xz 58212 BLAKE2B 0e080762088466af6ef2551872de4b954045330c959b3e21bded30a3a1a8f33ecc4ea614c04f8764916fa79483f11d0775c0e95f4c043c1bc3fef0ae791f23bf SHA512 2a3e79fcfba7dd81fcb639c66b7ac5162aa3eba75d948f4006f65edb829c084f7dbd443167fabd7d7c19b235a51b23ce9d94802e783837dfa232f73f340e703d
+DIST gmobile-0.3.1.tar.xz.asc 833 BLAKE2B 31f95ce724c105a23a9108d061087c715c9af35be15dd5e578382698e48c9e160d69aad9b36bb3abd10ff1df34ec86b9155d0b179274969ee3ede5d0d360ce16 SHA512 845a757f764fe222853ef932f7f3e7e8f36f995ef8754a8a3196fe72a1ac8360bf358b492bf0a24aa3e39b1ea17c875d26281bc0f4cd1ca88201b9753d2e9d02
diff --git a/dev-libs/gmobile/gmobile-0.2.2.ebuild b/dev-libs/gmobile/gmobile-0.3.1.ebuild
similarity index 85%
rename from dev-libs/gmobile/gmobile-0.2.2.ebuild
rename to dev-libs/gmobile/gmobile-0.3.1.ebuild
index 5690788568..40ef661851 100644
--- a/dev-libs/gmobile/gmobile-0.2.2.ebuild
+++ b/dev-libs/gmobile/gmobile-0.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
VALA_USE_DEPEND="vapigen"
-inherit meson udev verify-sig
+inherit meson udev vala verify-sig
DESCRIPTION="Mobile related helpers for glib based projects"
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/gmobile/"
@@ -14,7 +14,11 @@ SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
LICENSE="GPL-3+ LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="gtk-doc +introspection man test udev"
+IUSE="gtk-doc +introspection man test udev vala"
+REQUIRED_USE="
+ gtk-doc? ( introspection )
+ vala? ( introspection )
+"
RESTRICT="!test? ( test )"
DEPEND="
@@ -26,12 +30,18 @@ RDEPEND="${DEPEND}"
BDEPEND="
gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
man? ( dev-python/docutils )
+ vala? ( $(vala_depend) )
verify-sig? ( sec-keys/openpgp-keys-phosh )
"
IDEPEND="udev? ( virtual/udev )"
VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
+src_prepare() {
+ default
+ vala_setup
+}
+
src_configure() {
local emesonargs=(
-Dexamples=false
@@ -40,6 +50,7 @@ src_configure() {
$(meson_use man)
$(meson_use test tests)
$(meson_use udev hwdb)
+ $(meson_use vala vapi)
)
meson_src_configure
}
next reply other threads:[~2025-05-31 17:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-31 17:00 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-22 13:03 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/gmobile/ Anna Vyalkova
2025-05-12 11:10 Anna Vyalkova
2025-03-27 7:50 Anna Vyalkova
2024-06-30 4:10 Anna Vyalkova
2024-04-22 18:45 Anna Vyalkova
2024-04-21 12:53 Anna Vyalkova
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=1748708902.1ea16fc9ab9392b9aec71080415455067ff8dbbc.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--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