[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, September 19, 2013 @ 06:23:06 Author: eric Revision: 97421 archrelease: copy trunk to community-any Added: youtube-dl/repos/community-any/PKGBUILD (from rev 97420, youtube-dl/trunk/PKGBUILD) Deleted: youtube-dl/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-09-19 04:20:50 UTC (rev 97420) +++ PKGBUILD2013-09-19 04:23:06 UTC (rev 97421) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=youtube-dl -pkgver=2013.09.16 -pkgrel=1 -pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" -arch=('any') -url="http://rg3.github.io/youtube-dl/"; -license=('custom') -depends=('python') -makedepends=('python-setuptools') -optdepends=('ffmpeg: for video post-processing') -source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz - http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig) -sha1sums=('9edb435b89746e06fa01e17fc010990c72f64d72' - 'SKIP') - -prepare() { - cd ${pkgname} - sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py -} - -package() { - cd ${pkgname} - python setup.py install --root="${pkgdir}/" --optimize=1 - mv "${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \ -"${pkgdir}/usr/share/bash-completion/completions/youtube-dl" - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 97420, youtube-dl/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-19 04:23:06 UTC (rev 97421) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=youtube-dl +pkgver=2013.09.17 +pkgrel=1 +pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" +arch=('any') +url="http://rg3.github.io/youtube-dl/"; +license=('custom') +depends=('python') +makedepends=('python-setuptools') +optdepends=('ffmpeg: for video post-processing') +source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz + http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig) +sha1sums=('a149190f899d18b97ea018085677e4f1f515bce9' + 'SKIP') + +prepare() { + cd ${pkgname} + sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py +} + +package() { + cd ${pkgname} + python setup.py install --root="${pkgdir}/" --optimize=1 + mv "${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \ +"${pkgdir}/usr/share/bash-completion/completions/youtube-dl" + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)
Date: Thursday, September 19, 2013 @ 06:20:50 Author: eric Revision: 97420 upgpkg: youtube-dl 2013.09.17-1 Upstream update Modified: youtube-dl/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-19 04:04:04 UTC (rev 97419) +++ PKGBUILD2013-09-19 04:20:50 UTC (rev 97420) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger pkgname=youtube-dl -pkgver=2013.09.16 +pkgver=2013.09.17 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -13,7 +13,7 @@ optdepends=('ffmpeg: for video post-processing') source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig) -sha1sums=('9edb435b89746e06fa01e17fc010990c72f64d72' +sha1sums=('a149190f899d18b97ea018085677e4f1f515bce9' 'SKIP') prepare() {
[arch-commits] Commit in mythtv/repos (14 files)
Date: Thursday, September 19, 2013 @ 06:04:04 Author: jconder Revision: 97419 archrelease: copy trunk to community-i686, community-x86_64 Added: mythtv/repos/community-i686/PKGBUILD (from rev 97418, mythtv/trunk/PKGBUILD) mythtv/repos/community-i686/mythbackend.service (from rev 97418, mythtv/trunk/mythbackend.service) mythtv/repos/community-i686/mythtv.install (from rev 97418, mythtv/trunk/mythtv.install) mythtv/repos/community-x86_64/PKGBUILD (from rev 97418, mythtv/trunk/PKGBUILD) mythtv/repos/community-x86_64/mythbackend.service (from rev 97418, mythtv/trunk/mythbackend.service) mythtv/repos/community-x86_64/mythtv.install (from rev 97418, mythtv/trunk/mythtv.install) Deleted: mythtv/repos/community-i686/PKGBUILD mythtv/repos/community-i686/alsa.patch mythtv/repos/community-i686/mythbackend.service mythtv/repos/community-i686/mythtv.install mythtv/repos/community-x86_64/PKGBUILD mythtv/repos/community-x86_64/alsa.patch mythtv/repos/community-x86_64/mythbackend.service mythtv/repos/community-x86_64/mythtv.install --+ /PKGBUILD| 146 + /mythbackend.service | 28 ++ /mythtv.install | 44 + community-i686/PKGBUILD | 75 community-i686/alsa.patch| 66 -- community-i686/mythbackend.service | 14 --- community-i686/mythtv.install| 22 community-x86_64/PKGBUILD| 75 community-x86_64/alsa.patch | 66 -- community-x86_64/mythbackend.service | 14 --- community-x86_64/mythtv.install | 22 11 files changed, 218 insertions(+), 354 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-09-19 04:02:49 UTC (rev 97418) +++ community-i686/PKGBUILD 2013-09-19 04:04:04 UTC (rev 97419) @@ -1,75 +0,0 @@ -# $Id$ -# Maintainer: Jonathan Conder -# Contributor: Giovanni Scafora -# Contributor: Juergen Hoetzel -# Contributor: -# Contributor: dorphell - -pkgname=mythtv -pkgver=0.26.1 -pkgrel=1 -epoch=1 -pkgdesc="A Homebrew PVR project" -arch=('i686' 'x86_64') -url="http://www.mythtv.org/"; -license=('GPL') -depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' - 'libpulse' 'libva' 'libvdpau' 'libxinerama' 'lirc-utils' -'mariadb-clients' 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' -'perl-libwww' 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'urlgrabber' -'x264') -makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm') -optdepends=('glew: for GPU commercial flagging' -'libcec: for consumer electronics control capabilities' - 'libxml2: to read blu-ray metadata' - 'openssl: for AirTunes (RAOP) support' -'xmltv: to download tv listings') -conflicts=('myththemes' 'mythplugins-mythvideo') -replaces=('myththemes' 'mythplugins-mythvideo') -backup=() -install='mythtv.install' -source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"; -'alsa.patch' - 'mythbackend.service' - 'libva-compat.patch::https://github.com/garybuhrmaster/mythtv/commit/2add868d2f18b8b47d9747e043f052e88869bfc3.patch' - 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.patch') -md5sums=('ef25a9b86f4a23d6f07d83791a1e5c9e' - 'f64b8219e3d27a2edf96733b851e576b' - 'e4d572dcc307d6d8ae26bee5aebf9f3a' - 'ae88a16e9f42a913f395bf71af18e931' - '6e156c9fc0b369346d93ccafad46cba3') - -build() { - cd "$srcdir/$pkgname-$pkgver" - find 'bindings/python' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' - - patch -Np1 -i "$srcdir/alsa.patch" - patch -Np2 -i "$srcdir/libva-compat.patch" - patch -Np2 -i "$srcdir/libcec-2-support.patch" - - ARCH="${CARCH/_/-}" - ./configure --prefix=/usr \ - --cpu="$ARCH" \ - --disable-altivec \ - --disable-audio-jack \ - --disable-ccache \ - --disable-distcc \ - --enable-libfftw3 \ - --enable-libmp3lame \ - --enable-libx264 \ - --enable-vaapi \ - --python=python2 - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make INSTALL_ROOT="$pkgdir" install - - install -D -m644 "$srcdir/mythbackend.service" "$pkgdir/usr/lib/systemd/system/mythbackend.service" - install -D -m644 'database/mc.sql' "$pkgdir/usr/share/mythtv/mc.sql" - - mkdir -p "$pkgdir/usr/share/mythtv" - cp -R 'contrib' "$pkgdir/usr/share/mythtv" - mkdir -p "$pkgdir/var/log/mythtv" -} Copied: mythtv/repos/community-i686/PKGBUILD (from rev 97418, mythtv/trunk/PKGBUILD) === --- community-i686/PKGBUILD
[arch-commits] Commit in mythtv/trunk (PKGBUILD alsa.patch)
Date: Thursday, September 19, 2013 @ 06:02:49 Author: jconder Revision: 97418 upgpkg: mythtv 1:0.27-1 update to 0.27 Modified: mythtv/trunk/PKGBUILD Deleted: mythtv/trunk/alsa.patch + PKGBUILD | 62 ++- alsa.patch | 66 --- 2 files changed, 30 insertions(+), 98 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 23:09:17 UTC (rev 97417) +++ PKGBUILD2013-09-19 04:02:49 UTC (rev 97418) @@ -6,7 +6,7 @@ # Contributor: dorphell pkgname=mythtv -pkgver=0.26.1 +pkgver=0.27 pkgrel=1 epoch=1 pkgdesc="A Homebrew PVR project" @@ -14,56 +14,54 @@ url="http://www.mythtv.org/"; license=('GPL') depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' - 'libpulse' 'libva' 'libvdpau' 'libxinerama' 'lirc-utils' -'mariadb-clients' 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' -'perl-libwww' 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'urlgrabber' -'x264') + 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 'mariadb-clients' + 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww' + 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 'x264') makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm') optdepends=('glew: for GPU commercial flagging' 'libcec: for consumer electronics control capabilities' - 'libxml2: to read blu-ray metadata' - 'openssl: for AirTunes (RAOP) support' +'libxml2: to read blu-ray metadata' +'openssl: for AirTunes (RAOP) support' 'xmltv: to download tv listings') conflicts=('myththemes' 'mythplugins-mythvideo') replaces=('myththemes' 'mythplugins-mythvideo') backup=() install='mythtv.install' -source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"; -'alsa.patch' - 'mythbackend.service' - 'libva-compat.patch::https://github.com/garybuhrmaster/mythtv/commit/2add868d2f18b8b47d9747e043f052e88869bfc3.patch' - 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.patch') -md5sums=('ef25a9b86f4a23d6f07d83791a1e5c9e' - 'f64b8219e3d27a2edf96733b851e576b' - 'e4d572dcc307d6d8ae26bee5aebf9f3a' - 'ae88a16e9f42a913f395bf71af18e931' - '6e156c9fc0b369346d93ccafad46cba3') +source=("http://www.$pkgname.org/download/$pkgname/$pkgver"; +'mythbackend.service' + 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch') +sha256sums=('670b378e379df05a4f2ac28cc3cb2578587b42cb03710e0b230b75d692f8e2b8' +'f628f44164ce773ae54d320fb2f65353cacf9deec16981e4e56316ac33000a2f' +'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3') -build() { - cd "$srcdir/$pkgname-$pkgver" +prepare() { + cd "$srcdir/$pkgname-fixes-$pkgver/$pkgname" + find 'bindings/python' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' + patch -Np2 -i "$srcdir/libcec-2-support.2.patch" +} - patch -Np1 -i "$srcdir/alsa.patch" - patch -Np2 -i "$srcdir/libva-compat.patch" - patch -Np2 -i "$srcdir/libcec-2-support.patch" +build() { + cd "$srcdir/$pkgname-fixes-$pkgver/$pkgname" ARCH="${CARCH/_/-}" ./configure --prefix=/usr \ --cpu="$ARCH" \ - --disable-altivec \ - --disable-audio-jack \ - --disable-ccache \ - --disable-distcc \ - --enable-libfftw3 \ - --enable-libmp3lame \ - --enable-libx264 \ - --enable-vaapi \ - --python=python2 + --disable-altivec \ + --disable-audio-jack \ + --disable-ccache \ + --disable-distcc \ + --enable-libfftw3 \ + --enable-libmp3lame \ + --enable-libvpx \ + --enable-libx264 \ + --enable-vaapi \ + --python=python2 make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/$pkgname-fixes-$pkgver/$pkgname" make INSTALL_ROOT="$pkgdir" install install -D -m644 "$srcdir/mythbackend.service" "$pkgdir/usr/lib/systemd/system/mythbackend.service" Deleted: alsa.patch === --- alsa.patch 2013-09-18 23:09:17 UTC (rev 97417) +++ alsa.patch 2013-09-19 04:02:49 UTC (rev 97418) @@ -1,66 +0,0 @@ -diff -Nru a/external/FFmpeg/libavdevice/alsa-audio-common.c b/external/FFmpeg/libavdevice/alsa-audio-common.c a/external/FFmpeg/libavdevice/alsa-audio-common.c 2012-10-02 23:30:24.0 +1300 -+++ b/external/FFmpeg/libavdevice/alsa-audio-common.c 2013-01-09 13:23:49.704360811 +1300 -@@ -28,6 +28,7 @@ - * @author Nicolas George ( nicolas george normalesup org ) - */ - -
[arch-commits] Commit in xvidcore/repos (4 files)
Date: Thursday, September 19, 2013 @ 02:27:32 Author: dan Revision: 194593 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xvidcore/repos/extra-i686/PKGBUILD (from rev 194592, xvidcore/trunk/PKGBUILD) xvidcore/repos/extra-x86_64/PKGBUILD (from rev 194592, xvidcore/trunk/PKGBUILD) Deleted: xvidcore/repos/extra-i686/PKGBUILD xvidcore/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 66 extra-i686/PKGBUILD | 33 extra-x86_64/PKGBUILD | 33 3 files changed, 66 insertions(+), 66 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-09-19 00:27:21 UTC (rev 194592) +++ extra-i686/PKGBUILD 2013-09-19 00:27:32 UTC (rev 194593) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: tobias -# Contributor: Sarah Hay - -pkgname=xvidcore -pkgver=1.3.2 -pkgrel=1 -pkgdesc="XviD is an open source MPEG-4 video codec" -arch=('i686' 'x86_64') -url="http://www.xvid.org/"; -license=('GPL') -depends=('glibc') -makedepends=('nasm') -source=(http://downloads.xvid.org/downloads/${pkgname}-${pkgver}.tar.bz2) -md5sums=('34389e980d4f849688f8b1e168f4e2f9') -sha1sums=('74f9ce9c1bebcc9806bf21cb53274b8102700309') - -build() { - cd "${srcdir}/${pkgname}/build/generic" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}/build/generic" - make DESTDIR="${pkgdir}" install - - #Fix dynamic libraries - cd "${pkgdir}/usr/lib" - _mylib=$(basename libxvidcore.so.*) - ln -sf ${_mylib} libxvidcore.so.4 - ln -sf ${_mylib} libxvidcore.so -} Copied: xvidcore/repos/extra-i686/PKGBUILD (from rev 194592, xvidcore/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-09-19 00:27:32 UTC (rev 194593) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: tobias +# Contributor: Sarah Hay + +pkgname=xvidcore +pkgver=1.3.2 +pkgrel=2 +pkgdesc="XviD is an open source MPEG-4 video codec" +arch=('i686' 'x86_64') +url="http://www.xvid.org/"; +license=('GPL') +depends=('glibc') +makedepends=('nasm') +source=(http://downloads.xvid.org/downloads/${pkgname}-${pkgver}.tar.bz2) +md5sums=('34389e980d4f849688f8b1e168f4e2f9') +sha1sums=('74f9ce9c1bebcc9806bf21cb53274b8102700309') + +build() { + cd "${srcdir}/${pkgname}/build/generic" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}/build/generic" + make DESTDIR="${pkgdir}" install + + #Fix dynamic libraries + cd "${pkgdir}/usr/lib" + _mylib=$(basename libxvidcore.so.*) + ln -sf ${_mylib} libxvidcore.so.4 + ln -sf ${_mylib} libxvidcore.so +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-09-19 00:27:21 UTC (rev 194592) +++ extra-x86_64/PKGBUILD 2013-09-19 00:27:32 UTC (rev 194593) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: tobias -# Contributor: Sarah Hay - -pkgname=xvidcore -pkgver=1.3.2 -pkgrel=1 -pkgdesc="XviD is an open source MPEG-4 video codec" -arch=('i686' 'x86_64') -url="http://www.xvid.org/"; -license=('GPL') -depends=('glibc') -makedepends=('nasm') -source=(http://downloads.xvid.org/downloads/${pkgname}-${pkgver}.tar.bz2) -md5sums=('34389e980d4f849688f8b1e168f4e2f9') -sha1sums=('74f9ce9c1bebcc9806bf21cb53274b8102700309') - -build() { - cd "${srcdir}/${pkgname}/build/generic" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}/build/generic" - make DESTDIR="${pkgdir}" install - - #Fix dynamic libraries - cd "${pkgdir}/usr/lib" - _mylib=$(basename libxvidcore.so.*) - ln -sf ${_mylib} libxvidcore.so.4 - ln -sf ${_mylib} libxvidcore.so -} Copied: xvidcore/repos/extra-x86_64/PKGBUILD (from rev 194592, xvidcore/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-09-19 00:27:32 UTC (rev 194593) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: tobias +# Contributor: Sarah Hay + +pkgname=xvidcore +pkgver=1.3.2 +pkgrel=2 +pkgdesc="XviD is an open source MPEG-4 video codec" +arch=('i686' 'x86_64') +url="http://www.xvid.org/"; +license=('GPL') +depends=('glibc') +makedepends=('nasm') +source=(http://downloads.xvid.org/downloads/${pkgname}-${pkgver}.tar.bz2) +md5sums=('34389e980d4f849688f8b1e168f4e2f9') +sha1sums=('74f9ce9c1bebcc9806bf21cb53274b8102700309') + +build() { + cd "${srcdir}/${pkgname}/build/generic" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}/build/generic" + make DESTDIR="${pkgdir}" install + + #Fix dynamic libraries + cd "${pkgdir}/usr/lib" + _mylib=$(basename libxvidcore.so.*) + ln -sf ${_mylib} libxvidcore.so.4 + ln -sf ${_mylib} libxvidcore.so +}
[arch-commits] Commit in xvidcore/trunk (PKGBUILD)
Date: Thursday, September 19, 2013 @ 02:27:21 Author: dan Revision: 194592 upgpkg: xvidcore 1.3.2-2 Rebuild really old package (over 2 years) Modified: xvidcore/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 23:46:40 UTC (rev 194591) +++ PKGBUILD2013-09-19 00:27:21 UTC (rev 194592) @@ -4,7 +4,7 @@ pkgname=xvidcore pkgver=1.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="XviD is an open source MPEG-4 video codec" arch=('i686' 'x86_64') url="http://www.xvid.org/";
[arch-commits] Commit in chromium/repos (24 files)
Date: Thursday, September 19, 2013 @ 01:46:40 Author: foutrelis Revision: 194591 archrelease: copy trunk to extra-i686, extra-x86_64 Added: chromium/repos/extra-i686/PKGBUILD (from rev 194590, chromium/trunk/PKGBUILD) chromium/repos/extra-i686/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch (from rev 194590, chromium/trunk/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch) chromium/repos/extra-i686/chromium.default (from rev 194590, chromium/trunk/chromium.default) chromium/repos/extra-i686/chromium.desktop (from rev 194590, chromium/trunk/chromium.desktop) chromium/repos/extra-i686/chromium.install (from rev 194590, chromium/trunk/chromium.install) chromium/repos/extra-i686/chromium.sh (from rev 194590, chromium/trunk/chromium.sh) chromium/repos/extra-x86_64/PKGBUILD (from rev 194590, chromium/trunk/PKGBUILD) chromium/repos/extra-x86_64/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch (from rev 194590, chromium/trunk/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch) chromium/repos/extra-x86_64/chromium.default (from rev 194590, chromium/trunk/chromium.default) chromium/repos/extra-x86_64/chromium.desktop (from rev 194590, chromium/trunk/chromium.desktop) chromium/repos/extra-x86_64/chromium.install (from rev 194590, chromium/trunk/chromium.install) chromium/repos/extra-x86_64/chromium.sh (from rev 194590, chromium/trunk/chromium.sh) Deleted: chromium/repos/extra-i686/PKGBUILD chromium/repos/extra-i686/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch chromium/repos/extra-i686/chromium.default chromium/repos/extra-i686/chromium.desktop chromium/repos/extra-i686/chromium.install chromium/repos/extra-i686/chromium.sh chromium/repos/extra-x86_64/PKGBUILD chromium/repos/extra-x86_64/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch chromium/repos/extra-x86_64/chromium.default chromium/repos/extra-x86_64/chromium.desktop chromium/repos/extra-x86_64/chromium.install chromium/repos/extra-x86_64/chromium.sh -+ /PKGBUILD | 322 ++ /chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch | 92 ++ /chromium.default |8 /chromium.desktop | 226 +++ /chromium.install | 24 /chromium.sh | 32 extra-i686/PKGBUILD | 161 - extra-i686/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch | 46 - extra-i686/chromium.default |4 extra-i686/chromium.desktop | 113 --- extra-i686/chromium.install | 12 extra-i686/chromium.sh | 16 extra-x86_64/PKGBUILD | 161 - extra-x86_64/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch | 46 - extra-x86_64/chromium.default |4 extra-x86_64/chromium.desktop | 113 --- extra-x86_64/chromium.install | 12 extra-x86_64/chromium.sh | 16 18 files changed, 704 insertions(+), 704 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 194590:194591 to see the changes.
[arch-commits] Commit in chromium/trunk (PKGBUILD)
Date: Thursday, September 19, 2013 @ 01:46:18 Author: foutrelis Revision: 194590 upgpkg: chromium 29.0.1547.76-1 New upstream release. Modified: chromium/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 22:47:23 UTC (rev 194589) +++ PKGBUILD2013-09-18 23:46:18 UTC (rev 194590) @@ -5,7 +5,7 @@ # Contributor: Daniel J Griffiths pkgname=chromium -pkgver=29.0.1547.65 +pkgver=29.0.1547.76 pkgrel=1 pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser" arch=('i686' 'x86_64') @@ -25,7 +25,7 @@ chromium.default chromium.sh chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch) -sha256sums=('860b8d1818dfd14f27af794a4868dc1b56c1e867f6a28190c95e0603752bab6e' +sha256sums=('61db2740f6eb7f95aeadf20d5e34a5c6759e9e8d08b88f5c960e041cfc502888' '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322' '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232' '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
[arch-commits] Commit in (haskell-hs-bibutils haskell-tagsoup)
Date: Thursday, September 19, 2013 @ 01:09:17 Author: thestinger Revision: 97417 drop haskell bibutils/tagsoup (pandoc deps) Deleted: haskell-hs-bibutils/ haskell-tagsoup/
[arch-commits] Commit in tamsyn-font/repos/community-any (4 files)
Date: Thursday, September 19, 2013 @ 01:02:34 Author: svenstaro Revision: 97416 archrelease: copy trunk to community-any Added: tamsyn-font/repos/community-any/PKGBUILD (from rev 97415, tamsyn-font/trunk/PKGBUILD) tamsyn-font/repos/community-any/tamsyn-font.install (from rev 97415, tamsyn-font/trunk/tamsyn-font.install) Deleted: tamsyn-font/repos/community-any/PKGBUILD tamsyn-font/repos/community-any/tamsyn-font.install -+ PKGBUILD| 54 +- tamsyn-font.install | 44 +++- 2 files changed, 48 insertions(+), 50 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-09-18 23:02:26 UTC (rev 97415) +++ PKGBUILD2013-09-18 23:02:34 UTC (rev 97416) @@ -1,27 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Scott Fial - -pkgname=tamsyn-font -pkgver=1.9 -pkgrel=1 -pkgdesc="A monospaced bitmap font for the console and X11" -arch=('any') -url="http://www.fial.com/~scott/tamsyn-font"; -license=('custom') -depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') -install=$pkgname.install -source=(http://www.fial.com/~scott/$pkgname/download/$pkgname-$pkgver.tar.gz) -md5sums=('b77250bdb3a5bad08740e6fe848b0f53') - -package () { - cd "$srcdir/$pkgname-$pkgver" - - install -d "$pkgdir/usr/share/fonts/local" - install -d "$pkgdir/usr/share/kbd/consolefonts" - install -d "$pkgdir/usr/share/doc/$pkgname" - - install -m644 *.pcf "$pkgdir/usr/share/fonts/local/" - install -m644 *.psf.gz "$pkgdir/usr/share/kbd/consolefonts/" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/" -} Copied: tamsyn-font/repos/community-any/PKGBUILD (from rev 97415, tamsyn-font/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-18 23:02:34 UTC (rev 97416) @@ -0,0 +1,27 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Scott Fial + +pkgname=tamsyn-font +pkgver=1.10 +pkgrel=1 +pkgdesc="A monospaced bitmap font for the console and X11" +arch=('any') +url="http://www.fial.com/~scott/tamsyn-font"; +license=('custom') +depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') +install=$pkgname.install +source=(http://www.fial.com/~scott/$pkgname/download/$pkgname-$pkgver.tar.gz) +md5sums=('92afa4633a1afd8c54e426681ffd465e') + +package () { + cd "$srcdir/$pkgname-$pkgver" + + install -d "$pkgdir/usr/share/fonts/local" + install -d "$pkgdir/usr/share/kbd/consolefonts" + install -d "$pkgdir/usr/share/doc/$pkgname" + + install -m644 *.pcf "$pkgdir/usr/share/fonts/local/" + install -m644 *.psf.gz "$pkgdir/usr/share/kbd/consolefonts/" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/" +} Deleted: tamsyn-font.install === --- tamsyn-font.install 2013-09-18 23:02:26 UTC (rev 97415) +++ tamsyn-font.install 2013-09-18 23:02:34 UTC (rev 97416) @@ -1,23 +0,0 @@ -# arg 1: the new package version -post_install() { - echo "Updating font cache... " - fc-cache -fs >/dev/null 2>&1 - mkfontscale /usr/share/fonts/local - mkfontdir /usr/share/fonts/local - echo "Make sure that you add /usr/share/fonts/local/ to xorg.conf under the" - echo "\"Files\" section." - echo "See the README in /usr/share/doc/tamsyn-font for more info." -} - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - post_install $1 -} - -# arg 1: the old package version -post_remove() { - fc-cache -fs >/dev/null 2>&1 - mkfontscale /usr/share/fonts/local - mkfontdir /usr/share/fonts/local -} Copied: tamsyn-font/repos/community-any/tamsyn-font.install (from rev 97415, tamsyn-font/trunk/tamsyn-font.install) === --- tamsyn-font.install (rev 0) +++ tamsyn-font.install 2013-09-18 23:02:34 UTC (rev 97416) @@ -0,0 +1,21 @@ +# arg 1: the new package version +post_install() { + echo "Updating font cache... " + fc-cache -fs >/dev/null 2>&1 + mkfontscale /usr/share/fonts/local + mkfontdir /usr/share/fonts/local + echo "See the README in /usr/share/doc/tamsyn-font for more info." +} + +# arg 1: the new package version +# arg 2: the old package version +post_upgrade() { + post_install $1 +} + +# arg 1: the old package version +post_remove() { + fc-cache -fs >/dev/null 2>&1 + mkfontscale /usr/share/fonts/local + mkfontdir /usr/share/fonts/local +}
[arch-commits] Commit in tamsyn-font/trunk (PKGBUILD tamsyn-font.install)
Date: Thursday, September 19, 2013 @ 01:02:26 Author: svenstaro Revision: 97415 upgpkg: tamsyn-font 1.10-1 Updating to 1.10 Modified: tamsyn-font/trunk/PKGBUILD tamsyn-font/trunk/tamsyn-font.install -+ PKGBUILD|4 ++-- tamsyn-font.install |2 -- 2 files changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 22:50:10 UTC (rev 97414) +++ PKGBUILD2013-09-18 23:02:26 UTC (rev 97415) @@ -2,7 +2,7 @@ # Contributor: Scott Fial pkgname=tamsyn-font -pkgver=1.9 +pkgver=1.10 pkgrel=1 pkgdesc="A monospaced bitmap font for the console and X11" arch=('any') @@ -11,7 +11,7 @@ depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') install=$pkgname.install source=(http://www.fial.com/~scott/$pkgname/download/$pkgname-$pkgver.tar.gz) -md5sums=('b77250bdb3a5bad08740e6fe848b0f53') +md5sums=('92afa4633a1afd8c54e426681ffd465e') package () { cd "$srcdir/$pkgname-$pkgver" Modified: tamsyn-font.install === --- tamsyn-font.install 2013-09-18 22:50:10 UTC (rev 97414) +++ tamsyn-font.install 2013-09-18 23:02:26 UTC (rev 97415) @@ -4,8 +4,6 @@ fc-cache -fs >/dev/null 2>&1 mkfontscale /usr/share/fonts/local mkfontdir /usr/share/fonts/local - echo "Make sure that you add /usr/share/fonts/local/ to xorg.conf under the" - echo "\"Files\" section." echo "See the README in /usr/share/doc/tamsyn-font for more info." }
[arch-commits] Commit in python-stevedore/trunk (PKGBUILD)
Date: Thursday, September 19, 2013 @ 00:50:04 Author: foutrelis Revision: 97413 upgpkg: python-stevedore 0.12-1 New upstream release. Modified: python-stevedore/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 22:45:28 UTC (rev 97412) +++ PKGBUILD2013-09-18 22:50:04 UTC (rev 97413) @@ -2,7 +2,7 @@ # Maintainer: Evangelos Foutras http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz) -sha256sums=('3d647df6522a7fd30152382a948b3983ea9aa6097966ccb09244954ef345f267') +sha256sums=('9689a76c09eaeb60b6db5b45aae71de8c53f15d302d790536ac5bf7c47d729eb') package_python-stevedore() { depends=('python')
[arch-commits] Commit in python-stevedore/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, September 19, 2013 @ 00:50:10 Author: foutrelis Revision: 97414 archrelease: copy trunk to community-any Added: python-stevedore/repos/community-any/PKGBUILD (from rev 97413, python-stevedore/trunk/PKGBUILD) Deleted: python-stevedore/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-09-18 22:50:04 UTC (rev 97413) +++ PKGBUILD2013-09-18 22:50:10 UTC (rev 97414) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Evangelos Foutras https://github.com/dreamhost/stevedore"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools') -options=('!emptydirs') -source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz) -sha256sums=('3d647df6522a7fd30152382a948b3983ea9aa6097966ccb09244954ef345f267') - -package_python-stevedore() { - depends=('python') - - cd "$srcdir/stevedore-$pkgver" - python3 setup.py install --root="$pkgdir" -O1 -} - -package_python2-stevedore() { - depends=('python2') - - cd "$srcdir/stevedore-$pkgver" - python2 setup.py install --root="$pkgdir" -O1 -} - -# vim:set ts=2 sw=2 et: Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 97413, python-stevedore/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-18 22:50:10 UTC (rev 97414) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Evangelos Foutras https://github.com/dreamhost/stevedore"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools') +options=('!emptydirs') +source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz) +sha256sums=('9689a76c09eaeb60b6db5b45aae71de8c53f15d302d790536ac5bf7c47d729eb') + +package_python-stevedore() { + depends=('python') + + cd "$srcdir/stevedore-$pkgver" + python3 setup.py install --root="$pkgdir" -O1 +} + +package_python2-stevedore() { + depends=('python2') + + cd "$srcdir/stevedore-$pkgver" + python2 setup.py install --root="$pkgdir" -O1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in ltrace/repos (4 files)
Date: Thursday, September 19, 2013 @ 00:47:23 Author: foutrelis Revision: 194589 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ltrace/repos/extra-i686/PKGBUILD (from rev 194588, ltrace/trunk/PKGBUILD) ltrace/repos/extra-x86_64/PKGBUILD (from rev 194588, ltrace/trunk/PKGBUILD) Deleted: ltrace/repos/extra-i686/PKGBUILD ltrace/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 82 extra-i686/PKGBUILD | 40 --- extra-x86_64/PKGBUILD | 40 --- 3 files changed, 82 insertions(+), 80 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-09-18 22:47:12 UTC (rev 194588) +++ extra-i686/PKGBUILD 2013-09-18 22:47:23 UTC (rev 194589) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Evangelos Foutras -# Contributor: Aaron Griffin -# Contributor: Tom Newsom - -pkgname=ltrace -pkgver=0.7.2 -pkgrel=1 -pkgdesc="Tracks runtime library calls in dynamically linked programs" -arch=('i686' 'x86_64') -url="http://ltrace.alioth.debian.org/"; -license=('GPL') -depends=('elfutils') -makedepends=('dejagnu') -backup=('etc/ltrace.conf') -source=(https://alioth.debian.org/frs/download.php/3848/$pkgname-$pkgver.tar.bz2) -sha256sums=('bd9e7bd94ba6728fd3ec57f4bcfef8240260bea8f4fcebbc9c454d07ccc11894') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc - make -} - -check() { - cd "$srcdir/$pkgname-$pkgver" - - make -k check -} - -package(){ - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: ltrace/repos/extra-i686/PKGBUILD (from rev 194588, ltrace/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-09-18 22:47:23 UTC (rev 194589) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: Aaron Griffin +# Contributor: Tom Newsom + +pkgname=ltrace +pkgver=0.7.3 +pkgrel=1 +pkgdesc="Tracks runtime library calls in dynamically linked programs" +arch=('i686' 'x86_64') +url="http://ltrace.alioth.debian.org/"; +license=('GPL') +depends=('elfutils') +makedepends=('dejagnu') +backup=('etc/ltrace.conf') +source=(https://alioth.debian.org/frs/download.php/file/3947/$pkgname-$pkgver.tar.bz2) +sha256sums=('0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--disable-werror + make +} + +check() { + cd "$srcdir/$pkgname-$pkgver" + + make -k check || true +} + +package(){ + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-09-18 22:47:12 UTC (rev 194588) +++ extra-x86_64/PKGBUILD 2013-09-18 22:47:23 UTC (rev 194589) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Evangelos Foutras -# Contributor: Aaron Griffin -# Contributor: Tom Newsom - -pkgname=ltrace -pkgver=0.7.2 -pkgrel=1 -pkgdesc="Tracks runtime library calls in dynamically linked programs" -arch=('i686' 'x86_64') -url="http://ltrace.alioth.debian.org/"; -license=('GPL') -depends=('elfutils') -makedepends=('dejagnu') -backup=('etc/ltrace.conf') -source=(https://alioth.debian.org/frs/download.php/3848/$pkgname-$pkgver.tar.bz2) -sha256sums=('bd9e7bd94ba6728fd3ec57f4bcfef8240260bea8f4fcebbc9c454d07ccc11894') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc - make -} - -check() { - cd "$srcdir/$pkgname-$pkgver" - - make -k check -} - -package(){ - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: ltrace/repos/extra-x86_64/PKGBUILD (from rev 194588, ltrace/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-09-18 22:47:23 UTC (rev 194589) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: Aaron Griffin +# Contributor: Tom Newsom + +pkgname=ltrace +pkgver=0.7.3 +pkgrel=1 +pkgdesc="Tracks runtime library calls in dynamically linked programs" +arch=('i686' 'x86_64') +url="http://ltrace.alioth.debian.org/"; +license=('GPL') +depends=('elfutils') +makedepends=('dejagnu') +backup=('etc/ltrace.conf') +source=(https://alioth.debian.org/frs/download.php/file/3947/$pkgname-$pkgver.tar.bz2) +sha256sums=('0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--disable-werror + make +} + +check() { + cd "$srcdir/$pkg
[arch-commits] Commit in ltrace/trunk (PKGBUILD)
Date: Thursday, September 19, 2013 @ 00:47:12 Author: foutrelis Revision: 194588 upgpkg: ltrace 0.7.3-1 New upstream release. Modified: ltrace/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 22:21:21 UTC (rev 194587) +++ PKGBUILD2013-09-18 22:47:12 UTC (rev 194588) @@ -4,7 +4,7 @@ # Contributor: Tom Newsom pkgname=ltrace -pkgver=0.7.2 +pkgver=0.7.3 pkgrel=1 pkgdesc="Tracks runtime library calls in dynamically linked programs" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ depends=('elfutils') makedepends=('dejagnu') backup=('etc/ltrace.conf') -source=(https://alioth.debian.org/frs/download.php/3848/$pkgname-$pkgver.tar.bz2) -sha256sums=('bd9e7bd94ba6728fd3ec57f4bcfef8240260bea8f4fcebbc9c454d07ccc11894') +source=(https://alioth.debian.org/frs/download.php/file/3947/$pkgname-$pkgver.tar.bz2) +sha256sums=('0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503') build() { cd "$srcdir/$pkgname-$pkgver" @@ -21,7 +21,8 @@ ./configure \ --prefix=/usr \ ---sysconfdir=/etc +--sysconfdir=/etc \ +--disable-werror make } @@ -28,7 +29,7 @@ check() { cd "$srcdir/$pkgname-$pkgver" - make -k check + make -k check || true } package(){
[arch-commits] Commit in (haskell-pcre-light)
Date: Thursday, September 19, 2013 @ 00:45:28 Author: thestinger Revision: 97412 haskell-pcre-light Deleted: haskell-pcre-light/
[arch-commits] Commit in (haskell-digest)
Date: Thursday, September 19, 2013 @ 00:43:24 Author: thestinger Revision: 97411 drop haskell-digest Deleted: haskell-digest/
[arch-commits] Commit in (4 files)
Date: Thursday, September 19, 2013 @ 00:42:40 Author: thestinger Revision: 97410 drop more pandoc deps Deleted: haskell-base64-bytestring/ haskell-blaze-builder/ haskell-blaze-html/ haskell-blaze-markup/
[arch-commits] Commit in (7 files)
Date: Thursday, September 19, 2013 @ 00:37:11 Author: thestinger Revision: 97409 cleanup Deleted: haskell-aeson/ haskell-attoparsec/ haskell-json/ haskell-pandoc-types/ haskell-pandoc/ haskell-texmath/ haskell-unordered-containers/
[arch-commits] Commit in (bibutils)
Date: Thursday, September 19, 2013 @ 00:33:22 Author: thestinger Revision: 97400 drop bibutils Deleted: bibutils/
[arch-commits] Commit in (17 files)
Date: Thursday, September 19, 2013 @ 00:29:55 Author: thestinger Revision: 97387 cleanup Deleted: haskell-aeson/repos/ haskell-aeson/trunk/ haskell-attoparsec/repos/ haskell-attoparsec/trunk/ haskell-citeproc-hs/ haskell-hashable/ haskell-highlighting-kate/ haskell-json/repos/ haskell-json/trunk/ haskell-pandoc-types/repos/ haskell-pandoc-types/trunk/ haskell-pandoc/repos/ haskell-pandoc/trunk/ haskell-texmath/repos/ haskell-texmath/trunk/ haskell-unordered-containers/repos/ haskell-unordered-containers/trunk/
[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)
Date: Thursday, September 19, 2013 @ 00:21:12 Author: jgc Revision: 194586 upgpkg: evolution-data-server 3.9.92-1 Modified: evolution-data-server/trunk/PKGBUILD --+ PKGBUILD | 23 +++ 1 file changed, 3 insertions(+), 20 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 22:10:28 UTC (rev 194585) +++ PKGBUILD2013-09-18 22:21:12 UTC (rev 194586) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=evolution-data-server -pkgver=3.8.5 +pkgver=3.9.92 pkgrel=1 pkgdesc="Centralized access to appointments and contacts" arch=(i686 x86_64) @@ -12,26 +12,9 @@ install=$pkgname.install url="http://www.gnome.org"; license=(GPL) -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz -fix-google-2fa-1.patch -fix-google-2fa-2.patch -fix-google-2fa-3.patch -fix-google-2fa-4.patch) -sha256sums=('73c4ecfed65651cc72966b90081d7b72f9b42573585bc89797efea65ccfdbd2a' -'c1de9fe146f0512cf6c0219341c8409a9e4d955c3eb6a85f7d07183972b9328e' -'3e1c83dd00f01dfa0f9d67d2327de110b3e232a5f9a882ccce09a02392df7de6' -'9da8cccf504f40b8ee9e068b465cdf0a1a858999dd88d8e8e96f1e4cdffbf1e2' -'27022d00575ba1b9283d9420aa231c2770ff403b0b6c0442b6d679faefdbe00e') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('10f4040eb1e8086c706fdf0791eedd21781e296c4c222f79c55d38151e4f50c1') - -prepare() { - cd "$pkgname-$pkgver" - patch -Np1 -i ../fix-google-2fa-1.patch - patch -Np1 -i ../fix-google-2fa-2.patch - patch -Np1 -i ../fix-google-2fa-3.patch - patch -Np1 -i ../fix-google-2fa-4.patch -} - build() { cd "$pkgname-$pkgver" autoreconf -fi
[arch-commits] Commit in evolution-data-server/repos (14 files)
Date: Thursday, September 19, 2013 @ 00:21:21 Author: jgc Revision: 194587 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: evolution-data-server/repos/gnome-unstable-i686/ evolution-data-server/repos/gnome-unstable-i686/PKGBUILD (from rev 194586, evolution-data-server/trunk/PKGBUILD) evolution-data-server/repos/gnome-unstable-i686/evolution-data-server.install (from rev 194586, evolution-data-server/trunk/evolution-data-server.install) evolution-data-server/repos/gnome-unstable-i686/fix-google-2fa-1.patch (from rev 194586, evolution-data-server/trunk/fix-google-2fa-1.patch) evolution-data-server/repos/gnome-unstable-i686/fix-google-2fa-2.patch (from rev 194586, evolution-data-server/trunk/fix-google-2fa-2.patch) evolution-data-server/repos/gnome-unstable-i686/fix-google-2fa-3.patch (from rev 194586, evolution-data-server/trunk/fix-google-2fa-3.patch) evolution-data-server/repos/gnome-unstable-i686/fix-google-2fa-4.patch (from rev 194586, evolution-data-server/trunk/fix-google-2fa-4.patch) evolution-data-server/repos/gnome-unstable-x86_64/ evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194586, evolution-data-server/trunk/PKGBUILD) evolution-data-server/repos/gnome-unstable-x86_64/evolution-data-server.install (from rev 194586, evolution-data-server/trunk/evolution-data-server.install) evolution-data-server/repos/gnome-unstable-x86_64/fix-google-2fa-1.patch (from rev 194586, evolution-data-server/trunk/fix-google-2fa-1.patch) evolution-data-server/repos/gnome-unstable-x86_64/fix-google-2fa-2.patch (from rev 194586, evolution-data-server/trunk/fix-google-2fa-2.patch) evolution-data-server/repos/gnome-unstable-x86_64/fix-google-2fa-3.patch (from rev 194586, evolution-data-server/trunk/fix-google-2fa-3.patch) evolution-data-server/repos/gnome-unstable-x86_64/fix-google-2fa-4.patch (from rev 194586, evolution-data-server/trunk/fix-google-2fa-4.patch) -+ gnome-unstable-i686/PKGBUILD| 33 + gnome-unstable-i686/evolution-data-server.install | 11 gnome-unstable-i686/fix-google-2fa-1.patch | 402 ++ gnome-unstable-i686/fix-google-2fa-2.patch | 86 +++ gnome-unstable-i686/fix-google-2fa-3.patch | 48 ++ gnome-unstable-i686/fix-google-2fa-4.patch | 159 +++ gnome-unstable-x86_64/PKGBUILD | 33 + gnome-unstable-x86_64/evolution-data-server.install | 11 gnome-unstable-x86_64/fix-google-2fa-1.patch| 402 ++ gnome-unstable-x86_64/fix-google-2fa-2.patch| 86 +++ gnome-unstable-x86_64/fix-google-2fa-3.patch| 48 ++ gnome-unstable-x86_64/fix-google-2fa-4.patch| 159 +++ 12 files changed, 1478 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 194586:194587 to see the changes.
[arch-commits] Commit in (haskell-xml)
Date: Thursday, September 19, 2013 @ 00:12:25 Author: thestinger Revision: 97366 drop haskell-xml Deleted: haskell-xml/
[arch-commits] Commit in (haskell-zip-archive)
Date: Thursday, September 19, 2013 @ 00:10:04 Author: thestinger Revision: 97363 drop haskell-zip-archive Deleted: haskell-zip-archive/
[arch-commits] Commit in gnome-desktop/repos (4 files)
Date: Thursday, September 19, 2013 @ 00:10:28 Author: jgc Revision: 194585 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-desktop/repos/gnome-unstable-i686/ gnome-desktop/repos/gnome-unstable-i686/PKGBUILD (from rev 194584, gnome-desktop/trunk/PKGBUILD) gnome-desktop/repos/gnome-unstable-x86_64/ gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194584, gnome-desktop/trunk/PKGBUILD) + gnome-unstable-i686/PKGBUILD | 30 ++ gnome-unstable-x86_64/PKGBUILD | 30 ++ 2 files changed, 60 insertions(+) Copied: gnome-desktop/repos/gnome-unstable-i686/PKGBUILD (from rev 194584, gnome-desktop/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 22:10:28 UTC (rev 194585) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-desktop +pkgver=3.9.92 +pkgrel=1 +epoch=1 +pkgdesc="Library with common API for various GNOME modules" +arch=(i686 x86_64) +license=(GPL LGPL) +depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes) +makedepends=(intltool gobject-introspection itstool) +url="http://www.gnome.org"; +groups=(gnome) +options=(!libtool) +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) +sha256sums=('e16fc69e55bb84394e334cff4b93da84035ae6e19370d03b1349f914a1d6113f') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname --disable-static \ +--with-gnome-distributor="Arch Linux" + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194584, gnome-desktop/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 22:10:28 UTC (rev 194585) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-desktop +pkgver=3.9.92 +pkgrel=1 +epoch=1 +pkgdesc="Library with common API for various GNOME modules" +arch=(i686 x86_64) +license=(GPL LGPL) +depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes) +makedepends=(intltool gobject-introspection itstool) +url="http://www.gnome.org"; +groups=(gnome) +options=(!libtool) +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) +sha256sums=('e16fc69e55bb84394e334cff4b93da84035ae6e19370d03b1349f914a1d6113f') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname --disable-static \ +--with-gnome-distributor="Arch Linux" + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gnome-desktop/trunk (PKGBUILD)
Date: Thursday, September 19, 2013 @ 00:10:22 Author: jgc Revision: 194584 upgpkg: gnome-desktop 1:3.9.92-1 Modified: gnome-desktop/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 22:05:17 UTC (rev 194583) +++ PKGBUILD2013-09-18 22:10:22 UTC (rev 194584) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=gnome-desktop -pkgver=3.8.4 +pkgver=3.9.92 pkgrel=1 epoch=1 pkgdesc="Library with common API for various GNOME modules" @@ -14,7 +14,7 @@ groups=(gnome) options=(!libtool) source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('2aa1d4c5b78b018368e1cf9cd3568555dd6b04ad68536b9f338b28ac0f89df9f') +sha256sums=('e16fc69e55bb84394e334cff4b93da84035ae6e19370d03b1349f914a1d6113f') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gnome-keyring/trunk (PKGBUILD)
Date: Thursday, September 19, 2013 @ 00:05:11 Author: jgc Revision: 194582 upgpkg: gnome-keyring 3.9.90-1 Modified: gnome-keyring/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 21:59:16 UTC (rev 194581) +++ PKGBUILD2013-09-18 22:05:11 UTC (rev 194582) @@ -2,7 +2,7 @@ # Maintainer: Jan De Groot pkgname=gnome-keyring -pkgver=3.8.2 +pkgver=3.9.90 pkgrel=1 pkgdesc="GNOME Password Management daemon" arch=(i686 x86_64) @@ -14,7 +14,7 @@ url="http://www.gnome.org"; install=gnome-keyring.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('f05692bb32db4d1afa65205ac4e68fa2b79107aca2393e237cf38f880cb7b868') +sha256sums=('9e7038e2b81d95f6dff5b4b4464070bba1caa8ccb4c4b90097e6c8394fa628f3') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in gnome-keyring/repos (6 files)
Date: Thursday, September 19, 2013 @ 00:05:17 Author: jgc Revision: 194583 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-keyring/repos/gnome-unstable-i686/ gnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 194582, gnome-keyring/trunk/PKGBUILD) gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install (from rev 194582, gnome-keyring/trunk/gnome-keyring.install) gnome-keyring/repos/gnome-unstable-x86_64/ gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194582, gnome-keyring/trunk/PKGBUILD) gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install (from rev 194582, gnome-keyring/trunk/gnome-keyring.install) -+ gnome-unstable-i686/PKGBUILD| 32 ++ gnome-unstable-i686/gnome-keyring.install | 12 + gnome-unstable-x86_64/PKGBUILD | 32 ++ gnome-unstable-x86_64/gnome-keyring.install | 12 + 4 files changed, 88 insertions(+) Copied: gnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 194582, gnome-keyring/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 22:05:17 UTC (rev 194583) @@ -0,0 +1,32 @@ +#$Id$ +# Maintainer: Jan De Groot + +pkgname=gnome-keyring +pkgver=3.9.90 +pkgrel=1 +pkgdesc="GNOME Password Management daemon" +arch=(i686 x86_64) +license=('GPL' 'LGPL') +depends=('gtk3' 'gcr' 'libcap-ng') +makedepends=('intltool') +groups=('gnome') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org"; +install=gnome-keyring.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('9e7038e2b81d95f6dff5b4b4464070bba1caa8ccb4c4b90097e6c8394fa628f3') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --libexecdir=/usr/lib/gnome-keyring \ + --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \ + --disable-schemas-compile + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Copied: gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install (from rev 194582, gnome-keyring/trunk/gnome-keyring.install) === --- gnome-unstable-i686/gnome-keyring.install (rev 0) +++ gnome-unstable-i686/gnome-keyring.install 2013-09-18 22:05:17 UTC (rev 194583) @@ -0,0 +1,12 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon +} + +post_upgrade() { +post_install $1 +} + +post_remove() { +glib-compile-schemas /usr/share/glib-2.0/schemas +} Copied: gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194582, gnome-keyring/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 22:05:17 UTC (rev 194583) @@ -0,0 +1,32 @@ +#$Id$ +# Maintainer: Jan De Groot + +pkgname=gnome-keyring +pkgver=3.9.90 +pkgrel=1 +pkgdesc="GNOME Password Management daemon" +arch=(i686 x86_64) +license=('GPL' 'LGPL') +depends=('gtk3' 'gcr' 'libcap-ng') +makedepends=('intltool') +groups=('gnome') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org"; +install=gnome-keyring.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('9e7038e2b81d95f6dff5b4b4464070bba1caa8ccb4c4b90097e6c8394fa628f3') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --libexecdir=/usr/lib/gnome-keyring \ + --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \ + --disable-schemas-compile + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Copied: gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install (from rev 194582, gnome-keyring/trunk/gnome-keyring.install) === --- gnome-unstable-x86_64/gnome-keyring.install (rev 0) +++ gnome-unstable-x86_64/gnome-keyring.install 2013-09-18 22:05:17 UTC (rev 194583) @@ -0,0 +1,12 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon +} + +post_upgrade() { +post_install $1 +} + +post_remove() { +glib-compile-schemas /usr/share/glib-2.0/schemas +}
[arch-commits] Commit in gnome-online-accounts/repos (12 files)
Date: Wednesday, September 18, 2013 @ 23:59:16 Author: jgc Revision: 194581 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-online-accounts/repos/gnome-unstable-i686/ gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD (from rev 194580, gnome-online-accounts/trunk/PKGBUILD) gnome-online-accounts/repos/gnome-unstable-i686/drop-google-password-interface-1.patch (from rev 194580, gnome-online-accounts/trunk/drop-google-password-interface-1.patch) gnome-online-accounts/repos/gnome-unstable-i686/drop-google-password-interface-2.patch (from rev 194580, gnome-online-accounts/trunk/drop-google-password-interface-2.patch) gnome-online-accounts/repos/gnome-unstable-i686/drop-google-password-interface-3.patch (from rev 194580, gnome-online-accounts/trunk/drop-google-password-interface-3.patch) gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install (from rev 194580, gnome-online-accounts/trunk/gnome-online-accounts.install) gnome-online-accounts/repos/gnome-unstable-x86_64/ gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194580, gnome-online-accounts/trunk/PKGBUILD) gnome-online-accounts/repos/gnome-unstable-x86_64/drop-google-password-interface-1.patch (from rev 194580, gnome-online-accounts/trunk/drop-google-password-interface-1.patch) gnome-online-accounts/repos/gnome-unstable-x86_64/drop-google-password-interface-2.patch (from rev 194580, gnome-online-accounts/trunk/drop-google-password-interface-2.patch) gnome-online-accounts/repos/gnome-unstable-x86_64/drop-google-password-interface-3.patch (from rev 194580, gnome-online-accounts/trunk/drop-google-password-interface-3.patch) gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install (from rev 194580, gnome-online-accounts/trunk/gnome-online-accounts.install) --+ gnome-unstable-i686/PKGBUILD | 29 gnome-unstable-i686/drop-google-password-interface-1.patch | 39 + gnome-unstable-i686/drop-google-password-interface-2.patch | 74 ++ gnome-unstable-i686/drop-google-password-interface-3.patch | 296 ++ gnome-unstable-i686/gnome-online-accounts.install| 11 gnome-unstable-x86_64/PKGBUILD | 29 gnome-unstable-x86_64/drop-google-password-interface-1.patch | 39 + gnome-unstable-x86_64/drop-google-password-interface-2.patch | 74 ++ gnome-unstable-x86_64/drop-google-password-interface-3.patch | 296 ++ gnome-unstable-x86_64/gnome-online-accounts.install | 11 10 files changed, 898 insertions(+) Copied: gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD (from rev 194580, gnome-online-accounts/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 21:59:16 UTC (rev 194581) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gnome-online-accounts +pkgver=3.9.92 +pkgrel=1 +pkgdesc="GNOME service to access online accounts" +arch=(i686 x86_64) +url="http://www.gnome.org"; +license=('GPL') +depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret' 'telepathy-glib') +makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') +options=(!libtool) +install=$pkgname.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) +sha256sums=('a482564306bd0ffe1cfa43ab1c73dd63b82ce5a5a32870cff2c6636cef4c216e') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Copied: gnome-online-accounts/repos/gnome-unstable-i686/drop-google-password-interface-1.patch (from rev 194580, gnome-online-accounts/trunk/drop-google-password-interface-1.patch) === --- gnome-unstable-i686/drop-google-password-interface-1.patch (rev 0) +++ gnome-unstable-i686/drop-google-password-interface-1.patch 2013-09-18 21:59:16 UTC (rev 194581) @@ -0,0 +1,39 @@ +From 9182fb378614abb2ff0245fe71a753f22eaaa906 Mon Sep 17 00:00:00 2001 +From: Debarshi Ray +Date: Tue, 11 Jun 2013 14:58:21 + +Subject: google: Bump credentials generation + +Access to the following were turned on in the Google APIs Console: + - Calendar API + - Google Calendar CalDAV API + - Google Contacts CardDAV API + +Of these, only the last two are new. We were already requesting the +scope for Calendar API, but looks like the APIs Console is the way +to go now. Interestingly the APIs Console does not list all the other +services that we are interested in, or it is does but is n
[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 23:59:07 Author: jgc Revision: 194580 upgpkg: gnome-online-accounts 3.9.92-1 Modified: gnome-online-accounts/trunk/PKGBUILD --+ PKGBUILD | 22 -- 1 file changed, 4 insertions(+), 18 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 18:38:37 UTC (rev 194579) +++ PKGBUILD2013-09-18 21:59:07 UTC (rev 194580) @@ -2,33 +2,19 @@ # Maintainer: Ionut Biru pkgname=gnome-online-accounts -pkgver=3.8.3 +pkgver=3.9.92 pkgrel=1 pkgdesc="GNOME service to access online accounts" arch=(i686 x86_64) url="http://www.gnome.org"; license=('GPL') -depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret') +depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret' 'telepathy-glib') makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') options=(!libtool) install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz -drop-google-password-interface-1.patch -drop-google-password-interface-2.patch -drop-google-password-interface-3.patch) -sha256sums=('9e5e55c5097b8d7c32c0dfb7d94448795c627723b133e8edd0b846adde63a44b' -'33435c10aa1ba3fbb6fd633dc098cd1da50629f1d602521ca83be5379f2ebe48' -'c837f9be4e5e072a06ea44076e6b9a1519c66c95b16d7a55b1dba105fded317f' -'18dfad8ed978af1068fd057bbe323006c349ac4ea77c742aa06f1011dc92326e') +source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) +sha256sums=('a482564306bd0ffe1cfa43ab1c73dd63b82ce5a5a32870cff2c6636cef4c216e') -prepare() { - cd $pkgname-$pkgver - # Backport from Ubuntu - patch -Np1 -i ../drop-google-password-interface-1.patch - patch -Np1 -i ../drop-google-password-interface-2.patch - patch -Np1 -i ../drop-google-password-interface-3.patch -} - build() { cd $pkgname-$pkgver ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
[arch-commits] Commit in haskell-highlighting-kate/repos (8 files)
Date: Wednesday, September 18, 2013 @ 23:56:11 Author: thestinger Revision: 97362 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-highlighting-kate/repos/community-i686/PKGBUILD (from rev 97361, haskell-highlighting-kate/trunk/PKGBUILD) haskell-highlighting-kate/repos/community-i686/haskell-highlighting-kate.install (from rev 97361, haskell-highlighting-kate/trunk/haskell-highlighting-kate.install) haskell-highlighting-kate/repos/community-x86_64/PKGBUILD (from rev 97361, haskell-highlighting-kate/trunk/PKGBUILD) haskell-highlighting-kate/repos/community-x86_64/haskell-highlighting-kate.install (from rev 97361, haskell-highlighting-kate/trunk/haskell-highlighting-kate.install) Deleted: haskell-highlighting-kate/repos/community-i686/PKGBUILD haskell-highlighting-kate/repos/community-i686/haskell-highlighting-kate.install haskell-highlighting-kate/repos/community-x86_64/PKGBUILD haskell-highlighting-kate/repos/community-x86_64/haskell-highlighting-kate.install + /PKGBUILD | 74 +++ /haskell-highlighting-kate.install | 46 +++ community-i686/PKGBUILD| 37 - community-i686/haskell-highlighting-kate.install | 23 - community-x86_64/PKGBUILD | 37 - community-x86_64/haskell-highlighting-kate.install | 23 - 6 files changed, 120 insertions(+), 120 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-09-18 21:55:37 UTC (rev 97361) +++ community-i686/PKGBUILD 2013-09-18 21:56:11 UTC (rev 97362) @@ -1,37 +0,0 @@ -# Maintainer: Daniel Micay -# Contributor: Arch Haskell Team -# Contributor: Lex Black - -_hkgname=highlighting-kate -pkgname=haskell-highlighting-kate -pkgver=0.5.3.9 -pkgrel=1 -pkgdesc="Syntax highlighting" -url="http://hackage.haskell.org/package/$_hkgname"; -license=('GPL') -arch=('i686' 'x86_64') -makedepends=('ghc') -depends=('haskell-blaze-html>=0.4.2' 'haskell-containers' 'haskell-filepath' 'haskell-mtl' 'haskell-parsec' 'haskell-pcre-light') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -install=$pkgname.install -md5sums=('fa274eb5d1f7002b16a312693ad9eef0') - -build() { - cd $_hkgname-$pkgver - runhaskell Setup configure -O --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 $_hkgname-$pkgver - install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh" - install -m744 unregister.sh "$pkgdir/usr/share/haskell/$pkgname/unregister.sh" - install -dm755 "$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" -} Copied: haskell-highlighting-kate/repos/community-i686/PKGBUILD (from rev 97361, haskell-highlighting-kate/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-18 21:56:11 UTC (rev 97362) @@ -0,0 +1,37 @@ +# Maintainer: Daniel Micay +# Contributor: Arch Haskell Team +# Contributor: Lex Black + +_hkgname=highlighting-kate +pkgname=haskell-highlighting-kate +pkgver=0.5.5 +pkgrel=1 +pkgdesc="Syntax highlighting" +url="http://hackage.haskell.org/package/$_hkgname"; +license=('GPL') +arch=('i686' 'x86_64') +makedepends=('ghc') +depends=('haskell-blaze-html>=0.4.2' 'haskell-containers' 'haskell-filepath' 'haskell-mtl' 'haskell-parsec' 'haskell-pcre-light') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=$pkgname.install +md5sums=('7c11a837292cc6f2d12b5bcb389bce48') + +build() { + cd $_hkgname-$pkgver + runhaskell Setup configure -O --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 $_hkgname-$pkgver + install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh" + install -m744 unregister.sh "$pkgdir/usr/share/haskell/$pkgname/unregister.sh" + install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries" + ln -s /usr/share/doc/$pkgname/html "$pkgdir/usr
[arch-commits] Commit in haskell-highlighting-kate/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 23:55:37 Author: thestinger Revision: 97361 upgpkg: haskell-highlighting-kate 0.5.5-1 Modified: haskell-highlighting-kate/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 21:37:45 UTC (rev 97360) +++ PKGBUILD2013-09-18 21:55:37 UTC (rev 97361) @@ -4,7 +4,7 @@ _hkgname=highlighting-kate pkgname=haskell-highlighting-kate -pkgver=0.5.3.9 +pkgver=0.5.5 pkgrel=1 pkgdesc="Syntax highlighting" url="http://hackage.haskell.org/package/$_hkgname"; @@ -14,7 +14,7 @@ depends=('haskell-blaze-html>=0.4.2' 'haskell-containers' 'haskell-filepath' 'haskell-mtl' 'haskell-parsec' 'haskell-pcre-light') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=$pkgname.install -md5sums=('fa274eb5d1f7002b16a312693ad9eef0') +md5sums=('7c11a837292cc6f2d12b5bcb389bce48') build() { cd $_hkgname-$pkgver
[arch-commits] Commit in haskell-texmath/repos (8 files)
Date: Wednesday, September 18, 2013 @ 23:37:45 Author: thestinger Revision: 97360 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-texmath/repos/community-i686/PKGBUILD (from rev 97359, haskell-texmath/trunk/PKGBUILD) haskell-texmath/repos/community-i686/haskell-texmath.install (from rev 97359, haskell-texmath/trunk/haskell-texmath.install) haskell-texmath/repos/community-x86_64/PKGBUILD (from rev 97359, haskell-texmath/trunk/PKGBUILD) haskell-texmath/repos/community-x86_64/haskell-texmath.install (from rev 97359, haskell-texmath/trunk/haskell-texmath.install) Deleted: haskell-texmath/repos/community-i686/PKGBUILD haskell-texmath/repos/community-i686/haskell-texmath.install haskell-texmath/repos/community-x86_64/PKGBUILD haskell-texmath/repos/community-x86_64/haskell-texmath.install --+ /PKGBUILD| 78 + /haskell-texmath.install | 46 + community-i686/PKGBUILD | 39 -- community-i686/haskell-texmath.install | 23 community-x86_64/PKGBUILD| 39 -- community-x86_64/haskell-texmath.install | 23 6 files changed, 124 insertions(+), 124 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-09-18 21:37:07 UTC (rev 97359) +++ community-i686/PKGBUILD 2013-09-18 21:37:45 UTC (rev 97360) @@ -1,39 +0,0 @@ -# Maintainer: Daniel Micay -# Contributor: Arch Haskell Team <> -# Contributor: Lex Black - -pkgname=haskell-texmath -_hkgname=texmath -pkgver=0.6.3 -pkgrel=1 -pkgdesc="Conversion of LaTeX math formulas to MathML." -url="https://github.com/jgm/texmath"; -license=("GPL") -arch=('i686' 'x86_64') -makedepends=('ghc') -depends=(haskell-containers haskell-parsec haskell-syb haskell-xml) -source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) -install=$pkgname.install -md5sums=('51a759ddfc114c5b3b7abc76644bceb1') - -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 -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh" - install -m744 unregister.sh "$pkgdir/usr/share/haskell/$pkgname/unregister.sh" - install -dm755 "$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" - rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE" -} Copied: haskell-texmath/repos/community-i686/PKGBUILD (from rev 97359, haskell-texmath/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-18 21:37:45 UTC (rev 97360) @@ -0,0 +1,39 @@ +# Maintainer: Daniel Micay +# Contributor: Arch Haskell Team <> +# Contributor: Lex Black + +pkgname=haskell-texmath +_hkgname=texmath +pkgver=0.6.4 +pkgrel=1 +pkgdesc="Conversion of LaTeX math formulas to MathML." +url="https://github.com/jgm/texmath"; +license=("GPL") +arch=('i686' 'x86_64') +makedepends=('ghc') +depends=(haskell-containers haskell-parsec haskell-syb haskell-xml) +source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) +install=$pkgname.install +md5sums=('d00583d680710c816c263d198cbf6311') + +build() { + cd "$srcdir/$_hkgname-$pkgver" + runhaskell Setup configure -O --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 -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh" + install -m744 unregister.sh "$pkgdir/usr/share/haskell/$pkgname/unregister.sh" + install -dm755 "$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" + rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE" +} Deleted: community-i686/haskell-texmath.install === --- community-i686/haskell-texmath.
[arch-commits] Commit in haskell-texmath/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 23:37:07 Author: thestinger Revision: 97359 upgpkg: haskell-texmath 0.6.4-1 Modified: haskell-texmath/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 21:16:48 UTC (rev 97358) +++ PKGBUILD2013-09-18 21:37:07 UTC (rev 97359) @@ -18,7 +18,7 @@ build() { cd "$srcdir/$_hkgname-$pkgver" - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ + runhaskell Setup configure -O --enable-split-objs --enable-shared \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build
[arch-commits] Commit in haskell-pandoc-types/repos (8 files)
Date: Wednesday, September 18, 2013 @ 23:16:48 Author: thestinger Revision: 97358 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-pandoc-types/repos/community-i686/PKGBUILD (from rev 97357, haskell-pandoc-types/trunk/PKGBUILD) haskell-pandoc-types/repos/community-i686/haskell-pandoc-types.install (from rev 97357, haskell-pandoc-types/trunk/haskell-pandoc-types.install) haskell-pandoc-types/repos/community-x86_64/PKGBUILD (from rev 97357, haskell-pandoc-types/trunk/PKGBUILD) haskell-pandoc-types/repos/community-x86_64/haskell-pandoc-types.install (from rev 97357, haskell-pandoc-types/trunk/haskell-pandoc-types.install) Deleted: haskell-pandoc-types/repos/community-i686/PKGBUILD haskell-pandoc-types/repos/community-i686/haskell-pandoc-types.install haskell-pandoc-types/repos/community-x86_64/PKGBUILD haskell-pandoc-types/repos/community-x86_64/haskell-pandoc-types.install ---+ /PKGBUILD | 78 /haskell-pandoc-types.install | 46 ++ community-i686/PKGBUILD | 39 community-i686/haskell-pandoc-types.install | 23 --- community-x86_64/PKGBUILD | 39 community-x86_64/haskell-pandoc-types.install | 23 --- 6 files changed, 124 insertions(+), 124 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-09-18 21:16:14 UTC (rev 97357) +++ community-i686/PKGBUILD 2013-09-18 21:16:48 UTC (rev 97358) @@ -1,39 +0,0 @@ -# Maintainer: Daniel Micay -# Contributor: Arch Haskell Team <> -# Contributor: Lex Black - -_hkgname=pandoc-types -pkgname=haskell-pandoc-types -pkgver=1.10 -pkgrel=3 -pkgdesc="Types for representing a structured document" -url="http://johnmacfarlane.net/pandoc"; -license=("GPL") -arch=('i686' 'x86_64') -makedepends=('ghc') -depends=('haskell-containers' 'haskell-syb') -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -install=$pkgname.install -sha256sums=('e65b983aece74d57db53c6f611f92b9df9dd876e5f022f3a8612c092d6db78f5') - -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" - rm -f "$pkgdir/usr/share/doc/$pkgname/COPYING" -} Copied: haskell-pandoc-types/repos/community-i686/PKGBUILD (from rev 97357, haskell-pandoc-types/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-18 21:16:48 UTC (rev 97358) @@ -0,0 +1,39 @@ +# Maintainer: Daniel Micay +# Contributor: Arch Haskell Team <> +# Contributor: Lex Black + +_hkgname=pandoc-types +pkgname=haskell-pandoc-types +pkgver=1.12.1 +pkgrel=1 +pkgdesc="Types for representing a structured document" +url="http://johnmacfarlane.net/pandoc"; +license=("GPL") +arch=('i686' 'x86_64') +makedepends=('ghc') +depends=('haskell-containers' 'haskell-syb' 'haskell-aeson') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install=$pkgname.install +sha256sums=('726df226da9cc55b986380d64bb362b66238f41fdef4c56b027d97a7fc3a163f') + +build() { + cd "$srcdir/$_hkgname-$pkgver" + runhaskell Setup configure -O --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="$pk
[arch-commits] Commit in haskell-pandoc-types/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 23:16:14 Author: thestinger Revision: 97357 upgpkg: haskell-pandoc-types 1.12.1-1 Modified: haskell-pandoc-types/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 20:56:58 UTC (rev 97356) +++ PKGBUILD2013-09-18 21:16:14 UTC (rev 97357) @@ -11,7 +11,7 @@ license=("GPL") arch=('i686' 'x86_64') makedepends=('ghc') -depends=('haskell-containers' 'haskell-syb') +depends=('haskell-containers' 'haskell-syb' 'haskell-aeson') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) install=$pkgname.install sha256sums=('726df226da9cc55b986380d64bb362b66238f41fdef4c56b027d97a7fc3a163f') @@ -18,7 +18,7 @@ build() { cd "$srcdir/$_hkgname-$pkgver" - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ + runhaskell Setup configure -O --enable-split-objs --enable-shared \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build
[arch-commits] Commit in haskell-aeson/repos (6 files)
Date: Wednesday, September 18, 2013 @ 22:56:58 Author: thestinger Revision: 97356 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-aeson/repos/community-i686/ haskell-aeson/repos/community-i686/PKGBUILD (from rev 97355, haskell-aeson/trunk/PKGBUILD) haskell-aeson/repos/community-i686/haskell-aeson.install (from rev 97355, haskell-aeson/trunk/haskell-aeson.install) haskell-aeson/repos/community-x86_64/ haskell-aeson/repos/community-x86_64/PKGBUILD (from rev 97355, haskell-aeson/trunk/PKGBUILD) haskell-aeson/repos/community-x86_64/haskell-aeson.install (from rev 97355, haskell-aeson/trunk/haskell-aeson.install) + community-i686/PKGBUILD| 38 +++ community-i686/haskell-aeson.install | 23 ++ community-x86_64/PKGBUILD | 38 +++ community-x86_64/haskell-aeson.install | 23 ++ 4 files changed, 122 insertions(+) Copied: haskell-aeson/repos/community-i686/PKGBUILD (from rev 97355, haskell-aeson/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-18 20:56:58 UTC (rev 97356) @@ -0,0 +1,38 @@ +# Maintainer: Daniel Micay + +pkgname=haskell-aeson +_hkgname=aeson +pkgver=0.6.2.0 +pkgrel=1 +pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." +url="https://github.com/bos/aeson"; +license=("GPL") +arch=('i686' 'x86_64') +makedepends=('ghc') +depends=(haskell-attoparsec haskell-blaze-builder haskell-unordered-containers haskell-mtl + haskell-syb haskell-vector haskell-dlist) +source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) +install=$pkgname.install +md5sums=('1851b00fd472929ecbbf83881b09e26e') + +build() { + cd "$srcdir/$_hkgname-$pkgver" + runhaskell Setup configure -O --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 -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh" + install -m744 unregister.sh "$pkgdir/usr/share/haskell/$pkgname/unregister.sh" + install -dm755 "$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" + rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE" +} Copied: haskell-aeson/repos/community-i686/haskell-aeson.install (from rev 97355, haskell-aeson/trunk/haskell-aeson.install) === --- community-i686/haskell-aeson.install(rev 0) +++ community-i686/haskell-aeson.install2013-09-18 20:56:58 UTC (rev 97356) @@ -0,0 +1,23 @@ +HS_DIR=usr/share/haskell/haskell-aeson + +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) +} Copied: haskell-aeson/repos/community-x86_64/PKGBUILD (from rev 97355, haskell-aeson/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-09-18 20:56:58 UTC (rev 97356) @@ -0,0 +1,38 @@ +# Maintainer: Daniel Micay + +pkgname=haskell-aeson +_hkgname=aeson +pkgver=0.6.2.0 +pkgrel=1 +pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." +url="https://github.com/bos/aeson"; +license=("GPL") +arch=('i686' 'x86_64') +makedepends=('ghc') +depends=(haskell-attoparsec haskell-blaze-builder haskell-unordered-containers haskell-mtl + haskell-syb haskell-vector haskell-dlist) +source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) +install=$pkgname.install +md5sums=('1851b00fd472929ecbbf83881b09e26e') + +build() { + cd "$srcdir/$_hkgname-$pkgver" + runhaskell Setup configure -O --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-p
[arch-commits] Commit in haskell-aeson/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 22:56:28 Author: thestinger Revision: 97355 upgpkg: haskell-aeson 0.6.2.0-1 Modified: haskell-aeson/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 20:13:15 UTC (rev 97354) +++ PKGBUILD2013-09-18 20:56:28 UTC (rev 97355) @@ -9,7 +9,8 @@ license=("GPL") arch=('i686' 'x86_64') makedepends=('ghc') -depends=(haskell-attoparsec haskell-blaze-builder haskell-unordered-containers haskell-mtl haskell-syb) +depends=(haskell-attoparsec haskell-blaze-builder haskell-unordered-containers haskell-mtl + haskell-syb haskell-vector haskell-dlist) source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) install=$pkgname.install md5sums=('1851b00fd472929ecbbf83881b09e26e') @@ -16,7 +17,7 @@ build() { cd "$srcdir/$_hkgname-$pkgver" - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ + runhaskell Setup configure -O --enable-split-objs --enable-shared \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build
[arch-commits] Commit in (5 files)
Date: Wednesday, September 18, 2013 @ 22:13:15 Author: thestinger Revision: 97354 add haskell-aeson Added: haskell-aeson/ haskell-aeson/repos/ haskell-aeson/trunk/ haskell-aeson/trunk/PKGBUILD haskell-aeson/trunk/haskell-aeson.install ---+ PKGBUILD | 37 + haskell-aeson.install | 23 +++ 2 files changed, 60 insertions(+) Added: haskell-aeson/trunk/PKGBUILD === --- haskell-aeson/trunk/PKGBUILD(rev 0) +++ haskell-aeson/trunk/PKGBUILD2013-09-18 20:13:15 UTC (rev 97354) @@ -0,0 +1,37 @@ +# Maintainer: Daniel Micay + +pkgname=haskell-aeson +_hkgname=aeson +pkgver=0.6.2.0 +pkgrel=1 +pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." +url="https://github.com/bos/aeson"; +license=("GPL") +arch=('i686' 'x86_64') +makedepends=('ghc') +depends=(haskell-attoparsec haskell-blaze-builder haskell-unordered-containers haskell-mtl haskell-syb) +source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) +install=$pkgname.install +md5sums=('1851b00fd472929ecbbf83881b09e26e') + +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 -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh" + install -m744 unregister.sh "$pkgdir/usr/share/haskell/$pkgname/unregister.sh" + install -dm755 "$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" + rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE" +} Added: haskell-aeson/trunk/haskell-aeson.install === --- haskell-aeson/trunk/haskell-aeson.install (rev 0) +++ haskell-aeson/trunk/haskell-aeson.install 2013-09-18 20:13:15 UTC (rev 97354) @@ -0,0 +1,23 @@ +HS_DIR=usr/share/haskell/haskell-aeson + +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) +}
[arch-commits] Commit in haskell-unordered-containers/repos (6 files)
Date: Wednesday, September 18, 2013 @ 21:43:21 Author: thestinger Revision: 97353 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-unordered-containers/repos/community-i686/ haskell-unordered-containers/repos/community-i686/PKGBUILD (from rev 97352, haskell-unordered-containers/trunk/PKGBUILD) haskell-unordered-containers/repos/community-i686/haskell-unordered-containers.install (from rev 97352, haskell-unordered-containers/trunk/haskell-unordered-containers.install) haskell-unordered-containers/repos/community-x86_64/ haskell-unordered-containers/repos/community-x86_64/PKGBUILD (from rev 97352, haskell-unordered-containers/trunk/PKGBUILD) haskell-unordered-containers/repos/community-x86_64/haskell-unordered-containers.install (from rev 97352, haskell-unordered-containers/trunk/haskell-unordered-containers.install) ---+ community-i686/PKGBUILD | 38 community-i686/haskell-unordered-containers.install | 18 +++ community-x86_64/PKGBUILD | 38 community-x86_64/haskell-unordered-containers.install | 18 +++ 4 files changed, 112 insertions(+) Copied: haskell-unordered-containers/repos/community-i686/PKGBUILD (from rev 97352, haskell-unordered-containers/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-18 19:43:21 UTC (rev 97353) @@ -0,0 +1,38 @@ +# Maintainer: Daniel Micay +# Contributor: Martin Harvan +_hkgname=unordered-containers +pkgname=haskell-unordered-containers +pkgver=0.2.3.2 +pkgrel=1 +pkgdesc="Efficient hashing-based container types" +url="https://github.com/tibbe/unordered-containers"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +makedepends=() +depends=('ghc' 'haskell-deepseq>=1.1' 'haskell-hashable>=1.0.1.1') +options=('strip') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=${pkgname}.install +md5sums=('3139a6b2f6fa8aca06133767a1547678') + +build() { + cd ${srcdir}/${_hkgname}-${pkgver} + runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-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 +} Copied: haskell-unordered-containers/repos/community-i686/haskell-unordered-containers.install (from rev 97352, haskell-unordered-containers/trunk/haskell-unordered-containers.install) === --- community-i686/haskell-unordered-containers.install (rev 0) +++ community-i686/haskell-unordered-containers.install 2013-09-18 19:43:21 UTC (rev 97353) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-unordered-containers +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) +} Copied: haskell-unordered-containers/repos/community-x86_64/PKGBUILD (from rev 97352, haskell-unordered-containers/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-09-18 19:43:21 UTC (rev 97353) @@ -0,0 +1,38 @@ +# Maintainer: Daniel Micay +# Contributor: Martin Harvan +_hkgname=unordered-containers +pkgname=haskell-unordered-containers +pkgver=0.2.3.2 +pkgrel=1 +pkgdesc="Efficient hashing-based container types" +url="https://github.com/tibbe/unordered-containers"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +makedepends=() +depends=('ghc' 'haskell-deepseq>=1.1' 'haskell-hashable>=1.0.1.1') +options=('strip') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$
[arch-commits] Commit in repos (8 files)
Date: Wednesday, September 18, 2013 @ 21:33:34 Author: thestinger Revision: 97350 archrelease: copy haskell-hashable to community-i686, community-x86_64 Added: repos/community-i686/PKGBUILD (from rev 97349, haskell-hashable/PKGBUILD) repos/community-i686/haskell-hashable.install (from rev 97349, haskell-hashable/haskell-hashable.install) repos/community-x86_64/PKGBUILD (from rev 97349, haskell-hashable/PKGBUILD) repos/community-x86_64/haskell-hashable.install (from rev 97349, haskell-hashable/haskell-hashable.install) Deleted: repos/community-i686/PKGBUILD repos/community-i686/haskell-hashable.install repos/community-x86_64/PKGBUILD repos/community-x86_64/haskell-hashable.install ---+ /PKGBUILD | 76 /haskell-hashable.install | 36 + community-i686/PKGBUILD | 38 -- community-i686/haskell-hashable.install | 18 -- community-x86_64/PKGBUILD | 38 -- community-x86_64/haskell-hashable.install | 18 -- 6 files changed, 112 insertions(+), 112 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-09-18 19:28:59 UTC (rev 97349) +++ community-i686/PKGBUILD 2013-09-18 19:33:34 UTC (rev 97350) @@ -1,38 +0,0 @@ -# Maintainer: Daniel Micay -# Contributor: hauzer -_hkgname=hashable -pkgname=haskell-hashable -pkgver=1.2.1.0 -pkgrel=1 -pkgdesc="A class for types that can be converted to a hash value" -url="http://hackage.haskell.org/package/${_hkgname}"; -license=('custom:BSD3') -arch=('i686' 'x86_64') -makedepends=() -depends=('ghc' haskell-text) -options=('strip') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -install=${pkgname}.install -md5sums=('74f7cadb836e63f4d4b1a24be401228d') - -build() { - cd "${srcdir}/${_hkgname}-${pkgver}" - runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-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 -} Copied: repos/community-i686/PKGBUILD (from rev 97349, haskell-hashable/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-18 19:33:34 UTC (rev 97350) @@ -0,0 +1,38 @@ +# Maintainer: Daniel Micay +# Contributor: hauzer +_hkgname=hashable +pkgname=haskell-hashable +pkgver=1.2.1.0 +pkgrel=1 +pkgdesc="A class for types that can be converted to a hash value" +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +makedepends=() +depends=('ghc' haskell-text) +options=('strip') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=${pkgname}.install +md5sums=('74f7cadb836e63f4d4b1a24be401228d') + +build() { + cd "${srcdir}/${_hkgname}-${pkgver}" + runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-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 +} Deleted: community-i686/haskell-hashable.install ===
[arch-commits] Commit in haskell-hashable (7 files)
Date: Wednesday, September 18, 2013 @ 21:36:47 Author: thestinger Revision: 97352 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-hashable/repos/ haskell-hashable/repos/community-i686/ haskell-hashable/repos/community-i686/PKGBUILD (from rev 97351, haskell-hashable/trunk/PKGBUILD) haskell-hashable/repos/community-i686/haskell-hashable.install (from rev 97351, haskell-hashable/trunk/haskell-hashable.install) haskell-hashable/repos/community-x86_64/ haskell-hashable/repos/community-x86_64/PKGBUILD (from rev 97351, haskell-hashable/trunk/PKGBUILD) haskell-hashable/repos/community-x86_64/haskell-hashable.install (from rev 97351, haskell-hashable/trunk/haskell-hashable.install) ---+ community-i686/PKGBUILD | 38 community-i686/haskell-hashable.install | 18 + community-x86_64/PKGBUILD | 38 community-x86_64/haskell-hashable.install | 18 + 4 files changed, 112 insertions(+) Copied: haskell-hashable/repos/community-i686/PKGBUILD (from rev 97351, haskell-hashable/trunk/PKGBUILD) === --- repos/community-i686/PKGBUILD (rev 0) +++ repos/community-i686/PKGBUILD 2013-09-18 19:36:47 UTC (rev 97352) @@ -0,0 +1,38 @@ +# Maintainer: Daniel Micay +# Contributor: hauzer +_hkgname=hashable +pkgname=haskell-hashable +pkgver=1.2.1.0 +pkgrel=1 +pkgdesc="A class for types that can be converted to a hash value" +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +makedepends=() +depends=('ghc' haskell-text) +options=('strip') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=${pkgname}.install +md5sums=('74f7cadb836e63f4d4b1a24be401228d') + +build() { + cd "${srcdir}/${_hkgname}-${pkgver}" + runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-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 +} Copied: haskell-hashable/repos/community-i686/haskell-hashable.install (from rev 97351, haskell-hashable/trunk/haskell-hashable.install) === --- repos/community-i686/haskell-hashable.install (rev 0) +++ repos/community-i686/haskell-hashable.install 2013-09-18 19:36:47 UTC (rev 97352) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-hashable +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) +} Copied: haskell-hashable/repos/community-x86_64/PKGBUILD (from rev 97351, haskell-hashable/trunk/PKGBUILD) === --- repos/community-x86_64/PKGBUILD (rev 0) +++ repos/community-x86_64/PKGBUILD 2013-09-18 19:36:47 UTC (rev 97352) @@ -0,0 +1,38 @@ +# Maintainer: Daniel Micay +# Contributor: hauzer +_hkgname=hashable +pkgname=haskell-hashable +pkgver=1.2.1.0 +pkgrel=1 +pkgdesc="A class for types that can be converted to a hash value" +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +makedepends=() +depends=('ghc' haskell-text) +options=('strip') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=${pkgname}.install +md5sums=('74f7cadb836e63f4d4b1a24be401228d') + +build() { + cd "${srcdir}/${_hkgname}-${pkgver}" + runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \ +--prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\
[arch-commits] Commit in haskell-hashable (3 files)
Date: Wednesday, September 18, 2013 @ 21:36:21 Author: thestinger Revision: 97351 upgpkg: haskell-hashable 1.2.1.0-1 Added: haskell-hashable/trunk/ haskell-hashable/trunk/PKGBUILD haskell-hashable/trunk/haskell-hashable.install --+ PKGBUILD | 38 ++ haskell-hashable.install | 18 ++ 2 files changed, 56 insertions(+) Added: trunk/PKGBUILD === --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2013-09-18 19:36:21 UTC (rev 97351) @@ -0,0 +1,38 @@ +# Maintainer: Daniel Micay +# Contributor: hauzer +_hkgname=hashable +pkgname=haskell-hashable +pkgver=1.2.1.0 +pkgrel=1 +pkgdesc="A class for types that can be converted to a hash value" +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +makedepends=() +depends=('ghc' haskell-text) +options=('strip') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=${pkgname}.install +md5sums=('74f7cadb836e63f4d4b1a24be401228d') + +build() { + cd "${srcdir}/${_hkgname}-${pkgver}" + runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-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 +} Added: trunk/haskell-hashable.install === --- trunk/haskell-hashable.install (rev 0) +++ trunk/haskell-hashable.install 2013-09-18 19:36:21 UTC (rev 97351) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-hashable +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) +}
[arch-commits] Commit in (5 files)
Date: Wednesday, September 18, 2013 @ 21:28:59 Author: thestinger Revision: 97349 add haskell-unordered-containers Added: haskell-unordered-containers/ haskell-unordered-containers/repos/ haskell-unordered-containers/trunk/ haskell-unordered-containers/trunk/PKGBUILD haskell-unordered-containers/trunk/haskell-unordered-containers.install --+ PKGBUILD | 38 + haskell-unordered-containers.install | 18 +++ 2 files changed, 56 insertions(+) Added: haskell-unordered-containers/trunk/PKGBUILD === --- haskell-unordered-containers/trunk/PKGBUILD (rev 0) +++ haskell-unordered-containers/trunk/PKGBUILD 2013-09-18 19:28:59 UTC (rev 97349) @@ -0,0 +1,38 @@ +# Maintainer: Daniel Micay +# Contributor: Martin Harvan +_hkgname=unordered-containers +pkgname=haskell-unordered-containers +pkgver=0.2.3.2 +pkgrel=1 +pkgdesc="Efficient hashing-based container types" +url="https://github.com/tibbe/unordered-containers"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +makedepends=() +depends=('ghc' 'haskell-deepseq>=1.1' 'haskell-hashable>=1.0.1.1') +options=('strip') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=${pkgname}.install +md5sums=('3139a6b2f6fa8aca06133767a1547678') + +build() { + cd ${srcdir}/${_hkgname}-${pkgver} + runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-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 +} Added: haskell-unordered-containers/trunk/haskell-unordered-containers.install === --- haskell-unordered-containers/trunk/haskell-unordered-containers.install (rev 0) +++ haskell-unordered-containers/trunk/haskell-unordered-containers.install 2013-09-18 19:28:59 UTC (rev 97349) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-unordered-containers +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) +}
[arch-commits] Commit in (9 files)
Date: Wednesday, September 18, 2013 @ 21:24:57 Author: thestinger Revision: 97348 archrelease: copy haskell-hashable to community-i686, community-x86_64 Added: repos/ repos/community-i686/ repos/community-i686/PKGBUILD (from rev 97347, haskell-hashable/PKGBUILD) repos/community-i686/haskell-hashable.install (from rev 97347, haskell-hashable/haskell-hashable.install) repos/community-x86_64/ repos/community-x86_64/PKGBUILD (from rev 97347, haskell-hashable/PKGBUILD) repos/community-x86_64/haskell-hashable.install (from rev 97347, haskell-hashable/haskell-hashable.install) Modified: haskell-pandoc-types/trunk/PKGBUILD haskell-texmath/trunk/PKGBUILD -+ haskell-pandoc-types/trunk/PKGBUILD |6 +-- haskell-texmath/trunk/PKGBUILD |4 +- repos/community-i686/PKGBUILD | 38 ++ repos/community-i686/haskell-hashable.install | 18 ++ repos/community-x86_64/PKGBUILD | 38 ++ repos/community-x86_64/haskell-hashable.install | 18 ++ 6 files changed, 117 insertions(+), 5 deletions(-) Modified: haskell-pandoc-types/trunk/PKGBUILD === --- haskell-pandoc-types/trunk/PKGBUILD 2013-09-18 19:24:29 UTC (rev 97347) +++ haskell-pandoc-types/trunk/PKGBUILD 2013-09-18 19:24:57 UTC (rev 97348) @@ -4,8 +4,8 @@ _hkgname=pandoc-types pkgname=haskell-pandoc-types -pkgver=1.10 -pkgrel=3 +pkgver=1.12.1 +pkgrel=1 pkgdesc="Types for representing a structured document" url="http://johnmacfarlane.net/pandoc"; license=("GPL") @@ -14,7 +14,7 @@ depends=('haskell-containers' 'haskell-syb') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) install=$pkgname.install -sha256sums=('e65b983aece74d57db53c6f611f92b9df9dd876e5f022f3a8612c092d6db78f5') +sha256sums=('726df226da9cc55b986380d64bb362b66238f41fdef4c56b027d97a7fc3a163f') build() { cd "$srcdir/$_hkgname-$pkgver" Modified: haskell-texmath/trunk/PKGBUILD === --- haskell-texmath/trunk/PKGBUILD 2013-09-18 19:24:29 UTC (rev 97347) +++ haskell-texmath/trunk/PKGBUILD 2013-09-18 19:24:57 UTC (rev 97348) @@ -4,7 +4,7 @@ pkgname=haskell-texmath _hkgname=texmath -pkgver=0.6.3 +pkgver=0.6.4 pkgrel=1 pkgdesc="Conversion of LaTeX math formulas to MathML." url="https://github.com/jgm/texmath"; @@ -14,7 +14,7 @@ depends=(haskell-containers haskell-parsec haskell-syb haskell-xml) source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) install=$pkgname.install -md5sums=('51a759ddfc114c5b3b7abc76644bceb1') +md5sums=('d00583d680710c816c263d198cbf6311') build() { cd "$srcdir/$_hkgname-$pkgver" Copied: repos/community-i686/PKGBUILD (from rev 97347, haskell-hashable/PKGBUILD) === --- repos/community-i686/PKGBUILD (rev 0) +++ repos/community-i686/PKGBUILD 2013-09-18 19:24:57 UTC (rev 97348) @@ -0,0 +1,38 @@ +# Maintainer: Daniel Micay +# Contributor: hauzer +_hkgname=hashable +pkgname=haskell-hashable +pkgver=1.2.1.0 +pkgrel=1 +pkgdesc="A class for types that can be converted to a hash value" +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +makedepends=() +depends=('ghc' haskell-text) +options=('strip') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=${pkgname}.install +md5sums=('74f7cadb836e63f4d4b1a24be401228d') + +build() { + cd "${srcdir}/${_hkgname}-${pkgver}" + runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-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 +} Copied: repos/community-i686/haskell-hashable.install (from rev 97347, haskell-hashable/haskell-hashable.install) ===
[arch-commits] Commit in haskell-hashable (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 21:24:29 Author: thestinger Revision: 97347 upgpkg: haskell-hashable 1.2.1.0-1 Modified: haskell-hashable/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 19:22:05 UTC (rev 97346) +++ PKGBUILD2013-09-18 19:24:29 UTC (rev 97347) @@ -9,11 +9,11 @@ license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=() -depends=('ghc') +depends=('ghc' haskell-text) options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('59b972d0a1ccc0fc08f7d681a1497a19') +md5sums=('74f7cadb836e63f4d4b1a24be401228d') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
[arch-commits] Commit in (3 files)
Date: Wednesday, September 18, 2013 @ 21:22:05 Author: thestinger Revision: 97346 add haskell-hashable Added: haskell-hashable/ haskell-hashable/PKGBUILD haskell-hashable/haskell-hashable.install --+ PKGBUILD | 38 ++ haskell-hashable.install | 18 ++ 2 files changed, 56 insertions(+) Added: haskell-hashable/PKGBUILD === --- haskell-hashable/PKGBUILD (rev 0) +++ haskell-hashable/PKGBUILD 2013-09-18 19:22:05 UTC (rev 97346) @@ -0,0 +1,38 @@ +# Maintainer: Daniel Micay +# Contributor: hauzer +_hkgname=hashable +pkgname=haskell-hashable +pkgver=1.2.1.0 +pkgrel=1 +pkgdesc="A class for types that can be converted to a hash value" +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +makedepends=() +depends=('ghc') +options=('strip') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=${pkgname}.install +md5sums=('59b972d0a1ccc0fc08f7d681a1497a19') + +build() { + cd "${srcdir}/${_hkgname}-${pkgver}" + runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-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 +} Added: haskell-hashable/haskell-hashable.install === --- haskell-hashable/haskell-hashable.install (rev 0) +++ haskell-hashable/haskell-hashable.install 2013-09-18 19:22:05 UTC (rev 97346) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-hashable +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) +}
[arch-commits] Commit in haskell-attoparsec/repos (6 files)
Date: Wednesday, September 18, 2013 @ 21:04:08 Author: thestinger Revision: 97345 archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-attoparsec/repos/community-i686/ haskell-attoparsec/repos/community-i686/PKGBUILD (from rev 97344, haskell-attoparsec/trunk/PKGBUILD) haskell-attoparsec/repos/community-i686/haskell-attoparsec.install (from rev 97344, haskell-attoparsec/trunk/haskell-attoparsec.install) haskell-attoparsec/repos/community-x86_64/ haskell-attoparsec/repos/community-x86_64/PKGBUILD (from rev 97344, haskell-attoparsec/trunk/PKGBUILD) haskell-attoparsec/repos/community-x86_64/haskell-attoparsec.install (from rev 97344, haskell-attoparsec/trunk/haskell-attoparsec.install) -+ community-i686/PKGBUILD | 37 ++ community-i686/haskell-attoparsec.install | 23 community-x86_64/PKGBUILD | 37 ++ community-x86_64/haskell-attoparsec.install | 23 4 files changed, 120 insertions(+) Copied: haskell-attoparsec/repos/community-i686/PKGBUILD (from rev 97344, haskell-attoparsec/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-18 19:04:08 UTC (rev 97345) @@ -0,0 +1,37 @@ +# Maintainer: Daniel Micay + +pkgname=haskell-attoparsec +_hkgname=attoparsec +pkgver=0.10.4.0 +pkgrel=1 +pkgdesc="Conversion of LaTeX math formulas to MathML." +url="https://github.com/bos/attoparsec"; +license=("GPL") +arch=('i686' 'x86_64') +makedepends=('ghc') +depends=(haskell-text) +source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) +install=$pkgname.install +md5sums=('2b9ec5768797e8c649bf36efa9ef97e2') + +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 -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh" + install -m744 unregister.sh "$pkgdir/usr/share/haskell/$pkgname/unregister.sh" + install -dm755 "$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" + rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE" +} Copied: haskell-attoparsec/repos/community-i686/haskell-attoparsec.install (from rev 97344, haskell-attoparsec/trunk/haskell-attoparsec.install) === --- community-i686/haskell-attoparsec.install (rev 0) +++ community-i686/haskell-attoparsec.install 2013-09-18 19:04:08 UTC (rev 97345) @@ -0,0 +1,23 @@ +HS_DIR=usr/share/haskell/haskell-attoparsec + +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) +} Copied: haskell-attoparsec/repos/community-x86_64/PKGBUILD (from rev 97344, haskell-attoparsec/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-09-18 19:04:08 UTC (rev 97345) @@ -0,0 +1,37 @@ +# Maintainer: Daniel Micay + +pkgname=haskell-attoparsec +_hkgname=attoparsec +pkgver=0.10.4.0 +pkgrel=1 +pkgdesc="Conversion of LaTeX math formulas to MathML." +url="https://github.com/bos/attoparsec"; +license=("GPL") +arch=('i686' 'x86_64') +makedepends=('ghc') +depends=(haskell-text) +source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) +install=$pkgname.install +md5sums=('2b9ec5768797e8c649bf36efa9ef97e2') + +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 -Dm744 register.sh "$pkgdir/usr/share/haskell/
[arch-commits] Commit in (5 files)
Date: Wednesday, September 18, 2013 @ 21:03:25 Author: thestinger Revision: 97344 add haskell-attoparsec Added: haskell-attoparsec/ haskell-attoparsec/repos/ haskell-attoparsec/trunk/ haskell-attoparsec/trunk/PKGBUILD haskell-attoparsec/trunk/haskell-attoparsec.install + PKGBUILD | 37 + haskell-attoparsec.install | 23 +++ 2 files changed, 60 insertions(+) Added: haskell-attoparsec/trunk/PKGBUILD === --- haskell-attoparsec/trunk/PKGBUILD (rev 0) +++ haskell-attoparsec/trunk/PKGBUILD 2013-09-18 19:03:25 UTC (rev 97344) @@ -0,0 +1,37 @@ +# Maintainer: Daniel Micay + +pkgname=haskell-attoparsec +_hkgname=attoparsec +pkgver=0.10.4.0 +pkgrel=1 +pkgdesc="Conversion of LaTeX math formulas to MathML." +url="https://github.com/bos/attoparsec"; +license=("GPL") +arch=('i686' 'x86_64') +makedepends=('ghc') +depends=(haskell-text) +source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) +install=$pkgname.install +md5sums=('2b9ec5768797e8c649bf36efa9ef97e2') + +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 -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh" + install -m744 unregister.sh "$pkgdir/usr/share/haskell/$pkgname/unregister.sh" + install -dm755 "$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" + rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE" +} Added: haskell-attoparsec/trunk/haskell-attoparsec.install === --- haskell-attoparsec/trunk/haskell-attoparsec.install (rev 0) +++ haskell-attoparsec/trunk/haskell-attoparsec.install 2013-09-18 19:03:25 UTC (rev 97344) @@ -0,0 +1,23 @@ +HS_DIR=usr/share/haskell/haskell-attoparsec + +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) +}
[arch-commits] Commit in polkit/repos (8 files)
Date: Wednesday, September 18, 2013 @ 19:57:13 Author: tomegun Revision: 194578 archrelease: copy trunk to testing-i686, testing-x86_64 Added: polkit/repos/testing-i686/ polkit/repos/testing-i686/PKGBUILD (from rev 194577, polkit/trunk/PKGBUILD) polkit/repos/testing-i686/polkit.install (from rev 194577, polkit/trunk/polkit.install) polkit/repos/testing-i686/polkit.pam (from rev 194577, polkit/trunk/polkit.pam) polkit/repos/testing-x86_64/ polkit/repos/testing-x86_64/PKGBUILD (from rev 194577, polkit/trunk/PKGBUILD) polkit/repos/testing-x86_64/polkit.install (from rev 194577, polkit/trunk/polkit.install) polkit/repos/testing-x86_64/polkit.pam (from rev 194577, polkit/trunk/polkit.pam) ---+ testing-i686/PKGBUILD | 38 ++ testing-i686/polkit.install | 18 ++ testing-i686/polkit.pam |7 +++ testing-x86_64/PKGBUILD | 38 ++ testing-x86_64/polkit.install | 18 ++ testing-x86_64/polkit.pam |7 +++ 6 files changed, 126 insertions(+) Copied: polkit/repos/testing-i686/PKGBUILD (from rev 194577, polkit/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-09-18 17:57:13 UTC (rev 194578) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=polkit +pkgver=0.112 +pkgrel=1 +pkgdesc="Application development toolkit for controlling system-wide privileges" +arch=(i686 x86_64) +license=(LGPL) +url="http://www.freedesktop.org/wiki/Software/polkit"; +depends=(glib2 pam expat libsystemd js) +makedepends=(intltool gtk-doc gobject-introspection) +options=('!libtool') +install=polkit.install +source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz +polkit.pam) + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \ + --enable-libsystemd-login=yes --disable-static \ + --enable-gtk-doc + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + + chown 102 "$pkgdir/etc/polkit-1/rules.d" + chown 102 "$pkgdir/usr/share/polkit-1/rules.d" + + install -m644 "$srcdir/polkit.pam" "$pkgdir/etc/pam.d/polkit-1" +} +md5sums=('b0f2fa00a55f47c6a5d88e9b73f80127' + '6564f95878297b954f0572bc1610dd15') Copied: polkit/repos/testing-i686/polkit.install (from rev 194577, polkit/trunk/polkit.install) === --- testing-i686/polkit.install (rev 0) +++ testing-i686/polkit.install 2013-09-18 17:57:13 UTC (rev 194578) @@ -0,0 +1,18 @@ +post_install() { + getent group polkitd >/dev/null || groupadd -g 102 polkitd + getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -d '/' -s /bin/false polkitd + passwd -l polkitd &>/dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + if getent passwd polkitd >/dev/null; then + userdel polkitd + fi + if getent group polkitd >/dev/null; then + groupdel polkitd + fi +} Copied: polkit/repos/testing-i686/polkit.pam (from rev 194577, polkit/trunk/polkit.pam) === --- testing-i686/polkit.pam (rev 0) +++ testing-i686/polkit.pam 2013-09-18 17:57:13 UTC (rev 194578) @@ -0,0 +1,7 @@ +authrequisite pam_nologin.so +authrequiredpam_env.so +authrequiredpam_unix.so +account requiredpam_unix.so +session requiredpam_limits.so +session requiredpam_unix.so +passwordrequiredpam_unix.so Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 194577, polkit/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2013-09-18 17:57:13 UTC (rev 194578) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=polkit +pkgver=0.112 +pkgrel=1 +pkgdesc="Application development toolkit for controlling system-wide privileges" +arch=(i686 x86_64) +license=(LGPL) +url="http://www.freedesktop.org/wiki/Software/polkit"; +depends=(glib2 pam expat libsystemd js) +makedepends=(intltool gtk-doc gobject-introspection) +options=('!libtool') +install=polkit.install +source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz +polkit.pam) + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \ + --enable-libsystemd-login=yes --disable-static \
[arch-commits] Commit in polkit/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 19:57:05 Author: tomegun Revision: 194577 upgpkg: polkit 0.112-1 upstream release This adds compile-time warnings when using an exploitable API, other packages may need to be updated to avoid the bug. Modified: polkit/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 17:22:39 UTC (rev 194576) +++ PKGBUILD2013-09-18 17:57:05 UTC (rev 194577) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=polkit -pkgver=0.111 +pkgver=0.112 pkgrel=1 pkgdesc="Application development toolkit for controlling system-wide privileges" arch=(i686 x86_64) @@ -34,5 +34,5 @@ install -m644 "$srcdir/polkit.pam" "$pkgdir/etc/pam.d/polkit-1" } -md5sums=('81b116edf986d8e13502929a171f4e0d' +md5sums=('b0f2fa00a55f47c6a5d88e9b73f80127' '6564f95878297b954f0572bc1610dd15')
[arch-commits] Commit in webkitgtk/repos (4 files)
Date: Wednesday, September 18, 2013 @ 19:14:05 Author: jgc Revision: 194571 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: webkitgtk/repos/gnome-unstable-i686/ webkitgtk/repos/gnome-unstable-i686/PKGBUILD (from rev 194570, webkitgtk/trunk/PKGBUILD) webkitgtk/repos/gnome-unstable-x86_64/ webkitgtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194570, webkitgtk/trunk/PKGBUILD) + gnome-unstable-i686/PKGBUILD | 38 ++ gnome-unstable-x86_64/PKGBUILD | 38 ++ 2 files changed, 76 insertions(+) Copied: webkitgtk/repos/gnome-unstable-i686/PKGBUILD (from rev 194570, webkitgtk/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 17:14:05 UTC (rev 194571) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Andreas Radke + +pkgname=webkitgtk +pkgver=2.1.92 +pkgrel=1 +pkgdesc="GTK+ Web content engine library" +arch=(i686 x86_64) +url="http://webkitgtk.org/"; +license=(custom) +depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 gst-plugins-base-libs + libsecret libwebp harfbuzz-icu) +makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc) +optdepends=('gtk2: Netscape plugin support') +provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}") +conflicts=(webkitgtk3 libwebkit3) +replaces=(webkitgtk3 libwebkit3) +options=(!libtool !emptydirs) +source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz) +sha256sums=('38ba86249bc5fc5c27bfc05405a1966737eecaf0ac7c7f93ce5fc0c0be8ee0ce') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr \ +--libexecdir=/usr/lib/$pkgname \ +--enable-introspection + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make all stamp-po +} + +package() { + cd $pkgname-$pkgver + make -j1 DESTDIR="$pkgdir" install + install -Dm644 Source/WebKit/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Copied: webkitgtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194570, webkitgtk/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 17:14:05 UTC (rev 194571) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Andreas Radke + +pkgname=webkitgtk +pkgver=2.1.92 +pkgrel=1 +pkgdesc="GTK+ Web content engine library" +arch=(i686 x86_64) +url="http://webkitgtk.org/"; +license=(custom) +depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 gst-plugins-base-libs + libsecret libwebp harfbuzz-icu) +makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc) +optdepends=('gtk2: Netscape plugin support') +provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}") +conflicts=(webkitgtk3 libwebkit3) +replaces=(webkitgtk3 libwebkit3) +options=(!libtool !emptydirs) +source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz) +sha256sums=('38ba86249bc5fc5c27bfc05405a1966737eecaf0ac7c7f93ce5fc0c0be8ee0ce') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr \ +--libexecdir=/usr/lib/$pkgname \ +--enable-introspection + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make all stamp-po +} + +package() { + cd $pkgname-$pkgver + make -j1 DESTDIR="$pkgdir" install + install -Dm644 Source/WebKit/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}
[arch-commits] Commit in systemd/repos (20 files)
Date: Wednesday, September 18, 2013 @ 19:22:39 Author: dreisner Revision: 194576 archrelease: copy trunk to testing-i686, testing-x86_64 Added: systemd/repos/testing-i686/ systemd/repos/testing-i686/0001-polkit-Avoid-race-condition-in-scraping-proc.patch (from rev 194575, systemd/trunk/0001-polkit-Avoid-race-condition-in-scraping-proc.patch) systemd/repos/testing-i686/0001-swap-fix-reverse-dependencies.patch (from rev 194575, systemd/trunk/0001-swap-fix-reverse-dependencies.patch) systemd/repos/testing-i686/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch (from rev 194575, systemd/trunk/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch) systemd/repos/testing-i686/PKGBUILD (from rev 194575, systemd/trunk/PKGBUILD) systemd/repos/testing-i686/initcpio-hook-udev (from rev 194575, systemd/trunk/initcpio-hook-udev) systemd/repos/testing-i686/initcpio-install-systemd (from rev 194575, systemd/trunk/initcpio-install-systemd) systemd/repos/testing-i686/initcpio-install-udev (from rev 194575, systemd/trunk/initcpio-install-udev) systemd/repos/testing-i686/systemd.install (from rev 194575, systemd/trunk/systemd.install) systemd/repos/testing-x86_64/ systemd/repos/testing-x86_64/0001-polkit-Avoid-race-condition-in-scraping-proc.patch (from rev 194575, systemd/trunk/0001-polkit-Avoid-race-condition-in-scraping-proc.patch) systemd/repos/testing-x86_64/0001-swap-fix-reverse-dependencies.patch (from rev 194575, systemd/trunk/0001-swap-fix-reverse-dependencies.patch) systemd/repos/testing-x86_64/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch (from rev 194575, systemd/trunk/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch) systemd/repos/testing-x86_64/PKGBUILD (from rev 194575, systemd/trunk/PKGBUILD) systemd/repos/testing-x86_64/initcpio-hook-udev (from rev 194575, systemd/trunk/initcpio-hook-udev) systemd/repos/testing-x86_64/initcpio-install-systemd (from rev 194575, systemd/trunk/initcpio-install-systemd) systemd/repos/testing-x86_64/initcpio-install-udev (from rev 194575, systemd/trunk/initcpio-install-udev) systemd/repos/testing-x86_64/systemd.install (from rev 194575, systemd/trunk/systemd.install) Deleted: systemd/repos/testing-i686/ systemd/repos/testing-x86_64/ ---+ testing-i686/0001-polkit-Avoid-race-condition-in-scraping-proc.patch | 75 testing-i686/0001-swap-fix-reverse-dependencies.patch | 30 + testing-i686/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch | 90 + testing-i686/PKGBUILD | 146 + testing-i686/initcpio-hook-udev | 20 + testing-i686/initcpio-install-systemd | 156 ++ testing-i686/initcpio-install-udev| 28 + testing-i686/systemd.install | 103 ++ testing-x86_64/0001-polkit-Avoid-race-condition-in-scraping-proc.patch| 75 testing-x86_64/0001-swap-fix-reverse-dependencies.patch | 30 + testing-x86_64/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch | 90 + testing-x86_64/PKGBUILD | 146 + testing-x86_64/initcpio-hook-udev | 20 + testing-x86_64/initcpio-install-systemd | 156 ++ testing-x86_64/initcpio-install-udev | 28 + testing-x86_64/systemd.install| 103 ++ 16 files changed, 1296 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 194575:194576 to see the changes.
[arch-commits] Commit in webkitgtk/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 19:13:59 Author: jgc Revision: 194570 upgpkg: webkitgtk 2.1.92-1 Modified: webkitgtk/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 14:50:58 UTC (rev 194569) +++ PKGBUILD2013-09-18 17:13:59 UTC (rev 194570) @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke pkgname=webkitgtk -pkgver=2.0.4 +pkgver=2.1.92 pkgrel=1 pkgdesc="GTK+ Web content engine library" arch=(i686 x86_64) @@ -17,7 +17,7 @@ replaces=(webkitgtk3 libwebkit3) options=(!libtool !emptydirs) source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz) -sha256sums=('bd1550b7f6e1a55f803efe7d64438163ff6c04f02186002cb81d0c090aac734f') +sha256sums=('38ba86249bc5fc5c27bfc05405a1966737eecaf0ac7c7f93ce5fc0c0be8ee0ce') build() { cd $pkgname-$pkgver
[arch-commits] Commit in clutter-gst/repos (4 files)
Date: Wednesday, September 18, 2013 @ 19:19:41 Author: jgc Revision: 194575 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: clutter-gst/repos/gnome-unstable-i686/PKGBUILD (from rev 194574, clutter-gst/trunk/PKGBUILD) clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194574, clutter-gst/trunk/PKGBUILD) Deleted: clutter-gst/repos/gnome-unstable-i686/PKGBUILD clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD + /PKGBUILD | 78 +++ gnome-unstable-i686/PKGBUILD | 39 --- gnome-unstable-x86_64/PKGBUILD | 39 --- 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-18 17:19:34 UTC (rev 194574) +++ gnome-unstable-i686/PKGBUILD2013-09-18 17:19:41 UTC (rev 194575) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan "heftig" Steffens - -pkgname=clutter-gst -pkgver=2.0.6 -pkgrel=2 -pkgdesc="GStreamer bindings for clutter" -arch=(i686 x86_64) -url="http://www.clutter-project.org/"; -license=(LGPL) -depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad) -makedepends=(gobject-introspection) -options=('!libtool') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0ecc5630b0578968201802b831a75904a26e6ffe38fb8b60209ef9da51f8b258') - -build() { - cd $pkgname-$pkgver - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: clutter-gst/repos/gnome-unstable-i686/PKGBUILD (from rev 194574, clutter-gst/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 17:19:41 UTC (rev 194575) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan "heftig" Steffens + +pkgname=clutter-gst +pkgver=2.0.8 +pkgrel=1 +pkgdesc="GStreamer bindings for clutter" +arch=(i686 x86_64) +url="http://www.clutter-project.org/"; +license=(LGPL) +depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad) +makedepends=(gobject-introspection) +options=('!libtool') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('cee6b0667c74a54fdf43f0ec7c1dc8ff0ffd1c594e0d43529de45048f8080a4d') + +build() { + cd $pkgname-$pkgver + ./configure \ +--prefix=/usr \ +--sysconfdir=/etc + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: gnome-unstable-x86_64/PKGBUILD === --- gnome-unstable-x86_64/PKGBUILD 2013-09-18 17:19:34 UTC (rev 194574) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 17:19:41 UTC (rev 194575) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan "heftig" Steffens - -pkgname=clutter-gst -pkgver=2.0.6 -pkgrel=2 -pkgdesc="GStreamer bindings for clutter" -arch=(i686 x86_64) -url="http://www.clutter-project.org/"; -license=(LGPL) -depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad) -makedepends=(gobject-introspection) -options=('!libtool') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0ecc5630b0578968201802b831a75904a26e6ffe38fb8b60209ef9da51f8b258') - -build() { - cd $pkgname-$pkgver - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194574, clutter-gst/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 17:19:41 UTC (rev 194575) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan "heftig" Steffens + +pkgname=clutter-gst +pkgver=2.0.8 +pkgrel=1 +pkgdesc="GStreamer bindings for clutter" +arch=(i686 x86_64) +url="http://www.clutter-project.org/"; +license=(LGPL) +depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad) +makedepends=(gobject-introspection) +options=('!libtool')
[arch-commits] Commit in systemd/repos (10 files)
Date: Wednesday, September 18, 2013 @ 19:19:27 Author: dreisner Revision: 194573 archrelease: copy trunk to testing-i686, testing-x86_64 Deleted: systemd/repos/testing-i686/PKGBUILD systemd/repos/testing-i686/initcpio-hook-udev systemd/repos/testing-i686/initcpio-install-systemd systemd/repos/testing-i686/initcpio-install-udev systemd/repos/testing-i686/systemd.install systemd/repos/testing-x86_64/PKGBUILD systemd/repos/testing-x86_64/initcpio-hook-udev systemd/repos/testing-x86_64/initcpio-install-systemd systemd/repos/testing-x86_64/initcpio-install-udev systemd/repos/testing-x86_64/systemd.install -+ testing-i686/PKGBUILD | 143 --- testing-i686/initcpio-hook-udev | 20 --- testing-i686/initcpio-install-systemd | 156 -- testing-i686/initcpio-install-udev | 28 - testing-i686/systemd.install| 103 --- testing-x86_64/PKGBUILD | 143 --- testing-x86_64/initcpio-hook-udev | 20 --- testing-x86_64/initcpio-install-systemd | 156 -- testing-x86_64/initcpio-install-udev| 28 - testing-x86_64/systemd.install | 103 --- 10 files changed, 900 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2013-09-18 17:18:41 UTC (rev 194572) +++ testing-i686/PKGBUILD 2013-09-18 17:19:27 UTC (rev 194573) @@ -1,143 +0,0 @@ -# Maintainer: Dave Reisner -# Maintainer: Tom Gundersen - -pkgbase=systemd -pkgname=('systemd' 'systemd-sysvcompat') -pkgver=207 -pkgrel=2 -arch=('i686' 'x86_64') -url="http://www.freedesktop.org/wiki/Software/systemd"; -makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 'gobject-introspection' 'gperf' - 'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt' 'libmicrohttpd' 'libxslt' - 'linux-api-headers' 'pam' 'python' 'quota-tools' 'xz') -options=('!libtool') -source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"; -'initcpio-hook-udev' -'initcpio-install-systemd' -'initcpio-install-udev' -0001-swap-fix-reverse-dependencies.patch -0002-swap-create-.wants-symlink-to-auto-swap-devices.patch) -md5sums=('7799f3cc9d289b8db1c1fa56ae7ecd88' - '2de72238ed5c0df62a7c3b6bdaf8cb7c' - '9027b31a875e74a45623954b3b23d09f' - 'd83d45e67cd75cdbafb81c96a7485319' - '182be4c729aaecde249b7b05b48a481f' - 'b54fbe35e2689ac36cda9ac4a5a86f24') - -prepare() { - cd "$pkgname-$pkgver" - - patch -Np1 <"$srcdir"/0001-swap-fix-reverse-dependencies.patch - patch -Np1 <"$srcdir"/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch -} - -build() { - cd "$pkgname-$pkgver" - - ./configure \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --sysconfdir=/etc \ - --enable-introspection \ - --enable-gtk-doc \ - --disable-audit \ - --disable-ima \ - --with-sysvinit-path= \ - --with-sysvrcnd-path= \ - --with-firmware-path="/usr/lib/firmware/updates:/usr/lib/firmware" - - make -} - -check() { - # two tests fail due to running under nspawn - make -C "$pkgname-$pkgver" check || true -} - -package_systemd() { - pkgdesc="system and service manager" - license=('GPL2' 'LGPL2.1' 'MIT') - depends=('acl' 'bash' 'dbus-core' 'glib2' 'kbd' 'kmod' 'hwids' 'libcap' 'libgcrypt' - 'pam' 'util-linux' 'xz') - provides=("libsystemd=$pkgver" 'nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver" -'libgudev-1.0.so' 'libsystemd-daemon.so' 'libsystemd-id128.so' -'libsystemd-journal.so' 'libsystemd-login.so' 'libudev.so') - replaces=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev') - conflicts=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev') - optdepends=('cryptsetup: required for encrypted block devices' - 'libmicrohttpd: systemd-journal-gatewayd' - 'quota-tools: kernel-level quota management' - 'python: systemd library bindings' - 'systemd-sysvcompat: symlink package to provide sysvinit binaries') - backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf - etc/dbus-1/system.d/org.freedesktop.hostname1.conf - etc/dbus-1/system.d/org.freedesktop.login1.conf - etc/dbus-1/system.d/org.freedesktop.locale1.conf - etc/dbus-1/system.d/org.freedesktop.machine1.conf - etc/dbus-1/system.d/org.freedesktop.timedate1.conf - etc/systemd/bootchart.conf - etc/systemd/journald.conf - etc/systemd/logind.conf - etc/systemd/system.conf - etc/systemd/user.conf - etc/udev/udev.conf) - install="systemd.install" - - make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install - - printf "d /run/c
[arch-commits] Commit in clutter-gst/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 19:19:34 Author: jgc Revision: 194574 upgpkg: clutter-gst 2.0.8-1 Modified: clutter-gst/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 17:19:27 UTC (rev 194573) +++ PKGBUILD2013-09-18 17:19:34 UTC (rev 194574) @@ -2,8 +2,8 @@ # Maintainer: Jan "heftig" Steffens pkgname=clutter-gst -pkgver=2.0.6 -pkgrel=2 +pkgver=2.0.8 +pkgrel=1 pkgdesc="GStreamer bindings for clutter" arch=(i686 x86_64) url="http://www.clutter-project.org/"; @@ -12,7 +12,7 @@ makedepends=(gobject-introspection) options=('!libtool') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0ecc5630b0578968201802b831a75904a26e6ffe38fb8b60209ef9da51f8b258') +sha256sums=('cee6b0667c74a54fdf43f0ec7c1dc8ff0ffd1c594e0d43529de45048f8080a4d') build() { cd $pkgname-$pkgver
[arch-commits] Commit in systemd/trunk (2 files)
Date: Wednesday, September 18, 2013 @ 19:18:41 Author: dreisner Revision: 194572 upgpkg: systemd 207-3 - backport fix for CVE-2013-4327 Added: systemd/trunk/0001-polkit-Avoid-race-condition-in-scraping-proc.patch Modified: systemd/trunk/PKGBUILD -+ 0001-polkit-Avoid-race-condition-in-scraping-proc.patch | 75 ++ PKGBUILD|5 2 files changed, 79 insertions(+), 1 deletion(-) Added: 0001-polkit-Avoid-race-condition-in-scraping-proc.patch === --- 0001-polkit-Avoid-race-condition-in-scraping-proc.patch (rev 0) +++ 0001-polkit-Avoid-race-condition-in-scraping-proc.patch 2013-09-18 17:18:41 UTC (rev 194572) @@ -0,0 +1,75 @@ +From 72fd713962ca2c2450e23b01d9e22017a7e28fd4 Mon Sep 17 00:00:00 2001 +From: Colin Walters +Date: Thu, 22 Aug 2013 13:55:21 -0400 +Subject: [PATCH] polkit: Avoid race condition in scraping /proc + +If a calling process execve()s a setuid program, it can appear to be +uid 0. Since we're receiving requests over DBus, avoid this by simply +passing system-bus-name as a subject. +--- + src/shared/polkit.c | 31 +-- + 1 file changed, 5 insertions(+), 26 deletions(-) + +diff --git a/src/shared/polkit.c b/src/shared/polkit.c +index cea7074..1c5e9e3 100644 +--- a/src/shared/polkit.c b/src/shared/polkit.c +@@ -38,12 +38,8 @@ int verify_polkit( + + #ifdef ENABLE_POLKIT + DBusMessage *m = NULL, *reply = NULL; +-const char *unix_process = "unix-process", *pid = "pid", *starttime = "start-time", *cancel_id = ""; ++const char *system_bus_name = "system-bus-name", *name = "name", *cancel_id = ""; + uint32_t flags = interactive ? 1 : 0; +-pid_t pid_raw; +-uint32_t pid_u32; +-unsigned long long starttime_raw; +-uint64_t starttime_u64; + DBusMessageIter iter_msg, iter_struct, iter_array, iter_dict, iter_variant; + int r; + dbus_bool_t authorized = FALSE, challenge = FALSE; +@@ -68,14 +64,6 @@ int verify_polkit( + + #ifdef ENABLE_POLKIT + +-pid_raw = bus_get_unix_process_id(c, sender, error); +-if (pid_raw == 0) +-return -EINVAL; +- +-r = get_starttime_of_pid(pid_raw, &starttime_raw); +-if (r < 0) +-return r; +- + m = dbus_message_new_method_call( + "org.freedesktop.PolicyKit1", + "/org/freedesktop/PolicyKit1/Authority", +@@ -86,22 +74,13 @@ int verify_polkit( + + dbus_message_iter_init_append(m, &iter_msg); + +-pid_u32 = (uint32_t) pid_raw; +-starttime_u64 = (uint64_t) starttime_raw; +- + if (!dbus_message_iter_open_container(&iter_msg, DBUS_TYPE_STRUCT, NULL, &iter_struct) || +-!dbus_message_iter_append_basic(&iter_struct, DBUS_TYPE_STRING, &unix_process) || ++!dbus_message_iter_append_basic(&iter_struct, DBUS_TYPE_STRING, &system_bus_name) || + !dbus_message_iter_open_container(&iter_struct, DBUS_TYPE_ARRAY, "{sv}", &iter_array) || + !dbus_message_iter_open_container(&iter_array, DBUS_TYPE_DICT_ENTRY, NULL, &iter_dict) || +-!dbus_message_iter_append_basic(&iter_dict, DBUS_TYPE_STRING, &pid) || +-!dbus_message_iter_open_container(&iter_dict, DBUS_TYPE_VARIANT, "u", &iter_variant) || +-!dbus_message_iter_append_basic(&iter_variant, DBUS_TYPE_UINT32, &pid_u32) || +-!dbus_message_iter_close_container(&iter_dict, &iter_variant) || +-!dbus_message_iter_close_container(&iter_array, &iter_dict) || +-!dbus_message_iter_open_container(&iter_array, DBUS_TYPE_DICT_ENTRY, NULL, &iter_dict) || +-!dbus_message_iter_append_basic(&iter_dict, DBUS_TYPE_STRING, &starttime) || +-!dbus_message_iter_open_container(&iter_dict, DBUS_TYPE_VARIANT, "t", &iter_variant) || +-!dbus_message_iter_append_basic(&iter_variant, DBUS_TYPE_UINT64, &starttime_u64) || ++!dbus_message_iter_append_basic(&iter_dict, DBUS_TYPE_STRING, &name) || ++!dbus_message_iter_open_container(&iter_dict, DBUS_TYPE_VARIANT, "s", &iter_variant) || ++!dbus_message_iter_append_basic(&iter_variant, DBUS_TYPE_STRING, &sender) || + !dbus_message_iter_close_container(&iter_dict, &iter_variant) || + !dbus_message_iter_close_container(&iter_array, &iter_dict) || + !dbus_message_iter_close_container(&iter_struct, &iter_array) || +-- +1.8.4 + Modified: PKGBUILD === --- PKGBUILD2013-09-18 17:14:05 UTC (rev 194571) +++ PKGBUILD2013-09-18 17:18:41 UTC (rev 194572) @@ -4,7 +4,7 @@ pkgbase=systemd pkgname=('systemd' 'systemd-sysvcompat') pkgver=207 -pkgrel=2
[arch-commits] Commit in gtkmm3/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 16:50:52 Author: jgc Revision: 194568 upgpkg: gtkmm3 3.9.14-1 Modified: gtkmm3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 14:39:07 UTC (rev 194567) +++ PKGBUILD2013-09-18 14:50:52 UTC (rev 194568) @@ -4,7 +4,7 @@ pkgbase=gtkmm3 _pkgbasename=gtkmm pkgname=('gtkmm3' 'gtkmm3-docs') -pkgver=3.8.1 +pkgver=3.9.14 pkgrel=1 arch=('i686' 'x86_64') makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 'libxslt') @@ -12,7 +12,7 @@ options=('!libtool' '!emptydirs') url="http://www.gtkmm.org/"; source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz) -sha256sums=('d374c6d6d78fd9f61bca737cd7c23452de427a1662de8abf46df784e07e4c95b') +sha256sums=('459b2278d4ae657866f7a68abd01091a207fbd4d1ddacc98bcd4f9d9a49b6246') build() { cd "$_pkgbasename-$pkgver"
[arch-commits] Commit in gtkmm3/repos (4 files)
Date: Wednesday, September 18, 2013 @ 16:50:58 Author: jgc Revision: 194569 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gtkmm3/repos/gnome-unstable-i686/ gtkmm3/repos/gnome-unstable-i686/PKGBUILD (from rev 194568, gtkmm3/trunk/PKGBUILD) gtkmm3/repos/gnome-unstable-x86_64/ gtkmm3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194568, gtkmm3/trunk/PKGBUILD) + gnome-unstable-i686/PKGBUILD | 38 ++ gnome-unstable-x86_64/PKGBUILD | 38 ++ 2 files changed, 76 insertions(+) Copied: gtkmm3/repos/gnome-unstable-i686/PKGBUILD (from rev 194568, gtkmm3/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 14:50:58 UTC (rev 194569) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgbase=gtkmm3 +_pkgbasename=gtkmm +pkgname=('gtkmm3' 'gtkmm3-docs') +pkgver=3.9.14 +pkgrel=1 +arch=('i686' 'x86_64') +makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 'libxslt') +license=('LGPL') +options=('!libtool' '!emptydirs') +url="http://www.gtkmm.org/"; +source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz) +sha256sums=('459b2278d4ae657866f7a68abd01091a207fbd4d1ddacc98bcd4f9d9a49b6246') + +build() { + cd "$_pkgbasename-$pkgver" + ./configure --prefix=/usr + make +} + +package_gtkmm3() { + pkgdesc="C++ bindings for gtk3" + depends=('gtk3' 'pangomm' 'atkmm') + cd "$_pkgbasename-$pkgver" + + sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile + + make DESTDIR="$pkgdir" install +} + +package_gtkmm3-docs() { + pkgdesc="Developer documentation for gtkmm v3" + + cd "$_pkgbasename-$pkgver" + make -C docs DESTDIR="$pkgdir" install +} Copied: gtkmm3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194568, gtkmm3/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 14:50:58 UTC (rev 194569) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgbase=gtkmm3 +_pkgbasename=gtkmm +pkgname=('gtkmm3' 'gtkmm3-docs') +pkgver=3.9.14 +pkgrel=1 +arch=('i686' 'x86_64') +makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 'libxslt') +license=('LGPL') +options=('!libtool' '!emptydirs') +url="http://www.gtkmm.org/"; +source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz) +sha256sums=('459b2278d4ae657866f7a68abd01091a207fbd4d1ddacc98bcd4f9d9a49b6246') + +build() { + cd "$_pkgbasename-$pkgver" + ./configure --prefix=/usr + make +} + +package_gtkmm3() { + pkgdesc="C++ bindings for gtk3" + depends=('gtk3' 'pangomm' 'atkmm') + cd "$_pkgbasename-$pkgver" + + sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile + + make DESTDIR="$pkgdir" install +} + +package_gtkmm3-docs() { + pkgdesc="Developer documentation for gtkmm v3" + + cd "$_pkgbasename-$pkgver" + make -C docs DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libpeas/repos (8 files)
Date: Wednesday, September 18, 2013 @ 16:39:07 Author: jgc Revision: 194567 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: libpeas/repos/gnome-unstable-i686/ libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 194566, libpeas/trunk/PKGBUILD) libpeas/repos/gnome-unstable-i686/js17.patch (from rev 194566, libpeas/trunk/js17.patch) libpeas/repos/gnome-unstable-i686/libpeas.install (from rev 194566, libpeas/trunk/libpeas.install) libpeas/repos/gnome-unstable-x86_64/ libpeas/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194566, libpeas/trunk/PKGBUILD) libpeas/repos/gnome-unstable-x86_64/js17.patch (from rev 194566, libpeas/trunk/js17.patch) libpeas/repos/gnome-unstable-x86_64/libpeas.install (from rev 194566, libpeas/trunk/libpeas.install) ---+ gnome-unstable-i686/PKGBUILD | 41 gnome-unstable-i686/js17.patch| 46 gnome-unstable-i686/libpeas.install | 11 +++ gnome-unstable-x86_64/PKGBUILD| 41 gnome-unstable-x86_64/js17.patch | 46 gnome-unstable-x86_64/libpeas.install | 11 +++ 6 files changed, 196 insertions(+) Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 194566, libpeas/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 14:39:07 UTC (rev 194567) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=libpeas +pkgver=1.9.0 +pkgrel=1 +pkgdesc="A GObject-based plugins engine" +arch=(i686 x86_64) +url="http://www.gtk.org/"; +license=(GPL2) +depends=(gtk3 hicolor-icon-theme gobject-introspection) +makedepends=(gtk-doc intltool python-gobject python2-gobject gjs seed glade) +optdepends=('gjs: gobject-based plugin engine - gjs runtime loader' +'seed: gobject-based plugin engine - seed runtime loader') +options=('!libtool') +install=libpeas.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz) +sha256sums=('008747ccdf954dc7b8e3207fffede527a589363541873f906c8e0166f6f7df8d') + + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="${pkgdir}" install +} + +# vim:set ts=2 sw=2 et: Copied: libpeas/repos/gnome-unstable-i686/js17.patch (from rev 194566, libpeas/trunk/js17.patch) === --- gnome-unstable-i686/js17.patch (rev 0) +++ gnome-unstable-i686/js17.patch 2013-09-18 14:39:07 UTC (rev 194567) @@ -0,0 +1,46 @@ +From 8c54d0ee9c929d9141f74a0c047fed2e28347aa3 Mon Sep 17 00:00:00 2001 +From: Garrett Regier +Date: Sat, 27 Apr 2013 11:36:13 + +Subject: Fix Gjs plugin loader + +The garbage collection now takes a runtime instead of a contex +so just use Gjs's gc method to do the right thing and jsvals +cannot be compared anymore. +--- +diff --git a/loaders/gjs/peas-extension-gjs.c b/loaders/gjs/peas-extension-gjs.c +index 2a71ff8..0ec418c 100644 +--- a/loaders/gjs/peas-extension-gjs.c b/loaders/gjs/peas-extension-gjs.c +@@ -362,7 +362,7 @@ peas_extension_gjs_call (PeasExtensionWrapper *exten, + + if (!JS_GetElement (gexten->js_context, JSVAL_TO_OBJECT (js_retval), + nth_out_arg++, &js_value) || +- js_value == JSVAL_VOID) ++ JSVAL_IS_VOID (js_value)) + { + g_warning ("Error failed to get out argument %i", nth_out_arg); + return FALSE; +diff --git a/loaders/gjs/peas-plugin-loader-gjs.c b/loaders/gjs/peas-plugin-loader-gjs.c +index d9acfdf..8cea724 100644 +--- a/loaders/gjs/peas-plugin-loader-gjs.c b/loaders/gjs/peas-plugin-loader-gjs.c +@@ -279,7 +279,7 @@ peas_plugin_loader_gjs_create_extension (PeasPluginLoader *loader, + + if (!JS_GetPropertyById (js_context, ginfo->extensions, +prop_name_id, &prop_extension_ctor) || +- prop_extension_ctor != extension_ctor) ++ JSVAL_TO_OBJECT (prop_extension_ctor) != JSVAL_TO_OBJECT (extension_ctor)) + continue; + + if (!JS_IdToValue (js_context, prop_name_id, &prop_name_val) || +@@ -327,7 +327,7 @@ static void + garbage_collect (PeasPluginInfo *info, + GjsInfo*ginfo) + { +- JS_GC (gjs_context_get_native_context (ginfo->context)); ++ gjs_context_gc (ginfo->context); + } + + static void +-- +cgit v0.9.2 Copied: libpeas/repos/gnome-unstable-i686/lib
[arch-commits] Commit in libpeas/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 16:39:01 Author: jgc Revision: 194566 upgpkg: libpeas 1.9.0-1 Modified: libpeas/trunk/PKGBUILD --+ PKGBUILD | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 14:32:04 UTC (rev 194565) +++ PKGBUILD2013-09-18 14:39:01 UTC (rev 194566) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=libpeas -pkgver=1.8.1 +pkgver=1.9.0 pkgrel=1 pkgdesc="A GObject-based plugins engine" arch=(i686 x86_64) @@ -14,15 +14,9 @@ 'seed: gobject-based plugin engine - seed runtime loader') options=('!libtool') install=libpeas.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz -js17.patch) -sha256sums=('ff0e7cd1f0da5dc1289efdd4662a06188f8f0fb088eac67abe05ffa66ba7751d' -'094f28f911de979167c870b3ed51df09dbe3cacc271b375d891d7601c51ad44f') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz) +sha256sums=('008747ccdf954dc7b8e3207fffede527a589363541873f906c8e0166f6f7df8d') -prepare() { - cd $pkgname-$pkgver - patch -Np1 -i ../js17.patch -} build() { cd $pkgname-$pkgver
[arch-commits] Commit in gjs/repos (6 files)
Date: Wednesday, September 18, 2013 @ 16:32:04 Author: jgc Revision: 194565 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gjs/repos/gnome-unstable-i686/ gjs/repos/gnome-unstable-i686/PKGBUILD (from rev 194564, gjs/trunk/PKGBUILD) gjs/repos/gnome-unstable-i686/gettext-typo.patch (from rev 194564, gjs/trunk/gettext-typo.patch) gjs/repos/gnome-unstable-x86_64/ gjs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194564, gjs/trunk/PKGBUILD) gjs/repos/gnome-unstable-x86_64/gettext-typo.patch (from rev 194564, gjs/trunk/gettext-typo.patch) --+ gnome-unstable-i686/PKGBUILD | 30 + gnome-unstable-i686/gettext-typo.patch | 22 + gnome-unstable-x86_64/PKGBUILD | 30 + gnome-unstable-x86_64/gettext-typo.patch | 22 + 4 files changed, 104 insertions(+) Copied: gjs/repos/gnome-unstable-i686/PKGBUILD (from rev 194564, gjs/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 14:32:04 UTC (rev 194565) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gjs +pkgver=1.37.6 +pkgrel=1 +pkgdesc="Javascript Bindings for GNOME" +arch=(i686 x86_64) +url="http://live.gnome.org/Gjs"; +license=(GPL) +depends=(cairo gobject-introspection 'js>=17.0.0') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('c82af84216bd875cd311265c477783c839022117453c2af00e72be3faa644cbd') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib + make +} + +check() { + cd $pkgname-$pkgver + #make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gjs/repos/gnome-unstable-i686/gettext-typo.patch (from rev 194564, gjs/trunk/gettext-typo.patch) === --- gnome-unstable-i686/gettext-typo.patch (rev 0) +++ gnome-unstable-i686/gettext-typo.patch 2013-09-18 14:32:04 UTC (rev 194565) @@ -0,0 +1,22 @@ +From 178c810b7797ff2fca0440e519ddf4dbede589a1 Mon Sep 17 00:00:00 2001 +From: Giovanni Campagna +Date: Sun, 12 May 2013 16:46:19 + +Subject: gettext: fix typo + +https://bugzilla.gnome.org/show_bug.cgi?id=700336 +--- +diff --git a/modules/gettext.js b/modules/gettext.js +index 8f73c13..60991e1 100644 +--- a/modules/gettext.js b/modules/gettext.js +@@ -46,7 +46,7 @@ function gettext(msgid) { + return GLib.dgettext(null, msgid); + } + function dgettext(domain, msgid) { +-return GLib.dgetext(domain, msgid); ++return GLib.dgettext(domain, msgid); + } + function dcgettext(domain, msgid, category) { + return GLib.dcgettext(domain, msgid, category); +-- +cgit v0.9.2 Copied: gjs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194564, gjs/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 14:32:04 UTC (rev 194565) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gjs +pkgver=1.37.6 +pkgrel=1 +pkgdesc="Javascript Bindings for GNOME" +arch=(i686 x86_64) +url="http://live.gnome.org/Gjs"; +license=(GPL) +depends=(cairo gobject-introspection 'js>=17.0.0') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('c82af84216bd875cd311265c477783c839022117453c2af00e72be3faa644cbd') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib + make +} + +check() { + cd $pkgname-$pkgver + #make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gjs/repos/gnome-unstable-x86_64/gettext-typo.patch (from rev 194564, gjs/trunk/gettext-typo.patch) === --- gnome-unstable-x86_64/gettext-typo.patch(rev 0) +++ gnome-unstable-x86_64/gettext-typo.patch2013-09-18 14:32:04 UTC (rev 194565) @@ -0,0 +1,22 @@ +From 178c810b7797ff2fca0440e519ddf4dbede589a1 Mon Sep 17 00:00:00 2001 +From: Giovanni Campagna +Date: Sun, 12 May 2013 16:46:19 + +Subject: gettext: fix typo + +https://bugzilla.gnome.org/show_bug.cgi?id=700336 +--- +diff --git a/modules/gettext.js b/modules/gettext.js +index 8f73c13..60991e1 100644 +--- a/modules/gettext.js b/modules/gettext.js +@@ -46,7 +46,7 @@ function gettext(msgid) { + return GLib.dgettext(null, msgid); + } + function dgettext(domain, msgid) { +-return GLib.dgetext(domain, msgid); ++return GLib.dgettext(domain, msgid); + } + function dcgettext(domain, msg
[arch-commits] Commit in gjs/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 16:31:59 Author: jgc Revision: 194564 upgpkg: gjs 1.37.6-1 Modified: gjs/trunk/PKGBUILD --+ PKGBUILD | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 14:17:14 UTC (rev 194563) +++ PKGBUILD2013-09-18 14:31:59 UTC (rev 194564) @@ -2,8 +2,8 @@ # Maintainer: Ionut Biru pkgname=gjs -pkgver=1.36.1 -pkgrel=2 +pkgver=1.37.6 +pkgrel=1 pkgdesc="Javascript Bindings for GNOME" arch=(i686 x86_64) url="http://live.gnome.org/Gjs"; @@ -10,24 +10,18 @@ license=(GPL) depends=(cairo gobject-introspection 'js>=17.0.0') options=('!libtool') -source=(http://people.gnome.org/~walters/$pkgname-js17-$pkgver.tar.bz2 -gettext-typo.patch) -sha256sums=('5826f74fcf20750538f74e2b0059f392eb139996b80b70ca217f5f7a0d117e27' -'c2c3ca377d9d69511d5784599ea33d754aed776d5ceefaf384b8e303b54fd038') +source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('c82af84216bd875cd311265c477783c839022117453c2af00e72be3faa644cbd') -prepare() { - cd $pkgname-$pkgver - patch -Np1 -i ../gettext-typo.patch -} build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-static + ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib make } check() { cd $pkgname-$pkgver - make check + #make check } package() {
[arch-commits] Commit in glibmm/repos (4 files)
Date: Wednesday, September 18, 2013 @ 16:17:14 Author: jgc Revision: 194563 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: glibmm/repos/gnome-unstable-i686/ glibmm/repos/gnome-unstable-i686/PKGBUILD (from rev 194562, glibmm/trunk/PKGBUILD) glibmm/repos/gnome-unstable-x86_64/ glibmm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194562, glibmm/trunk/PKGBUILD) + gnome-unstable-i686/PKGBUILD | 35 +++ gnome-unstable-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: glibmm/repos/gnome-unstable-i686/PKGBUILD (from rev 194562, glibmm/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 14:17:14 UTC (rev 194563) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Tom Newsom + +pkgbase=glibmm +pkgname=('glibmm' 'glibmm-docs') +pkgver=2.37.7 +pkgrel=1 +arch=('i686' 'x86_64') +license=('LGPL') +makedepends=('glib2' 'libsigc++2.0' 'pkgconfig') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +options=('!libtool') +url="http://www.gtkmm.org/"; +sha256sums=('9cca65d6ee7cfb539b7994836e90d604853525f9e29c3242505eff58a827ba56') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package_glibmm() { + pkgdesc="Glib-- (glibmm) is a C++ interface for glib" + depends=('glib2' 'libsigc++2.0') + cd "$pkgbase-$pkgver" + sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile + make DESTDIR="$pkgdir" install +} + +package_glibmm-docs() { + pkgdesc="Developer documentation for glibmm" + cd "$pkgbase-$pkgver/docs" + make DESTDIR="$pkgdir" install +} Copied: glibmm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194562, glibmm/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 14:17:14 UTC (rev 194563) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Tom Newsom + +pkgbase=glibmm +pkgname=('glibmm' 'glibmm-docs') +pkgver=2.37.7 +pkgrel=1 +arch=('i686' 'x86_64') +license=('LGPL') +makedepends=('glib2' 'libsigc++2.0' 'pkgconfig') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +options=('!libtool') +url="http://www.gtkmm.org/"; +sha256sums=('9cca65d6ee7cfb539b7994836e90d604853525f9e29c3242505eff58a827ba56') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package_glibmm() { + pkgdesc="Glib-- (glibmm) is a C++ interface for glib" + depends=('glib2' 'libsigc++2.0') + cd "$pkgbase-$pkgver" + sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile + make DESTDIR="$pkgdir" install +} + +package_glibmm-docs() { + pkgdesc="Developer documentation for glibmm" + cd "$pkgbase-$pkgver/docs" + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in glibmm/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 16:17:07 Author: jgc Revision: 194562 upgpkg: glibmm 2.37.7-1 Modified: glibmm/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 14:09:56 UTC (rev 194561) +++ PKGBUILD2013-09-18 14:17:07 UTC (rev 194562) @@ -4,7 +4,7 @@ pkgbase=glibmm pkgname=('glibmm' 'glibmm-docs') -pkgver=2.36.2 +pkgver=2.37.7 pkgrel=1 arch=('i686' 'x86_64') license=('LGPL') @@ -12,7 +12,7 @@ source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) options=('!libtool') url="http://www.gtkmm.org/"; -sha256sums=('f15b65bf5740257be03c69f2f5ae71436ac3011ebeb02274b2b99b796c6837cf') +sha256sums=('9cca65d6ee7cfb539b7994836e90d604853525f9e29c3242505eff58a827ba56') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in libnotify/repos (4 files)
Date: Wednesday, September 18, 2013 @ 16:09:56 Author: jgc Revision: 194561 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: libnotify/repos/gnome-unstable-i686/ libnotify/repos/gnome-unstable-i686/PKGBUILD (from rev 194560, libnotify/trunk/PKGBUILD) libnotify/repos/gnome-unstable-x86_64/ libnotify/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194560, libnotify/trunk/PKGBUILD) + gnome-unstable-i686/PKGBUILD | 26 ++ gnome-unstable-x86_64/PKGBUILD | 26 ++ 2 files changed, 52 insertions(+) Copied: libnotify/repos/gnome-unstable-i686/PKGBUILD (from rev 194560, libnotify/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 14:09:56 UTC (rev 194561) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=libnotify +pkgver=0.7.6 +pkgrel=1 +pkgdesc="Desktop notification library" +arch=('i686' 'x86_64') +url="http://library.gnome.org/devel/notification-spec/"; +license=('LGPL') +depends=('gdk-pixbuf2') +makedepends=('gtk3' 'gobject-introspection') +options=('!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz) +sha256sums=('0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837') + +build() { +cd ${pkgname}-${pkgver} +./configure --prefix=/usr --disable-static +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +} Copied: libnotify/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194560, libnotify/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 14:09:56 UTC (rev 194561) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=libnotify +pkgver=0.7.6 +pkgrel=1 +pkgdesc="Desktop notification library" +arch=('i686' 'x86_64') +url="http://library.gnome.org/devel/notification-spec/"; +license=('LGPL') +depends=('gdk-pixbuf2') +makedepends=('gtk3' 'gobject-introspection') +options=('!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz) +sha256sums=('0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837') + +build() { +cd ${pkgname}-${pkgver} +./configure --prefix=/usr --disable-static +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in libnotify/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 16:09:50 Author: jgc Revision: 194560 upgpkg: libnotify 0.7.6-1 Modified: libnotify/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 14:06:47 UTC (rev 194559) +++ PKGBUILD2013-09-18 14:09:50 UTC (rev 194560) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=libnotify -pkgver=0.7.5 +pkgver=0.7.6 pkgrel=1 pkgdesc="Desktop notification library" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('gtk3' 'gobject-introspection') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz) -sha256sums=('4378cb47874ba4d5f759b7890d8d28d086e81d3f0bd4f6e84e5ab66d82ffb652') +sha256sums=('0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in vim-nerdtree/trunk (PKGBUILD vimdoc.install)
Date: Wednesday, September 18, 2013 @ 16:06:35 Author: arodseth Revision: 97343 Adopted. Modified: vim-nerdtree/trunk/PKGBUILD vim-nerdtree/trunk/vimdoc.install + PKGBUILD | 33 ++--- vimdoc.install | 10 ++ 2 files changed, 20 insertions(+), 23 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 14:01:50 UTC (rev 97342) +++ PKGBUILD2013-09-18 14:06:35 UTC (rev 97343) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Andrea Scarpino +# Maintainer: Alexander Rødseth +# Contributor: Andrea Scarpino # Contributor: Kwpolska # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Laszlo Papp @@ -8,7 +9,7 @@ pkgver=4.2.0 _scriptid=17123 pkgrel=3 -pkgdesc='A tree explorer plugin for navigating the filesystem' +pkgdesc='Tree explorer plugin for navigating the filesystem' arch=('any') url='http://www.vim.org/scripts/script.php?script_id=1658' license=('custom:WTFPL') @@ -15,26 +16,20 @@ depends=('vim') groups=('vim-plugins') install='vimdoc.install' -source=("${pkgname}-${pkgver}.zip::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}"; +source=("$pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 'COPYING') md5sums=('39e61096eb0c54a4d386eaba49d6de3d' '389a9e29629d1f05e115f8f05c283df5') package() { - install -d ${pkgdir}/usr/share/vim/vimfiles/{doc,nerdtree_plugin,plugin,syntax} + install -d \ +"$pkgdir/usr/share/vim/vimfiles/"{doc,nerdtree_plugin,plugin,syntax} + install -m644 doc/NERD_tree.txt "$pkgdir/usr/share/vim/vimfiles/doc/" + install -m644 nerdtree_plugin/{exec_menuitem,fs_menu}.vim \ +"$pkgdir/usr/share/vim/vimfiles/nerdtree_plugin/" + install -m644 plugin/NERD_tree.vim "$pkgdir/usr/share/vim/vimfiles/plugin/" + install -m644 syntax/nerdtree.vim "$pkgdir/usr/share/vim/vimfiles/syntax/" + install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} - install -m644 ${srcdir}/doc/NERD_tree.txt \ -${pkgdir}/usr/share/vim/vimfiles/doc/ - - install -m644 ${srcdir}/nerdtree_plugin/{exec_menuitem,fs_menu}.vim \ -${pkgdir}/usr/share/vim/vimfiles/nerdtree_plugin/ - - install -m644 ${srcdir}/plugin/NERD_tree.vim \ -${pkgdir}/usr/share/vim/vimfiles/plugin/ - - install -m644 ${srcdir}/syntax/nerdtree.vim \ -${pkgdir}/usr/share/vim/vimfiles/syntax/ - - install -D -m644 ${srcdir}/COPYING \ -${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} +# vim:set ts=2 sw=2 et: Modified: vimdoc.install === --- vimdoc.install 2013-09-18 14:01:50 UTC (rev 97342) +++ vimdoc.install 2013-09-18 14:06:35 UTC (rev 97343) @@ -1,8 +1,8 @@ post_install() { -echo -n "Updating vim help tags..." -/usr/bin/vim --noplugins -u NONE -U NONE \ ---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1 -echo "done." + echo -n 'Updating vim help tags...' + /usr/bin/vim --noplugins -u NONE -U NONE \ +--cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1 + echo 'done.' } post_upgrade() { @@ -12,3 +12,5 @@ post_remove() { post_install } + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in gtk3/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 16:06:39 Author: jgc Revision: 194558 upgpkg: gtk3 3.9.16-1 Modified: gtk3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 13:56:54 UTC (rev 194557) +++ PKGBUILD2013-09-18 14:06:39 UTC (rev 194558) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=gtk3 -pkgver=3.9.14 +pkgver=3.9.16 pkgrel=1 pkgdesc="GObject-based multi-platform GUI toolkit (v3)" arch=(i686 x86_64) @@ -15,7 +15,7 @@ license=(LGPL) source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz settings.ini) -sha256sums=('17eef6b315d16191b56ec7d8daa7493192333101a79f5c92a67bb3c41a6c2cb3' +sha256sums=('1a894c0262c71809fd34be6f47c0493bd62953666b2eb14971e73de9c42bd6dc' 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621') build() {
[arch-commits] Commit in gtk3/repos (12 files)
Date: Wednesday, September 18, 2013 @ 16:06:47 Author: jgc Revision: 194559 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 194558, gtk3/trunk/PKGBUILD) gtk3/repos/gnome-unstable-i686/gtk3.install (from rev 194558, gtk3/trunk/gtk3.install) gtk3/repos/gnome-unstable-i686/settings.ini (from rev 194558, gtk3/trunk/settings.ini) gtk3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194558, gtk3/trunk/PKGBUILD) gtk3/repos/gnome-unstable-x86_64/gtk3.install (from rev 194558, gtk3/trunk/gtk3.install) gtk3/repos/gnome-unstable-x86_64/settings.ini (from rev 194558, gtk3/trunk/settings.ini) Deleted: gtk3/repos/gnome-unstable-i686/PKGBUILD gtk3/repos/gnome-unstable-i686/gtk3.install gtk3/repos/gnome-unstable-i686/settings.ini gtk3/repos/gnome-unstable-x86_64/PKGBUILD gtk3/repos/gnome-unstable-x86_64/gtk3.install gtk3/repos/gnome-unstable-x86_64/settings.ini + /PKGBUILD | 88 +++ /gtk3.install | 32 /settings.ini |4 + gnome-unstable-i686/PKGBUILD | 44 - gnome-unstable-i686/gtk3.install | 16 -- gnome-unstable-i686/settings.ini |2 gnome-unstable-x86_64/PKGBUILD | 44 - gnome-unstable-x86_64/gtk3.install | 16 -- gnome-unstable-x86_64/settings.ini |2 9 files changed, 124 insertions(+), 124 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-18 14:06:39 UTC (rev 194558) +++ gnome-unstable-i686/PKGBUILD2013-09-18 14:06:47 UTC (rev 194559) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gtk3 -pkgver=3.9.14 -pkgrel=1 -pkgdesc="GObject-based multi-platform GUI toolkit (v3)" -arch=(i686 x86_64) -url="http://www.gtk.org/"; -install=gtk3.install -depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama libxrandr libxi libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk wayland libxkbcommon) -makedepends=(gobject-introspection) -options=('!libtool') -backup=(etc/gtk-3.0/settings.ini) -license=(LGPL) -source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz -settings.ini) -sha256sums=('17eef6b315d16191b56ec7d8daa7493192333101a79f5c92a67bb3c41a6c2cb3' -'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621') - -build() { -cd "gtk+-$pkgver" - -CXX=/bin/false ./configure --prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---enable-gtk2-dependency \ ---disable-schemas-compile \ ---enable-x11-backend \ ---enable-broadway-backend \ ---enable-wayland-backend - -#https://bugzilla.gnome.org/show_bug.cgi?id=655517 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "gtk+-$pkgver" -make DESTDIR="$pkgdir" install - -install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini" -} Copied: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 194558, gtk3/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 14:06:47 UTC (rev 194559) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gtk3 +pkgver=3.9.16 +pkgrel=1 +pkgdesc="GObject-based multi-platform GUI toolkit (v3)" +arch=(i686 x86_64) +url="http://www.gtk.org/"; +install=gtk3.install +depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama libxrandr libxi libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk wayland libxkbcommon) +makedepends=(gobject-introspection) +options=('!libtool') +backup=(etc/gtk-3.0/settings.ini) +license=(LGPL) +source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz +settings.ini) +sha256sums=('1a894c0262c71809fd34be6f47c0493bd62953666b2eb14971e73de9c42bd6dc' +'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621') + +build() { +cd "gtk+-$pkgver" + +CXX=/bin/false ./configure --prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--enable-gtk2-dependency \ +--disable-schemas-compile \ +--enable-x11-backend \ +--enable-broadway-backend \ +--enable-wayland-backend + +#https://bugzilla.gnome.org/show_bug.cgi?id=655517 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "gtk+-$pkgver" +make DESTDIR="$pkgdir" install + +install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini" +} Deleted: gnome-unstable-i686/gtk3.install
[arch-commits] Commit in python-pybox2d/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 16:01:50 Author: arodseth Revision: 97342 Adopted Modified: python-pybox2d/trunk/PKGBUILD (contents, properties) --+ PKGBUILD | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 12:13:34 UTC (rev 97341) +++ PKGBUILD2013-09-18 14:01:50 UTC (rev 97342) @@ -1,9 +1,12 @@ -# Maintainer: Sven-Hendrik Haase +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Sven-Hendrik Haase + pkgname=python-pybox2d pkgver=370 pkgrel=1 -pkgdesc="Python wrapper for Box2D" -arch=('i686' 'x86_64') +pkgdesc='Python wrapper for Box2D' +arch=('x86_64' 'i686') url="http://code.google.com/p/pybox2d"; license=('GPL') depends=('python' 'swig') @@ -12,14 +15,15 @@ md5sums=('SKIP') build() { - cd ${srcdir}/trunk + cd trunk python setup.py build } package() { - cd ${srcdir}/trunk + cd trunk - python setup.py install --root=${pkgdir} + python setup.py install --root="$pkgdir" } + # vim: sw=2 ts=2 et: Property changes on: python-pybox2d/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in libsoup/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 15:56:47 Author: jgc Revision: 194556 upgpkg: libsoup 2.43.92-1 Modified: libsoup/trunk/PKGBUILD --+ PKGBUILD | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 13:53:58 UTC (rev 194555) +++ PKGBUILD2013-09-18 13:56:47 UTC (rev 194556) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=libsoup -pkgver=2.43.90 +pkgver=2.43.92 pkgrel=1 pkgdesc="GNOME HTTP Library" arch=(i686 x86_64) @@ -10,12 +10,13 @@ url="http://www.gnome.org"; depends=(glib2 libxml2 glib-networking sqlite) makedepends=(intltool gobject-introspection python) +checkdepends=(apache php php-apache) provides=("libsoup-gnome=$pkgver-$pkgrel") conflicts=(libsoup-gnome) replaces=(libsoup-gnome) options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('ab3d734b17f12c8d0d3b7e6cdd39f0ec10358a0310ccf9cd31c26e8e04fc77bf') +sha256sums=('b0585e82e8f332efc9cb4cf426cea916e76bceb1af9b6f7b96e0d68a252053d4') build() { cd $pkgname-$pkgver @@ -24,6 +25,11 @@ make } +check() { + cd $pkgname-$pkgver + make check +} + package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install
[arch-commits] Commit in libsoup/repos (4 files)
Date: Wednesday, September 18, 2013 @ 15:56:54 Author: jgc Revision: 194557 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: libsoup/repos/gnome-unstable-i686/PKGBUILD (from rev 194556, libsoup/trunk/PKGBUILD) libsoup/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194556, libsoup/trunk/PKGBUILD) Deleted: libsoup/repos/gnome-unstable-i686/PKGBUILD libsoup/repos/gnome-unstable-x86_64/PKGBUILD + /PKGBUILD | 72 +++ gnome-unstable-i686/PKGBUILD | 30 gnome-unstable-x86_64/PKGBUILD | 30 3 files changed, 72 insertions(+), 60 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-18 13:56:47 UTC (rev 194556) +++ gnome-unstable-i686/PKGBUILD2013-09-18 13:56:54 UTC (rev 194557) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=libsoup -pkgver=2.43.90 -pkgrel=1 -pkgdesc="GNOME HTTP Library" -arch=(i686 x86_64) -license=(LGPL) -url="http://www.gnome.org"; -depends=(glib2 libxml2 glib-networking sqlite) -makedepends=(intltool gobject-introspection python) -provides=("libsoup-gnome=$pkgver-$pkgrel") -conflicts=(libsoup-gnome) -replaces=(libsoup-gnome) -options=('!libtool' '!emptydirs') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('ab3d734b17f12c8d0d3b7e6cdd39f0ec10358a0310ccf9cd31c26e8e04fc77bf') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: libsoup/repos/gnome-unstable-i686/PKGBUILD (from rev 194556, libsoup/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 13:56:54 UTC (rev 194557) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=libsoup +pkgver=2.43.92 +pkgrel=1 +pkgdesc="GNOME HTTP Library" +arch=(i686 x86_64) +license=(LGPL) +url="http://www.gnome.org"; +depends=(glib2 libxml2 glib-networking sqlite) +makedepends=(intltool gobject-introspection python) +checkdepends=(apache php php-apache) +provides=("libsoup-gnome=$pkgver-$pkgrel") +conflicts=(libsoup-gnome) +replaces=(libsoup-gnome) +options=('!libtool' '!emptydirs') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('b0585e82e8f332efc9cb4cf426cea916e76bceb1af9b6f7b96e0d68a252053d4') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-x86_64/PKGBUILD === --- gnome-unstable-x86_64/PKGBUILD 2013-09-18 13:56:47 UTC (rev 194556) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 13:56:54 UTC (rev 194557) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=libsoup -pkgver=2.43.90 -pkgrel=1 -pkgdesc="GNOME HTTP Library" -arch=(i686 x86_64) -license=(LGPL) -url="http://www.gnome.org"; -depends=(glib2 libxml2 glib-networking sqlite) -makedepends=(intltool gobject-introspection python) -provides=("libsoup-gnome=$pkgver-$pkgrel") -conflicts=(libsoup-gnome) -replaces=(libsoup-gnome) -options=('!libtool' '!emptydirs') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('ab3d734b17f12c8d0d3b7e6cdd39f0ec10358a0310ccf9cd31c26e8e04fc77bf') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: libsoup/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194556, libsoup/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 13:56:54 UTC (rev 194557) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=libsoup +pkgver=2.43.92 +pkgrel=1 +pkgdesc="GNOME HTTP Library" +arch=(i686 x86_64) +license=(LGPL) +url="http://www.gnome.org"; +depends=(glib2 libxml2 glib-networking sqlite) +makedepends=(intltool gobject-introspection python) +checkdepends=(apache php php-apache) +provides=("libsoup-gnome=$pkgver-$pkgrel") +conflicts=(libsoup-gnome) +replaces=(libsoup-gnome) +options=('!libtool' '!emptydirs') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('b05
[arch-commits] Commit in libchamplain/repos (4 files)
Date: Wednesday, September 18, 2013 @ 15:53:58 Author: jgc Revision: 194555 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: libchamplain/repos/gnome-unstable-i686/ libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 194554, libchamplain/trunk/PKGBUILD) libchamplain/repos/gnome-unstable-x86_64/ libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194554, libchamplain/trunk/PKGBUILD) + gnome-unstable-i686/PKGBUILD | 31 +++ gnome-unstable-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 194554, libchamplain/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 13:53:58 UTC (rev 194555) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andreas Radke +# Contributor: Michael Kanis + +pkgname=libchamplain +pkgver=0.12.5 +pkgrel=2 +pkgdesc="Gtk3 widget for displaying rasterized maps" +url="http://projects.gnome.org/libchamplain/"; +license=('LGPL') +arch=('i686' 'x86_64') +options=('!libtool') +depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite') +makedepends=('gobject-introspection' 'gtk-doc' 'vala') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('9c937d3775053a7d6b542aad36b16bbb07e02be3adb683ae57d7dcbe89634236') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static --disable-debug --enable-vala + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194554, libchamplain/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-18 13:53:58 UTC (rev 194555) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andreas Radke +# Contributor: Michael Kanis + +pkgname=libchamplain +pkgver=0.12.5 +pkgrel=2 +pkgdesc="Gtk3 widget for displaying rasterized maps" +url="http://projects.gnome.org/libchamplain/"; +license=('LGPL') +arch=('i686' 'x86_64') +options=('!libtool') +depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite') +makedepends=('gobject-introspection' 'gtk-doc' 'vala') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('9c937d3775053a7d6b542aad36b16bbb07e02be3adb683ae57d7dcbe89634236') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static --disable-debug --enable-vala + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libchamplain/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 15:53:51 Author: jgc Revision: 194554 upgpkg: libchamplain 0.12.5-2 Modified: libchamplain/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 13:49:15 UTC (rev 194553) +++ PKGBUILD2013-09-18 13:53:51 UTC (rev 194554) @@ -3,7 +3,7 @@ # Contributor: Michael Kanis pkgname=libchamplain -pkgver=0.12.4 +pkgver=0.12.5 pkgrel=2 pkgdesc="Gtk3 widget for displaying rasterized maps" url="http://projects.gnome.org/libchamplain/"; @@ -13,7 +13,7 @@ depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite') makedepends=('gobject-introspection' 'gtk-doc' 'vala') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('631ce8e91b02c596e29778d3f7c1d28013e2e40d080a88f2d9a06f8b79f9e493') +sha256sums=('9c937d3775053a7d6b542aad36b16bbb07e02be3adb683ae57d7dcbe89634236') build() { cd $pkgname-$pkgver
[arch-commits] Commit in glib2/repos (8 files)
Date: Wednesday, September 18, 2013 @ 15:49:15 Author: jgc Revision: 194553 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 194552, glib2/trunk/PKGBUILD) glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch (from rev 194552, glib2/trunk/revert-warn-glib-compile-schemas.patch) glib2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194552, glib2/trunk/PKGBUILD) glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch (from rev 194552, glib2/trunk/revert-warn-glib-compile-schemas.patch) Deleted: glib2/repos/gnome-unstable-i686/PKGBUILD glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch glib2/repos/gnome-unstable-x86_64/PKGBUILD glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch --+ /PKGBUILD| 134 ++ /revert-warn-glib-compile-schemas.patch | 66 gnome-unstable-i686/PKGBUILD | 68 - gnome-unstable-i686/revert-warn-glib-compile-schemas.patch | 33 -- gnome-unstable-x86_64/PKGBUILD | 68 - gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch | 33 -- 6 files changed, 200 insertions(+), 202 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-18 13:49:09 UTC (rev 194552) +++ gnome-unstable-i686/PKGBUILD2013-09-18 13:49:15 UTC (rev 194553) @@ -1,68 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgbase=glib2 -pkgname=(glib2 glib2-docs) -pkgver=2.37.7 -pkgrel=1 -pkgdesc="Common C routines used by GTK+ and other libs" -url="http://www.gtk.org/"; -arch=(i686 x86_64) -makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'elfutils') -source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz -revert-warn-glib-compile-schemas.patch) -sha256sums=('d91550d4a4efff5079555c9eac8c7f525aff3375a4a82a0e14835a29a1a16e8d' -'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97') - -prepare() { - cd glib-$pkgver - patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch - #touch -r NEWS gtk-doc.make -} - -build() { - cd glib-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \ - --sysconfdir=/etc \ - --with-pcre=system \ - --disable-fam - make -} - -check() { - cd glib-$pkgver - #make -k check || : -} - -package_glib2() { - depends=('pcre' 'libffi') - optdepends=('python2: for gdbus-codegen and gtester-report' - 'elfutils: gresource inspection tool') - options=('!docs' '!libtool' '!emptydirs') - license=('LGPL') - - cd glib-$pkgver - make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install - - for _i in "$pkgdir/usr/share/bash-completion/completions/"*; do - chmod -x "$_i" - done - - # Our gdb does not ship the required python modules, so remove it - rm -rf "$pkgdir/usr/share/gdb/" -} - -package_glib2-docs() { - pkgdesc="Documentation for glib2" - conflicts=('gobject2-docs') - replaces=('gobject2-docs') - license=('custom') - options=('docs' '!emptydirs') - - cd glib-$pkgver/docs - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs" - install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/" - - rm -rf "${pkgdir}/usr/share/man" -} Copied: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 194552, glib2/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-18 13:49:15 UTC (rev 194553) @@ -0,0 +1,67 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgbase=glib2 +pkgname=(glib2 glib2-docs) +pkgver=2.37.93 +pkgrel=1 +pkgdesc="Common C routines used by GTK+ and other libs" +url="http://www.gtk.org/"; +arch=(i686 x86_64) +makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'elfutils') +source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz +revert-warn-glib-compile-schemas.patch) +sha256sums=('0141a48e8648cbdf507e1375f5b53558783339ebc00256611a33cd82fbbfbf53' +'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97') + +prepare() { + cd glib-$pkgver + patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch +} + +build() { + cd glib-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \ + --sysconfdir=/etc \ + --with-pcre=system \ + --disable-fam + make +} + +check() { + cd glib-$pkgver + #make -k check || : +} + +package_glib2() { + depends=('pcre' 'libffi') + o
[arch-commits] Commit in glib2/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 15:49:09 Author: jgc Revision: 194552 upgpkg: glib2 2.37.93-1 Modified: glib2/trunk/PKGBUILD --+ PKGBUILD |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 12:53:28 UTC (rev 194551) +++ PKGBUILD2013-09-18 13:49:09 UTC (rev 194552) @@ -3,7 +3,7 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) -pkgver=2.37.7 +pkgver=2.37.93 pkgrel=1 pkgdesc="Common C routines used by GTK+ and other libs" url="http://www.gtk.org/"; @@ -11,13 +11,12 @@ makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'elfutils') source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz revert-warn-glib-compile-schemas.patch) -sha256sums=('d91550d4a4efff5079555c9eac8c7f525aff3375a4a82a0e14835a29a1a16e8d' +sha256sums=('0141a48e8648cbdf507e1375f5b53558783339ebc00256611a33cd82fbbfbf53' '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97') prepare() { cd glib-$pkgver patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch - #touch -r NEWS gtk-doc.make } build() {
[arch-commits] Commit in gendesk/repos (2 files)
Date: Wednesday, September 18, 2013 @ 13:57:55 Author: arodseth Revision: 97340 archrelease: copy trunk to community-x86_64, community-i686 Added: gendesk/repos/community-i686/PKGBUILD (from rev 97339, gendesk/trunk/PKGBUILD) gendesk/repos/community-x86_64/PKGBUILD (from rev 97339, gendesk/trunk/PKGBUILD) ---+ community-i686/PKGBUILD | 33 + community-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: gendesk/repos/community-i686/PKGBUILD (from rev 97339, gendesk/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-18 11:57:55 UTC (rev 97340) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Alexander Rødseth + +pkgname=gendesk +pkgver=0.5.4 +pkgrel=1 +pkgdesc='Utility to generate .desktop files and download icons' +arch=('x86_64' 'i686') +url='http://roboticoverlords.org/gendesk/' +license=('MIT') +makedepends=('go') +depends=('glibc') +source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"; +'http://roboticoverlords.org/images/default.png') +sha256sums=('cc065c6285a685daf9eb0d16b035f6420b2ef204a447e750bcd03ab12a240c56' +'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837') + +build() { + cd "$pkgname-$pkgver" + + go build +} + +package() { + cd "$pkgname-$pkgver" + + install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname" + install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png" + install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Copied: gendesk/repos/community-x86_64/PKGBUILD (from rev 97339, gendesk/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-09-18 11:57:55 UTC (rev 97340) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Alexander Rødseth + +pkgname=gendesk +pkgver=0.5.4 +pkgrel=1 +pkgdesc='Utility to generate .desktop files and download icons' +arch=('x86_64' 'i686') +url='http://roboticoverlords.org/gendesk/' +license=('MIT') +makedepends=('go') +depends=('glibc') +source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"; +'http://roboticoverlords.org/images/default.png') +sha256sums=('cc065c6285a685daf9eb0d16b035f6420b2ef204a447e750bcd03ab12a240c56' +'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837') + +build() { + cd "$pkgname-$pkgver" + + go build +} + +package() { + cd "$pkgname-$pkgver" + + install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname" + install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png" + install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in gendesk (3 files)
Date: Wednesday, September 18, 2013 @ 13:54:33 Author: arodseth Revision: 97339 svn issue fix Modified: gendesk/trunk/PKGBUILD Deleted: gendesk/repos/community-i686/PKGBUILD gendesk/repos/community-x86_64/PKGBUILD -+ repos/community-i686/PKGBUILD | 33 - repos/community-x86_64/PKGBUILD | 33 - trunk/PKGBUILD |4 ++-- 3 files changed, 2 insertions(+), 68 deletions(-) Deleted: repos/community-i686/PKGBUILD === --- repos/community-i686/PKGBUILD 2013-09-18 10:50:41 UTC (rev 97338) +++ repos/community-i686/PKGBUILD 2013-09-18 11:54:33 UTC (rev 97339) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth - -pkgname=gendesk -pkgver=0.5.3 -pkgrel=1 -pkgdesc='Utility to generate .desktop files and download icons' -arch=('x86_64' 'i686') -url='http://roboticoverlords.org/gendesk/' -license=('MIT') -makedepends=('go') -depends=('glibc') -source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"; -'http://roboticoverlords.org/images/default.png') -sha256sums=('f6f2db255bd5ea978c00f165cfd8e298a1427ec79e7ec265d50b84a8d45d0144' -'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - go build -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname" - install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png" - install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Deleted: repos/community-x86_64/PKGBUILD === --- repos/community-x86_64/PKGBUILD 2013-09-18 10:50:41 UTC (rev 97338) +++ repos/community-x86_64/PKGBUILD 2013-09-18 11:54:33 UTC (rev 97339) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth - -pkgname=gendesk -pkgver=0.5.3 -pkgrel=1 -pkgdesc='Utility to generate .desktop files and download icons' -arch=('x86_64' 'i686') -url='http://roboticoverlords.org/gendesk/' -license=('MIT') -makedepends=('go') -depends=('glibc') -source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"; -'http://roboticoverlords.org/images/default.png') -sha256sums=('f6f2db255bd5ea978c00f165cfd8e298a1427ec79e7ec265d50b84a8d45d0144' -'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - go build -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname" - install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png" - install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Modified: trunk/PKGBUILD === --- trunk/PKGBUILD 2013-09-18 10:50:41 UTC (rev 97338) +++ trunk/PKGBUILD 2013-09-18 11:54:33 UTC (rev 97339) @@ -16,13 +16,13 @@ '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" go build } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname" install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
[arch-commits] Commit in bluez/repos (4 files)
Date: Wednesday, September 18, 2013 @ 13:31:58 Author: tomegun Revision: 194546 archrelease: copy trunk to testing-i686, testing-x86_64 Added: bluez/repos/testing-i686/ bluez/repos/testing-i686/PKGBUILD (from rev 194545, bluez/trunk/PKGBUILD) bluez/repos/testing-x86_64/ bluez/repos/testing-x86_64/PKGBUILD (from rev 194545, bluez/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 75 ++ testing-x86_64/PKGBUILD | 75 ++ 2 files changed, 150 insertions(+) Copied: bluez/repos/testing-i686/PKGBUILD (from rev 194545, bluez/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-09-18 11:31:58 UTC (rev 194546) @@ -0,0 +1,75 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Andrea Scarpino +# Contributor: Geoffroy Carrier + +pkgbase=bluez +pkgname=('bluez' 'bluez-utils' 'bluez-libs') +pkgver=5.9 +pkgrel=1 +url="http://www.bluez.org/"; +arch=('i686' 'x86_64') +license=('GPL2') +makedepends=('dbus' 'libical' 'systemd') +options=(!libtool) +source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --enable-library # this is deprecated + + make +} + +package_bluez() { + pkgdesc="Daemons for the bluetooth protocol stack" + depends=('libical' 'dbus' 'glib2') + optdepends=("cups: CUPS backend") + backup=('etc/dbus-1/system.d/bluetooth.conf') + conflicts=('obexd-client' 'obexd-server') + + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install + + ### split out bluez-utils + rm -rf "$srcdir/_utils" + install -dm755 "$srcdir"/_utils/usr/share/man + mv "$pkgdir"/usr/share/man/man1 "$srcdir"/_utils/usr/share/man/ + install -dm755 "$srcdir"/_utils/usr/bin + mv "$pkgdir"/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\ + "$srcdir"/_utils/usr/bin/ + install -dm755 "$srcdir"/_utils/usr/lib + mv "$pkgdir"/usr/lib/udev "$srcdir"/_utils/usr/lib/ + + ### split out bluez-libs + rm -rf "$srcdir/_libs" + install -dm755 "$srcdir"/_libs/usr/lib/ + mv "$pkgdir"/usr/lib/{pkgconfig,libbluetooth*} \ + "$srcdir"/_libs/usr/lib/ + mv "$pkgdir"/usr/include \ + "$srcdir"/_libs/usr/ +} + +package_bluez-libs() { + pkgdesc="Deprecated libraries for the bluetooth protocol stack" + depends=('glibc') + + mv "$srcdir/_libs"/* "$pkgdir" +} +package_bluez-utils() { + pkgdesc="Development and debugging utilities for the bluetooth protocol stack" + depends=('systemd') + conflicts=('bluez-hcidump') + provides=('bluez-hcidump') + replaces=('bluez-hcidump' 'bluez<=4.101') + + mv "$srcdir/_utils"/* "$pkgdir" +} +md5sums=('6edaf60d09ee32942a739f80ea847db1') Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 194545, bluez/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2013-09-18 11:31:58 UTC (rev 194546) @@ -0,0 +1,75 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Andrea Scarpino +# Contributor: Geoffroy Carrier + +pkgbase=bluez +pkgname=('bluez' 'bluez-utils' 'bluez-libs') +pkgver=5.9 +pkgrel=1 +url="http://www.bluez.org/"; +arch=('i686' 'x86_64') +license=('GPL2') +makedepends=('dbus' 'libical' 'systemd') +options=(!libtool) +source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --enable-library # this is deprecated + + make +} + +package_bluez() { + pkgdesc="Daemons for the bluetooth protocol stack" + depends=('libical' 'dbus' 'glib2') + optdepends=("cups: CUPS backend") + backup=('etc/dbus-1/system.d/bluetooth.conf') + conflicts=('obexd-client' 'obexd-server') + + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install + + ### split out bluez-utils + rm -rf "$srcdir/_utils" + install -dm755 "$srcdir"/_utils/usr/share/man + mv "$pkgdir"/usr/share/man/man1 "$srcdir"/_utils/usr/share/man/ + install -dm755 "$srcdir"/_utils/usr/bin + mv "$pkgdir"/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\ + "$srcdir"/_utils/usr/bin/ + install -dm755 "$srcdir"/_utils/usr/lib + mv "$pkgdir"/usr/lib/udev "$srcdir"/_utils/usr/lib/ + + ### split out bluez-libs + rm -rf "$srcdir/_libs" + install -dm755 "$srcdir"/_libs/usr/li
[arch-commits] Commit in bluez/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 13:31:47 Author: tomegun Revision: 194545 upgpkg: bluez 5.9-1 upstream release Modified: bluez/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 11:15:54 UTC (rev 194544) +++ PKGBUILD2013-09-18 11:31:47 UTC (rev 194545) @@ -5,12 +5,12 @@ pkgbase=bluez pkgname=('bluez' 'bluez-utils' 'bluez-libs') -pkgver=5.8 +pkgver=5.9 pkgrel=1 url="http://www.bluez.org/"; arch=('i686' 'x86_64') license=('GPL2') -makedepends=('libusb-compat' 'dbus' 'libical' 'systemd') +makedepends=('dbus' 'libical' 'systemd') options=(!libtool) source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) @@ -65,7 +65,7 @@ } package_bluez-utils() { pkgdesc="Development and debugging utilities for the bluetooth protocol stack" - depends=('systemd' 'libusb-compat') + depends=('systemd') conflicts=('bluez-hcidump') provides=('bluez-hcidump') replaces=('bluez-hcidump' 'bluez<=4.101') @@ -72,4 +72,4 @@ mv "$srcdir/_utils"/* "$pkgdir" } -md5sums=('ed9ebe57d02a243c92af21cc13d3ee69') +md5sums=('6edaf60d09ee32942a739f80ea847db1')
[arch-commits] Commit in gendesk/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 12:50:41 Author: arodseth Revision: 97338 upgpkg: gendesk 0.5.4-1 Modified: gendesk/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 09:31:58 UTC (rev 97337) +++ PKGBUILD2013-09-18 10:50:41 UTC (rev 97338) @@ -2,7 +2,7 @@ # Maintainer: Alexander Rødseth pkgname=gendesk -pkgver=0.5.3 +pkgver=0.5.4 pkgrel=1 pkgdesc='Utility to generate .desktop files and download icons' arch=('x86_64' 'i686') @@ -12,7 +12,7 @@ depends=('glibc') source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"; 'http://roboticoverlords.org/images/default.png') -sha256sums=('f6f2db255bd5ea978c00f165cfd8e298a1427ec79e7ec265d50b84a8d45d0144' +sha256sums=('cc065c6285a685daf9eb0d16b035f6420b2ef204a447e750bcd03ab12a240c56' '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837') build() {
[arch-commits] Commit in siege/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 11:31:53 Author: bluewind Revision: 97336 upgpkg: siege 3.0.4-1 upstream update Modified: siege/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 07:46:23 UTC (rev 97335) +++ PKGBUILD2013-09-18 09:31:53 UTC (rev 97336) @@ -3,7 +3,7 @@ # Contributor: Sven Kauber pkgname=siege -pkgver=3.0.3 +pkgver=3.0.4 pkgrel=1 arch=('i686' 'x86_64') license=('GPL') @@ -29,4 +29,4 @@ sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc" } -md5sums=('6ac0a828c02fbbe51cc437ba1addf2f0') +md5sums=('ea4180f0b02b99d0f43cf676a697c999')
[arch-commits] Commit in siege/repos (4 files)
Date: Wednesday, September 18, 2013 @ 11:31:58 Author: bluewind Revision: 97337 archrelease: copy trunk to community-i686, community-x86_64 Added: siege/repos/community-i686/PKGBUILD (from rev 97336, siege/trunk/PKGBUILD) siege/repos/community-x86_64/PKGBUILD (from rev 97336, siege/trunk/PKGBUILD) Deleted: siege/repos/community-i686/PKGBUILD siege/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 64 community-i686/PKGBUILD | 32 -- community-x86_64/PKGBUILD | 32 -- 3 files changed, 64 insertions(+), 64 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-09-18 09:31:53 UTC (rev 97336) +++ community-i686/PKGBUILD 2013-09-18 09:31:58 UTC (rev 97337) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Florian Pritz -# Contributor: Sven Kauber - -pkgname=siege -pkgver=3.0.3 -pkgrel=1 -arch=('i686' 'x86_64') -license=('GPL') -pkgdesc="An http regression testing and benchmarking utility" -url="http://www.joedog.org/JoeDog/Siege"; -depends=('openssl') -options=(!libtool) -source=("http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz";) -backup=(etc/siegerc etc/urls.txt) - -build() { - cd "${srcdir}/$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man - make -} - -package() { - cd "${srcdir}/$pkgname-$pkgver" - - install -d -m755 "$pkgdir/etc" - install -d -m755 "$pkgdir/usr/share" - make DESTDIR="$pkgdir" install - sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc" -} - -md5sums=('6ac0a828c02fbbe51cc437ba1addf2f0') Copied: siege/repos/community-i686/PKGBUILD (from rev 97336, siege/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-18 09:31:58 UTC (rev 97337) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Florian Pritz +# Contributor: Sven Kauber + +pkgname=siege +pkgver=3.0.4 +pkgrel=1 +arch=('i686' 'x86_64') +license=('GPL') +pkgdesc="An http regression testing and benchmarking utility" +url="http://www.joedog.org/JoeDog/Siege"; +depends=('openssl') +options=(!libtool) +source=("http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz";) +backup=(etc/siegerc etc/urls.txt) + +build() { + cd "${srcdir}/$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man + make +} + +package() { + cd "${srcdir}/$pkgname-$pkgver" + + install -d -m755 "$pkgdir/etc" + install -d -m755 "$pkgdir/usr/share" + make DESTDIR="$pkgdir" install + sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc" +} + +md5sums=('ea4180f0b02b99d0f43cf676a697c999') Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2013-09-18 09:31:53 UTC (rev 97336) +++ community-x86_64/PKGBUILD 2013-09-18 09:31:58 UTC (rev 97337) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Florian Pritz -# Contributor: Sven Kauber - -pkgname=siege -pkgver=3.0.3 -pkgrel=1 -arch=('i686' 'x86_64') -license=('GPL') -pkgdesc="An http regression testing and benchmarking utility" -url="http://www.joedog.org/JoeDog/Siege"; -depends=('openssl') -options=(!libtool) -source=("http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz";) -backup=(etc/siegerc etc/urls.txt) - -build() { - cd "${srcdir}/$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man - make -} - -package() { - cd "${srcdir}/$pkgname-$pkgver" - - install -d -m755 "$pkgdir/etc" - install -d -m755 "$pkgdir/usr/share" - make DESTDIR="$pkgdir" install - sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc" -} - -md5sums=('6ac0a828c02fbbe51cc437ba1addf2f0') Copied: siege/repos/community-x86_64/PKGBUILD (from rev 97336, siege/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-09-18 09:31:58 UTC (rev 97337) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Florian Pritz +# Contributor: Sven Kauber + +pkgname=siege +pkgver=3.0.4 +pkgrel=1 +arch=('i686' 'x86_64') +license=('GPL') +pkgdesc="An http regression testing and benchmarking utility" +url="http://www.joedog.org/JoeDog/Siege"; +depends=('openssl') +options=(!libtool) +source=("http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz";) +backup=(etc/siegerc etc/urls.txt) + +build() { + cd "${srcdir}/$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man + make +} + +package() { + cd "${srcdir}/$pkgname-$pkgver" + + install -d -m755 "$pkgdir/etc" + install -d -m755 "$pkgdir/usr/share" + make DESTDIR="$pkgdir" install + sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc" +} + +m
[arch-commits] Commit in live-media/repos (4 files)
Date: Wednesday, September 18, 2013 @ 09:51:52 Author: giovanni Revision: 194542 archrelease: copy trunk to extra-i686, extra-x86_64 Added: live-media/repos/extra-i686/PKGBUILD (from rev 194541, live-media/trunk/PKGBUILD) live-media/repos/extra-x86_64/PKGBUILD (from rev 194541, live-media/trunk/PKGBUILD) Deleted: live-media/repos/extra-i686/PKGBUILD live-media/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 76 extra-i686/PKGBUILD | 38 extra-x86_64/PKGBUILD | 38 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-09-18 07:51:45 UTC (rev 194541) +++ extra-i686/PKGBUILD 2013-09-18 07:51:52 UTC (rev 194542) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Gilles CHAUVIN - -pkgname=live-media -pkgver=2013.08.31 -pkgrel=1 -pkgdesc="A set of C++ libraries for multimedia streaming" -arch=('i686' 'x86_64') -license=('LGPL') -url="http://live555.com/liveMedia"; -depends=('gcc-libs') -source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";) -md5sums=('3321fc303bf02542018e5280efa1206c') - -build() { - cd ${srcdir}/live - - sed \ - -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \ - -i config.linux - ./genMakefiles linux - make -} - -package() { - cd ${srcdir}/live - - for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do -install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}} -install -m644 ${dir}/*.a "${pkgdir}/usr/lib" -install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}" - done - - for testprog in `find testProgs -type f -perm 755`; do -install ${testprog} "${pkgdir}/usr/bin" - done -} Copied: live-media/repos/extra-i686/PKGBUILD (from rev 194541, live-media/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-09-18 07:51:52 UTC (rev 194542) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Gilles CHAUVIN + +pkgname=live-media +pkgver=2013.09.11 +pkgrel=1 +pkgdesc="A set of C++ libraries for multimedia streaming" +arch=('i686' 'x86_64') +license=('LGPL') +url="http://live555.com/liveMedia"; +depends=('gcc-libs') +source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";) +md5sums=('ea497490920aa0e67aa69c3d1dc41ed5') + +build() { + cd ${srcdir}/live + + sed \ + -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \ + -i config.linux + ./genMakefiles linux + make +} + +package() { + cd ${srcdir}/live + + for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do +install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}} +install -m644 ${dir}/*.a "${pkgdir}/usr/lib" +install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}" + done + + for testprog in `find testProgs -type f -perm 755`; do +install ${testprog} "${pkgdir}/usr/bin" + done +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-09-18 07:51:45 UTC (rev 194541) +++ extra-x86_64/PKGBUILD 2013-09-18 07:51:52 UTC (rev 194542) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Gilles CHAUVIN - -pkgname=live-media -pkgver=2013.08.31 -pkgrel=1 -pkgdesc="A set of C++ libraries for multimedia streaming" -arch=('i686' 'x86_64') -license=('LGPL') -url="http://live555.com/liveMedia"; -depends=('gcc-libs') -source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";) -md5sums=('3321fc303bf02542018e5280efa1206c') - -build() { - cd ${srcdir}/live - - sed \ - -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \ - -i config.linux - ./genMakefiles linux - make -} - -package() { - cd ${srcdir}/live - - for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do -install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}} -install -m644 ${dir}/*.a "${pkgdir}/usr/lib" -install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}" - done - - for testprog in `find testProgs -type f -perm 755`; do -install ${testprog} "${pkgdir}/usr/bin" - done -} Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 194541, live-media/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-09-18 07:51:52 UTC (rev 194542) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Gilles
[arch-commits] Commit in live-media/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 09:51:45 Author: giovanni Revision: 194541 upgpkg: live-media 2013.09.11-1 upstream release Modified: live-media/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 04:16:13 UTC (rev 194540) +++ PKGBUILD2013-09-18 07:51:45 UTC (rev 194541) @@ -3,7 +3,7 @@ # Contributor: Gilles CHAUVIN pkgname=live-media -pkgver=2013.08.31 +pkgver=2013.09.11 pkgrel=1 pkgdesc="A set of C++ libraries for multimedia streaming" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://live555.com/liveMedia"; depends=('gcc-libs') source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";) -md5sums=('3321fc303bf02542018e5280efa1206c') +md5sums=('ea497490920aa0e67aa69c3d1dc41ed5') build() { cd ${srcdir}/live
[arch-commits] Commit in lib32-orc/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 09:46:14 Author: alucryd Revision: 97334 upgpkg: lib32-orc 0.4.18-1 Modified: lib32-orc/trunk/PKGBUILD --+ PKGBUILD | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 07:35:44 UTC (rev 97333) +++ PKGBUILD2013-09-18 07:46:14 UTC (rev 97334) @@ -2,30 +2,37 @@ # Maintainer: Maxime Gauduin pkgname=lib32-orc -pkgver=0.4.17 -pkgrel=2 +pkgver=0.4.18 +pkgrel=1 pkgdesc="The Oild Runtime Compiler" arch=('x86_64') license=('custom') url="http://code.entropywave.com/projects/orc/"; depends=('lib32-glibc' "${pkgname#*-}") +makedepends=('valgrind') options=('!libtool') source=("http://code.entropywave.com/download/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";) -sha256sums=('4fc7cca48c59fff23afee78fb642cdbde001f56401c8f47b95a16578d1d5d7e8') +sha256sums=('34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24') -build () { - cd "${srcdir}"/${pkgname#*-}-${pkgver} +build() { + cd ${pkgname#*-}-${pkgver} - export CC="gcc -m32" - export CXX="g++ -m32" - export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' - ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static + ./configure --prefix='/usr' --libdir='/usr/lib32' --disable-static make } +check() { + cd ${pkgname#*-}-${pkgver} + + make check +} + package() { - cd "${srcdir}"/${pkgname#*-}-${pkgver} + cd ${pkgname#*-}-${pkgver} make DESTDIR="$pkgdir" install rm -rf "${pkgdir}"/usr/{bin,include,share}
[arch-commits] Commit in lib32-orc/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, September 18, 2013 @ 09:46:23 Author: alucryd Revision: 97335 archrelease: copy trunk to multilib-x86_64 Added: lib32-orc/repos/multilib-x86_64/PKGBUILD (from rev 97334, lib32-orc/trunk/PKGBUILD) Deleted: lib32-orc/repos/multilib-x86_64/PKGBUILD --+ PKGBUILD | 81 + 1 file changed, 44 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-09-18 07:46:14 UTC (rev 97334) +++ PKGBUILD2013-09-18 07:46:23 UTC (rev 97335) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin - -pkgname=lib32-orc -pkgver=0.4.17 -pkgrel=2 -pkgdesc="The Oild Runtime Compiler" -arch=('x86_64') -license=('custom') -url="http://code.entropywave.com/projects/orc/"; -depends=('lib32-glibc' "${pkgname#*-}") -options=('!libtool') -source=("http://code.entropywave.com/download/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";) -sha256sums=('4fc7cca48c59fff23afee78fb642cdbde001f56401c8f47b95a16578d1d5d7e8') - -build () { - cd "${srcdir}"/${pkgname#*-}-${pkgver} - - export CC="gcc -m32" - export CXX="g++ -m32" - export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" - - ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static - make -} - -package() { - cd "${srcdir}"/${pkgname#*-}-${pkgver} - - make DESTDIR="$pkgdir" install - rm -rf "${pkgdir}"/usr/{bin,include,share} - - install -dm 755 "${pkgdir}"/usr/share/licenses - ln -s ${pkgname#*-} "${pkgdir}"/usr/share/licenses/${pkgname} -} - -# vim: ts=2 sw=2 et: Copied: lib32-orc/repos/multilib-x86_64/PKGBUILD (from rev 97334, lib32-orc/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-18 07:46:23 UTC (rev 97335) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Maxime Gauduin + +pkgname=lib32-orc +pkgver=0.4.18 +pkgrel=1 +pkgdesc="The Oild Runtime Compiler" +arch=('x86_64') +license=('custom') +url="http://code.entropywave.com/projects/orc/"; +depends=('lib32-glibc' "${pkgname#*-}") +makedepends=('valgrind') +options=('!libtool') +source=("http://code.entropywave.com/download/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";) +sha256sums=('34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24') + +build() { + cd ${pkgname#*-}-${pkgver} + + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure --prefix='/usr' --libdir='/usr/lib32' --disable-static + make +} + +check() { + cd ${pkgname#*-}-${pkgver} + + make check +} + +package() { + cd ${pkgname#*-}-${pkgver} + + make DESTDIR="$pkgdir" install + rm -rf "${pkgdir}"/usr/{bin,include,share} + + install -dm 755 "${pkgdir}"/usr/share/licenses + ln -s ${pkgname#*-} "${pkgdir}"/usr/share/licenses/${pkgname} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in lightdm/repos (44 files)
Date: Wednesday, September 18, 2013 @ 09:35:44 Author: alucryd Revision: 97333 archrelease: copy trunk to community-i686, community-x86_64 Added: lightdm/repos/community-i686/PKGBUILD (from rev 97332, lightdm/trunk/PKGBUILD) lightdm/repos/community-i686/Xsession (from rev 97332, lightdm/trunk/Xsession) lightdm/repos/community-i686/lightdm-autologin.pam (from rev 97332, lightdm/trunk/lightdm-autologin.pam) lightdm/repos/community-i686/lightdm-default-config.patch (from rev 97332, lightdm/trunk/lightdm-default-config.patch) lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch (from rev 97332, lightdm/trunk/lightdm-lock-screen-before-switch.patch) lightdm/repos/community-i686/lightdm-use-login1.patch (from rev 97332, lightdm/trunk/lightdm-use-login1.patch) lightdm/repos/community-i686/lightdm.install (from rev 97332, lightdm/trunk/lightdm.install) lightdm/repos/community-i686/lightdm.pam (from rev 97332, lightdm/trunk/lightdm.pam) lightdm/repos/community-i686/lightdm.rules (from rev 97332, lightdm/trunk/lightdm.rules) lightdm/repos/community-i686/lightdm.service (from rev 97332, lightdm/trunk/lightdm.service) lightdm/repos/community-i686/lightdm.tmpfiles (from rev 97332, lightdm/trunk/lightdm.tmpfiles) lightdm/repos/community-x86_64/PKGBUILD (from rev 97332, lightdm/trunk/PKGBUILD) lightdm/repos/community-x86_64/Xsession (from rev 97332, lightdm/trunk/Xsession) lightdm/repos/community-x86_64/lightdm-autologin.pam (from rev 97332, lightdm/trunk/lightdm-autologin.pam) lightdm/repos/community-x86_64/lightdm-default-config.patch (from rev 97332, lightdm/trunk/lightdm-default-config.patch) lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch (from rev 97332, lightdm/trunk/lightdm-lock-screen-before-switch.patch) lightdm/repos/community-x86_64/lightdm-use-login1.patch (from rev 97332, lightdm/trunk/lightdm-use-login1.patch) lightdm/repos/community-x86_64/lightdm.install (from rev 97332, lightdm/trunk/lightdm.install) lightdm/repos/community-x86_64/lightdm.pam (from rev 97332, lightdm/trunk/lightdm.pam) lightdm/repos/community-x86_64/lightdm.rules (from rev 97332, lightdm/trunk/lightdm.rules) lightdm/repos/community-x86_64/lightdm.service (from rev 97332, lightdm/trunk/lightdm.service) lightdm/repos/community-x86_64/lightdm.tmpfiles (from rev 97332, lightdm/trunk/lightdm.tmpfiles) Deleted: lightdm/repos/community-i686/PKGBUILD lightdm/repos/community-i686/Xsession lightdm/repos/community-i686/lightdm-autologin.pam lightdm/repos/community-i686/lightdm-default-config.patch lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch lightdm/repos/community-i686/lightdm-use-login1.patch lightdm/repos/community-i686/lightdm.install lightdm/repos/community-i686/lightdm.pam lightdm/repos/community-i686/lightdm.rules lightdm/repos/community-i686/lightdm.service lightdm/repos/community-i686/lightdm.tmpfiles lightdm/repos/community-x86_64/PKGBUILD lightdm/repos/community-x86_64/Xsession lightdm/repos/community-x86_64/lightdm-autologin.pam lightdm/repos/community-x86_64/lightdm-default-config.patch lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch lightdm/repos/community-x86_64/lightdm-use-login1.patch lightdm/repos/community-x86_64/lightdm.install lightdm/repos/community-x86_64/lightdm.pam lightdm/repos/community-x86_64/lightdm.rules lightdm/repos/community-x86_64/lightdm.service lightdm/repos/community-x86_64/lightdm.tmpfiles --+ /PKGBUILD| 254 +++ /Xsession| 146 + /lightdm-autologin.pam | 26 /lightdm-default-config.patch| 116 + /lightdm-lock-screen-before-switch.patch | 110 + /lightdm-use-login1.patch| 1010 + /lightdm.install | 46 /lightdm.pam | 14 /lightdm.rules | 30 /lightdm.service | 28 /lightdm.tmpfiles|2 community-i686/PKGBUILD | 127 - community-i686/Xsession | 73 community-i686/lightdm-autologin.pam | 13 community-i686/lightdm-default-config.patch | 58 community-i686/lightdm-lock-screen-before-switch.patch | 55 community-i686/lightdm-use-login1.patch | 505 -- community-i686/lightdm.install | 23 community-i686/lightdm.pam |7 community-i686/lightdm.rules
[arch-commits] Commit in lightdm/trunk (PKGBUILD)
Date: Wednesday, September 18, 2013 @ 09:35:03 Author: alucryd Revision: 97332 upgpkg: lightdm 1:1.6.2-1 Modified: lightdm/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 07:33:23 UTC (rev 97331) +++ PKGBUILD2013-09-18 07:35:03 UTC (rev 97332) @@ -4,8 +4,8 @@ pkgbase=lightdm pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5') -pkgver=1.6.1 -pkgrel=4 +pkgver=1.6.2 +pkgrel=1 epoch=1 pkgdesc="A lightweight display manager" arch=('i686' 'x86_64') @@ -23,7 +23,7 @@ 'lightdm-lock-screen-before-switch.patch' 'lightdm-use-login1.patch' 'Xsession') -sha256sums=('43373ed9a48277dd3bf7aa3f042a2674c707bc333c90ce8ffef8bd124116b827' +sha256sums=('b0de1dc81bb5ce81800feafb9fbc7806ef4dfc83733f0df058568e55b8a045f3' '0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a' 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f' 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
[arch-commits] Commit in mc/trunk (PKGBUILD fs36962.diff)
Date: Wednesday, September 18, 2013 @ 09:33:03 Author: schuay Revision: 97329 mc-4.8.10-2 Added: mc/trunk/fs36962.diff Modified: mc/trunk/PKGBUILD --+ PKGBUILD | 11 +--- fs36962.diff | 77 + 2 files changed, 84 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-18 04:16:36 UTC (rev 97328) +++ PKGBUILD2013-09-18 07:33:03 UTC (rev 97329) @@ -4,7 +4,7 @@ pkgname=mc pkgver=4.8.10 -pkgrel=1 +pkgrel=2 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" arch=('i686' 'x86_64') url="http://www.ibiblio.org/mc/"; @@ -14,7 +14,6 @@ 'glib2' 'gpm' 'libssh2' -'pcre' 'slang') makedepends=('libxt' 'libx11') optdepends=( @@ -42,11 +41,14 @@ 'etc/mc/mc.keymap' 'etc/mc/mc.menu' 'etc/mc/sfs.ini') -source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";) +source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2"; +"fs36962.diff") build() { cd "${srcdir}/${pkgname}-${pkgver}" +patch -Np1 < "${srcdir}/fs36962.diff" + ./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \ --with-x --libexecdir=/usr/lib @@ -66,4 +68,5 @@ -i "${pkgdir}/usr/lib/mc/extfs.d/s3+" } -md5sums=('eb4bdc23abd4fdfa14911d53d65c8186') +md5sums=('eb4bdc23abd4fdfa14911d53d65c8186' + '7f7cf5388a5390c2ed49965492f490aa') Added: fs36962.diff === --- fs36962.diff(rev 0) +++ fs36962.diff2013-09-18 07:33:03 UTC (rev 97329) @@ -0,0 +1,77 @@ +diff -ur mc-4.8.10-orig/src/filemanager/file.c mc-4.8.10/src/filemanager/file.c +--- mc-4.8.10-orig/src/filemanager/file.c 2013-08-02 22:02:40.0 +0400 mc-4.8.10/src/filemanager/file.c 2013-09-17 09:59:30.699635407 +0400 +@@ -1272,8 +1272,8 @@ + + /** Initialize variables for progress bars */ + static FileProgressStatus +-panel_operate_init_totals (FileOperation operation, const WPanel * panel, const char *source, +- FileOpContext * ctx, filegui_dialog_type_t dialog_type) ++panel_operate_init_totals (const WPanel * panel, const char *source, FileOpContext * ctx, ++ filegui_dialog_type_t dialog_type) + { + FileProgressStatus status; + +@@ -1282,7 +1282,7 @@ + return FILE_CONT; + #endif + +-if (operation != OP_MOVE && verbose && file_op_compute_totals) ++if (verbose && file_op_compute_totals) + { + ComputeDirSizeUI *ui; + +@@ -2378,13 +2378,6 @@ + mc_refresh (); + if (ctx->erase_at_end) + { +-/* remove files after move */ +-if (erase_list != NULL) +-{ +-file_op_context_destroy_ui (ctx); +-file_op_context_create_ui (ctx, FALSE, FILEGUI_DIALOG_DELETE_ITEM); +-} +- + while (erase_list != NULL && return_status != FILE_ABORT) + { + struct link *lp = (struct link *) erase_list->data; +@@ -2792,14 +2785,12 @@ + { + if (operation == OP_DELETE) + dialog_type = FILEGUI_DIALOG_DELETE_ITEM; ++else if (single_entry && S_ISDIR (selection (panel)->st.st_mode)) ++dialog_type = FILEGUI_DIALOG_MULTI_ITEM; ++else if (single_entry || force_single) ++dialog_type = FILEGUI_DIALOG_ONE_ITEM; + else +-{ +-dialog_type = ((operation != OP_COPY) || single_entry || force_single) +-? FILEGUI_DIALOG_ONE_ITEM : FILEGUI_DIALOG_MULTI_ITEM; +- +-if (single_entry && (operation == OP_COPY) && S_ISDIR (selection (panel)->st.st_mode)) +-dialog_type = FILEGUI_DIALOG_MULTI_ITEM; +-} ++dialog_type = FILEGUI_DIALOG_MULTI_ITEM; + } + + /* Initialize things */ +@@ -2844,8 +2835,8 @@ + else + source_with_vpath = vfs_path_append_new (panel->cwd_vpath, source, (char *) NULL); + #endif /* WITH_FULL_PATHS */ +-if (panel_operate_init_totals +-(operation, panel, vfs_path_as_str (source_with_vpath), ctx, dialog_type) == FILE_CONT) ++if (panel_operate_init_totals (panel, vfs_path_as_str (source_with_vpath), ctx, dialog_type) ++== FILE_CONT) + { + if (operation == OP_DELETE) + { +@@ -2936,7 +2927,7 @@ + goto clean_up; + } + +-if (panel_operate_init_totals (operation, panel, NULL, ctx, dialog_type) == FILE_CONT) ++if (panel_operate_init_totals (panel, NULL, ctx, dialog_type) == FILE_CONT) + { + /* Loop for every file, perform the actual copy operation */ + for (i = 0; i < panel->count; i++)
[arch-commits] Commit in mc/repos/community-i686 (PKGBUILD PKGBUILD fs36962.diff)
Date: Wednesday, September 18, 2013 @ 09:33:17 Author: schuay Revision: 97330 archrelease: copy trunk to community-i686 Added: mc/repos/community-i686/PKGBUILD (from rev 97329, mc/trunk/PKGBUILD) mc/repos/community-i686/fs36962.diff (from rev 97329, mc/trunk/fs36962.diff) Deleted: mc/repos/community-i686/PKGBUILD --+ PKGBUILD | 141 + fs36962.diff | 77 +++ 2 files changed, 149 insertions(+), 69 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-09-18 07:33:03 UTC (rev 97329) +++ PKGBUILD2013-09-18 07:33:17 UTC (rev 97330) @@ -1,69 +0,0 @@ -# $Id$ -# Contributor: Daniel J Griffiths -# Maintainer: schuay - -pkgname=mc -pkgver=4.8.10 -pkgrel=1 -pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" -arch=('i686' 'x86_64') -url="http://www.ibiblio.org/mc/"; -license=('GPL') -depends=( -'e2fsprogs' -'glib2' -'gpm' -'libssh2' -'pcre' -'slang') -makedepends=('libxt' 'libx11') -optdepends=( -'cabextract: ucab extfs' -'cdparanoia: audio extfs' -'cdrkit: iso9660 extfs' -'gawk: hp48+ extfs' -'aspell: spelling corrections' -'cvs: CVS support' -'mtools: a+ extfs' -'perl: needed by several extfs scripts' -'python2-boto: s3+ extfs' -'python2-pytz: s3+ extfs' -'smb: VFS support' -'unace: uace extfs' -'unarj: uarj extfs' -'unrar: urar extfs' -'zip: uzip extfs' -'p7zip: support for 7zip archives') -options=('!emptydirs' '!makeflags') -backup=('etc/mc/edit.indent.rc' -'etc/mc/filehighlight.ini' -'etc/mc/mcedit.menu' -'etc/mc/mc.ext' -'etc/mc/mc.keymap' -'etc/mc/mc.menu' -'etc/mc/sfs.ini') -source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";) - -build() { -cd "${srcdir}/${pkgname}-${pkgver}" - -./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \ ---with-x --libexecdir=/usr/lib - -make -} - -package() { -cd "${srcdir}/${pkgname}-${pkgver}" - -make DESTDIR="${pkgdir}" install - -# Fix FS#15177 -sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \ --i "${pkgdir}/usr/lib/mc/extfs.d/uzip" - -sed 's#/usr/bin/env python#/usr/bin/python2#' \ --i "${pkgdir}/usr/lib/mc/extfs.d/s3+" -} - -md5sums=('eb4bdc23abd4fdfa14911d53d65c8186') Copied: mc/repos/community-i686/PKGBUILD (from rev 97329, mc/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-18 07:33:17 UTC (rev 97330) @@ -0,0 +1,72 @@ +# $Id$ +# Contributor: Daniel J Griffiths +# Maintainer: schuay + +pkgname=mc +pkgver=4.8.10 +pkgrel=2 +pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" +arch=('i686' 'x86_64') +url="http://www.ibiblio.org/mc/"; +license=('GPL') +depends=( +'e2fsprogs' +'glib2' +'gpm' +'libssh2' +'slang') +makedepends=('libxt' 'libx11') +optdepends=( +'cabextract: ucab extfs' +'cdparanoia: audio extfs' +'cdrkit: iso9660 extfs' +'gawk: hp48+ extfs' +'aspell: spelling corrections' +'cvs: CVS support' +'mtools: a+ extfs' +'perl: needed by several extfs scripts' +'python2-boto: s3+ extfs' +'python2-pytz: s3+ extfs' +'smb: VFS support' +'unace: uace extfs' +'unarj: uarj extfs' +'unrar: urar extfs' +'zip: uzip extfs' +'p7zip: support for 7zip archives') +options=('!emptydirs' '!makeflags') +backup=('etc/mc/edit.indent.rc' +'etc/mc/filehighlight.ini' +'etc/mc/mcedit.menu' +'etc/mc/mc.ext' +'etc/mc/mc.keymap' +'etc/mc/mc.menu' +'etc/mc/sfs.ini') +source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2"; +"fs36962.diff") + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +patch -Np1 < "${srcdir}/fs36962.diff" + +./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \ +--with-x --libexecdir=/usr/lib + +make +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" + +make DESTDIR="${pkgdir}" install + +# Fix FS#15177 +sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \ +-i "${pkgdir}/usr/lib/mc/extfs.d/uzip" + +sed 's#/usr/bin/env python#/usr/bin/python2#' \ +-i "${pkgdir}/usr/lib/mc/extfs.d/s3+" +} + +md5sums=('eb4bdc23abd4fdfa14911d53d65c8186' + '7f7cf5388a5390c2ed49965492f490aa') Copied: mc/repos/community-i686/fs36962.diff (from rev 97329, mc/trunk/fs36962.diff) === --- fs36962.diff(rev 0) +++ fs36962.diff2013-09-18 07:33:17 UTC (rev 97330) @@ -0,0 +1,77 @@ +diff -ur mc-4.8.10-orig/src/filemanager/file.c mc-4.8.10/src/filem
[arch-commits] Commit in mc/repos/community-x86_64 (PKGBUILD PKGBUILD fs36962.diff)
Date: Wednesday, September 18, 2013 @ 09:33:23 Author: schuay Revision: 97331 archrelease: copy trunk to community-x86_64 Added: mc/repos/community-x86_64/PKGBUILD (from rev 97330, mc/trunk/PKGBUILD) mc/repos/community-x86_64/fs36962.diff (from rev 97330, mc/trunk/fs36962.diff) Deleted: mc/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 141 + fs36962.diff | 77 +++ 2 files changed, 149 insertions(+), 69 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-09-18 07:33:17 UTC (rev 97330) +++ PKGBUILD2013-09-18 07:33:23 UTC (rev 97331) @@ -1,69 +0,0 @@ -# $Id$ -# Contributor: Daniel J Griffiths -# Maintainer: schuay - -pkgname=mc -pkgver=4.8.10 -pkgrel=1 -pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" -arch=('i686' 'x86_64') -url="http://www.ibiblio.org/mc/"; -license=('GPL') -depends=( -'e2fsprogs' -'glib2' -'gpm' -'libssh2' -'pcre' -'slang') -makedepends=('libxt' 'libx11') -optdepends=( -'cabextract: ucab extfs' -'cdparanoia: audio extfs' -'cdrkit: iso9660 extfs' -'gawk: hp48+ extfs' -'aspell: spelling corrections' -'cvs: CVS support' -'mtools: a+ extfs' -'perl: needed by several extfs scripts' -'python2-boto: s3+ extfs' -'python2-pytz: s3+ extfs' -'smb: VFS support' -'unace: uace extfs' -'unarj: uarj extfs' -'unrar: urar extfs' -'zip: uzip extfs' -'p7zip: support for 7zip archives') -options=('!emptydirs' '!makeflags') -backup=('etc/mc/edit.indent.rc' -'etc/mc/filehighlight.ini' -'etc/mc/mcedit.menu' -'etc/mc/mc.ext' -'etc/mc/mc.keymap' -'etc/mc/mc.menu' -'etc/mc/sfs.ini') -source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";) - -build() { -cd "${srcdir}/${pkgname}-${pkgver}" - -./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \ ---with-x --libexecdir=/usr/lib - -make -} - -package() { -cd "${srcdir}/${pkgname}-${pkgver}" - -make DESTDIR="${pkgdir}" install - -# Fix FS#15177 -sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \ --i "${pkgdir}/usr/lib/mc/extfs.d/uzip" - -sed 's#/usr/bin/env python#/usr/bin/python2#' \ --i "${pkgdir}/usr/lib/mc/extfs.d/s3+" -} - -md5sums=('eb4bdc23abd4fdfa14911d53d65c8186') Copied: mc/repos/community-x86_64/PKGBUILD (from rev 97330, mc/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-18 07:33:23 UTC (rev 97331) @@ -0,0 +1,72 @@ +# $Id$ +# Contributor: Daniel J Griffiths +# Maintainer: schuay + +pkgname=mc +pkgver=4.8.10 +pkgrel=2 +pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" +arch=('i686' 'x86_64') +url="http://www.ibiblio.org/mc/"; +license=('GPL') +depends=( +'e2fsprogs' +'glib2' +'gpm' +'libssh2' +'slang') +makedepends=('libxt' 'libx11') +optdepends=( +'cabextract: ucab extfs' +'cdparanoia: audio extfs' +'cdrkit: iso9660 extfs' +'gawk: hp48+ extfs' +'aspell: spelling corrections' +'cvs: CVS support' +'mtools: a+ extfs' +'perl: needed by several extfs scripts' +'python2-boto: s3+ extfs' +'python2-pytz: s3+ extfs' +'smb: VFS support' +'unace: uace extfs' +'unarj: uarj extfs' +'unrar: urar extfs' +'zip: uzip extfs' +'p7zip: support for 7zip archives') +options=('!emptydirs' '!makeflags') +backup=('etc/mc/edit.indent.rc' +'etc/mc/filehighlight.ini' +'etc/mc/mcedit.menu' +'etc/mc/mc.ext' +'etc/mc/mc.keymap' +'etc/mc/mc.menu' +'etc/mc/sfs.ini') +source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2"; +"fs36962.diff") + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +patch -Np1 < "${srcdir}/fs36962.diff" + +./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \ +--with-x --libexecdir=/usr/lib + +make +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" + +make DESTDIR="${pkgdir}" install + +# Fix FS#15177 +sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \ +-i "${pkgdir}/usr/lib/mc/extfs.d/uzip" + +sed 's#/usr/bin/env python#/usr/bin/python2#' \ +-i "${pkgdir}/usr/lib/mc/extfs.d/s3+" +} + +md5sums=('eb4bdc23abd4fdfa14911d53d65c8186' + '7f7cf5388a5390c2ed49965492f490aa') Copied: mc/repos/community-x86_64/fs36962.diff (from rev 97330, mc/trunk/fs36962.diff) === --- fs36962.diff(rev 0) +++ fs36962.diff2013-09-18 07:33:23 UTC (rev 97331) @@ -0,0 +1,77 @@ +diff -ur mc-4.8.10-orig/src/filemanager/file.c mc-4.8.