Skip to content

Commit

Permalink
x11-libs/fltk: fix BadInsIntoDir QA issue
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Nov 23, 2019
1 parent 6428e9b commit 4f8306e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
6 changes: 4 additions & 2 deletions x11-libs/fltk/fltk-1.3.3-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit autotools eutils fdo-mime flag-o-matic

DESCRIPTION="C++ user interface toolkit for X and OpenGL"
Expand Down Expand Up @@ -112,6 +113,7 @@ src_install() {

emake -C fluid \
DESTDIR="${D}" install-linux

if use doc; then
emake -C documentation \
DESTDIR="${D}" install
Expand All @@ -134,8 +136,8 @@ src_install() {
dodoc CHANGES README CREDITS ANNOUNCEMENT

if use examples; then
insinto /usr/share/doc/${PF}/examples
doins test/*.{h,cxx,fl} test/demo.menu
docinto examples
dodoc -r test/*.{h,cxx,fl} test/demo.menu
fi

insinto /usr/share/cmake/Modules
Expand Down
5 changes: 3 additions & 2 deletions x11-libs/fltk/fltk-1.3.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit autotools fdo-mime flag-o-matic multilib-minimal

DESCRIPTION="C++ user interface toolkit for X and OpenGL"
Expand Down Expand Up @@ -157,8 +158,8 @@ multilib_src_install_all() {
done

if use examples; then
insinto /usr/share/doc/${PF}/examples
doins test/*.{h,cxx,fl} test/demo.menu
docinto examples
dodoc -r test/*.{h,cxx,fl} test/demo.menu
fi

insinto /usr/share/cmake/Modules
Expand Down
5 changes: 3 additions & 2 deletions x11-libs/fltk/fltk-1.3.5-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools flag-o-matic xdg-utils multilib-minimal

DESCRIPTION="C++ user interface toolkit for X and OpenGL"
Expand Down Expand Up @@ -162,8 +163,8 @@ multilib_src_install_all() {
done

if use examples; then
insinto /usr/share/doc/${PF}/examples
doins test/*.{h,cxx,fl} test/demo.menu
docinto examples
dodoc -r test/*.{h,cxx,fl} test/demo.menu
fi

insinto /usr/share/cmake/Modules
Expand Down
5 changes: 3 additions & 2 deletions x11-libs/fltk/fltk-1.3.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools flag-o-matic git-r3 xdg-utils multilib-minimal

DESCRIPTION="C++ user interface toolkit for X and OpenGL"
Expand Down Expand Up @@ -170,8 +171,8 @@ multilib_src_install_all() {
done

if use examples; then
insinto /usr/share/doc/${PF}/examples
doins test/*.{h,cxx,fl} test/demo.menu
docinto examples
dodoc -r test/*.{h,cxx,fl} test/demo.menu
fi

insinto /usr/share/cmake/Modules
Expand Down
5 changes: 3 additions & 2 deletions x11-libs/fltk/fltk-1.4.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools flag-o-matic git-r3 xdg-utils multilib-minimal

DESCRIPTION="C++ user interface toolkit for X and OpenGL"
Expand Down Expand Up @@ -174,8 +175,8 @@ multilib_src_install_all() {
done

if use examples; then
insinto /usr/share/doc/${PF}/examples
doins test/*.{h,cxx,fl} test/demo.menu
docinto examples
dodoc -r test/*.{h,cxx,fl} test/demo.menu
fi

insinto /usr/share/cmake/Modules
Expand Down

0 comments on commit 4f8306e

Please sign in to comment.