On 03/17/2015 09:07 AM, Joakim Hove wrote:

Managed build: https://github.com/akva2/opm-meta

This is pretty simple and straight forward on gentoo;
you just list the source packages and add the inter-package
magic in an ebuild.  Take for example all the new excitement
over QT5 and the lightweight replacement for that bloatware
folks call KDE.

LXQT(5)

Here's the stable meta build for LXQT

On my gentoo simple it just
'cat /usr/portage/lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r1.ebuild'
and voila:




# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r1.ebuild,v 1.1 2015/02/20 11:47:51 yngwin Exp $

EAPI=5

DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
HOMEPAGE="http://lxqt.org/";

LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="admin +filemanager +icons lightdm lximage -minimal +policykit powermanagement
        sddm ssh-askpass"

S="${WORKDIR}"

RDEPEND="
        >=lxde-base/lxmenu-data-0.1.2
        ~lxqt-base/lxqt-about-${PV}
        =lxqt-base/lxqt-common-0.9*
        ~lxqt-base/lxqt-config-${PV}
        ~lxqt-base/lxqt-globalkeys-${PV}
        ~lxqt-base/lxqt-notificationd-${PV}
        ~lxqt-base/lxqt-panel-${PV}
        ~lxqt-base/lxqt-qtplugin-${PV}
        ~lxqt-base/lxqt-runner-${PV}
        ~lxqt-base/lxqt-session-${PV}
        admin? (
                ~lxqt-base/lxqt-admin-${PV} )
        filemanager? (
                ~x11-misc/pcmanfm-qt-${PV} )
        icons? (
                >=lxde-base/lxde-icon-theme-0.5 )
        lightdm? (
                x11-misc/lightdm )
        lximage? (
                media-gfx/lximage-qt )
        !minimal? (
                x11-wm/openbox
                x11-misc/obconf-qt )
        policykit? (
                ~lxqt-base/lxqt-policykit-${PV}
                || ( sys-auth/consolekit[policykit(-)]
                        sys-apps/systemd[policykit(-)] ) )
        powermanagement? (
                ~lxqt-base/lxqt-powermanagement-${PV} )
        sddm? (
                >=x11-misc/sddm-0.10.0 )
        ssh-askpass? (
                ~lxqt-base/lxqt-openssh-askpass-${PV} )
"

No fuss, no hassle, just building and number of codes (complex projects)
from 100% sources, with just a few keystrokes!

If somebody would kindly list the path to all of those opm (git) source
repositories, I'll give it a spin and start debugging the codes,
and see what we get, quickly?


opm-meta should only take a few days?



enjoy!
James



_______________________________________________
Opm mailing list
Opm@opm-project.org
http://www.opm-project.org/mailman/listinfo/opm

Reply via email to