aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongxu Li <dongxuli2011@gmail.com>2015-04-04 21:44:20 -0400
committerDongxu Li <dongxuli2011@gmail.com>2015-04-04 21:44:31 -0400
commit73c1ca01086d042d853f0b55688db9ebc3370d58 (patch)
tree04d381f1db981fb83ee11184dc42a8444b2207eb
parentsci-libs/clfft: Replace patches by upstream patches (diff)
downloadsci-73c1ca01086d042d853f0b55688db9ebc3370d58.tar.gz
sci-73c1ca01086d042d853f0b55688db9ebc3370d58.tar.bz2
sci-73c1ca01086d042d853f0b55688db9ebc3370d58.zip
media-gfx/librecad fixed doc/appdata
-rw-r--r--media-gfx/librecad/ChangeLog4
-rw-r--r--media-gfx/librecad/librecad-2.0.7.ebuild4
-rw-r--r--media-gfx/librecad/librecad-9999.ebuild4
3 files changed, 10 insertions, 2 deletions
diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog
index ed65ea18c..f1965b136 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 <dongxuli2011@gmail.com>
+ librecad-2.0.7.ebuild librecad-9999.ebuild:
+ fixed doc and appdata installation
+
15 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>
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 7c3dd80de..61c4be023 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 d226025f6..f2f67d376 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
}