From 7a89bde7057dae1b2a87ff0906dc797ebb4b2fc3 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Oct 2013 02:49:10 -0700 Subject: Thu Oct 3 02:46:37 PDT 2013 --- community/abe/PKGBUILD | 42 ---------------------- community/abe/abe.desktop | 8 ----- community/abe/abe.patch | 24 ------------- community/dbmail/PKGBUILD | 11 +++--- community/dmd/PKGBUILD | 5 +-- community/dub/PKGBUILD | 28 +++++++++++++++ community/freemat/PKGBUILD | 15 ++++---- community/freemat/build-fix.patch | 11 ------ community/gdc/PKGBUILD | 4 ++- community/ldc/PKGBUILD | 7 ++-- community/v8/PKGBUILD | 58 ------------------------------- community/virtualbox-modules-lts/PKGBUILD | 4 +-- community/virtualbox-modules/PKGBUILD | 4 +-- 13 files changed, 54 insertions(+), 167 deletions(-) delete mode 100644 community/abe/PKGBUILD delete mode 100644 community/abe/abe.desktop delete mode 100644 community/abe/abe.patch create mode 100644 community/dub/PKGBUILD delete mode 100644 community/freemat/build-fix.patch delete mode 100644 community/v8/PKGBUILD (limited to 'community') 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 -# Contributor: Daniel J Griffiths - -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 # Contributor: Sebastian Faltoni 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 # Contributor: Sven-Hendrik Haase # Contributor: Chris Brannon @@ -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 +# Contributor: Moritz Maxeiner +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 # Contributor: William Rea 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 - #include - #include -+#include - #include - #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 # Contributor: Sven-Hendrik Haase 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 -# Contributor: Kaiting Chen -# Contributor: tocer - -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 # Contributor: Ionut Biru # 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 # 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') -- cgit v1.2.3-54-g00ecf