diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2010-11-28 14:04:59 -0600 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-29 12:45:58 +0100 |
commit | 1c81fea80f1e0ec6084dc3759d0a26a2742df180 (patch) | |
tree | 74a22451b77bb40b2621548edea24cbc5c6b86bf /system/rxvt-unicode/rxvt-unicode.SlackBuild | |
parent | db90b42ad4251b0306744e45e835c56fb9c505d3 (diff) | |
download | slackbuilds-1c81fea80f1e0ec6084dc3759d0a26a2742df180.tar.gz |
system/rxvt-unicode: Updated for verson 9.09.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/rxvt-unicode/rxvt-unicode.SlackBuild')
-rw-r--r-- | system/rxvt-unicode/rxvt-unicode.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/system/rxvt-unicode/rxvt-unicode.SlackBuild b/system/rxvt-unicode/rxvt-unicode.SlackBuild index 860a78a516..ad5808dab9 100644 --- a/system/rxvt-unicode/rxvt-unicode.SlackBuild +++ b/system/rxvt-unicode/rxvt-unicode.SlackBuild @@ -25,16 +25,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rxvt-unicode -VERSION="9.07" +VERSION="9.09" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -87,7 +85,6 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-xft \ --enable-font-styles \ --enable-transparency \ - --enable-tinting \ --enable-fading \ --enable-frills \ --enable-afterimage \ @@ -95,7 +92,6 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-next-scroll \ --enable-xterm-scroll \ --enable-perl \ - --enable-plain-scroll \ --enable-xim \ --enable-iso14755 \ --enable-keepscrolling \ |