From 984f0ae8ce1212d1b0503e9dbd0c45ddadf90c0d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 25 May 2013 14:57:16 +0200 Subject: add support for building all baikal packages in one go --- home/.buildscripts/x2go.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'home') diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index f25e731..e51baf0 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -31,6 +31,8 @@ python-x2go $COMPONENT_MAIN build-main\ libpam-x2go $COMPONENT_MAIN build-main\ lightdm-remote-session-x2go $COMPONENT_MAIN build-main\ " +LIB_PACKAGES_BAIKAL="$LIB_PACKAGES_MAIN" + APP_PACKAGES_NIGHTLY=" x2goserver $COMPONENT_NIGHTLY master\n\ x2gobroker $COMPONENT_NIGHTLY master\n\ @@ -44,6 +46,7 @@ pyhoca-gui $COMPONENT_NIGHTLY master\n\ pyhoca-cli $COMPONENT_NIGHTLY master\n\ x2gothinclient $COMPONENT_NIGHTLY master\ " + APP_PACKAGES_MAIN=" x2goserver $COMPONENT_MAIN build-main\n\ x2gobroker $COMPONENT_MAIN build-main\n\ @@ -57,3 +60,17 @@ pyhoca-gui $COMPONENT_MAIN build-main\n\ pyhoca-cli $COMPONENT_MAIN build-main\n\ x2gothinclient $COMPONENT_MAIN build-main\ " + +APP_PACKAGES_BAIKAL=" +x2goserver $COMPONENT_MAIN build-baikal\n\ +x2goclient $COMPONENT_MAIN build-baikal\n\ +cups-x2go $COMPONENT_MAIN build-baikal\n\ +x2godesktopsharing $COMPONENT_MAIN build-baikal\n\ +x2gognomebindings $COMPONENT_MAIN build-baikal\n\ +x2golxdebindings $COMPONENT_MAIN build-baikal\n\ +x2goplasmabindings $COMPONENT_MAIN build-baikal\n\ +pyhoca-gui $COMPONENT_MAIN build-baikal\n\ +pyhoca-cli $COMPONENT_MAIN build-baikal\n\ +x2gothinclient $COMPONENT_MAIN build-baikal\ +" + -- cgit v1.2.3