diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-06-13 05:17:52 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-06-13 05:17:52 +0100 |
commit | 57b3c458320219e9d12b8641f682eaeddd616cc5 (patch) | |
tree | dc6a88322d8b19e55f48eb67163b6a30008dbd95 /app-admin/calamares/calamares-999.ebuild | |
parent | f1b061c3b71c988e76881a49ff4f496498aa1346 (diff) |
less patching is good patching, disable patching of calamares modules configuration && create a sepparate package instead
Diffstat (limited to 'app-admin/calamares/calamares-999.ebuild')
-rw-r--r-- | app-admin/calamares/calamares-999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/calamares/calamares-999.ebuild b/app-admin/calamares/calamares-999.ebuild index 5deea8b6..1d31ab2f 100644 --- a/app-admin/calamares/calamares-999.ebuild +++ b/app-admin/calamares/calamares-999.ebuild @@ -21,7 +21,8 @@ IUSE="+python" S="${WORKDIR}/${PN}-${PV}" -DEPEND="dev-vcs/git +DEPEND=" + dev-vcs/git python? ( >=dev-lang/python-3.3.5-r1:3.3 >=dev-libs/boost-1.55.0-r2[python_targets_python3_3] @@ -45,12 +46,11 @@ DEPEND="dev-vcs/git >=dev-cpp/yaml-cpp-0.5.1 >=kde-frameworks/extra-cmake-modules-5.10.0" -RDEPEND=">=app-misc/calamares-runtime-2.0[branding]" +RDEPEND=" + >=app-misc/calamares-runtime-2.0[branding] + >=app-misc/calamares-config-kogaion-2.0" src_prepare() { - # configure calamares with Kogaion specific paths, binary names && system defaults - epatch "${FILESDIR}/${PN}-kogaion-system-defaults.patch" - # If qtchooser is installed, it may break the build, because moc,rcc and uic binaries for wrong qt version may be used. # Setting QT_SELECT environment variable will enforce correct binaries (fix taken from vlc ebuild) export QT_SELECT=qt5 |