Skip to content

Commit

Permalink
media-tv/kodi: Add pax setup to -9999 and -17.3
Browse files Browse the repository at this point in the history
Thanks anarchpenguin

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: gentoo#4758
  • Loading branch information
candrews authored and SoapGentoo committed May 31, 2017
1 parent 65d95bb commit 71e0830
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion media-tv/kodi/kodi-17.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"

inherit autotools cmake-utils eutils linux-info python-single-r1
inherit autotools cmake-utils eutils linux-info pax-utils python-single-r1

LIBDVDCSS_COMMIT="2f12236bc1c92f73c21e973363f79eb300de603f"
LIBDVDREAD_COMMIT="17d99db97e7b8f23077b342369d3c22a6250affd"
Expand Down Expand Up @@ -253,6 +253,9 @@ src_compile() {

src_install() {
cmake-utils_src_install

pax-mark E "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin

rm "${ED%/}"/usr/share/doc/*/{LICENSE.GPL,copying.txt}* || die

newicon media/icon48x48.png kodi.png
Expand Down
5 changes: 4 additions & 1 deletion media-tv/kodi/kodi-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"

inherit autotools cmake-utils eutils linux-info python-single-r1
inherit autotools cmake-utils eutils linux-info pax-utils python-single-r1

LIBDVDCSS_COMMIT="2f12236bc1c92f73c21e973363f79eb300de603f"
LIBDVDREAD_COMMIT="17d99db97e7b8f23077b342369d3c22a6250affd"
Expand Down Expand Up @@ -251,6 +251,9 @@ src_compile() {

src_install() {
cmake-utils_src_install

pax-mark E "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin

rm "${ED%/}"/usr/share/doc/*/{LICENSE.GPL,copying.txt}* || die

newicon media/icon48x48.png kodi.png
Expand Down

0 comments on commit 71e0830

Please sign in to comment.