diff options
author | Duane Dohrman II <d.dohrman@gmail.com> | 2010-05-11 22:27:03 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:27:03 +0200 |
commit | 382bfb033068b498769af1fd9fb3fbc7a373b6f2 (patch) | |
tree | b2aa9c1e6037cd3dfcd7a033a89ed6e8cfadb71e /system/rxvt-unicode | |
parent | b7459ed560796cf39c7240b24cd12ab9e3dcb89b (diff) | |
download | slackbuilds-382bfb033068b498769af1fd9fb3fbc7a373b6f2.tar.gz |
system/rxvt-unicode: Updated for version 9.06
Diffstat (limited to 'system/rxvt-unicode')
-rw-r--r-- | system/rxvt-unicode/README | 9 | ||||
-rw-r--r-- | system/rxvt-unicode/rxvt-unicode.SlackBuild | 10 | ||||
-rw-r--r-- | system/rxvt-unicode/rxvt-unicode.info | 8 |
3 files changed, 15 insertions, 12 deletions
diff --git a/system/rxvt-unicode/README b/system/rxvt-unicode/README index 271246351d..845a550d71 100644 --- a/system/rxvt-unicode/README +++ b/system/rxvt-unicode/README @@ -1,7 +1,8 @@ -rxvt-unicode is an enhanced version of the rxvt terminal emulator. It has full -unicode and Xft support, does font antialiasing and italics, and has the same -transparency capabilities as ATerm. It can be extended using Perl. +rxvt-unicode is an enhanced version of the rxvt terminal emulator. It has +full unicode and Xft support, does font antialiasing and italics, and has +the same transparency capabilities as ATerm. It can be extended using Perl. NOTE: changing to --disable-perl will result in a much leaner package. -libAfterImage is an optional dependency that will greatly enhance rxvt-unicode. +libAfterImage is an optional dependency that will greatly enhance +rxvt-unicode. diff --git a/system/rxvt-unicode/rxvt-unicode.SlackBuild b/system/rxvt-unicode/rxvt-unicode.SlackBuild index 23594b018f..2669677bca 100644 --- a/system/rxvt-unicode/rxvt-unicode.SlackBuild +++ b/system/rxvt-unicode/rxvt-unicode.SlackBuild @@ -22,10 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Updated by Andrew Brouwers, abrouwers@gmail.com - PRGNAM=rxvt-unicode -VERSION=8.9 +VERSION="9.06" ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,6 +39,8 @@ if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" fi set -e @@ -90,7 +90,9 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-pointer-blank \ --enable-utmp \ --enable-wtmp \ - --enable-lastlog + --enable-lastlog \ + --build=$ARCH-slackware-linux \ + --host=$ARCH-slackware-linux make make install DESTDIR=$PKG diff --git a/system/rxvt-unicode/rxvt-unicode.info b/system/rxvt-unicode/rxvt-unicode.info index de0ab98f84..51e14dac1f 100644 --- a/system/rxvt-unicode/rxvt-unicode.info +++ b/system/rxvt-unicode/rxvt-unicode.info @@ -1,8 +1,8 @@ PRGNAM="rxvt-unicode" -VERSION="8.9" +VERSION="9.06" HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html" -DOWNLOAD="http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-8.9.tar.bz2" -MD5SUM="033dc1ee5f48a645c0042fa214ae2b5c" +DOWNLOAD="http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.06.tar.bz2" +MD5SUM="4cb9330e99fc0b0b05cebf3581557dd8" MAINTAINER="Duane Dohrman II" EMAIL="d.dohrman@gmail.com" -APPROVED="rworkman" +APPROVED="dsomero" |