From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/Quaternion/ Date: Tue, 8 Oct 2024 10:09:08 +0000 (UTC) [thread overview] Message-ID: <1728382040.441653870f737d6120134e9143da0d71c11a0e9d.davidroman@gentoo> (raw) commit: 441653870f737d6120134e9143da0d71c11a0e9d Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue Oct 8 10:07:20 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Oct 8 10:07:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44165387 net-im/Quaternion: add 0.0.96.1 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> net-im/Quaternion/Manifest | 1 + net-im/Quaternion/Quaternion-0.0.96.1.ebuild | 50 ++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/net-im/Quaternion/Manifest b/net-im/Quaternion/Manifest index f21083acb..4bb2cc8ea 100644 --- a/net-im/Quaternion/Manifest +++ b/net-im/Quaternion/Manifest @@ -1,2 +1,3 @@ DIST Quaternion-0.0.95.1.tar.gz 1224589 BLAKE2B 8ae7bd59493bc564f55a36f8aab0ccddbe9efe53abebabc5a049b8f7cbb69b118b5a601b6fd918a1ac1d8fe5d057926b58f28a4a1df26233ae27ae1443f7decd SHA512 465e49b90fef88b252f26b5791c2d491bfa451dd3b876b1fce8732bf96276437343fd368d1d48d20a2b5ec993a3e0a36709232f60fadd176548a7b942b22b678 +DIST Quaternion-0.0.96.1.tar.gz 1714762 BLAKE2B e98f6fd8e87c963c8403f7a51f5eb2a21c78282fbe7944bc3c492cdb6aee9c7d2739aefa8c7972812c969399cf1ba53a9f8717fc9c8c679ba5965d7b690a68d6 SHA512 9b39fa35a41ef0f523c5092ec5323e06b71ecc11c61afcf01b41d82bd5ae3afcf4783c2501945f57b86ca67f312d91280adea6fe51091aa293c607b4e71b2514 DIST Quaternion-0.0.96_beta4.tar.gz 1644926 BLAKE2B b85c6a40751ea0cdd786d286e263ee914405ecb4bf92ab8a0f69d4d43533b5920d7e7db26c9e969c1b602d70f45869121dfc1d5a4f4f8b70275ecc7eb5c82a85 SHA512 43623cc7181f3727602818b1d16e30a66c2f52be2a7c4f7cb9d5e177dd0e18adb9dde4e626fbd68023654c7a3f13ff785d872588b3856f9136aa9af081d97070 diff --git a/net-im/Quaternion/Quaternion-0.0.96.1.ebuild b/net-im/Quaternion/Quaternion-0.0.96.1.ebuild new file mode 100644 index 000000000..01ab12de2 --- /dev/null +++ b/net-im/Quaternion/Quaternion-0.0.96.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg-utils + +DESCRIPTION="A Qt-based IM client for Matrix" +HOMEPAGE="https://github.com/quotient-im/Quaternion https://matrix.org/ecosystem/clients/quaternion/" +GITHUB_PV=${PV//_/-} +SRC_URI="https://github.com/quotient-im/${PN}/archive/refs/tags/${GITHUB_PV}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/${PN}-${GITHUB_PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-qt/qtbase:6[widgets,network,gui] + dev-qt/qttools:6[linguist] + dev-qt/qtdeclarative:6[widgets] + >=net-libs/libquotient-0.8.0:= + dev-libs/qtkeychain:=[qt6] +" +DEPEND=" + ${RDEPEND} + dev-qt/qtmultimedia:6 +" +BDEPEND=" + dev-qt/qttools:6[linguist] +" + +DOCS=( {README,SECURITY}.md ) + +src_configure() { + local mycmakeargs=( + -DBUILD_WITH_QT6=On + ) + + cmake_src_configure +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/Quaternion/ Date: Tue, 8 Oct 2024 10:23:16 +0000 (UTC) [thread overview] Message-ID: <1728382040.441653870f737d6120134e9143da0d71c11a0e9d.davidroman@gentoo> (raw) Message-ID: <20241008102316.87quQ8p7Deos4PHaypnbkaA37Y_D43QV8lgn0jCrXgE@z> (raw) commit: 441653870f737d6120134e9143da0d71c11a0e9d Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue Oct 8 10:07:20 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Oct 8 10:07:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44165387 net-im/Quaternion: add 0.0.96.1 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> net-im/Quaternion/Manifest | 1 + net-im/Quaternion/Quaternion-0.0.96.1.ebuild | 50 ++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/net-im/Quaternion/Manifest b/net-im/Quaternion/Manifest index f21083acb..4bb2cc8ea 100644 --- a/net-im/Quaternion/Manifest +++ b/net-im/Quaternion/Manifest @@ -1,2 +1,3 @@ DIST Quaternion-0.0.95.1.tar.gz 1224589 BLAKE2B 8ae7bd59493bc564f55a36f8aab0ccddbe9efe53abebabc5a049b8f7cbb69b118b5a601b6fd918a1ac1d8fe5d057926b58f28a4a1df26233ae27ae1443f7decd SHA512 465e49b90fef88b252f26b5791c2d491bfa451dd3b876b1fce8732bf96276437343fd368d1d48d20a2b5ec993a3e0a36709232f60fadd176548a7b942b22b678 +DIST Quaternion-0.0.96.1.tar.gz 1714762 BLAKE2B e98f6fd8e87c963c8403f7a51f5eb2a21c78282fbe7944bc3c492cdb6aee9c7d2739aefa8c7972812c969399cf1ba53a9f8717fc9c8c679ba5965d7b690a68d6 SHA512 9b39fa35a41ef0f523c5092ec5323e06b71ecc11c61afcf01b41d82bd5ae3afcf4783c2501945f57b86ca67f312d91280adea6fe51091aa293c607b4e71b2514 DIST Quaternion-0.0.96_beta4.tar.gz 1644926 BLAKE2B b85c6a40751ea0cdd786d286e263ee914405ecb4bf92ab8a0f69d4d43533b5920d7e7db26c9e969c1b602d70f45869121dfc1d5a4f4f8b70275ecc7eb5c82a85 SHA512 43623cc7181f3727602818b1d16e30a66c2f52be2a7c4f7cb9d5e177dd0e18adb9dde4e626fbd68023654c7a3f13ff785d872588b3856f9136aa9af081d97070 diff --git a/net-im/Quaternion/Quaternion-0.0.96.1.ebuild b/net-im/Quaternion/Quaternion-0.0.96.1.ebuild new file mode 100644 index 000000000..01ab12de2 --- /dev/null +++ b/net-im/Quaternion/Quaternion-0.0.96.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg-utils + +DESCRIPTION="A Qt-based IM client for Matrix" +HOMEPAGE="https://github.com/quotient-im/Quaternion https://matrix.org/ecosystem/clients/quaternion/" +GITHUB_PV=${PV//_/-} +SRC_URI="https://github.com/quotient-im/${PN}/archive/refs/tags/${GITHUB_PV}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/${PN}-${GITHUB_PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-qt/qtbase:6[widgets,network,gui] + dev-qt/qttools:6[linguist] + dev-qt/qtdeclarative:6[widgets] + >=net-libs/libquotient-0.8.0:= + dev-libs/qtkeychain:=[qt6] +" +DEPEND=" + ${RDEPEND} + dev-qt/qtmultimedia:6 +" +BDEPEND=" + dev-qt/qttools:6[linguist] +" + +DOCS=( {README,SECURITY}.md ) + +src_configure() { + local mycmakeargs=( + -DBUILD_WITH_QT6=On + ) + + cmake_src_configure +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}
next reply other threads:[~2024-10-08 10:09 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-10-08 10:09 David Roman [this message] 2024-10-08 10:23 ` [gentoo-commits] repo/proj/guru:master commit in: net-im/Quaternion/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-10-08 10:09 [gentoo-commits] repo/proj/guru:dev " David Roman 2023-12-25 11:52 Anton Molyboha 2023-09-18 17:02 Anton Molyboha 2022-10-30 9:35 Anna Vyalkova 2021-09-16 1:07 Haelwenn Monnier
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=1728382040.441653870f737d6120134e9143da0d71c11a0e9d.davidroman@gentoo \ --to=davidroman96@gmail.com \ --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: linkBe 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