From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B5E6158087 for ; Sun, 30 Jan 2022 10:32:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD0022BC00A; Sun, 30 Jan 2022 10:32:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A451A2BC00A for ; Sun, 30 Jan 2022 10:32:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B3F1343023 for ; Sun, 30 Jan 2022 10:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72BCB26D for ; Sun, 30 Jan 2022 10:32:31 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1643538727.12a48ad7991b8523723158d642bef36e48512425.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/maestral-qt/maestral-qt-1.5.3.ebuild X-VCS-Directories: net-misc/maestral-qt/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 12a48ad7991b8523723158d642bef36e48512425 X-VCS-Branch: dev Date: Sun, 30 Jan 2022 10:32:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b330ac9-83e4-4e86-8051-459ea4b70f47 X-Archives-Hash: 841891506ee2ba356684cc38eb412728 commit: 12a48ad7991b8523723158d642bef36e48512425 Author: Viorel Munteanu gmail com> AuthorDate: Sun Jan 30 10:32:07 2022 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Sun Jan 30 10:32:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12a48ad7 net-misc/maestral-qt: fix installation Signed-off-by: Viorel Munteanu gmail.com> net-misc/maestral-qt/maestral-qt-1.5.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild b/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild index 5607d3be5..a7fc93472 100644 --- a/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild +++ b/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild @@ -32,5 +32,7 @@ distutils_enable_tests setup.py python_install_all() { + default + domenu src/maestral_qt/resources/maestral.desktop }