[arch-commits] Commit in gcin/repos (12 files)
Date: Sunday, October 14, 2012 @ 02:06:08 Author: bisson Revision: 168695 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gcin/repos/extra-i686/PKGBUILD (from rev 168694, gcin/trunk/PKGBUILD) gcin/repos/extra-i686/install (from rev 168694, gcin/trunk/install) gcin/repos/extra-i686/qt4.patch (from rev 168694, gcin/trunk/qt4.patch) gcin/repos/extra-x86_64/PKGBUILD (from rev 168694, gcin/trunk/PKGBUILD) gcin/repos/extra-x86_64/install (from rev 168694, gcin/trunk/install) gcin/repos/extra-x86_64/qt4.patch (from rev 168694, gcin/trunk/qt4.patch) Deleted: gcin/repos/extra-i686/PKGBUILD gcin/repos/extra-i686/install gcin/repos/extra-i686/qt4.patch gcin/repos/extra-x86_64/PKGBUILD gcin/repos/extra-x86_64/install gcin/repos/extra-x86_64/qt4.patch + extra-i686/PKGBUILD| 86 +++ extra-i686/install | 28 +++ extra-i686/qt4.patch | 20 +- extra-x86_64/PKGBUILD | 86 +++ extra-x86_64/install | 28 +++ extra-x86_64/qt4.patch | 20 +- 6 files changed, 134 insertions(+), 134 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-14 06:02:55 UTC (rev 168694) +++ extra-i686/PKGBUILD 2012-10-14 06:06:08 UTC (rev 168695) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Contributor: Andreas Radke -# Contributor: damir - -pkgname=gcin -pkgver=2.7.9 -pkgrel=1 -pkgdesc='Input method server supporting various input methods' -url='http://hyperrate.com/dir.php?eid=67' -license=('LGPL') -arch=('i686' 'x86_64') -depends=('gtk3' 'libxtst') -makedepends=('qt' 'gtk2' 'anthy' 'libchewing') -optdepends=('qt: support for qt4 input method' -'gtk2: support for gtk2 input method' -'anthy: support for anthy input method' -'libchewing: support for chewing input method') -source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz"; -'qt4.patch') -sha1sums=('bd0375188a0d8a74efece0e23f30c16cd4a2f1df' - '1c6cdcaa218615e53869bb9d67d7f9d2141e86fe') - -install=install - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -p1 -i ../qt4.patch - sed '/include suffixes-rule/a \ - CFLAGS+='"${CFLAGS}"' \ - LDFLAGS+='"${LDFLAGS}"' \ - OPTFLAGS=' \ - -i Makefile - - ./configure --prefix=/usr --use_i18n=Y - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: gcin/repos/extra-i686/PKGBUILD (from rev 168694, gcin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-14 06:06:08 UTC (rev 168695) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Andreas Radke +# Contributor: damir + +pkgname=gcin +pkgver=2.7.9 +pkgrel=2 +pkgdesc='Input method server supporting various input methods' +url='http://hyperrate.com/dir.php?eid=67' +license=('LGPL') +arch=('i686' 'x86_64') +depends=('gtk2' 'libxtst') +makedepends=('qt' 'gtk3' 'anthy' 'libchewing') +optdepends=('qt: support for qt4 input method' +'gtk3: support for gtk3 input method' +'anthy: support for anthy input method' +'libchewing: support for chewing input method') +source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz"; +'qt4.patch') +sha1sums=('bd0375188a0d8a74efece0e23f30c16cd4a2f1df' + '1c6cdcaa218615e53869bb9d67d7f9d2141e86fe') + +install=install + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + patch -p1 -i ../qt4.patch + sed '/include suffixes-rule/a \ + CFLAGS+='"${CFLAGS}"' \ + LDFLAGS+='"${LDFLAGS}"' \ + OPTFLAGS=' \ + -i Makefile + + ./configure --prefix=/usr --use_i18n=Y + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/install === --- extra-i686/install 2012-10-14 06:02:55 UTC (rev 168694) +++ extra-i686/install 2012-10-14 06:06:08 UTC (rev 168695) @@ -1,14 +0,0 @@ -post_install() { - echo -n "updating gtk immodules... " - [ -x /usr/bin/gtk-query-immodules-2.0 ] && /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules - [ -x /usr/bin/gtk-query-immodules-3.0 ] && /usr/bin/gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache - echo "done." -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: gcin/repos/extra-i686/install (from rev 168694, gcin/trunk/install) =
[arch-commits] Commit in gcin/trunk (PKGBUILD)
Date: Sunday, October 14, 2012 @ 02:02:55 Author: bisson Revision: 168694 upstream has decided to switch back to gtk2 defaults Modified: gcin/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-14 05:53:34 UTC (rev 168693) +++ PKGBUILD2012-10-14 06:02:55 UTC (rev 168694) @@ -5,15 +5,15 @@ pkgname=gcin pkgver=2.7.9 -pkgrel=1 +pkgrel=2 pkgdesc='Input method server supporting various input methods' url='http://hyperrate.com/dir.php?eid=67' license=('LGPL') arch=('i686' 'x86_64') -depends=('gtk3' 'libxtst') -makedepends=('qt' 'gtk2' 'anthy' 'libchewing') +depends=('gtk2' 'libxtst') +makedepends=('qt' 'gtk3' 'anthy' 'libchewing') optdepends=('qt: support for qt4 input method' -'gtk2: support for gtk2 input method' +'gtk3: support for gtk3 input method' 'anthy: support for anthy input method' 'libchewing: support for chewing input method') source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz";
[arch-commits] Commit in mythes-es/repos/extra-any (PKGBUILD PKGBUILD)
Date: Sunday, October 14, 2012 @ 01:53:34 Author: eric Revision: 168693 archrelease: copy trunk to extra-any Added: mythes-es/repos/extra-any/PKGBUILD (from rev 168692, mythes-es/trunk/PKGBUILD) Deleted: mythes-es/repos/extra-any/PKGBUILD --+ PKGBUILD | 81 ++--- 1 file changed, 41 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-10-14 05:53:23 UTC (rev 168692) +++ PKGBUILD2012-10-14 05:53:34 UTC (rev 168693) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR - -pkgname=mythes-es -pkgver=20110402 -pkgrel=1 -pkgdesc="Spanish thesaurus" -arch=(any) -url="http://openthes-es.berlios.de/"; -license=('LGPL') -optdepends=('libmythes: offers thesaurus library functions') -source=('http://openthes-es.berlios.de/download/Spanish-Dictionaries.oxt') -md5sums=('9c39572a9ef621aa85fdd359d4693872') - -build() { - /bin/true -} - -package() { - cd "$srcdir" - install -dm755 ${pkgdir}/usr/share/mythes - cp -p th_es_ES_v2.* $pkgdir/usr/share/mythes - - pushd $pkgdir/usr/share/mythes/ - es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE" - for lang in $es_ES_aliases; do -ln -s th_es_ES_v2.idx "th_"$lang"_v2.idx" -ln -s th_es_ES_v2.dat "th_"$lang"_v2.dat" - done - popd - - # the symlinks - install -dm755 ${pkgdir}/usr/share/myspell/dicts - pushd $pkgdir/usr/share/myspell/dicts -for file in $pkgdir/usr/share/mythes/*; do - ln -sv /usr/share/mythes/$(basename $file) . -done - popd - -} Copied: mythes-es/repos/extra-any/PKGBUILD (from rev 168692, mythes-es/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-10-14 05:53:34 UTC (rev 168693) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: AndyRTR + +pkgname=mythes-es +pkgver=0.6 +pkgrel=1 +epoch=1 +pkgdesc="Spanish thesaurus" +arch=(any) +url="https://forja.rediris.es/projects/rla-es/"; +license=('LGPL3') +optdepends=('libmythes: offers thesaurus library functions') +noextract=('es_ANY.oxt') +source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt') +md5sums=('9676e94487e4a09a1c7adb8e2357774d') + +package() { + cd "$srcdir" + LANG=en_US.utf8 bsdtar -xf es_ANY.oxt + install -dm755 "${pkgdir}/usr/share/mythes" + install -m644 th_es_ES_v2.* "$pkgdir/usr/share/mythes" + + pushd "$pkgdir/usr/share/mythes/" + es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE" + for lang in $es_ES_aliases; do +ln -s th_es_ES_v2.idx "th_"$lang"_v2.idx" +ln -s th_es_ES_v2.dat "th_"$lang"_v2.dat" + done + popd + + # the symlinks + install -dm755 "${pkgdir}/usr/share/myspell/dicts" + pushd "$pkgdir/usr/share/myspell/dicts" + for file in "$pkgdir"/usr/share/mythes/*; do +ln -sv /usr/share/mythes/$(basename $file) . + done + popd + + # docs + install -Dm644 README_th_es_ES.txt "${pkgdir}/usr/share/doc/$pkgname/README_th_es_ES.txt" +}
[arch-commits] Commit in mythes-es/trunk (PKGBUILD)
Date: Sunday, October 14, 2012 @ 01:53:23 Author: eric Revision: 168692 upgpkg: mythes-es 1:0.6-1 Upstream update, Update url, Update license, Add doc Modified: mythes-es/trunk/PKGBUILD --+ PKGBUILD | 37 +++-- 1 file changed, 19 insertions(+), 18 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-14 05:46:51 UTC (rev 168691) +++ PKGBUILD2012-10-14 05:53:23 UTC (rev 168692) @@ -2,27 +2,26 @@ # Maintainer: AndyRTR pkgname=mythes-es -pkgver=20110402 +pkgver=0.6 pkgrel=1 +epoch=1 pkgdesc="Spanish thesaurus" arch=(any) -url="http://openthes-es.berlios.de/"; -license=('LGPL') +url="https://forja.rediris.es/projects/rla-es/"; +license=('LGPL3') optdepends=('libmythes: offers thesaurus library functions') -source=('http://openthes-es.berlios.de/download/Spanish-Dictionaries.oxt') -md5sums=('9c39572a9ef621aa85fdd359d4693872') +noextract=('es_ANY.oxt') +source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt') +md5sums=('9676e94487e4a09a1c7adb8e2357774d') -build() { - /bin/true -} - package() { cd "$srcdir" - install -dm755 ${pkgdir}/usr/share/mythes - cp -p th_es_ES_v2.* $pkgdir/usr/share/mythes + LANG=en_US.utf8 bsdtar -xf es_ANY.oxt + install -dm755 "${pkgdir}/usr/share/mythes" + install -m644 th_es_ES_v2.* "$pkgdir/usr/share/mythes" - pushd $pkgdir/usr/share/mythes/ - es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE" + pushd "$pkgdir/usr/share/mythes/" + es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE" for lang in $es_ES_aliases; do ln -s th_es_ES_v2.idx "th_"$lang"_v2.idx" ln -s th_es_ES_v2.dat "th_"$lang"_v2.dat" @@ -30,11 +29,13 @@ popd # the symlinks - install -dm755 ${pkgdir}/usr/share/myspell/dicts - pushd $pkgdir/usr/share/myspell/dicts -for file in $pkgdir/usr/share/mythes/*; do - ln -sv /usr/share/mythes/$(basename $file) . -done + install -dm755 "${pkgdir}/usr/share/myspell/dicts" + pushd "$pkgdir/usr/share/myspell/dicts" + for file in "$pkgdir"/usr/share/mythes/*; do +ln -sv /usr/share/mythes/$(basename $file) . + done popd + # docs + install -Dm644 README_th_es_ES.txt "${pkgdir}/usr/share/doc/$pkgname/README_th_es_ES.txt" }
[arch-commits] Commit in hyphen-es/repos/extra-any (PKGBUILD PKGBUILD)
Date: Sunday, October 14, 2012 @ 01:46:51 Author: eric Revision: 168691 archrelease: copy trunk to extra-any Added: hyphen-es/repos/extra-any/PKGBUILD (from rev 168690, hyphen-es/trunk/PKGBUILD) Deleted: hyphen-es/repos/extra-any/PKGBUILD --+ PKGBUILD | 77 ++--- 1 file changed, 39 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-10-14 05:46:32 UTC (rev 168690) +++ PKGBUILD2012-10-14 05:46:51 UTC (rev 168691) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR - -pkgname=hyphen-es -pkgver=20051118 -pkgrel=2 -pkgdesc="Spanish hyphenation rules" -arch=('any') -url="http://wiki.services.openoffice.org/wiki/Dictionaries"; -license=('LGPL') -optdepends=('hyphen: offers hyphenation library functions') -source=('http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_es_ES.zip') -md5sums=('d34ab9eefdb49147c57c01227eeb0c66') - -package() { - cd "$srcdir" - install -dm755 ${pkgdir}/usr/share/hyphen - cp -p hyph_es_??.dic $pkgdir/usr/share/hyphen - - pushd $pkgdir/usr/share/hyphen/ - es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE" - for lang in $es_ES_aliases; do -ln -s hyph_es_ES.dic hyph_$lang.dic - done - popd - - # the symlinks - install -dm755 ${pkgdir}/usr/share/myspell/dicts - pushd $pkgdir/usr/share/myspell/dicts -for file in $pkgdir/usr/share/hyphen/*; do - ln -sv /usr/share/hyphen/$(basename $file) . -done - popd - - # docs - install -dm755 ${pkgdir}/usr/share/doc/$pkgname - cp -p README_hyph_es_??.txt $pkgdir/usr/share/doc/$pkgname -} Copied: hyphen-es/repos/extra-any/PKGBUILD (from rev 168690, hyphen-es/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-10-14 05:46:51 UTC (rev 168691) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: AndyRTR + +pkgname=hyphen-es +pkgver=0.6 +pkgrel=1 +epoch=1 +pkgdesc="Spanish hyphenation rules" +arch=('any') +url="https://forja.rediris.es/projects/rla-es/"; +license=('LGPL3') +optdepends=('hyphen: offers hyphenation library functions') +noextract=('es_ANY.oxt') +source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt') +md5sums=('9676e94487e4a09a1c7adb8e2357774d') + +package() { + cd "$srcdir" + LANG=en_US.utf8 bsdtar -xf es_ANY.oxt + install -Dm644 hyph_es_ANY.dic "$pkgdir/usr/share/hyphen/hyph_es_ANY.dic" + + pushd "$pkgdir/usr/share/hyphen/" + es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE" + for lang in $es_ES_aliases; do +ln -s hyph_es_ANY.dic hyph_$lang.dic + done + popd + + # the symlinks + install -dm755 "${pkgdir}/usr/share/myspell/dicts" + pushd "$pkgdir/usr/share/myspell/dicts" +for file in "$pkgdir"/usr/share/hyphen/*; do + ln -sv /usr/share/hyphen/$(basename $file) . +done + popd + + # docs + install -Dm644 README_hyph_es_ANY.txt "${pkgdir}/usr/share/doc/$pkgname/README_hyph_es_ANY.txt" +}
[arch-commits] Commit in hyphen-es/trunk (PKGBUILD)
Date: Sunday, October 14, 2012 @ 01:46:32 Author: eric Revision: 168690 upgpkg: hyphen-es 1:0.6-1 Upstream update, Update url, Update license Modified: hyphen-es/trunk/PKGBUILD --+ PKGBUILD | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-14 05:36:46 UTC (rev 168689) +++ PKGBUILD2012-10-14 05:46:32 UTC (rev 168690) @@ -2,37 +2,38 @@ # Maintainer: AndyRTR pkgname=hyphen-es -pkgver=20051118 -pkgrel=2 +pkgver=0.6 +pkgrel=1 +epoch=1 pkgdesc="Spanish hyphenation rules" arch=('any') -url="http://wiki.services.openoffice.org/wiki/Dictionaries"; -license=('LGPL') +url="https://forja.rediris.es/projects/rla-es/"; +license=('LGPL3') optdepends=('hyphen: offers hyphenation library functions') -source=('http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_es_ES.zip') -md5sums=('d34ab9eefdb49147c57c01227eeb0c66') +noextract=('es_ANY.oxt') +source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt') +md5sums=('9676e94487e4a09a1c7adb8e2357774d') package() { cd "$srcdir" - install -dm755 ${pkgdir}/usr/share/hyphen - cp -p hyph_es_??.dic $pkgdir/usr/share/hyphen + LANG=en_US.utf8 bsdtar -xf es_ANY.oxt + install -Dm644 hyph_es_ANY.dic "$pkgdir/usr/share/hyphen/hyph_es_ANY.dic" - pushd $pkgdir/usr/share/hyphen/ - es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE" + pushd "$pkgdir/usr/share/hyphen/" + es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE" for lang in $es_ES_aliases; do -ln -s hyph_es_ES.dic hyph_$lang.dic +ln -s hyph_es_ANY.dic hyph_$lang.dic done popd # the symlinks - install -dm755 ${pkgdir}/usr/share/myspell/dicts - pushd $pkgdir/usr/share/myspell/dicts -for file in $pkgdir/usr/share/hyphen/*; do + install -dm755 "${pkgdir}/usr/share/myspell/dicts" + pushd "$pkgdir/usr/share/myspell/dicts" +for file in "$pkgdir"/usr/share/hyphen/*; do ln -sv /usr/share/hyphen/$(basename $file) . done popd # docs - install -dm755 ${pkgdir}/usr/share/doc/$pkgname - cp -p README_hyph_es_??.txt $pkgdir/usr/share/doc/$pkgname + install -Dm644 README_hyph_es_ANY.txt "${pkgdir}/usr/share/doc/$pkgname/README_hyph_es_ANY.txt" }
[arch-commits] Commit in hunspell-es/repos/extra-any (PKGBUILD PKGBUILD)
Date: Sunday, October 14, 2012 @ 01:36:46 Author: eric Revision: 168689 archrelease: copy trunk to extra-any Added: hunspell-es/repos/extra-any/PKGBUILD (from rev 168688, hunspell-es/trunk/PKGBUILD) Deleted: hunspell-es/repos/extra-any/PKGBUILD --+ PKGBUILD | 150 - 1 file changed, 79 insertions(+), 71 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-10-14 05:36:33 UTC (rev 168688) +++ PKGBUILD2012-10-14 05:36:46 UTC (rev 168689) @@ -1,71 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR - -pkgname=hunspell-es -pkgver=20051101 -pkgrel=1 -pkgdesc="Spanish hunspell dictionaries" -arch=(any) -url="http://hunspell.sourceforge.net/"; -license=('LGPL') -makedepends=('hunspell') -optdepends=('hunspell: the spell checking libraries and apps') -source=('http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_AR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_BO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CL.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CU.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_DO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_EC.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_ES.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_GT.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_HN.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_MX.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_NI.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PA.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PE.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PY.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_SV.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_UY.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_VE.zip') -md5sums=('4c634da95fad11093ba65f6367ee5e19' - '564921b9f82d9f2f46ea4b53e516975b' - 'b75c996c3665d2a73bab21588b9ee258' - 'cbc916ab3433755592868565a60471b8' - 'f2641aa3187a4b411b7a918046100848' - 'b13e5bbf7c5eddef292dac61c9f7b7fb' - 'e38aba8b2f43041b41df36bb383a59e2' - '88bde5878d2a79807b4c38bc785001aa' - '4b272f7c958dd619b2ddc007c45db53b' - 'cc0f781cb0d1662954692da3e03cb46d' - 'b13d8e86654c7552d2834c1024bbd391' - 'e32f5ec8c94fd902a9823dae4040a019' - '87ac50f7fc714452b421dc91d581b476' - '2f71f67090afb7963e7bcbbffbe317de' - '0be27bea02ecdca8b651fad52193ab96' - 'b95eadbad8ae02bddb5e1fed25075e15' - 'd1f06558dc4fac30c7926f26216b3fec' - '928536ead27886e819a5910d8fa1052f' - '23c13ab1e0902f4b3d936839074daa12' - '748e15e39e7c5b52877bd7f96304') -es_langs="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE" # <- obsolete? it's not used in the pkg - -package() { - cd "$srcdir" - install -dm755 ${pkgdir}/usr/share/hunspell - cp -p *.dic *.aff $pkgdir/usr/share/hunspell - - # the symlinks - install -dm755 ${pkgdir}/usr/share/myspell/dicts - pushd $pkgdir/usr/share/myspell/dicts -for file in $pkgdir/usr/share/hunspell/*; do - ln -sv /usr/share/hunspell/$(basename $file) . -done - popd - - # docs - install -dm755 ${pkgdir}/usr/share/doc/$pkgname - cp -p README_*.txt $pkgdir/usr/share/doc/$pkgname -} Copied: hunspell-es/repos/extra-any/PKGBUILD (from rev 168688, hunspell-es/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-10-14 05:36:46 UTC (rev 168689) @@ -0,0 +1,79 @@ +# $Id$ +# Maintainer: AndyRTR + +pkgname=hunspell-es +pkgver=0.6 +pkgrel=1 +epoch=1 +pkgdesc="Spanish hunspell dictionaries" +arch=(any) +url="https://forja.rediris.es/projects/rla-es/"; +license=('LGPL3') +makedepends=('hunspell') +optdepends=('hunspell: the spell checking libraries and apps') +noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt + es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt + es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt + es_PE.oxt es_PR.oxt es_SV.oxt es_UY.oxt es_VE.oxt) +source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt' +'http://forja.rediris.es/frs/download.php/2619/es_AR.oxt' +'http://
[arch-commits] Commit in hunspell-es/trunk (PKGBUILD)
Date: Sunday, October 14, 2012 @ 01:36:33 Author: eric Revision: 168688 upgpkg: hunspell-es 1:0.6-1 Upstream update, Update url, Update license Modified: hunspell-es/trunk/PKGBUILD --+ PKGBUILD | 110 - 1 file changed, 59 insertions(+), 51 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-14 04:16:02 UTC (rev 168687) +++ PKGBUILD2012-10-14 05:36:33 UTC (rev 168688) @@ -2,70 +2,78 @@ # Maintainer: AndyRTR pkgname=hunspell-es -pkgver=20051101 +pkgver=0.6 pkgrel=1 +epoch=1 pkgdesc="Spanish hunspell dictionaries" arch=(any) -url="http://hunspell.sourceforge.net/"; -license=('LGPL') +url="https://forja.rediris.es/projects/rla-es/"; +license=('LGPL3') makedepends=('hunspell') optdepends=('hunspell: the spell checking libraries and apps') -source=('http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_AR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_BO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CL.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CU.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_DO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_EC.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_ES.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_GT.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_HN.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_MX.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_NI.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PA.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PE.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PY.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_SV.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_UY.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_VE.zip') -md5sums=('4c634da95fad11093ba65f6367ee5e19' - '564921b9f82d9f2f46ea4b53e516975b' - 'b75c996c3665d2a73bab21588b9ee258' - 'cbc916ab3433755592868565a60471b8' - 'f2641aa3187a4b411b7a918046100848' - 'b13e5bbf7c5eddef292dac61c9f7b7fb' - 'e38aba8b2f43041b41df36bb383a59e2' - '88bde5878d2a79807b4c38bc785001aa' - '4b272f7c958dd619b2ddc007c45db53b' - 'cc0f781cb0d1662954692da3e03cb46d' - 'b13d8e86654c7552d2834c1024bbd391' - 'e32f5ec8c94fd902a9823dae4040a019' - '87ac50f7fc714452b421dc91d581b476' - '2f71f67090afb7963e7bcbbffbe317de' - '0be27bea02ecdca8b651fad52193ab96' - 'b95eadbad8ae02bddb5e1fed25075e15' - 'd1f06558dc4fac30c7926f26216b3fec' - '928536ead27886e819a5910d8fa1052f' - '23c13ab1e0902f4b3d936839074daa12' - '748e15e39e7c5b52877bd7f96304') -es_langs="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE" # <- obsolete? it's not used in the pkg +noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt + es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt + es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt + es_PE.oxt es_PR.oxt es_SV.oxt es_UY.oxt es_VE.oxt) +source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt' +'http://forja.rediris.es/frs/download.php/2619/es_AR.oxt' +'http://forja.rediris.es/frs/download.php/2620/es_BO.oxt' +'http://forja.rediris.es/frs/download.php/2621/es_CL.oxt' +'http://forja.rediris.es/frs/download.php/2622/es_CO.oxt' +'http://forja.rediris.es/frs/download.php/2623/es_CR.oxt' +'http://forja.rediris.es/frs/download.php/2624/es_CU.oxt' +'http://forja.rediris.es/frs/download.php/2625/es_DO.oxt' +'http://forja.rediris.es/frs/download.php/2626/es_EC.oxt' +'http://forja.rediris.es/frs/download.php/2627/es_ES.oxt' +'http://forja.rediris.es/frs/download.php/2628/es_GT.oxt' +'http://forja.rediris.es/frs/download.php/2629/es_HN.oxt' +'http://forja.rediris.es/frs/download.php/2630/es_MX.oxt' +'http://forja.rediris.es/frs/download.php/2631/es_NI.oxt' +'http://forja.rediris.es/frs/download.php/2632/es_PA.oxt' +'http://forja.rediris.es/frs/download.php/2633/es_PE.oxt' +'http://forja.rediris.es/frs/download.php/2634/es_PR.oxt' +'http://forja.rediris.es/frs/download.php/2635/
[arch-commits] Commit in mod_wsgi/repos (6 files)
Date: Sunday, October 14, 2012 @ 00:16:02 Author: eric Revision: 168687 archrelease: copy trunk to testing-i686, testing-x86_64 Added: mod_wsgi/repos/testing-i686/ mod_wsgi/repos/testing-i686/PKGBUILD (from rev 168686, mod_wsgi/trunk/PKGBUILD) mod_wsgi/repos/testing-i686/mod_wsgi.install (from rev 168686, mod_wsgi/trunk/mod_wsgi.install) mod_wsgi/repos/testing-x86_64/ mod_wsgi/repos/testing-x86_64/PKGBUILD (from rev 168686, mod_wsgi/trunk/PKGBUILD) mod_wsgi/repos/testing-x86_64/mod_wsgi.install (from rev 168686, mod_wsgi/trunk/mod_wsgi.install) -+ testing-i686/PKGBUILD | 28 testing-i686/mod_wsgi.install | 14 ++ testing-x86_64/PKGBUILD | 28 testing-x86_64/mod_wsgi.install | 14 ++ 4 files changed, 84 insertions(+) Copied: mod_wsgi/repos/testing-i686/PKGBUILD (from rev 168686, mod_wsgi/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-10-14 04:16:02 UTC (rev 168687) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Ryan Coyner + +pkgname=mod_wsgi +pkgver=3.4 +pkgrel=1 +pkgdesc="Python WSGI adapter module for Apache" +arch=('i686' 'x86_64') +url="http://www.modwsgi.org/"; +license=('APACHE') +depends=('apache' 'python2') +install=mod_wsgi.install +source=("http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";) +md5sums=('f42d69190ea0c337ef259cbe8d94d985') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr \ +--with-apxs=/usr/sbin/apxs \ +--with-python=/usr/bin/python2 + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: mod_wsgi/repos/testing-i686/mod_wsgi.install (from rev 168686, mod_wsgi/trunk/mod_wsgi.install) === --- testing-i686/mod_wsgi.install (rev 0) +++ testing-i686/mod_wsgi.install 2012-10-14 04:16:02 UTC (rev 168687) @@ -0,0 +1,14 @@ +post_install() { +/bin/cat << ENDOFMESSAGE +==> +==> +==> To install mod_wsgi, add the following line in +==> /etc/httpd/conf/httpd.conf file : +==> +==> LoadModule wsgi_module modules/mod_wsgi.so +==> +==> and restart/reload Apache. +==> +==> +ENDOFMESSAGE +} Copied: mod_wsgi/repos/testing-x86_64/PKGBUILD (from rev 168686, mod_wsgi/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-10-14 04:16:02 UTC (rev 168687) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Ryan Coyner + +pkgname=mod_wsgi +pkgver=3.4 +pkgrel=1 +pkgdesc="Python WSGI adapter module for Apache" +arch=('i686' 'x86_64') +url="http://www.modwsgi.org/"; +license=('APACHE') +depends=('apache' 'python2') +install=mod_wsgi.install +source=("http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";) +md5sums=('f42d69190ea0c337ef259cbe8d94d985') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr \ +--with-apxs=/usr/sbin/apxs \ +--with-python=/usr/bin/python2 + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: mod_wsgi/repos/testing-x86_64/mod_wsgi.install (from rev 168686, mod_wsgi/trunk/mod_wsgi.install) === --- testing-x86_64/mod_wsgi.install (rev 0) +++ testing-x86_64/mod_wsgi.install 2012-10-14 04:16:02 UTC (rev 168687) @@ -0,0 +1,14 @@ +post_install() { +/bin/cat << ENDOFMESSAGE +==> +==> +==> To install mod_wsgi, add the following line in +==> /etc/httpd/conf/httpd.conf file : +==> +==> LoadModule wsgi_module modules/mod_wsgi.so +==> +==> and restart/reload Apache. +==> +==> +ENDOFMESSAGE +}
[arch-commits] Commit in mod_wsgi/trunk (PKGBUILD)
Date: Sunday, October 14, 2012 @ 00:15:48 Author: eric Revision: 168686 upgpkg: mod_wsgi 3.4-1 Upstream update Modified: mod_wsgi/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-14 03:44:54 UTC (rev 168685) +++ PKGBUILD2012-10-14 04:15:48 UTC (rev 168686) @@ -3,8 +3,8 @@ # Contributor: Ryan Coyner pkgname=mod_wsgi -pkgver=3.3 -pkgrel=3 +pkgver=3.4 +pkgrel=1 pkgdesc="Python WSGI adapter module for Apache" arch=('i686' 'x86_64') url="http://www.modwsgi.org/"; @@ -12,7 +12,7 @@ depends=('apache' 'python2') install=mod_wsgi.install source=("http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";) -md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb') +md5sums=('f42d69190ea0c337ef259cbe8d94d985') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in perl-netaddr-ip/repos (4 files)
Date: Saturday, October 13, 2012 @ 23:44:54 Author: eric Revision: 168685 archrelease: copy trunk to extra-i686, extra-x86_64 Added: perl-netaddr-ip/repos/extra-i686/PKGBUILD (from rev 168684, perl-netaddr-ip/trunk/PKGBUILD) perl-netaddr-ip/repos/extra-x86_64/PKGBUILD (from rev 168684, perl-netaddr-ip/trunk/PKGBUILD) Deleted: perl-netaddr-ip/repos/extra-i686/PKGBUILD perl-netaddr-ip/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 68 extra-x86_64/PKGBUILD | 68 2 files changed, 68 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-14 03:44:29 UTC (rev 168684) +++ extra-i686/PKGBUILD 2012-10-14 03:44:54 UTC (rev 168685) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Dale Blount -# Contributor: Francois Charette - -pkgname=perl-netaddr-ip -_realname=NetAddr-IP -pkgver=4.062 -pkgrel=1 -pkgdesc="Perl module to manage IP addresses and subnets" -arch=(i686 x86_64) -license=('PerlArtistic' 'GPL') -depends=('perl') -options=('!emptydirs') -url="http://search.cpan.org/dist/${_realname}/"; -source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz) -md5sums=('01503542903fe09fe078130f3b1bb3af') - -build() { - cd "${srcdir}/${_realname}-${pkgver}" - # install module in vendor directories. - perl Makefile.PL INSTALLDIRS=vendor - make -} - -check() { - cd "${srcdir}/${_realname}-${pkgver}" - make test -} - -package() { - cd "${srcdir}/${_realname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: perl-netaddr-ip/repos/extra-i686/PKGBUILD (from rev 168684, perl-netaddr-ip/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-14 03:44:54 UTC (rev 168685) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Dale Blount +# Contributor: Francois Charette + +pkgname=perl-netaddr-ip +_realname=NetAddr-IP +pkgver=4.065 +pkgrel=1 +pkgdesc="Perl module to manage IP addresses and subnets" +arch=(i686 x86_64) +license=('PerlArtistic' 'GPL') +depends=('perl') +options=('!emptydirs') +url="http://search.cpan.org/dist/${_realname}/"; +source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz) +md5sums=('f4efa7e90820ecf7ce2b3d9144f2568f') + +build() { + cd "${srcdir}/${_realname}-${pkgver}" + # install module in vendor directories. + perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd "${srcdir}/${_realname}-${pkgver}" + make test +} + +package() { + cd "${srcdir}/${_realname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-10-14 03:44:29 UTC (rev 168684) +++ extra-x86_64/PKGBUILD 2012-10-14 03:44:54 UTC (rev 168685) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Dale Blount -# Contributor: Francois Charette - -pkgname=perl-netaddr-ip -_realname=NetAddr-IP -pkgver=4.062 -pkgrel=1 -pkgdesc="Perl module to manage IP addresses and subnets" -arch=(i686 x86_64) -license=('PerlArtistic' 'GPL') -depends=('perl') -options=('!emptydirs') -url="http://search.cpan.org/dist/${_realname}/"; -source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz) -md5sums=('01503542903fe09fe078130f3b1bb3af') - -build() { - cd "${srcdir}/${_realname}-${pkgver}" - # install module in vendor directories. - perl Makefile.PL INSTALLDIRS=vendor - make -} - -check() { - cd "${srcdir}/${_realname}-${pkgver}" - make test -} - -package() { - cd "${srcdir}/${_realname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: perl-netaddr-ip/repos/extra-x86_64/PKGBUILD (from rev 168684, perl-netaddr-ip/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-10-14 03:44:54 UTC (rev 168685) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Dale Blount +# Contributor: Francois Charette + +pkgname=perl-netaddr-ip +_realname=NetAddr-IP +pkgver=4.065 +pkgrel=1 +pkgdesc="Perl module to manage IP addresses and subnets" +arch=(i686 x86_64) +license=('PerlArtistic' 'GPL') +depends=('perl') +options=('!emptydirs') +url="http://search.cpan.org/dist/${_realname}/"; +source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz) +md5sums=('f4efa7e90820ecf7ce2b3d9144f2568f') + +build() { + cd "${srcdir}/${_realname}-${pkgver}" + # install module in vendor directories. + perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd "${srcdir}/${_realname}-${pkgver}" + make test +} + +package() { + cd "${srcdir}/${_realname}-${pkgver}" + mak
[arch-commits] Commit in perl-netaddr-ip/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 23:44:29 Author: eric Revision: 168684 upgpkg: perl-netaddr-ip 4.065-1 Upstream update Modified: perl-netaddr-ip/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-14 02:17:22 UTC (rev 168683) +++ PKGBUILD2012-10-14 03:44:29 UTC (rev 168684) @@ -5,7 +5,7 @@ pkgname=perl-netaddr-ip _realname=NetAddr-IP -pkgver=4.062 +pkgver=4.065 pkgrel=1 pkgdesc="Perl module to manage IP addresses and subnets" arch=(i686 x86_64) @@ -14,7 +14,7 @@ options=('!emptydirs') url="http://search.cpan.org/dist/${_realname}/"; source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz) -md5sums=('01503542903fe09fe078130f3b1bb3af') +md5sums=('f4efa7e90820ecf7ce2b3d9144f2568f') build() { cd "${srcdir}/${_realname}-${pkgver}"
[arch-commits] Commit in libmygpo-qt/repos (4 files)
Date: Saturday, October 13, 2012 @ 22:17:22 Author: andrea Revision: 168683 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libmygpo-qt/repos/extra-i686/PKGBUILD (from rev 168682, libmygpo-qt/trunk/PKGBUILD) libmygpo-qt/repos/extra-x86_64/PKGBUILD (from rev 168682, libmygpo-qt/trunk/PKGBUILD) Deleted: libmygpo-qt/repos/extra-i686/PKGBUILD libmygpo-qt/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 59 +++- extra-x86_64/PKGBUILD | 59 +++- 2 files changed, 58 insertions(+), 60 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-14 02:16:49 UTC (rev 168682) +++ extra-i686/PKGBUILD 2012-10-14 02:17:22 UTC (rev 168683) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Andrea Scarpino - -pkgname=libmygpo-qt -pkgver=1.0.5 -pkgrel=1 -pkgdesc="A C++/Qt client library for gpodder.net" -arch=('i686' 'x86_64') -url="http://wiki.gpodder.org/wiki/Libmygpo-qt"; -license=('LGPL2.1') -depends=('qjson') -makedepends=('cmake') -source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz";) -md5sums=('37af04b1e944f982e35b69c04b5d1b0f') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}.${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package(){ - cd "${srcdir}/build" - make DESTDIR="${pkgdir}" install -} Copied: libmygpo-qt/repos/extra-i686/PKGBUILD (from rev 168682, libmygpo-qt/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-14 02:17:22 UTC (rev 168683) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: +# Contributor: Andrea Scarpino + +pkgname=libmygpo-qt +pkgver=1.0.6 +pkgrel=1 +pkgdesc="A C++/Qt client library for gpodder.net" +arch=('i686' 'x86_64') +url="http://wiki.gpodder.org/wiki/Libmygpo-qt"; +license=('LGPL2.1') +depends=('qjson') +makedepends=('cmake' 'doxygen') +source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz";) +md5sums=('dd07ccc88eac954a3860aeda96aab7b1') + +build() { + mkdir build + cd build + cmake ../${pkgname}.${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package(){ + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-10-14 02:16:49 UTC (rev 168682) +++ extra-x86_64/PKGBUILD 2012-10-14 02:17:22 UTC (rev 168683) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Andrea Scarpino - -pkgname=libmygpo-qt -pkgver=1.0.5 -pkgrel=1 -pkgdesc="A C++/Qt client library for gpodder.net" -arch=('i686' 'x86_64') -url="http://wiki.gpodder.org/wiki/Libmygpo-qt"; -license=('LGPL2.1') -depends=('qjson') -makedepends=('cmake') -source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz";) -md5sums=('37af04b1e944f982e35b69c04b5d1b0f') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}.${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package(){ - cd "${srcdir}/build" - make DESTDIR="${pkgdir}" install -} Copied: libmygpo-qt/repos/extra-x86_64/PKGBUILD (from rev 168682, libmygpo-qt/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-10-14 02:17:22 UTC (rev 168683) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: +# Contributor: Andrea Scarpino + +pkgname=libmygpo-qt +pkgver=1.0.6 +pkgrel=1 +pkgdesc="A C++/Qt client library for gpodder.net" +arch=('i686' 'x86_64') +url="http://wiki.gpodder.org/wiki/Libmygpo-qt"; +license=('LGPL2.1') +depends=('qjson') +makedepends=('cmake' 'doxygen') +source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz";) +md5sums=('dd07ccc88eac954a3860aeda96aab7b1') + +build() { + mkdir build + cd build + cmake ../${pkgname}.${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package(){ + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in libmygpo-qt/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 22:16:49 Author: andrea Revision: 168682 upgpkg: libmygpo-qt 1.0.6-1 Upstream release Modified: libmygpo-qt/trunk/PKGBUILD --+ PKGBUILD |9 - 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-14 00:39:34 UTC (rev 168681) +++ PKGBUILD2012-10-14 02:16:49 UTC (rev 168682) @@ -3,19 +3,18 @@ # Contributor: Andrea Scarpino pkgname=libmygpo-qt -pkgver=1.0.5 +pkgver=1.0.6 pkgrel=1 pkgdesc="A C++/Qt client library for gpodder.net" arch=('i686' 'x86_64') url="http://wiki.gpodder.org/wiki/Libmygpo-qt"; license=('LGPL2.1') depends=('qjson') -makedepends=('cmake') +makedepends=('cmake' 'doxygen') source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz";) -md5sums=('37af04b1e944f982e35b69c04b5d1b0f') +md5sums=('dd07ccc88eac954a3860aeda96aab7b1') build() { - cd "${srcdir}" mkdir build cd build cmake ../${pkgname}.${pkgver} \ @@ -25,6 +24,6 @@ } package(){ - cd "${srcdir}/build" + cd build make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in konversation/repos (8 files)
Date: Saturday, October 13, 2012 @ 20:39:34 Author: stephane Revision: 168681 archrelease: copy trunk to staging-i686, staging-x86_64 Added: konversation/repos/staging-i686/PKGBUILD (from rev 168680, konversation/trunk/PKGBUILD) konversation/repos/staging-i686/konversation.install (from rev 168680, konversation/trunk/konversation.install) konversation/repos/staging-x86_64/PKGBUILD (from rev 168680, konversation/trunk/PKGBUILD) konversation/repos/staging-x86_64/konversation.install (from rev 168680, konversation/trunk/konversation.install) Deleted: konversation/repos/staging-i686/PKGBUILD konversation/repos/staging-i686/konversation.install konversation/repos/staging-x86_64/PKGBUILD konversation/repos/staging-x86_64/konversation.install -+ staging-i686/PKGBUILD | 81 +- staging-i686/konversation.install | 24 +- staging-x86_64/PKGBUILD | 81 +- staging-x86_64/konversation.install | 24 +- 4 files changed, 106 insertions(+), 104 deletions(-) Deleted: staging-i686/PKGBUILD === --- staging-i686/PKGBUILD 2012-10-14 00:39:21 UTC (rev 168680) +++ staging-i686/PKGBUILD 2012-10-14 00:39:34 UTC (rev 168681) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Stéphane Gaudreault -# Contributor: Andrea Scarpino -# Contributor: James Rayner -# Contributor: Sergio Jovani Guzman - -pkgname=konversation -pkgver=1.4 -pkgrel=2 -pkgdesc="A user friendly IRC client for KDE" -arch=('i686' 'x86_64') -url="http://konversation.kde.org"; -depends=('kdebase-runtime' 'kdepimlibs' 'python') -makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml') -license=('GPL2' 'FDL') -install=${pkgname}.install -options=('!makeflags') -source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_SKIP_RPATH=ON \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install - - # Remove a bunch of symlinks pointing to non-existant files - for lang in pt_BR uk sv et de en nl; do - rm "${pkgdir}"/usr/share/doc/kde/html/${lang}/konversation/common - done -} Copied: konversation/repos/staging-i686/PKGBUILD (from rev 168680, konversation/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-10-14 00:39:34 UTC (rev 168681) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Stéphane Gaudreault +# Contributor: Andrea Scarpino +# Contributor: James Rayner +# Contributor: Sergio Jovani Guzman + +pkgname=konversation +pkgver=1.4 +pkgrel=3 +pkgdesc="A user friendly IRC client for KDE" +arch=('i686' 'x86_64') +url="http://konversation.kde.org"; +depends=('kdebase-runtime' 'kdepimlibs') +makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml') +optdepends=('python: python scripting support') +license=('GPL2' 'FDL') +install=${pkgname}.install +options=('!makeflags') +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_SKIP_RPATH=ON \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install + + # Remove a bunch of symlinks pointing to non-existant files + for _lang in pt_BR uk sv et de en nl; do + rm "${pkgdir}"/usr/share/doc/kde/html/${_lang}/konversation/common + done +} Deleted: staging-i686/konversation.install === --- staging-i686/konversation.install 2012-10-14 00:39:21 UTC (rev 168680) +++ staging-i686/konversation.install 2012-10-14 00:39:34 UTC (rev 168681) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: konversation/repos/staging-i686/konversation.install (from rev 168680, konversation/trunk/konversation.install) === --- staging-i686/konversation.install (rev 0) +++ staging-i686/konversation.install 2012-10-14 00:39:34 UTC (rev 168681) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} D
[arch-commits] Commit in konversation/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 20:39:21 Author: stephane Revision: 168680 upgpkg: konversation 1.4-3 FS#31909 - python dependency is optional Modified: konversation/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-14 00:15:40 UTC (rev 168679) +++ PKGBUILD2012-10-14 00:39:21 UTC (rev 168680) @@ -6,12 +6,13 @@ pkgname=konversation pkgver=1.4 -pkgrel=2 +pkgrel=3 pkgdesc="A user friendly IRC client for KDE" arch=('i686' 'x86_64') url="http://konversation.kde.org"; -depends=('kdebase-runtime' 'kdepimlibs' 'python') +depends=('kdebase-runtime' 'kdepimlibs') makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml') +optdepends=('python: python scripting support') license=('GPL2' 'FDL') install=${pkgname}.install options=('!makeflags') @@ -34,7 +35,7 @@ make DESTDIR="${pkgdir}" install # Remove a bunch of symlinks pointing to non-existant files - for lang in pt_BR uk sv et de en nl; do - rm "${pkgdir}"/usr/share/doc/kde/html/${lang}/konversation/common + for _lang in pt_BR uk sv et de en nl; do + rm "${pkgdir}"/usr/share/doc/kde/html/${_lang}/konversation/common done }
[arch-commits] Commit in pylint/repos (staging-any staging-any/PKGBUILD)
Date: Saturday, October 13, 2012 @ 20:15:40 Author: stephane Revision: 168679 archrelease: copy trunk to staging-any Added: pylint/repos/staging-any/ pylint/repos/staging-any/PKGBUILD (from rev 168678, pylint/trunk/PKGBUILD) --+ PKGBUILD | 34 ++ 1 file changed, 34 insertions(+) Copied: pylint/repos/staging-any/PKGBUILD (from rev 168678, pylint/trunk/PKGBUILD) === --- staging-any/PKGBUILD(rev 0) +++ staging-any/PKGBUILD2012-10-14 00:15:40 UTC (rev 168679) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Stéphane Gaudreault +# Contributor: Alexander Fehr + +pkgname=pylint +pkgver=0.25.2 +pkgrel=2 +pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" +arch=('any') +url="http://www.logilab.org/project/pylint"; +license=('GPL') +depends=('python2-logilab-astng' 'python2') +makedepends=('python2-distribute') +optdepends=('tk: Pylint GUI') +source=("http://download.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz";) +sha1sums=('52b1a671bacc115a953b1e0d423ecbaf9064ce2e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i "s|/usr/bin/env python|/usr/bin/env python2|" epylint.py + + python2 setup.py build +} + + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1 + + install -d "${pkgdir}/usr/share/man/man1" + install -m644 man/* "${pkgdir}/usr/share/man/man1" +}
[arch-commits] Commit in pylint/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 20:15:35 Author: stephane Revision: 168678 upgpkg: pylint 0.25.2-2 update dependencies for python2 names Modified: pylint/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-14 00:11:36 UTC (rev 168677) +++ PKGBUILD2012-10-14 00:15:35 UTC (rev 168678) @@ -4,12 +4,12 @@ pkgname=pylint pkgver=0.25.2 -pkgrel=1 +pkgrel=2 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" arch=('any') url="http://www.logilab.org/project/pylint"; license=('GPL') -depends=('python-logilab-astng' 'python2') +depends=('python2-logilab-astng' 'python2') makedepends=('python2-distribute') optdepends=('tk: Pylint GUI') source=("http://download.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
[arch-commits] Commit in python-logilab-astng/repos (staging-any staging-any/PKGBUILD)
Date: Saturday, October 13, 2012 @ 20:11:36 Author: stephane Revision: 168677 archrelease: copy trunk to staging-any Added: python-logilab-astng/repos/staging-any/ python-logilab-astng/repos/staging-any/PKGBUILD (from rev 168676, python-logilab-astng/trunk/PKGBUILD) --+ PKGBUILD | 33 + 1 file changed, 33 insertions(+) Copied: python-logilab-astng/repos/staging-any/PKGBUILD (from rev 168676, python-logilab-astng/trunk/PKGBUILD) === --- staging-any/PKGBUILD(rev 0) +++ staging-any/PKGBUILD2012-10-14 00:11:36 UTC (rev 168677) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Stéphane Gaudreault +# Contributor: Alexander Fehr + +pkgbase=python-logilab-astng +pkgname=('python2-logilab-astng') +pkgver=0.24.0 +pkgrel=2 +pkgdesc="Extend python's abstract syntax tree" +arch=('any') +url="http://www.logilab.org/project/logilab-astng"; +license=('LGPL') +makedepends=('python2-distribute' 'python2-logilab-common') +source=(ftp://ftp.logilab.org/pub/astng/logilab-astng-${pkgver}.tar.gz) +sha1sums=('7883e6b87ae9defa33feb469924fcd9943214036') + +build() { + cd "${srcdir}/logilab-astng-${pkgver}" + + python2 setup.py build +} + +package_python2-logilab-astng() { + depends=('python2-logilab-common') + cd "${srcdir}/logilab-astng-${pkgver}" + + python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1 + + # Resolve conflict with python-logilab-common + rm -f "${pkgdir}"/usr/lib/python2.7/site-packages/logilab/__init__.py + + find "${pkgdir}"/usr/lib/python2.7/site-packages/logilab/astng/ -type f -exec chmod ugo+r {} \; +}
[arch-commits] Commit in python-logilab-astng/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 20:11:29 Author: stephane Revision: 168676 upgpkg: python-logilab-astng 0.24.0-2 rename for python2 Modified: python-logilab-astng/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 23:18:41 UTC (rev 168675) +++ PKGBUILD2012-10-14 00:11:29 UTC (rev 168676) @@ -2,15 +2,15 @@ # Maintainer: Stéphane Gaudreault # Contributor: Alexander Fehr -pkgname=python-logilab-astng +pkgbase=python-logilab-astng +pkgname=('python2-logilab-astng') pkgver=0.24.0 -pkgrel=1 +pkgrel=2 pkgdesc="Extend python's abstract syntax tree" arch=('any') url="http://www.logilab.org/project/logilab-astng"; license=('LGPL') -depends=('python-logilab-common') -makedepends=('python2-distribute') +makedepends=('python2-distribute' 'python2-logilab-common') source=(ftp://ftp.logilab.org/pub/astng/logilab-astng-${pkgver}.tar.gz) sha1sums=('7883e6b87ae9defa33feb469924fcd9943214036') @@ -20,7 +20,8 @@ python2 setup.py build } -package() { +package_python2-logilab-astng() { + depends=('python2-logilab-common') cd "${srcdir}/logilab-astng-${pkgver}" python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
[arch-commits] Commit in python-logilab-common/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 19:18:41 Author: stephane Revision: 168675 Split PKGBUILD needs additional makedepends ['python2-egenix-mx-base'] to work properly Modified: python-logilab-common/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 23:15:39 UTC (rev 168674) +++ PKGBUILD2012-10-13 23:18:41 UTC (rev 168675) @@ -10,7 +10,7 @@ arch=('any') url="http://www.logilab.org/project/logilab-common"; license=('LGPL') -makedepends=('python2' 'python2-distribute') +makedepends=('python2' 'python2-distribute' 'python2-egenix-mx-base') source=(http://download.logilab.org/pub/common/logilab-common-${pkgver}.tar.gz) sha1sums=('a1df7965bb9382f56047e616e420f49d6181a0b2')
[arch-commits] Commit in python-logilab-common/repos (2 files)
Date: Saturday, October 13, 2012 @ 19:15:39 Author: stephane Revision: 168674 archrelease: copy trunk to staging-any Added: python-logilab-common/repos/staging-any/ python-logilab-common/repos/staging-any/PKGBUILD (from rev 168673, python-logilab-common/trunk/PKGBUILD) --+ PKGBUILD | 31 +++ 1 file changed, 31 insertions(+) Copied: python-logilab-common/repos/staging-any/PKGBUILD (from rev 168673, python-logilab-common/trunk/PKGBUILD) === --- staging-any/PKGBUILD(rev 0) +++ staging-any/PKGBUILD2012-10-13 23:15:39 UTC (rev 168674) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Stéphane Gaudreault +# Contributor: Alexander Fehr + +pkgbase=python-logilab-common +pkgname=('python2-logilab-common') +pkgver=0.58.2 +pkgrel=2 +pkgdesc="Useful miscellaneous modules used by Logilab projects" +arch=('any') +url="http://www.logilab.org/project/logilab-common"; +license=('LGPL') +makedepends=('python2' 'python2-distribute') +source=(http://download.logilab.org/pub/common/logilab-common-${pkgver}.tar.gz) +sha1sums=('a1df7965bb9382f56047e616e420f49d6181a0b2') + +build() { + cd "${srcdir}/logilab-common-${pkgver}" + + python2 setup.py build +} + +package_python2-logilab-common() { + depends=('python2' 'python2-egenix-mx-base') + cd "${srcdir}/logilab-common-${pkgver}" + + python2 setup.py install --optimize=1 --skip-build --prefix=/usr --root="${pkgdir}" + + # fix permissions ... + find "${pkgdir}" -type f -exec chmod +r {} \; +}
[arch-commits] Commit in python-logilab-common/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 19:15:35 Author: stephane Revision: 168673 upgpkg: python-logilab-common 0.58.2-2 rename for python2 Modified: python-logilab-common/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 23:13:42 UTC (rev 168672) +++ PKGBUILD2012-10-13 23:15:35 UTC (rev 168673) @@ -2,15 +2,15 @@ # Maintainer: Stéphane Gaudreault # Contributor: Alexander Fehr -pkgname=python-logilab-common +pkgbase=python-logilab-common +pkgname=('python2-logilab-common') pkgver=0.58.2 -pkgrel=1 +pkgrel=2 pkgdesc="Useful miscellaneous modules used by Logilab projects" arch=('any') url="http://www.logilab.org/project/logilab-common"; license=('LGPL') -depends=('python2' 'python-egenix-mx-base') -makedepends=('python2-distribute') +makedepends=('python2' 'python2-distribute') source=(http://download.logilab.org/pub/common/logilab-common-${pkgver}.tar.gz) sha1sums=('a1df7965bb9382f56047e616e420f49d6181a0b2') @@ -20,7 +20,8 @@ python2 setup.py build } -package() { +package_python2-logilab-common() { + depends=('python2' 'python2-egenix-mx-base') cd "${srcdir}/logilab-common-${pkgver}" python2 setup.py install --optimize=1 --skip-build --prefix=/usr --root="${pkgdir}"
[arch-commits] Commit in openldap/repos (30 files)
Date: Saturday, October 13, 2012 @ 19:13:42 Author: eric Revision: 168672 db-move: moved openldap from [testing] to [core] (i686, x86_64) Added: openldap/repos/core-i686/PKGBUILD (from rev 168671, openldap/repos/testing-i686/PKGBUILD) openldap/repos/core-i686/ntlm.patch (from rev 168671, openldap/repos/testing-i686/ntlm.patch) openldap/repos/core-i686/openldap.install (from rev 168671, openldap/repos/testing-i686/openldap.install) openldap/repos/core-i686/slapd (from rev 168671, openldap/repos/testing-i686/slapd) openldap/repos/core-i686/slapd.default (from rev 168671, openldap/repos/testing-i686/slapd.default) openldap/repos/core-i686/slapd.service (from rev 168671, openldap/repos/testing-i686/slapd.service) openldap/repos/core-i686/slapd.tmpfiles (from rev 168671, openldap/repos/testing-i686/slapd.tmpfiles) openldap/repos/core-x86_64/PKGBUILD (from rev 168671, openldap/repos/testing-x86_64/PKGBUILD) openldap/repos/core-x86_64/ntlm.patch (from rev 168671, openldap/repos/testing-x86_64/ntlm.patch) openldap/repos/core-x86_64/openldap.install (from rev 168671, openldap/repos/testing-x86_64/openldap.install) openldap/repos/core-x86_64/slapd (from rev 168671, openldap/repos/testing-x86_64/slapd) openldap/repos/core-x86_64/slapd.default (from rev 168671, openldap/repos/testing-x86_64/slapd.default) openldap/repos/core-x86_64/slapd.service (from rev 168671, openldap/repos/testing-x86_64/slapd.service) openldap/repos/core-x86_64/slapd.tmpfiles (from rev 168671, openldap/repos/testing-x86_64/slapd.tmpfiles) Deleted: openldap/repos/core-i686/PKGBUILD openldap/repos/core-i686/ntlm.patch openldap/repos/core-i686/openldap.install openldap/repos/core-i686/slapd openldap/repos/core-i686/slapd.default openldap/repos/core-i686/slapd.service openldap/repos/core-i686/slapd.tmpfiles openldap/repos/core-x86_64/PKGBUILD openldap/repos/core-x86_64/ntlm.patch openldap/repos/core-x86_64/openldap.install openldap/repos/core-x86_64/slapd openldap/repos/core-x86_64/slapd.default openldap/repos/core-x86_64/slapd.service openldap/repos/core-x86_64/slapd.tmpfiles openldap/repos/testing-i686/ openldap/repos/testing-x86_64/ --+ core-i686/PKGBUILD | 208 +- core-i686/ntlm.patch | 460 - core-i686/openldap.install | 40 +-- core-i686/slapd | 98 core-i686/slapd.default | 12 - core-i686/slapd.service | 18 - core-i686/slapd.tmpfiles |2 core-x86_64/PKGBUILD | 208 +- core-x86_64/ntlm.patch | 460 - core-x86_64/openldap.install | 40 +-- core-x86_64/slapd| 98 core-x86_64/slapd.default| 12 - core-x86_64/slapd.service| 18 - core-x86_64/slapd.tmpfiles |2 14 files changed, 838 insertions(+), 838 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 168671:168672 to see the changes.
[arch-commits] Commit in python-egenix-mx-base/repos (4 files)
Date: Saturday, October 13, 2012 @ 19:05:54 Author: stephane Revision: 168671 archrelease: copy trunk to staging-i686, staging-x86_64 Added: python-egenix-mx-base/repos/staging-i686/ python-egenix-mx-base/repos/staging-i686/PKGBUILD (from rev 168670, python-egenix-mx-base/trunk/PKGBUILD) python-egenix-mx-base/repos/staging-x86_64/ python-egenix-mx-base/repos/staging-x86_64/PKGBUILD (from rev 168670, python-egenix-mx-base/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 31 +++ staging-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: python-egenix-mx-base/repos/staging-i686/PKGBUILD (from rev 168670, python-egenix-mx-base/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-10-13 23:05:54 UTC (rev 168671) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Stéphane Gaudreault +# Contributor: Douglas Soares de Andrade + +pkgbase=python-egenix-mx-base +pkgname=('python2-egenix-mx-base') +_origname=egenix-mx-base +pkgver=3.2.4 +pkgrel=2 +pkgdesc="A collection of Python tools" +arch=('i686' 'x86_64') +license=('custom') +url="http://www.egenix.com/products/python/mxBase/"; +makedepends=('python2') +source=("http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz";) +sha1sums=('22d7fcbd582177f9a43245eadc3644f3b48cc9a7') + +build() { + cd "${srcdir}/${_origname}-${pkgver}" + + find . -name \*.py -exec sed -i -e "s|^#!.*python|#!/usr/bin/python2|" {} \; + + python2 setup.py build +} + +package_python2-egenix-mx-base() { + depends=('python2>=2.7') + cd "${srcdir}/${_origname}-${pkgver}" + python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1 + install -D -m644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} Copied: python-egenix-mx-base/repos/staging-x86_64/PKGBUILD (from rev 168670, python-egenix-mx-base/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-10-13 23:05:54 UTC (rev 168671) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Stéphane Gaudreault +# Contributor: Douglas Soares de Andrade + +pkgbase=python-egenix-mx-base +pkgname=('python2-egenix-mx-base') +_origname=egenix-mx-base +pkgver=3.2.4 +pkgrel=2 +pkgdesc="A collection of Python tools" +arch=('i686' 'x86_64') +license=('custom') +url="http://www.egenix.com/products/python/mxBase/"; +makedepends=('python2') +source=("http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz";) +sha1sums=('22d7fcbd582177f9a43245eadc3644f3b48cc9a7') + +build() { + cd "${srcdir}/${_origname}-${pkgver}" + + find . -name \*.py -exec sed -i -e "s|^#!.*python|#!/usr/bin/python2|" {} \; + + python2 setup.py build +} + +package_python2-egenix-mx-base() { + depends=('python2>=2.7') + cd "${srcdir}/${_origname}-${pkgver}" + python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1 + install -D -m644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +}
[arch-commits] Commit in python-egenix-mx-base/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 19:05:42 Author: stephane Revision: 168670 upgpkg: python-egenix-mx-base 3.2.4-2 rename for python2 Modified: python-egenix-mx-base/trunk/PKGBUILD --+ PKGBUILD | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 22:15:37 UTC (rev 168669) +++ PKGBUILD2012-10-13 23:05:42 UTC (rev 168670) @@ -2,30 +2,29 @@ # Maintainer: Stéphane Gaudreault # Contributor: Douglas Soares de Andrade -pkgname=python-egenix-mx-base +pkgbase=python-egenix-mx-base +pkgname=('python2-egenix-mx-base') _origname=egenix-mx-base pkgver=3.2.4 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of Python tools" arch=('i686' 'x86_64') license=('custom') url="http://www.egenix.com/products/python/mxBase/"; -depends=('python2') -replaces=('egenix-mx-base') -provides=('egenix-mx-base') +makedepends=('python2') source=("http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz";) sha1sums=('22d7fcbd582177f9a43245eadc3644f3b48cc9a7') build() { cd "${srcdir}/${_origname}-${pkgver}" - find . -name \*.py -exec sed -i -e "s|#!/usr/bin/env python|#!/usr/bin/env python2|" \ - -e "s|#!/usr/local/.*python.*|#!/usr/bin/env python2|" {} \; + find . -name \*.py -exec sed -i -e "s|^#!.*python|#!/usr/bin/python2|" {} \; python2 setup.py build } -package() { +package_python2-egenix-mx-base() { + depends=('python2>=2.7') cd "${srcdir}/${_origname}-${pkgver}" python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1 install -D -m644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
[arch-commits] Commit in dbus-python/repos (4 files)
Date: Saturday, October 13, 2012 @ 18:15:37 Author: eric Revision: 168669 archrelease: copy trunk to staging-i686, staging-x86_64 Added: dbus-python/repos/staging-i686/ dbus-python/repos/staging-i686/PKGBUILD (from rev 168668, dbus-python/trunk/PKGBUILD) dbus-python/repos/staging-x86_64/ dbus-python/repos/staging-x86_64/PKGBUILD (from rev 168668, dbus-python/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 66 ++ staging-x86_64/PKGBUILD | 66 ++ 2 files changed, 132 insertions(+) Copied: dbus-python/repos/staging-i686/PKGBUILD (from rev 168668, dbus-python/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-10-13 22:15:37 UTC (rev 168669) @@ -0,0 +1,66 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgbase=dbus-python +pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common') +pkgver=1.1.1 +pkgrel=2 +pkgdesc="Python bindings for DBUS" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL') +url="http://www.freedesktop.org/wiki/Software/DBusBindings"; +makedepends=('docutils' 'dbus-glib' 'python' 'python2') +options=('!libtool') +source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz) +md5sums=('742c7432ad0f7c3f98291d58fa2e35dc') + +build() { + cd "${srcdir}" + mkdir build-python2 build-python3 + cd "${srcdir}/build-python2" + PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr + make + + + cd "${srcdir}/build-python3" + ../${pkgbase}-${pkgver}/configure --prefix=/usr + make +} + +package_python-dbus-common() { + pkgdesc="Common dbus-python files shared between python-dbus and python2-dbus" + conflicts=('dbus-python<1.1.0') + + cd "${srcdir}/build-python3" + make DESTDIR="${pkgdir}" install-data + rm -rf "${pkgdir}"/usr/lib/python* +} + +package_python-dbus() { + depends=('python-dbus-common' 'python' 'dbus-core') + optdepends=('dbus-glib: glib mainloop support') + pkgdesc="Python 3.3 bindings for DBUS" + + cd "${srcdir}/build-python3" + make DESTDIR="${pkgdir}" install + + rm -rf "${pkgdir}/usr/share" + rm -rf "${pkgdir}/usr/include" + rm -rf "${pkgdir}/usr/lib/pkgconfig" +} + +package_python2-dbus() { + depends=('python-dbus-common' 'python2' 'dbus-core') + optdepends=('dbus-glib: glib mainloop support') + pkgdesc="Python 2.7 bindings for DBUS" + replaces=('dbus-python') + conflicts=('dbus-python') + provides=("dbus-python=$pkgver") + + cd "${srcdir}/build-python2" + make DESTDIR="${pkgdir}" install + + rm -rf "${pkgdir}/usr/share" + rm -rf "${pkgdir}/usr/include" + rm -rf "${pkgdir}/usr/lib/pkgconfig" +} Copied: dbus-python/repos/staging-x86_64/PKGBUILD (from rev 168668, dbus-python/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-10-13 22:15:37 UTC (rev 168669) @@ -0,0 +1,66 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgbase=dbus-python +pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common') +pkgver=1.1.1 +pkgrel=2 +pkgdesc="Python bindings for DBUS" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL') +url="http://www.freedesktop.org/wiki/Software/DBusBindings"; +makedepends=('docutils' 'dbus-glib' 'python' 'python2') +options=('!libtool') +source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz) +md5sums=('742c7432ad0f7c3f98291d58fa2e35dc') + +build() { + cd "${srcdir}" + mkdir build-python2 build-python3 + cd "${srcdir}/build-python2" + PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr + make + + + cd "${srcdir}/build-python3" + ../${pkgbase}-${pkgver}/configure --prefix=/usr + make +} + +package_python-dbus-common() { + pkgdesc="Common dbus-python files shared between python-dbus and python2-dbus" + conflicts=('dbus-python<1.1.0') + + cd "${srcdir}/build-python3" + make DESTDIR="${pkgdir}" install-data + rm -rf "${pkgdir}"/usr/lib/python* +} + +package_python-dbus() { + depends=('python-dbus-common' 'python' 'dbus-core') + optdepends=('dbus-glib: glib mainloop support') + pkgdesc="Python 3.3 bindings for DBUS" + + cd "${srcdir}/build-python3" + make DESTDIR="${pkgdir}" install + + rm -rf "${pkgdir}/usr/share" + rm -rf "${pkgdir}/usr/include" + rm -rf "${pkgdir}/usr/lib/pkgconfig" +} + +package_python2-dbus() { + depends=('python-dbus-common' 'python2' 'dbus-core') + optdepends=('dbus-glib: glib mainloop support') + pkgdesc="Python 2.7 bindings for DBUS" + replaces=('dbus-python') + conflicts=('dbus-python') + provides=("dbus-python=$pkgver") + + cd "${srcdir}/build-python2" + make DESTDIR="${pkgdir}" install + + rm -rf "${pkgdir}/usr/share" + rm -rf "${pkgdir}/usr/include" + rm -rf "${pkgdir}/usr/lib/pkgconfig" +}
[arch-commits] Commit in dbus-python/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 18:15:14 Author: eric Revision: 168668 upgpkg: dbus-python 1.1.1-2 Rebuild against python 3.3 Modified: dbus-python/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 21:58:25 UTC (rev 168667) +++ PKGBUILD2012-10-13 22:15:14 UTC (rev 168668) @@ -4,7 +4,7 @@ pkgbase=dbus-python pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common') pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for DBUS" arch=('i686' 'x86_64') license=('GPL' 'LGPL') @@ -39,7 +39,7 @@ package_python-dbus() { depends=('python-dbus-common' 'python' 'dbus-core') optdepends=('dbus-glib: glib mainloop support') - pkgdesc="Python 3.2 bindings for DBUS" + pkgdesc="Python 3.3 bindings for DBUS" cd "${srcdir}/build-python3" make DESTDIR="${pkgdir}" install
[arch-commits] Commit in pycrypto/repos (4 files)
Date: Saturday, October 13, 2012 @ 17:58:25 Author: eric Revision: 168667 archrelease: copy trunk to staging-i686, staging-x86_64 Added: pycrypto/repos/staging-i686/ pycrypto/repos/staging-i686/PKGBUILD (from rev 168666, pycrypto/trunk/PKGBUILD) pycrypto/repos/staging-x86_64/ pycrypto/repos/staging-x86_64/PKGBUILD (from rev 168666, pycrypto/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 52 ++ staging-x86_64/PKGBUILD | 52 ++ 2 files changed, 104 insertions(+) Copied: pycrypto/repos/staging-i686/PKGBUILD (from rev 168666, pycrypto/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-10-13 21:58:25 UTC (rev 168667) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Kritoke + +pkgbase=pycrypto +pkgname=('python2-crypto' 'python-crypto') +pkgver=2.6 +pkgrel=3 +arch=('i686' 'x86_64') +makedepends=('python2' 'python') +url="http://www.dlitz.net/software/pycrypto/"; +license=('custom') +source=("http://ftp.dlitz.net/pub/dlitz/crypto/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";) +sha256sums=('7293c9d7e8af2e44a82f86eb9c3b058880f4bcc884bf3ad6c8a34b64986edde8') + +build() { + cd "${srcdir}" + find ${pkgbase}-${pkgver}/LEGAL -type f -exec chmod 644 {} \; + find ${pkgbase}-${pkgver}/LEGAL -type d -exec chmod 755 {} \; + + cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-py3 + cd "${srcdir}/${pkgbase}-${pkgver}" + python2 setup.py build + + cd "${srcdir}/${pkgbase}-${pkgver}-py3" + python setup.py build +} + +package_python2-crypto() { + pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Python 2." + depends=('python2') + replaces=('pycrypto') + conflicts=('pycrypto') + provides=("pycrypto=${pkgver}") + + cd "${srcdir}/${pkgbase}-${pkgver}" + python2 setup.py install --root="${pkgdir}" --optimize=1 + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/" + cp -r LEGAL "${pkgdir}/usr/share/licenses/${pkgname}/" +} + +package_python-crypto() { + pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Python 3." + depends=('python') + + cd "${srcdir}/${pkgbase}-${pkgver}-py3" + python setup.py install --root="${pkgdir}" --optimize=1 + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/" + cp -r LEGAL "${pkgdir}/usr/share/licenses/${pkgname}/" +} Copied: pycrypto/repos/staging-x86_64/PKGBUILD (from rev 168666, pycrypto/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-10-13 21:58:25 UTC (rev 168667) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Kritoke + +pkgbase=pycrypto +pkgname=('python2-crypto' 'python-crypto') +pkgver=2.6 +pkgrel=3 +arch=('i686' 'x86_64') +makedepends=('python2' 'python') +url="http://www.dlitz.net/software/pycrypto/"; +license=('custom') +source=("http://ftp.dlitz.net/pub/dlitz/crypto/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";) +sha256sums=('7293c9d7e8af2e44a82f86eb9c3b058880f4bcc884bf3ad6c8a34b64986edde8') + +build() { + cd "${srcdir}" + find ${pkgbase}-${pkgver}/LEGAL -type f -exec chmod 644 {} \; + find ${pkgbase}-${pkgver}/LEGAL -type d -exec chmod 755 {} \; + + cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-py3 + cd "${srcdir}/${pkgbase}-${pkgver}" + python2 setup.py build + + cd "${srcdir}/${pkgbase}-${pkgver}-py3" + python setup.py build +} + +package_python2-crypto() { + pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Python 2." + depends=('python2') + replaces=('pycrypto') + conflicts=('pycrypto') + provides=("pycrypto=${pkgver}") + + cd "${srcdir}/${pkgbase}-${pkgver}" + python2 setup.py install --root="${pkgdir}" --optimize=1 + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/" + cp -r LEGAL "${pkgdir}/usr/share/licenses/${pkgname}/" +} + +package_python-crypto() { + pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Python 3." + depends=('python') + + cd "${srcdir}/${pkgbase}-${pkgver}-py3" + python setup.py install --root="${pkgdir}" --optimize=1 + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/" + cp -r LEGAL "${pkgdir}/usr/share/licenses/${pkgname}/" +}
[arch-commits] Commit in pycrypto/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 17:58:12 Author: eric Revision: 168666 upgpkg: pycrypto 2.6-3 Rebuild against python 3.3 Modified: pycrypto/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 21:42:44 UTC (rev 168665) +++ PKGBUILD2012-10-13 21:58:12 UTC (rev 168666) @@ -5,7 +5,7 @@ pkgbase=pycrypto pkgname=('python2-crypto' 'python-crypto') pkgver=2.6 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') makedepends=('python2' 'python') url="http://www.dlitz.net/software/pycrypto/";
[arch-commits] Commit in cabal-install/repos (6 files)
Date: Saturday, October 13, 2012 @ 17:42:44 Author: tdziedzic Revision: 168665 archrelease: copy trunk to extra-i686, extra-x86_64 Added: cabal-install/repos/extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch (from rev 168664, cabal-install/trunk/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch) cabal-install/repos/extra-i686/PKGBUILD (from rev 168664, cabal-install/trunk/PKGBUILD) cabal-install/repos/extra-x86_64/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch (from rev 168664, cabal-install/trunk/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch) cabal-install/repos/extra-x86_64/PKGBUILD (from rev 168664, cabal-install/trunk/PKGBUILD) Deleted: cabal-install/repos/extra-i686/PKGBUILD cabal-install/repos/extra-x86_64/PKGBUILD --+ extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch | 27 +++ extra-i686/PKGBUILD | 90 +- extra-x86_64/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch | 27 +++ extra-x86_64/PKGBUILD| 90 +- 4 files changed, 148 insertions(+), 86 deletions(-) Copied: cabal-install/repos/extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch (from rev 168664, cabal-install/trunk/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch) === --- extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch (rev 0) +++ extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch 2012-10-13 21:42:44 UTC (rev 168665) @@ -0,0 +1,27 @@ +From 47e1a496c9a7124c28d420afe202e5bbb01ce02e Mon Sep 17 00:00:00 2001 +From: Thomas Dziedzic +Date: Sat, 13 Oct 2012 20:37:09 -0700 +Subject: [PATCH] disable setting jobs due to cabal 1.16.0 bug shipped with + ghc 7.6.1 + +--- + Distribution/Client/Config.hs | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/Distribution/Client/Config.hs b/Distribution/Client/Config.hs +index 93e5a52..ecbc6f7 100644 +--- a/Distribution/Client/Config.hs b/Distribution/Client/Config.hs +@@ -202,8 +202,7 @@ initialSavedConfig = do + }, + savedInstallFlags= mempty { + installSummaryFile = [toPathTemplate (logsDir "build.log")], +- installBuildReports= toFlag AnonymousReports, +- installNumJobs = toFlag (Just numberOfProcessors) ++ installBuildReports= toFlag AnonymousReports + } + } + +-- +1.7.12.3 + Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 21:29:34 UTC (rev 168664) +++ extra-i686/PKGBUILD 2012-10-13 21:42:44 UTC (rev 168665) @@ -1,43 +0,0 @@ -# Maintainer: Thomas Dziedzic -# Maintainer: Vesa Kaihlavirta -# Contributor: Arch Haskell Team - -pkgname=cabal-install -pkgver=1.16.0 -pkgrel=1 -pkgdesc="The command-line interface for Cabal and Hackage." -url="http://hackage.haskell.org/package/cabal-install"; -license=('custom:BSD3') -arch=('i686' 'x86_64') -makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3') -depends=('ghc' 'gmp' 'zlib') -source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";) -md5sums=('da046116eee7664158411fa9e2cf6b14') - -build() { - cd cabal-install-${pkgver} - - runhaskell Setup configure \ ---enable-shared \ ---enable-split-objs \ ---enable-executable-stripping \ ---prefix=/usr - - runhaskell Setup build -} - -package() { - cd cabal-install-${pkgver} - - runhaskell Setup copy --destdir=$pkgdir - - # rm license installed to wrong location - rm -rf ${pkgdir}/usr/share/doc - - install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE - - # add bash completion - install -d ${pkgdir}/usr/share/bash-completion/completions - install -m644 bash-completion/cabal \ -${pkgdir}/usr/share/bash-completion/completions -} Copied: cabal-install/repos/extra-i686/PKGBUILD (from rev 168664, cabal-install/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 21:42:44 UTC (rev 168665) @@ -0,0 +1,47 @@ +# Maintainer: Thomas Dziedzic +# Maintainer: Vesa Kaihlavirta +# Contributor: Arch Haskell Team + +pkgname=cabal-install +pkgver=1.16.0 +pkgrel=2 +pkgdesc="The command-line interface for Cabal and Hackage." +url="http://hackage.haskell.org/package/cabal-install"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 'haskell-mtl=2.1.2-1' 'haskell-netwo
[arch-commits] Commit in cabal-install/trunk (2 files)
Date: Saturday, October 13, 2012 @ 17:29:34 Author: tdziedzic Revision: 168664 add cabal-install fix for buggy cabal in ghc 7.6.1 Added: cabal-install/trunk/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch Modified: cabal-install/trunk/PKGBUILD -+ 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch | 27 ++ PKGBUILD| 10 ++- 2 files changed, 34 insertions(+), 3 deletions(-) Added: 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch === --- 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch (rev 0) +++ 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch 2012-10-13 21:29:34 UTC (rev 168664) @@ -0,0 +1,27 @@ +From 47e1a496c9a7124c28d420afe202e5bbb01ce02e Mon Sep 17 00:00:00 2001 +From: Thomas Dziedzic +Date: Sat, 13 Oct 2012 20:37:09 -0700 +Subject: [PATCH] disable setting jobs due to cabal 1.16.0 bug shipped with + ghc 7.6.1 + +--- + Distribution/Client/Config.hs | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/Distribution/Client/Config.hs b/Distribution/Client/Config.hs +index 93e5a52..ecbc6f7 100644 +--- a/Distribution/Client/Config.hs b/Distribution/Client/Config.hs +@@ -202,8 +202,7 @@ initialSavedConfig = do + }, + savedInstallFlags= mempty { + installSummaryFile = [toPathTemplate (logsDir "build.log")], +- installBuildReports= toFlag AnonymousReports, +- installNumJobs = toFlag (Just numberOfProcessors) ++ installBuildReports= toFlag AnonymousReports + } + } + +-- +1.7.12.3 + Modified: PKGBUILD === --- PKGBUILD2012-10-13 21:20:26 UTC (rev 168663) +++ PKGBUILD2012-10-13 21:29:34 UTC (rev 168664) @@ -4,19 +4,23 @@ pkgname=cabal-install pkgver=1.16.0 -pkgrel=1 +pkgrel=2 pkgdesc="The command-line interface for Cabal and Hackage." url="http://hackage.haskell.org/package/cabal-install"; license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3') depends=('ghc' 'gmp' 'zlib') -source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";) -md5sums=('da046116eee7664158411fa9e2cf6b14') +source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz"; +'0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch') +md5sums=('da046116eee7664158411fa9e2cf6b14' + 'd4705a398588efe6dbbcf6f4c3185a7d') build() { cd cabal-install-${pkgver} + patch -Np1 -i ${srcdir}/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch + runhaskell Setup configure \ --enable-shared \ --enable-split-objs \
[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 17:20:26 Author: eric Revision: 168663 Update depends Modified: python-telepathy/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 21:18:10 UTC (rev 168662) +++ PKGBUILD2012-10-13 21:20:26 UTC (rev 168663) @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org"; license=('LGPL') -depends=('dbus-python') +depends=('python2-dbus') makedepends=('libxslt') conflicts=('python-telepathy') replaces=('python-telepathy')
[arch-commits] Commit in zope-interface/repos (staging-any staging-any/PKGBUILD)
Date: Saturday, October 13, 2012 @ 17:18:10 Author: eric Revision: 168662 archrelease: copy trunk to staging-any Added: zope-interface/repos/staging-any/ zope-interface/repos/staging-any/PKGBUILD (from rev 168661, zope-interface/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: zope-interface/repos/staging-any/PKGBUILD (from rev 168661, zope-interface/trunk/PKGBUILD) === --- staging-any/PKGBUILD(rev 0) +++ staging-any/PKGBUILD2012-10-13 21:18:10 UTC (rev 168662) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Douglas Soares de Andrade + +pkgbase=zope-interface +pkgname=('python-zope-interface' 'python2-zope-interface') +pkgver=4.0.1 +pkgrel=1 +license=('ZPL') +arch=('any') +url="http://pypi.python.org/pypi/zope.interface"; +makedepends=('python-distribute' 'python2-distribute') +source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz) +md5sums=('d171f8f8a6997409c7680f1dbb3b7e45') + +build() { + cd "${srcdir}" + cp -a zope.interface-${pkgver}{,-python2} + + #build python3 module + cd "${srcdir}/zope.interface-${pkgver}" + python setup.py build + + #build python2 module + cd "${srcdir}/zope.interface-${pkgver}-python2" + python2 setup.py build +} + +package_python-zope-interface() { + pkgdesc=('Zope Interfaces for Python3') + depends=('python') + cd "${srcdir}/zope.interface-${pkgver}" + python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 + cp src/zope/__init__.py "${pkgdir}/usr/lib/python3.3/site-packages/zope/" + #delete debug + rm "${pkgdir}"/usr/lib/python3.3/site-packages/zope/interface/_zope_interface_coptimizations.cpython-33m.so +} + +package_python2-zope-interface(){ + pkgdesc=('Zope Interfaces for Python2') + depends=('python2') + replaces=('zope-interface') + provides=('zope-interface') + cd "${srcdir}/zope.interface-${pkgver}-python2" + python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 + cp src/zope/__init__.py "${pkgdir}/usr/lib/python2.7/site-packages/zope/" + #delete debug + rm "${pkgdir}"/usr/lib/python2.7/site-packages/zope/interface/_zope_interface_coptimizations.so +}
[arch-commits] Commit in zope-interface/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 17:18:01 Author: eric Revision: 168661 upgpkg: zope-interface 4.0.1-1 Upstream update, Rebuild against python 3.3 Modified: zope-interface/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 20:59:47 UTC (rev 168660) +++ PKGBUILD2012-10-13 21:18:01 UTC (rev 168661) @@ -4,14 +4,14 @@ pkgbase=zope-interface pkgname=('python-zope-interface' 'python2-zope-interface') -pkgver=3.8.0 +pkgver=4.0.1 pkgrel=1 license=('ZPL') arch=('any') url="http://pypi.python.org/pypi/zope.interface"; makedepends=('python-distribute' 'python2-distribute') source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz) -md5sums=('8ab837320b4532774c9c89f030d2a389') +md5sums=('d171f8f8a6997409c7680f1dbb3b7e45') build() { cd "${srcdir}" @@ -31,9 +31,9 @@ depends=('python') cd "${srcdir}/zope.interface-${pkgver}" python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 - cp src/zope/__init__.py "${pkgdir}/usr/lib/python3.2/site-packages/zope/" + cp src/zope/__init__.py "${pkgdir}/usr/lib/python3.3/site-packages/zope/" #delete debug - rm "${pkgdir}"/usr/lib/python3.2/site-packages/zope/interface/_zope_interface_coptimizations.cpython-32mu.so + rm "${pkgdir}"/usr/lib/python3.3/site-packages/zope/interface/_zope_interface_coptimizations.cpython-33m.so } package_python2-zope-interface(){
[arch-commits] Commit in python-telepathy/repos (4 files)
Date: Saturday, October 13, 2012 @ 16:59:47 Author: eric Revision: 168660 archrelease: copy trunk to extra-i686, extra-x86_64 Added: python-telepathy/repos/extra-i686/PKGBUILD (from rev 168659, python-telepathy/trunk/PKGBUILD) python-telepathy/repos/extra-x86_64/PKGBUILD (from rev 168659, python-telepathy/trunk/PKGBUILD) Deleted: python-telepathy/repos/extra-i686/PKGBUILD python-telepathy/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 54 +--- extra-x86_64/PKGBUILD | 54 +--- 2 files changed, 58 insertions(+), 50 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 20:59:31 UTC (rev 168659) +++ extra-i686/PKGBUILD 2012-10-13 20:59:47 UTC (rev 168660) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Daniel Balieiro -pkgname=python-telepathy -pkgver=0.15.19 -pkgrel=2 -pkgdesc="Python libraries for use in Telepathy clients and connection managers" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -license=('LGPL') -depends=('dbus-python') -makedepends=('libxslt') -source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz) -md5sums=('f7ca25ab3c88874015b7e9728f7f3017') - -build() { -cd "${srcdir}/telepathy-python-${pkgver}" -./configure --prefix=/usr -make -} - -package() { -cd "${srcdir}/telepathy-python-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: python-telepathy/repos/extra-i686/PKGBUILD (from rev 168659, python-telepathy/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 20:59:47 UTC (rev 168660) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Daniel Balieiro +pkgbase=python-telepathy +pkgname=('python2-telepathy') +pkgver=0.15.19 +pkgrel=3 +pkgdesc="Python libraries for use in Telepathy clients and connection managers" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +license=('LGPL') +depends=('dbus-python') +makedepends=('libxslt') +conflicts=('python-telepathy') +replaces=('python-telepathy') +source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz{,.asc}) +md5sums=('f7ca25ab3c88874015b7e9728f7f3017' + '3f0e1af0452d62a0c0aab916e045579c') + +build() { +cd "${srcdir}/telepathy-python-${pkgver}" +./configure --prefix=/usr +make +} + +package_python2-telepathy() { +cd "${srcdir}/telepathy-python-${pkgver}" +make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-10-13 20:59:31 UTC (rev 168659) +++ extra-x86_64/PKGBUILD 2012-10-13 20:59:47 UTC (rev 168660) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Daniel Balieiro -pkgname=python-telepathy -pkgver=0.15.19 -pkgrel=2 -pkgdesc="Python libraries for use in Telepathy clients and connection managers" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -license=('LGPL') -depends=('dbus-python') -makedepends=('libxslt') -source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz) -md5sums=('f7ca25ab3c88874015b7e9728f7f3017') - -build() { -cd "${srcdir}/telepathy-python-${pkgver}" -./configure --prefix=/usr -make -} - -package() { -cd "${srcdir}/telepathy-python-${pkgver}" -make DESTDIR="${pkgdir}" install -} Copied: python-telepathy/repos/extra-x86_64/PKGBUILD (from rev 168659, python-telepathy/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-10-13 20:59:47 UTC (rev 168660) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Daniel Balieiro +pkgbase=python-telepathy +pkgname=('python2-telepathy') +pkgver=0.15.19 +pkgrel=3 +pkgdesc="Python libraries for use in Telepathy clients and connection managers" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +license=('LGPL') +depends=('dbus-python') +makedepends=('libxslt') +conflicts=('python-telepathy') +replaces=('python-telepathy') +source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz{,.asc}) +md5sums=('f7ca25ab3c88874015b7e9728f7f3017' + '3f0e1af0452d62a0c0aab916e045579c') + +build() { +cd "${srcdir}/telepathy-python-${pkgver}" +./configure --prefix=/usr +make +} + +package_python2-telepathy() { +cd "${srcdir}/telepathy-python-${pkgver}" +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 16:59:31 Author: eric Revision: 168659 upgpkg: python-telepathy 0.15.19-3 Rename to python2-telepathy Modified: python-telepathy/trunk/PKGBUILD --+ PKGBUILD | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 20:56:07 UTC (rev 168658) +++ PKGBUILD2012-10-13 20:59:31 UTC (rev 168659) @@ -1,17 +1,21 @@ # $Id$ # Maintainer: Ionut Biru # Contributor: Daniel Balieiro -pkgname=python-telepathy +pkgbase=python-telepathy +pkgname=('python2-telepathy') pkgver=0.15.19 -pkgrel=2 +pkgrel=3 pkgdesc="Python libraries for use in Telepathy clients and connection managers" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org"; license=('LGPL') depends=('dbus-python') makedepends=('libxslt') -source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz) -md5sums=('f7ca25ab3c88874015b7e9728f7f3017') +conflicts=('python-telepathy') +replaces=('python-telepathy') +source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz{,.asc}) +md5sums=('f7ca25ab3c88874015b7e9728f7f3017' + '3f0e1af0452d62a0c0aab916e045579c') build() { cd "${srcdir}/telepathy-python-${pkgver}" @@ -19,7 +23,7 @@ make } -package() { +package_python2-telepathy() { cd "${srcdir}/telepathy-python-${pkgver}" make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in wpa_supplicant/repos (8 files)
Date: Saturday, October 13, 2012 @ 16:56:07 Author: thomas Revision: 168658 archrelease: copy trunk to testing-i686, testing-x86_64 Added: wpa_supplicant/repos/testing-i686/ wpa_supplicant/repos/testing-i686/PKGBUILD (from rev 168657, wpa_supplicant/trunk/PKGBUILD) wpa_supplicant/repos/testing-i686/config (from rev 168657, wpa_supplicant/trunk/config) wpa_supplicant/repos/testing-i686/hostap_allow-linking-with-libnl-3.2.patch (from rev 168657, wpa_supplicant/trunk/hostap_allow-linking-with-libnl-3.2.patch) wpa_supplicant/repos/testing-x86_64/ wpa_supplicant/repos/testing-x86_64/PKGBUILD (from rev 168657, wpa_supplicant/trunk/PKGBUILD) wpa_supplicant/repos/testing-x86_64/config (from rev 168657, wpa_supplicant/trunk/config) wpa_supplicant/repos/testing-x86_64/hostap_allow-linking-with-libnl-3.2.patch (from rev 168657, wpa_supplicant/trunk/hostap_allow-linking-with-libnl-3.2.patch) --+ testing-i686/PKGBUILD| 55 + testing-i686/config | 482 + testing-i686/hostap_allow-linking-with-libnl-3.2.patch | 12 testing-x86_64/PKGBUILD | 55 + testing-x86_64/config| 482 + testing-x86_64/hostap_allow-linking-with-libnl-3.2.patch | 12 6 files changed, 1098 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 168657:168658 to see the changes.
[arch-commits] Commit in wpa_supplicant/trunk (PKGBUILD config)
Date: Saturday, October 13, 2012 @ 16:55:46 Author: thomas Revision: 168657 upgpkg: wpa_supplicant 1.0-2: add some options, see FS#31464 Modified: wpa_supplicant/trunk/PKGBUILD wpa_supplicant/trunk/config --+ PKGBUILD |4 ++-- config | 14 ++ 2 files changed, 16 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 20:46:01 UTC (rev 168656) +++ PKGBUILD2012-10-13 20:55:46 UTC (rev 168657) @@ -3,7 +3,7 @@ pkgname=wpa_supplicant pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A utility providing key negotiation for WPA wireless networks" url="http://hostap.epitest.fi/wpa_supplicant"; arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ source=("http://w1.fi/releases/${pkgname}-${pkgver}.tar.gz"; config hostap_allow-linking-with-libnl-3.2.patch) md5sums=('8650f6aa23646ef634402552d0669640' - '380d8d1fe24bccb2a2636cb2a6038c39' + 'c035e45e8e240239eecd7402f235fb3b' '473fb6b77909ec5a50b6f4d91370e86b') build() { Modified: config === --- config 2012-10-13 20:46:01 UTC (rev 168656) +++ config 2012-10-13 20:55:46 UTC (rev 168657) @@ -466,3 +466,17 @@ #CONFIG_INTERWORKING=y CONFIG_LIBNL32=y + +# More options that are not in defconfig: + +# Lightweight AP mode +CONFIG_AP=y + +# P2P (WiFi Direct) +CONFIG_P2P=y + +# RSN IBSS/AdHoc support +CONFIG_IBSS_RSN=y + +# Simple background scan +CONFIG_BGSCAN_SIMPLE=y
[arch-commits] Commit in ppp/repos (32 files)
Date: Saturday, October 13, 2012 @ 16:46:01 Author: thomas Revision: 168656 archrelease: copy trunk to testing-i686, testing-x86_64 Added: ppp/repos/testing-i686/ ppp/repos/testing-i686/PKGBUILD (from rev 168654, ppp/trunk/PKGBUILD) ppp/repos/testing-i686/ip-down (from rev 168654, ppp/trunk/ip-down) ppp/repos/testing-i686/ip-down.d.dns.sh (from rev 168654, ppp/trunk/ip-down.d.dns.sh) ppp/repos/testing-i686/ip-up (from rev 168654, ppp/trunk/ip-up) ppp/repos/testing-i686/ip-up.d.dns.sh (from rev 168654, ppp/trunk/ip-up.d.dns.sh) ppp/repos/testing-i686/ipv6-down (from rev 168654, ppp/trunk/ipv6-down) ppp/repos/testing-i686/ipv6-up (from rev 168654, ppp/trunk/ipv6-up) ppp/repos/testing-i686/ipv6-up.d.iface-config.sh (from rev 168654, ppp/trunk/ipv6-up.d.iface-config.sh) ppp/repos/testing-i686/options (from rev 168654, ppp/trunk/options) ppp/repos/testing-i686/plog (from rev 168654, ppp/trunk/plog) ppp/repos/testing-i686/poff (from rev 168654, ppp/trunk/poff) ppp/repos/testing-i686/pon (from rev 168654, ppp/trunk/pon) ppp/repos/testing-i686/pon.1 (from rev 168654, ppp/trunk/pon.1) ppp/repos/testing-i686/ppp (from rev 168654, ppp/trunk/ppp) ppp/repos/testing-i686/ppp.systemd (from rev 168654, ppp/trunk/ppp.systemd) ppp/repos/testing-x86_64/ ppp/repos/testing-x86_64/PKGBUILD (from rev 168655, ppp/trunk/PKGBUILD) ppp/repos/testing-x86_64/ip-down (from rev 168655, ppp/trunk/ip-down) ppp/repos/testing-x86_64/ip-down.d.dns.sh (from rev 168655, ppp/trunk/ip-down.d.dns.sh) ppp/repos/testing-x86_64/ip-up (from rev 168655, ppp/trunk/ip-up) ppp/repos/testing-x86_64/ip-up.d.dns.sh (from rev 168655, ppp/trunk/ip-up.d.dns.sh) ppp/repos/testing-x86_64/ipv6-down (from rev 168655, ppp/trunk/ipv6-down) ppp/repos/testing-x86_64/ipv6-up (from rev 168655, ppp/trunk/ipv6-up) ppp/repos/testing-x86_64/ipv6-up.d.iface-config.sh (from rev 168655, ppp/trunk/ipv6-up.d.iface-config.sh) ppp/repos/testing-x86_64/options (from rev 168655, ppp/trunk/options) ppp/repos/testing-x86_64/plog (from rev 168655, ppp/trunk/plog) ppp/repos/testing-x86_64/poff (from rev 168655, ppp/trunk/poff) ppp/repos/testing-x86_64/pon (from rev 168655, ppp/trunk/pon) ppp/repos/testing-x86_64/pon.1 (from rev 168655, ppp/trunk/pon.1) ppp/repos/testing-x86_64/ppp (from rev 168655, ppp/trunk/ppp) ppp/repos/testing-x86_64/ppp.systemd (from rev 168655, ppp/trunk/ppp.systemd) --+ testing-i686/PKGBUILD| 94 +++ testing-i686/ip-down | 12 testing-i686/ip-down.d.dns.sh|3 testing-i686/ip-up | 12 testing-i686/ip-up.d.dns.sh |7 testing-i686/ipv6-down | 12 testing-i686/ipv6-up | 12 testing-i686/ipv6-up.d.iface-config.sh |4 testing-i686/options | 352 + testing-i686/plog|7 testing-i686/poff| 103 testing-i686/pon | 32 ++ testing-i686/pon.1 | 121 + testing-i686/ppp | 36 ++ testing-i686/ppp.systemd |9 testing-x86_64/PKGBUILD | 94 +++ testing-x86_64/ip-down | 12 testing-x86_64/ip-down.d.dns.sh |3 testing-x86_64/ip-up | 12 testing-x86_64/ip-up.d.dns.sh|7 testing-x86_64/ipv6-down | 12 testing-x86_64/ipv6-up | 12 testing-x86_64/ipv6-up.d.iface-config.sh |4 testing-x86_64/options | 352 + testing-x86_64/plog |7 testing-x86_64/poff | 103 testing-x86_64/pon | 32 ++ testing-x86_64/pon.1 | 121 + testing-x86_64/ppp | 36 ++ testing-x86_64/ppp.systemd |9 30 files changed, 1632 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 168655:168656 to see the changes.
[arch-commits] Commit in python-markupsafe/repos (4 files)
Date: Saturday, October 13, 2012 @ 16:45:16 Author: eric Revision: 168655 archrelease: copy trunk to staging-i686, staging-x86_64 Added: python-markupsafe/repos/staging-i686/ python-markupsafe/repos/staging-i686/PKGBUILD (from rev 168654, python-markupsafe/trunk/PKGBUILD) python-markupsafe/repos/staging-x86_64/ python-markupsafe/repos/staging-x86_64/PKGBUILD (from rev 168654, python-markupsafe/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 41 + staging-x86_64/PKGBUILD | 41 + 2 files changed, 82 insertions(+) Copied: python-markupsafe/repos/staging-i686/PKGBUILD (from rev 168654, python-markupsafe/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-10-13 20:45:16 UTC (rev 168655) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Alex Anthony + +pkgname=('python-markupsafe' 'python2-markupsafe') +pkgver=0.15 +pkgrel=2 +pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python" +arch=('i686' 'x86_64') +url="http://pypi.python.org/pypi/MarkupSafe"; +license=('custom') +makedepends=('python-distribute' 'python2-distribute') +source=("http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz";) +md5sums=('4e7c4d965fe5e033fa2d7bb7746bb186') + +build() { + cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver} + cd "${srcdir}/MarkupSafe-${pkgver}" + python setup.py build + + cd "${srcdir}/python2-MarkupSafe-${pkgver}" + python2 setup.py build +} + +package_python-markupsafe() { + depends=('python') + + cd "${srcdir}/MarkupSafe-${pkgver}" + python setup.py install --root="${pkgdir}" --optimize=1 + + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE" +} + +package_python2-markupsafe() { + depends=('python2') + + cd "${srcdir}/python2-MarkupSafe-${pkgver}" + python2 setup.py install --root="${pkgdir}" --optimize=1 + + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE" +} Copied: python-markupsafe/repos/staging-x86_64/PKGBUILD (from rev 168654, python-markupsafe/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-10-13 20:45:16 UTC (rev 168655) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Alex Anthony + +pkgname=('python-markupsafe' 'python2-markupsafe') +pkgver=0.15 +pkgrel=2 +pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python" +arch=('i686' 'x86_64') +url="http://pypi.python.org/pypi/MarkupSafe"; +license=('custom') +makedepends=('python-distribute' 'python2-distribute') +source=("http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz";) +md5sums=('4e7c4d965fe5e033fa2d7bb7746bb186') + +build() { + cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver} + cd "${srcdir}/MarkupSafe-${pkgver}" + python setup.py build + + cd "${srcdir}/python2-MarkupSafe-${pkgver}" + python2 setup.py build +} + +package_python-markupsafe() { + depends=('python') + + cd "${srcdir}/MarkupSafe-${pkgver}" + python setup.py install --root="${pkgdir}" --optimize=1 + + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE" +} + +package_python2-markupsafe() { + depends=('python2') + + cd "${srcdir}/python2-MarkupSafe-${pkgver}" + python2 setup.py install --root="${pkgdir}" --optimize=1 + + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE" +}
[arch-commits] Commit in python-markupsafe/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 16:45:02 Author: eric Revision: 168654 upgpkg: python-markupsafe 0.15-2 Rebuild against python 3.3 Modified: python-markupsafe/trunk/PKGBUILD --+ PKGBUILD | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 20:35:10 UTC (rev 168653) +++ PKGBUILD2012-10-13 20:45:02 UTC (rev 168654) @@ -4,7 +4,7 @@ pkgname=('python-markupsafe' 'python2-markupsafe') pkgver=0.15 -pkgrel=1 +pkgrel=2 pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python" arch=('i686' 'x86_64') url="http://pypi.python.org/pypi/MarkupSafe"; @@ -15,27 +15,27 @@ build() { cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver} - cd ${srcdir}/MarkupSafe-${pkgver} + cd "${srcdir}/MarkupSafe-${pkgver}" python setup.py build - cd ${srcdir}/python2-MarkupSafe-${pkgver} + cd "${srcdir}/python2-MarkupSafe-${pkgver}" python2 setup.py build } package_python-markupsafe() { depends=('python') - cd ${srcdir}/MarkupSafe-${pkgver} - python setup.py install --root=${pkgdir} --optimize=1 + cd "${srcdir}/MarkupSafe-${pkgver}" + python setup.py install --root="${pkgdir}" --optimize=1 - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE" } package_python2-markupsafe() { depends=('python2') - cd ${srcdir}/python2-MarkupSafe-${pkgver} - python2 setup.py install --root=${pkgdir} --optimize=1 + cd "${srcdir}/python2-MarkupSafe-${pkgver}" + python2 setup.py install --root="${pkgdir}" --optimize=1 - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE" }
[arch-commits] Commit in python-chardet/repos (staging-any staging-any/PKGBUILD)
Date: Saturday, October 13, 2012 @ 16:35:10 Author: eric Revision: 168653 archrelease: copy trunk to staging-any Added: python-chardet/repos/staging-any/ python-chardet/repos/staging-any/PKGBUILD (from rev 168652, python-chardet/trunk/PKGBUILD) --+ PKGBUILD | 31 +++ 1 file changed, 31 insertions(+) Copied: python-chardet/repos/staging-any/PKGBUILD (from rev 168652, python-chardet/trunk/PKGBUILD) === --- staging-any/PKGBUILD(rev 0) +++ staging-any/PKGBUILD2012-10-13 20:35:10 UTC (rev 168653) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: William Rea +pkgbase=python-chardet +pkgname=('python-chardet' 'python2-chardet') +pkgver=2.0.1 +pkgrel=6 +arch=('any') +url="http://chardet.feedparser.org"; +license=('LGPL') +makedepends=('python' 'python2') +#source=(http://chardet.feedparser.org/download/python2-chardet-${pkgver}.tgz +#http://chardet.feedparser.org/download/python3-chardet-${pkgver}.tgz) +source=(ftp://ftp.archlinux.org/other/$pkgbase/python2-chardet-${pkgver}.tgz +ftp://ftp.archlinux.org/other/$pkgbase/python3-chardet-${pkgver}.tgz) +sha256sums=('56fa0c37189b0a5f082d064dec59d69a044aaa3eeb7acb9b3081e2ba306deaa4' +'2b9a1e6a4e719ae3a3e19ccfe0b88cf2c74f3083c36ecac7451a64428a60a1af') + +package_python-chardet() { + depends=('python>=3.3') + pkgdesc="Python3 module for character encoding auto-detection" + cd "${srcdir}/python3-chardet-${pkgver}" + python setup.py install --root="${pkgdir}" --optimize=1 +} + +package_python2-chardet() { + depends=('python2>=2.7.1') + pkgdesc="Python2 module for character encoding auto-detection" + cd "${srcdir}/python2-chardet-${pkgver}" + python2 setup.py install --root="${pkgdir}" --optimize=1 +}
[arch-commits] Commit in python-chardet/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 16:35:00 Author: eric Revision: 168652 upgpkg: python-chardet 2.0.1-6 Rebuild against python 3.3 Modified: python-chardet/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 20:29:33 UTC (rev 168651) +++ PKGBUILD2012-10-13 20:35:00 UTC (rev 168652) @@ -4,7 +4,7 @@ pkgbase=python-chardet pkgname=('python-chardet' 'python2-chardet') pkgver=2.0.1 -pkgrel=5 +pkgrel=6 arch=('any') url="http://chardet.feedparser.org"; license=('LGPL') @@ -17,7 +17,7 @@ '2b9a1e6a4e719ae3a3e19ccfe0b88cf2c74f3083c36ecac7451a64428a60a1af') package_python-chardet() { - depends=('python>=3.2') + depends=('python>=3.3') pkgdesc="Python3 module for character encoding auto-detection" cd "${srcdir}/python3-chardet-${pkgver}" python setup.py install --root="${pkgdir}" --optimize=1
[arch-commits] Commit in pyopenssl/repos (4 files)
Date: Saturday, October 13, 2012 @ 16:29:33 Author: eric Revision: 168651 archrelease: copy trunk to staging-i686, staging-x86_64 Added: pyopenssl/repos/staging-i686/ pyopenssl/repos/staging-i686/PKGBUILD (from rev 168650, pyopenssl/trunk/PKGBUILD) pyopenssl/repos/staging-x86_64/ pyopenssl/repos/staging-x86_64/PKGBUILD (from rev 168650, pyopenssl/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 46 ++ staging-x86_64/PKGBUILD | 46 ++ 2 files changed, 92 insertions(+) Copied: pyopenssl/repos/staging-i686/PKGBUILD (from rev 168650, pyopenssl/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-10-13 20:29:33 UTC (rev 168651) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Sergej Pupykin + +pkgbase=pyopenssl +pkgname=('python-pyopenssl' 'python2-pyopenssl') +pkgver=0.13 +pkgrel=2 +arch=('i686' 'x86_64') +url="http://pypi.python.org/pypi/pyOpenSSL"; +license=('LGPL2.1') +makedepends=('python' 'python2' 'openssl') +source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz) +md5sums=('767bca18a71178ca353dff9e10941929') + +build() { +cd "${srcdir}" +cp -a "pyOpenSSL-${pkgver}"{,-python2} + +#build python 3 module +cd "pyOpenSSL-${pkgver}" +python setup.py build + +#build python 2 module +cd ../"pyOpenSSL-${pkgver}-python2" +python2 setup.py build +} + +package_python-pyopenssl(){ +pkgdesc="Python3 wrapper module around the OpenSSL library" +depends=('python>=3.3' 'openssl') +replaces=('pyopenssl') +provides=('pyopenssl') +conflicts=('pyopenssl') + +cd "${srcdir}/pyOpenSSL-${pkgver}" +python setup.py install --root "${pkgdir}" --optimize=1 +} + +package_python2-pyopenssl(){ +pkgdesc="Python2 wrapper module around the OpenSSL library" +depends=('python2>=2.7' 'openssl') + +cd "${srcdir}/pyOpenSSL-${pkgver}-python2" +python2 setup.py install --root "${pkgdir}" --optimize=1 +} Copied: pyopenssl/repos/staging-x86_64/PKGBUILD (from rev 168650, pyopenssl/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-10-13 20:29:33 UTC (rev 168651) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Sergej Pupykin + +pkgbase=pyopenssl +pkgname=('python-pyopenssl' 'python2-pyopenssl') +pkgver=0.13 +pkgrel=2 +arch=('i686' 'x86_64') +url="http://pypi.python.org/pypi/pyOpenSSL"; +license=('LGPL2.1') +makedepends=('python' 'python2' 'openssl') +source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz) +md5sums=('767bca18a71178ca353dff9e10941929') + +build() { +cd "${srcdir}" +cp -a "pyOpenSSL-${pkgver}"{,-python2} + +#build python 3 module +cd "pyOpenSSL-${pkgver}" +python setup.py build + +#build python 2 module +cd ../"pyOpenSSL-${pkgver}-python2" +python2 setup.py build +} + +package_python-pyopenssl(){ +pkgdesc="Python3 wrapper module around the OpenSSL library" +depends=('python>=3.3' 'openssl') +replaces=('pyopenssl') +provides=('pyopenssl') +conflicts=('pyopenssl') + +cd "${srcdir}/pyOpenSSL-${pkgver}" +python setup.py install --root "${pkgdir}" --optimize=1 +} + +package_python2-pyopenssl(){ +pkgdesc="Python2 wrapper module around the OpenSSL library" +depends=('python2>=2.7' 'openssl') + +cd "${srcdir}/pyOpenSSL-${pkgver}-python2" +python2 setup.py install --root "${pkgdir}" --optimize=1 +}
[arch-commits] Commit in pyopenssl/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 16:29:16 Author: eric Revision: 168650 upgpkg: pyopenssl 0.13-2 Rebuild against python 3.3, Rename pyopenssl package to python-pyopenssl Modified: pyopenssl/trunk/PKGBUILD --+ PKGBUILD | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 19:17:30 UTC (rev 168649) +++ PKGBUILD2012-10-13 20:29:16 UTC (rev 168650) @@ -3,9 +3,9 @@ # Contributor: Sergej Pupykin pkgbase=pyopenssl -pkgname=('pyopenssl' 'python2-pyopenssl') +pkgname=('python-pyopenssl' 'python2-pyopenssl') pkgver=0.13 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://pypi.python.org/pypi/pyOpenSSL"; license=('LGPL2.1') @@ -26,9 +26,12 @@ python2 setup.py build } -package_pyopenssl(){ +package_python-pyopenssl(){ pkgdesc="Python3 wrapper module around the OpenSSL library" -depends=('python>=3.2' 'openssl') +depends=('python>=3.3' 'openssl') +replaces=('pyopenssl') +provides=('pyopenssl') +conflicts=('pyopenssl') cd "${srcdir}/pyOpenSSL-${pkgver}" python setup.py install --root "${pkgdir}" --optimize=1
[arch-commits] Commit in networkmanager/repos (30 files)
Date: Saturday, October 13, 2012 @ 15:17:30 Author: heftig Revision: 168649 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: networkmanager/repos/gnome-unstable-i686/NetworkManager.conf (from rev 168648, networkmanager/trunk/NetworkManager.conf) networkmanager/repos/gnome-unstable-i686/PKGBUILD (from rev 168648, networkmanager/trunk/PKGBUILD) networkmanager/repos/gnome-unstable-i686/disable_set_hostname.patch (from rev 168648, networkmanager/trunk/disable_set_hostname.patch) networkmanager/repos/gnome-unstable-i686/dnsmasq-path.patch (from rev 168648, networkmanager/trunk/dnsmasq-path.patch) networkmanager/repos/gnome-unstable-i686/networkmanager.install (from rev 168648, networkmanager/trunk/networkmanager.install) networkmanager/repos/gnome-unstable-i686/nm-polkit-permissive.patch (from rev 168648, networkmanager/trunk/nm-polkit-permissive.patch) networkmanager/repos/gnome-unstable-i686/repair-signals.patch (from rev 168648, networkmanager/trunk/repair-signals.patch) networkmanager/repos/gnome-unstable-i686/systemd-sleep.patch (from rev 168648, networkmanager/trunk/systemd-sleep.patch) networkmanager/repos/gnome-unstable-x86_64/NetworkManager.conf (from rev 168648, networkmanager/trunk/NetworkManager.conf) networkmanager/repos/gnome-unstable-x86_64/PKGBUILD (from rev 168648, networkmanager/trunk/PKGBUILD) networkmanager/repos/gnome-unstable-x86_64/disable_set_hostname.patch (from rev 168648, networkmanager/trunk/disable_set_hostname.patch) networkmanager/repos/gnome-unstable-x86_64/dnsmasq-path.patch (from rev 168648, networkmanager/trunk/dnsmasq-path.patch) networkmanager/repos/gnome-unstable-x86_64/networkmanager.install (from rev 168648, networkmanager/trunk/networkmanager.install) networkmanager/repos/gnome-unstable-x86_64/nm-polkit-permissive.patch (from rev 168648, networkmanager/trunk/nm-polkit-permissive.patch) networkmanager/repos/gnome-unstable-x86_64/repair-signals.patch (from rev 168648, networkmanager/trunk/repair-signals.patch) networkmanager/repos/gnome-unstable-x86_64/systemd-sleep.patch (from rev 168648, networkmanager/trunk/systemd-sleep.patch) Deleted: networkmanager/repos/gnome-unstable-i686/NetworkManager.conf networkmanager/repos/gnome-unstable-i686/PKGBUILD networkmanager/repos/gnome-unstable-i686/disable_set_hostname.patch networkmanager/repos/gnome-unstable-i686/dnsmasq-path.patch networkmanager/repos/gnome-unstable-i686/networkmanager.install networkmanager/repos/gnome-unstable-i686/nm-polkit-permissive.patch networkmanager/repos/gnome-unstable-i686/repair-signals.patch networkmanager/repos/gnome-unstable-x86_64/NetworkManager.conf networkmanager/repos/gnome-unstable-x86_64/PKGBUILD networkmanager/repos/gnome-unstable-x86_64/disable_set_hostname.patch networkmanager/repos/gnome-unstable-x86_64/dnsmasq-path.patch networkmanager/repos/gnome-unstable-x86_64/networkmanager.install networkmanager/repos/gnome-unstable-x86_64/nm-polkit-permissive.patch networkmanager/repos/gnome-unstable-x86_64/repair-signals.patch --+ gnome-unstable-i686/NetworkManager.conf |4 gnome-unstable-i686/PKGBUILD | 153 ++--- gnome-unstable-i686/disable_set_hostname.patch | 38 - gnome-unstable-i686/dnsmasq-path.patch | 60 - gnome-unstable-i686/networkmanager.install | 18 gnome-unstable-i686/nm-polkit-permissive.patch | 24 gnome-unstable-i686/repair-signals.patch | 74 +- gnome-unstable-i686/systemd-sleep.patch | 637 + gnome-unstable-x86_64/NetworkManager.conf|4 gnome-unstable-x86_64/PKGBUILD | 153 ++--- gnome-unstable-x86_64/disable_set_hostname.patch | 38 - gnome-unstable-x86_64/dnsmasq-path.patch | 60 - gnome-unstable-x86_64/networkmanager.install | 18 gnome-unstable-x86_64/nm-polkit-permissive.patch | 24 gnome-unstable-x86_64/repair-signals.patch | 74 +- gnome-unstable-x86_64/systemd-sleep.patch| 637 + 16 files changed, 1648 insertions(+), 368 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 168648:168649 to see the changes.
[arch-commits] Commit in networkmanager/trunk (PKGBUILD systemd-sleep.patch)
Date: Saturday, October 13, 2012 @ 15:14:37 Author: heftig Revision: 168648 Use systemd sleep facility Added: networkmanager/trunk/systemd-sleep.patch Modified: networkmanager/trunk/PKGBUILD -+ PKGBUILD|9 systemd-sleep.patch | 637 ++ 2 files changed, 643 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 19:11:40 UTC (rev 168647) +++ PKGBUILD2012-10-13 19:14:37 UTC (rev 168648) @@ -9,7 +9,7 @@ pkgname=networkmanager _pkgname=NetworkManager pkgver=0.9.6.0 -pkgrel=3 +pkgrel=4 pkgdesc="Network Management daemon" arch=('i686' 'x86_64') license=('GPL') @@ -28,13 +28,14 @@ install=networkmanager.install source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver:0:3}/$_pkgname-$pkgver.tar.xz NetworkManager.conf disable_set_hostname.patch dnsmasq-path.patch -nm-polkit-permissive.patch repair-signals.patch) +nm-polkit-permissive.patch repair-signals.patch systemd-sleep.patch) sha256sums=('3982b623b7b199ac99e2ddd0840fe7d088245a49e3f680237e8baebf0cf86d07' '44b048804c7c0b8b3b0c29b8632b6ad613c397d0a1635ec918e10c0fbcdadf21' '25056837ea92e559f09563ed817e3e0cd9333be861b8914e45f62ceaae2e0460' '65124505048cc8396daf0242c9f5d532fa669b4bbca305998c248ab2329490cb' 'e23b651a90ef62d515921953b4c6779538d35a737fb74c266b7fce94d62fdb06' -'a1c65a09e5e8ecb1004ab7922517aa7fbc9700dc61e3b2fd348d3d7c23808ce6') +'a1c65a09e5e8ecb1004ab7922517aa7fbc9700dc61e3b2fd348d3d7c23808ce6' +'8fe72946aa3b01d2205f3910bf07a3669c6c0218fb8d2bad45b6a27b48e3e496') build() { cd $_pkgname-$pkgver @@ -43,6 +44,8 @@ patch -Np1 -i ../dnsmasq-path.patch patch -Np1 -i ../nm-polkit-permissive.patch patch -Np1 -i ../repair-signals.patch # FS#31115 + patch -Np1 -i ../systemd-sleep.patch + AUTOPOINT="intltoolize -f -c --automake" autoreconf -fi ./configure \ --prefix=/usr \ Added: systemd-sleep.patch === --- systemd-sleep.patch (rev 0) +++ systemd-sleep.patch 2012-10-13 19:14:37 UTC (rev 168648) @@ -0,0 +1,637 @@ +From 64fd8eea7706038e5d38c8463a1c765ed9331db2 Mon Sep 17 00:00:00 2001 +From: Matthias Clasen +Date: Tue, 9 Oct 2012 00:36:35 -0400 +Subject: [PATCH 1/2] core: factor out the upower suspend/resume code (bgo + #677694) + +Factor the code that listens for upower sleeping and resuming +signals out into a class code NMSleepMonitor. +--- + src/Makefile.am| 2 + + src/nm-manager.c | 40 + + src/nm-sleep-monitor.c | 152 + + src/nm-sleep-monitor.h | 46 +++ + 4 files changed, 214 insertions(+), 26 deletions(-) + create mode 100644 src/nm-sleep-monitor.c + create mode 100644 src/nm-sleep-monitor.h + +diff --git a/src/Makefile.am b/src/Makefile.am +index b155209..9484a1f 100644 +--- a/src/Makefile.am b/src/Makefile.am +@@ -191,6 +191,8 @@ NetworkManager_SOURCES = \ + nm-session-monitor.h \ + nm-session-utils.c \ + nm-session-utils.h \ ++ nm-sleep-monitor.h \ ++ nm-sleep-monitor.c \ + nm-connection-provider.h \ + nm-connection-provider.c \ + nm-dispatcher.c \ +diff --git a/src/nm-manager.c b/src/nm-manager.c +index 618c4ed..8adb409 100644 +--- a/src/nm-manager.c b/src/nm-manager.c +@@ -69,6 +69,7 @@ + #include "nm-device-factory.h" + #include "wifi-utils.h" + #include "nm-enum-types.h" ++#include "nm-sleep-monitor.h" + + #if WITH_CONCHECK + #include "nm-connectivity.h" +@@ -78,8 +79,6 @@ + #define NM_AUTOIP_DBUS_SERVICE "org.freedesktop.nm_avahi_autoipd" + #define NM_AUTOIP_DBUS_IFACE "org.freedesktop.nm_avahi_autoipd" + +-#define UPOWER_DBUS_SERVICE "org.freedesktop.UPower" +- + static gboolean impl_manager_get_devices (NMManager *manager, + GPtrArray **devices, + GError **err); +@@ -228,7 +227,7 @@ typedef struct { + guint modem_removed_id; + + DBusGProxy *aipd_proxy; +- DBusGProxy *upower_proxy; ++ NMSleepMonitor *sleep_monitor; + + GSList *auth_chains; + +@@ -3288,16 +3287,16 @@ impl_manager_sleep (NMManager *self, + } + + static void +-upower_sleeping_cb (DBusGProxy *proxy, gpointer user_data) ++sleeping_cb (DBusGProxy *proxy, gpointer user_data) + { +- nm_log_dbg (LOGD_SUSPEND, "Received UPower sleeping signal"); ++ nm_log_dbg (LOGD_SUSPEND, "Received sleeping signal"); + _internal_sleep (NM_MANAGER (user_data), TRUE); + } + + static void +-upower_resuming_cb (DBusGProxy *proxy, gpointer user_data) ++resuming_cb (DBusGProxy *proxy, gpointer user_data) + { +- nm_log_dbg (LOGD_SUSPEND, "R
[arch-commits] Commit in devtools/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, October 13, 2012 @ 15:11:40 Author: pierre Revision: 168647 archrelease: copy trunk to extra-any Added: devtools/repos/extra-any/PKGBUILD (from rev 168646, devtools/trunk/PKGBUILD) Deleted: devtools/repos/extra-any/PKGBUILD --+ PKGBUILD | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-10-13 19:11:21 UTC (rev 168646) +++ PKGBUILD2012-10-13 19:11:40 UTC (rev 168647) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Pierre Schmitz - -pkgname=devtools -pkgver=20121004 -pkgrel=1 -pkgdesc='Tools for Arch Linux package maintainers' -arch=('any') -license=('GPL') -url='http://projects.archlinux.org/devtools.git/' -depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts') -source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"; - "ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -md5sums=('335b1f2153fbce659ab1dcd0af9fa7d7' - 'f95e4e3ebd7d78889cb717428e90127d') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - make PREFIX=/usr -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make PREFIX=/usr DESTDIR=${pkgdir} install -} Copied: devtools/repos/extra-any/PKGBUILD (from rev 168646, devtools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD 2012-10-13 19:11:40 UTC (rev 168647) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Pierre Schmitz + +pkgname=devtools +pkgver=20121013 +pkgrel=1 +pkgdesc='Tools for Arch Linux package maintainers' +arch=('any') +license=('GPL') +url='http://projects.archlinux.org/devtools.git/' +depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts') +source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"; + "ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) +md5sums=('62165ccec1ffb6df9a9b960cc6626e97' + '3d1a8e9594165942109de7a260e5eb5a') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + make PREFIX=/usr +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make PREFIX=/usr DESTDIR=${pkgdir} install +}
[arch-commits] Commit in devtools/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 15:11:21 Author: pierre Revision: 168646 upgpkg: devtools 20121013-1 Modified: devtools/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 18:34:13 UTC (rev 168645) +++ PKGBUILD2012-10-13 19:11:21 UTC (rev 168646) @@ -2,7 +2,7 @@ # Maintainer: Pierre Schmitz pkgname=devtools -pkgver=20121004 +pkgver=20121013 pkgrel=1 pkgdesc='Tools for Arch Linux package maintainers' arch=('any') @@ -11,8 +11,8 @@ depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts') source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"; "ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -md5sums=('335b1f2153fbce659ab1dcd0af9fa7d7' - 'f95e4e3ebd7d78889cb717428e90127d') +md5sums=('62165ccec1ffb6df9a9b960cc6626e97' + '3d1a8e9594165942109de7a260e5eb5a') build() { cd ${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in postgresql/repos (22 files)
Date: Saturday, October 13, 2012 @ 14:34:13 Author: dan Revision: 168645 archrelease: copy trunk to testing-i686, testing-x86_64 Added: postgresql/repos/testing-i686/ postgresql/repos/testing-i686/PKGBUILD (from rev 168644, postgresql/trunk/PKGBUILD) postgresql/repos/testing-i686/postgresql-check-db-dir (from rev 168644, postgresql/trunk/postgresql-check-db-dir) postgresql/repos/testing-i686/postgresql-run-socket.patch (from rev 168644, postgresql/trunk/postgresql-run-socket.patch) postgresql/repos/testing-i686/postgresql.confd (from rev 168644, postgresql/trunk/postgresql.confd) postgresql/repos/testing-i686/postgresql.install (from rev 168644, postgresql/trunk/postgresql.install) postgresql/repos/testing-i686/postgresql.logrotate (from rev 168644, postgresql/trunk/postgresql.logrotate) postgresql/repos/testing-i686/postgresql.pam (from rev 168644, postgresql/trunk/postgresql.pam) postgresql/repos/testing-i686/postgresql.rcd (from rev 168644, postgresql/trunk/postgresql.rcd) postgresql/repos/testing-i686/postgresql.service (from rev 168644, postgresql/trunk/postgresql.service) postgresql/repos/testing-i686/postgresql.tmpfiles.conf (from rev 168644, postgresql/trunk/postgresql.tmpfiles.conf) postgresql/repos/testing-x86_64/ postgresql/repos/testing-x86_64/PKGBUILD (from rev 168644, postgresql/trunk/PKGBUILD) postgresql/repos/testing-x86_64/postgresql-check-db-dir (from rev 168644, postgresql/trunk/postgresql-check-db-dir) postgresql/repos/testing-x86_64/postgresql-run-socket.patch (from rev 168644, postgresql/trunk/postgresql-run-socket.patch) postgresql/repos/testing-x86_64/postgresql.confd (from rev 168644, postgresql/trunk/postgresql.confd) postgresql/repos/testing-x86_64/postgresql.install (from rev 168644, postgresql/trunk/postgresql.install) postgresql/repos/testing-x86_64/postgresql.logrotate (from rev 168644, postgresql/trunk/postgresql.logrotate) postgresql/repos/testing-x86_64/postgresql.pam (from rev 168644, postgresql/trunk/postgresql.pam) postgresql/repos/testing-x86_64/postgresql.rcd (from rev 168644, postgresql/trunk/postgresql.rcd) postgresql/repos/testing-x86_64/postgresql.service (from rev 168644, postgresql/trunk/postgresql.service) postgresql/repos/testing-x86_64/postgresql.tmpfiles.conf (from rev 168644, postgresql/trunk/postgresql.tmpfiles.conf) + testing-i686/PKGBUILD | 164 +++ testing-i686/postgresql-check-db-dir | 49 testing-i686/postgresql-run-socket.patch | 12 + testing-i686/postgresql.confd | 11 + testing-i686/postgresql.install| 34 + testing-i686/postgresql.logrotate |4 testing-i686/postgresql.pam|3 testing-i686/postgresql.rcd| 79 + testing-i686/postgresql.service| 26 testing-i686/postgresql.tmpfiles.conf |1 testing-x86_64/PKGBUILD| 164 +++ testing-x86_64/postgresql-check-db-dir | 49 testing-x86_64/postgresql-run-socket.patch | 12 + testing-x86_64/postgresql.confd| 11 + testing-x86_64/postgresql.install | 34 + testing-x86_64/postgresql.logrotate|4 testing-x86_64/postgresql.pam |3 testing-x86_64/postgresql.rcd | 79 + testing-x86_64/postgresql.service | 26 testing-x86_64/postgresql.tmpfiles.conf|1 20 files changed, 766 insertions(+) Copied: postgresql/repos/testing-i686/PKGBUILD (from rev 168644, postgresql/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-10-13 18:34:13 UTC (rev 168645) @@ -0,0 +1,164 @@ +# $Id$ +# Maintainer: Dan McGee + +pkgbase=postgresql +pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql') +pkgver=9.2.1 +_majorver=${pkgver%.*} +pkgrel=2 +arch=('i686' 'x86_64') +url="http://www.postgresql.org/"; +license=('custom:PostgreSQL') +makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl' 'openssl>=1.0.0') +source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2 +postgresql-run-socket.patch +postgresql.rcd postgresql.confd postgresql.pam postgresql.logrotate +postgresql.service postgresql.tmpfiles.conf postgresql-check-db-dir) +md5sums=('c0b4799ea9850eae3ead14f0a60e9418' + '75c579eed03ffb2312631f0b649175b4' + '1ddd1df8010549f237e7983bb326025e' + 'a54d09a20ab1672adf08f037df188d53' + '96f82c38f3f540b53f3e5144900acf17' + 'd28e443f9f65a5712c52018b84e27137' + '89b48774b0dae7c37fbb0e907c3c1db8' + 'd34e4ab6d589aa819a1e2829290a3b7c' + '505e0e4abfc746cae9558584d471a
[arch-commits] Commit in opencv/repos (4 files)
Date: Saturday, October 13, 2012 @ 14:33:04 Author: schiv Revision: 168644 archrelease: copy trunk to extra-i686, extra-x86_64 Added: opencv/repos/extra-i686/PKGBUILD (from rev 168642, opencv/trunk/PKGBUILD) opencv/repos/extra-x86_64/PKGBUILD (from rev 168643, opencv/trunk/PKGBUILD) Deleted: opencv/repos/extra-i686/PKGBUILD opencv/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 236 extra-x86_64/PKGBUILD | 236 2 files changed, 236 insertions(+), 236 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 18:32:53 UTC (rev 168643) +++ extra-i686/PKGBUILD 2012-10-13 18:33:04 UTC (rev 168644) @@ -1,118 +0,0 @@ -# $Id$ -# Maintainer: Ray Rashif -# Contributor: Tobias Powalowski - -pkgbase=opencv -pkgname=('opencv' 'opencv-docs' 'opencv-samples') -_realname=OpenCV -pkgver=2.4.2 -pkgrel=3 -pkgdesc="Open Source Computer Vision Library" -arch=('i686' 'x86_64') -license=('BSD') -url="http://opencv.org/"; -depends=('jasper' 'gstreamer0.10-base' 'openexr' - 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils') -makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2') -optdepends=('opencv-docs' -'opencv-samples' -'eigen2' -'python2-numpy: Python 2.x interface') -options=('!libtool') -source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${pkgver}.tar.bz2";) -md5sums=('059ef86fc1724d69b75832a0d2929ff5') - -_cmakeopts=('-D CMAKE_BUILD_TYPE=Release' -'-D CMAKE_INSTALL_PREFIX=/usr' -'-D CMAKE_SKIP_RPATH=ON' -'-D BUILD_TESTS=OFF' -'-D ENABLE_SSE=ON' -'-D ENABLE_SSE2=ON' -'-D ENABLE_SSE3=OFF' -'-D ENABLE_SSSE3=OFF' -'-D ENABLE_SSE41=OFF' -'-D ENABLE_SSE42=OFF' -'-D BUILD_EXAMPLES=ON' -'-D INSTALL_C_EXAMPLES=ON' -'-D INSTALL_PYTHON_EXAMPLES=ON' -'-D WITH_XINE=ON' -'-D WITH_QT=OFF' -'-D WITH_QT_OPENGL=OFF' -'-D WITH_UNICAP=OFF' -'-D WITH_PVAPI=OFF' -'-D WITH_OPENNI=OFF' -'-D WITH_TBB=OFF' -'-D WITH_IPP=OFF' -'-D WITH_CUDA=OFF' -'-D USE_FAST_MATH=ON') - -build() { - cd "$srcdir/$_realname-$pkgver" - - # x64, i.e "Athlon64" and upwards, can use SSE3 - [ $CARCH = x86_64 ] && \ -_cmakeopts=${_cmakeopts[@]/ENABLE_SSE3=OFF/ENABLE_SSE3=ON} - - cmake ${_cmakeopts[@]} . - - make -} - -package_opencv() { - cd "$srcdir/$_realname-$pkgver" - - make DESTDIR="$pkgdir" install - - # install license file - install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" - - cd "$pkgdir/usr/share" - - # prepare FSH-friendly dirs - #if [ -d OpenCV ]; then - # mv opencv/samples OpenCV/ - # rm -r opencv - # mv OpenCV opencv - #fi - - # separate docs package; also be -R friendly - [ -d $_realname/doc ] && mv $_realname/doc "$srcdir/opencv-doc" - - # separate samples package - [ -d $_realname/samples ] && mv $_realname/samples "$srcdir/opencv-samples" -} - -package_opencv-docs() { - pkgdesc+=" (documentation)" - unset depends - unset optdepends - options=('docs') - - cd "$srcdir" - - mkdir -p "$pkgdir/usr/share/doc" - cp -r opencv-doc "$pkgdir/usr/share/doc/$_realname" - - # install license file - install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -package_opencv-samples() { - pkgdesc+=" (samples)" - depends=('bash') - unset optdepends - unset options - - cd "$srcdir" - - mkdir -p "$pkgdir/usr/share/$_realname" - cp -r opencv-samples "$pkgdir/usr/share/$_realname/samples" - - # install license file - install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: opencv/repos/extra-i686/PKGBUILD (from rev 168642, opencv/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 18:33:04 UTC (rev 168644) @@ -0,0 +1,118 @@ +# $Id$ +# Maintainer: Ray Rashif +# Contributor: Tobias Powalowski + +pkgbase=opencv +pkgname=('opencv' 'opencv-docs' 'opencv-samples') +_realname=OpenCV +pkgver=2.4.2 +pkgrel=4 +pkgdesc="Open Source Computer Vision Library" +arch=('i686' 'x86_64') +license=('BSD') +url="http://opencv.org/"; +depends=('jasper' 'gstreamer0.10-base' 'openexr>=1.7.0' + 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils') +makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2') +optdepends=('opencv-docs' +'opencv-samples' +'eigen2' +'python2-numpy: Python 2.x interface') +options=('!libtool') +source=("
[arch-commits] Commit in postgresql/trunk (4 files)
Date: Saturday, October 13, 2012 @ 14:32:53 Author: dan Revision: 168643 upgpkg: postgresql 9.2.1-2 Move socket location, add tmpfiles.d config, add sysconfdir= configure setting Added: postgresql/trunk/postgresql-run-socket.patch postgresql/trunk/postgresql.tmpfiles.conf Modified: postgresql/trunk/PKGBUILD postgresql/trunk/postgresql.install -+ PKGBUILD| 20 +++- postgresql-run-socket.patch | 12 postgresql.install |4 postgresql.tmpfiles.conf|1 + 4 files changed, 32 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 18:32:08 UTC (rev 168642) +++ PKGBUILD2012-10-13 18:32:53 UTC (rev 168643) @@ -5,35 +5,43 @@ pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql') pkgver=9.2.1 _majorver=${pkgver%.*} -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.postgresql.org/"; license=('custom:PostgreSQL') makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl' 'openssl>=1.0.0') source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2 +postgresql-run-socket.patch postgresql.rcd postgresql.confd postgresql.pam postgresql.logrotate -postgresql.service postgresql-check-db-dir) +postgresql.service postgresql.tmpfiles.conf postgresql-check-db-dir) md5sums=('c0b4799ea9850eae3ead14f0a60e9418' + '75c579eed03ffb2312631f0b649175b4' '1ddd1df8010549f237e7983bb326025e' 'a54d09a20ab1672adf08f037df188d53' '96f82c38f3f540b53f3e5144900acf17' 'd28e443f9f65a5712c52018b84e27137' '89b48774b0dae7c37fbb0e907c3c1db8' + 'd34e4ab6d589aa819a1e2829290a3b7c' '505e0e4abfc746cae9558584d471a03c') sha256sums=('db61d498105a7d5fe46185e67ac830c878cdd7dc1f82a87f06b842217924c461' +'8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9' '9f6307b1358892e304f9474a456f0cb9160cfb8812a9da0430abe647f8a9cf45' '3de5c059eead8816db15c2c5588e6196d6c4b0d704faf1a20912796cf589ba81' '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5' '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e' 'c69b614731fdd3f4e127540814f5999f423363523c5209e252e19b1d4362ad68' +'d25980980b4c747a1a49d8d4736d8440a77fb8bc3275dbdc3dc6c4cf4ae8de07' '3a3279d290f556bf7a362670e32b491794f47ed218f6b8c6acef366a3291f669') build() { cd "${srcdir}/postgresql-${pkgver}" + patch -Np1 < ../postgresql-run-socket.patch + ./configure --prefix=/usr \ --mandir=/usr/share/man \ --datadir=/usr/share/postgresql \ + --sysconfdir=/etc \ --with-krb5 \ --with-libxml \ --with-openssl \ @@ -137,18 +145,20 @@ # install launch script install -D -m755 "${srcdir}/postgresql.rcd" "${pkgdir}/etc/rc.d/postgresql" + install -D -m644 "${srcdir}/postgresql.tmpfiles.conf" \ +"${pkgdir}/usr/lib/tmpfiles.d/postgresql.conf" install -D -m644 "${srcdir}/postgresql.service" \ "${pkgdir}/usr/lib/systemd/system/postgresql.service" install -D -m755 "${srcdir}/postgresql-check-db-dir" \ "${pkgdir}/usr/bin/postgresql-check-db-dir" # install conf file - install -D -m644 ${srcdir}/postgresql.confd \ + install -D -m644 "${srcdir}/postgresql.confd" \ "${pkgdir}/etc/conf.d/postgresql" - install -D -m644 ${srcdir}/postgresql.pam \ + install -D -m644 "${srcdir}/postgresql.pam" \ "${pkgdir}/etc/pam.d/postgresql" - install -D -m644 ${srcdir}/postgresql.logrotate \ + install -D -m644 "${srcdir}/postgresql.logrotate" \ "${pkgdir}/etc/logrotate.d/postgresql" } Added: postgresql-run-socket.patch === --- postgresql-run-socket.patch (rev 0) +++ postgresql-run-socket.patch 2012-10-13 18:32:53 UTC (rev 168643) @@ -0,0 +1,12 @@ +diff -Naur postgresql-9.2.0.sockets/src/include/pg_config_manual.h postgresql-9.2.0/src/include/pg_config_manual.h +--- postgresql-9.2.0.sockets/src/include/pg_config_manual.h2012-09-06 17:26:17.0 -0400 postgresql-9.2.0/src/include/pg_config_manual.h2012-09-06 18:13:18.183092471 -0400 +@@ -144,7 +144,7 @@ + * here's where to twiddle it. You can also override this at runtime + * with the postmaster's -k switch. + */ +-#define DEFAULT_PGSOCKET_DIR "/tmp" ++#define DEFAULT_PGSOCKET_DIR "/run/postgresql" + + /* + * The random() function is expected to yield values between 0 and Modified: postgresql.install === --- postgresql.install 2012-10-13 18:32:08 UTC (rev 168642) +++ postgresql.install 2012-10-13 18:32:53 UTC (rev 168643) @@ -18,6 +18,10 @@ if [ "$postgres_shell" = "/sbin/nologin" ]; then chsh -s /bin/bash postgres fi + if [ $(vercmp $2 '9.2.
[arch-commits] Commit in opencv/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 14:32:08 Author: schiv Revision: 168642 upgpkg: opencv 2.4.2-4 openexr rebuild Modified: opencv/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 17:34:14 UTC (rev 168641) +++ PKGBUILD2012-10-13 18:32:08 UTC (rev 168642) @@ -6,12 +6,12 @@ pkgname=('opencv' 'opencv-docs' 'opencv-samples') _realname=OpenCV pkgver=2.4.2 -pkgrel=3 +pkgrel=4 pkgdesc="Open Source Computer Vision Library" arch=('i686' 'x86_64') license=('BSD') url="http://opencv.org/"; -depends=('jasper' 'gstreamer0.10-base' 'openexr' +depends=('jasper' 'gstreamer0.10-base' 'openexr>=1.7.0' 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils') makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2') optdepends=('opencv-docs'
[arch-commits] Commit in xfce4-session/repos (6 files)
Date: Saturday, October 13, 2012 @ 13:34:14 Author: foutrelis Revision: 168641 archrelease: copy trunk to staging-i686, staging-x86_64 Added: xfce4-session/repos/staging-i686/ xfce4-session/repos/staging-i686/PKGBUILD (from rev 168640, xfce4-session/trunk/PKGBUILD) xfce4-session/repos/staging-i686/xfce4-session.install (from rev 168640, xfce4-session/trunk/xfce4-session.install) xfce4-session/repos/staging-x86_64/ xfce4-session/repos/staging-x86_64/PKGBUILD (from rev 168640, xfce4-session/trunk/PKGBUILD) xfce4-session/repos/staging-x86_64/xfce4-session.install (from rev 168640, xfce4-session/trunk/xfce4-session.install) --+ staging-i686/PKGBUILD| 44 + staging-i686/xfce4-session.install | 13 + staging-x86_64/PKGBUILD | 44 + staging-x86_64/xfce4-session.install | 13 + 4 files changed, 114 insertions(+) Copied: xfce4-session/repos/staging-i686/PKGBUILD (from rev 168640, xfce4-session/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-10-13 17:34:14 UTC (rev 168641) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: tobias + +pkgname=xfce4-session +pkgver=4.10.0 +pkgrel=4 +pkgdesc="A session manager for Xfce" +arch=('i686' 'x86_64') +url="http://www.xfce.org/"; +license=('GPL2') +groups=('xfce4') +depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'xorg-xinit' + 'hicolor-icon-theme') +makedepends=('intltool') +optdepends=('gnome-keyring: for keyring support when GNOME compatibility is enabled' +'xscreensaver: for locking screen with xflock4' +'gnome-screensaver: for locking screen with xflock4' +'xlockmore: for locking screen with xflock4') +replaces=('xfce-utils') +options=('!libtool') +install=$pkgname.install +source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2) +sha256sums=('bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib/xfce4 \ +--localstatedir=/var \ +--disable-static \ +--enable-libgnome-keyring \ +--disable-debug + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Copied: xfce4-session/repos/staging-i686/xfce4-session.install (from rev 168640, xfce4-session/trunk/xfce4-session.install) === --- staging-i686/xfce4-session.install (rev 0) +++ staging-i686/xfce4-session.install 2012-10-13 17:34:14 UTC (rev 168641) @@ -0,0 +1,13 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim:set ts=2 sw=2 et: Copied: xfce4-session/repos/staging-x86_64/PKGBUILD (from rev 168640, xfce4-session/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-10-13 17:34:14 UTC (rev 168641) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: tobias + +pkgname=xfce4-session +pkgver=4.10.0 +pkgrel=4 +pkgdesc="A session manager for Xfce" +arch=('i686' 'x86_64') +url="http://www.xfce.org/"; +license=('GPL2') +groups=('xfce4') +depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'xorg-xinit' + 'hicolor-icon-theme') +makedepends=('intltool') +optdepends=('gnome-keyring: for keyring support when GNOME compatibility is enabled' +'xscreensaver: for locking screen with xflock4' +'gnome-screensaver: for locking screen with xflock4' +'xlockmore: for locking screen with xflock4') +replaces=('xfce-utils') +options=('!libtool') +install=$pkgname.install +source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2) +sha256sums=('bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib/xfce4 \ +--localstatedir=/var \ +--disable-static \ +--enable-libgnome-keyring \ +--disable-debug + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Copied: xfce4-session/repos/staging-x86_64/xfce4-session.install (from rev 168640, xfce4-session/trunk/xfce4-session.install) === --- staging-x86_64/xfce4-session.install(rev 0) +++ staging-x86_64/
[arch-commits] Commit in xfce4-session/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 13:33:46 Author: foutrelis Revision: 168640 upgpkg: xfce4-session 4.10.0-4 Drop consolekit dep. Modified: xfce4-session/trunk/PKGBUILD --+ PKGBUILD |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 17:07:34 UTC (rev 168639) +++ PKGBUILD2012-10-13 17:33:46 UTC (rev 168640) @@ -4,16 +4,14 @@ pkgname=xfce4-session pkgver=4.10.0 -pkgrel=3 +pkgrel=4 pkgdesc="A session manager for Xfce" arch=('i686' 'x86_64') url="http://www.xfce.org/"; license=('GPL2') groups=('xfce4') -# keep xorg-server-utils for https://bugs.archlinux.org/task/21096 -# upower and consolekit for reboot/shutdown/hibernate/suspend -depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'consolekit' - 'xorg-xinit' 'hicolor-icon-theme') +depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'xorg-xinit' + 'hicolor-icon-theme') makedepends=('intltool') optdepends=('gnome-keyring: for keyring support when GNOME compatibility is enabled' 'xscreensaver: for locking screen with xflock4'
[arch-commits] Commit in python-pip/repos (staging-any staging-any/PKGBUILD)
Date: Saturday, October 13, 2012 @ 13:07:34 Author: dan Revision: 168639 archrelease: copy trunk to staging-any Added: python-pip/repos/staging-any/ python-pip/repos/staging-any/PKGBUILD (from rev 168638, python-pip/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: python-pip/repos/staging-any/PKGBUILD (from rev 168638, python-pip/trunk/PKGBUILD) === --- staging-any/PKGBUILD(rev 0) +++ staging-any/PKGBUILD2012-10-13 17:07:34 UTC (rev 168639) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Dan McGee +# Contributor: Sebastien Binet + +pkgname=('python-pip' 'python2-pip') +pkgver=1.2.1 +pkgrel=2 +pkgdesc="An easy_install replacement for installing pypi python packages" +url="http://www.pip-installer.org/"; +arch=('any') +license=('MIT') +makedepends=('python' 'python-distribute' 'python2' 'python2-distribute') +source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz) + +package_python-pip() { + depends=('python' 'python-distribute') + + cd "$srcdir/pip-$pkgver" + python setup.py build + python setup.py install --prefix=/usr --root="$pkgdir" + + ln "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip3" + + install -D -m644 LICENSE.txt \ + "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +package_python2-pip() { + depends=('python2' 'python2-distribute') + conflicts=('python-pyinstall') + replaces=('python-pyinstall') + + cd "$srcdir/pip-$pkgver" + python2 setup.py build + python2 setup.py install --prefix=/usr --root="$pkgdir" + + mv "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip2" + sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \ +${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py + + install -D -m644 LICENSE.txt \ + "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +md5sums=('db8a6d8a4564d3dc7f337ebed67b1a85') +sha256sums=('12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1')
[arch-commits] Commit in python-pip/trunk (PKGBUILD python-pip.install)
Date: Saturday, October 13, 2012 @ 13:06:10 Author: dan Revision: 168638 upgpkg: python-pip 1.2.1-2 Modified: python-pip/trunk/PKGBUILD Deleted: python-pip/trunk/python-pip.install + PKGBUILD |3 +-- python-pip.install |5 - 2 files changed, 1 insertion(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 17:05:15 UTC (rev 168637) +++ PKGBUILD2012-10-13 17:06:10 UTC (rev 168638) @@ -4,7 +4,7 @@ pkgname=('python-pip' 'python2-pip') pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="An easy_install replacement for installing pypi python packages" url="http://www.pip-installer.org/"; arch=('any') @@ -14,7 +14,6 @@ package_python-pip() { depends=('python' 'python-distribute') - install=python-pip.install cd "$srcdir/pip-$pkgver" python setup.py build Deleted: python-pip.install === --- python-pip.install 2012-10-13 17:05:15 UTC (rev 168637) +++ python-pip.install 2012-10-13 17:06:10 UTC (rev 168638) @@ -1,5 +0,0 @@ -post_upgrade() { - if [ $(vercmp $2 1.0.1) -lt 0 ]; then -echo "Note: Install python2-pip for continued python2 support." - fi -}
[arch-commits] Commit in python-virtualenv/repos (staging-any staging-any/PKGBUILD)
Date: Saturday, October 13, 2012 @ 13:05:15 Author: dan Revision: 168637 archrelease: copy trunk to staging-any Added: python-virtualenv/repos/staging-any/ python-virtualenv/repos/staging-any/PKGBUILD (from rev 168636, python-virtualenv/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: python-virtualenv/repos/staging-any/PKGBUILD (from rev 168636, python-virtualenv/trunk/PKGBUILD) === --- staging-any/PKGBUILD(rev 0) +++ staging-any/PKGBUILD2012-10-13 17:05:15 UTC (rev 168637) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Dan McGee +# Contributor: Daniele Paolella + +pkgname=('python-virtualenv' 'python2-virtualenv') +pkgver=1.8.2 +pkgrel=1 +pkgdesc="Virtual Python Environment builder" +url="http://www.virtualenv.org/"; +arch=('any') +license=('MIT') +makedepends=('python' 'python-distribute' 'python2' 'python2-distribute') +replaces=('virtualenv') +conflicts=('virtualenv') +source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz";) + +package_python-virtualenv() { + depends=('python' 'python-distribute') + + cd "$srcdir/virtualenv-$pkgver" + LANG='en_US.UTF-8' python setup.py build + LANG='en_US.UTF-8' python setup.py install --prefix=/usr --root="$pkgdir" + + # link to a version with 3 suffix as well + ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3" + + install -D -m644 LICENSE.txt \ +"$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +package_python2-virtualenv() { + depends=('python2' 'python2-distribute') + + cd "$srcdir/virtualenv-$pkgver" + python2 setup.py build + python2 setup.py install --prefix=/usr --root="$pkgdir" + + # move this "old" version out of the way + mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2" + + # should report this upstream as still not fixed... + sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \ +$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py + + install -D -m644 LICENSE.txt \ +"$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +md5sums=('174ca075c6b1a42c685415692ec4ce2e') +sha256sums=('cffdab213221ef9305f8b4a20fa8ca034f7e30100d8b1e2514e08e33465e4be2')
[arch-commits] Commit in python-virtualenv/trunk (PKGBUILD python-virtualenv.install)
Date: Saturday, October 13, 2012 @ 13:04:59 Author: dan Revision: 168636 upgpkg: python-virtualenv 1.8.2-1 Modified: python-virtualenv/trunk/PKGBUILD Deleted: python-virtualenv/trunk/python-virtualenv.install ---+ PKGBUILD |7 +++ python-virtualenv.install |5 - 2 files changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 17:04:17 UTC (rev 168635) +++ PKGBUILD2012-10-13 17:04:59 UTC (rev 168636) @@ -3,7 +3,7 @@ # Contributor: Daniele Paolella pkgname=('python-virtualenv' 'python2-virtualenv') -pkgver=1.8.1 +pkgver=1.8.2 pkgrel=1 pkgdesc="Virtual Python Environment builder" url="http://www.virtualenv.org/"; @@ -16,7 +16,6 @@ package_python-virtualenv() { depends=('python' 'python-distribute') - install=python-virtualenv.install cd "$srcdir/virtualenv-$pkgver" LANG='en_US.UTF-8' python setup.py build @@ -47,5 +46,5 @@ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -md5sums=('3aebe32859aa4512e1e679834c10f7bf') -sha256sums=('524813074d043b5786f45e04912f7eba814defda53ba6d72460b77c704c6b8f4') +md5sums=('174ca075c6b1a42c685415692ec4ce2e') +sha256sums=('cffdab213221ef9305f8b4a20fa8ca034f7e30100d8b1e2514e08e33465e4be2') Deleted: python-virtualenv.install === --- python-virtualenv.install 2012-10-13 17:04:17 UTC (rev 168635) +++ python-virtualenv.install 2012-10-13 17:04:59 UTC (rev 168636) @@ -1,5 +0,0 @@ -post_upgrade() { - if [ $(vercmp $2 1.6.1) -lt 0 ]; then -echo "Note: Install python2-virtualenv for continued python2 support." - fi -}
[arch-commits] Commit in dhcp/repos (44 files)
Date: Saturday, October 13, 2012 @ 13:04:17 Author: thomas Revision: 168635 archrelease: copy trunk to extra-i686, extra-x86_64 Added: dhcp/repos/extra-i686/PKGBUILD (from rev 168634, dhcp/trunk/PKGBUILD) dhcp/repos/extra-i686/dhclient-script-pathFixes.patch (from rev 168634, dhcp/trunk/dhclient-script-pathFixes.patch) dhcp/repos/extra-i686/dhcp (from rev 168634, dhcp/trunk/dhcp) dhcp/repos/extra-i686/dhcp-4.1.1-missing-ipv6-not-fatal.patch (from rev 168634, dhcp/trunk/dhcp-4.1.1-missing-ipv6-not-fatal.patch) dhcp/repos/extra-i686/dhcp.conf.d (from rev 168634, dhcp/trunk/dhcp.conf.d) dhcp/repos/extra-i686/dhcp.install (from rev 168634, dhcp/trunk/dhcp.install) dhcp/repos/extra-i686/dhcp4 (from rev 168634, dhcp/trunk/dhcp4) dhcp/repos/extra-i686/dhcp6 (from rev 168634, dhcp/trunk/dhcp6) dhcp/repos/extra-i686/dhcpd (from rev 168634, dhcp/trunk/dhcpd) dhcp/repos/extra-i686/dhcpd4.service (from rev 168634, dhcp/trunk/dhcpd4.service) dhcp/repos/extra-i686/dhcpd6.service (from rev 168634, dhcp/trunk/dhcpd6.service) dhcp/repos/extra-x86_64/PKGBUILD (from rev 168634, dhcp/trunk/PKGBUILD) dhcp/repos/extra-x86_64/dhclient-script-pathFixes.patch (from rev 168634, dhcp/trunk/dhclient-script-pathFixes.patch) dhcp/repos/extra-x86_64/dhcp (from rev 168634, dhcp/trunk/dhcp) dhcp/repos/extra-x86_64/dhcp-4.1.1-missing-ipv6-not-fatal.patch (from rev 168634, dhcp/trunk/dhcp-4.1.1-missing-ipv6-not-fatal.patch) dhcp/repos/extra-x86_64/dhcp.conf.d (from rev 168634, dhcp/trunk/dhcp.conf.d) dhcp/repos/extra-x86_64/dhcp.install (from rev 168634, dhcp/trunk/dhcp.install) dhcp/repos/extra-x86_64/dhcp4 (from rev 168634, dhcp/trunk/dhcp4) dhcp/repos/extra-x86_64/dhcp6 (from rev 168634, dhcp/trunk/dhcp6) dhcp/repos/extra-x86_64/dhcpd (from rev 168634, dhcp/trunk/dhcpd) dhcp/repos/extra-x86_64/dhcpd4.service (from rev 168634, dhcp/trunk/dhcpd4.service) dhcp/repos/extra-x86_64/dhcpd6.service (from rev 168634, dhcp/trunk/dhcpd6.service) Deleted: dhcp/repos/extra-i686/PKGBUILD dhcp/repos/extra-i686/dhclient-script-pathFixes.patch dhcp/repos/extra-i686/dhcp dhcp/repos/extra-i686/dhcp-4.1.1-missing-ipv6-not-fatal.patch dhcp/repos/extra-i686/dhcp.conf.d dhcp/repos/extra-i686/dhcp.install dhcp/repos/extra-i686/dhcp4 dhcp/repos/extra-i686/dhcp6 dhcp/repos/extra-i686/dhcpd dhcp/repos/extra-i686/dhcpd4.service dhcp/repos/extra-i686/dhcpd6.service dhcp/repos/extra-x86_64/PKGBUILD dhcp/repos/extra-x86_64/dhclient-script-pathFixes.patch dhcp/repos/extra-x86_64/dhcp dhcp/repos/extra-x86_64/dhcp-4.1.1-missing-ipv6-not-fatal.patch dhcp/repos/extra-x86_64/dhcp.conf.d dhcp/repos/extra-x86_64/dhcp.install dhcp/repos/extra-x86_64/dhcp4 dhcp/repos/extra-x86_64/dhcp6 dhcp/repos/extra-x86_64/dhcpd dhcp/repos/extra-x86_64/dhcpd4.service dhcp/repos/extra-x86_64/dhcpd6.service --+ extra-i686/PKGBUILD | 186 +-- extra-i686/dhclient-script-pathFixes.patch | 272 - extra-i686/dhcp | 20 - extra-i686/dhcp-4.1.1-missing-ipv6-not-fatal.patch | 78 ++-- extra-i686/dhcp.conf.d | 12 extra-i686/dhcp.install | 36 +- extra-i686/dhcp4 | 114 +++ extra-i686/dhcp6 | 114 +++ extra-i686/dhcpd | 80 ++--- extra-i686/dhcpd4.service| 25 - extra-i686/dhcpd6.service| 25 - extra-x86_64/PKGBUILD| 186 +-- extra-x86_64/dhclient-script-pathFixes.patch | 272 - extra-x86_64/dhcp| 20 - extra-x86_64/dhcp-4.1.1-missing-ipv6-not-fatal.patch | 78 ++-- extra-x86_64/dhcp.conf.d | 12 extra-x86_64/dhcp.install| 36 +- extra-x86_64/dhcp4 | 114 +++ extra-x86_64/dhcp6 | 114 +++ extra-x86_64/dhcpd | 80 ++--- extra-x86_64/dhcpd4.service | 25 - extra-x86_64/dhcpd6.service | 25 - 22 files changed, 960 insertions(+), 964 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 168634:168635 to see the changes.
[arch-commits] Commit in dhcp/trunk (PKGBUILD dhcpd4.service dhcpd6.service)
Date: Saturday, October 13, 2012 @ 13:03:14 Author: thomas Revision: 168634 upgpkg: dhcp 4.2.4.1-3: Remove broken ExecReload= from units Modified: dhcp/trunk/PKGBUILD dhcp/trunk/dhcpd4.service dhcp/trunk/dhcpd6.service + PKGBUILD |6 +++--- dhcpd4.service |1 - dhcpd6.service |1 - 3 files changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 16:48:28 UTC (rev 168633) +++ PKGBUILD2012-10-13 17:03:14 UTC (rev 168634) @@ -8,7 +8,7 @@ pkgver=4.2.4.1 _pkgver=4.2.4-P1 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('custom:isc-dhcp') url="https://www.isc.org/software/dhcp"; @@ -22,8 +22,8 @@ 'c49b1497837ba56c54e401a66e1bab9b' '12c2f3ae47ed23eb698eb7f1bfd80f20' '8f357e46e1efcbb746f38737a3f977a2' - '1076444f22e13eb5f6bff7821fd0f446' - '9310f2d8b1d7e97ace06d68cb41d9998' + '439ee2f145a1e86dd644cb94a854f8e7' + '588aa85b6fe228c45623185a58d11992' 'fd64aeb4f399dcc41ea43089a3811094' '541b415a25a169eaf64b681405f79a80') Modified: dhcpd4.service === --- dhcpd4.service 2012-10-13 16:48:28 UTC (rev 168633) +++ dhcpd4.service 2012-10-13 17:03:14 UTC (rev 168634) @@ -6,7 +6,6 @@ Type=forking PIDFile=/run/dhcpd4.pid ExecStart=/usr/sbin/dhcpd -4 -q -pf /run/dhcpd4.pid -ExecReload=/bin/kill -TERM $MAINPID KillSignal=SIGINT [Install] Modified: dhcpd6.service === --- dhcpd6.service 2012-10-13 16:48:28 UTC (rev 168633) +++ dhcpd6.service 2012-10-13 17:03:14 UTC (rev 168634) @@ -6,7 +6,6 @@ Type=forking PIDFile=/run/dhcpd6.pid ExecStart=/usr/sbin/dhcpd -6 -q -pf /run/dhcpd6.pid -ExecReload=/bin/kill -TERM $MAINPID KillSignal=SIGINT [Install]
[arch-commits] Commit in nfs-utils/repos (46 files)
Date: Saturday, October 13, 2012 @ 12:48:28 Author: thomas Revision: 168633 archrelease: copy trunk to testing-i686, testing-x86_64 Added: nfs-utils/repos/testing-i686/ nfs-utils/repos/testing-i686/PKGBUILD (from rev 168632, nfs-utils/trunk/PKGBUILD) nfs-utils/repos/testing-i686/blkmapd.service (from rev 168632, nfs-utils/trunk/blkmapd.service) nfs-utils/repos/testing-i686/exports (from rev 168632, nfs-utils/trunk/exports) nfs-utils/repos/testing-i686/idmapd.conf (from rev 168632, nfs-utils/trunk/idmapd.conf) nfs-utils/repos/testing-i686/nfs (from rev 168632, nfs-utils/trunk/nfs) nfs-utils/repos/testing-i686/nfs-common (from rev 168632, nfs-utils/trunk/nfs-common) nfs-utils/repos/testing-i686/nfs-common.conf (from rev 168632, nfs-utils/trunk/nfs-common.conf) nfs-utils/repos/testing-i686/nfs-server (from rev 168632, nfs-utils/trunk/nfs-server) nfs-utils/repos/testing-i686/nfs-server.conf (from rev 168632, nfs-utils/trunk/nfs-server.conf) nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch (from rev 168632, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch) nfs-utils/repos/testing-i686/nfs-utils-1.1.4-no-exec.patch (from rev 168632, nfs-utils/trunk/nfs-utils-1.1.4-no-exec.patch) nfs-utils/repos/testing-i686/nfs-utils.conf (from rev 168632, nfs-utils/trunk/nfs-utils.conf) nfs-utils/repos/testing-i686/nfs-utils.install (from rev 168632, nfs-utils/trunk/nfs-utils.install) nfs-utils/repos/testing-i686/nfsd.service (from rev 168632, nfs-utils/trunk/nfsd.service) nfs-utils/repos/testing-i686/proc-fs-nfsd.mount (from rev 168632, nfs-utils/trunk/proc-fs-nfsd.mount) nfs-utils/repos/testing-i686/rpc-gssd.service (from rev 168632, nfs-utils/trunk/rpc-gssd.service) nfs-utils/repos/testing-i686/rpc-idmapd.service (from rev 168632, nfs-utils/trunk/rpc-idmapd.service) nfs-utils/repos/testing-i686/rpc-mountd.service (from rev 168632, nfs-utils/trunk/rpc-mountd.service) nfs-utils/repos/testing-i686/rpc-statd.service (from rev 168632, nfs-utils/trunk/rpc-statd.service) nfs-utils/repos/testing-i686/rpc-svcgssd.service (from rev 168632, nfs-utils/trunk/rpc-svcgssd.service) nfs-utils/repos/testing-i686/start-statd.patch (from rev 168632, nfs-utils/trunk/start-statd.patch) nfs-utils/repos/testing-i686/var-lib-nfs-rpc_pipefs.mount (from rev 168632, nfs-utils/trunk/var-lib-nfs-rpc_pipefs.mount) nfs-utils/repos/testing-x86_64/ nfs-utils/repos/testing-x86_64/PKGBUILD (from rev 168632, nfs-utils/trunk/PKGBUILD) nfs-utils/repos/testing-x86_64/blkmapd.service (from rev 168632, nfs-utils/trunk/blkmapd.service) nfs-utils/repos/testing-x86_64/exports (from rev 168632, nfs-utils/trunk/exports) nfs-utils/repos/testing-x86_64/idmapd.conf (from rev 168632, nfs-utils/trunk/idmapd.conf) nfs-utils/repos/testing-x86_64/nfs (from rev 168632, nfs-utils/trunk/nfs) nfs-utils/repos/testing-x86_64/nfs-common (from rev 168632, nfs-utils/trunk/nfs-common) nfs-utils/repos/testing-x86_64/nfs-common.conf (from rev 168632, nfs-utils/trunk/nfs-common.conf) nfs-utils/repos/testing-x86_64/nfs-server (from rev 168632, nfs-utils/trunk/nfs-server) nfs-utils/repos/testing-x86_64/nfs-server.conf (from rev 168632, nfs-utils/trunk/nfs-server.conf) nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch (from rev 168632, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch) nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-no-exec.patch (from rev 168632, nfs-utils/trunk/nfs-utils-1.1.4-no-exec.patch) nfs-utils/repos/testing-x86_64/nfs-utils.conf (from rev 168632, nfs-utils/trunk/nfs-utils.conf) nfs-utils/repos/testing-x86_64/nfs-utils.install (from rev 168632, nfs-utils/trunk/nfs-utils.install) nfs-utils/repos/testing-x86_64/nfsd.service (from rev 168632, nfs-utils/trunk/nfsd.service) nfs-utils/repos/testing-x86_64/proc-fs-nfsd.mount (from rev 168632, nfs-utils/trunk/proc-fs-nfsd.mount) nfs-utils/repos/testing-x86_64/rpc-gssd.service (from rev 168632, nfs-utils/trunk/rpc-gssd.service) nfs-utils/repos/testing-x86_64/rpc-idmapd.service (from rev 168632, nfs-utils/trunk/rpc-idmapd.service) nfs-utils/repos/testing-x86_64/rpc-mountd.service (from rev 168632, nfs-utils/trunk/rpc-mountd.service) nfs-utils/repos/testing-x86_64/rpc-statd.service (from rev 168632, nfs-utils/trunk/rpc-statd.service) nfs-utils/repos/testing-x86_64/rpc-svcgssd.service (from rev 168632, nfs-utils/trunk/rpc-svcgssd.service) nfs-utils/repos/testing-x86_64/start-statd.patch (from rev 168632, nfs-utils/trunk/start-statd.patch) nfs-utils/repos/testing-x86_64/var-lib-nfs-rpc_pipefs.mount (from rev 168632, nfs-utils/trunk/var-lib-nfs-rpc_pipefs.mount) ---+ testing-i686/PKGBUILD | 105 testing-i686/blkmapd.service | 11 testing-i686/expo
[arch-commits] Commit in nfs-utils/trunk (4 files)
Date: Saturday, October 13, 2012 @ 12:46:33 Author: thomas Revision: 168632 upgpkg: nfs-utils 1.2.6-2: systemd: order client daemons before remote-fs-pre.target Modified: nfs-utils/trunk/PKGBUILD nfs-utils/trunk/rpc-gssd.service nfs-utils/trunk/rpc-idmapd.service nfs-utils/trunk/rpc-statd.service + PKGBUILD |8 rpc-gssd.service |1 + rpc-idmapd.service |1 + rpc-statd.service |1 + 4 files changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 16:37:23 UTC (rev 168631) +++ PKGBUILD2012-10-13 16:46:33 UTC (rev 168632) @@ -7,7 +7,7 @@ pkgname=nfs-utils pkgver=1.2.6 -pkgrel=1 +pkgrel=2 pkgdesc="Support programs for Network File Systems" arch=('i686' 'x86_64') url='http://nfs.sourceforge.net' @@ -48,11 +48,11 @@ 'f5e7bba09a46c5c5d7007cac6eff9df5' '7674106eaaa4c149bccd4f05fe3604e9' '4f4827dfc93008dfadd0a530ad0872b2' - '38855936dc55a5afe37d84edc0f11066' + '3694619813cebc5b4502b58f1992b442' '965311784d49a7d126d512cadbe91deb' 'e05705d9aeaeb1ecaee20adc05bc' - 'd7df7bc311fd95c5b80017dd1741570d' - '2e72ee082cba5d3ec6f51d2a105664da' + '359d84a85f8781dc3f45f4cf1dbe4b53' + 'c82ef7b238efe62af3d5e263e1ba1c5c' '5d33d2e754fd37280365b287603bac90' '1cd65909fa0983047f3f06a3ab352401' '02a34835aa077146a90eb7d191e612d0' Modified: rpc-gssd.service === --- rpc-gssd.service2012-10-13 16:37:23 UTC (rev 168631) +++ rpc-gssd.service2012-10-13 16:46:33 UTC (rev 168632) @@ -2,6 +2,7 @@ Description=RPC GSS-API client-side daemon After=rpcbind.service var-lib-nfs-rpc_pipefs.mount Requires=rpcbind.service var-lib-nfs-rpc_pipefs.mount +Before=remote-fs-pre.target [Service] Type=forking Modified: rpc-idmapd.service === --- rpc-idmapd.service 2012-10-13 16:37:23 UTC (rev 168631) +++ rpc-idmapd.service 2012-10-13 16:46:33 UTC (rev 168632) @@ -2,6 +2,7 @@ Description=NFSv4 ID-name mapping daemon After=var-lib-nfs-rpc_pipefs.mount nfsd.service Requires=var-lib-nfs-rpc_pipefs.mount +Before=remote-fs-pre.target [Service] Type=forking Modified: rpc-statd.service === --- rpc-statd.service 2012-10-13 16:37:23 UTC (rev 168631) +++ rpc-statd.service 2012-10-13 16:46:33 UTC (rev 168632) @@ -2,6 +2,7 @@ Description=NFSv2/3 Network Status Monitor Daemon After=rpcbind.service Requires=rpcbind.service +Before=remote-fs-pre.service [Service] Type=forking
[arch-commits] Commit in cyrus-sasl/repos (90 files)
Date: Saturday, October 13, 2012 @ 12:37:23 Author: thomas Revision: 168631 archrelease: copy trunk to extra-i686, extra-x86_64 Added: cyrus-sasl/repos/extra-i686/0003_saslauthd_mdoc.patch (from rev 168630, cyrus-sasl/trunk/0003_saslauthd_mdoc.patch) cyrus-sasl/repos/extra-i686/0010_maintainer_mode.patch (from rev 168630, cyrus-sasl/trunk/0010_maintainer_mode.patch) cyrus-sasl/repos/extra-i686/0011_saslauthd_ac_prog_libtool.patch (from rev 168630, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch) cyrus-sasl/repos/extra-i686/0012_xopen_crypt_prototype.patch (from rev 168630, cyrus-sasl/trunk/0012_xopen_crypt_prototype.patch) cyrus-sasl/repos/extra-i686/0016_pid_file_lock_creation_mask.patch (from rev 168630, cyrus-sasl/trunk/0016_pid_file_lock_creation_mask.patch) cyrus-sasl/repos/extra-i686/0018_auth_rimap_quotes.patch (from rev 168630, cyrus-sasl/trunk/0018_auth_rimap_quotes.patch) cyrus-sasl/repos/extra-i686/0019_ldap_deprecated.patch (from rev 168630, cyrus-sasl/trunk/0019_ldap_deprecated.patch) cyrus-sasl/repos/extra-i686/0022_gcc4.4_preprocessor_syntax.patch (from rev 168630, cyrus-sasl/trunk/0022_gcc4.4_preprocessor_syntax.patch) cyrus-sasl/repos/extra-i686/0025_ld_as_needed.patch (from rev 168630, cyrus-sasl/trunk/0025_ld_as_needed.patch) cyrus-sasl/repos/extra-i686/0026_drop_krb5support_dependency.patch (from rev 168630, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch) cyrus-sasl/repos/extra-i686/0027_db5_support.patch (from rev 168630, cyrus-sasl/trunk/0027_db5_support.patch) cyrus-sasl/repos/extra-i686/0030-dont_use_la_files_for_opening_plugins.patch (from rev 168630, cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch) cyrus-sasl/repos/extra-i686/PKGBUILD (from rev 168630, cyrus-sasl/trunk/PKGBUILD) cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.19-checkpw.c.patch (from rev 168630, cyrus-sasl/trunk/cyrus-sasl-2.1.19-checkpw.c.patch) cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-as-needed.patch (from rev 168630, cyrus-sasl/trunk/cyrus-sasl-2.1.22-as-needed.patch) cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-automake-1.10.patch (from rev 168630, cyrus-sasl/trunk/cyrus-sasl-2.1.22-automake-1.10.patch) cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-crypt.patch (from rev 168630, cyrus-sasl/trunk/cyrus-sasl-2.1.22-crypt.patch) cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-qa.patch (from rev 168630, cyrus-sasl/trunk/cyrus-sasl-2.1.22-qa.patch) cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.23-authd-fix.patch (from rev 168630, cyrus-sasl/trunk/cyrus-sasl-2.1.23-authd-fix.patch) cyrus-sasl/repos/extra-i686/saslauthd (from rev 168630, cyrus-sasl/trunk/saslauthd) cyrus-sasl/repos/extra-i686/saslauthd.conf.d (from rev 168630, cyrus-sasl/trunk/saslauthd.conf.d) cyrus-sasl/repos/extra-i686/saslauthd.service (from rev 168630, cyrus-sasl/trunk/saslauthd.service) cyrus-sasl/repos/extra-i686/tmpfiles.conf (from rev 168630, cyrus-sasl/trunk/tmpfiles.conf) cyrus-sasl/repos/extra-x86_64/0003_saslauthd_mdoc.patch (from rev 168630, cyrus-sasl/trunk/0003_saslauthd_mdoc.patch) cyrus-sasl/repos/extra-x86_64/0010_maintainer_mode.patch (from rev 168630, cyrus-sasl/trunk/0010_maintainer_mode.patch) cyrus-sasl/repos/extra-x86_64/0011_saslauthd_ac_prog_libtool.patch (from rev 168630, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch) cyrus-sasl/repos/extra-x86_64/0012_xopen_crypt_prototype.patch (from rev 168630, cyrus-sasl/trunk/0012_xopen_crypt_prototype.patch) cyrus-sasl/repos/extra-x86_64/0016_pid_file_lock_creation_mask.patch (from rev 168630, cyrus-sasl/trunk/0016_pid_file_lock_creation_mask.patch) cyrus-sasl/repos/extra-x86_64/0018_auth_rimap_quotes.patch (from rev 168630, cyrus-sasl/trunk/0018_auth_rimap_quotes.patch) cyrus-sasl/repos/extra-x86_64/0019_ldap_deprecated.patch (from rev 168630, cyrus-sasl/trunk/0019_ldap_deprecated.patch) cyrus-sasl/repos/extra-x86_64/0022_gcc4.4_preprocessor_syntax.patch (from rev 168630, cyrus-sasl/trunk/0022_gcc4.4_preprocessor_syntax.patch) cyrus-sasl/repos/extra-x86_64/0025_ld_as_needed.patch (from rev 168630, cyrus-sasl/trunk/0025_ld_as_needed.patch) cyrus-sasl/repos/extra-x86_64/0026_drop_krb5support_dependency.patch (from rev 168630, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch) cyrus-sasl/repos/extra-x86_64/0027_db5_support.patch (from rev 168630, cyrus-sasl/trunk/0027_db5_support.patch) cyrus-sasl/repos/extra-x86_64/0030-dont_use_la_files_for_opening_plugins.patch (from rev 168630, cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch) cyrus-sasl/repos/extra-x86_64/PKGBUILD (from rev 168630, cyrus-sasl/trunk/PKGBUILD) cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch (from rev 168630, cyrus-sasl/trunk/cyrus-sasl-2.1.19-checkpw.c.patch) cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.22-as-nee
[arch-commits] Commit in cyrus-sasl/trunk (PKGBUILD saslauthd.service tmpfiles.conf)
Date: Saturday, October 13, 2012 @ 12:34:31 Author: thomas Revision: 168630 upgpkg: cyrus-sasl 2.1.23-11: Fix syntax in systemd unit and add necessary tmpfiles.d configuration Added: cyrus-sasl/trunk/tmpfiles.conf Modified: cyrus-sasl/trunk/PKGBUILD cyrus-sasl/trunk/saslauthd.service ---+ PKGBUILD | 13 - saslauthd.service |2 +- tmpfiles.conf |1 + 3 files changed, 10 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 16:16:09 UTC (rev 168629) +++ PKGBUILD2012-10-13 16:34:31 UTC (rev 168630) @@ -8,7 +8,7 @@ pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql') #pkgname=libsasl pkgver=2.1.23 -pkgrel=10 +pkgrel=11 pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library" arch=('i686' 'x86_64') url="http://cyrusimap.web.cmu.edu/"; @@ -35,7 +35,8 @@ 0030-dont_use_la_files_for_opening_plugins.patch saslauthd.service saslauthd.conf.d -saslauthd) +saslauthd +tmpfiles.conf) md5sums=('2eb0e48106f0e9cd8001e654f267ecbc' 'e27ddff076342e7a3041c4759817d04b' 'd7e6886e88af04d05f3dec7f0a59ccf7' @@ -54,9 +55,10 @@ 'b7848957357e7c02d6490102be496bf9' 'd86a5aa2e3b5b7c1bad6f8b548b7ea36' '8e7106f32e495e9ade69014fd1b3352a' - '00f6b781549a274630e22173f77bd41d' + '3499dcd610ad1ad58e0faffde2aa7a23' '49219af5641150edec288a3fdb65e7c1' - '75542f613185d5a90520ad0d7d926a20') + '75542f613185d5a90520ad0d7d926a20' + '45bb0192d2f188066240b9a66ee6365f') build() { cd "${srcdir}/cyrus-sasl-${pkgver}" @@ -149,7 +151,7 @@ } package_cyrus-sasl() { - depends=("libsasl=${pkgver}") + depends=("libsasl=${pkgver}" 'krb5') pkgdesc="Cyrus saslauthd SASL authentication daemon" backup=('etc/conf.d/saslauthd') @@ -158,6 +160,7 @@ install -Dm755 "${srcdir}/saslauthd" "${pkgdir}/etc/rc.d/saslauthd" install -Dm644 "${srcdir}/saslauthd.conf.d" "${pkgdir}/etc/conf.d/saslauthd" install -Dm644 "${srcdir}/saslauthd.service" "${pkgdir}/usr/lib/systemd/system/saslauthd.service" + install -Dm644 "${srcdir}/tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/saslauthd.conf" install -m755 -d "${pkgdir}/usr/share/licenses/cyrus-sasl" ln -sf ../libsasl/COPYING "${pkgdir}/usr/share/licenses/cyrus-sasl/" Modified: saslauthd.service === --- saslauthd.service 2012-10-13 16:16:09 UTC (rev 168629) +++ saslauthd.service 2012-10-13 16:34:31 UTC (rev 168630) @@ -5,7 +5,7 @@ Type=forking EnvironmentFile=/etc/conf.d/saslauthd ExecStart=/usr/sbin/saslauthd $SASLAUTHD_OPTS -PidFile=/var/run/saslauthd/saslauthd.pid +PIDFile=/var/run/saslauthd/saslauthd.pid [Install] WantedBy=multi-user.target Added: tmpfiles.conf === --- tmpfiles.conf (rev 0) +++ tmpfiles.conf 2012-10-13 16:34:31 UTC (rev 168630) @@ -0,0 +1 @@ +d /run/saslauthd 0755 root root - -
[arch-commits] Commit in rsync/repos (16 files)
Date: Saturday, October 13, 2012 @ 12:16:09 Author: thomas Revision: 168629 archrelease: copy trunk to extra-i686, extra-x86_64 Added: rsync/repos/extra-i686/ rsync/repos/extra-i686/PKGBUILD (from rev 168628, rsync/trunk/PKGBUILD) rsync/repos/extra-i686/rsync.xinetd (from rev 168628, rsync/trunk/rsync.xinetd) rsync/repos/extra-i686/rsyncd (from rev 168628, rsync/trunk/rsyncd) rsync/repos/extra-i686/rsyncd.conf (from rev 168628, rsync/trunk/rsyncd.conf) rsync/repos/extra-i686/rsyncd.service (from rev 168628, rsync/trunk/rsyncd.service) rsync/repos/extra-i686/rsyncd.socket (from rev 168628, rsync/trunk/rsyncd.socket) rsync/repos/extra-i686/rsyncd@.service (from rev 168628, rsync/trunk/rsyncd@.service) rsync/repos/extra-x86_64/ rsync/repos/extra-x86_64/PKGBUILD (from rev 168628, rsync/trunk/PKGBUILD) rsync/repos/extra-x86_64/rsync.xinetd (from rev 168628, rsync/trunk/rsync.xinetd) rsync/repos/extra-x86_64/rsyncd (from rev 168628, rsync/trunk/rsyncd) rsync/repos/extra-x86_64/rsyncd.conf (from rev 168628, rsync/trunk/rsyncd.conf) rsync/repos/extra-x86_64/rsyncd.service (from rev 168628, rsync/trunk/rsyncd.service) rsync/repos/extra-x86_64/rsyncd.socket (from rev 168628, rsync/trunk/rsyncd.socket) rsync/repos/extra-x86_64/rsyncd@.service (from rev 168628, rsync/trunk/rsyncd@.service) --+ extra-i686/PKGBUILD | 44 + extra-i686/rsync.xinetd | 11 ++ extra-i686/rsyncd| 37 ++ extra-i686/rsyncd.conf | 10 + extra-i686/rsyncd.service| 10 + extra-i686/rsyncd.socket | 10 + extra-i686/rsyncd@.service | 11 ++ extra-x86_64/PKGBUILD| 44 + extra-x86_64/rsync.xinetd| 11 ++ extra-x86_64/rsyncd | 37 ++ extra-x86_64/rsyncd.conf | 10 + extra-x86_64/rsyncd.service | 10 + extra-x86_64/rsyncd.socket | 10 + extra-x86_64/rsyncd@.service | 11 ++ 14 files changed, 266 insertions(+) Copied: rsync/repos/extra-i686/PKGBUILD (from rev 168628, rsync/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 16:16:09 UTC (rev 168629) @@ -0,0 +1,44 @@ +# $Id$ + +pkgname=rsync +pkgver=3.0.9 +pkgrel=5 +pkgdesc="A file transfer program to keep remote files in sync" +arch=('i686' 'x86_64') +url="http://samba.anu.edu.au/rsync/"; +license=('GPL3') +depends=('perl') +backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync') +source=("http://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz"; +'rsyncd.conf' 'rsyncd' 'rsync.xinetd' 'rsyncd.service' +'rsyncd.socket' 'rsyncd@.service') +md5sums=('5ee72266fe2c1822333c407e1761b92b' + 'bce64d122a8e0f86872a4a21a03bc7f3' + 'ba413da4ebca05c57860151fda21efbc' + 'ea3e9277dc908bc51f9eddc0f6b935c1' + 'ec96f9089d71109557cdcaa3f0633ed6' + 'ae4c381e0c02d6132c7f6ded3f473041' + '53f94e613e0bc502d38dd61bd2cd7636') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --with-included-popt + make +} + +check() { + cd "$srcdir/$pkgname-$pkgver" + make test +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm755 ../rsyncd "$pkgdir/etc/rc.d/rsyncd" + install -Dm644 ../rsyncd.conf "$pkgdir/etc/rsyncd.conf" + install -Dm644 ../rsync.xinetd "$pkgdir/etc/xinetd.d/rsync" + install -Dm644 ../rsyncd.service "$pkgdir/usr/lib/systemd/system/rsyncd.service" + install -m644 ../rsyncd.socket "$pkgdir/usr/lib/systemd/system/rsyncd.socket" + install -m644 ../rsyncd@.service "$pkgdir/usr/lib/systemd/system/rsyncd@.service" + install -Dm755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync" +} Copied: rsync/repos/extra-i686/rsync.xinetd (from rev 168628, rsync/trunk/rsync.xinetd) === --- extra-i686/rsync.xinetd (rev 0) +++ extra-i686/rsync.xinetd 2012-10-13 16:16:09 UTC (rev 168629) @@ -0,0 +1,11 @@ +service rsync +{ +socket_type = stream +wait= no +user= root +server = /usr/bin/rsync +server_args = --daemon +log_on_success += HOST DURATION +log_on_failure += HOST +disable = yes +} Copied: rsync/repos/extra-i686/rsyncd (from rev 168628, rsync/trunk/rsyncd) === --- extra-i686/rsyncd (rev 0) +++ extra-i686/rsyncd 2012-10-13 16:16:09 UT
[arch-commits] Commit in rsync/repos (extra-i686 extra-x86_64)
Date: Saturday, October 13, 2012 @ 12:15:24 Author: thomas Revision: 168628 rsync: Remove repos/ after devtools screwup Deleted: rsync/repos/extra-i686/ rsync/repos/extra-x86_64/
[arch-commits] Commit in rsync/repos (12 files)
Date: Saturday, October 13, 2012 @ 12:13:00 Author: thomas Revision: 168627 archrelease: copy trunk to extra-i686, extra-x86_64 Deleted: rsync/repos/extra-i686/PKGBUILD rsync/repos/extra-i686/rsync.xinetd rsync/repos/extra-i686/rsyncd rsync/repos/extra-i686/rsyncd.conf rsync/repos/extra-i686/rsyncd.service rsync/repos/extra-i686/rsyncd.socket rsync/repos/extra-x86_64/PKGBUILD rsync/repos/extra-x86_64/rsync.xinetd rsync/repos/extra-x86_64/rsyncd rsync/repos/extra-x86_64/rsyncd.conf rsync/repos/extra-x86_64/rsyncd.service rsync/repos/extra-x86_64/rsyncd.socket -+ extra-i686/PKGBUILD | 44 -- extra-i686/rsync.xinetd | 11 -- extra-i686/rsyncd | 37 --- extra-i686/rsyncd.conf | 10 - extra-i686/rsyncd.service | 10 - extra-i686/rsyncd.socket| 11 -- extra-x86_64/PKGBUILD | 44 -- extra-x86_64/rsync.xinetd | 11 -- extra-x86_64/rsyncd | 37 --- extra-x86_64/rsyncd.conf| 10 - extra-x86_64/rsyncd.service | 10 - extra-x86_64/rsyncd.socket | 11 -- 12 files changed, 246 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 16:12:06 UTC (rev 168626) +++ extra-i686/PKGBUILD 2012-10-13 16:13:00 UTC (rev 168627) @@ -1,44 +0,0 @@ -# $Id$ - -pkgname=rsync -pkgver=3.0.9 -pkgrel=4 -pkgdesc="A file transfer program to keep remote files in sync" -arch=('i686' 'x86_64') -url="http://samba.anu.edu.au/rsync/"; -license=('GPL3') -depends=('perl') -backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync') -source=("http://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz"; -'rsyncd.conf' 'rsyncd' 'rsync.xinetd' 'rsyncd.service' -'rsyncd.socket' 'rsyncd@.service') -md5sums=('5ee72266fe2c1822333c407e1761b92b' - 'bce64d122a8e0f86872a4a21a03bc7f3' - 'ba413da4ebca05c57860151fda21efbc' - 'ea3e9277dc908bc51f9eddc0f6b935c1' - 'ec96f9089d71109557cdcaa3f0633ed6' - 'af4eabd94380050191b20ab03e6f6076' - '53f94e613e0bc502d38dd61bd2cd7636') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --with-included-popt - make -} - -check() { - cd "$srcdir/$pkgname-$pkgver" - make test -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm755 ../rsyncd "$pkgdir/etc/rc.d/rsyncd" - install -Dm644 ../rsyncd.conf "$pkgdir/etc/rsyncd.conf" - install -Dm644 ../rsync.xinetd "$pkgdir/etc/xinetd.d/rsync" - install -Dm644 ../rsyncd.service "$pkgdir/usr/lib/systemd/system/rsyncd.service" - install -m644 ../rsyncd.socket "$pkgdir/usr/lib/systemd/system/rsyncd.socket" - install -m644 ../rsyncd@.service "$pkgdir/usr/lib/systemd/system/rsyncd@.service" - install -Dm755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync" -} Deleted: extra-i686/rsync.xinetd === --- extra-i686/rsync.xinetd 2012-10-13 16:12:06 UTC (rev 168626) +++ extra-i686/rsync.xinetd 2012-10-13 16:13:00 UTC (rev 168627) @@ -1,11 +0,0 @@ -service rsync -{ -socket_type = stream -wait= no -user= root -server = /usr/bin/rsync -server_args = --daemon -log_on_success += HOST DURATION -log_on_failure += HOST -disable = yes -} Deleted: extra-i686/rsyncd === --- extra-i686/rsyncd 2012-10-13 16:12:06 UTC (rev 168626) +++ extra-i686/rsyncd 2012-10-13 16:13:00 UTC (rev 168627) @@ -1,37 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -[ -f /etc/conf.d/rsyncd ] && . /etc/conf.d/rsyncd - -case "$1" in - start) -stat_busy "Starting rsyncd" -[ ! -f /run/daemons/rsyncd ] && /usr/bin/rsync --daemon $RSYNCD_ARGS -if [ $? -gt 0 ]; then - stat_fail -else - add_daemon rsyncd - stat_done -fi -;; - stop) -stat_busy "Stopping rsyncd" -[ -f /run/rsyncd.pid ] && kill `cat /run/rsyncd.pid` -if [ $? -gt 0 ]; then - stat_fail -else - rm_daemon rsyncd - stat_done -fi -;; - restart) -$0 stop -sleep 1 -$0 start -;; - *) -echo "usage: $0 {start|stop|restart}" -esac -exit 0 Deleted: extra-i686/rsyncd.conf === --- extra-i686/rsyncd.conf 2012-10-13 16:12:06 UTC (rev 168626) +++ extra-i686/rsyncd.conf 2012-10-13 16:13:00 UTC (rev 168627) @@ -1,10 +0,0 @@ -uid = nobody -gid = nobody -use chroot = no -max connections = 4 -sy
[arch-commits] Commit in rsync/trunk (PKGBUILD rsyncd.socket)
Date: Saturday, October 13, 2012 @ 12:12:06 Author: thomas Revision: 168626 upgpkg: rsync 3.0.9-5: Fix broken rsyncd.socket Modified: rsync/trunk/PKGBUILD rsync/trunk/rsyncd.socket ---+ PKGBUILD |4 ++-- rsyncd.socket |1 - 2 files changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 15:55:26 UTC (rev 168625) +++ PKGBUILD2012-10-13 16:12:06 UTC (rev 168626) @@ -2,7 +2,7 @@ pkgname=rsync pkgver=3.0.9 -pkgrel=4 +pkgrel=5 pkgdesc="A file transfer program to keep remote files in sync" arch=('i686' 'x86_64') url="http://samba.anu.edu.au/rsync/"; @@ -17,7 +17,7 @@ 'ba413da4ebca05c57860151fda21efbc' 'ea3e9277dc908bc51f9eddc0f6b935c1' 'ec96f9089d71109557cdcaa3f0633ed6' - 'af4eabd94380050191b20ab03e6f6076' + 'ae4c381e0c02d6132c7f6ded3f473041' '53f94e613e0bc502d38dd61bd2cd7636') build() { Modified: rsyncd.socket === --- rsyncd.socket 2012-10-13 15:55:26 UTC (rev 168625) +++ rsyncd.socket 2012-10-13 16:12:06 UTC (rev 168626) @@ -1,6 +1,5 @@ [Unit] Description=Rsync Socket -After=network.target Conflicts=rsyncd.service [Socket]
[arch-commits] Commit in xorg-xdm/repos (14 files)
Date: Saturday, October 13, 2012 @ 11:55:26 Author: andyrtr Revision: 168625 archrelease: copy trunk to staging-i686, staging-x86_64 Added: xorg-xdm/repos/staging-i686/ xorg-xdm/repos/staging-i686/PKGBUILD (from rev 168624, xorg-xdm/trunk/PKGBUILD) xorg-xdm/repos/staging-i686/Xsession-loginshell.patch (from rev 168624, xorg-xdm/trunk/Xsession-loginshell.patch) xorg-xdm/repos/staging-i686/Xsession-xsm.patch (from rev 168624, xorg-xdm/trunk/Xsession-xsm.patch) xorg-xdm/repos/staging-i686/git_fixes.diff (from rev 168624, xorg-xdm/trunk/git_fixes.diff) xorg-xdm/repos/staging-i686/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch (from rev 168624, xorg-xdm/trunk/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch) xorg-xdm/repos/staging-i686/xdm.pam (from rev 168624, xorg-xdm/trunk/xdm.pam) xorg-xdm/repos/staging-x86_64/ xorg-xdm/repos/staging-x86_64/PKGBUILD (from rev 168624, xorg-xdm/trunk/PKGBUILD) xorg-xdm/repos/staging-x86_64/Xsession-loginshell.patch (from rev 168624, xorg-xdm/trunk/Xsession-loginshell.patch) xorg-xdm/repos/staging-x86_64/Xsession-xsm.patch (from rev 168624, xorg-xdm/trunk/Xsession-xsm.patch) xorg-xdm/repos/staging-x86_64/git_fixes.diff (from rev 168624, xorg-xdm/trunk/git_fixes.diff) xorg-xdm/repos/staging-x86_64/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch (from rev 168624, xorg-xdm/trunk/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch) xorg-xdm/repos/staging-x86_64/xdm.pam (from rev 168624, xorg-xdm/trunk/xdm.pam) ---+ staging-i686/PKGBUILD | 60 + staging-i686/Xsession-loginshell.patch| 15 staging-i686/Xsession-xsm.patch | 22 staging-i686/git_fixes.diff | 673 staging-i686/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch |8 staging-i686/xdm.pam | 10 staging-x86_64/PKGBUILD | 60 + staging-x86_64/Xsession-loginshell.patch | 15 staging-x86_64/Xsession-xsm.patch | 22 staging-x86_64/git_fixes.diff | 673 staging-x86_64/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch |8 staging-x86_64/xdm.pam| 10 12 files changed, 1576 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 168624:168625 to see the changes.
[arch-commits] Commit in xorg-xdm/trunk (PKGBUILD git_fixes.diff xdm-consolekit.patch)
Date: Saturday, October 13, 2012 @ 11:54:19 Author: andyrtr Revision: 168624 upgpkg: xorg-xdm 1.1.11-4 drop consolekit support; add all current upstream git commits, this ass systemd notification so systemd is now a runtime dep Added: xorg-xdm/trunk/git_fixes.diff Modified: xorg-xdm/trunk/PKGBUILD Deleted: xorg-xdm/trunk/xdm-consolekit.patch --+ PKGBUILD | 24 - git_fixes.diff | 673 + xdm-consolekit.patch | 225 3 files changed, 683 insertions(+), 239 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 15:18:41 UTC (rev 168623) +++ PKGBUILD2012-10-13 15:54:19 UTC (rev 168624) @@ -3,39 +3,35 @@ # Contributor: Jan de Groot pkgname=xorg-xdm pkgver=1.1.11 -pkgrel=3 +pkgrel=4 pkgdesc="X Display Manager" arch=(i686 x86_64) url="http://xorg.freedesktop.org/"; license=('custom') -depends=('pam' 'libxaw' 'libxinerama' 'xorg-xrdb' 'xorg-sessreg' 'libxft' 'consolekit') -makedepends=('pkgconfig' 'xorg-util-macros' 'systemd' 'xtrans') +depends=('pam' 'libxaw' 'libxinerama' 'xorg-xrdb' 'xorg-sessreg' 'libxft' 'systemd') +makedepends=('pkgconfig' 'xorg-util-macros' 'xtrans') backup=(etc/X11/xdm/Xaccess etc/X11/xdm/Xresources etc/X11/xdm/Xservers etc/X11/xdm/xdm-config etc/pam.d/xdm etc/X11/xdm/Xsetup_0 etc/X11/xdm/Xsession) options=('!libtool') source=(${url}/releases/individual/app/xdm-${pkgver}.tar.bz2 Xsession-loginshell.patch Xsession-xsm.patch -xdm-consolekit.patch xdm-1.0.5-sessreg-utmp-fix-bug177890.patch -xdm.pam) -md5sums=('64a1af1f7eb69feae12e75d4cc3aaf19' - '234ae568e7b22cbc09433bb396ff3d80' - '2c30078c50bc653d72eb5114506eb313' - '25c6d8adeed0796d432b2bbf1d83a7e9' - '13032add23a0a8d48a638418094bfc00' - '6de9362b1bf0835026270b20d8029909') +xdm.pam +git_fixes.diff) sha256sums=('d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47' 'fd3e7c20837b42a8ab111369fd6dc9612f9edb91c1f6904cca1d6a1fa3cfa0ff' '77a1ce9bdf363591b72798db08b4df3589bd4e64737fd32cf9028f9245450edb' -'10ce850e6a93c6ba68b5d71104b1fd6680ad9760274068512f43a694b1edda76' '5f380a2d6f77feb910d77f7f6843fce9b00ff7610c159fc029ee44cc6c23a48a' -'7d6818a1c1a44e9bd38774c035e03b0b831f6646681bc2bf556761aec7baf418') +'7d6818a1c1a44e9bd38774c035e03b0b831f6646681bc2bf556761aec7baf418' +'781b5577bb070220d018a11832d0d4a65fd16e130730ba26fb055c3aa68156b2') build() { cd "${srcdir}/xdm-${pkgver}" + # upstream commits - Add some missing malloc failure checks 2012-01-07 + patch -Np1 -i "${srcdir}/git_fixes.diff" + patch -Np0 -i "${srcdir}/Xsession-loginshell.patch" patch -Np1 -i "${srcdir}/Xsession-xsm.patch" - patch -Np1 -i "${srcdir}/xdm-consolekit.patch" patch -Np0 -i "${srcdir}/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch" autoreconf -fi Added: git_fixes.diff === --- git_fixes.diff (rev 0) +++ git_fixes.diff 2012-10-13 15:54:19 UTC (rev 168624) @@ -0,0 +1,673 @@ +From 011a2710a69cd345a8ee3a6b2f15407b4c3b355a Mon Sep 17 00:00:00 2001 +From: Jeremy Huddleston +Date: Sun, 25 Sep 2011 07:56:15 + +Subject: Require xt >= 1.0 for appdefaultdir + +https://bugs.freedesktop.org/show_bug.cgi?id=7237 + +Signed-off-by: Jeremy Huddleston +--- +diff --git a/configure.ac b/configure.ac +index b488f0c..a4222f1 100644 +--- a/configure.ac b/configure.ac +@@ -383,7 +383,7 @@ PKG_CHECK_MODULES(AUTH, xau) + # Greeter + # + +-PKG_CHECK_MODULES(XDMGREET, xt x11 xext) ++PKG_CHECK_MODULES(XDMGREET, xt >= 1.0 x11 xext) + + GREETERLIB="${XDMLIBDIR}/libXdmGreet.so" + AX_DEFINE_DIR(DEF_GREETER_LIB, GREETERLIB, [Location of Xdm Greeter library]) +-- +cgit v0.9.0.2-2-gbebe +From 618039261b0c7f14eb3b32c8f636464369724407 Mon Sep 17 00:00:00 2001 +From: Alan Coopersmith +Date: Wed, 21 Sep 2011 02:11:20 + +Subject: Mark some chars as const to fix gcc -Wwrite-strings warnings + +Can't fix all the warnings, due to the Xt API, but can fix a bunch. + +Signed-off-by: Alan Coopersmith +--- +diff --git a/greeter/greet.c b/greeter/greet.c +index 539ce17..82e2c21 100644 +--- a/greeter/greet.c b/greeter/greet.c +@@ -110,9 +110,9 @@ void(*__xdm_SessionExit)(struct display *d, int status, int removeAuth) = NU + void(*__xdm_DeleteXloginResources)(struct display *d, Display *dpy) = NULL; + int (*__xdm_source)(char **environ, char *file) = NULL; + char**(*__xdm_defaultEnv)(void) = NULL; +-char**(*__xdm_setEnv)(char **e, char *name, char *value) = NULL; ++char**(*__xdm_setEnv)(char **e, const char *name, const char *value) = NULL; + char**(*__xdm_putEnv)(const char *string, char **env) = NULL; +-char**(*__xdm_parseArgs)(char **argv,
[arch-commits] Commit in git/repos (14 files)
Date: Saturday, October 13, 2012 @ 11:18:41 Author: dan Revision: 168623 archrelease: copy trunk to extra-i686, extra-x86_64 Added: git/repos/extra-i686/PKGBUILD (from rev 168622, git/trunk/PKGBUILD) git/repos/extra-i686/git-daemon (from rev 168622, git/trunk/git-daemon) git/repos/extra-i686/git-daemon.conf (from rev 168622, git/trunk/git-daemon.conf) git/repos/extra-i686/git-daemon.socket (from rev 168622, git/trunk/git-daemon.socket) git/repos/extra-i686/git-daemon@.service (from rev 168622, git/trunk/git-daemon@.service) git/repos/extra-i686/git.install (from rev 168622, git/trunk/git.install) git/repos/extra-x86_64/PKGBUILD (from rev 168622, git/trunk/PKGBUILD) git/repos/extra-x86_64/git-daemon (from rev 168622, git/trunk/git-daemon) git/repos/extra-x86_64/git-daemon.conf (from rev 168622, git/trunk/git-daemon.conf) git/repos/extra-x86_64/git-daemon.socket (from rev 168622, git/trunk/git-daemon.socket) git/repos/extra-x86_64/git-daemon@.service (from rev 168622, git/trunk/git-daemon@.service) git/repos/extra-x86_64/git.install (from rev 168622, git/trunk/git.install) Deleted: git/repos/extra-i686/git-daemon@.service git/repos/extra-x86_64/git-daemon@.service --+ extra-i686/PKGBUILD | 117 + extra-i686/git-daemon| 70 ++ extra-i686/git-daemon.conf |5 + extra-i686/git-daemon.socket |9 ++ extra-i686/git-daemon@.service | 20 +++--- extra-i686/git.install | 21 ++ extra-x86_64/PKGBUILD| 117 + extra-x86_64/git-daemon | 70 ++ extra-x86_64/git-daemon.conf |5 + extra-x86_64/git-daemon.socket |9 ++ extra-x86_64/git-daemon@.service | 20 +++--- extra-x86_64/git.install | 21 ++ 12 files changed, 464 insertions(+), 20 deletions(-) Copied: git/repos/extra-i686/PKGBUILD (from rev 168622, git/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 15:18:41 UTC (rev 168623) @@ -0,0 +1,117 @@ +# $Id$ +# Maintainer: Dan McGee + +pkgname=git +pkgver=1.7.12.3 +pkgrel=1 +pkgdesc="the fast distributed version control system" +arch=(i686 x86_64) +url="http://git-scm.com/"; +license=('GPL2') +depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre') +makedepends=('python2' 'emacs') +optdepends=('tk: gitk and git gui' +'perl-libwww: git svn' +'perl-term-readkey: git svn' +'perl-mime-tools: git send-email' +'perl-net-smtp-ssl: git send-email TLS support' +'perl-authen-sasl: git send-email TLS support' +'python2: various helper scripts' +'subversion: git svn' +'cvsps: git cvsimport') +replaces=('git-core') +provides=('git-core') +backup=('etc/conf.d/git-daemon.conf') +install=git.install +source=("http://git-core.googlecode.com/files/git-$pkgver.tar.gz"; +"http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz"; +git-daemon +git-daemon.conf +git-daemon@.service +git-daemon.socket) + +build() { + export PYTHON_PATH='/usr/bin/python2' + cd "$srcdir/$pkgname-$pkgver" + make prefix=/usr gitexecdir=/usr/lib/git-core \ +CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ +USE_LIBPCRE=1 \ +NO_CROSS_DIRECTORY_HARDLINKS=1 \ +all + + cd contrib/emacs + make prefix=/usr +} + +check() { + export PYTHON_PATH='/usr/bin/python2' + cd "$srcdir/$pkgname-$pkgver" + local jobs + jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') + mkdir -p /dev/shm/git-test + # We used to use this, but silly git regressions: + #GIT_TEST_OPTS="--root=/dev/shm/" \ + # http://comments.gmane.org/gmane.comp.version-control.git/202020 + make prefix=/usr gitexecdir=/usr/lib/git-core \ +CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ +USE_LIBPCRE=1 \ +NO_CROSS_DIRECTORY_HARDLINKS=1 \ +NO_SVN_TESTS=y \ +DEFAULT_TEST_TARGET=prove \ +GIT_PROVE_OPTS="$jobs -Q" \ +GIT_TEST_OPTS="--root=/dev/shm/git-test" \ +test +} + +package() { + export PYTHON_PATH='/usr/bin/python2' + cd "$srcdir/$pkgname-$pkgver" + make prefix=/usr gitexecdir=/usr/lib/git-core \ +CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ +USE_LIBPCRE=1 \ +NO_CROSS_DIRECTORY_HARDLINKS=1 \ +INSTALLDIRS=vendor DESTDIR="$pkgdir" install + + # bash completion + mkdir -p "$pkgdir"/usr/share/bash-completion/completions/ + install -m644 ./contrib/completion/git-completion.bash "$pkgdir"/usr/share/bash-completion/completions/git + # fancy git prompt + mkdir -p "$pkgdir"/usr/share/git/ + install -m644 ./contrib/completion/git-prompt.sh "$pkgdir"/usr/share/git/git-prompt.sh + # more contrib stuff + cp -a ./contrib/* $pkgdir/usr/share/git/ + #
[arch-commits] Commit in freeglut/repos (4 files)
Date: Saturday, October 13, 2012 @ 11:13:40 Author: andyrtr Revision: 168622 archrelease: copy trunk to extra-i686, extra-x86_64 Added: freeglut/repos/extra-i686/PKGBUILD (from rev 168621, freeglut/trunk/PKGBUILD) freeglut/repos/extra-x86_64/PKGBUILD (from rev 168621, freeglut/trunk/PKGBUILD) Deleted: freeglut/repos/extra-i686/PKGBUILD freeglut/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 68 ++-- extra-x86_64/PKGBUILD | 68 ++-- 2 files changed, 74 insertions(+), 62 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 15:12:59 UTC (rev 168621) +++ extra-i686/PKGBUILD 2012-10-13 15:13:40 UTC (rev 168622) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Eric Belanger -# Contributor: Tom Newsom - -pkgname=freeglut -pkgver=2.8.0 -pkgrel=1 -pkgdesc="Provides functionality for small OpenGL programs" -arch=('i686' 'x86_64') -url="http://freeglut.sourceforge.net/"; -license=('MIT') -depends=('libxxf86vm' 'mesa' 'libxi') -replaces=('glut') -provides=('glut') -conflicts=('glut') -options=('!libtool') -source=(http://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz) -md5sums=('5db8651af306bc403fbfd36934a20e1d') -sha1sums=('4debbe559c6c9841ce1abaddc9d461d17c6083b1') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-static - make all -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: freeglut/repos/extra-i686/PKGBUILD (from rev 168621, freeglut/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 15:13:40 UTC (rev 168622) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Eric Belanger +# Contributor: Tom Newsom + +pkgname=freeglut +pkgver=2.8.0 +pkgrel=2 +pkgdesc="Provides functionality for small OpenGL programs" +arch=('i686' 'x86_64') +url="http://freeglut.sourceforge.net/"; +license=('MIT') +depends=('libxi' 'libxrandr' 'libgl') +makedepends=('mesa' 'glu' 'libxxf86vm') +replaces=('glut') +provides=('glut') +conflicts=('glut') +options=('!libtool') +source=(http://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz) +md5sums=('5db8651af306bc403fbfd36934a20e1d') +sha1sums=('4debbe559c6c9841ce1abaddc9d461d17c6083b1') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # smooth_opengl3 demo doesn't build with recent mesa, Gentoo bug #428382 + sed -i "s/smooth_opengl3 //" progs/demos/Makefile.* + + autoreconf -vfi + ./configure --prefix=/usr --disable-static + make all +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-10-13 15:12:59 UTC (rev 168621) +++ extra-x86_64/PKGBUILD 2012-10-13 15:13:40 UTC (rev 168622) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Eric Belanger -# Contributor: Tom Newsom - -pkgname=freeglut -pkgver=2.8.0 -pkgrel=1 -pkgdesc="Provides functionality for small OpenGL programs" -arch=('i686' 'x86_64') -url="http://freeglut.sourceforge.net/"; -license=('MIT') -depends=('libxxf86vm' 'mesa' 'libxi') -replaces=('glut') -provides=('glut') -conflicts=('glut') -options=('!libtool') -source=(http://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz) -md5sums=('5db8651af306bc403fbfd36934a20e1d') -sha1sums=('4debbe559c6c9841ce1abaddc9d461d17c6083b1') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-static - make all -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: freeglut/repos/extra-x86_64/PKGBUILD (from rev 168621, freeglut/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-10-13 15:13:40 UTC (rev 168622) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Eric Belanger +# Contributor: Tom Newsom + +pkgname=freeglut +pkgver=2.8.0 +pkgrel=2 +pkgdesc="Provides functionality for small OpenGL programs" +arch=('i686' 'x86_64') +url="http://freeglut.sourceforge.net/"; +license=('MIT') +depends=('libxi' 'libxrandr' 'libgl') +makedepends=('mesa' 'glu' 'libxxf86vm') +replaces=('glut') +provides=('glut') +conflicts=('glut') +options=('!libtool') +source=(http://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz) +md5sums=('5db8651af306bc403fbfd36934a20e1d') +sha1sums=('4debbe559c6c9841ce1abaddc
[arch-commits] Commit in freeglut/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 11:12:59 Author: andyrtr Revision: 168621 upgpkg: freeglut 2.8.0-2 rebuild for mesa 9.0; tighten deps Modified: freeglut/trunk/PKGBUILD --+ PKGBUILD | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 14:47:43 UTC (rev 168620) +++ PKGBUILD2012-10-13 15:12:59 UTC (rev 168621) @@ -4,12 +4,13 @@ pkgname=freeglut pkgver=2.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="Provides functionality for small OpenGL programs" arch=('i686' 'x86_64') url="http://freeglut.sourceforge.net/"; license=('MIT') -depends=('libxxf86vm' 'mesa' 'libxi') +depends=('libxi' 'libxrandr' 'libgl') +makedepends=('mesa' 'glu' 'libxxf86vm') replaces=('glut') provides=('glut') conflicts=('glut') @@ -20,6 +21,11 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" + + # smooth_opengl3 demo doesn't build with recent mesa, Gentoo bug #428382 + sed -i "s/smooth_opengl3 //" progs/demos/Makefile.* + + autoreconf -vfi ./configure --prefix=/usr --disable-static make all }
[arch-commits] Commit in kdebase-workspace/repos (26 files)
Date: Saturday, October 13, 2012 @ 10:47:43 Author: andrea Revision: 168620 archrelease: copy trunk to staging-i686, staging-x86_64 Added: kdebase-workspace/repos/staging-i686/ kdebase-workspace/repos/staging-i686/PKGBUILD (from rev 168619, kdebase-workspace/trunk/PKGBUILD) kdebase-workspace/repos/staging-i686/fixpath.patch (from rev 168619, kdebase-workspace/trunk/fixpath.patch) kdebase-workspace/repos/staging-i686/kde-np.pam (from rev 168619, kdebase-workspace/trunk/kde-np.pam) kdebase-workspace/repos/staging-i686/kde.pam (from rev 168619, kdebase-workspace/trunk/kde.pam) kdebase-workspace/repos/staging-i686/kdebase-workspace.install (from rev 168619, kdebase-workspace/trunk/kdebase-workspace.install) kdebase-workspace/repos/staging-i686/kdm (from rev 168619, kdebase-workspace/trunk/kdm) kdebase-workspace/repos/staging-i686/kdm-xinitrd.patch (from rev 168619, kdebase-workspace/trunk/kdm-xinitrd.patch) kdebase-workspace/repos/staging-i686/kdm.logrotate (from rev 168619, kdebase-workspace/trunk/kdm.logrotate) kdebase-workspace/repos/staging-i686/kdm.service (from rev 168619, kdebase-workspace/trunk/kdm.service) kdebase-workspace/repos/staging-i686/kscreensaver.pam (from rev 168619, kdebase-workspace/trunk/kscreensaver.pam) kdebase-workspace/repos/staging-i686/logind-support.patch (from rev 168619, kdebase-workspace/trunk/logind-support.patch) kdebase-workspace/repos/staging-i686/terminate-server.patch (from rev 168619, kdebase-workspace/trunk/terminate-server.patch) kdebase-workspace/repos/staging-x86_64/ kdebase-workspace/repos/staging-x86_64/PKGBUILD (from rev 168619, kdebase-workspace/trunk/PKGBUILD) kdebase-workspace/repos/staging-x86_64/fixpath.patch (from rev 168619, kdebase-workspace/trunk/fixpath.patch) kdebase-workspace/repos/staging-x86_64/kde-np.pam (from rev 168619, kdebase-workspace/trunk/kde-np.pam) kdebase-workspace/repos/staging-x86_64/kde.pam (from rev 168619, kdebase-workspace/trunk/kde.pam) kdebase-workspace/repos/staging-x86_64/kdebase-workspace.install (from rev 168619, kdebase-workspace/trunk/kdebase-workspace.install) kdebase-workspace/repos/staging-x86_64/kdm (from rev 168619, kdebase-workspace/trunk/kdm) kdebase-workspace/repos/staging-x86_64/kdm-xinitrd.patch (from rev 168619, kdebase-workspace/trunk/kdm-xinitrd.patch) kdebase-workspace/repos/staging-x86_64/kdm.logrotate (from rev 168619, kdebase-workspace/trunk/kdm.logrotate) kdebase-workspace/repos/staging-x86_64/kdm.service (from rev 168619, kdebase-workspace/trunk/kdm.service) kdebase-workspace/repos/staging-x86_64/kscreensaver.pam (from rev 168619, kdebase-workspace/trunk/kscreensaver.pam) kdebase-workspace/repos/staging-x86_64/logind-support.patch (from rev 168619, kdebase-workspace/trunk/logind-support.patch) kdebase-workspace/repos/staging-x86_64/terminate-server.patch (from rev 168619, kdebase-workspace/trunk/terminate-server.patch) --+ staging-i686/PKGBUILD| 95 + staging-i686/fixpath.patch | 34 ++ staging-i686/kde-np.pam | 12 +++ staging-i686/kde.pam |8 ++ staging-i686/kdebase-workspace.install | 25 +++ staging-i686/kdm | 36 ++ staging-i686/kdm-xinitrd.patch | 18 + staging-i686/kdm.logrotate |6 + staging-i686/kdm.service |9 ++ staging-i686/kscreensaver.pam|1 staging-i686/logind-support.patch| 66 staging-i686/terminate-server.patch | 11 +++ staging-x86_64/PKGBUILD | 95 + staging-x86_64/fixpath.patch | 34 ++ staging-x86_64/kde-np.pam| 12 +++ staging-x86_64/kde.pam |8 ++ staging-x86_64/kdebase-workspace.install | 25 +++ staging-x86_64/kdm | 36 ++ staging-x86_64/kdm-xinitrd.patch | 18 + staging-x86_64/kdm.logrotate |6 + staging-x86_64/kdm.service |9 ++ staging-x86_64/kscreensaver.pam |1 staging-x86_64/logind-support.patch | 66 staging-x86_64/terminate-server.patch| 11 +++ 24 files changed, 642 insertions(+) Copied: kdebase-workspace/repos/staging-i686/PKGBUILD (from rev 168619, kdebase-workspace/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-10-13 14:47:43 UTC (rev 168620) @@ -0,0 +1,95 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgname=kdebase-workspace +_pkgname=kde-workspace +pkgver=4.9.2 +pkgrel=5 +pkgdesc="Provides the interface
[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD)
Date: Saturday, October 13, 2012 @ 09:06:26 Author: andrea Revision: 168619 Remove ConsoleKit Modified: kdebase-workspace/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 12:36:00 UTC (rev 168618) +++ PKGBUILD2012-10-13 13:06:26 UTC (rev 168619) @@ -5,7 +5,7 @@ pkgname=kdebase-workspace _pkgname=kde-workspace pkgver=4.9.2 -pkgrel=4 +pkgrel=5 pkgdesc="Provides the interface and basic tools for the KDE workspace" arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kde-workspace' @@ -15,7 +15,7 @@ # not detected by namcap because libgl depends on it # but nvidia providing libgl does not depend on libxdamage depends=('kdepim-runtime' 'lm_sensors' 'libraw1394' 'libqalculate' - 'qimageblitz' 'polkit-kde' 'consolekit' 'xorg-xprop' 'libxdamage' + 'qimageblitz' 'polkit-kde' 'xorg-xprop' 'libxdamage' 'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama' 'xorg-xrdb' 'libgles' 'libegl' 'libxres' 'xorg-xrandr' 'xorg-xmessage' 'libusb-compat' 'kde-base-artwork') @@ -69,7 +69,8 @@ -DWITH_Xmms=OFF \ -DWITH_Googlegadgets=OFF \ -DWITH_libgps=OFF \ --DPYTHON_EXECUTABLE=/usr/bin/python2 +-DPYTHON_EXECUTABLE=/usr/bin/python2 \ +-DWITH_CkConnector=OFF make }
[arch-commits] Commit in devtools/repos (3 files)
Date: Saturday, October 13, 2012 @ 08:36:00 Author: pierre Revision: 168618 db-move: moved devtools from [testing] to [extra] (any) Added: devtools/repos/extra-any/PKGBUILD (from rev 168617, devtools/repos/testing-any/PKGBUILD) Deleted: devtools/repos/extra-any/PKGBUILD devtools/repos/testing-any/ --+ PKGBUILD | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) Deleted: extra-any/PKGBUILD === --- extra-any/PKGBUILD 2012-10-13 12:08:22 UTC (rev 168617) +++ extra-any/PKGBUILD 2012-10-13 12:36:00 UTC (rev 168618) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Pierre Schmitz - -pkgname=devtools -pkgver=20120720 -pkgrel=1 -pkgdesc='Tools for Arch Linux package maintainers' -arch=('any') -license=('GPL') -url='http://projects.archlinux.org/devtools.git/' -depends=('namcap' 'openssh' 'subversion' 'rsync') -source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"; - "ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) -md5sums=('d1ba08ff9610584e5fa3a6bdc8506865' - '248dc8c61adf74ce26883979a11adbe9') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - make PREFIX=/usr -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make PREFIX=/usr DESTDIR=${pkgdir} install -} Copied: devtools/repos/extra-any/PKGBUILD (from rev 168617, devtools/repos/testing-any/PKGBUILD) === --- extra-any/PKGBUILD (rev 0) +++ extra-any/PKGBUILD 2012-10-13 12:36:00 UTC (rev 168618) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Pierre Schmitz + +pkgname=devtools +pkgver=20121004 +pkgrel=1 +pkgdesc='Tools for Arch Linux package maintainers' +arch=('any') +license=('GPL') +url='http://projects.archlinux.org/devtools.git/' +depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts') +source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"; + "ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";) +md5sums=('335b1f2153fbce659ab1dcd0af9fa7d7' + 'f95e4e3ebd7d78889cb717428e90127d') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + make PREFIX=/usr +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make PREFIX=/usr DESTDIR=${pkgdir} install +}
[arch-commits] Commit in util-linux/repos (14 files)
Date: Saturday, October 13, 2012 @ 08:08:22 Author: tomegun Revision: 168617 archrelease: copy trunk to testing-i686, testing-x86_64 Added: util-linux/repos/testing-i686/ util-linux/repos/testing-i686/PKGBUILD (from rev 168616, util-linux/trunk/PKGBUILD) util-linux/repos/testing-i686/pam-common (from rev 168616, util-linux/trunk/pam-common) util-linux/repos/testing-i686/pam-login (from rev 168616, util-linux/trunk/pam-login) util-linux/repos/testing-i686/pam-su (from rev 168616, util-linux/trunk/pam-su) util-linux/repos/testing-i686/util-linux.install (from rev 168616, util-linux/trunk/util-linux.install) util-linux/repos/testing-i686/uuidd.tmpfiles (from rev 168616, util-linux/trunk/uuidd.tmpfiles) util-linux/repos/testing-x86_64/ util-linux/repos/testing-x86_64/PKGBUILD (from rev 168616, util-linux/trunk/PKGBUILD) util-linux/repos/testing-x86_64/pam-common (from rev 168616, util-linux/trunk/pam-common) util-linux/repos/testing-x86_64/pam-login (from rev 168616, util-linux/trunk/pam-login) util-linux/repos/testing-x86_64/pam-su (from rev 168616, util-linux/trunk/pam-su) util-linux/repos/testing-x86_64/util-linux.install (from rev 168616, util-linux/trunk/util-linux.install) util-linux/repos/testing-x86_64/uuidd.tmpfiles (from rev 168616, util-linux/trunk/uuidd.tmpfiles) ---+ testing-i686/PKGBUILD | 82 testing-i686/pam-common |6 ++ testing-i686/pam-login|7 +++ testing-i686/pam-su |9 +++ testing-i686/util-linux.install | 20 testing-i686/uuidd.tmpfiles |1 testing-x86_64/PKGBUILD | 82 testing-x86_64/pam-common |6 ++ testing-x86_64/pam-login |7 +++ testing-x86_64/pam-su |9 +++ testing-x86_64/util-linux.install | 20 testing-x86_64/uuidd.tmpfiles |1 12 files changed, 250 insertions(+) Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 168616, util-linux/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-10-13 12:08:22 UTC (rev 168617) @@ -0,0 +1,82 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: judd + +pkgname=util-linux +pkgver=2.22.1 +pkgrel=1 +pkgdesc="Miscellaneous system utilities for Linux" +url="http://www.kernel.org/pub/linux/utils/util-linux/"; +arch=('i686' 'x86_64') +groups=('base') +depends=('pam' 'shadow') +makedepends=('bc') # for check() only, change this to checkdepends for pacman 4.1 +conflicts=('util-linux-ng' 'eject') +provides=("util-linux-ng=${pkgver}" 'eject') +license=('GPL2') +options=('!libtool') +source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.22/${pkgname}-${pkgver}.tar.xz +uuidd.tmpfiles +pam-login +pam-common +pam-su) +backup=(etc/pam.d/chfn +etc/pam.d/chsh +etc/pam.d/login +etc/pam.d/su +etc/pam.d/su-l) +install=util-linux.install + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --libdir=/usr/lib \ + --localstatedir=/run \ + --enable-fs-paths-extra=/usr/bin:/usr/sbin \ + --enable-raw \ + --enable-vipw \ + --enable-newgrp \ + --enable-chfn-chsh \ + --enable-write \ + --enable-mesg \ + --enable-socket-activation + +# --enable-reset \ # part of ncurses +# --enable-line \ # not part of any package +# --enable-last \ # not compat + + make +} + +#check() { +# fails for some reason in chroot, works outside +# make -C "$pkgname-$pkgver" check +#} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + cd "${pkgdir}" + + # setuid chfn and chsh + chmod 4755 "$pkgdir"/usr/bin/{newgrp,ch{sh,fn}} + + # install PAM files for login-utils + install -Dm644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chfn" + install -m644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chsh" + install -m644 "$srcdir/pam-login" "$pkgdir/etc/pam.d/login" + install -m644 "$srcdir/pam-su" "${pkgdir}/etc/pam.d/su" + install -m644 "$srcdir/pam-su" "${pkgdir}/etc/pam.d/su-l" + + # include tmpfiles fragment for uuidd + # TODO(dreisner): offer this upstream? + install -Dm644 "$srcdir/uuidd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/uuidd.conf" +} +md5sums=('730cf9932531ed09b53a04ca30fcb4c9' + 'a39554bfd65cccfd8254bb46922f4a67' + '4368b3f98abd8a32662e094c54e7f9b1' + 'a31374fef2cba0ca34dfc7078e2969e4' + 'fa85e5cce5d723275b14365ba71a8aad') Copied: util-linux/repos/testing-i686/pam-common (from rev 168616, util-linux/trunk/pam-common) =
[arch-commits] Commit in util-linux/trunk (PKGBUILD hwclock-systz.patch su.1)
Date: Saturday, October 13, 2012 @ 08:07:35 Author: tomegun Revision: 168616 upgpkg: util-linux 2.22.1-1 upstream release Modified: util-linux/trunk/PKGBUILD Deleted: util-linux/trunk/hwclock-systz.patch util-linux/trunk/su.1 -+ PKGBUILD| 37 ++-- hwclock-systz.patch | 96 su.1| 230 -- 3 files changed, 11 insertions(+), 352 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-10-13 11:49:54 UTC (rev 168615) +++ PKGBUILD2012-10-13 12:07:35 UTC (rev 168616) @@ -3,8 +3,8 @@ # Contributor: judd pkgname=util-linux -pkgver=2.22 -pkgrel=7 +pkgver=2.22.1 +pkgrel=1 pkgdesc="Miscellaneous system utilities for Linux" url="http://www.kernel.org/pub/linux/utils/util-linux/"; arch=('i686' 'x86_64') @@ -16,12 +16,10 @@ license=('GPL2') options=('!libtool') source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.22/${pkgname}-${pkgver}.tar.xz -su.1 uuidd.tmpfiles pam-login pam-common -pam-su - hwclock-systz.patch) +pam-su) backup=(etc/pam.d/chfn etc/pam.d/chsh etc/pam.d/login @@ -32,13 +30,6 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../hwclock-systz.patch - - # unbreak --localstatedir - # TODO(dreisner): find out what sami had in mind with these heuristics - sed -i '71,75d' configure.ac - ./autogen.sh - ./configure --prefix=/usr \ --libdir=/usr/lib \ --localstatedir=/run \ @@ -52,15 +43,16 @@ --enable-socket-activation # --enable-reset \ # part of ncurses -# --enable-last \ # not part of any package -# --enable-line \ # not compat +# --enable-line \ # not part of any package +# --enable-last \ # not compat make } -check() { - make -C "$pkgname-$pkgver" check -} +#check() { +# fails for some reason in chroot, works outside +# make -C "$pkgname-$pkgver" check +#} package() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -79,19 +71,12 @@ install -m644 "$srcdir/pam-su" "${pkgdir}/etc/pam.d/su" install -m644 "$srcdir/pam-su" "${pkgdir}/etc/pam.d/su-l" - # broken buildsys doesn't include su(1), which means it - # isn't even in the dist tarball - # TODO(dreisner): patched upstream - install -m644 "$srcdir/su.1" "$pkgdir/usr/share/man/man1/su.1" - # include tmpfiles fragment for uuidd # TODO(dreisner): offer this upstream? install -Dm644 "$srcdir/uuidd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/uuidd.conf" } -md5sums=('ba2d8cc12a937231c80a04f7f7149303' - '7f524538dcf57284a86f03a98e624f04' +md5sums=('730cf9932531ed09b53a04ca30fcb4c9' 'a39554bfd65cccfd8254bb46922f4a67' '4368b3f98abd8a32662e094c54e7f9b1' 'a31374fef2cba0ca34dfc7078e2969e4' - 'fa85e5cce5d723275b14365ba71a8aad' - '19eaa197a0cfb046661dede2e991120b') + 'fa85e5cce5d723275b14365ba71a8aad') Deleted: hwclock-systz.patch === --- hwclock-systz.patch 2012-10-13 11:49:54 UTC (rev 168615) +++ hwclock-systz.patch 2012-10-13 12:07:35 UTC (rev 168616) @@ -1,96 +0,0 @@ -From 46a8834c2eb9b0c37d92e30d1a262e41306cf36f Mon Sep 17 00:00:00 2001 -From: Tom Gundersen -Date: Wed, 19 Sep 2012 18:10:34 +0200 -Subject: [PATCH 1/2] hwclock: don't warp the systemtime if it is in UTC - -A sideeffect of 839be2ba6b44fa9dc927f081d547ebadec9de19c is that we now -warp the systemtime according to the timezone, on the first call of ---systz. This is not always the correct thing to do, and causes a -regression for us in Arch Linux. - -This is the correct thing to do if the RTC, and hence the systemtime is -set in localtime. However, if the systemtime is already in UTC we don't -want to touch it when we set the kernel timezone (which we still need to -do as e.g. FAT stores timestamps in localtime). - -An almost identical issue was also fixed in systemd commit -72edcff5db936e54cfc322d9392ec46e2428fd9b. - -Fixes: -Signed-off-by: Tom Gundersen - sys-utils/hwclock.8 | 11 +++ - sys-utils/hwclock.c | 17 +++-- - 2 files changed, 22 insertions(+), 6 deletions(-) - -diff --git a/sys-utils/hwclock.8 b/sys-utils/hwclock.8 -index 07d9fc0..5c599ad 100644 a/sys-utils/hwclock.8 -+++ b/sys-utils/hwclock.8 -@@ -58,10 +58,12 @@ This is a good option to use in one of the system startup scripts. - Set the Hardware Clock to the current System Time. - .TP - .B \-\-systz --Reset the System Time based on the current timezone. -+Set the kernel's timezone and reset the System Time based on the current timezone. - --Also set the kernel's timezone value to the local timezone --as indicated by the TZ environment variable and/or -+The system time is only reset on the first call after boot. -+ -+The loc
[arch-commits] Commit in xscreensaver/repos (18 files)
Date: Saturday, October 13, 2012 @ 07:49:54 Author: andyrtr Revision: 168615 db-move: moved xscreensaver from [testing] to [extra] (i686, x86_64) Added: xscreensaver/repos/extra-i686/LICENSE (from rev 168549, xscreensaver/repos/testing-i686/LICENSE) xscreensaver/repos/extra-i686/PKGBUILD (from rev 168549, xscreensaver/repos/testing-i686/PKGBUILD) xscreensaver/repos/extra-i686/add-electricsheep.diff (from rev 168549, xscreensaver/repos/testing-i686/add-electricsheep.diff) xscreensaver/repos/extra-i686/xscreensaver.pam (from rev 168549, xscreensaver/repos/testing-i686/xscreensaver.pam) xscreensaver/repos/extra-x86_64/LICENSE (from rev 168549, xscreensaver/repos/testing-x86_64/LICENSE) xscreensaver/repos/extra-x86_64/PKGBUILD (from rev 168549, xscreensaver/repos/testing-x86_64/PKGBUILD) xscreensaver/repos/extra-x86_64/add-electricsheep.diff (from rev 168549, xscreensaver/repos/testing-x86_64/add-electricsheep.diff) xscreensaver/repos/extra-x86_64/xscreensaver.pam (from rev 168549, xscreensaver/repos/testing-x86_64/xscreensaver.pam) Deleted: xscreensaver/repos/extra-i686/LICENSE xscreensaver/repos/extra-i686/PKGBUILD xscreensaver/repos/extra-i686/add-electricsheep.diff xscreensaver/repos/extra-i686/xscreensaver.pam xscreensaver/repos/extra-x86_64/LICENSE xscreensaver/repos/extra-x86_64/PKGBUILD xscreensaver/repos/extra-x86_64/add-electricsheep.diff xscreensaver/repos/extra-x86_64/xscreensaver.pam xscreensaver/repos/testing-i686/ xscreensaver/repos/testing-x86_64/ -+ extra-i686/LICENSE | 18 +++ extra-i686/PKGBUILD | 80 +- extra-i686/add-electricsheep.diff | 24 +- extra-i686/xscreensaver.pam |2 extra-x86_64/LICENSE| 18 +++ extra-x86_64/PKGBUILD | 80 +- extra-x86_64/add-electricsheep.diff | 24 +- extra-x86_64/xscreensaver.pam |2 8 files changed, 124 insertions(+), 124 deletions(-) Deleted: extra-i686/LICENSE === --- extra-i686/LICENSE 2012-10-13 11:49:44 UTC (rev 168614) +++ extra-i686/LICENSE 2012-10-13 11:49:54 UTC (rev 168615) @@ -1,9 +0,0 @@ -/* xscreensaver, Copyright (c) 1993-2006 Jamie Zawinski - * Permission to use, copy, modify, distribute, and sell this software and its - * documentation for any purpose is hereby granted without fee, provided that - * the above copyright notice appear in all copies and that both that - * copyright notice and this permission notice appear in supporting - * documentation. No representations are made about the suitability of this - * software for any purpose. It is provided "as is" without express or - * implied warranty. - */ Copied: xscreensaver/repos/extra-i686/LICENSE (from rev 168549, xscreensaver/repos/testing-i686/LICENSE) === --- extra-i686/LICENSE (rev 0) +++ extra-i686/LICENSE 2012-10-13 11:49:54 UTC (rev 168615) @@ -0,0 +1,9 @@ +/* xscreensaver, Copyright (c) 1993-2006 Jamie Zawinski + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation. No representations are made about the suitability of this + * software for any purpose. It is provided "as is" without express or + * implied warranty. + */ Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:49:44 UTC (rev 168614) +++ extra-i686/PKGBUILD 2012-10-13 11:49:54 UTC (rev 168615) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=xscreensaver -pkgver=5.19 -pkgrel=1 -pkgdesc="Screen saver and locker for the X Window System" -arch=('i686' 'x86_64') -url="http://www.jwz.org/xscreensaver/"; -license=('BSD') -depends=('libxxf86vm' 'libglade' 'mesa' 'xorg-appres' 'libxmu' \ - 'perl-libwww' 'perl-http-message') -makedepends=('bc' 'libxpm' 'gdm') -optdepends=('gdm: for login manager support') -backup=('etc/pam.d/xscreensaver') -source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \ -add-electricsheep.diff xscreensaver.pam LICENSE) -sha1sums=('16437d45f568ded8721a917e082f9b4d948954ec' - '677496218b81a42d90bee400026e94dd87fb8ffb' - '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8' - '4209ea586b204fd1d81c382a0522c654f9fd9134') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p0 -i "${srcdir}/add-electricsheep.diff" - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ ---libexecdir=/usr/lib --with-x-app-defaults=/usr/shar
[arch-commits] Commit in xine-lib/repos (6 files)
Date: Saturday, October 13, 2012 @ 07:49:44 Author: andyrtr Revision: 168614 db-move: moved xine-lib from [testing] to [extra] (i686, x86_64) Added: xine-lib/repos/extra-i686/PKGBUILD (from rev 168549, xine-lib/repos/testing-i686/PKGBUILD) xine-lib/repos/extra-x86_64/PKGBUILD (from rev 168549, xine-lib/repos/testing-x86_64/PKGBUILD) Deleted: xine-lib/repos/extra-i686/PKGBUILD xine-lib/repos/extra-x86_64/PKGBUILD xine-lib/repos/testing-i686/ xine-lib/repos/testing-x86_64/ ---+ extra-i686/PKGBUILD | 90 extra-x86_64/PKGBUILD | 90 2 files changed, 90 insertions(+), 90 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:49:41 UTC (rev 168613) +++ extra-i686/PKGBUILD 2012-10-13 11:49:44 UTC (rev 168614) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=xine-lib -pkgver=1.2.2 -pkgrel=1 -pkgdesc="A multimedia playback engine" -arch=('i686' 'x86_64') -url="http://www.xine-project.org"; -license=('LGPL' 'GPL') -depends=('libxvmc' 'ffmpeg' 'libxinerama') -makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug' - 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' - 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau') -optdepends=('imagemagick: for using the imagemagick plugin' \ -'jack: for using the jack plugin' \ -'vcdimager: for using the vcd plugin' \ -'mesa: for using the opengl plugin' \ -'wavpack: for using the wavpack plugin' \ -'faad2: for using the faad plugin' \ -'libmng: for using the mng plugin' \ -'aalib: for using the aalib plugin' \ -'libmodplug: for using the modplug plugin' \ -'libdca: for using the dca plugin' \ -'a52dec: for using the a52 plugin' \ -'libmad: for using the mp3 plugin' \ -'libmpcdec: for using the musepack plugin' \ -'libcaca: for using the caca plugin' \ -'libbluray: for using the bluray plugin' \ -'gnome-vfs: for using the gnome-vfs plugin' \ -'libvdpau: for using the VDPAU plugin') -options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) -sha1sums=('a349cbb0b72256bb262377796a022dcf63829b4c') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --with-wavpack --enable-vdpau --disable-optimizations - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 168549, xine-lib/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:49:44 UTC (rev 168614) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=xine-lib +pkgver=1.2.2 +pkgrel=2 +pkgdesc="A multimedia playback engine" +arch=('i686' 'x86_64') +url="http://www.xine-project.org"; +license=('LGPL' 'GPL') +depends=('libxvmc' 'ffmpeg' 'libxinerama') +makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug' + 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' + 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu') +optdepends=('imagemagick: for using the imagemagick plugin' \ +'jack: for using the jack plugin' \ +'vcdimager: for using the vcd plugin' \ +'glu: for using the opengl plugin' \ +'wavpack: for using the wavpack plugin' \ +'faad2: for using the faad plugin' \ +'libmng: for using the mng plugin' \ +'aalib: for using the aalib plugin' \ +'libmodplug: for using the modplug plugin' \ +'libdca: for using the dca plugin' \ +'a52dec: for using the a52 plugin' \ +'libmad: for using the mp3 plugin' \ +'libmpcdec: for using the musepack plugin' \ +'libcaca: for using the caca plugin' \ +'libbluray: for using the bluray plugin' \ +'gnome-vfs: for using the gnome-vfs plugin' \ +'libvdpau: for using the VDPAU plugin') +options=('!libtool') +source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) +sha1sums=('a349cbb0b72256bb262377796a022dcf63829b4c') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --with-wavpack --enable-vdpau --disable-optimizations + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-10-13 11:49:41 UTC
[arch-commits] Commit in swt/repos (10 files)
Date: Saturday, October 13, 2012 @ 07:49:41 Author: andyrtr Revision: 168613 db-move: moved swt from [testing] to [extra] (i686, x86_64) Added: swt/repos/extra-i686/PKGBUILD (from rev 168549, swt/repos/testing-i686/PKGBUILD) swt/repos/extra-i686/build-swt.xml (from rev 168549, swt/repos/testing-i686/build-swt.xml) swt/repos/extra-x86_64/PKGBUILD (from rev 168549, swt/repos/testing-x86_64/PKGBUILD) swt/repos/extra-x86_64/build-swt.xml (from rev 168549, swt/repos/testing-x86_64/build-swt.xml) Deleted: swt/repos/extra-i686/PKGBUILD swt/repos/extra-i686/build-swt.xml swt/repos/extra-x86_64/PKGBUILD swt/repos/extra-x86_64/build-swt.xml swt/repos/testing-i686/ swt/repos/testing-x86_64/ + extra-i686/PKGBUILD| 112 +-- extra-i686/build-swt.xml | 34 ++--- extra-x86_64/PKGBUILD | 112 +-- extra-x86_64/build-swt.xml | 34 ++--- 4 files changed, 146 insertions(+), 146 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:49:36 UTC (rev 168612) +++ extra-i686/PKGBUILD 2012-10-13 11:49:41 UTC (rev 168613) @@ -1,56 +0,0 @@ -# $Id$ -# Maintainer: Guillaume ALAUX -pkgname=swt -pkgver=4.2 -pkgrel=1 -_date=201206081400 -pkgdesc="An open source widget toolkit for Java" -arch=('i686' 'x86_64') -url="http://www.eclipse.org/swt/"; -license=('EPL') -depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst') -optdepends=('libgnomeui' 'mesa' 'libwebkit') -makedepends=('java-environment' 'libxtst' 'mesa' 'libgnomeui' 'unzip' 'pkgconfig' 'libwebkit' 'apache-ant') -if [ "${CARCH}" = "i686" ]; then - _carch=x86 - md5sums=('3efe0404f6129183abae46f7620fe14f' - '2f556ab534fc2488c6e8c0ee6c02825c') -fi -if [ "${CARCH}" = "x86_64" ]; then - _carch=x86_64 - md5sums=('9e06b576116ff409f395571603582827' - '2f556ab534fc2488c6e8c0ee6c02825c') -fi -source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip -build-swt.xml) -# To test this pkg: -# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse - -build() { - cd ${srcdir} - unzip -oq src.zip -d src - - . /etc/profile.d/jdk.sh - . /etc/profile.d/apache-ant.sh - - # Shared objects - cd src - ./build.sh - - # SWT jar - ant -f ../build-swt.xml compile -} - -package() { - cd ${srcdir}/src - - # Shared objects - export OUTPUT_DIR=${pkgdir}/usr/lib - install -dm755 ${OUTPUT_DIR} - make -f make_linux.mak install - - # SWT jar - ant -f ../build-swt.xml jar - install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar - ln -s swt-${pkgver}.jar ${pkgdir}/usr/share/java/swt.jar -} Copied: swt/repos/extra-i686/PKGBUILD (from rev 168549, swt/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:49:41 UTC (rev 168613) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Guillaume ALAUX +pkgname=swt +pkgver=4.2 +pkgrel=2 +_date=201206081400 +pkgdesc="An open source widget toolkit for Java" +arch=('i686' 'x86_64') +url="http://www.eclipse.org/swt/"; +license=('EPL') +depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst') +optdepends=('libgnomeui' 'mesa' 'glu' 'libwebkit') +makedepends=('java-environment' 'libxtst' 'mesa' 'glu' 'libgnomeui' 'unzip' 'pkgconfig' 'libwebkit' 'apache-ant') +if [ "${CARCH}" = "i686" ]; then + _carch=x86 + md5sums=('3efe0404f6129183abae46f7620fe14f' + '2f556ab534fc2488c6e8c0ee6c02825c') +fi +if [ "${CARCH}" = "x86_64" ]; then + _carch=x86_64 + md5sums=('9e06b576116ff409f395571603582827' + '2f556ab534fc2488c6e8c0ee6c02825c') +fi +source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip +build-swt.xml) +# To test this pkg: +# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse + +build() { + cd ${srcdir} + unzip -oq src.zip -d src + + . /etc/profile.d/jdk.sh + . /etc/profile.d/apache-ant.sh + + # Shared objects + cd src + ./build.sh + + # SWT jar + ant -f ../build-swt.xml compile +} + +package() { + cd ${srcdir}/src + + # Shared objects + export OUTPUT_DIR=${pkgdir}/usr/lib + install -dm755 ${OUTPUT_DIR} + make -f make_linux.mak install + + # SWT jar + ant -f ../build-swt.xml jar + install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar + ln -s swt-${pkgver}.jar ${pkgdir}/usr/share/java/swt.jar +} Deleted: extra-i686/build-swt.xml === --- extra-i686/build-swt.xml2012-10-13 11:49:36 UTC (rev 168612) +++ extra-i686/build-swt.xml2012-10-13 11:49:41 UTC (rev 168613) @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - -
[arch-commits] Commit in stellarium/repos (18 files)
Date: Saturday, October 13, 2012 @ 07:49:36 Author: andyrtr Revision: 168612 db-move: moved stellarium from [testing] to [extra] (i686, x86_64) Added: stellarium/repos/extra-i686/PKGBUILD (from rev 168549, stellarium/repos/testing-i686/PKGBUILD) stellarium/repos/extra-i686/libpng14.patch (from rev 168549, stellarium/repos/testing-i686/libpng14.patch) stellarium/repos/extra-i686/stellarium.desktop (from rev 168549, stellarium/repos/testing-i686/stellarium.desktop) stellarium/repos/extra-i686/stellarium.png (from rev 168549, stellarium/repos/testing-i686/stellarium.png) stellarium/repos/extra-x86_64/PKGBUILD (from rev 168549, stellarium/repos/testing-x86_64/PKGBUILD) stellarium/repos/extra-x86_64/libpng14.patch (from rev 168549, stellarium/repos/testing-x86_64/libpng14.patch) stellarium/repos/extra-x86_64/stellarium.desktop (from rev 168549, stellarium/repos/testing-x86_64/stellarium.desktop) stellarium/repos/extra-x86_64/stellarium.png (from rev 168549, stellarium/repos/testing-x86_64/stellarium.png) Deleted: stellarium/repos/extra-i686/PKGBUILD stellarium/repos/extra-i686/libpng14.patch stellarium/repos/extra-i686/stellarium.desktop stellarium/repos/extra-i686/stellarium.png stellarium/repos/extra-x86_64/PKGBUILD stellarium/repos/extra-x86_64/libpng14.patch stellarium/repos/extra-x86_64/stellarium.desktop stellarium/repos/extra-x86_64/stellarium.png stellarium/repos/testing-i686/ stellarium/repos/testing-x86_64/ -+ extra-i686/PKGBUILD | 76 +++--- extra-i686/libpng14.patch | 42 ++--- extra-i686/stellarium.desktop | 18 - extra-x86_64/PKGBUILD | 76 +++--- extra-x86_64/libpng14.patch | 42 ++--- extra-x86_64/stellarium.desktop | 18 - 6 files changed, 136 insertions(+), 136 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:49:26 UTC (rev 168611) +++ extra-i686/PKGBUILD 2012-10-13 11:49:36 UTC (rev 168612) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren -# Contributor: Damir Perisa - -pkgname=stellarium -pkgver=0.11.4 -pkgrel=1 -pkgdesc="A stellarium with great graphics and a nice database of sky-objects" -arch=("i686" "x86_64") -url="http://stellarium.free.fr/"; -license=('GPL2') -depends=('libpng' 'mesa' 'libgl' 'freetype2' 'qt' 'openssl') -makedepends=('cmake' 'boost') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz - stellarium.desktop -stellarium.png) -sha1sums=('5b8bfd71b4c3eabbc1db64b71221eeebe6785dbf' - 'c9cc79212542238227b5bd6af99f60fe056f4ab2' - 'b890d3b6c4dcfcfcc696514202af11b2a50c0fea') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install - - # install desktop file & pixmap - install -Dm644 ${srcdir}/stellarium.desktop \ - ${pkgdir}/usr/share/applications/stellarium.desktop - install -Dm644 ${srcdir}/stellarium.png \ - ${pkgdir}/usr/share/pixmaps/stellarium.png -} Copied: stellarium/repos/extra-i686/PKGBUILD (from rev 168549, stellarium/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:49:36 UTC (rev 168612) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Ronald van Haren +# Contributor: Damir Perisa + +pkgname=stellarium +pkgver=0.11.4 +pkgrel=2 +pkgdesc="A stellarium with great graphics and a nice database of sky-objects" +arch=("i686" "x86_64") +url="http://stellarium.free.fr/"; +license=('GPL2') +depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt' 'openssl') +makedepends=('cmake' 'boost' 'mesa') +source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz + stellarium.desktop +stellarium.png) +sha1sums=('5b8bfd71b4c3eabbc1db64b71221eeebe6785dbf' + 'c9cc79212542238227b5bd6af99f60fe056f4ab2' + 'b890d3b6c4dcfcfcc696514202af11b2a50c0fea') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + + cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + + make DESTDIR=${pkgdir} install + + # install desktop file & pixmap + install -Dm644 ${srcdir}/stellarium.desktop \ + ${pkgdir}/usr/share/applications/stellarium.desktop + install -Dm644 ${srcdir}/stellarium.png \ + ${pkgdir}/usr/share/pixmaps/stellarium.png +} Deleted: extra-i686/libpng14.patch === --- extra-i686/libpng14.patch 2012-10-13 11:49:26 UTC (rev 168611) +++ extra-i686/libpng14.patch 2012-1
[arch-commits] Commit in smpeg/repos (10 files)
Date: Saturday, October 13, 2012 @ 07:49:26 Author: andyrtr Revision: 168611 db-move: moved smpeg from [testing] to [extra] (i686, x86_64) Added: smpeg/repos/extra-i686/PKGBUILD (from rev 168549, smpeg/repos/testing-i686/PKGBUILD) smpeg/repos/extra-i686/smpeg-0.4.4-gcc41.patch (from rev 168549, smpeg/repos/testing-i686/smpeg-0.4.4-gcc41.patch) smpeg/repos/extra-x86_64/PKGBUILD (from rev 168549, smpeg/repos/testing-x86_64/PKGBUILD) smpeg/repos/extra-x86_64/smpeg-0.4.4-gcc41.patch (from rev 168549, smpeg/repos/testing-x86_64/smpeg-0.4.4-gcc41.patch) Deleted: smpeg/repos/extra-i686/PKGBUILD smpeg/repos/extra-i686/smpeg-0.4.4-gcc41.patch smpeg/repos/extra-x86_64/PKGBUILD smpeg/repos/extra-x86_64/smpeg-0.4.4-gcc41.patch smpeg/repos/testing-i686/ smpeg/repos/testing-x86_64/ --+ extra-i686/PKGBUILD | 72 ++-- extra-i686/smpeg-0.4.4-gcc41.patch | 82 - extra-x86_64/PKGBUILD| 72 ++-- extra-x86_64/smpeg-0.4.4-gcc41.patch | 82 - 4 files changed, 154 insertions(+), 154 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:49:18 UTC (rev 168610) +++ extra-i686/PKGBUILD 2012-10-13 11:49:26 UTC (rev 168611) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Eric Belanger -# Contributor: Jan de Groot - -pkgname=smpeg -pkgver=0.4.4 -pkgrel=6 -pkgdesc="SDL MPEG Player Library" -arch=('i686' 'x86_64') -url="http://icculus.org/smpeg/"; -license=('LGPL') -depends=('sdl') -makedepends=('gtk' 'mesa') -optdepends=('gtk: to use gtv ' 'mesa: to use glmovie') -options=('!libtool' '!makeflags') -source=(http://mirrors.dotsrc.org/lokigames/open-source/smpeg/${pkgname}-${pkgver}.tar.gz -smpeg-0.4.4-gcc41.patch) -md5sums=('59c76ac704088ef5539210190c4e1fe3' - '8b979a58307d7196655758bd3d2466c4') -sha1sums=('6d7f4449472e6270ab435b2224f3fad951c35259' - '7d9a2ad7f6b702dfe3adcb87601d9b55022bbd1e') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - patch -p1 -i $srcdir/smpeg-0.4.4-gcc41.patch - ./configure --prefix=/usr --mandir=/usr/share/man - make LDFLAGS+=-lstdc++ -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - - # fix aclocal warnings - sed -i "s#(AM_PATH_SMPEG#([AM_PATH_SMPEG]#" ${pkgdir}/usr/share/aclocal/smpeg.m4 -} Copied: smpeg/repos/extra-i686/PKGBUILD (from rev 168549, smpeg/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:49:26 UTC (rev 168611) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Eric Belanger +# Contributor: Jan de Groot + +pkgname=smpeg +pkgver=0.4.4 +pkgrel=7 +pkgdesc="SDL MPEG Player Library" +arch=('i686' 'x86_64') +url="http://icculus.org/smpeg/"; +license=('LGPL') +depends=('sdl') +makedepends=('gtk' 'mesa' 'glu') +optdepends=('gtk: to use gtv ' 'glu: to use glmovie') +options=('!libtool' '!makeflags') +source=(http://mirrors.dotsrc.org/lokigames/open-source/smpeg/${pkgname}-${pkgver}.tar.gz +smpeg-0.4.4-gcc41.patch) +md5sums=('59c76ac704088ef5539210190c4e1fe3' + '8b979a58307d7196655758bd3d2466c4') +sha1sums=('6d7f4449472e6270ab435b2224f3fad951c35259' + '7d9a2ad7f6b702dfe3adcb87601d9b55022bbd1e') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + patch -p1 -i $srcdir/smpeg-0.4.4-gcc41.patch + ./configure --prefix=/usr --mandir=/usr/share/man --disable-static + make LDFLAGS+=-lstdc++ +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install + + # fix aclocal warnings + sed -i "s#(AM_PATH_SMPEG#([AM_PATH_SMPEG]#" ${pkgdir}/usr/share/aclocal/smpeg.m4 +} Deleted: extra-i686/smpeg-0.4.4-gcc41.patch === --- extra-i686/smpeg-0.4.4-gcc41.patch 2012-10-13 11:49:18 UTC (rev 168610) +++ extra-i686/smpeg-0.4.4-gcc41.patch 2012-10-13 11:49:26 UTC (rev 168611) @@ -1,41 +0,0 @@ -Index: MPEGaudio.h -=== -RCS file: /cvs/cvsroot/smpeg/MPEGaudio.h,v -retrieving revision 1.23 -diff -u -p -r1.23 MPEGaudio.h smpeg/MPEGaudio.h 17 Jul 2001 19:52:24 - 1.23 -+++ smpeg/MPEGaudio.h 6 Dec 2005 06:10:43 - -@@ -151,12 +151,6 @@ private: - /* The actual MPEG audio class */ - class MPEGaudio : public MPEGerror, public MPEGaudioaction { - --friend void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len); --friend int Play_MPEGaudio(MPEGaudio *audio, Uint8 *stream, int len); --#ifdef THREADED_AUDIO --friend int Decode_MPEGaudio(void *udata); --#endif -- - public: - MPEGaudio(MPEGstream *stream, bool initSDL = true); - virtual ~MPEGaudio(); -@@ -367,6 +361,20 @@ public: - #define N_
[arch-commits] Commit in qtiplot/repos (54 files)
Date: Saturday, October 13, 2012 @ 07:49:18 Author: andyrtr Revision: 168610 db-move: moved qtiplot from [testing] to [extra] (i686, x86_64) Added: qtiplot/repos/extra-i686/PKGBUILD (from rev 168549, qtiplot/repos/testing-i686/PKGBUILD) qtiplot/repos/extra-i686/build.conf.archlinux (from rev 168549, qtiplot/repos/testing-i686/build.conf.archlinux) qtiplot/repos/extra-i686/qtiplot-0.9.8.6-gold.patch (from rev 168549, qtiplot/repos/testing-i686/qtiplot-0.9.8.6-gold.patch) qtiplot/repos/extra-i686/qtiplot-0.9.8.6-kde.patch (from rev 168549, qtiplot/repos/testing-i686/qtiplot-0.9.8.6-kde.patch) qtiplot/repos/extra-i686/qtiplot-0.9.8.6-tamuanova.patch (from rev 168549, qtiplot/repos/testing-i686/qtiplot-0.9.8.6-tamuanova.patch) qtiplot/repos/extra-i686/qtiplot.desktop (from rev 168549, qtiplot/repos/testing-i686/qtiplot.desktop) qtiplot/repos/extra-i686/qtiplot.install (from rev 168549, qtiplot/repos/testing-i686/qtiplot.install) qtiplot/repos/extra-i686/qtiplot.png (from rev 168549, qtiplot/repos/testing-i686/qtiplot.png) qtiplot/repos/extra-i686/qtiplot.xml (from rev 168549, qtiplot/repos/testing-i686/qtiplot.xml) qtiplot/repos/extra-i686/qwtplot3d-libpng15.patch (from rev 168549, qtiplot/repos/testing-i686/qwtplot3d-libpng15.patch) qtiplot/repos/extra-i686/qwtplot3d-qt-4.8.0.patch (from rev 168549, qtiplot/repos/testing-i686/qwtplot3d-qt-4.8.0.patch) qtiplot/repos/extra-i686/qwtplot3d_gcc.patch (from rev 168549, qtiplot/repos/testing-i686/qwtplot3d_gcc.patch) qtiplot/repos/extra-i686/sip.patch (from rev 168549, qtiplot/repos/testing-i686/sip.patch) qtiplot/repos/extra-x86_64/PKGBUILD (from rev 168549, qtiplot/repos/testing-x86_64/PKGBUILD) qtiplot/repos/extra-x86_64/build.conf.archlinux (from rev 168549, qtiplot/repos/testing-x86_64/build.conf.archlinux) qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-gold.patch (from rev 168549, qtiplot/repos/testing-x86_64/qtiplot-0.9.8.6-gold.patch) qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-kde.patch (from rev 168549, qtiplot/repos/testing-x86_64/qtiplot-0.9.8.6-kde.patch) qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-tamuanova.patch (from rev 168549, qtiplot/repos/testing-x86_64/qtiplot-0.9.8.6-tamuanova.patch) qtiplot/repos/extra-x86_64/qtiplot.desktop (from rev 168549, qtiplot/repos/testing-x86_64/qtiplot.desktop) qtiplot/repos/extra-x86_64/qtiplot.install (from rev 168549, qtiplot/repos/testing-x86_64/qtiplot.install) qtiplot/repos/extra-x86_64/qtiplot.png (from rev 168549, qtiplot/repos/testing-x86_64/qtiplot.png) qtiplot/repos/extra-x86_64/qtiplot.xml (from rev 168549, qtiplot/repos/testing-x86_64/qtiplot.xml) qtiplot/repos/extra-x86_64/qwtplot3d-libpng15.patch (from rev 168549, qtiplot/repos/testing-x86_64/qwtplot3d-libpng15.patch) qtiplot/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch (from rev 168549, qtiplot/repos/testing-x86_64/qwtplot3d-qt-4.8.0.patch) qtiplot/repos/extra-x86_64/qwtplot3d_gcc.patch (from rev 168549, qtiplot/repos/testing-x86_64/qwtplot3d_gcc.patch) qtiplot/repos/extra-x86_64/sip.patch (from rev 168549, qtiplot/repos/testing-x86_64/sip.patch) Deleted: qtiplot/repos/extra-i686/PKGBUILD qtiplot/repos/extra-i686/build.conf.archlinux qtiplot/repos/extra-i686/qtiplot-0.9.8.6-gold.patch qtiplot/repos/extra-i686/qtiplot-0.9.8.6-kde.patch qtiplot/repos/extra-i686/qtiplot-0.9.8.6-tamuanova.patch qtiplot/repos/extra-i686/qtiplot.desktop qtiplot/repos/extra-i686/qtiplot.install qtiplot/repos/extra-i686/qtiplot.png qtiplot/repos/extra-i686/qtiplot.xml qtiplot/repos/extra-i686/qwtplot3d-libpng15.patch qtiplot/repos/extra-i686/qwtplot3d-qt-4.8.0.patch qtiplot/repos/extra-i686/qwtplot3d_gcc.patch qtiplot/repos/extra-i686/sip.patch qtiplot/repos/extra-x86_64/PKGBUILD qtiplot/repos/extra-x86_64/build.conf.archlinux qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-gold.patch qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-kde.patch qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-tamuanova.patch qtiplot/repos/extra-x86_64/qtiplot.desktop qtiplot/repos/extra-x86_64/qtiplot.install qtiplot/repos/extra-x86_64/qtiplot.png qtiplot/repos/extra-x86_64/qtiplot.xml qtiplot/repos/extra-x86_64/qwtplot3d-libpng15.patch qtiplot/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch qtiplot/repos/extra-x86_64/qwtplot3d_gcc.patch qtiplot/repos/extra-x86_64/sip.patch qtiplot/repos/testing-i686/ qtiplot/repos/testing-x86_64/ --+ extra-i686/PKGBUILD | 188 - extra-i686/build.conf.archlinux | 64 extra-i686/qtiplot-0.9.8.6-gold.patch| 30 +-- extra-i686/qtiplot-0.9.8.6-kde.patch | 30 +-- extra-i686/qtiplot-0.9.8.6-tamuanova.patch | 52 +++--- extra-i686/qtiplot.desktop | 26 +-- extra-i686/qtiplot.install | 24 +-- ext
[arch-commits] Commit in qt3/repos (38 files)
Date: Saturday, October 13, 2012 @ 07:48:48 Author: andyrtr Revision: 168609 db-move: moved qt3 from [testing] to [extra] (i686, x86_64) Added: qt3/repos/extra-i686/PKGBUILD (from rev 168549, qt3/repos/testing-i686/PKGBUILD) qt3/repos/extra-i686/eastern_asian_languagues.diff (from rev 168549, qt3/repos/testing-i686/eastern_asian_languagues.diff) qt3/repos/extra-i686/gcc-4.6.patch (from rev 168549, qt3/repos/testing-i686/gcc-4.6.patch) qt3/repos/extra-i686/qt-copy-kde-patches.tar.bz2 (from rev 168549, qt3/repos/testing-i686/qt-copy-kde-patches.tar.bz2) qt3/repos/extra-i686/qt-odbc.patch (from rev 168549, qt3/repos/testing-i686/qt-odbc.patch) qt3/repos/extra-i686/qt-patches.tar.bz2 (from rev 168549, qt3/repos/testing-i686/qt-patches.tar.bz2) qt3/repos/extra-i686/qt.install (from rev 168549, qt3/repos/testing-i686/qt.install) qt3/repos/extra-i686/qt.profile (from rev 168549, qt3/repos/testing-i686/qt.profile) qt3/repos/extra-i686/qt3-png15.patch (from rev 168549, qt3/repos/testing-i686/qt3-png15.patch) qt3/repos/extra-x86_64/PKGBUILD (from rev 168549, qt3/repos/testing-x86_64/PKGBUILD) qt3/repos/extra-x86_64/eastern_asian_languagues.diff (from rev 168549, qt3/repos/testing-x86_64/eastern_asian_languagues.diff) qt3/repos/extra-x86_64/gcc-4.6.patch (from rev 168549, qt3/repos/testing-x86_64/gcc-4.6.patch) qt3/repos/extra-x86_64/qt-copy-kde-patches.tar.bz2 (from rev 168549, qt3/repos/testing-x86_64/qt-copy-kde-patches.tar.bz2) qt3/repos/extra-x86_64/qt-odbc.patch (from rev 168549, qt3/repos/testing-x86_64/qt-odbc.patch) qt3/repos/extra-x86_64/qt-patches.tar.bz2 (from rev 168549, qt3/repos/testing-x86_64/qt-patches.tar.bz2) qt3/repos/extra-x86_64/qt.install (from rev 168549, qt3/repos/testing-x86_64/qt.install) qt3/repos/extra-x86_64/qt.profile (from rev 168549, qt3/repos/testing-x86_64/qt.profile) qt3/repos/extra-x86_64/qt3-png15.patch (from rev 168549, qt3/repos/testing-x86_64/qt3-png15.patch) Deleted: qt3/repos/extra-i686/PKGBUILD qt3/repos/extra-i686/eastern_asian_languagues.diff qt3/repos/extra-i686/gcc-4.6.patch qt3/repos/extra-i686/qt-copy-kde-patches.tar.bz2 qt3/repos/extra-i686/qt-odbc.patch qt3/repos/extra-i686/qt-patches.tar.bz2 qt3/repos/extra-i686/qt.install qt3/repos/extra-i686/qt.profile qt3/repos/extra-i686/qt3-png15.patch qt3/repos/extra-x86_64/PKGBUILD qt3/repos/extra-x86_64/eastern_asian_languagues.diff qt3/repos/extra-x86_64/gcc-4.6.patch qt3/repos/extra-x86_64/qt-copy-kde-patches.tar.bz2 qt3/repos/extra-x86_64/qt-odbc.patch qt3/repos/extra-x86_64/qt-patches.tar.bz2 qt3/repos/extra-x86_64/qt.install qt3/repos/extra-x86_64/qt.profile qt3/repos/extra-x86_64/qt3-png15.patch qt3/repos/testing-i686/ qt3/repos/testing-x86_64/ + extra-i686/PKGBUILD| 248 +++ extra-i686/eastern_asian_languagues.diff | 78 ++-- extra-i686/gcc-4.6.patch | 66 ++-- extra-i686/qt-odbc.patch | 38 +- extra-i686/qt.install | 24 - extra-i686/qt.profile |8 extra-i686/qt3-png15.patch | 424 +-- extra-x86_64/PKGBUILD | 248 +++ extra-x86_64/eastern_asian_languagues.diff | 78 ++-- extra-x86_64/gcc-4.6.patch | 66 ++-- extra-x86_64/qt-odbc.patch | 38 +- extra-x86_64/qt.install| 24 - extra-x86_64/qt.profile|8 extra-x86_64/qt3-png15.patch | 424 +-- 14 files changed, 886 insertions(+), 886 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 168608:168609 to see the changes.
[arch-commits] Commit in octave/repos (26 files)
Date: Saturday, October 13, 2012 @ 07:48:28 Author: andyrtr Revision: 168608 db-move: moved octave from [testing] to [extra] (i686, x86_64) Added: octave/repos/extra-i686/PKGBUILD (from rev 168549, octave/repos/testing-i686/PKGBUILD) octave/repos/extra-i686/buildfix.diff (from rev 168549, octave/repos/testing-i686/buildfix.diff) octave/repos/extra-i686/curlfix.patch (from rev 168549, octave/repos/testing-i686/curlfix.patch) octave/repos/extra-i686/imread.patch (from rev 168549, octave/repos/testing-i686/imread.patch) octave/repos/extra-i686/octave-3.4.0-gcc46.patch (from rev 168549, octave/repos/testing-i686/octave-3.4.0-gcc46.patch) octave/repos/extra-i686/octave-gethelp.patch (from rev 168549, octave/repos/testing-i686/octave-gethelp.patch) octave/repos/extra-i686/octave.install (from rev 168549, octave/repos/testing-i686/octave.install) octave/repos/extra-x86_64/PKGBUILD (from rev 168549, octave/repos/testing-x86_64/PKGBUILD) octave/repos/extra-x86_64/buildfix.diff (from rev 168549, octave/repos/testing-x86_64/buildfix.diff) octave/repos/extra-x86_64/curlfix.patch (from rev 168549, octave/repos/testing-x86_64/curlfix.patch) octave/repos/extra-x86_64/imread.patch (from rev 168549, octave/repos/testing-x86_64/imread.patch) octave/repos/extra-x86_64/octave-3.4.0-gcc46.patch (from rev 168549, octave/repos/testing-x86_64/octave-3.4.0-gcc46.patch) octave/repos/extra-x86_64/octave-gethelp.patch (from rev 168549, octave/repos/testing-x86_64/octave-gethelp.patch) octave/repos/extra-x86_64/octave.install (from rev 168549, octave/repos/testing-x86_64/octave.install) Deleted: octave/repos/extra-i686/PKGBUILD octave/repos/extra-i686/curlfix.patch octave/repos/extra-i686/imread.patch octave/repos/extra-i686/octave-3.4.0-gcc46.patch octave/repos/extra-i686/octave.install octave/repos/extra-x86_64/PKGBUILD octave/repos/extra-x86_64/curlfix.patch octave/repos/extra-x86_64/imread.patch octave/repos/extra-x86_64/octave-3.4.0-gcc46.patch octave/repos/extra-x86_64/octave.install octave/repos/testing-i686/ octave/repos/testing-x86_64/ ---+ extra-i686/PKGBUILD | 96 ++-- extra-i686/buildfix.diff | 85 extra-i686/curlfix.patch | 20 +++--- extra-i686/imread.patch | 58 +-- extra-i686/octave-3.4.0-gcc46.patch | 48 extra-i686/octave-gethelp.patch | 13 extra-i686/octave.install | 36 ++-- extra-x86_64/PKGBUILD | 96 ++-- extra-x86_64/buildfix.diff| 85 extra-x86_64/curlfix.patch| 20 +++--- extra-x86_64/imread.patch | 58 +-- extra-x86_64/octave-3.4.0-gcc46.patch | 48 extra-x86_64/octave-gethelp.patch | 13 extra-x86_64/octave.install | 36 ++-- 14 files changed, 466 insertions(+), 246 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:48:12 UTC (rev 168607) +++ extra-i686/PKGBUILD 2012-10-13 11:48:28 UTC (rev 168608) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren -# Contributor : shining -# Contributor : cyberdune - -pkgname=octave -pkgver=3.6.2 -pkgrel=1 -pkgdesc="A high-level language, primarily intended for numerical computations." -arch=('i686' 'x86_64') -url="http://www.octave.org"; -license=('GPL') -depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 'gcc-libs' 'qhull' 'fltk' 'suitesparse') -makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'suitesparse' 'texlive-core') -optdepends=('texinfo: for help-support in octave' -'gnuplot: alternative plotting') -source=("ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2";) -options=('!emptydirs') -install=octave.install -sha1sums=('145fef0122268086727a60e1c33e29d56fd546d7') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - # http://www.nabble.com/Random-rounding-errors-td16010966.html - FFLAGS="-O -ffloat-store" \ - - ./configure --prefix=/usr --libexecdir=/usr/lib \ - --enable-shared --disable-static - - LANG=C make -} - -package(){ - cd ${srcdir}/${pkgname}-${pkgver} - - make DESTDIR="${pkgdir}" install - - # add octave library path to ld.so.conf.d - install -d ${pkgdir}/etc/ld.so.conf.d - echo "/usr/lib/${pkgname}/${pkgver}" > ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf -} Copied: octave/repos/extra-i686/PKGBUILD (from rev 168549, octave/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:48:28 UTC (rev 168608) @@ -0,0 +1,54 @@ +# $Id$ +#
[arch-commits] Commit in libvisual-plugins/repos (30 files)
Date: Saturday, October 13, 2012 @ 07:48:12 Author: andyrtr Revision: 168607 db-move: moved libvisual-plugins from [testing] to [extra] (i686, x86_64) Added: libvisual-plugins/repos/extra-i686/02_64-bit_JESS_fix.patch (from rev 168549, libvisual-plugins/repos/testing-i686/02_64-bit_JESS_fix.patch) libvisual-plugins/repos/extra-i686/03_build_against_gl_fixes.patch (from rev 168549, libvisual-plugins/repos/testing-i686/03_build_against_gl_fixes.patch) libvisual-plugins/repos/extra-i686/04_lv_analyzer_build_fix.patch (from rev 168549, libvisual-plugins/repos/testing-i686/04_lv_analyzer_build_fix.patch) libvisual-plugins/repos/extra-i686/050_all_automagic.patch (from rev 168549, libvisual-plugins/repos/testing-i686/050_all_automagic.patch) libvisual-plugins/repos/extra-i686/05_fix_po.patch (from rev 168549, libvisual-plugins/repos/testing-i686/05_fix_po.patch) libvisual-plugins/repos/extra-i686/60_no-const-vispluginfo-in-nastyfft.patch (from rev 168549, libvisual-plugins/repos/testing-i686/60_no-const-vispluginfo-in-nastyfft.patch) libvisual-plugins/repos/extra-i686/PKGBUILD (from rev 168549, libvisual-plugins/repos/testing-i686/PKGBUILD) libvisual-plugins/repos/extra-x86_64/02_64-bit_JESS_fix.patch (from rev 168549, libvisual-plugins/repos/testing-x86_64/02_64-bit_JESS_fix.patch) libvisual-plugins/repos/extra-x86_64/03_build_against_gl_fixes.patch (from rev 168549, libvisual-plugins/repos/testing-x86_64/03_build_against_gl_fixes.patch) libvisual-plugins/repos/extra-x86_64/04_lv_analyzer_build_fix.patch (from rev 168549, libvisual-plugins/repos/testing-x86_64/04_lv_analyzer_build_fix.patch) libvisual-plugins/repos/extra-x86_64/050_all_automagic.patch (from rev 168549, libvisual-plugins/repos/testing-x86_64/050_all_automagic.patch) libvisual-plugins/repos/extra-x86_64/05_fix_po.patch (from rev 168549, libvisual-plugins/repos/testing-x86_64/05_fix_po.patch) libvisual-plugins/repos/extra-x86_64/60_no-const-vispluginfo-in-nastyfft.patch (from rev 168549, libvisual-plugins/repos/testing-x86_64/60_no-const-vispluginfo-in-nastyfft.patch) libvisual-plugins/repos/extra-x86_64/PKGBUILD (from rev 168549, libvisual-plugins/repos/testing-x86_64/PKGBUILD) Deleted: libvisual-plugins/repos/extra-i686/02_64-bit_JESS_fix.patch libvisual-plugins/repos/extra-i686/03_build_against_gl_fixes.patch libvisual-plugins/repos/extra-i686/04_lv_analyzer_build_fix.patch libvisual-plugins/repos/extra-i686/050_all_automagic.patch libvisual-plugins/repos/extra-i686/05_fix_po.patch libvisual-plugins/repos/extra-i686/60_no-const-vispluginfo-in-nastyfft.patch libvisual-plugins/repos/extra-i686/PKGBUILD libvisual-plugins/repos/extra-x86_64/02_64-bit_JESS_fix.patch libvisual-plugins/repos/extra-x86_64/03_build_against_gl_fixes.patch libvisual-plugins/repos/extra-x86_64/04_lv_analyzer_build_fix.patch libvisual-plugins/repos/extra-x86_64/050_all_automagic.patch libvisual-plugins/repos/extra-x86_64/05_fix_po.patch libvisual-plugins/repos/extra-x86_64/60_no-const-vispluginfo-in-nastyfft.patch libvisual-plugins/repos/extra-x86_64/PKGBUILD libvisual-plugins/repos/testing-i686/ libvisual-plugins/repos/testing-x86_64/ + extra-i686/02_64-bit_JESS_fix.patch| 116 +- extra-i686/03_build_against_gl_fixes.patch | 744 +++ extra-i686/04_lv_analyzer_build_fix.patch | 24 extra-i686/050_all_automagic.patch | 100 +- extra-i686/05_fix_po.patch | 254 ++--- extra-i686/60_no-const-vispluginfo-in-nastyfft.patch | 36 extra-i686/PKGBUILD| 102 +- extra-x86_64/02_64-bit_JESS_fix.patch | 116 +- extra-x86_64/03_build_against_gl_fixes.patch | 744 +++ extra-x86_64/04_lv_analyzer_build_fix.patch| 24 extra-x86_64/050_all_automagic.patch | 100 +- extra-x86_64/05_fix_po.patch | 254 ++--- extra-x86_64/60_no-const-vispluginfo-in-nastyfft.patch | 36 extra-x86_64/PKGBUILD | 102 +- 14 files changed, 1376 insertions(+), 1376 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 168606:168607 to see the changes.
[arch-commits] Commit in libreoffice/repos (46 files)
Date: Saturday, October 13, 2012 @ 07:47:57 Author: andyrtr Revision: 168606 db-move: moved libreoffice from [testing] to [extra] (i686, x86_64) Added: libreoffice/repos/extra-i686/PKGBUILD (from rev 168549, libreoffice/repos/testing-i686/PKGBUILD) libreoffice/repos/extra-i686/buildfix.diff (from rev 168549, libreoffice/repos/testing-i686/buildfix.diff) libreoffice/repos/extra-i686/libreoffice-base.install (from rev 168549, libreoffice/repos/testing-i686/libreoffice-base.install) libreoffice/repos/extra-i686/libreoffice-calc.install (from rev 168549, libreoffice/repos/testing-i686/libreoffice-calc.install) libreoffice/repos/extra-i686/libreoffice-common.csh (from rev 168549, libreoffice/repos/testing-i686/libreoffice-common.csh) libreoffice/repos/extra-i686/libreoffice-common.install (from rev 168549, libreoffice/repos/testing-i686/libreoffice-common.install) libreoffice/repos/extra-i686/libreoffice-common.sh (from rev 168549, libreoffice/repos/testing-i686/libreoffice-common.sh) libreoffice/repos/extra-i686/libreoffice-draw.install (from rev 168549, libreoffice/repos/testing-i686/libreoffice-draw.install) libreoffice/repos/extra-i686/libreoffice-impress.install (from rev 168549, libreoffice/repos/testing-i686/libreoffice-impress.install) libreoffice/repos/extra-i686/libreoffice-writer.install (from rev 168549, libreoffice/repos/testing-i686/libreoffice-writer.install) libreoffice/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff (from rev 168549, libreoffice/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff) libreoffice/repos/extra-x86_64/PKGBUILD (from rev 168549, libreoffice/repos/testing-x86_64/PKGBUILD) libreoffice/repos/extra-x86_64/buildfix.diff (from rev 168549, libreoffice/repos/testing-x86_64/buildfix.diff) libreoffice/repos/extra-x86_64/libreoffice-base.install (from rev 168549, libreoffice/repos/testing-x86_64/libreoffice-base.install) libreoffice/repos/extra-x86_64/libreoffice-calc.install (from rev 168549, libreoffice/repos/testing-x86_64/libreoffice-calc.install) libreoffice/repos/extra-x86_64/libreoffice-common.csh (from rev 168549, libreoffice/repos/testing-x86_64/libreoffice-common.csh) libreoffice/repos/extra-x86_64/libreoffice-common.install (from rev 168549, libreoffice/repos/testing-x86_64/libreoffice-common.install) libreoffice/repos/extra-x86_64/libreoffice-common.sh (from rev 168549, libreoffice/repos/testing-x86_64/libreoffice-common.sh) libreoffice/repos/extra-x86_64/libreoffice-draw.install (from rev 168549, libreoffice/repos/testing-x86_64/libreoffice-draw.install) libreoffice/repos/extra-x86_64/libreoffice-impress.install (from rev 168549, libreoffice/repos/testing-x86_64/libreoffice-impress.install) libreoffice/repos/extra-x86_64/libreoffice-writer.install (from rev 168549, libreoffice/repos/testing-x86_64/libreoffice-writer.install) libreoffice/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff (from rev 168549, libreoffice/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff) Deleted: libreoffice/repos/extra-i686/PKGBUILD libreoffice/repos/extra-i686/buildfix.diff libreoffice/repos/extra-i686/libreoffice-base.install libreoffice/repos/extra-i686/libreoffice-calc.install libreoffice/repos/extra-i686/libreoffice-common.csh libreoffice/repos/extra-i686/libreoffice-common.install libreoffice/repos/extra-i686/libreoffice-common.sh libreoffice/repos/extra-i686/libreoffice-draw.install libreoffice/repos/extra-i686/libreoffice-impress.install libreoffice/repos/extra-i686/libreoffice-writer.install libreoffice/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff libreoffice/repos/extra-x86_64/PKGBUILD libreoffice/repos/extra-x86_64/buildfix.diff libreoffice/repos/extra-x86_64/libreoffice-base.install libreoffice/repos/extra-x86_64/libreoffice-calc.install libreoffice/repos/extra-x86_64/libreoffice-common.csh libreoffice/repos/extra-x86_64/libreoffice-common.install libreoffice/repos/extra-x86_64/libreoffice-common.sh libreoffice/repos/extra-x86_64/libreoffice-draw.install libreoffice/repos/extra-x86_64/libreoffice-impress.install libreoffice/repos/extra-x86_64/libreoffice-writer.install libreoffice/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff libreoffice/repos/testing-i686/ libreoffice/repos/testing-x86_64/ ---+ extra-i686/PKGBUILD | 1424 +- extra-i686/buildfix.diff | 24 extra-i686/libreoffice-base.install | 22 extra-i686/libreoffice-calc.install | 22 extra-i686/libreoffice-common.csh | 16 extra-i
[arch-commits] Commit in jasper/repos (22 files)
Date: Saturday, October 13, 2012 @ 07:47:31 Author: andyrtr Revision: 168605 db-move: moved jasper from [testing] to [extra] (i686, x86_64) Added: jasper/repos/extra-i686/PKGBUILD (from rev 168549, jasper/repos/testing-i686/PKGBUILD) jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3520.patch (from rev 168549, jasper/repos/testing-i686/jasper-1.900.1-CVE-2008-3520.patch) jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3522.patch (from rev 168549, jasper/repos/testing-i686/jasper-1.900.1-CVE-2008-3522.patch) jasper/repos/extra-i686/jpc_dec.c.patch (from rev 168549, jasper/repos/testing-i686/jpc_dec.c.patch) jasper/repos/extra-i686/patch-libjasper-stepsizes-overflow.diff (from rev 168549, jasper/repos/testing-i686/patch-libjasper-stepsizes-overflow.diff) jasper/repos/extra-x86_64/PKGBUILD (from rev 168549, jasper/repos/testing-x86_64/PKGBUILD) jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3520.patch (from rev 168549, jasper/repos/testing-x86_64/jasper-1.900.1-CVE-2008-3520.patch) jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3522.patch (from rev 168549, jasper/repos/testing-x86_64/jasper-1.900.1-CVE-2008-3522.patch) jasper/repos/extra-x86_64/jpc_dec.c.patch (from rev 168549, jasper/repos/testing-x86_64/jpc_dec.c.patch) jasper/repos/extra-x86_64/patch-libjasper-stepsizes-overflow.diff (from rev 168549, jasper/repos/testing-x86_64/patch-libjasper-stepsizes-overflow.diff) Deleted: jasper/repos/extra-i686/PKGBUILD jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3520.patch jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3522.patch jasper/repos/extra-i686/jpc_dec.c.patch jasper/repos/extra-i686/patch-libjasper-stepsizes-overflow.diff jasper/repos/extra-x86_64/PKGBUILD jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3520.patch jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3522.patch jasper/repos/extra-x86_64/jpc_dec.c.patch jasper/repos/extra-x86_64/patch-libjasper-stepsizes-overflow.diff jasper/repos/testing-i686/ jasper/repos/testing-x86_64/ --+ extra-i686/PKGBUILD | 72 extra-i686/jasper-1.900.1-CVE-2008-3520.patch| 1856 - extra-i686/jasper-1.900.1-CVE-2008-3522.patch| 28 extra-i686/jpc_dec.c.patch | 36 extra-i686/patch-libjasper-stepsizes-overflow.diff | 28 extra-x86_64/PKGBUILD| 72 extra-x86_64/jasper-1.900.1-CVE-2008-3520.patch | 1856 - extra-x86_64/jasper-1.900.1-CVE-2008-3522.patch | 28 extra-x86_64/jpc_dec.c.patch | 36 extra-x86_64/patch-libjasper-stepsizes-overflow.diff | 28 10 files changed, 2020 insertions(+), 2020 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 168604:168605 to see the changes.
[arch-commits] Commit in gtkglextmm/repos (10 files)
Date: Saturday, October 13, 2012 @ 07:47:19 Author: andyrtr Revision: 168604 db-move: moved gtkglextmm from [testing] to [extra] (i686, x86_64) Added: gtkglextmm/repos/extra-i686/PKGBUILD (from rev 168549, gtkglextmm/repos/testing-i686/PKGBUILD) gtkglextmm/repos/extra-i686/gdkspanfunc.patch (from rev 168549, gtkglextmm/repos/testing-i686/gdkspanfunc.patch) gtkglextmm/repos/extra-x86_64/PKGBUILD (from rev 168549, gtkglextmm/repos/testing-x86_64/PKGBUILD) gtkglextmm/repos/extra-x86_64/gdkspanfunc.patch (from rev 168549, gtkglextmm/repos/testing-x86_64/gdkspanfunc.patch) Deleted: gtkglextmm/repos/extra-i686/PKGBUILD gtkglextmm/repos/extra-i686/gdkspanfunc.patch gtkglextmm/repos/extra-x86_64/PKGBUILD gtkglextmm/repos/extra-x86_64/gdkspanfunc.patch gtkglextmm/repos/testing-i686/ gtkglextmm/repos/testing-x86_64/ + extra-i686/PKGBUILD| 80 +++ extra-i686/gdkspanfunc.patch | 26 ++-- extra-x86_64/PKGBUILD | 80 +++ extra-x86_64/gdkspanfunc.patch | 26 ++-- 4 files changed, 106 insertions(+), 106 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:47:13 UTC (rev 168603) +++ extra-i686/PKGBUILD 2012-10-13 11:47:19 UTC (rev 168604) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Bastien Bouclet -# Contributor: SpepS - -pkgname=gtkglextmm -pkgver=1.2.0 -pkgrel=8 -pkgdesc="Cpp C++ bindings for gtkglext" -arch=('i686' 'x86_64') -url="http://gtkglext.sourceforge.net/"; -depends=('gtkmm' 'gtkglext') -makedepends=('pkgconfig') -options=('!libtool') -license=('GPL') -source=("http://downloads.sourceforge.net/sourceforge/gtkglext/${pkgname}-${pkgver}.tar.bz2"; -'gdkspanfunc.patch') -md5sums=('27c05f4d45c5fd07b6fb0f044add3056' - 'd7c8ea33c748a6857ee629c16b2d9bff') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # FS#24706 - patch -Np1 -i "${srcdir}/gdkspanfunc.patch" - - # automake 1.8 fix - sed -i "s|\(AC_DEFUN(\)\(AC_.*_MULTIHEAD\)|\1[\2]|" m4macros/gtkglextmm.m4 - - ./configure --prefix=/usr \ - --disable-gtkglext-test \ - --disable-static - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: gtkglextmm/repos/extra-i686/PKGBUILD (from rev 168549, gtkglextmm/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:47:19 UTC (rev 168604) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Bastien Bouclet +# Contributor: SpepS + +pkgname=gtkglextmm +pkgver=1.2.0 +pkgrel=9 +pkgdesc="Cpp C++ bindings for gtkglext" +arch=('i686' 'x86_64') +url="http://gtkglext.sourceforge.net/"; +depends=('gtkmm' 'gtkglext') +makedepends=('mesa') +options=('!libtool') +license=('GPL') +source=("http://downloads.sourceforge.net/sourceforge/gtkglext/${pkgname}-${pkgver}.tar.bz2"; +'gdkspanfunc.patch') +md5sums=('27c05f4d45c5fd07b6fb0f044add3056' + 'd7c8ea33c748a6857ee629c16b2d9bff') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # FS#24706 + patch -Np1 -i "${srcdir}/gdkspanfunc.patch" + + # automake 1.8 fix + sed -i "s|\(AC_DEFUN(\)\(AC_.*_MULTIHEAD\)|\1[\2]|" m4macros/gtkglextmm.m4 + + ./configure --prefix=/usr \ + --disable-gtkglext-test \ + --disable-static + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/gdkspanfunc.patch === --- extra-i686/gdkspanfunc.patch2012-10-13 11:47:13 UTC (rev 168603) +++ extra-i686/gdkspanfunc.patch2012-10-13 11:47:19 UTC (rev 168604) @@ -1,13 +0,0 @@ a/gtkglext/gtkmm/gl/widget.cc 2004-05-18 03:01:50.0 -0300 -+++ b/gtkglext/gtkmm/gl/widget.cc 2011-06-12 17:57:13.075541070 -0300 -@@ -17,9 +17,8 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. - */ - --#include -- - #include "widget.h" -+#include - - namespace Gtk - { Copied: gtkglextmm/repos/extra-i686/gdkspanfunc.patch (from rev 168549, gtkglextmm/repos/testing-i686/gdkspanfunc.patch) === --- extra-i686/gdkspanfunc.patch(rev 0) +++ extra-i686/gdkspanfunc.patch2012-10-13 11:47:19 UTC (rev 168604) @@ -0,0 +1,13 @@ +--- a/gtkglext/gtkmm/gl/widget.cc 2004-05-18 03:01:50.0 -0300 b/gtkglext/gtkmm/gl/widget.cc 2011-06-12 17:57:13.075541070 -0300 +@@ -17,9 +17,8 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ + +-#include +- + #include "widget.h" ++#in
[arch-commits] Commit in gtkglext/repos (10 files)
Date: Saturday, October 13, 2012 @ 07:47:13 Author: andyrtr Revision: 168603 db-move: moved gtkglext from [testing] to [extra] (i686, x86_64) Added: gtkglext/repos/extra-i686/PKGBUILD (from rev 168549, gtkglext/repos/testing-i686/PKGBUILD) gtkglext/repos/extra-i686/gtk2.20.patch (from rev 168549, gtkglext/repos/testing-i686/gtk2.20.patch) gtkglext/repos/extra-x86_64/PKGBUILD (from rev 168549, gtkglext/repos/testing-x86_64/PKGBUILD) gtkglext/repos/extra-x86_64/gtk2.20.patch (from rev 168549, gtkglext/repos/testing-x86_64/gtk2.20.patch) Deleted: gtkglext/repos/extra-i686/PKGBUILD gtkglext/repos/extra-i686/gtk2.20.patch gtkglext/repos/extra-x86_64/PKGBUILD gtkglext/repos/extra-x86_64/gtk2.20.patch gtkglext/repos/testing-i686/ gtkglext/repos/testing-x86_64/ + extra-i686/PKGBUILD| 71 ++- extra-i686/gtk2.20.patch | 154 +-- extra-x86_64/PKGBUILD | 71 ++- extra-x86_64/gtk2.20.patch | 154 +-- 4 files changed, 226 insertions(+), 224 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:47:08 UTC (rev 168602) +++ extra-i686/PKGBUILD 2012-10-13 11:47:13 UTC (rev 168603) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Ben - -pkgname=gtkglext -pkgver=1.2.0 -pkgrel=7 -pkgdesc="opengl extensions for gtk2" -arch=('i686' 'x86_64') -url="http://gtkglext.sourceforge.net/"; -license=('LGPL') -depends=('gtk2' 'mesa' 'libxmu') -options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/gtkglext/${pkgname}-${pkgver}.tar.bz2"; - 'gtk2.20.patch') -md5sums=('ed7ba24ce06a8630c07f2d0ee5f04ab4' - 'e5a87ec3f2d0e616c6f32f90c3f7237f') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -Np1 -i "${srcdir}/gtk2.20.patch" - sed '/AC_PATH_XTRA/d' -i configure.in - - autoreconf --force --install - ./configure --prefix=/usr \ - --disable-static - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: gtkglext/repos/extra-i686/PKGBUILD (from rev 168549, gtkglext/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:47:13 UTC (rev 168603) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: +# Contributor: Ben + +pkgname=gtkglext +pkgver=1.2.0 +pkgrel=8 +pkgdesc="opengl extensions for gtk2" +arch=('i686' 'x86_64') +url="http://gtkglext.sourceforge.net/"; +license=('LGPL') +depends=('gtk2' 'glu' 'libxmu') +makedepends=('mesa') +options=('!libtool') +source=("http://downloads.sourceforge.net/sourceforge/gtkglext/${pkgname}-${pkgver}.tar.bz2"; + 'gtk2.20.patch') +md5sums=('ed7ba24ce06a8630c07f2d0ee5f04ab4' + 'e5a87ec3f2d0e616c6f32f90c3f7237f') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + patch -Np1 -i "${srcdir}/gtk2.20.patch" + sed '/AC_PATH_XTRA/d' -i configure.in + + autoreconf --force --install + ./configure --prefix=/usr \ + --disable-static + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/gtk2.20.patch === --- extra-i686/gtk2.20.patch2012-10-13 11:47:08 UTC (rev 168602) +++ extra-i686/gtk2.20.patch2012-10-13 11:47:13 UTC (rev 168603) @@ -1,77 +0,0 @@ -diff -Nur gtkglext-1.2.0.orig/gtk/gtkglwidget.c gtkglext-1.2.0/gtk/gtkglwidget.c gtkglext-1.2.0.orig/gtk/gtkglwidget.c 2004-02-20 11:38:36.0 +0200 -+++ gtkglext-1.2.0/gtk/gtkglwidget.c 2010-04-20 19:29:42.941917275 +0300 -@@ -127,7 +127,7 @@ -* Synchronize OpenGL and window resizing request streams. -*/ - -- if (GTK_WIDGET_REALIZED (widget) && private->is_realized) -+ if (gtk_widget_get_realized (widget) && private->is_realized) - { - gldrawable = gdk_window_get_gl_drawable (widget->window); - gdk_gl_drawable_wait_gdk (gldrawable); -@@ -154,7 +154,7 @@ -* Remove OpenGL-capability from widget->window. -*/ - -- if (GTK_WIDGET_REALIZED (widget)) -+ if (gtk_widget_get_realized (widget)) - gdk_window_unset_gl_capability (widget->window); - - private->is_realized = FALSE; -@@ -174,7 +174,7 @@ -*/ - - toplevel = gtk_widget_get_toplevel (widget); -- if (GTK_WIDGET_TOPLEVEL (toplevel) && !GTK_WIDGET_REALIZED (toplevel)) -+ if (gtk_widget_is_toplevel (toplevel) && !gtk_widget_get_realized (toplevel)) - { - GTK_GL_NOTE (MISC, - g_message (" - Install colormap to the top-level window.")); -@@ -194,7 +194,7 @@ -* Set a background of "None" on window to avoid AIX X server crash. -*/ - -- if (GTK_WIDGET_REALIZED (widget)) -+ if (gtk_widget_get_realized (widget)) - { -
[arch-commits] Commit in ftgl/repos (6 files)
Date: Saturday, October 13, 2012 @ 07:46:59 Author: andyrtr Revision: 168600 db-move: moved ftgl from [testing] to [extra] (i686, x86_64) Added: ftgl/repos/extra-i686/PKGBUILD (from rev 168549, ftgl/repos/testing-i686/PKGBUILD) ftgl/repos/extra-x86_64/PKGBUILD (from rev 168549, ftgl/repos/testing-x86_64/PKGBUILD) Deleted: ftgl/repos/extra-i686/PKGBUILD ftgl/repos/extra-x86_64/PKGBUILD ftgl/repos/testing-i686/ ftgl/repos/testing-x86_64/ ---+ extra-i686/PKGBUILD | 68 extra-x86_64/PKGBUILD | 68 2 files changed, 68 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:46:55 UTC (rev 168599) +++ extra-i686/PKGBUILD 2012-10-13 11:46:59 UTC (rev 168600) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jan "heftig" Steffens -# Contributor: Alexander Baldeck -# Contributor: tobias - -pkgname=ftgl -_pkgver=2.1.3-rc5 -pkgver=${_pkgver/-/} -pkgrel=3 -pkgdesc="OpenGL library to use arbitrary fonts" -arch=(i686 x86_64) -url="http://ftgl.wiki.sourceforge.net/"; -license=(MIT) -depends=(freetype2 mesa) -makedepends=(doxygen glut) -options=('!libtool') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2";) -md5sums=('c7879018cde844059495b3029b0b6503') - -build() { - cd "$srcdir/$pkgname-${_pkgver/-/~}" - ./configure --prefix=/usr --with-pic - make -} - -package() { - cd "$srcdir/$pkgname-${_pkgver/-/~}" - make DESTDIR="$pkgdir" install - - # FS#23283: install missing headers for OpenCascade - install -m644 src/FT{Face,Library,Size}.h "$pkgdir/usr/include/FTGL/" - - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: ftgl/repos/extra-i686/PKGBUILD (from rev 168549, ftgl/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:46:59 UTC (rev 168600) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Alexander Baldeck +# Contributor: tobias + +pkgname=ftgl +_pkgver=2.1.3-rc5 +pkgver=${_pkgver/-/} +pkgrel=4 +pkgdesc="OpenGL library to use arbitrary fonts" +arch=(i686 x86_64) +url="http://ftgl.wiki.sourceforge.net/"; +license=(MIT) +depends=(freetype2 mesa glu) +makedepends=(doxygen) +options=('!libtool') +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2";) +md5sums=('c7879018cde844059495b3029b0b6503') + +build() { + cd "$srcdir/$pkgname-${_pkgver/-/~}" + ./configure --prefix=/usr --with-pic --disable-static + make +} + +package() { + cd "$srcdir/$pkgname-${_pkgver/-/~}" + make DESTDIR="$pkgdir" install + + # FS#23283: install missing headers for OpenCascade + install -m644 src/FT{Face,Library,Size}.h "$pkgdir/usr/include/FTGL/" + + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-10-13 11:46:55 UTC (rev 168599) +++ extra-x86_64/PKGBUILD 2012-10-13 11:46:59 UTC (rev 168600) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jan "heftig" Steffens -# Contributor: Alexander Baldeck -# Contributor: tobias - -pkgname=ftgl -_pkgver=2.1.3-rc5 -pkgver=${_pkgver/-/} -pkgrel=3 -pkgdesc="OpenGL library to use arbitrary fonts" -arch=(i686 x86_64) -url="http://ftgl.wiki.sourceforge.net/"; -license=(MIT) -depends=(freetype2 mesa) -makedepends=(doxygen glut) -options=('!libtool') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2";) -md5sums=('c7879018cde844059495b3029b0b6503') - -build() { - cd "$srcdir/$pkgname-${_pkgver/-/~}" - ./configure --prefix=/usr --with-pic - make -} - -package() { - cd "$srcdir/$pkgname-${_pkgver/-/~}" - make DESTDIR="$pkgdir" install - - # FS#23283: install missing headers for OpenCascade - install -m644 src/FT{Face,Library,Size}.h "$pkgdir/usr/include/FTGL/" - - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: ftgl/repos/extra-x86_64/PKGBUILD (from rev 168549, ftgl/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-10-13 11:46:59 UTC (rev 168600) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Alexander Baldeck +# Contributor: tobias + +pkgname=ftgl +_pkgver=2.1.3-rc5 +pkgver=${_pkgver/-/} +pkgrel=4 +pkgdesc="OpenGL library to use arbitrary fonts" +arch=(i686 x86_64) +url="http://ftgl.wiki.sourceforge.net/"; +license=(MIT) +depends=(freetype2 mesa glu) +makedepends=(doxygen) +options=('!libtool') +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2";)
[arch-commits] Commit in glew/repos (6 files)
Date: Saturday, October 13, 2012 @ 07:47:03 Author: andyrtr Revision: 168601 db-move: moved glew from [testing] to [extra] (i686, x86_64) Added: glew/repos/extra-i686/PKGBUILD (from rev 168549, glew/repos/testing-i686/PKGBUILD) glew/repos/extra-x86_64/PKGBUILD (from rev 168549, glew/repos/testing-x86_64/PKGBUILD) Deleted: glew/repos/extra-i686/PKGBUILD glew/repos/extra-x86_64/PKGBUILD glew/repos/testing-i686/ glew/repos/testing-x86_64/ ---+ extra-i686/PKGBUILD | 58 extra-x86_64/PKGBUILD | 58 2 files changed, 58 insertions(+), 58 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:46:59 UTC (rev 168600) +++ extra-i686/PKGBUILD 2012-10-13 11:47:03 UTC (rev 168601) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Stéphane Gaudreault -# Contributor: SleepyDog - -pkgname=glew -pkgver=1.8.0 -pkgrel=1 -pkgdesc="The OpenGL Extension Wrangler Library" -arch=('i686' 'x86_64') -url="http://glew.sourceforge.net"; -license=('BSD' 'MIT' 'GPL') -depends=('libxmu' 'libxi' 'mesa') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz) -sha1sums=('641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|lib64|lib|' config/Makefile.linux - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make GLEW_DEST="${pkgdir}/usr" install.all - install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - - rm "${pkgdir}"/usr/lib/{libGLEW,libGLEWmx}.a - chmod 0755 "${pkgdir}"/usr/lib/libGLEW*.so.${pkgver} -} Copied: glew/repos/extra-i686/PKGBUILD (from rev 168549, glew/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:47:03 UTC (rev 168601) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Stéphane Gaudreault +# Contributor: SleepyDog + +pkgname=glew +pkgver=1.8.0 +pkgrel=2 +pkgdesc="The OpenGL Extension Wrangler Library" +arch=('i686' 'x86_64') +url="http://glew.sourceforge.net"; +license=('BSD' 'MIT' 'GPL') +depends=('libxmu' 'libxi' 'glu') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz) +sha1sums=('641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|lib64|lib|' config/Makefile.linux + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make GLEW_DEST="${pkgdir}/usr" install.all + install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + + rm "${pkgdir}"/usr/lib/{libGLEW,libGLEWmx}.a + chmod 0755 "${pkgdir}"/usr/lib/libGLEW*.so.${pkgver} +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-10-13 11:46:59 UTC (rev 168600) +++ extra-x86_64/PKGBUILD 2012-10-13 11:47:03 UTC (rev 168601) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Stéphane Gaudreault -# Contributor: SleepyDog - -pkgname=glew -pkgver=1.8.0 -pkgrel=1 -pkgdesc="The OpenGL Extension Wrangler Library" -arch=('i686' 'x86_64') -url="http://glew.sourceforge.net"; -license=('BSD' 'MIT' 'GPL') -depends=('libxmu' 'libxi' 'mesa') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz) -sha1sums=('641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|lib64|lib|' config/Makefile.linux - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make GLEW_DEST="${pkgdir}/usr" install.all - install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - - rm "${pkgdir}"/usr/lib/{libGLEW,libGLEWmx}.a - chmod 0755 "${pkgdir}"/usr/lib/libGLEW*.so.${pkgver} -} Copied: glew/repos/extra-x86_64/PKGBUILD (from rev 168549, glew/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-10-13 11:47:03 UTC (rev 168601) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Stéphane Gaudreault +# Contributor: SleepyDog + +pkgname=glew +pkgver=1.8.0 +pkgrel=2 +pkgdesc="The OpenGL Extension Wrangler Library" +arch=('i686' 'x86_64') +url="http://glew.sourceforge.net"; +license=('BSD' 'MIT' 'GPL') +depends=('libxmu' 'libxi' 'glu') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz) +sha1sums=('641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|lib64|lib|' config/Makefile.linux + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make GLEW_DEST="${pkgdir}/usr" install.all + install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + + rm "${pkgdir}"/usr/lib/
[arch-commits] Commit in gnome-games/repos (10 files)
Date: Saturday, October 13, 2012 @ 07:47:08 Author: andyrtr Revision: 168602 db-move: moved gnome-games from [testing] to [extra] (i686, x86_64) Added: gnome-games/repos/extra-i686/PKGBUILD (from rev 168549, gnome-games/repos/testing-i686/PKGBUILD) gnome-games/repos/extra-i686/gnome-games.install (from rev 168549, gnome-games/repos/testing-i686/gnome-games.install) gnome-games/repos/extra-x86_64/PKGBUILD (from rev 168549, gnome-games/repos/testing-x86_64/PKGBUILD) gnome-games/repos/extra-x86_64/gnome-games.install (from rev 168549, gnome-games/repos/testing-x86_64/gnome-games.install) Deleted: gnome-games/repos/extra-i686/PKGBUILD gnome-games/repos/extra-i686/gnome-games.install gnome-games/repos/extra-x86_64/PKGBUILD gnome-games/repos/extra-x86_64/gnome-games.install gnome-games/repos/testing-i686/ gnome-games/repos/testing-x86_64/ --+ extra-i686/PKGBUILD | 74 +-- extra-i686/gnome-games.install | 244 ++--- extra-x86_64/PKGBUILD| 74 +-- extra-x86_64/gnome-games.install | 244 ++--- 4 files changed, 318 insertions(+), 318 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:47:03 UTC (rev 168601) +++ extra-i686/PKGBUILD 2012-10-13 11:47:08 UTC (rev 168602) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=gnome-games -pkgver=3.4.2 -pkgrel=1 -pkgdesc="Some Games for GNOME" -arch=('i686' 'x86_64') -license=('GPL') -depends=('desktop-file-utils' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 'librsvg' 'python2-gobject' 'dconf') -makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala') -options=('!emptydirs' '!libtool') -install=gnome-games.install -url="http://www.gnome.org"; -groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('25676285fad33a39da7fc26b5b1dc751c7981ae778b8fe82e8b7c0a367e5117c') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static --disable-schemas-compile \ - --with-scores-user=root --with-scores-group=games \ - --enable-introspection=yes - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - - # Remove all scores, we generate them from postinstall - rm -rf "$pkgdir/var" - - sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' "$pkgdir/usr/bin/gnome-sudoku" -} Copied: gnome-games/repos/extra-i686/PKGBUILD (from rev 168549, gnome-games/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:47:08 UTC (rev 168602) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gnome-games +pkgver=3.4.2 +pkgrel=2 +pkgdesc="Some Games for GNOME" +arch=('i686' 'x86_64') +license=('GPL') +depends=('desktop-file-utils' 'glu' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 'librsvg' 'python2-gobject' 'dconf') +makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala') +options=('!emptydirs' '!libtool') +install=gnome-games.install +url="http://www.gnome.org"; +groups=('gnome-extra') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('25676285fad33a39da7fc26b5b1dc751c7981ae778b8fe82e8b7c0a367e5117c') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static --disable-schemas-compile \ + --with-scores-user=root --with-scores-group=games \ + --enable-introspection=yes + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + + # Remove all scores, we generate them from postinstall + rm -rf "$pkgdir/var" + + sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' "$pkgdir/usr/bin/gnome-sudoku" +} Deleted: extra-i686/gnome-games.install === --- extra-i686/gnome-games.install 2012-10-13 11:47:03 UTC (rev 168601) +++ extra-i686/gnome-games.install 2012-10-13 11:47:08 UTC (rev 168602) @@ -1,122 +0,0 @@ -_scores=(glines.Large.scores - glines.Medium.scores - glines.Small.scores - gnibbles.1.0.scores - gnibbles.1.1.scores - gnibbles.2.0.scores - gnibbles.2.1.scores - gnibbles.3.0.scores - gnibbles.3.1.scores - gnibbles.4.0.scores - gnibbles.4.1.scores - gnobots2.classic_robots-safe.scores - gnobots2.classic_robots-super-safe.scores - gnobots2.classic_robots.scores - gnobots2.nightma
[arch-commits] Commit in celestia/repos (28 files)
Date: Saturday, October 13, 2012 @ 07:46:55 Author: andyrtr Revision: 168599 db-move: moved celestia from [testing] to [extra] (i686, x86_64) Added: celestia/repos/extra-i686/PKGBUILD (from rev 168549, celestia/repos/testing-i686/PKGBUILD) celestia/repos/extra-i686/celestia-1.5.1-gcc44.patch (from rev 168549, celestia/repos/testing-i686/celestia-1.5.1-gcc44.patch) celestia/repos/extra-i686/celestia-1.6.1-gcc46.patch (from rev 168549, celestia/repos/testing-i686/celestia-1.6.1-gcc46.patch) celestia/repos/extra-i686/celestia-1.6.1-gentoo.patch (from rev 168549, celestia/repos/testing-i686/celestia-1.6.1-gentoo.patch) celestia/repos/extra-i686/celestia-1.6.1-libpng15.patch (from rev 168549, celestia/repos/testing-i686/celestia-1.6.1-libpng15.patch) celestia/repos/extra-i686/celestia-1.6.1-linking.patch (from rev 168549, celestia/repos/testing-i686/celestia-1.6.1-linking.patch) celestia/repos/extra-i686/gcc-4.7-fixes.diff (from rev 168549, celestia/repos/testing-i686/gcc-4.7-fixes.diff) celestia/repos/extra-x86_64/PKGBUILD (from rev 168549, celestia/repos/testing-x86_64/PKGBUILD) celestia/repos/extra-x86_64/celestia-1.5.1-gcc44.patch (from rev 168549, celestia/repos/testing-x86_64/celestia-1.5.1-gcc44.patch) celestia/repos/extra-x86_64/celestia-1.6.1-gcc46.patch (from rev 168549, celestia/repos/testing-x86_64/celestia-1.6.1-gcc46.patch) celestia/repos/extra-x86_64/celestia-1.6.1-gentoo.patch (from rev 168549, celestia/repos/testing-x86_64/celestia-1.6.1-gentoo.patch) celestia/repos/extra-x86_64/celestia-1.6.1-libpng15.patch (from rev 168549, celestia/repos/testing-x86_64/celestia-1.6.1-libpng15.patch) celestia/repos/extra-x86_64/celestia-1.6.1-linking.patch (from rev 168549, celestia/repos/testing-x86_64/celestia-1.6.1-linking.patch) celestia/repos/extra-x86_64/gcc-4.7-fixes.diff (from rev 168549, celestia/repos/testing-x86_64/gcc-4.7-fixes.diff) Deleted: celestia/repos/extra-i686/PKGBUILD celestia/repos/extra-i686/celestia-1.5.1-gcc44.patch celestia/repos/extra-i686/celestia-1.6.1-gcc46.patch celestia/repos/extra-i686/celestia-1.6.1-gentoo.patch celestia/repos/extra-i686/celestia-1.6.1-libpng15.patch celestia/repos/extra-i686/celestia-1.6.1-linking.patch celestia/repos/extra-x86_64/PKGBUILD celestia/repos/extra-x86_64/celestia-1.5.1-gcc44.patch celestia/repos/extra-x86_64/celestia-1.6.1-gcc46.patch celestia/repos/extra-x86_64/celestia-1.6.1-gentoo.patch celestia/repos/extra-x86_64/celestia-1.6.1-libpng15.patch celestia/repos/extra-x86_64/celestia-1.6.1-linking.patch celestia/repos/testing-i686/ celestia/repos/testing-x86_64/ + extra-i686/PKGBUILD| 103 + extra-i686/celestia-1.5.1-gcc44.patch | 40 +- extra-i686/celestia-1.6.1-gcc46.patch | 26 +++--- extra-i686/celestia-1.6.1-gentoo.patch | 46 +-- extra-i686/celestia-1.6.1-libpng15.patch | 28 +++ extra-i686/celestia-1.6.1-linking.patch| 108 +-- extra-i686/gcc-4.7-fixes.diff | 10 ++ extra-x86_64/PKGBUILD | 103 + extra-x86_64/celestia-1.5.1-gcc44.patch| 40 +- extra-x86_64/celestia-1.6.1-gcc46.patch| 26 +++--- extra-x86_64/celestia-1.6.1-gentoo.patch | 46 +-- extra-x86_64/celestia-1.6.1-libpng15.patch | 28 +++ extra-x86_64/celestia-1.6.1-linking.patch | 108 +-- extra-x86_64/gcc-4.7-fixes.diff| 10 ++ 14 files changed, 374 insertions(+), 348 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:46:40 UTC (rev 168598) +++ extra-i686/PKGBUILD 2012-10-13 11:46:55 UTC (rev 168599) @@ -1,50 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren -# Contributor : Damir Perisa - -pkgname=celestia -pkgver=1.6.1 -pkgrel=2 -pkgdesc="Real-time space simulation" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.shatters.net/celestia/"; -depends=('gtk2' 'libtheora' 'lua' 'gtkglext' 'glut' 'libxmu' 'mesa' 'libjpeg') -options=('!makeflags') -source=("http://downloads.sourceforge.net/sourceforge/celestia/${pkgname}-${pkgver}.tar.gz"; -'celestia-1.6.1-gcc46.patch' -'celestia-1.6.1-libpng15.patch' -'celestia-1.6.1-linking.patch') -sha1sums=('1f0fdf4525a8b9d6c708e1f6383babed670d18e7' - '7c08ca391603806d788cb8f3342acedafc924eef' - '46ecc4e10b24191384bc848c206652498843adf0' - '534c8eee18d13a868c91f0b870ebecc05f3e7ae1') - -build() { -cd ${srcdir}/${pkgname}-${pkgver} - -# build patch -patch -Np0 -i "${srcdir}/celestia-1.6.1-gcc46.patch" -patch -Np0 -i "${srcdir}/celestia-1.6.1-libpng15.patch" -patch -Np1 -i "${srcdir}/celestia-1.6.1-linking.patch" - -# This version of Celestia has a b
[arch-commits] Commit in bzflag/repos (6 files)
Date: Saturday, October 13, 2012 @ 07:46:40 Author: andyrtr Revision: 168598 db-move: moved bzflag from [testing] to [extra] (i686, x86_64) Added: bzflag/repos/extra-i686/PKGBUILD (from rev 168549, bzflag/repos/testing-i686/PKGBUILD) bzflag/repos/extra-x86_64/PKGBUILD (from rev 168549, bzflag/repos/testing-x86_64/PKGBUILD) Deleted: bzflag/repos/extra-i686/PKGBUILD bzflag/repos/extra-x86_64/PKGBUILD bzflag/repos/testing-i686/ bzflag/repos/testing-x86_64/ ---+ extra-i686/PKGBUILD | 70 extra-x86_64/PKGBUILD | 70 2 files changed, 70 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:46:36 UTC (rev 168597) +++ extra-i686/PKGBUILD 2012-10-13 11:46:40 UTC (rev 168598) @@ -1,35 +0,0 @@ -# $Id$ -# Contributor: Damir Perisa -# Contributor: Kevin Piche -# Maintainer: Gaetan Bisson - -pkgname=bzflag -pkgver=2.4.0 -pkgrel=4 -pkgdesc='Multiplayer 3D tank battle game' -url='http://bzflag.org/' -license=('LGPL') -options=('!libtool') -arch=('i686' 'x86_64') -depends=('curl' 'glew' 'mesa' 'sdl') -source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2";) -sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make - - cd misc - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - install -Dm644 misc/bzflag.desktop "${pkgdir}"/usr/share/applications/bzflag.desktop - install -Dm644 data/bzflag-48x48.png "${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png -} Copied: bzflag/repos/extra-i686/PKGBUILD (from rev 168549, bzflag/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:46:40 UTC (rev 168598) @@ -0,0 +1,35 @@ +# $Id$ +# Contributor: Damir Perisa +# Contributor: Kevin Piche +# Maintainer: Gaetan Bisson + +pkgname=bzflag +pkgver=2.4.2 +pkgrel=1 +pkgdesc='Multiplayer 3D tank battle game' +url='http://bzflag.org/' +license=('LGPL') +options=('!libtool') +arch=('i686' 'x86_64') +depends=('curl' 'glew' 'glu' 'sdl') +source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2";) +sha1sums=('36c67c0734a1318b34b39ed0da49606e05ebd291') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr + make + + cd misc + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + install -Dm644 misc/bzflag.desktop "${pkgdir}"/usr/share/applications/bzflag.desktop + install -Dm644 data/bzflag-48x48.png "${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-10-13 11:46:36 UTC (rev 168597) +++ extra-x86_64/PKGBUILD 2012-10-13 11:46:40 UTC (rev 168598) @@ -1,35 +0,0 @@ -# $Id$ -# Contributor: Damir Perisa -# Contributor: Kevin Piche -# Maintainer: Gaetan Bisson - -pkgname=bzflag -pkgver=2.4.0 -pkgrel=4 -pkgdesc='Multiplayer 3D tank battle game' -url='http://bzflag.org/' -license=('LGPL') -options=('!libtool') -arch=('i686' 'x86_64') -depends=('curl' 'glew' 'mesa' 'sdl') -source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2";) -sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make - - cd misc - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - install -Dm644 misc/bzflag.desktop "${pkgdir}"/usr/share/applications/bzflag.desktop - install -Dm644 data/bzflag-48x48.png "${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png -} Copied: bzflag/repos/extra-x86_64/PKGBUILD (from rev 168549, bzflag/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-10-13 11:46:40 UTC (rev 168598) @@ -0,0 +1,35 @@ +# $Id$ +# Contributor: Damir Perisa +# Contributor: Kevin Piche +# Maintainer: Gaetan Bisson + +pkgname=bzflag +pkgver=2.4.2 +pkgrel=1 +pkgdesc='Multiplayer 3D tank battle game' +url='http://bzflag.org/' +license=('LGPL') +options=('!libtool') +arch=('i686' 'x86_64') +depends=('curl' 'glew' 'glu' 'sdl') +source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2";) +sha1sums=('36
[arch-commits] Commit in asymptote/repos (10 files)
Date: Saturday, October 13, 2012 @ 07:46:36 Author: andyrtr Revision: 168597 db-move: moved asymptote from [testing] to [extra] (i686, x86_64) Added: asymptote/repos/extra-i686/PKGBUILD (from rev 168549, asymptote/repos/testing-i686/PKGBUILD) asymptote/repos/extra-i686/texlive.install (from rev 168549, asymptote/repos/testing-i686/texlive.install) asymptote/repos/extra-x86_64/PKGBUILD (from rev 168549, asymptote/repos/testing-x86_64/PKGBUILD) asymptote/repos/extra-x86_64/texlive.install (from rev 168549, asymptote/repos/testing-x86_64/texlive.install) Deleted: asymptote/repos/extra-i686/PKGBUILD asymptote/repos/extra-i686/texlive.install asymptote/repos/extra-x86_64/PKGBUILD asymptote/repos/extra-x86_64/texlive.install asymptote/repos/testing-i686/ asymptote/repos/testing-x86_64/ --+ extra-i686/PKGBUILD | 86 - extra-i686/texlive.install | 40 +-- extra-x86_64/PKGBUILD| 86 - extra-x86_64/texlive.install | 40 +-- 4 files changed, 126 insertions(+), 126 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:46:31 UTC (rev 168596) +++ extra-i686/PKGBUILD 2012-10-13 11:46:36 UTC (rev 168597) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Rémy Oudompheng -# Contributor: Firmicus -# Contributor: bender02 at gmx dot com - -pkgname=asymptote -pkgver=2.16 -pkgrel=1 -pkgdesc="A vector graphics language (like metapost)" -arch=('i686' 'x86_64') -url="http://asymptote.sourceforge.net/"; -license=("GPL3") -depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw' 'libsigsegv') -makedepends=('ghostscript' 'imagemagick') -optdepends=('python2: for the xasy GUI' -'python-imaging:for the xasy GUI' -'tix: for the xasy GUI') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz) -install=texlive.install -sha1sums=('ca110698b8c710eb93830f0fa55d29503c39e92a') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --enable-gc=/usr \ - --prefix=/usr \ - --with-latex=/usr/share/texmf/tex/latex \ - --with-context=/usr/share/texmf/tex/context - make all -} - -check() { - cd "${srcdir}/${pkgname}-${pkgver}" - make check-all -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install-all - sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py - # this dir contains png files that are already embedded in the pdf documentation: - rm -rf ${pkgdir}/usr/share/info/asymptote -} Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 168549, asymptote/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:46:36 UTC (rev 168597) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Rémy Oudompheng +# Contributor: Firmicus +# Contributor: bender02 at gmx dot com + +pkgname=asymptote +pkgver=2.20 +pkgrel=1 +pkgdesc="A vector graphics language (like metapost)" +arch=('i686' 'x86_64') +url="http://asymptote.sourceforge.net/"; +license=("GPL3") +depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv') +makedepends=('ghostscript' 'imagemagick') +optdepends=('python2: for the xasy GUI' +'python-imaging:for the xasy GUI' +'tix: for the xasy GUI') +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz) +install=texlive.install +sha1sums=('4c86ab71cff57a592944303b11d9bb6ec34f1cbd') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --enable-gc=/usr \ + --prefix=/usr \ + --with-latex=/usr/share/texmf/tex/latex \ + --with-context=/usr/share/texmf/tex/context + make all +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}" + make check-all +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make -j1 DESTDIR="${pkgdir}" install-all + sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py + # this dir contains png files that are already embedded in the pdf documentation: + rm -rf ${pkgdir}/usr/share/info/asymptote +} Deleted: extra-i686/texlive.install === --- extra-i686/texlive.install 2012-10-13 11:46:31 UTC (rev 168596) +++ extra-i686/texlive.install 2012-10-13 11:46:36 UTC (rev 168597) @@ -1,20 +0,0 @@ -info_dir=usr/share/info - -post_install() { - install-info ${info_dir}/asy-faq.info.gz ${info_dir}/dir - echo ">>> updating the filename database for texlive..." - mktexlsr --quiet usr/share/texmf -} - -post_upgrade() { - post_install -} - -pre_remove() { - install-inf
[arch-commits] Commit in xf86-video-voodoo/repos (6 files)
Date: Saturday, October 13, 2012 @ 07:46:31 Author: andyrtr Revision: 168596 db-move: moved xf86-video-voodoo from [testing] to [extra] (i686, x86_64) Added: xf86-video-voodoo/repos/extra-i686/PKGBUILD (from rev 168549, xf86-video-voodoo/repos/testing-i686/PKGBUILD) xf86-video-voodoo/repos/extra-x86_64/PKGBUILD (from rev 168549, xf86-video-voodoo/repos/testing-x86_64/PKGBUILD) Deleted: xf86-video-voodoo/repos/extra-i686/PKGBUILD xf86-video-voodoo/repos/extra-x86_64/PKGBUILD xf86-video-voodoo/repos/testing-i686/ xf86-video-voodoo/repos/testing-x86_64/ ---+ extra-i686/PKGBUILD | 60 extra-x86_64/PKGBUILD | 60 2 files changed, 60 insertions(+), 60 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-10-13 11:46:27 UTC (rev 168595) +++ extra-i686/PKGBUILD 2012-10-13 11:46:31 UTC (rev 168596) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=xf86-video-voodoo -pkgver=1.2.5 -pkgrel=1 -pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver" -arch=(i686 x86_64) -url="http://xorg.freedesktop.org/"; -license=('custom') -depends=('glibc') -makedepends=('xorg-server-devel>=1.11.99.903' 'xf86dgaproto') -conflicts=('xorg-server<1.11.99.903') -groups=('xorg-drivers' 'xorg') -options=('!libtool') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('9e3eb8a3fdcc60ce4f7c37649188cfa67dcf25cda3a85d8027588458bb3fd7e8') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: xf86-video-voodoo/repos/extra-i686/PKGBUILD (from rev 168549, xf86-video-voodoo/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-10-13 11:46:31 UTC (rev 168596) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=xf86-video-voodoo +pkgver=1.2.5 +pkgrel=2 +pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver" +arch=(i686 x86_64) +url="http://xorg.freedesktop.org/"; +license=('custom') +depends=('glibc') +makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'xf86dgaproto' 'resourceproto' 'scrnsaverproto') +conflicts=('xorg-server<1.13.0' 'X-ABI-VIDEODRV_VERSION<13' 'X-ABI-VIDEODRV_VERSION>=14') +groups=('xorg-drivers' 'xorg') +options=('!libtool') +source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('9e3eb8a3fdcc60ce4f7c37649188cfa67dcf25cda3a85d8027588458bb3fd7e8') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-10-13 11:46:27 UTC (rev 168595) +++ extra-x86_64/PKGBUILD 2012-10-13 11:46:31 UTC (rev 168596) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=xf86-video-voodoo -pkgver=1.2.5 -pkgrel=1 -pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver" -arch=(i686 x86_64) -url="http://xorg.freedesktop.org/"; -license=('custom') -depends=('glibc') -makedepends=('xorg-server-devel>=1.11.99.903' 'xf86dgaproto') -conflicts=('xorg-server<1.11.99.903') -groups=('xorg-drivers' 'xorg') -options=('!libtool') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('9e3eb8a3fdcc60ce4f7c37649188cfa67dcf25cda3a85d8027588458bb3fd7e8') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: xf86-video-voodoo/repos/extra-x86_64/PKGBUILD (from rev 168549, xf86-video-voodoo/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-10-13 11:46:31 UTC (rev 168596) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=xf86-video-voodoo +pkgver=1.2.5 +pkgrel=2 +pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver" +arch=(i686 x86_64) +url="http://xorg.freedesktop.org/"; +license=('custom') +depends=('glibc') +makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'xf8