From 69d24275e4d5296a5f02e4c4d0fc438a80d159b8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Dec 2011 23:14:55 +0000 Subject: Wed Dec 21 23:14:54 UTC 2011 --- community/arm-wince-cegcc-binutils/PKGBUILD | 13 +++--- community/arm-wince-cegcc-gcc-base/PKGBUILD | 55 ++++++++++++++++++++++++ community/arm-wince-cegcc-gcc/PKGBUILD | 66 +++++++++++++++++++++++++++++ community/ecryptfs-utils/PKGBUILD | 29 +++++++++++++ community/gcompris/PKGBUILD | 6 +-- community/kchmviewer/PKGBUILD | 10 ++--- community/kchmviewer/kchmviewer.changelog | 3 ++ community/kchmviewer/kchmviewer.install | 1 + community/mathomatic/PKGBUILD | 5 ++- community/python-psycopg2/PKGBUILD | 7 ++- community/xapian-core/PKGBUILD | 6 +-- 11 files changed, 178 insertions(+), 23 deletions(-) create mode 100644 community/arm-wince-cegcc-gcc-base/PKGBUILD create mode 100644 community/arm-wince-cegcc-gcc/PKGBUILD create mode 100644 community/ecryptfs-utils/PKGBUILD (limited to 'community') diff --git a/community/arm-wince-cegcc-binutils/PKGBUILD b/community/arm-wince-cegcc-binutils/PKGBUILD index 491004df4..edd8f46df 100644 --- a/community/arm-wince-cegcc-binutils/PKGBUILD +++ b/community/arm-wince-cegcc-binutils/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 20572 2010-07-09 07:26:42Z spupykin $ +# $Id: PKGBUILD 60993 2011-12-20 11:27:39Z spupykin $ # Maintainer: Sergej Pupykin -pkgname=cross-arm-wince-cegcc-binutils +pkgname=arm-wince-cegcc-binutils pkgver=0.59.1 pkgrel=1 _prefix=/opt/cegcc @@ -12,7 +12,7 @@ options=(!libtool) url="http://cegcc.sf.net" depends=(zlib) groups=('cegcc') -source=(http://arch.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2) +source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2) md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b') build() { @@ -21,15 +21,16 @@ build() { unset CFLAGS unset LDFLAGS + find . -name Makefile.in -exec sed -i 's|WARN_CFLAGS =.*|WARN_CFLAGS =|g' {} \; [ $NOEXTRACT -eq 1 ] || ./configure \ --prefix=${_prefix} \ --exec-prefix=${_prefix} \ --bindir=${_prefix}/bin \ --target=arm-wince-cegcc \ --disable-nls \ - --includedir=${_prefix}/include || return 1 + --includedir=${_prefix}/include - make || (cd etc && make) && make || return 1 - make DESTDIR=$pkgdir install || return 1 + make || (cd etc && make) && make + make DESTDIR=$pkgdir install rm -rf $pkgdir/opt/cegcc/info } diff --git a/community/arm-wince-cegcc-gcc-base/PKGBUILD b/community/arm-wince-cegcc-gcc-base/PKGBUILD new file mode 100644 index 000000000..50d765ac0 --- /dev/null +++ b/community/arm-wince-cegcc-gcc-base/PKGBUILD @@ -0,0 +1,55 @@ +# $Id: PKGBUILD 61005 2011-12-20 11:51:03Z spupykin $ +# Maintainer: Sergej Pupykin + +pkgname=arm-wince-cegcc-gcc-base +pkgver=0.59.1 +pkgrel=3 +_prefix=/opt/cegcc +pkgdesc="CE GCC bundle - cross compilation tools for WinCE" +arch=(i686 x86_64) +license=(GPL) +options=(!libtool) +url="http://cegcc.sf.net" +depends=('glibc' 'mpfr' 'cloog') +makedepends=(arm-wince-cegcc-binutils) +source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2) +md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b') + +build() { + cd $srcdir/cegcc/src + + mkdir build-gcc-base || true + cd build-gcc-base + + export PATH=$_prefix/bin:$PATH + export TARGET=arm-wince-cegcc + unset CFLAGS + unset LDFLAGS + unset MAKEFLAGS + + ../gcc-4.4.0/configure \ + --with-gcc \ + --with-gnu-ld \ + --with-gnu-as \ + --target=arm-wince-cegcc \ + --build=$CARCH \ + --host=$CARCH \ + --prefix=${_prefix} \ + --disable-threads \ + --disable-nls \ + --disable-shared \ + --enable-languages=c \ + --disable-win32-registry \ + --disable-multilib \ + --disable-interwork \ + --without-headers \ + --with-as=$_prefix/bin/arm-wince-cegcc-as \ + --with-ld=$_prefix/bin/arm-wince-cegcc-ld \ + --with-local-prefix=$_prefix \ + --enable-checking + + make all-gcc || (cd gcc && make) && make all-gcc + make DESTDIR=$pkgdir install-gcc + find $pkgdir/${_prefix} -type f -name \*.a -exec arm-wince-cegcc-ranlib {} \; + cd $pkgdir/${_prefix} && ln -s arm-wince-cegcc arm-cegcc +} diff --git a/community/arm-wince-cegcc-gcc/PKGBUILD b/community/arm-wince-cegcc-gcc/PKGBUILD new file mode 100644 index 000000000..8787f4b46 --- /dev/null +++ b/community/arm-wince-cegcc-gcc/PKGBUILD @@ -0,0 +1,66 @@ +# $Id: PKGBUILD 61036 2011-12-20 20:10:53Z spupykin $ +# Maintainer: Sergej Pupykin + +pkgname=arm-wince-cegcc-gcc +pkgver=0.59.1 +pkgrel=4 +_prefix=/opt/cegcc +pkgdesc="CE GCC bundle - cross compilation tools for WinCE" +arch=(i686 x86_64) +license=('GPL') +options=(!libtool !strip) +url="http://cegcc.sf.net" +depends=('cloog' 'ppl' 'arm-wince-cegcc-binutils') +makedepends=('arm-wince-cegcc-newlib' 'arm-wince-cegcc-w32api' + 'arm-wince-cegcc-importlibs' 'arm-wince-cegcc-gcc-base' + 'arm-wince-cegcc-cegccdll-dummy') +conflicts=('arm-wince-cegcc-gcc-base') +groups=('cegcc') +source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2) +md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b') + +build() { + cd $srcdir/cegcc/src + + export PATH=$_prefix/bin:$PATH + export TARGET=arm-wince-cegcc + unset CFLAGS + unset CXXFLAGS + unset CPPFLAGS + unset LDFLAGS + unset MAKEFLAGS + + mkdir -p build-gcc + cd build-gcc + + [ -f Makefile ] || ../gcc-4.4.0/configure \ + --prefix=${_prefix} \ + --exec-prefix=${_prefix} \ + --bindir=${_prefix}/bin \ + --target=$TARGET \ + --build=$CARCH \ + --host=$CARCH \ + --disable-nls \ + --includedir=${_prefix}/include \ + --with-gcc \ + --with-ld=/opt/cegcc/bin/arm-wince-cegcc-ld \ + --with-as=/opt/cegcc/bin/arm-wince-cegcc-as \ + --enable-threads=win32 \ + --enable-languages=c,c++ \ + --disable-win32-registry \ + --disable-multilib \ + --disable-interwork \ + --without-newlib \ + --enable-checking \ + --with-headers \ + --disable-libssp + + make + make DESTDIR=$pkgdir install + rm -f $pkgdir/$_prefix/lib/libiberty.a + find $pkgdir/${_prefix} -type f -name \*.a -exec arm-wince-cegcc-ranlib {} \; + strip $pkgdir/${_prefix}/bin/arm-wince-cegcc-* || true + find $pkgdir/${_prefix}/libexec/ -type f -exec strip {} \; || true + rm -f $pkgdir/${_prefix}/info/dir + cd $pkgdir/${_prefix} && ln -s arm-wince-cegcc arm-cegcc +} diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD new file mode 100644 index 000000000..efdbf8817 --- /dev/null +++ b/community/ecryptfs-utils/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 61018 2011-12-20 16:47:52Z tredaelli $ +# Maintainer: Timothy Redaelli +# Contributor: Richard Murri +# Contributor: Michal Krenek + +pkgname=ecryptfs-utils +pkgver=95 +pkgrel=1 +arch=('i686' 'x86_64') +pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux" +url="https://launchpad.net/ecryptfs" +license=('GPL') +makedepends=('swig' 'intltool' 'gettext') +depends=('keyutils' 'nss' 'python2') +source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz") +options=(!libtool) +md5sums=('b015c89d9c684bd1c10b57c7c8d40577') + +build() { + cd "$srcdir/${pkgname}-${pkgver}" + ./configure --prefix=/usr PYTHON=python2 + make +} + +package() { + cd "$srcdir/${pkgname}-${pkgver}" + make DESTDIR="$pkgdir/" install + chmod +s "$pkgdir"/sbin/mount.ecryptfs_private +} diff --git a/community/gcompris/PKGBUILD b/community/gcompris/PKGBUILD index 1a4edef85..42a73d657 100644 --- a/community/gcompris/PKGBUILD +++ b/community/gcompris/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 57322 2011-10-25 20:25:24Z foutrelis $ +# $Id: PKGBUILD 61028 2011-12-20 17:34:12Z foutrelis $ # Maintainer: Evangelos Foutras # Contributor: Daniel Isenmann pkgname=gcompris -pkgver=11.09 +pkgver=11.12 pkgrel=1 pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ optdepends=('gnucap: for computer simulation within the electricity activity' makedepends=('texinfo' 'texi2html' 'intltool' 'gettext' 'gnuchess') options=('!libtool') source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) -sha1sums=('aaa3b9abc2626593f7db6ddbab7e66849419e025') +sha256sums=('ab57e7c96df66114f7298947f6725364f4a8b811f1bb1e9470cbd63eea9e6d81') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/kchmviewer/PKGBUILD b/community/kchmviewer/PKGBUILD index 67a052c37..952d56834 100644 --- a/community/kchmviewer/PKGBUILD +++ b/community/kchmviewer/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 37626 2011-01-15 20:25:41Z jlichtblau $ +# $Id: PKGBUILD 61052 2011-12-20 23:58:31Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Alexander Bogdanov pkgname=kchmviewer -pkgver=5.3 -pkgrel=1 +pkgver=6.0 +pkgrel=2 pkgdesc="A .chm files (MS HTML help file format) viewer" arch=('i686' 'x86_64') url="http://kchmviewer.sourceforge.net/" license=('GPL') -depends=('chmlib' 'kdelibs' 'qt' 'xdg-utils') +depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'qt' 'xdg-utils') makedepends=('automoc4' 'cmake') options=('libtool') install=$pkgname.install changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('a8666e63358d20d6ead6b9f309434bdfcbd7b869ed7fb425ca8e0a2f7166af22') +sha256sums=('81c856434a86977039c36cb10f2427cc8cb1ea29a778f24fff2285d49c717979') build() { cd $pkgname-$pkgver diff --git a/community/kchmviewer/kchmviewer.changelog b/community/kchmviewer/kchmviewer.changelog index c47ac0198..3204bc3dc 100644 --- a/community/kchmviewer/kchmviewer.changelog +++ b/community/kchmviewer/kchmviewer.changelog @@ -1,3 +1,6 @@ +2011-12-21 Jaroslav Lichtblau + * kchmviewer 6.0-1 + 2011-01-15 Jaroslav Lichtblau * kchmviewer-5.3 diff --git a/community/kchmviewer/kchmviewer.install b/community/kchmviewer/kchmviewer.install index 8de1998bf..82baa7bf0 100644 --- a/community/kchmviewer/kchmviewer.install +++ b/community/kchmviewer/kchmviewer.install @@ -1,5 +1,6 @@ post_install() { which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate + update-desktop-database -q } post_upgrade() { diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index 66e2e8b97..77d6a7726 100755 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD @@ -1,9 +1,10 @@ +# $Id: PKGBUILD 60988 2011-12-20 10:07:46Z ttopper $ # Contributor: G_Syme # Contributor: Stefan Husmann # Maintainer: Thorsten Töpper pkgname=mathomatic -pkgver=15.7.1 +pkgver=15.7.2 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" arch=('i686' 'x86_64') @@ -16,7 +17,7 @@ optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial' 'm4: for complex operations using the matho script' 'gnuplot: for plotting') source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2) -md5sums=('f8144e9c17edf688cbb296d20efaf808') +md5sums=('eb16844e2a4e06ba4f1fe6e2e278c47e') build() { cd "$srcdir"/$pkgname-$pkgver diff --git a/community/python-psycopg2/PKGBUILD b/community/python-psycopg2/PKGBUILD index 73717c807..18b83b67c 100644 --- a/community/python-psycopg2/PKGBUILD +++ b/community/python-psycopg2/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 51180 2011-07-05 16:56:35Z spupykin $ +# $Id: PKGBUILD 60983 2011-12-20 09:13:23Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Angel 'angvp' Velasquez # Maintainer: Douglas Soares de Andrade pkgbase=python-psycopg2 pkgname=('python-psycopg2' 'python2-psycopg2') -pkgver=2.4.2 +pkgver=2.4.4 pkgrel=1 pkgdesc="A PostgreSQL database adapter for the Python programming language." arch=('i686' 'x86_64') @@ -13,11 +13,10 @@ url="http://initd.org/psycopg/" license=('LGPL3') makedepends=('python2' 'python' 'postgresql-libs>=8.4.1') source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-$pkgver.tar.gz) -md5sums=('920c533806f112787b480806ea125406') +md5sums=('331255d2d44018bcef2ea192aabc1d6a') build() { cd "$srcdir/psycopg2-$pkgver" - # Thanks for the tip, Xentac sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg } diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD index d18e1a070..c392ff4ba 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 54076 2011-08-13 09:16:09Z spupykin $ +# $Id: PKGBUILD 60985 2011-12-20 09:14:11Z spupykin $ # Contributor: Andrea Scarpino # Contributor: Alexander Fehr # Contributor: William Rea # Maintainer: Daniel J Griffiths pkgname=xapian-core -pkgver=1.2.7 +pkgver=1.2.8 pkgrel=1 pkgdesc='Open source search engine library.' arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ depends=('sh' 'gcc-libs' 'zlib' 'util-linux') # xapian config requires libxapian.la options=('libtool') source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('6684eb7a990b9cedf4257f41bfddb584') +md5sums=('6c9f9e7ac43aa4e086283201329e98ee') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf