diff options
author | 2021-10-25 12:04:45 +0200 | |
---|---|---|
committer | 2021-10-25 12:04:45 +0200 | |
commit | f9d86fa9ca03a0f898dc2d72908cb31ba536581c (patch) | |
tree | f361e910cc528c9c3cb66b39da15e115a669dd35 /net-im | |
parent | net-libs/usockets: version bump to 0.8.1 (diff) | |
download | guru-f9d86fa9ca03a0f898dc2d72908cb31ba536581c.tar.gz guru-f9d86fa9ca03a0f898dc2d72908cb31ba536581c.tar.bz2 guru-f9d86fa9ca03a0f898dc2d72908cb31ba536581c.zip |
net-im/cawbird: Versin Bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Gerben Jan Dijkman <gjdijkman@gjdwebserver.nl>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/cawbird/Manifest | 2 | ||||
-rw-r--r-- | net-im/cawbird/cawbird-1.4.2.ebuild (renamed from net-im/cawbird/cawbird-1.4.1.ebuild) | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-im/cawbird/Manifest b/net-im/cawbird/Manifest index d12148bd0..c6e6dbb83 100644 --- a/net-im/cawbird/Manifest +++ b/net-im/cawbird/Manifest @@ -1 +1 @@ -DIST cawbird-1.4.1.tar.gz 653062 BLAKE2B 5c8448ff37349f243f6b2e378621c561720c7648f8f79eb4c04301b331fa050ee5d7d9874644e89b41b6d613279e2be3d2d96c89c0a1bc9795984b6630fc056c SHA512 bef80fbbbcaf325e6f8c57bce6146eb795f7bb39804f10fada3b529a6439b73f8506f6015d7221b90ed1f1862c79886ee86eebaa244b968bfc60c50ffa5e8abe +DIST cawbird-1.4.2.tar.gz 653216 BLAKE2B c05008a310152c5d190233a7251cf0ca7104f5ca564a1c0f2ac06fb23ded9eb6429965624ae7b7a0b0b763db19ebcb159a138cbed8dac36c3fcaa56d2ead62ee SHA512 409d2b838b9c14c45fb6aa2b04dc1ccaaf76baab7394d630d254dc9a4001f7f53321b88f600e2c3f9c39e19da38dd717f46abb4a63b11696f41e61b9ab8e6452 diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.2.ebuild index 35007ff43..76d01b0e6 100644 --- a/net-im/cawbird/cawbird-1.4.1.ebuild +++ b/net-im/cawbird/cawbird-1.4.2.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - VALA_USE_DEPEND="vapigen" -inherit vala meson xdg + +inherit vala meson gnome2-utils xdg DESCRIPTION="Cawbird is a fork of the Corebird Twitter client from Baedert." HOMEPAGE="https://github.com/IBBoard/cawbird" @@ -22,7 +22,7 @@ DEPEND=" >=dev-libs/glib-2.44 >=dev-libs/json-glib-1.0 >=dev-db/sqlite-3.0 - >=net-libs/libsoup-2.4 + >=net-libs/libsoup-2.4:* net-libs/liboauth >=sys-devel/gettext-0.19 media-libs/gst-plugins-base @@ -37,7 +37,12 @@ BDEPEND=" dev-libs/gobject-introspection " +S="${WORKDIR}/$PN-${PV}" + src_configure() { + local mycmakeargs+=( + "-DVALA_EXECUTABLE=${VALAC}" + ) local emesonargs=( -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA== -Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI= |