diff options
author | Adrien Nader <adrien@notk.org> | 2015-11-01 20:15:37 +0100 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2015-11-01 20:15:37 +0100 |
commit | c62a302b3542eb5623ee4e6d0ea0353c8136c4b3 (patch) | |
tree | c606bdaf3387d298922bf8f59527dbd6ef9df5b1 /slackware64-current/source/l/orc | |
parent | b67fc11432994fed6107e67cccb1e9adee31474b (diff) |
Sun Nov 1 17:11:32 UTC 2015
kde/calligra-2.9.8-x86_64-2.txz: Rebuilt.
Recompiled against gsl-2.0.
kde/step-4.14.3-x86_64-3.txz: Rebuilt.
Recompiled against gsl-2.0.
l/cairo-1.14.4-x86_64-1.txz: Upgraded.
l/gsl-2.0-x86_64-1.txz: Upgraded.
l/orc-0.4.24-x86_64-1.txz: Upgraded.
Diffstat (limited to 'slackware64-current/source/l/orc')
-rw-r--r-- | slackware64-current/source/l/orc/orc-0.4.22.tar.xz | 1 | ||||
-rw-r--r-- | slackware64-current/source/l/orc/orc-0.4.24.tar.xz | 1 | ||||
-rwxr-xr-x | slackware64-current/source/l/orc/orc.SlackBuild | 14 |
3 files changed, 8 insertions, 8 deletions
diff --git a/slackware64-current/source/l/orc/orc-0.4.22.tar.xz b/slackware64-current/source/l/orc/orc-0.4.22.tar.xz deleted file mode 100644 index a3b43651c..000000000 --- a/slackware64-current/source/l/orc/orc-0.4.22.tar.xz +++ /dev/null @@ -1 +0,0 @@ -c50cf2f2a9a7e4ab400fd79f706e831ace1936bc diff --git a/slackware64-current/source/l/orc/orc-0.4.24.tar.xz b/slackware64-current/source/l/orc/orc-0.4.24.tar.xz new file mode 100644 index 000000000..1b3bec39b --- /dev/null +++ b/slackware64-current/source/l/orc/orc-0.4.24.tar.xz @@ -0,0 +1 @@ +f5d447398b757170e7508bc30d344ca2e9ada155 diff --git a/slackware64-current/source/l/orc/orc.SlackBuild b/slackware64-current/source/l/orc/orc.SlackBuild index e535e7d08..e424fa6ae 100755 --- a/slackware64-current/source/l/orc/orc.SlackBuild +++ b/slackware64-current/source/l/orc/orc.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2014 Eric Hameleers, Eindhoven, NL -# Copyright 2014 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2014, 2015 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ PKGNAM=orc -VERSION=${VERSION:-0.4.22} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j7 "} @@ -35,7 +35,7 @@ PKG=$TMP/package-$PKGNAM # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$(uname -m)" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;; # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$(uname -m) ;; @@ -43,8 +43,8 @@ if [ -z "$ARCH" ]; then export ARCH fi -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" SLKLDFLAGS="" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then @@ -97,7 +97,7 @@ LDFLAGS="$SLKLDFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PKGNAM-$VERSION \ --disable-static \ - --build=$TARGET + --build=$TARGET || exit 1 # Build and install: make || exit 1 @@ -125,7 +125,7 @@ fi # Add documentation: mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ - COPYING README TODO \ + COPYING* README* RELEASE TODO \ $PKG/usr/doc/$PKGNAM-$VERSION # Add a description: |