Skip to content

Commit

Permalink
app-office/scribus: Switch to cmake.eclass and fix 9999
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 3, 2020
1 parent dc43abb commit 7e2afb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app-office/scribus/scribus-1.5.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=7

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="tk?"
inherit cmake-utils desktop flag-o-matic python-single-r1 xdg
inherit cmake desktop flag-o-matic python-single-r1 xdg

DESCRIPTION="Desktop publishing (DTP) and layout program"
HOMEPAGE="https://www.scribus.net/"
Expand Down Expand Up @@ -78,7 +78,7 @@ PATCHES=(
)

src_prepare() {
cmake-utils_src_prepare
cmake_src_prepare

rm -r codegen/cheetah scribus/third_party/hyphen || die

Expand Down Expand Up @@ -124,11 +124,11 @@ src_configure() {
-DWITH_PODOFO=$(usex pdf)
-DWANT_NOTEMPLATES=$(usex !templates)
)
cmake-utils_src_configure
cmake_src_configure
}

src_install() {
cmake-utils_src_install
cmake_src_install

if ! use tk; then
rm "${ED}"/usr/share/scribus/scripts/{FontSample,CalendarWizard}.py || die
Expand Down
3 changes: 1 addition & 2 deletions app-office/scribus/scribus-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ PATCHES=(
)

src_prepare() {
default
_CMAKE_SRC_PREPARE_HAS_RUN=1
cmake_src_prepare

rm -r codegen/cheetah scribus/third_party/hyphen || die

Expand Down

0 comments on commit 7e2afb6

Please sign in to comment.