diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-05-31 20:23:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-05-31 20:23:10 +0100 |
commit | 9c23ddd3325c18fbff51712ec4c5d90ac4280e76 (patch) | |
tree | 6da4bb0ddfedbe25fdeda96aa543f4d81ff22e9f /app-admin/calamares/calamares-999.ebuild | |
parent | 8b6bc709ee891419e5a22a2c043c500c7baf87d1 (diff) |
our new installer is pretty much ready...it builds, it starts, our branding is in place...from now on, only fine tuning
Diffstat (limited to 'app-admin/calamares/calamares-999.ebuild')
-rw-r--r-- | app-admin/calamares/calamares-999.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
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 +} |