diff options
author | root <root@rshg054.dnsready.net> | 2013-08-24 01:49:18 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-24 01:49:18 -0700 |
commit | 49e0f6ae5dad013852999f497117d6798b2fb085 (patch) | |
tree | 0df325f48646f4489efda55fa9c9e9bebbe24363 | |
parent | dbffe56f58d40a9a456baeba5d488c9f968a352a (diff) |
Sat Aug 24 01:47:21 PDT 2013
-rw-r--r-- | community/collectd/PKGBUILD | 14 | ||||
-rw-r--r-- | community/collectd/libperl.patch | 14 | ||||
-rw-r--r-- | community/gendesk/PKGBUILD | 6 | ||||
-rw-r--r-- | community/libgexiv2/PKGBUILD | 11 | ||||
-rw-r--r-- | community/nodejs/PKGBUILD | 6 | ||||
-rw-r--r-- | community/python-apsw/LICENSE | 15 | ||||
-rw-r--r-- | community/python-apsw/PKGBUILD | 41 | ||||
-rw-r--r-- | community/python2-greenlet/PKGBUILD | 5 | ||||
-rw-r--r-- | community/tilda/PKGBUILD | 2 | ||||
-rwxr-xr-x | community/tilda/start-hidden-fix.patch | 24 | ||||
-rw-r--r-- | community/weston/PKGBUILD | 16 | ||||
-rw-r--r-- | extra/libreoffice/PKGBUILD | 25 | ||||
-rw-r--r-- | extra/libreoffice/poppler_buildfix.diff | 50 | ||||
-rw-r--r-- | extra/php/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 10 | ||||
-rw-r--r-- | libre/iceape-l10n/PKGBUILD | 9 | ||||
-rw-r--r-- | libre/iceape-libre/PKGBUILD | 11 | ||||
-rw-r--r-- | libre/icedove-l10n/PKGBUILD | 5 | ||||
-rw-r--r-- | libre/icedove-libre/PKGBUILD | 5 | ||||
-rw-r--r-- | libre/iceweasel-l10n/PKGBUILD | 7 | ||||
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 5 | ||||
-rw-r--r-- | pcr/libquvi-scripts-current/PKGBUILD | 28 | ||||
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
23 files changed, 193 insertions, 128 deletions
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD index 691b918e4..bb3e40a02 100644 --- a/community/collectd/PKGBUILD +++ b/community/collectd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91648 2013-05-26 09:24:29Z bluewind $ +# $Id: PKGBUILD 96266 2013-08-23 04:10:37Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Gerhard Brauer <gerhard.brauer@web.de> pkgname=collectd -pkgver=5.3.0 -pkgrel=3 +pkgver=5.4.0 +pkgrel=1 pkgdesc='Daemon which collects system performance statistics periodically' url='http://collectd.org/' arch=('i686' 'x86_64') @@ -38,11 +38,11 @@ makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached' depends=('libltdl' 'iptables') -source=("${url}files/${pkgname}-${pkgver}.tar.gz" +source=("${url}files/${pkgname}-${pkgver}.tar.bz2" 'libperl.patch' 'service') -sha1sums=('53879095aa51b7dd0b30882b0c9b6ce8c93a8539' - '245c098d121a4a05594553583310953b3a2f6461' +sha1sums=('c2bc3ca3c62cfba4499c4eb14066a4c78301cc2c' + '5364ea1330bc56c3b7cfb6d7f19a627c0053279e' '04f676d0b76c34df0bbf94629813e035b1febe04') backup=('etc/collectd.conf') @@ -50,9 +50,9 @@ options=('!libtool') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" + sed 's/-Werror//g' -i *.in */*.in */*/*.in patch -p1 -i ../libperl.patch autoconf - sed 's/-Werror//g' -i src/Makefile.in } build() { diff --git a/community/collectd/libperl.patch b/community/collectd/libperl.patch index baa9c5397..31b269a41 100644 --- a/community/collectd/libperl.patch +++ b/community/collectd/libperl.patch @@ -1,7 +1,7 @@ -diff -aur old/configure.in new/configure.in ---- old/configure.in 2011-09-29 20:38:56.725672831 +1000 -+++ new/configure.in 2011-09-29 20:39:07.975658829 +1000 -@@ -2810,11 +2810,13 @@ +diff -Naur old/configure.in new/configure.in +--- old/configure.in 2013-08-18 22:24:25.049973054 +1200 ++++ new/configure.in 2013-08-23 15:58:24.552240546 +1200 +@@ -3101,11 +3101,13 @@ then SAVE_CFLAGS="$CFLAGS" SAVE_LDFLAGS="$LDFLAGS" @@ -15,9 +15,9 @@ diff -aur old/configure.in new/configure.in AC_CACHE_CHECK([for libperl], [c_cv_have_libperl], -@@ -2833,7 +2835,10 @@ - Nullsv); - ]]), +@@ -3124,7 +3126,10 @@ + ]]] + )], [c_cv_have_libperl="yes"], - [c_cv_have_libperl="no"] + [ diff --git a/community/gendesk/PKGBUILD b/community/gendesk/PKGBUILD index 52fe0bf3f..753284cd4 100644 --- a/community/gendesk/PKGBUILD +++ b/community/gendesk/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 90958 2013-05-16 14:50:52Z arodseth $ +# $Id: PKGBUILD 96278 2013-08-23 11:35:11Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> pkgname=gendesk -pkgver=0.5.2 +pkgver=0.5.3 pkgrel=1 pkgdesc='Utility to generate .desktop files and download icons' arch=('x86_64' 'i686') @@ -12,7 +12,7 @@ makedepends=('go') depends=('glibc') source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz" 'http://roboticoverlords.org/images/default.png') -sha256sums=('33a989aa7603d2cb15711137f653a8985143297a2ab7532dfad1c15aa649fe17' +sha256sums=('f6f2db255bd5ea978c00f165cfd8e298a1427ec79e7ec265d50b84a8d45d0144' '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837') build() { diff --git a/community/libgexiv2/PKGBUILD b/community/libgexiv2/PKGBUILD index 69bb7a979..214f55832 100644 --- a/community/libgexiv2/PKGBUILD +++ b/community/libgexiv2/PKGBUILD @@ -1,15 +1,17 @@ -# $Id: PKGBUILD 87061 2013-03-26 15:12:47Z arodseth $ +# $Id: PKGBUILD 96280 2013-08-23 12:38:44Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Ionut Biru <ibiru@archlinux.org> pkgname=libgexiv2 pkgver=0.6.1 -pkgrel=1 +pkgrel=2 pkgdesc='GObject-based wrapper around the Exiv2 library' arch=('x86_64' 'i686') -url='http://redmine.yorba.org/projects/gexiv2' +url='http://redmine.yorba.org/projects/gexiv2/roadmap' +# http://yorba.org/download/gexiv2/ license=('GPL2') depends=('exiv2' 'gobject-introspection') +makedepends=('python-gobject' 'python2-gobject') options=('!libtool') source=("http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz") sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3') @@ -17,6 +19,9 @@ sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3') build() { cd "$srcdir/$pkgname-$pkgver" + # In order for the build process to include any python-related files, + # 'import gi; print(gi._overridesdir)' must work with either python or + # python2. The gi module is provided by python-gobject and python2-gobject. ./configure --prefix=/usr --enable-introspection make } diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 4429c63af..2c6637099 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95908 2013-08-18 16:16:15Z bpiotrowski $ +# $Id: PKGBUILD 96268 2013-08-23 06:19:32Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos <james.r.campos@gmail.com> @@ -8,7 +8,7 @@ # Contributor: TIanyi Cui <tianyicui@gmail.com> pkgname=nodejs -pkgver=0.10.16 +pkgver=0.10.17 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ makedepends=('python2') checkdepends=('curl') options=('!emptydirs') source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz) -sha256sums=('62db6ec83f34733bffdae2f8ee50d7273d568bba8814be29e78a042c1d64f31a') +sha256sums=('1f9de40dd2d98bc984a4970ef399ed3ad67f040feaafc711e549f3265bcce61c') prepare() { cd node-v$pkgver diff --git a/community/python-apsw/LICENSE b/community/python-apsw/LICENSE new file mode 100644 index 000000000..a0470b2a0 --- /dev/null +++ b/community/python-apsw/LICENSE @@ -0,0 +1,15 @@ +Copyright (C) 2004-2009 Roger Binns + +This software is provided ‘as-is’, without any express or implied warranty. In no event will the authors be held liable +for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it +and redistribute it freely, subject to the following restrictions: + +- The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If + you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not + required. + +- Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. + +- This notice may not be removed or altered from any source distribution. diff --git a/community/python-apsw/PKGBUILD b/community/python-apsw/PKGBUILD new file mode 100644 index 000000000..99b0954f6 --- /dev/null +++ b/community/python-apsw/PKGBUILD @@ -0,0 +1,41 @@ +# Maintainer: Brendan MacDonell <macdonellba at gmail dot com> +# Former Maintainer: Linmiao Xu <linmiao.xu@gmail.com> +# Contributor: Juan Miguel Cejuela <juanmi@jmcejuela.net> + +pkgbase=python-apsw +pkgname=('python-apsw' 'python2-apsw') +pkgver=3.7.17_r1 +pkgrel=1 +arch=('i686' 'x86_64') +url="http://code.google.com/p/apsw/" +license=('MIT') +makedepends=('python' 'python2') +source=("http://apsw.googlecode.com/files/apsw-${pkgver//_/-}.zip" 'LICENSE') + +md5sums=('5393765e7ef55def11dae08149133136' + 'efc704d50cb39441d00f9dc76cbe6665') + +build() { + cd $srcdir + cp -rf apsw-${pkgver//_/-} apsw2 +} + +package_python-apsw() { +depends=('python' 'sqlite3>=3.7.5') +pkgdesc="Python wrapper for SQLite" + cd $srcdir/apsw-${pkgver//_/-} + python setup.py install --root=$pkgdir/ + + install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE +} + + +package_python2-apsw() { +depends=('python2' 'sqlite3>=3.7.5') +pkgdesc="Python2 wrapper for SQLite" + cd $srcdir/apsw2 + python2 setup.py install --root=$pkgdir/ + + install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE +} + diff --git a/community/python2-greenlet/PKGBUILD b/community/python2-greenlet/PKGBUILD index d31643caa..ea9605f52 100644 --- a/community/python2-greenlet/PKGBUILD +++ b/community/python2-greenlet/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Ralf Schmitt <ralf@systemexit.de> pkgname=python2-greenlet -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="python coroutine library" license=("MIT") @@ -23,4 +23,5 @@ package() { python2 setup.py install --root="$pkgdir" install -Dm0644 LICENSE.PSF "$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF" } -md5sums=('87887570082caadc08fb1f8671dbed71') + +sha512sums=('bb33db07b8b86ba8ccec920748cfc207d27eed0b76218cf06c3b1706a1e9350be62a99a92e05c8e683a7c3ab1e232dbb46259380c7e5f2c6b140a3a96a36f8bf') diff --git a/community/tilda/PKGBUILD b/community/tilda/PKGBUILD index a5b425ed8..7852fd2c1 100644 --- a/community/tilda/PKGBUILD +++ b/community/tilda/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96249 2013-08-22 17:19:28Z alucryd $ +# $Id: PKGBUILD 96258 2013-08-22 23:47:58Z eric $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> diff --git a/community/tilda/start-hidden-fix.patch b/community/tilda/start-hidden-fix.patch new file mode 100755 index 000000000..d42fa0393 --- /dev/null +++ b/community/tilda/start-hidden-fix.patch @@ -0,0 +1,24 @@ +diff --git a/src/tilda.c b/src/tilda.c +index c0a435f..50daa47 100644 +--- a/src/tilda.c ++++ b/src/tilda.c +@@ -639,18 +639,7 @@ int main (int argc, char *argv[]) + } + } + +- if (config_getbool ("hidden")) +- { +- /* It does not cause graphical glitches to make tilda hidden on start this way. +- * It does make tilda appear much faster on it's first appearance, so I'm leaving +- * it this way, because it has a good benefit, and no apparent drawbacks. */ +- gtk_widget_show (GTK_WIDGET(tw->window)); +- gtk_widget_hide (GTK_WIDGET(tw->window)); +- } +- else +- { +- pull (tw, PULL_DOWN); +- } ++ pull (tw, config_getbool ("hidden") ? PULL_UP : PULL_DOWN); + + g_print ("Tilda has started. Press %s to pull down the window.\n", + config_getstr ("key")); diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD index 25425c83b..89764b57a 100644 --- a/community/weston/PKGBUILD +++ b/community/weston/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 94173 2013-07-15 21:54:10Z tomegun $ +# $Id: PKGBUILD 96283 2013-08-23 18:19:07Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Joel Teichroeb <joel@teichroeb.net> pkgname=weston -pkgver=1.2.0 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc='Reference implementation of a Wayland compositor' arch=('i686' 'x86_64') url='http://wayland.freedesktop.org' @@ -12,13 +12,14 @@ license=('MIT') options=(!libtool) depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord') source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz") -sha1sums=('23201d31e71768e5ec3de0d10fa6de988dd273c8') +sha1sums=('111e639940ff06c6b8f3fcb866b53449a5690d3e') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr \ - --libexecdir=/usr/lib/weston + --libexecdir=/usr/lib/weston \ + --enable-demo-clients make } @@ -27,9 +28,4 @@ package() { make DESTDIR="$pkgdir" install # license install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" - # embed more clients - for _c in calibrator clickdot cliptest dnd editor eventdemo flower fullscreen gears \ - image resizor simple-egl simple-shm simple-touch smoke transformed view; do - install -Dm755 "clients/$_c" "$pkgdir/usr/bin/weston-$_c" - done } diff --git a/extra/libreoffice/PKGBUILD b/extra/libreoffice/PKGBUILD index 6ba2ea184..1e3205aaa 100644 --- a/extra/libreoffice/PKGBUILD +++ b/extra/libreoffice/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 192063 2013-08-05 14:17:33Z andyrtr $ +# $Id: PKGBUILD 193556 2013-08-23 16:48:04Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> pkgbase="libreoffice" @@ -19,9 +19,9 @@ pkgname=('libreoffice-common' 'libreoffice-extension-report-builder' 'libreoffice-extension-wiki-publisher' 'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with all extensions built) -_LOver=4.0.4.2 -pkgver=4.0.4 -pkgrel=2 +_LOver=4.0.5.2 +pkgver=4.0.5 +pkgrel=1 arch=('i686' 'x86_64') license=('LGPL3') url="http://www.libreoffice.org/" @@ -76,9 +76,8 @@ source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz ${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll ${_additional_source_url}/libcdr-0.0.14.tar.bz2 ${_additional_source_url}/libmspub-0.0.6.tar.bz2 - ${_additional_source_url}/libvisio-0.0.28.tar.bz2 + ${_additional_source_url}/libvisio-0.0.30.tar.bz2 make-pyuno-work-with-system-wide-module-install.diff - poppler_buildfix.diff libreoffice-common.sh libreoffice-common.csh) noextract=(f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2 185d60944ea767075d27247c3162b3bc-unowinreg.dll @@ -111,10 +110,10 @@ noextract=(f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip libcdr-0.0.14.tar.bz2 libmspub-0.0.6.tar.bz2 - libvisio-0.0.28.tar.bz2) -md5sums=('19462798bbf6e1dc75a8b12bd1775ea2' - 'a4d5e6504a3251b7a7fbe17216f8d6e7' - '0ba553eea7284abe1370157bb35bd355' + libvisio-0.0.30.tar.bz2) +md5sums=('6cb30bf61cc264f0593a11fffa5cd7ee' + 'a9ddcbde6d7b1148c8fdb626b26c0c69' + '914c5ea3f433643387593cb96d6c119b' 'f02578f5218f217a9f20e9c30e119c6a' '1f24ab1d39f4a51faf22244c94a6203f' '35c94d2df8893241173de1d16b6034c0' @@ -146,9 +145,8 @@ md5sums=('19462798bbf6e1dc75a8b12bd1775ea2' '185d60944ea767075d27247c3162b3bc' 'd88f9b94df880d2c05be943b000ca112' '1120705cd0f0d9bd5506360bf57b6c2e' - '05574c2ec54dd0c29d75cacdf9419f44' + '9d9eb3ae6bee763c161228b2b12e25f8' '07d2bf5ad839a394cca008b3ec6e7bb1' - '092939d16adbb006780c68040192f8ce' '4195735a80876ae812fca5736b50192a' 'e7e4b3e70e99e5cba8f8dfcacf3b0d87') @@ -167,9 +165,6 @@ prepare() { done popd - # fix build with poppler 0.24.0 - patch -Np1 -i ${srcdir}/poppler_buildfix.diff - # fix not upstreamable pyuno paths - patch taken from Debian patch -Np1 -i ${srcdir}/make-pyuno-work-with-system-wide-module-install.diff diff --git a/extra/libreoffice/poppler_buildfix.diff b/extra/libreoffice/poppler_buildfix.diff deleted file mode 100644 index ae11d8b1f..000000000 --- a/extra/libreoffice/poppler_buildfix.diff +++ /dev/null @@ -1,50 +0,0 @@ -From a7688eff345133147984507c35bf444131cc3d63 Mon Sep 17 00:00:00 2001 -From: Petr Mladek <pmladek@suse.cz> -Date: Tue, 16 Jul 2013 14:45:31 +0000 -Subject: fix build with system poppler-0.23.0 - -XRef *xref parameter has been added to the OutputDev::startPage method, see -http://cgit.freedesktop.org/poppler/poppler/commit/?id=8eb489c355d734a72e140ce7e32470d048362499 - -Change-Id: I7ad875bf58f6998e639c740f0dac3795738cd1db -Reviewed-on: https://gerrit.libreoffice.org/4940 -Reviewed-by: Andras Timar <atimar@suse.com> -Tested-by: Andras Timar <atimar@suse.com> ---- -diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx -index 03adf89..53a77d3 100644 ---- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx -+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx -@@ -481,7 +481,11 @@ PDFOutDev::PDFOutDev( PDFDoc* pDoc ) : - { - } - --void PDFOutDev::startPage(int /*pageNum*/, GfxState* state) -+void PDFOutDev::startPage(int /*pageNum*/, GfxState* state -+#if POPPLER_CHECK_VERSION(0, 23, 0) -+ , XRef* /*xref*/ -+#endif -+) - { - assert(state); - printf("startPage %f %f\n", -diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx -index c0977cb7..4f3d3a9 100644 ---- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx -+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx -@@ -181,7 +181,11 @@ namespace pdfi - virtual void setDefaultCTM(double *ctm) SAL_OVERRIDE; - - // Start a page. -- virtual void startPage(int pageNum, GfxState *state) SAL_OVERRIDE; -+ virtual void startPage(int pageNum, GfxState *state -+#if POPPLER_CHECK_VERSION(0, 23, 0) -+ , XRef *xref -+#endif -+ ) SAL_OVERRIDE; - - // End a page. - virtual void endPage() SAL_OVERRIDE; --- -cgit v0.9.0.2-2-gbebe - diff --git a/extra/php/PKGBUILD b/extra/php/PKGBUILD index b0df40433..b7c1c6ce0 100644 --- a/extra/php/PKGBUILD +++ b/extra/php/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193137 2013-08-17 08:22:16Z pierre $ +# $Id: PKGBUILD 193545 2013-08-23 06:57:45Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgbase=php @@ -21,7 +21,7 @@ pkgname=('php' 'php-sqlite' 'php-tidy' 'php-xsl') -pkgver=5.5.2 +pkgver=5.5.3 pkgrel=1 arch=('i686' 'x86_64') license=('PHP') @@ -30,10 +30,10 @@ makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx' 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds' 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu' 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2' 'systemd') -source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2" +source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz" 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch' 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles') -md5sums=('caf7f4d86514a568fb3c8021b096a9f0' +md5sums=('437e98144ef014dfab0922a9eed36853' 'f9ee638591aaf1526767db7976d95847' 'dec2cbaad64e3abf4f0ec70e1de4e8e9' '880afea327bb00c47082d22c507e6bfc' diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 03be621ec..1eb17b175 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96243 2013-08-22 15:33:49Z andrea $ +# $Id: PKGBUILD 96275 2013-08-23 10:26:11Z jelle $ # Maintainer: jelle van der Waa <jelle@vdwaa.nl> # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -9,8 +9,8 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=0.9.44 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" @@ -20,7 +20,7 @@ depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusbx' 'python2-imaging' 'shared-mime-info' 'python2-dnspython' 'unar' 'python2-pyqt4' 'python2-psutil' 'icu' 'libmtp' - 'python2-netifaces' 'python2-cssselect') + 'python2-netifaces' 'python2-cssselect' 'python2-apsw') makedepends=('python2-pycountry' 'qt4-private-headers') optdepends=('ipython2: to use calibre-debug') replaces=$_pkgname @@ -30,7 +30,7 @@ install=calibre.install source=("http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('5598d6717ce568a32ea2a4a1c173016b' +md5sums=('5f3d0c3630a7289ef1f36d68153ea7a3' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') diff --git a/libre/iceape-l10n/PKGBUILD b/libre/iceape-l10n/PKGBUILD index c9f22703d..5e088da07 100644 --- a/libre/iceape-l10n/PKGBUILD +++ b/libre/iceape-l10n/PKGBUILD @@ -12,7 +12,7 @@ _debname=iceape _debver=2.7.12 -_debrel=1 +_debrel=deb1 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } @@ -22,19 +22,20 @@ pkgbase=iceape-l10n pkgname=($(for lang in ${_langpacks[@]} do echo $pkgbase-$lang | tr A-Z a-z done)) +epoch=1 pkgver=${_debver}.${_debrel} -pkgrel=4 +pkgrel=1 pkgdesc="Language packs for Debian Iceape." arch=('any') url="http://packages.debian.org/sid/iceape" license=('MPL' 'GPL') -depends=("iceape-libre>=$pkgver") +depends=("iceape-libre>=$epoch:$pkgver") makedepends=('unzip' 'zip') source=('region.properties') for lang in ${_langpacks[@]} do - source+=("${_debrepo}/`debfile ${_debname}`-l10n-$(echo $lang | tr A-Z a-z)_${_debver}-${_debrel}_all.deb") + source+=("${_debrepo}/`debfile ${_debname}`-l10n-$(echo $lang | tr A-Z a-z)_${_debver}-${_debrel#deb}_all.deb") done _path="/usr/lib/iceape/extensions" diff --git a/libre/iceape-libre/PKGBUILD b/libre/iceape-libre/PKGBUILD index 22ad1541b..efacd73ce 100644 --- a/libre/iceape-libre/PKGBUILD +++ b/libre/iceape-libre/PKGBUILD @@ -4,14 +4,15 @@ # We're getting this from Debian Sid _debname=iceape _debver=2.7.12 -_debrel=1 +_debrel=deb1 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } _pkgname=${_debname} pkgname=${_debname}-libre +epoch=1 pkgver=${_debver}.${_debrel} -pkgrel=8 +pkgrel=1 pkgdesc="A libre version of Debian Iceape, the internet suite based on SeaMonkey." arch=('i686' 'x86_64' 'mips64el') license=('MPL' 'GPL' 'LGPL') @@ -23,7 +24,7 @@ provides=('seamonkey') install=$_pkgname.install url="http://packages.debian.org/sid/${_pkgname}" source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.bz2" - "${_debrepo}/`debfile ${_debname}`_${_debver}-${_debrel}.debian.tar.gz" + "${_debrepo}/`debfile ${_debname}`_${_debver}-${_debrel#deb}.debian.tar.gz" mozconfig ${_pkgname}.desktop ${_pkgname}-2.0-lang.patch @@ -98,6 +99,8 @@ prepare() { } build() { + export DEBIAN_BUILD="comm-release" + cd "${srcdir}/${DEBIAN_BUILD}" export LDFLAGS="${LDFLAGS} -Wl,-rpath,/usr/lib/${_pkgname}" @@ -113,6 +116,8 @@ build() { } package() { + export DEBIAN_BUILD="comm-release" + cd "${srcdir}/${DEBIAN_BUILD}" make -j1 -f client.mk DESTDIR="${pkgdir}" install diff --git a/libre/icedove-l10n/PKGBUILD b/libre/icedove-l10n/PKGBUILD index f1446b23b..bbd3e1213 100644 --- a/libre/icedove-l10n/PKGBUILD +++ b/libre/icedove-l10n/PKGBUILD @@ -2,8 +2,9 @@ # Maintainer: André Silva <emulatorman@lavabit.com> pkgbase=icedove-l10n +epoch=1 _pkgver=17.0.8 -pkgver=17.0.8.1 +pkgver=17.0.8.deb1 _langpacks=(ar ast be bg bn-BD br ca cs da de el en-GB en-US es-AR es-ES et eu fi fr fy-NL ga-IE gd gl he hr hu hy-AM id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK tr uk vi zh-CN zh-TW) @@ -16,7 +17,7 @@ pkgdesc="Language packs for Debian Icedove." arch=('any') url="http://packages.debian.org/sid/icedove" license=('MPL' 'GPL') -depends=("icedove-libre>=$pkgver") +depends=("icedove-libre>=$epoch:$pkgver") makedepends=('unzip' 'zip') _url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$_pkgver/linux-i686/xpi diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD index d0820b8e5..246f228bc 100644 --- a/libre/icedove-libre/PKGBUILD +++ b/libre/icedove-libre/PKGBUILD @@ -4,12 +4,13 @@ # We're getting this from Debian Sid _debname=icedove _debver=17.0.8 -_debrel=1 +_debrel=deb1 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } _pkgname=${_debname} pkgname=${_debname}-libre +epoch=1 pkgver=${_debver}.${_debrel} pkgrel=1 pkgdesc="A libre version of Debian Icedove, the standalone mail/news reader based on Mozilla Thunderbird." @@ -24,7 +25,7 @@ conflicts=('thunderbird') provides=('thunderbird') install=${_pkgname}.install source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.bz2" - "${_debrepo}/`debfile ${_debname}`_${_debver}-${_debrel}.debian.tar.gz" + "${_debrepo}/`debfile ${_debname}`_${_debver}-${_debrel#deb}.debian.tar.gz" mozconfig replace-urls.txt vendor.js diff --git a/libre/iceweasel-l10n/PKGBUILD b/libre/iceweasel-l10n/PKGBUILD index fae6951dd..d0878ef89 100644 --- a/libre/iceweasel-l10n/PKGBUILD +++ b/libre/iceweasel-l10n/PKGBUILD @@ -12,7 +12,7 @@ _debname=iceweasel _debver=23.0.1 -_debrel=1 +_debrel=deb1 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } @@ -22,6 +22,7 @@ pkgbase=iceweasel-l10n pkgname=($(for lang in ${_langpacks[@]} do echo $pkgbase-$lang | tr A-Z a-z done)) +epoch=1 pkgver=$_debver.$_debrel pkgrel=1 @@ -29,12 +30,12 @@ pkgdesc="Language packs for Debian Iceweasel." arch=('any') url="http://packages.debian.org/experimental/iceweasel" license=('MPL' 'GPL') -depends=("iceweasel-libre>=$pkgver") +depends=("iceweasel-libre>=$epoch:$pkgver") makedepends=('unzip' 'zip') source=('region.properties') for lang in ${_langpacks[@]} do - source+=("${_debrepo}/`debfile ${_debname}`-l10n-$(echo $lang | tr A-Z a-z)_${_debver}-${_debrel}_all.deb") + source+=("${_debrepo}/`debfile ${_debname}`-l10n-$(echo $lang | tr A-Z a-z)_${_debver}-${_debrel#deb}_all.deb") done _path="/usr/lib/iceweasel/browser/extensions/" diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 6172155ef..32e502bcb 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -15,12 +15,13 @@ _pgo=true # We're getting this from Debian Experimental _debname=iceweasel _debver=23.0.1 -_debrel=1 +_debrel=deb1 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } _pkgname=iceweasel pkgname=iceweasel-libre +epoch=1 pkgver=$_debver.$_debrel pkgrel=1 @@ -43,7 +44,7 @@ replaces=('firefox') conflicts=('firefox') provides=('firefox') source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2" - "$_debrepo/`debfile $_debname`_$_debver-$_debrel.debian.tar.gz" + "$_debrepo/`debfile $_debname`_$_debver-${_debrel#deb}.debian.tar.gz" mozconfig mozconfig.pgo libre.patch diff --git a/pcr/libquvi-scripts-current/PKGBUILD b/pcr/libquvi-scripts-current/PKGBUILD new file mode 100644 index 000000000..ed6aa3a03 --- /dev/null +++ b/pcr/libquvi-scripts-current/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 188870 2013-06-23 17:45:51Z heftig $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> + +pkgname=libquvi-scripts-current +_pkgname=libquvi-scripts +provides=(libquvi-scripts) +pkgver=0.4.17 +pkgrel=1 +pkgdesc='Library for parsing video download links.' +arch=('any') +url='http://quvi.sourceforge.net/' +license=('LGPL') +depends=('curl' 'lua') +options=('!libtool') +source=("http://downloads.sourceforge.net/sourceforge/quvi/${_pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('8a887905a368bf31e0ace28e49b5c800' + 'SKIP') + +build() { + cd "${_pkgname}-${pkgver}" + ./configure --prefix=/usr --with-nsfw --with-nlfy + make +} + +package() { + cd "${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index b3ce5f4f4..b6b7526e6 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.08.22 +pkgver=2013.08.23 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -14,7 +14,7 @@ license=('custom') depends=('python') makedepends=('python-distribute') source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('ec5a15c938496f7654a25a6b181d0b89' +md5sums=('50c348f8dc28adff28d76420deff7297' 'SKIP') prepare() { |