diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-09-20 15:05:35 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-09-20 15:05:35 +0000 |
commit | da54a35be17ef4846797cdd824fba3f8e7443216 (patch) | |
tree | b5bcc381270387bcc6ad8fcc482d14cf6fafea85 /gnome/base/orbit/ORBit2.SlackBuild | |
parent | 61d099994c5ba0b1a79e2fca5c5100603f97b56e (diff) | |
download | slackbuilds-da54a35be17ef4846797cdd824fba3f8e7443216.tar.gz slackbuilds-da54a35be17ef4846797cdd824fba3f8e7443216.tar.bz2 |
gwhere: adding gwhere; avahi: updating; arno-iptables-firewall: adding arno-iptables-firewall; glib2: updating; orbit: updating; afterstep: updating
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2243 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'gnome/base/orbit/ORBit2.SlackBuild')
-rw-r--r-- | gnome/base/orbit/ORBit2.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome/base/orbit/ORBit2.SlackBuild b/gnome/base/orbit/ORBit2.SlackBuild index ab105522..aa8a0a08 100644 --- a/gnome/base/orbit/ORBit2.SlackBuild +++ b/gnome/base/orbit/ORBit2.SlackBuild @@ -16,8 +16,8 @@ # # slackbuild for ORBit2, by Rudson R. Alves # requires: -# tested: ORBit2-2.14.13 -# model: generic.mkSlackBuild $Rev: 796 $ +# tested: ORBit2-2.14.17 +# model: generic.mkSlackBuild $Rev: 808 $ # # Look for slackbuildrc @@ -32,7 +32,7 @@ CWD="$(pwd)" SRC_NAME="ORBit2" PKG_NAME="ORBit2" ARCH=${ARCH:=i486} -SRC_VERSION=${VERSION:=2.14.13} +SRC_VERSION=${VERSION:=2.14.17} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" BUILD=${BUILD:=1rra} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME @@ -42,7 +42,7 @@ REPOS=${REPOS:=$TMP} SLACKBUILD_PATH=${SLACKBUILD_PATH:="gnome/base/orbit"} PREFIX=${PREFIX:=/usr} PKG_WORK="$TMP/$SRC_NAME" -CONF_OPTIONS=${CONF_OPTIONS:=""} +CONF_OPTIONS=${CONF_OPTIONS:="--sysconfdir=/etc/gnome/2.26.3"} NUMJOBS="-j1" # Set system libraries' path and optmization flags based on $ARCH |