summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-05 14:52:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-17 21:41:24 +0200
commit3ae2ea241fabbb192c4c1f076c7620ab9f55f111 (patch)
treea2d196e50e52e05d09bfa540c449dc2877a38471 /net-im/openmittsu
parentwww-servers/fnord: drop old version (diff)
downloadgentoo-3ae2ea241fabbb192c4c1f076c7620ab9f55f111.tar.gz
gentoo-3ae2ea241fabbb192c4c1f076c7620ab9f55f111.tar.bz2
gentoo-3ae2ea241fabbb192c4c1f076c7620ab9f55f111.zip
net-im/openmittsu: Switch to cmake.eclass
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im/openmittsu')
-rw-r--r--net-im/openmittsu/openmittsu-0.9.15.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/openmittsu/openmittsu-0.9.15.0.ebuild b/net-im/openmittsu/openmittsu-0.9.15.0.ebuild
index 00915580a10f..945996c436ae 100644
--- a/net-im/openmittsu/openmittsu-0.9.15.0.ebuild
+++ b/net-im/openmittsu/openmittsu-0.9.15.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils desktop
+inherit cmake desktop
-DESCRIPTION="An open source chat client for Threema-style end-to-end encrypted chat networks"
+DESCRIPTION="Open source chat client for Threema-style end-to-end encrypted chat networks"
HOMEPAGE="https://www.openmittsu.de/"
# git-archive-all.sh snapshot of https://github.com/blizzard4591/openMittsu.git
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
@@ -45,7 +45,7 @@ src_configure() {
"-DOPENMITTSU_DISABLE_VERSION_UPDATE_CHECK=ON"
"-DOPENMITTSU_ENABLE_TESTS=$(usex test)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_test() {
@@ -55,7 +55,7 @@ src_test() {
src_install() {
local my_pn="openMittsu"
- cmake-utils_src_install
+ cmake_src_install
newicon resources/icon.png ${my_pn}.png
make_desktop_entry ${my_pn} ${my_pn} ${my_pn}
rm "${ED}"/usr/bin/${my_pn}VersionInfo || die