diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-03-14 13:57:36 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-03-14 13:57:36 +0000 |
commit | 5170966a5cdb43a7c93995e9169537e3b095ac3d (patch) | |
tree | 17e1c75859ee979b0396b8e8021c23f4a89d9bb9 /x11-libs | |
parent | Added gif USE default, more in line with the spar64 profile. (diff) | |
download | gentoo-2-5170966a5cdb43a7c93995e9169537e3b095ac3d.tar.gz gentoo-2-5170966a5cdb43a7c93995e9169537e3b095ac3d.tar.bz2 gentoo-2-5170966a5cdb43a7c93995e9169537e3b095ac3d.zip |
don't build against already installed motif versions
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/lesstif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/lesstif/lesstif-0.93.94-r2.ebuild | 9 | ||||
-rw-r--r-- | x11-libs/lesstif/lesstif-0.94.0-r5.ebuild | 11 | ||||
-rw-r--r-- | x11-libs/motif-config/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/motif-config/Manifest | 13 | ||||
-rw-r--r-- | x11-libs/motif-config/files/digest-motif-config-0.5 | 0 | ||||
-rwxr-xr-x | x11-libs/motif-config/files/motif-config-0.5 | 377 | ||||
-rw-r--r-- | x11-libs/motif-config/motif-config-0.5.ebuild | 52 | ||||
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r11.ebuild | 9 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3-r5.ebuild | 11 |
11 files changed, 479 insertions, 23 deletions
diff --git a/x11-libs/lesstif/ChangeLog b/x11-libs/lesstif/ChangeLog index 5331918241ab..88ad9a8f1133 100644 --- a/x11-libs/lesstif/ChangeLog +++ b/x11-libs/lesstif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/lesstif # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.57 2005/03/10 14:26:52 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.58 2005/03/14 13:57:36 lanius Exp $ + + 14 Mar 2005; Heinrich Wendel <lanius@gentoo.org> lesstif-0.93.94-r2.ebuild, + lesstif-0.94.0-r5.ebuild: + don't build against already installed motif-versions *lesstif-0.94.0-r5 (10 Mar 2005) diff --git a/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild b/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild index fce1f8c1e477..c0abe3b75d7c 100644 --- a/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild +++ b/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild,v 1.3 2005/03/10 14:26:52 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild,v 1.4 2005/03/14 13:57:36 lanius Exp $ inherit libtool flag-o-matic multilib @@ -16,7 +16,7 @@ IUSE="static" DEPEND="virtual/libc virtual/x11 - >=x11-libs/motif-config-0.4" + >=x11-libs/motif-config-0.5" PROVIDE="virtual/motif" @@ -90,7 +90,12 @@ src_install() { } # Profile stuff +pkg_setup() { + motif-config --start-install +} + pkg_postinst() { + motif-config --finish-install motif-config --install lesstif-1.2 } diff --git a/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild b/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild index 26c03c62d65b..72f4e3885d47 100644 --- a/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild +++ b/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild,v 1.3 2005/03/10 14:26:52 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild,v 1.4 2005/03/14 13:57:36 lanius Exp $ inherit libtool flag-o-matic multilib @@ -15,7 +15,7 @@ IUSE="static" DEPEND="virtual/libc virtual/x11 - >=x11-libs/motif-config-0.4" + >=x11-libs/motif-config-0.5" PROVIDE="virtual/motif" @@ -26,7 +26,7 @@ src_unpack() { } src_compile() { - use ppc-macos || elibtoolize + use ppc-macos || libtoolize --force --copy if use ppc-macos; then append-ldflags -L/usr/X11R6/lib -lX11 -lXt @@ -86,7 +86,12 @@ src_install() { } # Profile stuff +pkg_setup() { + motif-config --start-install +} + pkg_postinst() { + motif-config --finish-install motif-config --install lesstif-2.1 } diff --git a/x11-libs/motif-config/ChangeLog b/x11-libs/motif-config/ChangeLog index 413586424c39..7e29e70a1729 100644 --- a/x11-libs/motif-config/ChangeLog +++ b/x11-libs/motif-config/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/motif-config # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/ChangeLog,v 1.8 2005/03/08 15:39:00 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/ChangeLog,v 1.9 2005/03/14 13:57:36 lanius Exp $ + +*motif-config-0.5 (14 Mar 2005) + + 14 Mar 2005; Heinrich Wendel <lanius@gentoo.org> +files/motif-config-0.5, + +motif-config-0.5.ebuild: + don't build against already installed motif-versions 08 Mar 2005; Heinrich Wendel <lanius@gentoo.org> -motif-config-0.1.ebuild, -motif-config-0.2-r1.ebuild, -motif-config-0.2.ebuild, diff --git a/x11-libs/motif-config/Manifest b/x11-libs/motif-config/Manifest index 81bfa9360245..89cc7a23b570 100644 --- a/x11-libs/motif-config/Manifest +++ b/x11-libs/motif-config/Manifest @@ -1,7 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 b75e7517ea7205944b487f54df407287 motif-config-0.4.ebuild 1239 +MD5 b75e7517ea7205944b487f54df407287 motif-config-0.5.ebuild 1239 MD5 606a2b3434f4b97797be379825bfd498 ChangeLog 1733 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 MD5 76af3b1b80127315546ef5ea7f5875e1 files/bindings.tbz2 5342 @@ -9,14 +7,9 @@ MD5 cedbeed369bab9555dd6fda29c8bc4c3 files/motif-config-0.1 6466 MD5 474ea3ce052f62b920a365f98586b01b files/motif-config-0.2 6298 MD5 5779611c009207dddfb57fb178e03c46 files/motif-config-0.3 6300 MD5 d0c6c16eecaccd8f086236778392183d files/motif-config-0.4 6594 +MD5 d1ba6cf77c6aba29de01c64f838a3ecf files/motif-config-0.5 7058 MD5 beb566e653a0a239409d76dc502c87e1 files/system.mwmrc 4358 MD5 aaf04376f7011a2f68b7961100f611fb files/Mwm.defaults 536 MD5 b4cca983e552045606f845e17a00e1d6 files/bitmaps.tbz2 3165 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-motif-config-0.4 0 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCLccuevY57Fted3ERAjqJAKDATZ2iPUJ/5g292e5+vja4Jx/W8wCgqiLq -3CpiLCUN9vwdOjhyfjuY/mo= -=zclr ------END PGP SIGNATURE----- +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-motif-config-0.5 0 diff --git a/x11-libs/motif-config/files/digest-motif-config-0.5 b/x11-libs/motif-config/files/digest-motif-config-0.5 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/x11-libs/motif-config/files/digest-motif-config-0.5 diff --git a/x11-libs/motif-config/files/motif-config-0.5 b/x11-libs/motif-config/files/motif-config-0.5 new file mode 100755 index 000000000000..0d834fc84100 --- /dev/null +++ b/x11-libs/motif-config/files/motif-config-0.5 @@ -0,0 +1,377 @@ +#!/bin/bash +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# based on gcc-config by Martin Schlemmer <azarah@gentoo.org +# Author: Heinrich Wendel <lanius@gentoo.org> + +umask 022 + +PROFILE_PATH=/usr/@@LIBDIR@@/motif +CONFIG_FILE=${PROFILE_PATH}/current + +usage() { +cat << "USAGE_END" +Usage: motif-config [option] [profile] +Change the current motif profile, or give info about profiles. + +Options: + + -c, --get-current-profile Print current used motif profile. + + -l, --list-profiles Print a list of available profiles. + + -s, --set-profile Set the current profile. + + -L, --get-lib-path Print path where libraries of the given/current + profile are located. + + -I, --get-inc-path Print path where includes of the given/current + profile are located. + + --libs Print link flags for the given/current + profile. + + --cflags Print compilation flags for the given/current + profile. + + --install Install the given profile. + + --uninstall Uninstall the given profile. + + --start-install Start installation of new Motif version + + --finish-install Finish installation of new Motif version + +USAGE_END + exit $1 +} +[[ $# -lt 1 ]] && usage 1 +[[ $# -gt 2 ]] && usage 1 + +# redefine eerror/einfo to remove baselayout dep +# to make ppc-macos people happy +eerror() { + echo -e " \e[31;01m*\e[0m $*"; +} +einfo() { + echo -e " \e[32;01m*\e[0m $*"; +} + +_check_root() { + if [[ "$(id -u)" -ne 0 ]] ; then + eerror "$0: Must be root." + exit 1 + fi +} + +_activate_profile() { + _check_root + + new=${1} + # libs + for file in `ls /usr/@@LIBDIR@@/${new}/ | grep lib`; do + ln -s /usr/@@LIBDIR@@/${new}/${file} /usr/@@LIBDIR@@/${file} + done + # includes + for file in `ls /usr/include/${new}/`; do + ln -s /usr/include/${new}/${file} /usr/include/${file} + done + # binaries + for file in `ls /usr/@@LIBDIR@@/${new} | grep -v lib`; do + ln -s /usr/@@LIBDIR@@/${new}/${file} /usr/bin/${file} + done + # man pages + for file in `find /usr/share/man -regex ".*-${new}\..x?.gz"`; do + ln -s ${file} ${file/-${new}/} + done + + # set new profile as default + rm -f ${CONFIG_FILE} + cat ${PROFILE_PATH}/${new} > ${CONFIG_FILE} + + return $? +} + +_deactivate_profile() { + _check_root + + current=`cat ${CONFIG_FILE} 2>/dev/null` + + if [ -z "$current" ]; then + return 0 + fi + + # libs + for file in `ls /usr/@@LIBDIR@@/${current} | grep lib`; do + rm -f /usr/@@LIBDIR@@/${file} + done + # includes + for file in `ls /usr/include/${current}/`; do + rm -f /usr/include/${file} + done + # binaries + for file in `ls /usr/@@LIBDIR@@/${current} | grep -v lib`; do + rm -f /usr/bin/${file} + done + # man pages + for file in `find /usr/share/man -regex ".*-${current}\..x?.gz"`; do + rm -f ${file/-${current}/} + done + + return $? +} + +switch_profile() { + _check_root + + if [ -n "$1" ]; then + if [ ! -e ${PROFILE_PATH}/${1} ]; then + eerror "$0: no such profile ${1}" + exit 1 + else + _deactivate_profile + _activate_profile $1 + fi + else + for x in `ls ${PROFILE_PATH} | sort -r`; do + if [ "${x}" != "current" -a "${x}" != "removed" ]; then + _deactivate_profile + _activate_profile ${x} + break + fi + done + if [ -z ${x} ]; then + error "$0: no profile to activate" + fi + fi + + einfo "$0: New default Profile is: `cat ${CONFIG_FILE}`" + + return $? +} + +get_current_profile() { + cat ${CONFIG_FILE} 2> /dev/null +} + +list_profiles() { + i=1 + for x in `ls ${PROFILE_PATH}`; do + current=`cat ${CONFIG_FILE} 2>/dev/null` + if [ "${x}" != "current" -a "${x}" != "removed" ]; then + output=`cat ${PROFILE_PATH}/${x}`; + output="[${i}] $output"; + if [ "${x}" = "${current}" ]; then + output="${output} *" + fi + echo "$output" + i=$((i + 1)) + fi + done + exit $? +} + +get_lib_path() { + if [ "$1" != "" ]; then + profile=${1} + else + profile="current" + fi + name=`cat ${PROFILE_PATH}/${profile} 2> /dev/null` + if [ $? -eq 1 ]; then + eerror "$0: No such profile: $profile" + exit 1 + else + echo "/usr/@@LIBDIR@@/${name}/" + exit 0 + fi +} + +get_inc_path() { + if [ "$1" != "" ]; then + profile=${1} + else + profile="current" + fi + name=`cat ${PROFILE_PATH}/${profile} 2> /dev/null` + if [ $? -eq 1 ]; then + eerror "$0: No such profile: $profile" + exit 1 + else + echo "/usr/include/${name}/" + exit 0 + fi +} + +get_cflags() { + if [ "$1" != "" ]; then + profile=${1} + else + profile="current" + fi + name=`cat ${PROFILE_PATH}/${profile} 2> /dev/null` + if [ $? -eq 1 ]; then + eerror "$0: No such profile: $profile" + exit 1 + else + echo "-I/usr/include/${name}/" + exit 0 + fi +} + +get_libs() { + if [ "$1" != "" ]; then + profile=${1} + else + profile="current" + fi + name=`cat ${PROFILE_PATH}/${profile} 2> /dev/null` + if [ $? -eq 1 ]; then + eerror "$0: No such profile: $profile" + exit 1 + else + echo "-L/usr/@@LIBDIR@@/${name}/" + exit 0 + fi +} + +install_profile() { + _check_root + + # give info + einfo "$0: Installing Profile: ${1}" + + # create profile + echo ${1} > ${PROFILE_PATH}/${1} + + # create env.d entry + echo "LDPATH=/usr/lib/${1}" > /etc/env.d/15${1} + + # make it default if no profile is activated + # or if it was just removed + if [ ! -e $CONFIG_FILE -o "${1}" == "`cat ${PROFILE_PATH}/removed 2>/dev/null`" ]; then + rm -f ${PROFILE_PATH}/removed + switch_profile ${1} + fi + + exit $? +} + +uninstall_profile() { + _check_root + + # give info + einfo "$0: Uninstalling Profile: ${1}" + + # remove profile + rm -f ${PROFILE_PATH}/${1} 2> /dev/null + + # remove env.d entry + rm -f /etc/env.d/15${1} + + # cache which profile was removed for upgrades + # little hack, because portage has no way + # to detect if a package was upgraded + + # activate next profile if non is activated + if [ "`cat $CONFIG_FILE`" == "${1}" ]; then + echo "${1}" > "${PROFILE_PATH}/removed" + switch_profile + fi + + exit $? +} + +start_installation() { + einfo "Starting installation of a new motif version." + einfo "Note: You can't use any motif app during this process." + + cat ${CONFIG_FILE} > ${PROFILE_PATH}/removed + + _deactivate_profile +} + +finish_installation() { + einfo "Finishing installation." + einfo "Note: You can now use your motif apps again." + + _activate_profile `cat ${PROFILE_PATH}/removed` +} + +for x in "$@"; do + case "${x}" in + -c|--get-current-profile) + [[ $# -ne 1 ]] && usage 1 + get_current_profile + ;; + + -l|--list-profiles) + [[ $# -ne 1 ]] && usage 1 + list_profiles + ;; + + -s|--set-profile) + [[ $# -ne 2 ]] && usage 1 + switch_profile $2 + exit $? + ;; + + -L|--get-lib-path) + [[ $# -gt 2 ]] && usage 1 + get_lib_path $2 + ;; + + -I|--get-inc-path) + [[ $# -gt 2 ]] && usage 1 + get_inc_path $2 + ;; + + --cflags) + [[ $# -gt 2 ]] && usage 1 + get_cflags $2 + ;; + + --libs) + [[ $# -gt 2 ]] && usage 1 + get_libs $2 + ;; + + --install) + [[ $# -ne 2 ]] && usage 1 + install_profile $2 + ;; + + --uninstall) + [[ $# -ne 2 ]] && usage 1 + uninstall_profile $2 + ;; + + --start-install) + [[ $# -ne 1 ]] && usage 1 + start_installation + ;; + + --finish-install) + [[ $# -ne 1 ]] && usage 1 + finish_installation + ;; + + -h|--help) + usage 0 + ;; + + -v|--version) + echo "motif-config-0.1" + exit 0 + ;; + + -*) + usage 1 + ;; + + *) + usage 1 + ;; + + esac +done diff --git a/x11-libs/motif-config/motif-config-0.5.ebuild b/x11-libs/motif-config/motif-config-0.5.ebuild new file mode 100644 index 000000000000..9ae7c0218f17 --- /dev/null +++ b/x11-libs/motif-config/motif-config-0.5.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/motif-config-0.5.ebuild,v 1.1 2005/03/14 13:57:36 lanius Exp $ + +inherit multilib + +DESCRIPTION="Utility to change the default Motif library" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~sparc ~x86" +IUSE="" + +DEPEND="" + +RDEPEND="app-shells/bash" + +src_unpack(){ + einfo "nothing to unpack" +} + +src_compile() { + einfo "nothing to compile" +} + +src_install () { + exeinto /usr/bin + newexe ${FILESDIR}/${P} motif-config + dosed "s:@@LIBDIR@@:$(get_libdir):g" /usr/bin/motif-config + + # for profile + dodir /usr/$(get_libdir)/motif + keepdir /usr/$(get_libdir)/motif + + # bitmaps + dodir /usr/include/X11/bitmaps + tar -xjf ${FILESDIR}/bitmaps.tbz2 -C ${D}/usr/include/X11/bitmaps + # bindings + dodir /usr/$(get_libdir)/X11/bindings + tar -xjf ${FILESDIR}/bindings.tbz2 -C ${D}/usr/$(get_libdir)/X11/bindings + + # mwm default config + insinto /etc/X11/app-defaults + doins ${FILESDIR}/Mwm.defaults + + insinto /etc/X11/mwm + doins ${FILESDIR}/system.mwmrc + + dosym /etc/X11/mwm /usr/$(get_libdir)/X11/mwm +} diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index fa350936a60e..a7a96e0d64b9 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.101 2005/03/14 01:08:00 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.102 2005/03/14 13:57:30 lanius Exp $ + + 14 Mar 2005; Heinrich Wendel <lanius@gentoo.org> + openmotif-2.1.30-r11.ebuild, openmotif-2.2.3-r5.ebuild: + don't build against already installed motif versions 13 Mar 2005; Hardave Riar <hardave@gentoo.org> openmotif-2.1.30-r9.ebuild, openmotif-2.2.3-r3.ebuild: diff --git a/x11-libs/openmotif/openmotif-2.1.30-r11.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r11.ebuild index 084165682bcd..03719a0ab8a6 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r11.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r11.ebuild,v 1.4 2005/03/10 14:26:55 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r11.ebuild,v 1.5 2005/03/14 13:57:30 lanius Exp $ inherit eutils flag-o-matic multilib @@ -18,7 +18,7 @@ PROVIDE="virtual/motif" RDEPEND="virtual/libc virtual/x11 - >=x11-libs/motif-config-0.4" + >=x11-libs/motif-config-0.5" DEPEND="${RDEPEND} >=sys-apps/sed-4" @@ -156,7 +156,12 @@ src_install() { } # Profile stuff +pkg_setup() { + motif-config --start-install +} + pkg_postinst() { + motif-config --finish-install motif-config --install openmotif-2.1 } diff --git a/x11-libs/openmotif/openmotif-2.2.3-r5.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r5.ebuild index 7d5c2e6dbcfa..fd1e98ad284a 100644 --- a/x11-libs/openmotif/openmotif-2.2.3-r5.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.3-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r5.ebuild,v 1.4 2005/03/10 14:26:55 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r5.ebuild,v 1.5 2005/03/14 13:57:30 lanius Exp $ inherit eutils libtool flag-o-matic multilib @@ -19,10 +19,10 @@ DEPEND="virtual/libc >=sys-apps/sed-4 !ppc-macos? ( =sys-devel/automake-1.4* ) =sys-devel/autoconf-2.5* - >=x11-libs/motif-config-0.4" + >=x11-libs/motif-config-0.5" RDEPEND="virtual/libc virtual/x11 - >=x11-libs/motif-config-0.4" + >=x11-libs/motif-config-0.5" PROVIDE="virtual/motif" SLOT="2.2" @@ -129,7 +129,12 @@ src_install() { } # Profile stuff +pkg_setup() { + motif-config --start-install +} + pkg_postinst() { + motif-config --finish-install motif-config --install openmotif-2.2 } |