diff options
Diffstat (limited to 'net-im/libcommuni')
-rw-r--r-- | net-im/libcommuni/Manifest | 4 | ||||
-rw-r--r-- | net-im/libcommuni/libcommuni-3.5.0_p20200711.ebuild (renamed from net-im/libcommuni/libcommuni-3.5.0_p20190110-r1.ebuild) | 13 |
2 files changed, 4 insertions, 13 deletions
diff --git a/net-im/libcommuni/Manifest b/net-im/libcommuni/Manifest index a19bd5fc42c1..328c4d4eb908 100644 --- a/net-im/libcommuni/Manifest +++ b/net-im/libcommuni/Manifest @@ -1,3 +1,3 @@ -DIST libcommuni-3.5.0_p20190110.tar.gz 471278 BLAKE2B 2836a5ae01b08aac624c899a40712a9c452fc5b8f242906063936e48bd59306758cc70ea07beaf8488d228d6029c8128e343bbd59b1bfeff9bb2dccda0153b59 SHA512 9da065ef6b0589f7406d8c66b46f9f8d3d16325b59b7281153233b1a8d2bf98cdd35ee4e416237ac760dfc07531578aa7432226932976b9bbf36209bed5db72c -EBUILD libcommuni-3.5.0_p20190110-r1.ebuild 2424 BLAKE2B bd1f0bb388ed95c2325a6807579e0f464bd99ea90a12bb9ba16bf993060661707fed38ebccf9ac75b40645d576b3b6749bc9e191a69b2b330069138804c2f92d SHA512 a6a2894a67018d029b6e46212bf8dd479b68a65730423ef9caf2ebccf45520f834ea9cf50a306ee71b054aad0227a75537cdd23c985a1ca3b32e2b8dab8d0c4b +DIST libcommuni-3.5.0_p20200711.tar.gz 471839 BLAKE2B 37a02c473496a0fe9394a8b019678afa96b07b9272556fd538d42d9ec296b34ad4c76b3110ff96732bccbed59f2faeedf80bd7782e7a6e395252c6430cb88fa7 SHA512 578e2f70bdfa0e62eb3acac4e8deb2f6f0c1cd5f0a5e559dae79d2a808b27d3cf63ede146a65026e156d988097a5b7903793acadcd7e9ac567f65c59e6738ed3 +EBUILD libcommuni-3.5.0_p20200711.ebuild 2172 BLAKE2B d1a3f1511e296fb7d16374b83acf3126e46bf58afc939f29809445b098d72b42e27f608fed49d323402cd4f23c33bbb90ce386f44e54503284d69afc131ebd94 SHA512 291f0e0486da2b005962a24650982951016c7326a19a8bf04d655f650f735833ab0e8ead5a4e247148d1d501904738aaab7fad3fe50edf9eae5b7a6743c2e49e MISC metadata.xml 678 BLAKE2B febd32dfdcd5f0513d47d2ada5600344bde61be84b436910a984d6bffe83b76e211bb1e58412a93e54a1e3ca63e226991a8ea89a68b9c0ff0902c416c9193159 SHA512 20b149d2d59a8b8b119d8144f80d28b5d02797b3b3bb6ab09412085b7aafffe9bb6fb46bd79d0951ab5c7fca8987dc3b6fd973e57179c3cac162da9601eb631b diff --git a/net-im/libcommuni/libcommuni-3.5.0_p20190110-r1.ebuild b/net-im/libcommuni/libcommuni-3.5.0_p20200711.ebuild index 0e061171fd07..a631f6b8c423 100644 --- a/net-im/libcommuni/libcommuni-3.5.0_p20190110-r1.ebuild +++ b/net-im/libcommuni/libcommuni-3.5.0_p20200711.ebuild @@ -3,7 +3,7 @@ EAPI=7 -EGIT_COMMIT="88bb0fcdaab5bdd1176a3b6b485a6415a137ec27" +EGIT_COMMIT="85fc0d9d8659269b00499975d184d75e67f63a9f" inherit qmake-utils @@ -35,14 +35,6 @@ DEPEND=" S="${WORKDIR}/${PN}-${EGIT_COMMIT}" -src_prepare() { - default - - # Currently the test tst_IrcLagTimer fails, so disabling - # See: https://github.com/communi/libcommuni/issues/63 - sed -e '/irclagtimer/d' -i tests/auto/auto.pro || die -} - src_configure() { local myqmakeargs=( libcommuni.pro # Disables compile run-time benchmarks, as they don't make any sense @@ -54,8 +46,7 @@ src_configure() { # Don't silence all compile messages -config verbose -config $(usex examples '' 'no_')examples - -config $(usex qml '' 'no_')install_imports - -config $(usex qml '' 'no_')install_qml + -config $(usex qml '' 'no_')qml -config $(usex test '' 'no_')tests -config $(usex uchardet 'no_' '')icu -config $(usex uchardet '' 'no_')uchardet ) |