Skip to content

Commit

Permalink
app-cdr/gcdemu: Port to cmake.eclass
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jun 8, 2020
1 parent 0577e8d commit c0806e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-cdr/gcdemu/gcdemu-3.2.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=7

PYTHON_COMPAT=( python3_{6,7,8} )

inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
inherit cmake gnome2-utils python-single-r1 xdg-utils

DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
HOMEPAGE="https://cdemu.sourceforge.io"
Expand Down Expand Up @@ -36,13 +36,13 @@ BDEPEND="${PYTHON_DEPS}
DOCS=( AUTHORS README )

src_prepare() {
cmake-utils_src_prepare
cmake_src_prepare
python_fix_shebang src/gcdemu
}

src_configure() {
local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
cmake-utils_src_configure
cmake_src_configure
}

pkg_postinst() {
Expand Down

0 comments on commit c0806e2

Please sign in to comment.