summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-03 02:49:10 -0700
committerroot <root@rshg054.dnsready.net>2013-10-03 02:49:10 -0700
commit7a89bde7057dae1b2a87ff0906dc797ebb4b2fc3 (patch)
tree8fe283205ef45a8d5a61a0f0e60b8bd0f2806dbd
parentccdfb7506009a95df3049db791408ac9b291b6e2 (diff)
Thu Oct 3 02:46:37 PDT 2013
-rw-r--r--community/abe/PKGBUILD42
-rw-r--r--community/abe/abe.desktop8
-rw-r--r--community/abe/abe.patch24
-rw-r--r--community/dbmail/PKGBUILD11
-rw-r--r--community/dmd/PKGBUILD5
-rw-r--r--community/dub/PKGBUILD28
-rw-r--r--community/freemat/PKGBUILD15
-rw-r--r--community/freemat/build-fix.patch11
-rw-r--r--community/gdc/PKGBUILD4
-rw-r--r--community/ldc/PKGBUILD7
-rw-r--r--community/v8/PKGBUILD58
-rw-r--r--community/virtualbox-modules-lts/PKGBUILD4
-rw-r--r--community/virtualbox-modules/PKGBUILD4
-rw-r--r--core/dialog/PKGBUILD6
-rw-r--r--core/texinfo/PKGBUILD8
-rw-r--r--core/texinfo/texinfo.install2
-rw-r--r--extra/xf86-video-r128/PKGBUILD16
-rw-r--r--extra/xf86-video-r128/no-mibstore.patch24
-rw-r--r--libre/texlive-core-libre/PKGBUILD22
19 files changed, 88 insertions, 211 deletions
diff --git a/community/abe/PKGBUILD b/community/abe/PKGBUILD
deleted file mode 100644
index 9f646794f..000000000
--- a/community/abe/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Maintainer: jsteel <mail at jsteel dot org>
-# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=abe
-pkgver=1.1
-pkgrel=9
-pkgdesc="A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game"
-arch=('i686' 'x86_64')
-url="http://abe.sourceforge.net"
-license=('GPL')
-depends=('sdl_mixer')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
- $pkgname.patch
- $pkgname.desktop)
-md5sums=('5537920e1746708e1a631d84d3500f5c'
- '74802a45e21b59d3e3d34f35ade252a4'
- '6ff678e781290bff780da154a32b9767')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
-
- patch -Np1 -i "$srcdir"/$pkgname.patch
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
-
- make DESTDIR="$pkgdir" install
-
- install -Dm644 "$srcdir"/$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
- install -dm755 "$pkgdir"/usr/share/$pkgname/images
-
- cp -r images/ maps/ sounds/ "$pkgdir"/usr/share/$pkgname/
-
- cd "$pkgdir"/usr/share/$pkgname/images
- tar -xf "$srcdir"/$pkgname-$pkgver/images/images.tar abe.bmp
- chown root:root abe.bmp
-}
diff --git a/community/abe/abe.desktop b/community/abe/abe.desktop
deleted file mode 100644
index 8c452e7af..000000000
--- a/community/abe/abe.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Abe
-GenericName=Platform Game
-Comment=Retro Platform Game
-Icon=/usr/share/abe/images/abe.bmp
-Exec=abe
-Categories=Game;
diff --git a/community/abe/abe.patch b/community/abe/abe.patch
deleted file mode 100644
index 33b0b1af0..000000000
--- a/community/abe/abe.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur abe-1.1.orig/src/Directories.h abe-1.1/src/Directories.h
---- abe-1.1.orig/src/Directories.h 2012-08-25 16:43:45.194974618 +0100
-+++ abe-1.1/src/Directories.h 2012-08-25 16:48:07.489030577 +0100
-@@ -27,7 +27,7 @@
-
- // BASE_DIR has not " arround it.
- #ifndef BASE_DIR
--#define BASE_DIR .
-+#define BASE_DIR /usr/share/abe
- #endif
-
- #define IMAGES_DIR "images"
-diff -ur abe-1.1.orig/src/Menu.c abe-1.1/src/Menu.c
---- abe-1.1.orig/src/Menu.c 2012-08-25 16:43:45.198307908 +0100
-+++ abe-1.1/src/Menu.c 2012-08-25 16:45:00.319469631 +0100
-@@ -116,7 +116,7 @@
- if(n == SOUND_ENABLED || n == MUSIC_ENABLED)
- return sound_loaded;
- else
-- return 0;
-+ return 1;
- }
-
- void
diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD
index 9fcbd0bf3..658301efe 100644
--- a/community/dbmail/PKGBUILD
+++ b/community/dbmail/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 97584 2013-09-24 15:30:40Z spupykin $
+# $Id: PKGBUILD 97976 2013-10-02 13:30:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sebastian Faltoni <sebastian.faltoni@gmail.com>
pkgname=dbmail
pkgver=3.1.7
-pkgrel=1
+pkgrel=2
pkgdesc="Fast and scalable sql based mail services"
arch=('i686' 'x86_64')
depends=('gmime' 'libzdb' 'mhash' 'libevent')
makedepends=('asciidoc' 'xmlto' 'docbook-xsl' 'docbook-xml' 'postgresql-libs>=8.4.1'
- 'sqlite' 'libmysqlclient' 'libldap>=2.4.18' 'libsieve')
+ 'sqlite' 'libmysqlclient' 'libldap>=2.4.18' 'libsieve' 'git')
optdepends=('libldap: for LDAP authentication'
'libsieve: for dbmail-sieve'
'python2-mysql2pgsql: migrate from MySQL to PostreSQL')
@@ -20,14 +20,15 @@ backup=(etc/xinetd.d/dbmail-imapd
etc/xinetd.d/dbmail-pop3d
etc/xinetd.d/dbmail-lmtpd
etc/xinetd.d/dbmail-timsieved)
-source=("http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz"
+#source=("http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz"
+source=("dbmail-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_1"
"dbmail-imapd.xinetd"
"dbmail-lmtpd.xinetd"
"dbmail-pop3d.xinetd"
"dbmail-timsieved.xinetd"
"dbmail-6-sieve.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=92b98094a01eda5efe3ba3080e529482d08945a2"
"dbmail-7-systemd.diff")
-md5sums=('8383661963099b29380a55ddc50dbbda'
+md5sums=('SKIP'
'890de13361afbdf4fed12d6d7eb53e66'
'961593658cd596297d03d25eb9c9e98f'
'4cb764894abd3914802e90602bf90a0c'
diff --git a/community/dmd/PKGBUILD b/community/dmd/PKGBUILD
index f8c5d7b76..95bed66d6 100644
--- a/community/dmd/PKGBUILD
+++ b/community/dmd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 96324 2013-08-25 17:11:08Z dicebot $
+# $Id: PKGBUILD 97970 2013-10-02 11:26:53Z dicebot $
# Maintainer: Mihails Strasunse <public@dicebot.lv>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Chris Brannon <cmbrannon79@gmail.com>
@@ -10,7 +10,7 @@ pkgname=('dmd' 'libphobos-devel' 'libphobos' 'dtools')
groups=('dlang' 'dlang-dmd')
pkgbase=dmd
pkgver=2.063.2
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="http://www.dlang.org"
makedepends=('git' 'gcc' 'make')
@@ -82,6 +82,7 @@ package_dmd() {
package_libphobos-devel() {
pkgdesc="The Phobos standard library for D programming language. Modules and static library."
depends=("dmd")
+ provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
license=("custom")
install -Dm644 $srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a $pkgdir/usr/lib/libphobos2.a
diff --git a/community/dub/PKGBUILD b/community/dub/PKGBUILD
new file mode 100644
index 000000000..b092a0b07
--- /dev/null
+++ b/community/dub/PKGBUILD
@@ -0,0 +1,28 @@
+# Maintainer: Mihails Strasuns <public@dicebot.lv>
+# Contributor: Moritz Maxeiner <moritz@ucworks.org>
+pkgname=dub
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('i686' 'x86_64')
+url="https://github.com/rejectedsoftware/dub"
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('d-compiler' 'd-runtime' 'curl')
+source=("git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build()
+{
+ cd "${srcdir}/${pkgname}"
+ GITVER=$(git describe) || GITVER=unknown
+ echo "module dub.version_; enum dubVersion = \"$GITVER\";" > source/dub/version_.d
+ dmd -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
+}
+
+package()
+{
+ cd "${srcdir}/${pkgname}"
+ install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
+ install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
diff --git a/community/freemat/PKGBUILD b/community/freemat/PKGBUILD
index 1982d16ad..81b406d2c 100644
--- a/community/freemat/PKGBUILD
+++ b/community/freemat/PKGBUILD
@@ -1,21 +1,19 @@
-# $Id: PKGBUILD 97014 2013-09-10 10:25:50Z spupykin $
+# $Id: PKGBUILD 97998 2013-10-02 21:37:00Z bgyorgy $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=freemat
pkgver=4.2
-pkgrel=2
+pkgrel=3
pkgdesc="A free environment for rapid engineering, scientific prototyping and data processing"
arch=('i686' 'x86_64')
url="http://freemat.sourceforge.net"
license=('GPL')
-depends=('qt4' 'ffcall' 'fftw' 'portaudio' 'libffi' 'glu' 'qtwebkit' 'arpack')
-makedepends=('lapack' 'umfpack' 'blas' 'libmatio' 'cmake' 'python2' 'mesa')
+depends=('arpack' 'fftw' 'glu' 'portaudio' 'qtwebkit')
+makedepends=('cmake' 'python2' 'suitesparse')
install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
- build-fix.patch)
-md5sums=('ace147e49273ae935d363da8e2a56d4d'
- '2d11a28aa2a7df89c4618ed1c4be5973')
+source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz)
+md5sums=('ace147e49273ae935d363da8e2a56d4d')
build() {
cd $srcdir/FreeMat-$pkgver-Source
@@ -24,7 +22,6 @@ build() {
rm -f CMakeCache.txt
find . -type f -name '*.moc.cpp' -exec rm -f {} \;
find . -type f -name 'add.so' -exec rm -f {} \;
- patch -p1 <$srcdir/build-fix.patch
echo >libs/libMatC/CJitFuncClang.hpp
echo >libs/libMatC/CJitFuncClang.cpp
diff --git a/community/freemat/build-fix.patch b/community/freemat/build-fix.patch
deleted file mode 100644
index c1ea63088..000000000
--- a/community/freemat/build-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -wbBur FreeMat-4.1-Source/libs/libGraphics/GLRenderEngine.cpp FreeMat-4.1-Source.my/libs/libGraphics/GLRenderEngine.cpp
---- FreeMat-4.1-Source/libs/libGraphics/GLRenderEngine.cpp 2011-11-27 04:27:43.000000000 +0400
-+++ FreeMat-4.1-Source.my/libs/libGraphics/GLRenderEngine.cpp 2012-01-20 19:07:48.000000000 +0400
-@@ -20,6 +20,7 @@
- #include <qimage.h>
- #include <qpainter.h>
- #include <QtOpenGL>
-+#include <GL/glu.h>
- #include <math.h>
- #include "IEEEFP.hpp"
-
diff --git a/community/gdc/PKGBUILD b/community/gdc/PKGBUILD
index 5b0628024..34a1a0d52 100644
--- a/community/gdc/PKGBUILD
+++ b/community/gdc/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=('gdc' 'libgphobos-devel')
pkgver=4.8.1
-pkgrel=5
+pkgrel=6
arch=('i686' 'x86_64')
url="https://github.com/D-Programming-GDC/GDC"
license=('GPL')
@@ -71,6 +71,7 @@ package_gdc()
{
depends=('gcc' 'binutils')
optdepends=('libgphobos-devel: D standard library, GDC version')
+ provides=("d-compiler")
pkgdesc="Compiler for D programming language wich uses gcc backend"
install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
@@ -80,6 +81,7 @@ package_gdc()
package_libgphobos-devel()
{
pkgdesc="Standard library for D programming language, GDC port"
+ provides=("d-runtime" "d-stdlib")
depends=('gdc')
# druntime
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD
index 10b972507..df83c72ca 100644
--- a/community/ldc/PKGBUILD
+++ b/community/ldc/PKGBUILD
@@ -1,18 +1,17 @@
-# $Id: PKGBUILD 96883 2013-09-07 01:54:31Z dicebot $
+# $Id: PKGBUILD 97980 2013-10-02 14:03:48Z dicebot $
# Maintainer: Mihails Strasuns <public@dicebot.lv>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=('ldc' 'liblphobos-devel')
groups=('dlang' 'dlang-ldc')
pkgver=0.11.0
epoch=1
-pkgrel=3
+pkgrel=4
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
arch=('i686' 'x86_64')
url="https://github.com/ldc-developers/ldc"
license=('BSD')
depends=('libconfig')
makedepends=('git' 'cmake' 'llvm')
-backup=('etc/ldc2.conf')
source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
"ldc2.conf"
"ldc2.rebuild.conf"
@@ -40,6 +39,7 @@ package_ldc() {
backup=("etc/ldc2.conf"
"etc/ldc2.rebuild.conf"
)
+ provides=("d-compiler")
# binaries
install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd2
@@ -58,6 +58,7 @@ package_ldc() {
package_liblphobos-devel() {
depends=("ldc")
+ provides=("d-runtime" "d-stdlib")
# libraries
install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc.a $pkgdir/usr/lib/liblphobos.a
diff --git a/community/v8/PKGBUILD b/community/v8/PKGBUILD
deleted file mode 100644
index 8c1820d0b..000000000
--- a/community/v8/PKGBUILD
+++ /dev/null
@@ -1,58 +0,0 @@
-# $Id: PKGBUILD 94324 2013-07-20 14:19:20Z bpiotrowski $
-# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
-# Contributor: Kaiting Chen <kaitocracy@gmail.com>
-# Contributor: tocer <tocer.deng@gmail.com>
-
-pkgname=v8
-pkgver=3.19.18.4
-pkgrel=1
-pkgdesc='Fast and modern Javascript engine'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/v8'
-license=('BSD')
-depends=('gcc-libs' 'readline')
-makedepends=('subversion' 'python2')
-source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2)
-sha256sums=('10d7a51ed2769b1c2a6311a30ed1967d0a1da3f522c90b9c00f25fbe0b1aba02')
-
-[[ "$CARCH" = 'i686' ]] && ARCH=ia32
-[[ "$CARCH" = 'x86_64' ]] && ARCH=x64
-
-prepare() {
- cd $pkgname-$pkgver
-
- make dependencies
-
- export PYTHON=python2
- find build/ test/ tools/ src/ -type f \
- -exec sed -e 's_^#!/usr/bin/env python$_&2_' \
- -e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
- -e 's_^#!/usr/bin/python$_&2_' \
- -e "s_'python'_'python2'_" -i {} \;
- sed -i 's/python /python2 /' Makefile
-}
-
-build() {
- cd $pkgname-$pkgver
-
- make $ARCH.release library=shared console=readline werror=no
-
- cd "$srcdir" && cp -r $pkgname-$pkgver d8-static-$pkgver
- cd d8-static-$pkgver
- make $ARCH.release library=static console=readline werror=no
-}
-
-package() {
- cd $pkgname-$pkgver
-
- install -Dm755 "$srcdir"/d8-static-$pkgver/out/$ARCH.release/d8 "$pkgdir"/usr/bin/d8
- install -Dm755 out/$ARCH.release/lib.target/libv8.so "$pkgdir"/usr/lib/libv8.so
-
- install -d "$pkgdir"/usr/include
- install -Dm644 include/*.h "$pkgdir"/usr/include
-
- install -d "$pkgdir"/usr/share/licenses/v8
- install -m644 LICENSE* ${pkgdir}/usr/share/licenses/v8
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/virtualbox-modules-lts/PKGBUILD b/community/virtualbox-modules-lts/PKGBUILD
index 12cf2b8fe..0f23b5b2a 100644
--- a/community/virtualbox-modules-lts/PKGBUILD
+++ b/community/virtualbox-modules-lts/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 97688 2013-09-27 13:17:03Z bpiotrowski $
+# $Id: PKGBUILD 97960 2013-10-01 23:19:17Z seblu $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Sébastien Luttringer
@@ -6,7 +6,7 @@
pkgbase=virtualbox-modules-lts
pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
pkgver=4.2.18
-pkgrel=4
+pkgrel=6
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')
diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD
index 578147bba..ffaf41f88 100644
--- a/community/virtualbox-modules/PKGBUILD
+++ b/community/virtualbox-modules/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 97306 2013-09-17 06:53:28Z tpowa $
+# $Id: PKGBUILD 97959 2013-10-01 23:18:36Z seblu $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Sébastien Luttringer
pkgbase=virtualbox-modules
pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
pkgver=4.2.18
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')
diff --git a/core/dialog/PKGBUILD b/core/dialog/PKGBUILD
index 32d714422..6bc4fea12 100644
--- a/core/dialog/PKGBUILD
+++ b/core/dialog/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 195829 2013-10-01 18:39:55Z foutrelis $
+# $Id: PKGBUILD 195853 2013-10-02 13:25:41Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=dialog
-pkgver=1.2_20130928
+pkgver=1.2_20131001
pkgrel=1
pkgdesc="A tool to display dialog boxes from shell scripts"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ license=('LGPL2.1')
depends=('ncurses')
options=('staticlibs')
source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('6fcf8daa50335e4d08da9f4f5ea5e1025efe84c3a719a56e871eb83ed0fd2b4c')
+sha256sums=('b22215d56dfbfa7f025092759e8f144b17321e14829b2a273f68d745a1f0dca5')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"
diff --git a/core/texinfo/PKGBUILD b/core/texinfo/PKGBUILD
index 0c022c9f7..db46eecf8 100644
--- a/core/texinfo/PKGBUILD
+++ b/core/texinfo/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 180067 2013-03-15 22:55:32Z allan $
+# $Id: PKGBUILD 195842 2013-10-02 00:09:47Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=texinfo
-pkgver=5.1
+pkgver=5.2
pkgrel=1
pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ groups=('base' 'base-devel')
depends=('ncurses' 'findutils' 'gzip' 'perl' 'sh')
install=texinfo.install
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('52ee905a3b705020d2a1b6ec36d53ca6'
- '65c8c95799ea5905e03cee5825d3553f')
+md5sums=('cb489df8a7ee9d10a236197aefdb32c5'
+ 'SKIP')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/core/texinfo/texinfo.install b/core/texinfo/texinfo.install
index f1554e4f4..1f220c572 100644
--- a/core/texinfo/texinfo.install
+++ b/core/texinfo/texinfo.install
@@ -1,5 +1,5 @@
infodir=usr/share/info
-filelist=(info.info info-stnd.info texinfo texinfo-1 texinfo-2 texinfo-3)
+filelist=(info.info info-stnd.info texinfo.info{,-1,-2,-3})
post_install() {
# Scan *all* info files on install
diff --git a/extra/xf86-video-r128/PKGBUILD b/extra/xf86-video-r128/PKGBUILD
index 882e858d0..5e1198c8c 100644
--- a/extra/xf86-video-r128/PKGBUILD
+++ b/extra/xf86-video-r128/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 191734 2013-07-29 19:57:36Z jgc $
+# $Id: PKGBUILD 195864 2013-10-02 19:32:45Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xf86-video-r128
-pkgver=6.9.1
-pkgrel=4
+pkgver=6.9.2
+pkgrel=1
pkgdesc="X.org ati Rage128 video driver"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
@@ -14,15 +14,9 @@ conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 'X-ABI-VIDEODRV_VERS
optdepends=('r128-dri: DRI1 support from community repo')
groups=('xorg-drivers' 'xorg')
options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
- no-mibstore.patch)
-sha256sums=('8be3baa8d3b19e3a05f00a53bf35784e144dc2ad14c358f97870c072e634e44c'
- '6e4cbce4de6ff569f6d30a99f699ca44d4cb28e530e593f61578b4f97c1de13e')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8b2d295f1842d07304a75da1cfb9bf139b320a6539970eaf8d5ecc010cd36ee0')
-prepare() {
- cd ${pkgname}-${pkgver}
- patch -Np1 -i ../no-mibstore.patch
-}
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
diff --git a/extra/xf86-video-r128/no-mibstore.patch b/extra/xf86-video-r128/no-mibstore.patch
deleted file mode 100644
index b6f18031e..000000000
--- a/extra/xf86-video-r128/no-mibstore.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 24f28a78fdcd056357f137650ca7f0f01c257d97 Mon Sep 17 00:00:00 2001
-From: Connor Behan <connor.behan@gmail.com>
-Date: Wed, 19 Dec 2012 18:41:14 +0000
-Subject: Remove call to obsolete miInitializeBackingStore()
-
-Definition was deleted from Xorg during 1.14 merge window, but has been
-a no-op since 1.10 merge window.
-
-Signed-off-by: Connor Behan <connor.behan@gmail.com>
----
-diff --git a/src/r128_driver.c b/src/r128_driver.c
-index a062a60..f47c7e3 100644
---- a/src/r128_driver.c
-+++ b/src/r128_driver.c
-@@ -2701,7 +2701,6 @@ Bool R128ScreenInit(SCREEN_INIT_ARGS_DECL)
- R128DGAInit(pScreen);
-
- /* Backing store setup */
-- miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
-
- /* Set Silken Mouse */
---
-cgit v0.9.0.2-2-gbebe
diff --git a/libre/texlive-core-libre/PKGBUILD b/libre/texlive-core-libre/PKGBUILD
index 03a2f994e..3c51d57cd 100644
--- a/libre/texlive-core-libre/PKGBUILD
+++ b/libre/texlive-core-libre/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=texlive-core-libre
_pkgname=texlive-core
pkgver=2013.31589
_revnr=${pkgver#2013.}
-pkgrel=1
+pkgrel=1.1
pkgdesc="TeX Live core distribution, without nonfree add-on packages (Parabola rebranded)"
license=('GPL')
arch=(any)
@@ -67,6 +67,26 @@ build() {
done
echo "done"
rm -rf {tlpkg,doc,source,omega} || true
+
+ # remove nonfree packages from updmap.cfg
+ sed -i '/ccpl.map/d' texmf-dist/web2c/updmap.cfg
+ sed -i '/cs-charter.map/d' texmf-dist/web2c/updmap.cfg
+ sed -i '/csfonts.map/d' texmf-dist/web2c/updmap.cfg
+ sed -i '/plother.map/d' texmf-dist/web2c/updmap.cfg
+ sed -i '/pltext.map/d' texmf-dist/web2c/updmap.cfg
+
+ # remove nonfree packages from texlive-core.maps
+ sed -i '/ccpl.map/d' texlive-core.maps
+ sed -i '/cs-charter.map/d' texlive-core.maps
+ sed -i '/csfonts.map/d' texlive-core.maps
+ sed -i '/plother.map/d' texlive-core.maps
+ sed -i '/pltext.map/d' texlive-core.maps
+
+ # remove nonfree packages from fmtutil.cnf
+ sed -i '/cslatex/d' texmf-dist/web2c/fmtutil.cnf
+ sed -i '/csplain/d' texmf-dist/web2c/fmtutil.cnf
+ sed -i '/from mex/d' texmf-dist/web2c/fmtutil.cnf
+ sed -i '/mexconf.tex/d' texmf-dist/web2c/fmtutil.cnf
}
package() {