From 4fcafbaa59dd9e29ac444494b1b0f5fc91a58dea Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Wed, 17 May 2023 16:46:13 +0200 Subject: [PATCH] Version bump --- net-im/chatty/Manifest | 3 +-- net-im/chatty/{chatty-0.7.2.ebuild => chatty-0.7.3.ebuild} | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) rename net-im/chatty/{chatty-0.7.2.ebuild => chatty-0.7.3.ebuild} (78%) diff --git a/net-im/chatty/Manifest b/net-im/chatty/Manifest index 37d282b..08d7495 100644 --- a/net-im/chatty/Manifest +++ b/net-im/chatty/Manifest @@ -1,3 +1,2 @@ -DIST chatty-v0.7.2.tar.gz 572922 BLAKE2B 5fcd8e330ad233351e41b8793f3f803bfe2c4cc08790038466c1f447f1872c0bf5e057f64a964b08b0c475a2a0f157ed2ce29e8a27e059daa55405c13aea6a19 SHA512 889ad5efd82deae4067be5d993674d021f04d6a52e5006ffc50135b41286c0431bdd5d56b151c9c6bf9af281124291f34380a0b8e7ba3df4d011d1ccd30be805 +DIST chatty-v0.7.3.tar.gz 575372 BLAKE2B 27bfe6972a80aed4dea8e6482e43dbc52cdba8a3bba5c12e71c1e54b1125dd98ef60a1e9ecb3b81a2db1ce0d49bc51c8e19b13f9063f9d9026e644fde2a4f06d SHA512 3046b8883cdfbf52ce01c63baa84902435bcc8776c65014da04091a2e695ebf31b93ec06afd40a4aec1520571ea47a1d22475767215ef300cd6aada78d1b5920 DIST libcmatrix-ec50358d3bf102e7f8f1843e537bcf1f150d2b7a.tar.gz 157114 BLAKE2B fe2c32fb032cdbfe02cc90e1743581e4fdad71c6c5c0cfc87f01aaf40aa5aba6b6c07f48bd59a6bcdfb2e5076213c862ada2acb30097d4e7d055a273af1e854b SHA512 2cca107d97e1e3dac9d3f3d8d404c45b1033c7f672f789fdb27b3b7dbd14c3d5b2a831d952335e45974382589b2d8d6f815272c94174eb51f64ecb84dc29a89d -DIST libgd-c7c7ff4e05d3fe82854219091cf116cce6b19de0.tar.gz 58318 BLAKE2B f6e02c179340431655965e84f6fb8fac0543b220c2915c111eb7dc32c16d3d595d42c6cf5d303c20e02ebbbc5f01493b830eb99e3e4337a805f6f8b48fd27377 SHA512 681cc23b5a33df88a92e3aac33d0dba1c6ebb69a2bd6f15b6ae31f0b444c108f7bfd1391e604433be58d82c0032028b112652d3d0c473abe4db02d66c55cdef3 diff --git a/net-im/chatty/chatty-0.7.2.ebuild b/net-im/chatty/chatty-0.7.3.ebuild similarity index 78% rename from net-im/chatty/chatty-0.7.2.ebuild rename to net-im/chatty/chatty-0.7.3.ebuild index 06c24fe..d1f15e1 100755 --- a/net-im/chatty/chatty-0.7.2.ebuild +++ b/net-im/chatty/chatty-0.7.3.ebuild @@ -5,14 +5,11 @@ EAPI=7 inherit meson gnome2-utils xdg -COMMIT="c2436f3f4a02c72bbb32047e5eec72c613bea20b" -LIBGD_COMMIT="c7c7ff4e05d3fe82854219091cf116cce6b19de0" LIBCM_COMMIT="ec50358d3bf102e7f8f1843e537bcf1f150d2b7a" DESCRIPTION="XMPP and SMS messaging via libpurple and Modemmanager" HOMEPAGE="https://source.puri.sm/Librem5/chatty" SRC_URI=" - https://gitlab.gnome.org/GNOME/libgd/-/archive/${LIBGD_COMMIT}/libgd-${LIBGD_COMMIT}.tar.gz https://source.puri.sm/Librem5/libcmatrix/-/archive/${LIBCM_COMMIT}/libcmatrix-${LIBCM_COMMIT}.tar.gz https://source.puri.sm/Librem5/chatty/-/archive/v${PV}/${PN}-v${PV}.tar.gz " @@ -40,8 +37,6 @@ S="${WORKDIR}/${PN}-v${PV}" src_prepare() { default eapply_user - rm -r "${S}"/subprojects/libgd || die - mv "${WORKDIR}"/libgd-"${LIBGD_COMMIT}" "${S}"/subprojects/libgd || die rm -r "${S}"/subprojects/libcmatrix || die mv "${WORKDIR}"/libcmatrix-"${LIBCM_COMMIT}" "${S}"/subprojects/libcmatrix || die }