diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-07-01 04:58:03 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-07-01 04:58:03 +0000 |
commit | 76400556d9e8a5dedc692487c13b76a541813a23 (patch) | |
tree | fb8b06b7dea0e79577a77e3748ed551d9ac1b34b /extra | |
parent | 64e72407414ce0badfb541782125cd8e3a25c12e (diff) |
Fri Jul 1 04:58:02 UTC 2011
Diffstat (limited to 'extra')
37 files changed, 0 insertions, 1337 deletions
diff --git a/extra/audacity/PKGBUILD b/extra/audacity/PKGBUILD deleted file mode 100644 index d5c42fd92..000000000 --- a/extra/audacity/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 119629 2011-04-12 20:51:50Z eric $ -# Maintainer: Eric Bélanger <eric@archlinux.org> - -pkgname=audacity -pkgver=1.3.13 -pkgrel=1 -pkgdesc="A program that lets you manipulate digital audio waveforms" -arch=('i686' 'x86_64') -url="http://audacity.sourceforge.net/" -license=('GPL') -depends=('libvorbis' 'libmad' 'libid3tag' 'wxgtk' 'libsamplerate' 'lame' 'hicolor-icon-theme' - 'shared-mime-info' 'desktop-file-utils' 'redland' 'jack' 'soundtouch') -makedepends=('zip') -options=('!makeflags') -install=audacity.install -source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}-beta.tar.bz2) -md5sums=('57be7fadb8c8dd17b8462c7ac1561d03') - -build() { - cd "${srcdir}/${pkgname}-src-${pkgver}-beta" - WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \ - --with-portaudio --with-libsamplerate \ - --without-libresample --with-libmad \ - --with-id3tag --with-libflac \ - --with-vorbis --with-libexpat \ - --with-libsndfile --with-soundtouch \ - --enable-unicode --without-taglib - make -} - -package() { - cd "${srcdir}/${pkgname}-src-${pkgver}-beta" - make DESTDIR="${pkgdir}" install -} diff --git a/extra/audacity/audacity.install b/extra/audacity/audacity.install deleted file mode 100644 index 028c9f62a..000000000 --- a/extra/audacity/audacity.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} diff --git a/extra/clucene/PKGBUILD b/extra/clucene/PKGBUILD deleted file mode 100644 index 825cbefa3..000000000 --- a/extra/clucene/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 20266 2008-12-01 21:26:10Z tpowa $ -# Contributor: Alois Nespor <alois.nespor@gmail.com> -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> - -pkgname=clucene -pkgver=0.9.21b -pkgrel=1 -pkgdesc="CLucene is a C++ port of Lucene: A high-performance, full-featured text search engine." -arch=('i686' 'x86_64') -url="http://clucene.sourceforge.net" -license=('APACHE' 'LGPL') -depends=('gcc-libs') -makedepends=('libtool' 'autoconf' 'automake' 'doxygen') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.bz2) -options=(!libtool) - -build() { - cd ${srcdir}/$pkgname-core-$pkgver - # fix for some packages - CXXFLAGS="$CXXFLAGS -fPIC" - ./configure --prefix=/usr - make || return 1 - make DESTDIR=${pkgdir} install -} -md5sums=('ba1a8f764a2ca19c66ad907dddd88352') diff --git a/extra/darcs/PKGBUILD b/extra/darcs/PKGBUILD deleted file mode 100644 index c073061a5..000000000 --- a/extra/darcs/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 116991 2011-03-27 10:10:32Z remy $ -# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org> -# Contributor: Simo Leone <neotuli@gmail.com> - -pkgname=darcs -pkgver=2.5.2 -pkgrel=1 -pkgdesc="Decentralized replacement for CVS with roots in quantum mechanics" -arch=(i686 x86_64) -url="http://darcs.net/" -license=('GPL') -depends=('curl' 'gmp' 'ncurses>=5.6-7') -makedepends=('ghc' 'haskell-tar<0.4' 'haskell-text<0.12' - 'haskell-hashed-storage<0.6' 'haskell-haskeline<0.7' - 'haskell-html<1.1' 'haskell-parsec<3.2' 'haskell-regex-compat<0.94') -source=("http://darcs.net/releases/$pkgname-$pkgver.tar.gz") -md5sums=('491b6ca01dec245a16112ad2c7e07dc1') - -build() { - cd $srcdir/$pkgname-$pkgver - runhaskell Setup.lhs configure --ghc -O --prefix=/usr \ - --disable-library-for-ghci --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup.lhs build -} - -check() { - cd ${srcdir}/$pkgname-$pkgver - runhaskell Setup.lhs test -} - -package() { - cd $srcdir/$pkgname-$pkgver - runhaskell Setup.lhs copy --destdir=$pkgdir - rm -r $pkgdir/usr/lib/ - chmod 755 $pkgdir/usr/share/man/man1/$pkgname.1 -} - diff --git a/extra/ffmpeg/avutils-make-aes-and-sha-public.patch b/extra/ffmpeg/avutils-make-aes-and-sha-public.patch deleted file mode 100644 index ac10e4f4a..000000000 --- a/extra/ffmpeg/avutils-make-aes-and-sha-public.patch +++ /dev/null @@ -1,37 +0,0 @@ -From a3a0af4fb1237bed0af75868073f9a63db8b1864 Mon Sep 17 00:00:00 2001 -From: Alexis Ballier <aballier@gentoo.org> -Date: Thu, 7 Apr 2011 10:19:23 -0300 -Subject: [PATCH] avutil: make aes and sha api public - -The functions are already av_ prefixed and sha1 header is already provided. -Install libavutil/{aes,sha}.h - -Signed-off-by: Michael Niedermayer <michaelni@gmx.at> -Signed-off-by: Luca Barbato <lu_zero@gentoo.org> ---- - libavutil/Makefile | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/libavutil/Makefile b/libavutil/Makefile -index 300acb1..baee496 100644 ---- a/libavutil/Makefile -+++ b/libavutil/Makefile -@@ -3,6 +3,7 @@ include $(SUBDIR)../config.mak - NAME = avutil - - HEADERS = adler32.h \ -+ aes.h \ - attributes.h \ - audioconvert.h \ - avassert.h \ -@@ -33,6 +34,7 @@ HEADERS = adler32.h \ - random_seed.h \ - rational.h \ - samplefmt.h \ -+ sha.h \ - sha1.h \ - - BUILT_HEADERS = avconfig.h --- -1.7.2.5 - diff --git a/extra/fprint_demo/PKGBUILD b/extra/fprint_demo/PKGBUILD deleted file mode 100644 index c03d8e516..000000000 --- a/extra/fprint_demo/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 49882 2009-08-16 19:52:26Z jgc $ -# Maintainer: Thomas Baechler <thomas@archlinux.org> - -pkgname=fprint_demo -pkgver=0.4 -pkgrel=2 -pkgdesc="Simple GTK+ application to demonstrate and test libfprint's capabilities" -arch=('i686' 'x86_64') -url="http://reactivated.net/fprint/wiki/Main_Page" -license=('LGPL') -groups=('fprint') -depends=('libfprint') -source=(http://downloads.sourceforge.net/sourceforge/fprint/${pkgname}-${pkgver}.tar.bz2) -md5sums=('32e663a938e19801bdd17105d5c4d310') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 -} diff --git a/extra/haskell-binary/PKGBUILD b/extra/haskell-binary/PKGBUILD deleted file mode 100644 index a5e1b2b9a..000000000 --- a/extra/haskell-binary/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org> -# Contributor: Arch Haskell Team <arch-haskell@haskell.org> -# Package generated by cabal2arch 0.7.5 -_hkgname=binary -pkgname=haskell-binary -pkgver=0.5.0.2 -pkgrel=7 -pkgdesc="Binary serialisation for Haskell values using lazy ByteStrings" -url="http://hackage.haskell.org/package/binary" -license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=(ghc=7.0.2 sh) -options=('strip') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -install=${pkgname}.install -md5sums=('6bf8f3d1441602c9ab09a75e3bd6e926') - -build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - runhaskell Setup copy --destdir=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} diff --git a/extra/haskell-binary/haskell-binary.install b/extra/haskell-binary/haskell-binary.install deleted file mode 100644 index 0084ebef8..000000000 --- a/extra/haskell-binary/haskell-binary.install +++ /dev/null @@ -1,18 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-binary -post_install() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_upgrade() { - ${HS_DIR}/unregister.sh -} -post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_remove() { - ${HS_DIR}/unregister.sh -} -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} diff --git a/extra/haskell-dataenc/PKGBUILD b/extra/haskell-dataenc/PKGBUILD deleted file mode 100644 index cee342409..000000000 --- a/extra/haskell-dataenc/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org> -# Contributor: Arch Haskell Team <arch-haskell@haskell.org> -# Package generated by cabal2arch 0.7.5 -_hkgname=dataenc -pkgname=haskell-dataenc -pkgver=0.13.0.4 -pkgrel=3.1 -pkgdesc="Data encoding library" -url="http://hackage.haskell.org/package/dataenc" -license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=(ghc=7.0.2 sh) -options=('strip') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -install=${pkgname}.install -md5sums=('4764fa7f75ed3ee95a759d67d1347d46') - -build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - runhaskell Setup copy --destdir=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} diff --git a/extra/haskell-dataenc/haskell-dataenc.install b/extra/haskell-dataenc/haskell-dataenc.install deleted file mode 100644 index 9c1bbff01..000000000 --- a/extra/haskell-dataenc/haskell-dataenc.install +++ /dev/null @@ -1,18 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-dataenc -post_install() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_upgrade() { - ${HS_DIR}/unregister.sh -} -post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_remove() { - ${HS_DIR}/unregister.sh -} -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} diff --git a/extra/haskell-hashed-storage/PKGBUILD b/extra/haskell-hashed-storage/PKGBUILD deleted file mode 100644 index 244d3f851..000000000 --- a/extra/haskell-hashed-storage/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Maintainer: Vesa Kaihlavirta <vegai@iki.fi> -# Contributor: Arch Haskell Team <arch-haskell@haskell.org> -# As generated by cabal2arch 0.7.6 -_hkgname=hashed-storage -pkgname=haskell-hashed-storage -pkgver=0.5.4 -pkgrel=3.1 -pkgdesc="Hashed file storage support code." -url="http://hackage.haskell.org/package/${_hkgname}" -license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=('ghc=7.0.2' 'haskell-binary=0.5.0.2' 'haskell-mmap=0.5.7' - 'haskell-zlib=0.5.3.1' 'haskell-mtl=2.0.1.0' 'haskell-dataenc=0.13.0.4') -options=('strip') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -install=${pkgname}.install -md5sums=('e182a3fe6f977b0df85641da5df8e4f2') - -build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - runhaskell Setup copy --destdir=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} diff --git a/extra/haskell-hashed-storage/haskell-hashed-storage.install b/extra/haskell-hashed-storage/haskell-hashed-storage.install deleted file mode 100644 index 6f9a6904c..000000000 --- a/extra/haskell-hashed-storage/haskell-hashed-storage.install +++ /dev/null @@ -1,18 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-hashed-storage -post_install() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_upgrade() { - ${HS_DIR}/unregister.sh -} -post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_remove() { - ${HS_DIR}/unregister.sh -} -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} diff --git a/extra/haskell-haskeline/PKGBUILD b/extra/haskell-haskeline/PKGBUILD deleted file mode 100644 index 7756390fa..000000000 --- a/extra/haskell-haskeline/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Maintainer: Vesa Kaihlavirta <vegai@iki.fi> -# Contributor: Arch Haskell Team <arch-haskell@haskell.org> -# Package generated by cabal2arch 0.7.6 -_hkgname=haskeline -pkgname=haskell-haskeline -pkgver=0.6.3.2 -pkgrel=2.1 -pkgdesc="A command-line interface for user input, written in Haskell." -url="http://hackage.haskell.org/package/haskeline" -license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=('ghc=7.0.2' sh 'haskell-utf8-string=0.3.6' 'haskell-mtl=2.0.1.0' 'haskell-terminfo=0.3.1.3') -options=('strip') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -install=${pkgname}.install -md5sums=('d75863f63a1cfb499d0198e4f28ac2af') - -build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure \ - -O -p --enable-split-objs --enable-shared -fterminfo --prefix=/usr \ - --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - runhaskell Setup copy --destdir=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} diff --git a/extra/haskell-haskeline/haskell-haskeline.install b/extra/haskell-haskeline/haskell-haskeline.install deleted file mode 100644 index 27cb4a093..000000000 --- a/extra/haskell-haskeline/haskell-haskeline.install +++ /dev/null @@ -1,18 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-haskeline -post_install() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_upgrade() { - ${HS_DIR}/unregister.sh -} -post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_remove() { - ${HS_DIR}/unregister.sh -} -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} diff --git a/extra/haskell-mmap/PKGBUILD b/extra/haskell-mmap/PKGBUILD deleted file mode 100644 index 838275675..000000000 --- a/extra/haskell-mmap/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Maintainer: Vesa Kaihlavirta <vegai@iki.fi> -# Contributor: Arch Haskell Team <arch-haskell@haskell.org> -_hkgname=mmap -pkgname=haskell-mmap -pkgver=0.5.7 -pkgrel=3.1 -pkgdesc="Memory mapped files for POSIX and Windows" -url="http://hackage.haskell.org/package/mmap" -license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=('ghc=7.0.2' sh) -options=('strip') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -install=${pkgname}.install -md5sums=('1f74b3f59617332b06e277f5212423c1') - -build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - runhaskell Setup copy --destdir=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} diff --git a/extra/haskell-mmap/haskell-mmap.install b/extra/haskell-mmap/haskell-mmap.install deleted file mode 100644 index 68fe74f4e..000000000 --- a/extra/haskell-mmap/haskell-mmap.install +++ /dev/null @@ -1,18 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-mmap -post_install() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_upgrade() { - ${HS_DIR}/unregister.sh -} -post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_remove() { - ${HS_DIR}/unregister.sh -} -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} diff --git a/extra/haskell-tar/PKGBUILD b/extra/haskell-tar/PKGBUILD deleted file mode 100644 index 98e92b594..000000000 --- a/extra/haskell-tar/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Contributor: Arch Haskell Team <arch-haskell@haskell.org> -_hkgname=tar -pkgname=haskell-tar -pkgver=0.3.1.0 -pkgrel=4.1 -pkgdesc="Reading, writing and manipulating \".tar\" archive files." -url="http://hackage.haskell.org/package/tar" -license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=('ghc=7.0.2' sh) -options=('strip') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -install=${pkgname}.install -md5sums=('10b54856495f9ef0a42aa270085c7d5e') - -build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - runhaskell Setup copy --destdir=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} diff --git a/extra/haskell-tar/haskell-tar.install b/extra/haskell-tar/haskell-tar.install deleted file mode 100644 index e8c2f6293..000000000 --- a/extra/haskell-tar/haskell-tar.install +++ /dev/null @@ -1,18 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-tar -post_install() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_upgrade() { - ${HS_DIR}/unregister.sh -} -post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_remove() { - ${HS_DIR}/unregister.sh -} -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} diff --git a/extra/haskell-terminfo/PKGBUILD b/extra/haskell-terminfo/PKGBUILD deleted file mode 100644 index f8339b0a4..000000000 --- a/extra/haskell-terminfo/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Maintainer: Vesa Kaihlavirta <vegai@iki.fi> -# Contributor: Arch Haskell Team <arch-haskell@haskell.org> -_hkgname=terminfo -pkgname=haskell-terminfo -pkgver=0.3.1.3 -pkgrel=4.1 -pkgdesc="Haskell bindings to the terminfo library." -url="http://hackage.haskell.org/package/${_hkgname}" -license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=('ghc=7.0.2' sh) -options=('strip') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -install=${pkgname}.install -md5sums=('8c0e052340f628b76f5687fa23379628') - -build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - runhaskell Setup copy --destdir=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} diff --git a/extra/haskell-terminfo/haskell-terminfo.install b/extra/haskell-terminfo/haskell-terminfo.install deleted file mode 100644 index 40d39f42b..000000000 --- a/extra/haskell-terminfo/haskell-terminfo.install +++ /dev/null @@ -1,18 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-terminfo -post_install() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_upgrade() { - ${HS_DIR}/unregister.sh -} -post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_remove() { - ${HS_DIR}/unregister.sh -} -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} diff --git a/extra/haskell-utf8-string/PKGBUILD b/extra/haskell-utf8-string/PKGBUILD deleted file mode 100644 index 6bc5d5292..000000000 --- a/extra/haskell-utf8-string/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Maintainer: Vesa Kaihlavirta <vegai@iki.fi> -# Contributor: Arch Haskell Team <arch-haskell@haskell.org> -# Package generated by cabal2arch 0.7.6 -_hkgname=utf8-string -pkgname=haskell-utf8-string -pkgver=0.3.6 -pkgrel=7.1 -pkgdesc="Support for reading and writing UTF8 Strings" -url="http://hackage.haskell.org/package/${_hkgname}" -license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=('ghc=7.0.2' sh) -options=('strip') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -install=${pkgname}.install -md5sums=('be8c5ef52a0824babdc89d60c1e9b600') - -build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - runhaskell Setup copy --destdir=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} diff --git a/extra/haskell-utf8-string/haskell-utf8-string.install b/extra/haskell-utf8-string/haskell-utf8-string.install deleted file mode 100644 index 0f64366b2..000000000 --- a/extra/haskell-utf8-string/haskell-utf8-string.install +++ /dev/null @@ -1,18 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-utf8-string -post_install() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_upgrade() { - ${HS_DIR}/unregister.sh -} -post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_remove() { - ${HS_DIR}/unregister.sh -} -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} diff --git a/extra/keytouch/ChangeLog b/extra/keytouch/ChangeLog deleted file mode 100644 index 24105e0d2..000000000 --- a/extra/keytouch/ChangeLog +++ /dev/null @@ -1,18 +0,0 @@ -2009-10-17 Eric Belanger <eric@archlinux.org> - - * keytouch 2.4.1-2 - * Fixed daemon script (close FS#15693) - -2008-07-20 Eric Belanger <eric@archlinux.org> - - * keytouch 2.4.1-1 - * Upstream update - * Removed unnecessary post-upgrade message - -2008-06-16 Eric Belanger <eric@archlinux.org> - - * keytouch 2.4.0-1 - * Upstream update - * Patched for glibc 2.8 - * Added to [extra] repo - * Added ChangeLog diff --git a/extra/krusader/add-xz-support.patch b/extra/krusader/add-xz-support.patch deleted file mode 100644 index 9ce44084b..000000000 --- a/extra/krusader/add-xz-support.patch +++ /dev/null @@ -1,403 +0,0 @@ -From: Jan Lepper <dehtris@yahoo.de> -Date: Thu, 27 Jan 2011 08:54:29 +0000 -Subject: add support for .xz archives - thanks to Val Gor, Grigorios Bouzakis -X-Git-Url: http://quickgit.kde.org/?p=krusader.git&a=commitdiff&h=a2db0b0fb5f58d0d648a362f75e3948f49cc87fc ---- -add support for .xz archives - thanks to Val Gor, Grigorios Bouzakis ---- - - ---- a/krArc/krarc.cpp -+++ b/krArc/krarc.cpp -@@ -423,7 +423,7 @@ void kio_krarcProtocol::get(const KUrl& - if (mt) - emit mimeType(mt->name()); - proc << getCmd << getPath(arcFile->url()); -- if (arcType != "gzip" && arcType != "bzip2" && arcType != "lzma") proc << localeEncodedString(file); -+ if (arcType != "gzip" && arcType != "bzip2" && arcType != "lzma" && arcType != "xz") proc << localeEncodedString(file); - connect(&proc, SIGNAL(newOutputData(KProcess *, QByteArray &)), - this, SLOT(receivedData(KProcess *, QByteArray &))); - proc.setMerge(false); -@@ -440,7 +440,7 @@ void kio_krarcProtocol::get(const KUrl& - proc.waitForFinished(); - - if (!extArcReady && !decompressToFile) { -- if (proc.exitStatus() != QProcess::NormalExit || !checkStatus(proc.exitCode()) || (arcType != "bzip2" && arcType != "lzma" && expectedSize != decompressedLen)) { -+ if (proc.exitStatus() != QProcess::NormalExit || !checkStatus(proc.exitCode()) || (arcType != "bzip2" && arcType != "lzma" && arcType != "xz" && expectedSize != decompressedLen)) { - if (encrypted && tries) { - invalidatePassword(); - get(url, tries - 1); -@@ -827,6 +827,8 @@ bool kio_krarcProtocol::setArcFile(const - arcType = "gzip"; - else if (arcType == "tlz") - arcType = "lzma"; -+ else if (arcType == "txz") -+ arcType = "xz"; - - if (arcType.isEmpty()) { - arcType = arcFile->mimetype(); -@@ -861,7 +863,7 @@ bool kio_krarcProtocol::initDirDict(cons - return false; - } - -- if (arcType != "bzip2" && arcType != "lzma") { -+ if (arcType != "bzip2" && arcType != "lzma" && arcType != "xz") { - if (arcType == "rpm") { - proc << listCmd << arcPath; - proc.setStandardOutputFile(temp.fileName()); -@@ -896,7 +898,7 @@ bool kio_krarcProtocol::initDirDict(cons - - root->append(entry); - -- if (arcType == "bzip2" || arcType == "lzma") { -+ if (arcType == "bzip2" || arcType == "lzma" || arcType == "xz") { - KRDEBUG("Got me here..."); - parseLine(0, ""); - return true; -@@ -1207,6 +1209,14 @@ void kio_krarcProtocol::parseLine(int li - mode = arcFile->mode(); - size = arcFile->size(); - } -+ if (arcType == "xz") { -+ fullName = arcFile->name(); -+ if (fullName.endsWith(QLatin1String("xz"))) { -+ fullName.truncate(fullName.length() - 3); -+ } -+ mode = arcFile->mode(); -+ size = arcFile->size(); -+ } - if (arcType == "bzip2") { - // There is no way to list bzip2 files, so we take our information from - // the archive itself... -@@ -1460,6 +1470,13 @@ bool kio_krarcProtocol::initArcParameter - copyCmd = QStringList(); - delCmd = QStringList(); - putCmd = QStringList(); -+ } else if (arcType == "xz") { -+ cmd = fullPathName("xz"); -+ listCmd << fullPathName("xz"); -+ getCmd << fullPathName("xz") << "-dc"; -+ copyCmd = QStringList(); -+ delCmd = QStringList(); -+ putCmd = QStringList(); - } else if (arcType == "arj") { - cmd = fullPathName("arj"); - listCmd << fullPathName("arj") << "v" << "-y" << "-v"; -@@ -1544,7 +1561,7 @@ bool kio_krarcProtocol::checkStatus(int - return exitCode == 0 || exitCode == 1; - else if (arcType == "ace" || arcType == "bzip2" || arcType == "lha" || arcType == "rpm" || arcType == "arj") - return exitCode == 0; -- else if (arcType == "gzip" || arcType == "lzma") -+ else if (arcType == "gzip" || arcType == "lzma" || arcType == "xz") - return exitCode == 0 || exitCode == 2; - else - return exitCode == 0; -@@ -1566,7 +1583,8 @@ QString kio_krarcProtocol::detectArchive - {"bzip2", 0, "\x42\x5a\x68\x39\x31" }, - {"gzip", 0, "\x1f\x8b"}, - {"deb", 0, "!<arch>\ndebian-binary " }, -- {"7z", 0, "7z\xbc\xaf\x27\x1c" } -+ {"7z", 0, "7z\xbc\xaf\x27\x1c" }/*, -+ {"xz", 0, "\xfd\x37\x7a\x58\x5a\x00"}*/ - }; - static int autoDetectElems = sizeof(autoDetectParams) / sizeof(AutoDetectParams); - -@@ -1714,6 +1732,14 @@ QString kio_krarcProtocol::detectArchive - return "lzma"; - } - -+ if (fileName.endsWith(QLatin1String(".tar.xz")) || -+ fileName.endsWith(QLatin1String(".txz"))) { -+ return "txz"; -+ } -+ if (fileName.endsWith(QLatin1String(".xz"))) { -+ return "xz"; -+ } -+ - return QString(); - } - - ---- a/krusader/Dialogs/packgui.cpp -+++ b/krusader/Dialogs/packgui.cpp -@@ -68,6 +68,7 @@ PackGUI::PackGUI(QString defaultName, QS - if (PS("tar") && PS("gzip")) typeData->addItem("tar.gz"); - if (PS("tar") && PS("bzip2")) typeData->addItem("tar.bz2"); - if (PS("tar") && PS("lzma")) typeData->addItem("tar.lzma"); -+ if (PS("tar") && PS("xz")) typeData->addItem("tar.xz"); - if (PS("zip")) typeData->addItem("zip"); - if (PS("rar")) typeData->addItem("rar"); - if (PS("lha")) typeData->addItem("lha"); - ---- a/krusader/Konfigurator/kgarchives.cpp -+++ b/krusader/Konfigurator/kgarchives.cpp -@@ -62,6 +62,7 @@ KgArchives::KgArchives(bool first, QWidg - {{"Archives", "Do Tar", _DoTar, i18n("Tar"), false, ""}, - {"Archives", "Do GZip", _DoGZip, i18n("GZip"), false, ""}, - {"Archives", "Do LZMA", _DoLZMA, i18n("LZMA"), false, ""}, -+ {"Archives", "Do XZ", _DoXZ, i18n("XZ"), false, ""}, - {"Archives", "Do BZip2", _DoBZip2, i18n("BZip2"), false, ""}, - {"Archives", "Do UnZip", _DoUnZip, i18n("Zip"), false, ""}, - {"Archives", "Do UnRar", _DoUnRar, i18n("Rar"), false, ""}, -@@ -73,7 +74,7 @@ KgArchives::KgArchives(bool first, QWidg - {"Archives", "Do 7z", _Do7z, i18n("7zip"), false, ""} - }; - -- cbs = createCheckBoxGroup(3, 0, packers, 12, generalGrp); -+ cbs = createCheckBoxGroup(3, 0, packers, 13, generalGrp); - generalGrid->addWidget(cbs, 1, 0); - - addLabel(generalGrid, 2, 0, i18n("The archives that are \"grayed out\" were unavailable on your\n" -@@ -148,6 +149,7 @@ void KgArchives::disableNonExistingPacke - cbs->find("Do GZip")->setEnabled(PS("gzip")); - cbs->find("Do BZip2")->setEnabled(PS("bzip2")); - cbs->find("Do LZMA")->setEnabled(PS("lzma")); -+ cbs->find("Do XZ")->setEnabled(PS("xz")); - cbs->find("Do UnZip")->setEnabled(PS("unzip")); - cbs->find("Do Lha")->setEnabled(PS("lha")); - cbs->find("Do RPM")->setEnabled(PS("rpm") || PS("cpio")); - ---- a/krusader/Konfigurator/kgdependencies.cpp -+++ b/krusader/Konfigurator/kgdependencies.cpp -@@ -100,6 +100,7 @@ KgDependencies::KgDependencies(bool firs - addApplication("unrar", archGrid1, 12, packers_tab, PAGE_PACKERS); - addApplication("unzip", archGrid1, 13, packers_tab, PAGE_PACKERS); - addApplication("zip", archGrid1, 14, packers_tab, PAGE_PACKERS); -+ addApplication("xz", archGrid1, 15, packers_tab, PAGE_PACKERS); - - // ---------------------------- CHECKSUM TAB ------------------------------------- - QWidget *checksum_tab = new QWidget(tabWidget); - ---- a/krusader/Konfigurator/kggeneral.cpp -+++ b/krusader/Konfigurator/kggeneral.cpp -@@ -193,6 +193,7 @@ void KgGeneral::createExtensionsTab() - defaultAtomicExtensions += ".tar.gz"; - defaultAtomicExtensions += ".tar.bz2"; - defaultAtomicExtensions += ".tar.lzma"; -+ defaultAtomicExtensions += ".tar.xz"; - defaultAtomicExtensions += ".moc.cpp"; - - listBox = createListBox("Look&Feel", "Atomic Extensions", - ---- a/krusader/Konfigurator/kgprotocols.cpp -+++ b/krusader/Konfigurator/kgprotocols.cpp -@@ -51,12 +51,14 @@ QString KgProtocols::defaultKrarcMimes = - "application/x-gzip,application/x-jar," - "application/x-lha,application/x-lha-compressed," - "application/x-rar,application/x-rar-compressed," -+ "application/x-xz," - "application/x-rpm,application/zip," - "application/x-zip,application/x-zip-compressed"; - QString KgProtocols::defaultTarMimes = "application/x-tar,application/x-tarz," - "application/x-bzip-compressed-tar," - "application/x-compressed-tar," -- "application/x-tbz,application/x-tgz"; -+ "application/x-tbz,application/x-tgz," -+ "application/x-xz-compressed-tar"; - - KgProtocols::KgProtocols(bool first, QWidget* parent) : - KonfiguratorPage(first, parent) - ---- a/krusader/Konfigurator/krresulttable.cpp -+++ b/krusader/Konfigurator/krresulttable.cpp -@@ -102,6 +102,7 @@ KrArchiverResultTable::KrArchiverResultT - Archiver* gzip = new Archiver("gzip", "http://www.gnu.org", PS("gzip"), true, true); - Archiver* bzip2 = new Archiver("bzip2", "http://www.gnu.org", PS("bzip2"), true, true); - Archiver* lzma = new Archiver("lzma", "http://tukaani.org/lzma", PS("lzma"), true, true); -+ Archiver* xz = new Archiver("xz", "http://tukaani.org/xz", PS("xz"), true, true); - Archiver* lha = new Archiver("lha", "http://www.gnu.org", PS("lha"), true, true); - Archiver* zip = new Archiver("zip", "http://www.info-zip.org", PS("zip"), true, false); - Archiver* unzip = new Archiver("unzip", "http://www.info-zip.org", PS("unzip"), false, true); -@@ -139,6 +140,7 @@ KrArchiverResultTable::KrArchiverResultT - addRow(gzip, _grid); - addRow(bzip2, _grid); - addRow(lzma, _grid); -+ addRow(xz, _grid); - addRow(lha, _grid); - addRow(zip, _grid); - addRow(unzip, _grid); -@@ -155,6 +157,7 @@ KrArchiverResultTable::KrArchiverResultT - delete gzip; - delete bzip2; - delete lzma; -+ delete xz; - delete lha; - delete zip; - delete unzip; - ---- a/krusader/Panel/krview.cpp -+++ b/krusader/Panel/krview.cpp -@@ -367,6 +367,7 @@ void KrView::initProperties() - defaultAtomicExtensions += ".tar.gz"; - defaultAtomicExtensions += ".tar.bz2"; - defaultAtomicExtensions += ".tar.lzma"; -+ defaultAtomicExtensions += ".tar.xz"; - defaultAtomicExtensions += ".moc.cpp"; - QStringList atomicExtensions = grpSvr.readEntry("Atomic Extensions", defaultAtomicExtensions); - for (QStringList::iterator i = atomicExtensions.begin(); i != atomicExtensions.end();) { - ---- a/krusader/VFS/krarchandler.cpp -+++ b/krusader/VFS/krarchandler.cpp -@@ -85,7 +85,7 @@ public: - }; - #endif - --static QStringList arcProtocols = QString("tar;bzip;bzip2;lzma;gzip;krarc;zip").split(';'); -+static QStringList arcProtocols = QString("tar;bzip;bzip2;lzma;xz;gzip;krarc;zip").split(';'); - - KWallet::Wallet * KRarcHandler::wallet = 0; - -@@ -98,6 +98,7 @@ QStringList KRarcHandler::supportedPacke - if (KrServices::cmdExist("gzip")) packers.append("gzip"); - if (KrServices::cmdExist("bzip2")) packers.append("bzip2"); - if (KrServices::cmdExist("lzma")) packers.append("lzma"); -+ if (KrServices::cmdExist("xz")) packers.append("xz"); - if (KrServices::cmdExist("unzip")) packers.append("unzip"); - if (KrServices::cmdExist("zip")) packers.append("zip"); - if (KrServices::cmdExist("lha")) packers.append("lha"); -@@ -134,6 +135,8 @@ bool KRarcHandler::arcSupported(QString - return true; - else if (type == "-tlz" && lst.contains("tar")) - return true; -+ else if (type == "-txz" && lst.contains("tar")) -+ return true; - else if (type == "tarz" && lst.contains("tar")) - return true; - else if (type == "gzip" && lst.contains("gzip")) -@@ -142,6 +145,8 @@ bool KRarcHandler::arcSupported(QString - return true; - else if (type == "lzma" && lst.contains("lzma")) - return true; -+ else if (type == "-xz" && lst.contains("xz")) -+ return true; - else if (type == "-lha" && lst.contains("lha")) - return true; - else if (type == "-ace" && lst.contains("unace")) -@@ -173,6 +178,7 @@ bool KRarcHandler::arcHandled(QString ty - (type == "-tar" && group.readEntry("Do Tar" , _DoTar)) || - (type == "-tbz" && group.readEntry("Do BZip2", _DoBZip2)) || - (type == "-tlz" && group.readEntry("Do LZMA", _DoLZMA)) || -+ (type == "-txz" && group.readEntry("Do XZ", _DoXZ)) || - (type == "gzip" && group.readEntry("Do GZip" , _DoGZip)) || - (type == "zip2" && group.readEntry("Do BZip2", _DoBZip2)) || - (type == "-zip" && group.readEntry("Do UnZip", _DoUnZip)) || -@@ -198,7 +204,7 @@ long KRarcHandler::arcFileCount(QString - if (!arcSupported(type)) return 0; - - // bzip an gzip archive contains only one file -- if (type == "zip2" || type == "gzip" || type == "lzma") return 1L; -+ if (type == "zip2" || type == "gzip" || type == "lzma" || type == "-xz") return 1L; - - // set the right lister to do the job - QStringList lister; -@@ -209,6 +215,7 @@ long KRarcHandler::arcFileCount(QString - else if (type == "tarz") lister << KrServices::fullPathName("tar") << "-tvzf"; - else if (type == "-tbz") lister << KrServices::fullPathName("tar") << "-tjvf"; - else if (type == "-tlz") lister << KrServices::fullPathName("tar") << "--lzma" << "-tvf"; -+ else if (type == "-txz") lister << KrServices::fullPathName("tar") << "--xz" << "-tvf"; - else if (type == "-lha") lister << KrServices::fullPathName("lha") << "l"; - else if (type == "-rar") lister << KrServices::fullPathName(KrServices::cmdExist("rar") ? "rar" : "unrar") << "l" << "-v"; - else if (type == "-ace") lister << KrServices::fullPathName("unace") << "l"; -@@ -293,9 +300,11 @@ bool KRarcHandler::unpack(QString archiv - else if (type == "tarz") packer << KrServices::fullPathName("tar") << "-xvzf"; - else if (type == "-tbz") packer << KrServices::fullPathName("tar") << "-xjvf"; - else if (type == "-tlz") packer << KrServices::fullPathName("tar") << "--lzma" << "-xvf"; -+ else if (type == "-txz") packer << KrServices::fullPathName("tar") << "--xz" << "-xvf"; - else if (type == "gzip") packer << KrServices::fullPathName("gzip") << "-cd"; - else if (type == "zip2") packer << KrServices::fullPathName("bzip2") << "-cdk"; - else if (type == "lzma") packer << KrServices::fullPathName("lzma") << "-cdk"; -+ else if (type == "-xz") packer << KrServices::fullPathName("xz") << "-cdk"; - else if (type == "-lha") packer << KrServices::fullPathName("lha") << "xf"; - else if (type == "-rar") packer << KrServices::fullPathName(KrServices::cmdExist("rar") ? "rar" : "unrar") << "-y" << "x"; - else if (type == "-ace") packer << KrServices::fullPathName("unace") << "x"; -@@ -351,7 +360,7 @@ bool KRarcHandler::unpack(QString archiv - // unpack the files - KrLinecountingProcess proc; - proc << packer << archive; -- if (type == "zip2" || type == "gzip" || type == "lzma") { -+ if (type == "zip2" || type == "gzip" || type == "lzma" || type == "-xz") { - QString arcname = archive.mid(archive.lastIndexOf("/") + 1); - if (arcname.contains(".")) arcname = arcname.left(arcname.lastIndexOf(".")); - proc.setStandardOutputFile(dest + '/' + arcname); -@@ -407,9 +416,11 @@ bool KRarcHandler::test(QString archive, - else if (type == "tarz") packer << KrServices::fullPathName("tar") << "-tvzf"; - else if (type == "-tbz") packer << KrServices::fullPathName("tar") << "-tjvf"; - else if (type == "-tlz") packer << KrServices::fullPathName("tar") << "--lzma" << "-tvf"; -+ else if (type == "-txz") packer << KrServices::fullPathName("tar") << "--xz" << "-tvf"; - else if (type == "gzip") packer << KrServices::fullPathName("gzip") << "-tv"; - else if (type == "zip2") packer << KrServices::fullPathName("bzip2") << "-tv"; - else if (type == "lzma") packer << KrServices::fullPathName("lzma") << "-tv"; -+ else if (type == "-xz") packer << KrServices::fullPathName("xz") << "-tv"; - else if (type == "-rar") packer << KrServices::fullPathName(KrServices::cmdExist("rar") ? "rar" : "unrar") << "t"; - else if (type == "-ace") packer << KrServices::fullPathName("unace") << "t"; - else if (type == "-lha") packer << KrServices::fullPathName("lha") << "t"; -@@ -474,6 +485,8 @@ bool KRarcHandler::pack(QStringList file - packer << KrServices::fullPathName("tar") << "-cvjf"; type = "-tbz"; - } else if (type == "tar.lzma") { - packer << KrServices::fullPathName("tar") << "--lzma" << "-cvf"; type = "-tlz"; -+ } else if (type == "tar.xz") { -+ packer << KrServices::fullPathName("tar") << "--xz" << "-cvf"; type = "-txz"; - } else if (type == "rar") { - packer << KrServices::fullPathName("rar") << "-r" << "a"; type = "-rar"; - } else if (type == "lha") { -@@ -673,6 +686,10 @@ QString KRarcHandler::getType(bool &encr - result = "-7z"; - } - -+ if (result.endsWith(QLatin1String("-xz"))) { -+ result = "-xz"; -+ } -+ - return result.right(4); - } - -@@ -683,9 +700,9 @@ bool KRarcHandler::checkStatus(QString t - return exitCode == 0 || exitCode == 1; - else if (type == "-ace" || type == "zip2" || type == "-lha" || type == "-rpm" || type == "cpio" || - type == "-tar" || type == "tarz" || type == "-tbz" || type == "-tgz" || type == "-arj" || -- type == "-deb" || type == "-tlz") -+ type == "-deb" || type == "-tlz" || type == "-txz") - return exitCode == 0; -- else if (type == "gzip" || type == "lzma") -+ else if (type == "gzip" || type == "lzma" || type == "-xz") - return exitCode == 0 || exitCode == 2; - else - return exitCode == 0; -@@ -707,7 +724,8 @@ QString KRarcHandler::detectArchive(bool - {"bzip2", 0, "\x42\x5a\x68\x39\x31" }, - {"gzip", 0, "\x1f\x8b"}, - {"deb", 0, "!<arch>\ndebian-binary " }, -- {"7z", 0, "7z\xbc\xaf\x27\x1c" } -+ {"7z", 0, "7z\xbc\xaf\x27\x1c" }/*, -+ {"xz", 0, "\xfd\x37\x7a\x58\x5a\x00"}*/ - }; - static int autoDetectElems = sizeof(autoDetectParams) / sizeof(AutoDetectParams); - -@@ -839,6 +857,14 @@ QString KRarcHandler::detectArchive(bool - return "lzma"; - } - -+ if (fileName.endsWith(QLatin1String(".tar.xz")) || -+ fileName.endsWith(QLatin1String(".txz"))) { -+ return "txz"; -+ } -+ if (fileName.endsWith(QLatin1String(".xz"))) { -+ return "xz"; -+ } -+ - return QString(); - } - - ---- a/krusader/defaults.h -+++ b/krusader/defaults.h -@@ -181,6 +181,8 @@ - #define _DoBZip2 true - // Do LZMA /////////// - #define _DoLZMA true -+// Do XZ /////////// -+#define _DoXZ true - // Do Rar ///////////// - #define _DoRar true - // Do UnRar /////////// - diff --git a/extra/libfprint/50-fprint.rules b/extra/libfprint/50-fprint.rules deleted file mode 100644 index 25feb8332..000000000 --- a/extra/libfprint/50-fprint.rules +++ /dev/null @@ -1,19 +0,0 @@ -# aes1610.c -ATTRS{idVendor}=="08ff", ATTRS{idProduct}=="1600", MODE="0664", GROUP="scanner" -# aes2501.c -ATTRS{idVendor}=="08ff", ATTRS{idProduct}=="2580", MODE="0664", GROUP="scanner" -# aes4000.c -ATTRS{idVendor}=="08ff", ATTRS{idProduct}=="5501", MODE="0664", GROUP="scanner" -# fdu2000.c -ATTRS{idVendor}=="1162", ATTRS{idProduct}=="0300", MODE="0664", GROUP="scanner" -# upektc.c -ATTRS{idVendor}=="0483", ATTRS{idProduct}=="2015", MODE="0664", GROUP="scanner" -# upekts.c -ATTRS{idVendor}=="0483", ATTRS{idProduct}=="2016", MODE="0664", GROUP="scanner" -# uru4000.c -ATTRS{idVendor}=="045e", ATTRS{idProduct}=="00bb", MODE="0664", GROUP="scanner" -ATTRS{idVendor}=="045e", ATTRS{idProduct}=="00bc", MODE="0664", GROUP="scanner" -ATTRS{idVendor}=="045e", ATTRS{idProduct}=="00bd", MODE="0664", GROUP="scanner" -ATTRS{idVendor}=="045e", ATTRS{idProduct}=="00ca", MODE="0664", GROUP="scanner" -ATTRS{idVendor}=="05ba", ATTRS{idProduct}=="0007", MODE="0664", GROUP="scanner" -ATTRS{idVendor}=="05ba", ATTRS{idProduct}=="000a", MODE="0664", GROUP="scanner" diff --git a/extra/libfprint/PKGBUILD b/extra/libfprint/PKGBUILD deleted file mode 100644 index 23b1900f0..000000000 --- a/extra/libfprint/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 101410 2010-11-29 04:58:17Z allan $ -# Maintainer: Thomas Baechler <thomas@archlinux.org> - -pkgname=libfprint -pkgver=0.0.6 -pkgrel=8 -pkgdesc="Library for fingerprint scanner support in applications" -arch=('i686' 'x86_64') -url="http://reactivated.net/fprint/wiki/Main_Page" -license=('LGPL') -depends=('libusb-compat' 'imagemagick' 'openssl' 'glib2') -groups=('fprint') -options=(!libtool) -install=fprint.install -source=(http://downloads.sourceforge.net/sourceforge/fprint/$pkgname-$pkgver.tar.bz2 - 50-fprint.rules) -md5sums=('4f47b46021b186488b60aaa97f90fe43' '2c4021484509498fb17bdbe0b6d85ebf') -sha1sums=('430af91efbefeb2b98fe30215fb33051e4f8efc5' '86e7274711226685dabf7d28f4b93dae85ffb29b') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr #--enable-debug-log - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -D -m644 "$srcdir/50-fprint.rules" "$pkgdir/lib/udev/rules.d/70-fprint.rules" -} diff --git a/extra/libfprint/fprint.install b/extra/libfprint/fprint.install deleted file mode 100644 index 111cb3661..000000000 --- a/extra/libfprint/fprint.install +++ /dev/null @@ -1,19 +0,0 @@ -# arg 1: the new package version -post_install() { -getent group scanner >/dev/null || usr/sbin/groupadd -g 96 scanner - /bin/cat <<THEEND -NOTE ----- -Add your user to group 'scanner' to use scanner devices. -THEEND -} - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - post_install $1 -} - -op=$1 -shift -$op $* diff --git a/extra/libreoffice/buildfix_bison25.diff b/extra/libreoffice/buildfix_bison25.diff deleted file mode 100644 index 869b6c81e..000000000 --- a/extra/libreoffice/buildfix_bison25.diff +++ /dev/null @@ -1,23 +0,0 @@ ---- connectivity/source/parse/sqlbison.y 2011-05-20 13:21:02.000000000 -0600 -+++ connectivity/source/parse/sqlbison.y 2011-05-20 13:22:11.000000000 -0600 -@@ -4338,7 +4338,7 @@ - } - - // ------------------------------------------------------------------------- --void OSQLParser::error(sal_Char *fmt) -+void OSQLParser::error(const sal_Char *fmt) - { - if(!m_sErrorMessage.getLength()) - { ---- connectivity/inc/connectivity/sqlparse.hxx 2011-05-20 13:23:58.000000000 -0600 -+++ connectivity/inc/connectivity/sqlparse.hxx 2011-05-20 13:23:46.000000000 -0600 -@@ -233,7 +233,7 @@ - // returns the type for a parameter in a given function name - static sal_Int32 getFunctionParameterType(sal_uInt32 _nTokenId,sal_uInt32 _nPos); - -- void error(sal_Char *fmt); -+ void error(const sal_Char *fmt); - int SQLlex(); - #ifdef YYBISON - void setParseTree(OSQLParseNode * pNewParseTree); - diff --git a/extra/libreoffice/buildfix_i116795.diff b/extra/libreoffice/buildfix_i116795.diff deleted file mode 100644 index 8601bc164..000000000 --- a/extra/libreoffice/buildfix_i116795.diff +++ /dev/null @@ -1,22 +0,0 @@ -diff -r 4ab9e11cb892 connectivity/qa/makefile.mk ---- a/connectivity/qa/makefile.mk Thu Mar 03 15:22:23 2011 +0100 -+++ b/connectivity/qa/makefile.mk Fri Mar 04 09:51:48 2011 +0100 -@@ -35,9 +35,16 @@ - - #----- compile .java files ----------------------------------------- - --JARFILES = ridl.jar unoil.jar jurt.jar juh.jar java_uno.jar OOoRunner.jar hsqldb.jar - JAVAFILES := $(shell @$(FIND) complex -name "*.java") - -+JARFILES = ridl.jar unoil.jar jurt.jar juh.jar java_uno.jar OOoRunner.jar -+ -+.IF "$(SYSTEM_HSQLDB)" == "YES" -+EXTRAJARFILES = $(HSQLDB_JAR) -+.ELSE -+JARFILES += hsqldb.jar -+.ENDIF -+ - #----- make a jar from compiled files ------------------------------ - - JARCLASSDIRS = $(PACKAGE) - diff --git a/extra/liferea/PKGBUILD b/extra/liferea/PKGBUILD deleted file mode 100644 index 14bbeaf7d..000000000 --- a/extra/liferea/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# $Id: PKGBUILD 118815 2011-04-08 03:03:14Z eric $ -# Maintainer: Eric Bélanger <eric@archlinux.org> - -pkgname=liferea -pkgver=1.6.5 -pkgrel=3 -pkgdesc="A desktop news aggregator for online news feeds and weblogs" -arch=('i686' 'x86_64') -url="http://liferea.sourceforge.net/" -license=('GPL') -depends=('gconf' 'libwebkit' 'libxslt' 'libglade' 'sqlite3' 'hicolor-icon-theme') -makedepends=('pkg-config' 'intltool' 'lua' 'libnotify') -optdepends=('lua: for lua scripting support' - 'libnotify: for notification support') -options=('!libtool' '!emptydirs') -install=liferea.install -source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.gz - libnotify-0.7.patch) -md5sums=('b5a2c0803eec5d0aff0b9ca4114eaf16' - 'fca97e3316c1c51e0179c4c7dcce47a2') -sha1sums=('f24dbd0e81c5a8309f0d19853211fc02ff818477' - '52e53dd11a0ffe62304c4f17e80bfe1412cfbf29') - -build() { - cd "${srcdir}/liferea-${pkgver}" - patch -Np1 -i "$srcdir/libnotify-0.7.patch" - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-schemas-install - make -} - -package() { - cd "${srcdir}/liferea-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -d "${pkgdir}/usr/share/gconf/schemas" - gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" "${pkgdir}"/etc/gconf/schemas/*.schemas - rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas -} diff --git a/extra/liferea/libnotify-0.7.patch b/extra/liferea/libnotify-0.7.patch deleted file mode 100644 index 6dbbffb87..000000000 --- a/extra/liferea/libnotify-0.7.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -u -Nr liferea-1.6.5/src/notification/libnotify.c liferea-1.6.5-libnotify/src/notification/libnotify.c ---- liferea-1.6.5/src/notification/libnotify.c 2009-06-20 20:33:19.000000000 +0200 -+++ liferea-1.6.5-libnotify/src/notification/libnotify.c 2011-03-06 23:53:45.783336455 +0100 -@@ -150,7 +150,7 @@ - // notify_notification_update ( n, node_get_title(node_p), labelText_now_p, NULL); - // notify_notification_clear_actions(n); - -- n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL, NULL); -+ n = notify_notification_new (node_get_title(node_p), labelText_now_p, NULL); - - notify_notification_set_icon_from_pixbuf (n,node_get_icon(node_p)); - -@@ -244,7 +244,7 @@ - - labelSummary_p = g_strdup_printf (ngettext ("%s has %d new / updated headline\n", "%s has %d new / updated headlines\n", item_count), - node_get_title (node), item_count); -- n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL, NULL); -+ n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL); - g_free(labelSummary_p); - - notify_notification_set_icon_from_pixbuf (n, node_get_icon (node)); diff --git a/extra/liferea/liferea.install b/extra/liferea/liferea.install deleted file mode 100644 index 7d812ccdb..000000000 --- a/extra/liferea/liferea.install +++ /dev/null @@ -1,22 +0,0 @@ -pkgname=liferea - -post_install() { - usr/sbin/gconfpkg --install ${pkgname} - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - usr/sbin/gconfpkg --uninstall ${pkgname} -} - -post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} diff --git a/extra/mkvtoolnix/mkvtoolnix.install b/extra/mkvtoolnix/mkvtoolnix.install deleted file mode 100644 index 1cf75e1b6..000000000 --- a/extra/mkvtoolnix/mkvtoolnix.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - if [ -f usr/bin/update-mime-database ]; then - update-mime-database usr/share/mime &> /dev/null - fi -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - post_install $1 -} diff --git a/extra/pam_fprint/PKGBUILD b/extra/pam_fprint/PKGBUILD deleted file mode 100644 index 7d391ed11..000000000 --- a/extra/pam_fprint/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 69402 2010-02-20 12:43:15Z allan $ -# Maintainer: Thomas Baechler <thomas@archlinux.org> - -pkgname=pam_fprint -pkgver=0.2 -pkgrel=2 -pkgdesc="pam module for fingerprint authentication" -arch=('i686' 'x86_64') -url="http://reactivated.net/fprint/wiki/Main_Page" -license=('LGPL') -groups=('fprint') -depends=('libfprint' 'pam') -source=(http://downloads.sourceforge.net/sourceforge/fprint/$pkgname-$pkgver.tar.bz2) -md5sums=('abfb041ed856aaac5c5c416973451226 ') - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr - make || return 1 - make DESTDIR=$pkgdir install -} diff --git a/extra/terminal/bug-7595-go-menu-single-tab-sensitivity.patch b/extra/terminal/bug-7595-go-menu-single-tab-sensitivity.patch deleted file mode 100644 index 9d8eff6bd..000000000 --- a/extra/terminal/bug-7595-go-menu-single-tab-sensitivity.patch +++ /dev/null @@ -1,22 +0,0 @@ -From be9fca9ea8cedcf879c8e0c8cea96dd256a3591c Mon Sep 17 00:00:00 2001 -From: Nick Schermer <nick@xfce.org> -Date: Thu, 12 May 2011 16:08:20 +0000 -Subject: Only make go menu action sensitive if tabs > 1 (bug #7595). - -This way the (default) Alt+1 keybinding is usable when -only a single tab is opened in the terminal window. ---- -diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c -index f580a39..0d461a4 100644 ---- a/terminal/terminal-window.c -+++ b/terminal/terminal-window.c -@@ -748,6 +748,7 @@ terminal_window_rebuild_gomenu (TerminalWindow *window) - - /* create action */ - radio_action = gtk_radio_action_new (name, NULL, NULL, NULL, n); -+ gtk_action_set_sensitive (GTK_ACTION (radio_action), npages > 1); - exo_binding_new (G_OBJECT (page), "title", G_OBJECT (radio_action), "label"); - gtk_radio_action_set_group (radio_action, group); - group = gtk_radio_action_get_group (radio_action); --- -cgit diff --git a/extra/twisted/4771.diff b/extra/twisted/4771.diff deleted file mode 100644 index 4e36f2632..000000000 --- a/extra/twisted/4771.diff +++ /dev/null @@ -1,22 +0,0 @@ -Index: twisted/words/protocols/jabber/jstrports.py -=================================================================== ---- twisted/words/protocols/jabber/jstrports.py (revision 30346) -+++ twisted/words/protocols/jabber/jstrports.py (working copy) -@@ -6,7 +6,7 @@ - """ A temporary placeholder for client-capable strports, until we - sufficient use cases get identified """ - --from twisted.application import strports -+from twisted.internet.endpoints import _parse - - def _parseTCPSSL(factory, domain, port): - """ For the moment, parse TCP or SSL connections the same """ -@@ -22,7 +22,7 @@ - - - def parse(description, factory): -- args, kw = strports._parse(description) -+ args, kw = _parse(description) - return (args[0].upper(),) + _funcs[args[0]](factory, *args[1:], **kw) - - def client(description, factory): diff --git a/extra/windowmaker-extra/PKGBUILD b/extra/windowmaker-extra/PKGBUILD deleted file mode 100644 index 07aa9b019..000000000 --- a/extra/windowmaker-extra/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 27783 2009-02-25 22:56:21Z eric $ -# Contributor: orelien <orelien@chez.com> -# - -pkgname=windowmaker-extra -pkgver=0.1 -pkgrel=3 -pkgdesc="Extra WindowMaker icons and themes." -arch=(i686 x86_64) -url="http://www.windowmaker.info" -license=('GPL2') -depends=('windowmaker') -source=(http://www.sgiweb.org/freeware/source/windowmaker-extra/windowmaker-extra-$pkgver.tar.gz) -md5sums=('3ef850cfe0fb6660a55ccc8a2e408f74') - -build() { - cd $srcdir/WindowMaker-extra-$pkgver - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR=$pkgdir install || return 1 - rm -f $pkgdir/usr/share/WindowMaker/Icons/xv.xpm -} -# vim: ts=2 sw=2 et ft=sh |