From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D8B0C138A6C for ; Tue, 7 Apr 2015 08:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9D40E093A; Tue, 7 Apr 2015 08:56:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5AEAE093A for ; Tue, 7 Apr 2015 08:56:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7D61340948 for ; Tue, 7 Apr 2015 08:56:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B29341565A for ; Tue, 7 Apr 2015 08:56:32 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1428198271.73c1ca01086d042d853f0b55688db9ebc3370d58.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/librecad/ X-VCS-Repository: proj/sci X-VCS-Files: media-gfx/librecad/ChangeLog media-gfx/librecad/librecad-2.0.7.ebuild media-gfx/librecad/librecad-9999.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 73c1ca01086d042d853f0b55688db9ebc3370d58 X-VCS-Branch: master Date: Tue, 7 Apr 2015 08:56:32 +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-Archives-Salt: 447feb4d-12a6-44d8-b0eb-a4b51932ed64 X-Archives-Hash: 270c6684a4ff798220d1693645b391cb commit: 73c1ca01086d042d853f0b55688db9ebc3370d58 Author: Dongxu Li gmail com> AuthorDate: Sun Apr 5 01:44:20 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Apr 5 01:44:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=73c1ca01 media-gfx/librecad fixed doc/appdata media-gfx/librecad/ChangeLog | 4 ++++ media-gfx/librecad/librecad-2.0.7.ebuild | 4 +++- media-gfx/librecad/librecad-9999.ebuild | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog index ed65ea1..f1965b1 100644 --- a/media-gfx/librecad/ChangeLog +++ b/media-gfx/librecad/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header$ + 05 Apr 2015; Dongxu Li + librecad-2.0.7.ebuild librecad-9999.ebuild: + fixed doc and appdata installation + 15 Jan 2015; Marius Brehler librecad-2.0.7.ebuild: Cleanup diff --git a/media-gfx/librecad/librecad-2.0.7.ebuild b/media-gfx/librecad/librecad-2.0.7.ebuild index 7c3dd80..61c4be0 100644 --- a/media-gfx/librecad/librecad-2.0.7.ebuild +++ b/media-gfx/librecad/librecad-2.0.7.ebuild @@ -36,7 +36,9 @@ src_install() { use tools && dobin unix/ttf2lff insinto /usr/share/${PN} doins -r unix/resources/* - use doc && dohtml -r support/doc/* + use doc && dohtml -r librecad/support/doc/* + insinto /usr/share/appdata + doins unix/appdata/librecad.appdata.xml doicon librecad/res/main/"${PN}".png make_desktop_entry ${PN} LibreCAD ${PN} Graphics } diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild index d226025..f2f67d3 100644 --- a/media-gfx/librecad/librecad-9999.ebuild +++ b/media-gfx/librecad/librecad-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -37,6 +37,8 @@ src_install() { insinto /usr/share/${PN} doins -r unix/resources/* use doc && dohtml -r librecad/support/doc/* + insinto /usr/share/appdata + doins unix/appdata/librecad.appdata.xml doicon librecad/res/main/${PN}.png make_desktop_entry ${PN} LibreCAD ${PN} Graphics }