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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60D481382C5 for ; Sat, 5 Dec 2020 09:51:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 908DCE0882; Sat, 5 Dec 2020 09:51:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76AA8E0882 for ; Sat, 5 Dec 2020 09:51:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34776341015 for ; Sat, 5 Dec 2020 09:51:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B20A845B for ; Sat, 5 Dec 2020 09:51:28 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1607161880.383740bb1503317b8fe85c4f391eb96d45b55c70.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-bluetooth-quick-connect/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-16-r1.ebuild gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-16.ebuild X-VCS-Directories: gnome-extra/gnome-shell-extension-bluetooth-quick-connect/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 383740bb1503317b8fe85c4f391eb96d45b55c70 X-VCS-Branch: master Date: Sat, 5 Dec 2020 09:51:28 +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: f02857ea-7cba-4af6-b0c9-30b1817bb310 X-Archives-Hash: 8c512dbd7b1de78b62bbba3370391717 commit: 383740bb1503317b8fe85c4f391eb96d45b55c70 Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 5 09:51:20 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 5 09:51:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383740bb gnome-extra/gnome-shell-extension-bluetooth-quick-connect: Fix install Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Pacho Ramos gentoo.org> ...ebuild => gnome-shell-extension-bluetooth-quick-connect-16-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-16.ebuild b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-16-r1.ebuild similarity index 89% rename from gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-16.ebuild rename to gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-16-r1.ebuild index 3d6b2ffef0a..8263fc21dba 100644 --- a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-16.ebuild +++ b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-16-r1.ebuild @@ -30,6 +30,7 @@ src_install() { rm -rf README.md LICENSE Makefile schemas || die insinto /usr/share/gnome-shell/extensions/bluetooth-quick-connect@bjarosze.gmail.com doins -r * + dosym ../../../../../usr/share/glib-2.0/schemas /usr/share/gnome-shell/extensions/bluetooth-quick-connect@bjarosze.gmail.com/schemas } pkg_preinst() {