Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral-qt/
Date: Sun, 30 Jan 2022 10:32:35
Message-Id: 1643538727.12a48ad7991b8523723158d642bef36e48512425.viorel_munteanu@gentoo
1 commit: 12a48ad7991b8523723158d642bef36e48512425
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 30 10:32:07 2022 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Sun Jan 30 10:32:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12a48ad7
7
8 net-misc/maestral-qt: fix installation
9
10 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
11
12 net-misc/maestral-qt/maestral-qt-1.5.3.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild b/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild
16 index 5607d3be5..a7fc93472 100644
17 --- a/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild
18 +++ b/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild
19 @@ -32,5 +32,7 @@ distutils_enable_tests setup.py
20
21 python_install_all()
22 {
23 + default
24 +
25 domenu src/maestral_qt/resources/maestral.desktop
26 }