From 9c23ddd3325c18fbff51712ec4c5d90ac4280e76 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 31 May 2015 20:23:10 +0100 Subject: our new installer is pretty much ready...it builds, it starts, our branding is in place...from now on, only fine tuning --- app-admin/calamares/calamares-999.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'app-admin/calamares') diff --git a/app-admin/calamares/calamares-999.ebuild b/app-admin/calamares/calamares-999.ebuild index 9007b142..caf56855 100644 --- a/app-admin/calamares/calamares-999.ebuild +++ b/app-admin/calamares/calamares-999.ebuild @@ -8,11 +8,11 @@ PYTHON_COMPAT=( python3_3 ) inherit eutils cmake-utils python-r1 git-2 EGIT_BRANCH="kogaion" -EGIT_COMMIT="5805b67793b6fb2c38da66d7bb9c88e35bb528a2" +EGIT_COMMIT="d27bbed1d2168b9c96d14d4a2a4c3612fddf7325" EGIT_REPO_URI="https://gitlab.com/rogentos/calamares.git https://github.com/Rogentos/calamares.git" -DESCRIPTION="Distribution-independent installer framework ( with Kogaionn/Sabayon support)" +DESCRIPTION="Distribution-independent installer framework ( with Kogaion/Sabayon support)" HOMEPAGE="http://calamares.io" LICENSE="GPL-3" @@ -81,3 +81,10 @@ src_prepare() { git submodule init git submodule update } + +src_configure() { + local mycmakeargs=( + -DWITH_PARTITIONMANAGER=1 + ) + cmake-utils_src_configure +} -- cgit v1.2.3