From ba3afb3907fc927bd08713613d4a30a9479c715c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Jun 2011 22:59:43 +0000 Subject: Tue Jun 14 22:59:43 UTC 2011 --- community/chicken/PKGBUILD | 13 ++++---- community/dar/PKGBUILD | 12 ++++--- community/e-modules-extra-svn/PKGBUILD | 2 +- community/e-svn/PKGBUILD | 4 +-- community/e_dbus-svn/PKGBUILD | 4 +-- community/ecore-svn/PKGBUILD | 4 +-- community/edje-svn/PKGBUILD | 4 +-- community/eet-svn/PKGBUILD | 4 +-- community/eeze-svn/PKGBUILD | 2 +- community/efreet-svn/PKGBUILD | 4 +-- community/eina-svn/PKGBUILD | 4 +-- community/elementary-svn/PKGBUILD | 2 +- community/emprint-svn/PKGBUILD | 4 +-- community/evas-svn/PKGBUILD | 4 +-- community/fotoxx/PKGBUILD | 6 ++-- community/ldns/PKGBUILD | 20 +++++------ community/luxrender/PKGBUILD | 12 +++++-- ...1-Cause-qgit-to-use-git-config-everywhere.patch | 39 ++++++++++++++++++++++ community/qgit/PKGBUILD | 24 +++++++------ 19 files changed, 109 insertions(+), 59 deletions(-) create mode 100644 community/qgit/0001-Cause-qgit-to-use-git-config-everywhere.patch (limited to 'community') diff --git a/community/chicken/PKGBUILD b/community/chicken/PKGBUILD index b0e744e0e..713974d5f 100644 --- a/community/chicken/PKGBUILD +++ b/community/chicken/PKGBUILD @@ -2,15 +2,14 @@ # Contributor: pkgname=chicken -pkgver=4.6.0 -pkgrel=2 +pkgver=4.7.0 +pkgrel=1 pkgdesc='A compiler for R5RS scheme, featuring handy extensions' arch=('i686' 'x86_64') url='http://www.call-with-current-continuation.org/' license=('BSD') depends=('gcc') source=("http://code.call-cc.org/releases/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('538a93e786e550ad848a040bcd902184') build() { cd ${pkgname}-${pkgver} @@ -25,12 +24,12 @@ build() { package() { cd ${pkgname}-${pkgver} + + # parallel builds are not supported.. + export MAKEFLAGS="${MAKEFLAGS/-j?/}" make PLATFORM=linux PREFIX=/usr DESTDIR=${pkgdir} install install -D -m644 LICENSE \ ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - - # should be a symbolic link not a copy otherwise ldconfig will cry - rm -f ${pkgdir}/usr/lib/libchicken.so - ln -s /usr/lib/libchicken.so.5 ${pkgdir}/usr/lib/libchicken.so } +md5sums=('9389388fdf04c3c64de29633aae12539') diff --git a/community/dar/PKGBUILD b/community/dar/PKGBUILD index 6c3331934..fd4af6747 100644 --- a/community/dar/PKGBUILD +++ b/community/dar/PKGBUILD @@ -1,22 +1,24 @@ -# $Id: PKGBUILD 48698 2011-06-05 04:47:47Z shusmann $ +# $Id: PKGBUILD 49277 2011-06-13 15:55:00Z shusmann $ # Contributor: Aaron Schaefer # Maintainer: Stefan Husmann pkgname=dar pkgver=2.4.0 -pkgrel=1 +pkgrel=3 pkgdesc='A full featured command-line backup tool, short for Disk ARchive' arch=('i686' 'x86_64') url='http://dar.linux.free.fr/' license=('GPL') depends=('bzip2' 'lzo2' 'libgcrypt') optdepends=('perl: for running some samples') -source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('1e0e02d3c90cdaaaf2850eff25599fba') +source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" +"patch-2.4.1_interim.patch.gz::http://sourceforge.net/tracker/download.php?group_id=65612&atid=511612&file_id=413935&aid=3312050") +md5sums=('1e0e02d3c90cdaaaf2850eff25599fba' + '006ab95d969f32771940a3115dea8199') options=('!libtool') build() { cd "$srcdir/$pkgname-$pkgver" - + patch -p2 < $srcdir/patch-2.4.1_interim.patch ./configure --prefix=/usr --sysconfdir=/etc make } diff --git a/community/e-modules-extra-svn/PKGBUILD b/community/e-modules-extra-svn/PKGBUILD index a07670b6c..bcfbce419 100755 --- a/community/e-modules-extra-svn/PKGBUILD +++ b/community/e-modules-extra-svn/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Ronald van Haren pkgname=e-modules-extra-svn -pkgver=59230 +pkgver=60246 pkgrel=1 pkgdesc="Extra gadgets for e17" arch=('i686' 'x86_64') diff --git a/community/e-svn/PKGBUILD b/community/e-svn/PKGBUILD index c8cd05745..9d8cabd17 100755 --- a/community/e-svn/PKGBUILD +++ b/community/e-svn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 46667 2011-05-10 10:41:31Z rvanharen $ +# $Id: PKGBUILD 49239 2011-06-13 09:40:13Z rvanharen $ # Maintainer: Ronald van Haren # Contributor: Ronald van Haren pkgname=e-svn -pkgver=59304 +pkgver=60263 pkgrel=1 pkgdesc="Enlightenment window manager DR17 (aka e17)" arch=('i686' 'x86_64') diff --git a/community/e_dbus-svn/PKGBUILD b/community/e_dbus-svn/PKGBUILD index 929de691d..23786e06e 100755 --- a/community/e_dbus-svn/PKGBUILD +++ b/community/e_dbus-svn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 46193 2011-05-04 10:10:41Z rvanharen $ +# $Id: PKGBUILD 49234 2011-06-13 09:39:28Z rvanharen $ # Maintainer: Ronald van Haren # Contributor: Ronald van Haren pkgname=e_dbus-svn -pkgver=58954 +pkgver=60246 pkgrel=1 pkgdesc="dbus abstraction layer for e17" arch=('i686' 'x86_64') diff --git a/community/ecore-svn/PKGBUILD b/community/ecore-svn/PKGBUILD index a2b3ce343..3849eb2b9 100755 --- a/community/ecore-svn/PKGBUILD +++ b/community/ecore-svn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 46641 2011-05-10 10:36:24Z rvanharen $ +# $Id: PKGBUILD 49213 2011-06-13 09:36:25Z rvanharen $ # Maintainer: Ronald van Haren # Contributor: Ronald van Haren pkgname=ecore-svn -pkgver=59292 +pkgver=60253 pkgrel=1 pkgdesc="Ecore is an abstraction layer for e17" arch=('i686' 'x86_64') diff --git a/community/edje-svn/PKGBUILD b/community/edje-svn/PKGBUILD index dfebb98dd..9f7c14bb9 100755 --- a/community/edje-svn/PKGBUILD +++ b/community/edje-svn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 46654 2011-05-10 10:39:07Z rvanharen $ +# $Id: PKGBUILD 49224 2011-06-13 09:37:58Z rvanharen $ # Maintainer: Ronald van Haren # Contributor: Ronald van Haren pkgname=edje-svn -pkgver=59305 +pkgver=60246 pkgrel=1 pkgdesc="A graphical design and layout library based on Evas" arch=('i686' 'x86_64') diff --git a/community/eet-svn/PKGBUILD b/community/eet-svn/PKGBUILD index 5e2430d82..b3bd228f2 100755 --- a/community/eet-svn/PKGBUILD +++ b/community/eet-svn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 46164 2011-05-04 10:00:51Z rvanharen $ +# $Id: PKGBUILD 49203 2011-06-13 09:34:45Z rvanharen $ # Maintainer: Ronald van Haren # Contributor: Ronald van Haren pkgname=eet-svn -pkgver=58955 +pkgver=60246 pkgrel=1 pkgdesc="A data storage and compression library" arch=('i686' 'x86_64') diff --git a/community/eeze-svn/PKGBUILD b/community/eeze-svn/PKGBUILD index 5f54563fd..e24051922 100644 --- a/community/eeze-svn/PKGBUILD +++ b/community/eeze-svn/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: bluebugs pkgname=eeze-svn -pkgver=58668 +pkgver=60034 pkgrel=1 pkgdesc="A data storage and compression library" arch=('i686' 'x86_64') diff --git a/community/efreet-svn/PKGBUILD b/community/efreet-svn/PKGBUILD index c00133004..f6a086d1e 100755 --- a/community/efreet-svn/PKGBUILD +++ b/community/efreet-svn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 46188 2011-05-04 10:08:58Z rvanharen $ +# $Id: PKGBUILD 49229 2011-06-13 09:38:46Z rvanharen $ # Maintainer: Ronald van Haren # Contributor: Ronald van Haren pkgname=efreet-svn -pkgver=58672 +pkgver=60246 pkgrel=1 pkgdesc="freedesktop.org specifications for e17" arch=('i686' 'x86_64') diff --git a/community/eina-svn/PKGBUILD b/community/eina-svn/PKGBUILD index f13808d17..b9c9bc4ee 100755 --- a/community/eina-svn/PKGBUILD +++ b/community/eina-svn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 46627 2011-05-10 10:33:50Z rvanharen $ +# $Id: PKGBUILD 49198 2011-06-13 09:33:59Z rvanharen $ # Maintainer: Ronald van Haren # Contributor: Ronald van Haren pkgname=eina-svn -pkgver=59299 +pkgver=60246 pkgrel=1 pkgdesc="E17 file chunk reading/writing library" arch=('i686' 'x86_64') diff --git a/community/elementary-svn/PKGBUILD b/community/elementary-svn/PKGBUILD index 7c849b2d2..f63153b71 100644 --- a/community/elementary-svn/PKGBUILD +++ b/community/elementary-svn/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Ronald van Haren pkgname=elementary-svn -pkgver=59308 +pkgver=60261 pkgrel=1 pkgdesc="Enlightenment's basic widget set" arch=('i686' 'x86_64') diff --git a/community/emprint-svn/PKGBUILD b/community/emprint-svn/PKGBUILD index 8eca8df79..258c2a3db 100755 --- a/community/emprint-svn/PKGBUILD +++ b/community/emprint-svn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 41239 2011-03-04 22:20:13Z rvanharen $ +# $Id: PKGBUILD 49244 2011-06-13 09:42:08Z rvanharen $ # Maintainer: Ronald van Haren # Contributor: Ronald van Haren pkgname=emprint-svn -pkgver=57490 +pkgver=60246 pkgrel=1 pkgdesc="screenshot module for e17" arch=('i686' 'x86_64') diff --git a/community/evas-svn/PKGBUILD b/community/evas-svn/PKGBUILD index 9f1b1a3de..059ad25c3 100755 --- a/community/evas-svn/PKGBUILD +++ b/community/evas-svn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 46636 2011-05-10 10:35:23Z rvanharen $ +# $Id: PKGBUILD 49208 2011-06-13 09:35:30Z rvanharen $ # Maintainer: Ronald van Haren # Contributor: Ronald van Haren pkgname=evas-svn -pkgver=59306 +pkgver=60260 pkgrel=1 pkgdesc="A hardware-accelerated canvas API for X-Windows" arch=('i686' 'x86_64') diff --git a/community/fotoxx/PKGBUILD b/community/fotoxx/PKGBUILD index cf0b1ccfa..d243c8c33 100644 --- a/community/fotoxx/PKGBUILD +++ b/community/fotoxx/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: Stefan Husmann pkgname=fotoxx -pkgver=11.06 +pkgver=11.06.1 pkgrel=1 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/fotoxx" arch=('i686' 'x86_64') license=('GPL3') depends=('gimp-ufraw' 'perl-exiftool' 'xdg-utils' 'desktop-file-utils') -optdepends=('mashup: for printing from within fotoxx' 'brasero: for burning') +optdepends=('mashup: for composing pages to print from within fotoxx' 'brasero: for burning') source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz") -md5sums=('e636e10f6a46f0a813e704f18eac3176') +md5sums=('d485750bd0d808e5df41bddeae8de00c') install=fotoxx.install build() { diff --git a/community/ldns/PKGBUILD b/community/ldns/PKGBUILD index 9ba6f1cf4..df63e9f89 100644 --- a/community/ldns/PKGBUILD +++ b/community/ldns/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: mathieui pkgname=ldns -pkgver=1.6.9 +pkgver=1.6.10 pkgrel=1 pkgdesc='Fast DNS library with DNSSEC support, including tools such as Drill' arch=('i686' 'x86_64') @@ -13,25 +13,25 @@ depends=('openssl') makedepends=('libpcap') optdepends=('libpcap: ldns-dpa tool') options=('!libtool') -source=("http://www.nlnetlabs.nl/downloads/$pkgname/$pkgname-$pkgver.tar.gz") -sha1sums=('30d136792433bef44454dc1c70bf55449160c3ad') +source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz") +sha1sums=('7798a32c6f50a4fb7d56ddf772163dc1cb79c1a4') build() { _conf='--prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-static=no --disable-rpath' - cd "$srcdir/$pkgname-$pkgver" + cd "${srcdir}/${pkgname}-${pkgver}" ./configure $_conf make - make DESTDIR="$pkgdir" install - install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + make DESTDIR="${pkgdir}" install + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" cd drill - ./configure $_conf --with-ldns="$pkgdir" + ./configure $_conf --with-ldns="${pkgdir}" make - make DESTDIR="$pkgdir" install + make DESTDIR="${pkgdir}" install cd ../examples - ./configure $_conf --with-ldns="$pkgdir" + ./configure $_conf --with-ldns="${pkgdir}" make - make DESTDIR="$pkgdir" install + make DESTDIR="${pkgdir}" install } diff --git a/community/luxrender/PKGBUILD b/community/luxrender/PKGBUILD index e2d4aa951..4c92c4539 100644 --- a/community/luxrender/PKGBUILD +++ b/community/luxrender/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 49014 2011-06-09 17:05:59Z stativ $ +# $Id: PKGBUILD 49263 2011-06-13 14:27:33Z icelaya $ # Maintainer: Lukas Jirkovsky # Initial contributor: flixie <69one@gmx.net> # Contributor: Imanol Celaya @@ -7,14 +7,14 @@ pkgver=0.8 _pkgver=45d3e13eb94c _luxblend=9cb3fcee0be8 _blender=2.57 -pkgrel=2 +pkgrel=3 pkgdesc="Rendering system for physically correct, unbiased image synthesis" arch=('i686' 'x86_64') url="http://www.luxrender.net/" license=('GPL') depends=('boost-libs' 'freeimage' 'openexr') optdepends=('blender: Blender exporter' 'qt: Qt GUI') -makedepends=('cmake' 'boost' 'qt' 'luxrays') +makedepends=('cmake' 'boost' 'qt' 'luxrays' 'python') source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \ https://bitbucket.org/luxrender/luxblend25/get/$_luxblend.tar.bz2) md5sums=('0f2d856385db72131f51e44a7ee527fa' @@ -23,9 +23,14 @@ md5sums=('0f2d856385db72131f51e44a7ee527fa' build() { cd "$srcdir"/luxrender-lux-$_pkgver + sed -i 's/FIND_PACKAGE(Boost 1.43 COMPONENTS python REQUIRED)/FIND_PACKAGE(Boost 1.43 COMPONENTS python3 REQUIRED)/' CMakeLists.txt + export CXXFLAGS="$CXXFLAGS -lpthread" cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DLUXRAYS_DISABLE_OPENCL=ON \ + -DPYTHON_CUSTOM=ON \ + -DPYTHON_LIBRARIES=/usr/lib/libpython3.2mu.so \ + -DPYTHON_INCLUDE_PATH=/usr/include/python3.2mu/ \ . make } @@ -41,6 +46,7 @@ package() { install -d -m755 "$pkgdir"/usr/share/blender/$_blender/scripts/addons cp -a "$srcdir"/luxrender-luxblend25-$_luxblend/src/luxrender \ "$pkgdir"/usr/share/blender/$_blender/scripts/addons + cp -a "$srcdir"/luxrender-lux-$_pkgver/pylux.so "$pkgdir"/usr/share/blender/$_blender/scripts/addons/luxrender/ } # vim:set ts=2 sw=2 et: diff --git a/community/qgit/0001-Cause-qgit-to-use-git-config-everywhere.patch b/community/qgit/0001-Cause-qgit-to-use-git-config-everywhere.patch new file mode 100644 index 000000000..a0c7e6c4d --- /dev/null +++ b/community/qgit/0001-Cause-qgit-to-use-git-config-everywhere.patch @@ -0,0 +1,39 @@ +From 50b7344bc2cc941a43b3adfaebdc96dd1935e747 Mon Sep 17 00:00:00 2001 +From: Jonathan Ross Rogers +Date: Mon, 9 May 2011 18:16:29 -0400 +Subject: [PATCH] Cause qgit to use "git config" everywhere. + +Whenever starting up qgit, it pops up a dialog showing that git +complained about the obsolete command "repo-config". This patch +replaces remaining calls to "git repo-config" with "git config". + +Signed-off-by: Jonathan Ross Rogers +--- + src/git.cpp | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/git.cpp b/src/git.cpp +index 50e6dd3..8e9365c 100644 +--- a/src/git.cpp ++++ b/src/git.cpp +@@ -427,7 +427,7 @@ void Git::setTextCodec(QTextCodec* tc) { + if (name == "Big5-HKSCS") + name = "Big5"; + +- run("git repo-config i18n.commitencoding " + name); ++ run("git config i18n.commitencoding " + name); + } + + QTextCodec* Git::getTextCodec(bool* isGitArchive) { +@@ -437,7 +437,7 @@ QTextCodec* Git::getTextCodec(bool* isGitArchive) { + return NULL; + + QString runOutput; +- if (!run("git repo-config --get i18n.commitencoding", &runOutput)) ++ if (!run("git config --get i18n.commitencoding", &runOutput)) + return NULL; + + if (runOutput.isEmpty()) // git docs says default is utf-8 +-- +1.7.5 + diff --git a/community/qgit/PKGBUILD b/community/qgit/PKGBUILD index f06f20937..696f3c03b 100644 --- a/community/qgit/PKGBUILD +++ b/community/qgit/PKGBUILD @@ -1,32 +1,36 @@ -# $Id: PKGBUILD 78123 2010-04-19 12:09:19Z andrea $ -# Maintainer: Andrea Scarpino +# $Id: PKGBUILD 49264 2011-06-13 14:58:16Z schuay $ +# Maintainer: schuay +# Contributor: Andrea Scarpino # Contributor: Allan McRae # Contributor: Dan McGee pkgname=qgit pkgver=2.3 -pkgrel=2 +pkgrel=3 pkgdesc="A GIT GUI viewer built on Qt/C++" url="http://digilander.libero.it/mcostalba/" arch=('i686' 'x86_64') license=('GPL') depends=('qt' 'git') -options=(!makeflags !ccache) #makepkg3 options, ccache is a no-go source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2" - 'qgit.desktop' 'qgit.png') + 'qgit.desktop' 'qgit.png' + '0001-Cause-qgit-to-use-git-config-everywhere.patch') md5sums=('1f6cd60cc1b92973718b108d542e3270' 'ecb8b35e17163a7ec6893ffa71445c40' - '85138f44d577b03dfc738d3f27e04992') + '85138f44d577b03dfc738d3f27e04992' + '8b8eda62d6f4d04ed57f87d4dbda9fa9') build() { cd ${srcdir}/${pkgname} + # patch taken from http://sourceforge.net/tracker/?func=detail&aid=3299672&group_id=139897&atid=744829 + patch -Np1 < ${srcdir}/0001-Cause-qgit-to-use-git-config-everywhere.patch qmake qgit.pro - make || return 1 + make } package() { cd ${srcdir}/${pkgname} - install -Dm755 bin/qgit ${pkgdir}/usr/bin/qgit || return 1 - install -Dm644 ${srcdir}/qgit.desktop ${pkgdir}/usr/share/applications/qgit.desktop || return 1 - install -Dm644 ${srcdir}/qgit.png ${pkgdir}/usr/share/pixmaps/qgit.png || return 1 + install -Dm755 bin/qgit ${pkgdir}/usr/bin/qgit + install -Dm644 ${srcdir}/qgit.desktop ${pkgdir}/usr/share/applications/qgit.desktop + install -Dm644 ${srcdir}/qgit.png ${pkgdir}/usr/share/pixmaps/qgit.png } -- cgit v1.2.3-54-g00ecf