[arch-commits] Commit in libinput/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Date: Thursday, October 25, 2018 @ 06:30:12 Author: andyrtr Revision: 337256 archrelease: copy trunk to testing-x86_64 Added: libinput/repos/testing-x86_64/ libinput/repos/testing-x86_64/PKGBUILD (from rev 337255, libinput/trunk/PKGBUILD) --+ PKGBUILD | 35 +++ 1 file changed, 35 insertions(+) Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 337255, libinput/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2018-10-25 06:30:12 UTC (rev 337256) @@ -0,0 +1,35 @@ +# Maintainer: Andreas Radke +# Maintainer: Jan de Groot + +pkgname=libinput +pkgver=1.12.2 +pkgrel=1 +pkgdesc="Input device management and event handling library" +url="https://www.freedesktop.org/wiki/Software/libinput/"; +arch=(x86_64) +license=(custom:X11) +depends=('mtdev' 'systemd' 'libevdev' 'libwacom') +# upstream doesn't recommend building docs +makedepends=('gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 'python-recommonmark' +optdepends=('gtk3: libinput debug-gui' +'python-pyudev: libinput measure' +'python-evdev: libinput measure') +source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) +sha512sums=('f7122a1d18dd2d0072a34fd9897ebe25a065100b3754052d7ec133bddb56d5c2a5a94950cfc8366ef5d117180c28b3ff99b1a62f3ab95df5ac22f86721fbdc67' +'SKIP') +validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) + +build() { + arch-meson $pkgname-$pkgver build \ +-Dudev-dir=/usr/lib/udev \ +-Dtests=false \ +-Ddocumentation=false + ninja -C build +} + +package() { + DESTDIR="$pkgdir" ninja -C build install + + install -Dvm644 $pkgname-$pkgver/COPYING \ +"$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}
[arch-commits] Commit in libinput/trunk (PKGBUILD)
Date: Thursday, October 25, 2018 @ 06:30:03 Author: andyrtr Revision: 337255 upgpkg: libinput 1.12.2-1 upstream update 1.12.2 Modified: libinput/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 23:52:08 UTC (rev 337254) +++ PKGBUILD2018-10-25 06:30:03 UTC (rev 337255) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=libinput -pkgver=1.12.1 +pkgver=1.12.2 pkgrel=1 pkgdesc="Input device management and event handling library" url="https://www.freedesktop.org/wiki/Software/libinput/"; @@ -15,7 +15,7 @@ 'python-pyudev: libinput measure' 'python-evdev: libinput measure') source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -sha512sums=('de1714526ee1244e3086729efa5b72724b2b989fa8d04418e633d1ef5a8ea777ae3cd4b8c5b015ca0da2b8cf5b07111bff2283c7d6068abcdfa81c3f71b81d68' +sha512sums=('f7122a1d18dd2d0072a34fd9897ebe25a065100b3754052d7ec133bddb56d5c2a5a94950cfc8366ef5d117180c28b3ff99b1a62f3ab95df5ac22f86721fbdc67' 'SKIP') validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T)
[arch-commits] Commit in python-flask-babel/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, October 25, 2018 @ 06:04:05 Author: arojas Revision: 398914 archrelease: copy trunk to community-any Added: python-flask-babel/repos/community-any/PKGBUILD (from rev 398913, python-flask-babel/trunk/PKGBUILD) Deleted: python-flask-babel/repos/community-any/PKGBUILD --+ PKGBUILD | 81 ++--- 1 file changed, 40 insertions(+), 41 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-25 06:03:36 UTC (rev 398913) +++ PKGBUILD2018-10-25 06:04:05 UTC (rev 398914) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: djanku - -_pipname=Flask-Babel -pkgbase=python-flask-babel -pkgname=(python2-flask-babel python-flask-babel) -pkgver=0.11.2 -pkgrel=2 -pkgdesc="Adds i18n/l10n support to Flask applications with the help of the Babel library." -arch=(any) -url="http://pypi.python.org/pypi/Flask-Babel"; -license=(BSD) -makedepends=(python2-setuptools python-setuptools) -source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";) -sha256sums=('c0d75710bd4b0fe866f9f2347de6e19208712f9cec006436b4c1c15d4cb0c939') - -prepare() { -cp -R $_pipname-$pkgver python2-$_pipname-$pkgver -} - -package_python2-flask-babel() { - depends=(python2-flask python2-babel python2-pytz python2-speaklater python2-jinja) - - cd python2-$_pipname-$pkgver - python2 setup.py install --root="$pkgdir/" --optimize=1 - - mkdir -p "$pkgdir"/usr/share/licenses/$pkgname - install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname -} - -package_python-flask-babel() { - depends=(python-flask python-babel python-pytz python-speaklater python-jinja) - - cd $_pipname-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 - - mkdir -p "$pkgdir"/usr/share/licenses/$pkgname - install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname -} - Copied: python-flask-babel/repos/community-any/PKGBUILD (from rev 398913, python-flask-babel/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-25 06:04:05 UTC (rev 398914) @@ -0,0 +1,40 @@ +# Maintainer: Antonio Rojas +# Contributor: djanku + +_pipname=Flask-Babel +pkgbase=python-flask-babel +pkgname=(python2-flask-babel python-flask-babel) +pkgver=0.12.0 +pkgrel=1 +pkgdesc="Adds i18n/l10n support to Flask applications with the help of the Babel library." +arch=(any) +url="http://pypi.python.org/pypi/Flask-Babel"; +license=(BSD) +makedepends=(python2-setuptools python-setuptools) +source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";) +sha256sums=('dd168adc3dc0c649fa9332229551d734c752194720b7001e7279332886f6fae7') + +prepare() { +cp -R $_pipname-$pkgver python2-$_pipname-$pkgver +} + +package_python2-flask-babel() { + depends=(python2-flask python2-babel python2-pytz python2-speaklater python2-jinja) + + cd python2-$_pipname-$pkgver + python2 setup.py install --root="$pkgdir/" --optimize=1 + + mkdir -p "$pkgdir"/usr/share/licenses/$pkgname + install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname +} + +package_python-flask-babel() { + depends=(python-flask python-babel python-pytz python-speaklater python-jinja) + + cd $_pipname-$pkgver + python setup.py install --root="$pkgdir/" --optimize=1 + + mkdir -p "$pkgdir"/usr/share/licenses/$pkgname + install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname +} +
[arch-commits] Commit in python-flask-babel/trunk (PKGBUILD)
Date: Thursday, October 25, 2018 @ 06:03:36 Author: arojas Revision: 398913 Update to 0.12.0 Modified: python-flask-babel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-25 02:26:32 UTC (rev 398912) +++ PKGBUILD2018-10-25 06:03:36 UTC (rev 398913) @@ -4,8 +4,8 @@ _pipname=Flask-Babel pkgbase=python-flask-babel pkgname=(python2-flask-babel python-flask-babel) -pkgver=0.11.2 -pkgrel=2 +pkgver=0.12.0 +pkgrel=1 pkgdesc="Adds i18n/l10n support to Flask applications with the help of the Babel library." arch=(any) url="http://pypi.python.org/pypi/Flask-Babel"; @@ -12,7 +12,7 @@ license=(BSD) makedepends=(python2-setuptools python-setuptools) source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";) -sha256sums=('c0d75710bd4b0fe866f9f2347de6e19208712f9cec006436b4c1c15d4cb0c939') +sha256sums=('dd168adc3dc0c649fa9332229551d734c752194720b7001e7279332886f6fae7') prepare() { cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
[arch-commits] Commit in units/trunk (PKGBUILD)
Date: Thursday, October 25, 2018 @ 02:26:18 Author: kkeen Revision: 398911 upgpkg: units 2.18-1 Modified: units/trunk/PKGBUILD --+ PKGBUILD |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 23:47:47 UTC (rev 398910) +++ PKGBUILD2018-10-25 02:26:18 UTC (rev 398911) @@ -4,7 +4,7 @@ # Contributor: Steve Sansom pkgname=units -pkgver=2.17 +pkgver=2.18 pkgrel=1 pkgdesc="converts between different units" arch=('x86_64') @@ -17,10 +17,9 @@ options=('!makeflags') validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49') source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig}) -sha256sums=('1f03c9f9aef1fb0ccddc6fb545f2925f7754de2bfa67d4e62f8758d7edfd5dd8' +sha256sums=('64959c231c280ceb4f3e6ae6a19b918247b6174833f7f1894704c444869c4678' 'SKIP') - build() { cd "$srcdir"/$pkgname-$pkgver ./configure --prefix=/usr --datadir=/usr/share
[arch-commits] Commit in units/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, October 25, 2018 @ 02:26:32 Author: kkeen Revision: 398912 archrelease: copy trunk to community-x86_64 Added: units/repos/community-x86_64/PKGBUILD (from rev 398911, units/trunk/PKGBUILD) Deleted: units/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 66 + 1 file changed, 32 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-25 02:26:18 UTC (rev 398911) +++ PKGBUILD2018-10-25 02:26:32 UTC (rev 398912) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Kyle Keen -# Maintainer: Sergej Pupykin -# Maintainer: Jeff Mickey -# Contributor: Steve Sansom - -pkgname=units -pkgver=2.17 -pkgrel=1 -pkgdesc="converts between different units" -arch=('x86_64') -url="http://www.gnu.org/software/units/units.html"; -depends=('readline') -optdepends=('python-unidecode: for live currency rates' -'python-requests: for live currency rates') -makedepends=('python-unidecode' 'python-requests') -license=("GPL") -options=('!makeflags') -validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49') -source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig}) -sha256sums=('1f03c9f9aef1fb0ccddc6fb545f2925f7754de2bfa67d4e62f8758d7edfd5dd8' -'SKIP') - - -build() { - cd "$srcdir"/$pkgname-$pkgver - ./configure --prefix=/usr --datadir=/usr/share - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: units/repos/community-x86_64/PKGBUILD (from rev 398911, units/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-25 02:26:32 UTC (rev 398912) @@ -0,0 +1,32 @@ +# Maintainer: Kyle Keen +# Maintainer: Sergej Pupykin +# Maintainer: Jeff Mickey +# Contributor: Steve Sansom + +pkgname=units +pkgver=2.18 +pkgrel=1 +pkgdesc="converts between different units" +arch=('x86_64') +url="http://www.gnu.org/software/units/units.html"; +depends=('readline') +optdepends=('python-unidecode: for live currency rates' +'python-requests: for live currency rates') +makedepends=('python-unidecode' 'python-requests') +license=("GPL") +options=('!makeflags') +validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49') +source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig}) +sha256sums=('64959c231c280ceb4f3e6ae6a19b918247b6174833f7f1894704c444869c4678' +'SKIP') + +build() { + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr --datadir=/usr/share + make +} + +package() { + cd "$srcdir"/$pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in librsvg/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:52:08 Author: heftig Revision: 337254 archrelease: copy trunk to extra-x86_64 Added: librsvg/repos/extra-x86_64/PKGBUILD (from rev 337253, librsvg/trunk/PKGBUILD) Deleted: librsvg/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 23:51:58 UTC (rev 337253) +++ PKGBUILD2018-10-24 23:52:08 UTC (rev 337254) @@ -1,44 +0,0 @@ -# Maintainer: Jan de Groot - -pkgname=librsvg -pkgver=2.44.7 -pkgrel=1 -epoch=2 -pkgdesc="SVG rendering library" -url="https://wiki.gnome.org/Projects/LibRsvg"; -arch=(x86_64) -license=(LGPL) -depends=(gdk-pixbuf2 pango libcroco) -makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust) -_commit=008bce89d3e2d41defcfc8eb9b94b50b629d9d47 # tags/2.44.7^0 -source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd $pkgname - ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool - make -} - -check() { - cd $pkgname - make check -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} - -# vim: ts=2 sw=2 et: Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 337253, librsvg/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 23:52:08 UTC (rev 337254) @@ -0,0 +1,44 @@ +# Maintainer: Jan de Groot + +pkgname=librsvg +pkgver=2.44.8 +pkgrel=1 +epoch=2 +pkgdesc="SVG rendering library" +url="https://wiki.gnome.org/Projects/LibRsvg"; +arch=(x86_64) +license=(LGPL) +depends=(gdk-pixbuf2 pango libcroco) +makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust) +_commit=1e0a0af1e7961b6c7e8419457ca49b9b0bdb7dd6 # tags/2.44.8^0 +source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool + make +} + +check() { + cd $pkgname + make check +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in glib2/repos (5 files)
Date: Wednesday, October 24, 2018 @ 23:51:58 Author: heftig Revision: 337253 archrelease: copy trunk to testing-x86_64 Added: glib2/repos/testing-x86_64/ glib2/repos/testing-x86_64/PKGBUILD (from rev 337252, glib2/trunk/PKGBUILD) glib2/repos/testing-x86_64/gio-querymodules.hook (from rev 337252, glib2/trunk/gio-querymodules.hook) glib2/repos/testing-x86_64/glib-compile-schemas.hook (from rev 337252, glib2/trunk/glib-compile-schemas.hook) glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff (from rev 337252, glib2/trunk/noisy-glib-compile-schemas.diff) -+ PKGBUILD| 74 ++ gio-querymodules.hook | 11 + glib-compile-schemas.hook | 12 ++ noisy-glib-compile-schemas.diff | 24 4 files changed, 121 insertions(+) Copied: glib2/repos/testing-x86_64/PKGBUILD (from rev 337252, glib2/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2018-10-24 23:51:58 UTC (rev 337253) @@ -0,0 +1,74 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer: Jan de Groot + +pkgbase=glib2 +pkgname=(glib2 glib2-docs) +pkgver=2.58.1+67+g17519e039 +pkgrel=1 +pkgdesc="Low level core library" +url="https://wiki.gnome.org/Projects/GLib"; +license=(LGPL2.1) +arch=(x86_64) +depends=(pcre libffi libutil-linux zlib) +makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux meson dbus) +checkdepends=(desktop-file-utils) +optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report' +'libelf: gresource inspection tool') +options=(!emptydirs) +_commit=17519e039f29b5ffd0aad5ed1661bc56eb1dfeaa # glib-2-58 +source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"; +noisy-glib-compile-schemas.diff +glib-compile-schemas.hook gio-querymodules.hook) +sha256sums=('SKIP' +'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531' +'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3' +'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6') + +pkgver() { + cd glib + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd glib + + # Suppress noise from glib-compile-schemas.hook + patch -Np1 -i ../noisy-glib-compile-schemas.diff +} + +build() { + arch-meson glib build \ +-D selinux=false \ +-D man=true \ +-D gtk_doc=true + ninja -C build +} + +check() { + meson test -C build +} + +package_glib2() { + DESTDIR="$pkgdir" meson install -C build + install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook + + python -m compileall -d /usr/share/glib-2.0/codegen "$pkgdir/usr/share/glib-2.0/codegen" + python -O -m compileall -d /usr/share/glib-2.0/codegen "$pkgdir/usr/share/glib-2.0/codegen" + + # Split docs + mv "$pkgdir/usr/share/gtk-doc" "$srcdir" +} + +package_glib2-docs() { + pkgdesc="Documentation for GLib" + depends=() + optdepends=() + license+=(custom) + + mkdir -p "$pkgdir/usr/share" + mv gtk-doc "$pkgdir/usr/share" + + install -Dt "$pkgdir/usr/share/licenses/glib2-docs" -m644 glib/docs/reference/COPYING +} + +# vim:set sw=2 et: Copied: glib2/repos/testing-x86_64/gio-querymodules.hook (from rev 337252, glib2/trunk/gio-querymodules.hook) === --- testing-x86_64/gio-querymodules.hook(rev 0) +++ testing-x86_64/gio-querymodules.hook2018-10-24 23:51:58 UTC (rev 337253) @@ -0,0 +1,11 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Operation = Remove +Target = usr/lib/gio/modules/*.so + +[Action] +Description = Updating GIO module cache... +When = PostTransaction +Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules Copied: glib2/repos/testing-x86_64/glib-compile-schemas.hook (from rev 337252, glib2/trunk/glib-compile-schemas.hook) === --- testing-x86_64/glib-compile-schemas.hook(rev 0) +++ testing-x86_64/glib-compile-schemas.hook2018-10-24 23:51:58 UTC (rev 337253) @@ -0,0 +1,12 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Operation = Remove +Target = usr/share/glib-2.0/schemas/*.gschema.xml +Target = usr/share/glib-2.0/schemas/*.gschema.override + +[Action] +Description = Compiling GSettings XML schema files... +When = PostTransaction +Exec = /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas Copied: glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff (from rev 337252, glib2/trunk/noisy-glib-compile-schemas.diff) === --- testing-x86_64/noisy-glib-compile-schemas.diff (rev 0) +++ testing-x86_64/noisy-glib-co
[arch-commits] Commit in librsvg/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:51:34 Author: heftig Revision: 337252 2.44.8-1 Modified: librsvg/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 23:51:28 UTC (rev 337251) +++ PKGBUILD2018-10-24 23:51:34 UTC (rev 337252) @@ -1,7 +1,7 @@ # Maintainer: Jan de Groot pkgname=librsvg -pkgver=2.44.7 +pkgver=2.44.8 pkgrel=1 epoch=2 pkgdesc="SVG rendering library" @@ -10,7 +10,7 @@ license=(LGPL) depends=(gdk-pixbuf2 pango libcroco) makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust) -_commit=008bce89d3e2d41defcfc8eb9b94b50b629d9d47 # tags/2.44.7^0 +_commit=1e0a0af1e7961b6c7e8419457ca49b9b0bdb7dd6 # tags/2.44.8^0 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in glib2/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:51:28 Author: heftig Revision: 337251 2.58.1+67+g17519e039-1 Modified: glib2/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 23:45:52 UTC (rev 337250) +++ PKGBUILD2018-10-24 23:51:28 UTC (rev 337251) @@ -3,7 +3,7 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) -pkgver=2.58.1 +pkgver=2.58.1+67+g17519e039 pkgrel=1 pkgdesc="Low level core library" url="https://wiki.gnome.org/Projects/GLib"; @@ -15,7 +15,7 @@ optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report' 'libelf: gresource inspection tool') options=(!emptydirs) -_commit=a9f5a6fa2fdd6eb2f754709d7e790d24e3ceaa18 # tags/2.58.1^0 +_commit=17519e039f29b5ffd0aad5ed1661bc56eb1dfeaa # glib-2-58 source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"; noisy-glib-compile-schemas.diff glib-compile-schemas.hook gio-querymodules.hook) @@ -45,7 +45,7 @@ } check() { - meson test -C build -t 2 + meson test -C build } package_glib2() {
[arch-commits] Commit in ttf-ibm-plex/repos (community-any community-any/PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:47:47 Author: sangy Revision: 398910 archrelease: copy trunk to community-any Added: ttf-ibm-plex/repos/community-any/ ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 398909, ttf-ibm-plex/trunk/PKGBUILD) --+ PKGBUILD | 23 +++ 1 file changed, 23 insertions(+) Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 398909, ttf-ibm-plex/trunk/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2018-10-24 23:47:47 UTC (rev 398910) @@ -0,0 +1,23 @@ +# Maintainer: Santiago Torres-Arias +# Contributor: Aleksandar Trifunović +# Contributor: Matt Spaulding +# Contributor: pyjano +# Contributor: Stefan Husmann + +pkgname=ttf-ibm-plex +pkgver=1.2.1 +pkgrel=2 +pkgdesc="IBM Plex Mono, Sans, and Serif" +arch=('any') +url='https://github.com/IBM/plex' +license=('custom:OFL') +depends=('fontconfig' 'xorg-font-utils') +source=("${url}/releases/download/v${pkgver}/TrueType.zip") +sha256sums=('73f6afefcf3d56d5c7f45d788b7c65c6986183e2efff1576f731b2a5e99df6de') +conflicts=('ibm-plex-fonts') + +package() { +cd TrueType +install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF" +install -Dm644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" +}
[arch-commits] Commit in perl-capture-tiny/repos/extra-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:45:52 Author: heftig Revision: 337250 archrelease: copy trunk to extra-any Added: perl-capture-tiny/repos/extra-any/PKGBUILD (from rev 337249, perl-capture-tiny/trunk/PKGBUILD) Deleted: perl-capture-tiny/repos/extra-any/PKGBUILD --+ PKGBUILD | 69 ++--- 1 file changed, 35 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 23:45:43 UTC (rev 337249) +++ PKGBUILD2018-10-24 23:45:52 UTC (rev 337250) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Caleb Cushing - -pkgname=perl-capture-tiny -_realname=Capture-Tiny -pkgver=0.46 -pkgrel=4 -pkgdesc="Capture STDOUT and STDERR from Perl, XS or external programs" -arch=(any) -license=(PerlArtistic GPL) -depends=(perl) -url="http://search.cpan.org/dist/Capture-Tiny"; -options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz";) -sha256sums=('5d7a6a830cf7f2b2960bf8b8afaac16a537ede64f3023827acea5bd24ca77015') - -build() { - cd "$srcdir/$_realname-$pkgver" - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make -} - -check() { - cd "$srcdir/$_realname-$pkgver" - unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT - export PERL_MM_USE_DEFAULT=1 - make test -} - -package() { - cd "$srcdir/$_realname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: perl-capture-tiny/repos/extra-any/PKGBUILD (from rev 337249, perl-capture-tiny/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 23:45:52 UTC (rev 337250) @@ -0,0 +1,35 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Caleb Cushing + +pkgname=perl-capture-tiny +_realname=Capture-Tiny +pkgver=0.48 +pkgrel=1 +pkgdesc="Capture STDOUT and STDERR from Perl, XS or external programs" +arch=(any) +license=(PerlArtistic GPL) +depends=(perl) +url="https://metacpan.org/release/Capture-Tiny"; +options=('!emptydirs') +source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz";) +sha256sums=('6c23113e87bad393308c90a207013e505f659274736638d8c79bac9c67cc3e19') + +build() { + cd $_realname-$pkgver + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd $_realname-$pkgver + unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT + export PERL_MM_USE_DEFAULT=1 + make test +} + +package() { + cd $_realname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set sw=2 et:
[arch-commits] Commit in devhelp/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:45:43 Author: heftig Revision: 337249 archrelease: copy trunk to extra-x86_64 Added: devhelp/repos/extra-x86_64/PKGBUILD (from rev 337248, devhelp/trunk/PKGBUILD) Deleted: devhelp/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 78 ++--- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 23:43:22 UTC (rev 337248) +++ PKGBUILD2018-10-24 23:45:43 UTC (rev 337249) @@ -1,39 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Link Dupont - -pkgname=devhelp -pkgver=3.30.0+40+g7c92e1b3 -pkgrel=2 -pkgdesc="API documentation browser for GNOME" -arch=(x86_64) -license=(GPL) -url="https://wiki.gnome.org/Apps/Devhelp"; -depends=(webkit2gtk) -makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools) -groups=(gnome-extra) -_commit=7c92e1b3f64915eb2245aae7a41588cc80ff54e1 # master -source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname -} - -build() { - arch-meson $pkgname build -D gtk_doc=true - ninja -C build -} - -check() { - meson test -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: devhelp/repos/extra-x86_64/PKGBUILD (from rev 337248, devhelp/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 23:45:43 UTC (rev 337249) @@ -0,0 +1,39 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Link Dupont + +pkgname=devhelp +pkgver=3.30.1 +pkgrel=1 +pkgdesc="API documentation browser for GNOME" +arch=(x86_64) +license=(GPL) +url="https://wiki.gnome.org/Apps/Devhelp"; +depends=(webkit2gtk amtk) +makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools) +groups=(gnome-extra) +_commit=cd174d287dfc860f56bbad03184fb9dd4a278644 # tags/3.30.1^0 +source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + arch-meson $pkgname build -D gtk_doc=true + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in gnome-boxes/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:46:01 Author: heftig Revision: 398909 archrelease: copy trunk to community-x86_64 Added: gnome-boxes/repos/community-x86_64/PKGBUILD (from rev 398908, gnome-boxes/trunk/PKGBUILD) Deleted: gnome-boxes/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 94 ++--- 1 file changed, 47 insertions(+), 47 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 23:44:05 UTC (rev 398908) +++ PKGBUILD2018-10-24 23:46:01 UTC (rev 398909) @@ -1,47 +0,0 @@ -# Maintainer: Balló György -# Contributor: Stefano Facchini - -pkgname=gnome-boxes -pkgver=3.30.1 -pkgrel=1 -pkgdesc="Simple GNOME application to access remote or virtual systems" -arch=('x86_64') -url="https://wiki.gnome.org/Boxes"; -license=('LGPL') -groups=('gnome') -depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 'libsecret' - 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 'freerdp') -makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'spice-protocol' 'vala') -_commit=390f15e57146af5daf2ac5c9ad056ad87063eaa3 # tags/v3.30.1^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit"; -"git+https://gitlab.gnome.org/GNOME/gtk-frdp.git"; -"git+https://gitlab.gnome.org/felipeborges/libovf-glib.git";) -sha256sums=('SKIP' -'SKIP' -'SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^v//;s/-/+/g' -} - -prepare() { - cd $pkgname - git submodule init - git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp" - git config --local submodule.subprojects/libovf-glib.url "$srcdir/libovf-glib" - git submodule update -} - -build() { - arch-meson $pkgname build - ninja -C build -} - -check() { - meson test -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: gnome-boxes/repos/community-x86_64/PKGBUILD (from rev 398908, gnome-boxes/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 23:46:01 UTC (rev 398909) @@ -0,0 +1,47 @@ +# Maintainer: Balló György +# Contributor: Stefano Facchini + +pkgname=gnome-boxes +pkgver=3.30.2 +pkgrel=1 +pkgdesc="Simple GNOME application to access remote or virtual systems" +arch=('x86_64') +url="https://wiki.gnome.org/Boxes"; +license=('LGPL') +groups=('gnome') +depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 'libsecret' + 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 'freerdp') +makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'spice-protocol' 'vala') +_commit=6c57437cfe7bcecbb76ae4675154da045039 # tags/v3.30.2^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit"; +"git+https://gitlab.gnome.org/GNOME/gtk-frdp.git"; +"git+https://gitlab.gnome.org/felipeborges/libovf-glib.git";) +sha256sums=('SKIP' +'SKIP' +'SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^v//;s/-/+/g' +} + +prepare() { + cd $pkgname + git submodule init + git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp" + git config --local submodule.subprojects/libovf-glib.url "$srcdir/libovf-glib" + git submodule update +} + +build() { + arch-meson $pkgname build + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in (4 files)
Date: Wednesday, October 24, 2018 @ 23:44:05 Author: sangy Revision: 398908 add ttf-ibm-plex Added: ttf-ibm-plex/ ttf-ibm-plex/repos/ ttf-ibm-plex/trunk/ ttf-ibm-plex/trunk/PKGBUILD --+ PKGBUILD | 23 +++ 1 file changed, 23 insertions(+) Added: ttf-ibm-plex/trunk/PKGBUILD === --- ttf-ibm-plex/trunk/PKGBUILD (rev 0) +++ ttf-ibm-plex/trunk/PKGBUILD 2018-10-24 23:44:05 UTC (rev 398908) @@ -0,0 +1,23 @@ +# Maintainer: Santiago Torres-Arias +# Contributor: Aleksandar Trifunović +# Contributor: Matt Spaulding +# Contributor: pyjano +# Contributor: Stefan Husmann + +pkgname=ttf-ibm-plex +pkgver=1.2.1 +pkgrel=2 +pkgdesc="IBM Plex Mono, Sans, and Serif" +arch=('any') +url='https://github.com/IBM/plex' +license=('custom:OFL') +depends=('fontconfig' 'xorg-font-utils') +source=("${url}/releases/download/v${pkgver}/TrueType.zip") +sha256sums=('73f6afefcf3d56d5c7f45d788b7c65c6986183e2efff1576f731b2a5e99df6de') +conflicts=('ibm-plex-fonts') + +package() { +cd TrueType +install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF" +install -Dm644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" +}
[arch-commits] Commit in devhelp/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:43:22 Author: heftig Revision: 337248 3.30.1-1 Modified: devhelp/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 23:38:46 UTC (rev 337247) +++ PKGBUILD2018-10-24 23:43:22 UTC (rev 337248) @@ -3,16 +3,16 @@ # Contributor: Link Dupont pkgname=devhelp -pkgver=3.30.0+40+g7c92e1b3 -pkgrel=2 +pkgver=3.30.1 +pkgrel=1 pkgdesc="API documentation browser for GNOME" arch=(x86_64) license=(GPL) url="https://wiki.gnome.org/Apps/Devhelp"; -depends=(webkit2gtk) +depends=(webkit2gtk amtk) makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools) groups=(gnome-extra) -_commit=7c92e1b3f64915eb2245aae7a41588cc80ff54e1 # master +_commit=cd174d287dfc860f56bbad03184fb9dd4a278644 # tags/3.30.1^0 source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in gnome-boxes/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:42:30 Author: heftig Revision: 398907 3.30.2-1 Modified: gnome-boxes/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 23:37:33 UTC (rev 398906) +++ PKGBUILD2018-10-24 23:42:30 UTC (rev 398907) @@ -2,7 +2,7 @@ # Contributor: Stefano Facchini pkgname=gnome-boxes -pkgver=3.30.1 +pkgver=3.30.2 pkgrel=1 pkgdesc="Simple GNOME application to access remote or virtual systems" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 'libsecret' 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 'freerdp') makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'spice-protocol' 'vala') -_commit=390f15e57146af5daf2ac5c9ad056ad87063eaa3 # tags/v3.30.1^0 +_commit=6c57437cfe7bcecbb76ae4675154da045039 # tags/v3.30.2^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit"; "git+https://gitlab.gnome.org/GNOME/gtk-frdp.git"; "git+https://gitlab.gnome.org/felipeborges/libovf-glib.git";)
[arch-commits] Commit in perl-capture-tiny/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:38:46 Author: heftig Revision: 337247 0.48-1 Modified: perl-capture-tiny/trunk/PKGBUILD --+ PKGBUILD | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 23:33:35 UTC (rev 337246) +++ PKGBUILD2018-10-24 23:38:46 UTC (rev 337247) @@ -3,31 +3,33 @@ pkgname=perl-capture-tiny _realname=Capture-Tiny -pkgver=0.46 -pkgrel=4 +pkgver=0.48 +pkgrel=1 pkgdesc="Capture STDOUT and STDERR from Perl, XS or external programs" arch=(any) license=(PerlArtistic GPL) depends=(perl) -url="http://search.cpan.org/dist/Capture-Tiny"; +url="https://metacpan.org/release/Capture-Tiny"; options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz";) -sha256sums=('5d7a6a830cf7f2b2960bf8b8afaac16a537ede64f3023827acea5bd24ca77015') +source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz";) +sha256sums=('6c23113e87bad393308c90a207013e505f659274736638d8c79bac9c67cc3e19') build() { - cd "$srcdir/$_realname-$pkgver" + cd $_realname-$pkgver PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { - cd "$srcdir/$_realname-$pkgver" - unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT - export PERL_MM_USE_DEFAULT=1 - make test + cd $_realname-$pkgver + unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT + export PERL_MM_USE_DEFAULT=1 + make test } package() { - cd "$srcdir/$_realname-$pkgver" + cd $_realname-$pkgver make DESTDIR="$pkgdir" install } + +# vim:set sw=2 et:
[arch-commits] Commit in gnome-software/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:37:33 Author: heftig Revision: 398906 archrelease: copy trunk to community-x86_64 Added: gnome-software/repos/community-x86_64/PKGBUILD (from rev 398905, gnome-software/trunk/PKGBUILD) Deleted: gnome-software/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 23:37:27 UTC (rev 398905) +++ PKGBUILD2018-10-24 23:37:33 UTC (rev 398906) @@ -1,60 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Yosef Or Boczko - -pkgbase=gnome-software -pkgname=(gnome-software gnome-software-packagekit-plugin) -pkgver=3.30.3 -pkgrel=1 -pkgdesc="GNOME Software Tools" -url="https://wiki.gnome.org/Apps/Software/"; -arch=(x86_64) -license=(GPL2) -makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd ostree - docbook-xsl git gobject-introspection gspell gtk-doc meson valgrind) -_commit=95f1f916cbbfb39a3938bcacfb5bbbeb703a612a # tags/3.30.3^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgbase - git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgbase -} - -build() { - arch-meson $pkgbase build \ --D ubuntuone=false \ --D ubuntu_reviews=false - ninja -C build -} - -check() { - # build container troubles - meson test -C build || : -} - -package_gnome-software() { - groups=('gnome') - depends=(appstream-glib gnome-desktop gsettings-desktop-schemas gspell libpackagekit-glib) - optdepends=('flatpak: Flatpak support plugin' - 'fwupd: fwupd support plugin' - 'ostree: OSTree support plugin') - - DESTDIR="$pkgdir" meson install -C build - - # Split out packagekit plugin - mkdir "$srcdir"/packagekit-plugin - mv "$pkgdir"/usr/lib/gs-plugins-12/libgs_plugin_{packagekit*,systemd-updates}.so "$srcdir"/packagekit-plugin -} - -package_gnome-software-packagekit-plugin() { - pkgdesc="PackageKit support plugin for GNOME Software" - depends=(archlinux-appstream-data gnome-software packagekit) - - mkdir -p "$pkgdir"/usr/lib/gs-plugins-12 - mv "$srcdir"/packagekit-plugin/* "$pkgdir"/usr/lib/gs-plugins-12/ -} Copied: gnome-software/repos/community-x86_64/PKGBUILD (from rev 398905, gnome-software/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 23:37:33 UTC (rev 398906) @@ -0,0 +1,60 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Yosef Or Boczko + +pkgbase=gnome-software +pkgname=(gnome-software gnome-software-packagekit-plugin) +pkgver=3.30.5 +pkgrel=1 +pkgdesc="GNOME Software Tools" +url="https://wiki.gnome.org/Apps/Software/"; +arch=(x86_64) +license=(GPL2) +makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd ostree + docbook-xsl git gobject-introspection gspell gtk-doc meson valgrind) +_commit=84b4daeda08b888d0685006348b8b1598842c983 # tags/3.30.5^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgbase + git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgbase +} + +build() { + arch-meson $pkgbase build \ +-D ubuntuone=false \ +-D ubuntu_reviews=false + ninja -C build +} + +check() { + # build container troubles + meson test -C build || : +} + +package_gnome-software() { + groups=('gnome') + depends=(appstream-glib gnome-desktop gsettings-desktop-schemas gspell libpackagekit-glib) + optdepends=('flatpak: Flatpak support plugin' + 'fwupd: fwupd support plugin' + 'ostree: OSTree support plugin') + + DESTDIR="$pkgdir" meson install -C build + + # Split out packagekit plugin + mkdir "$srcdir"/packagekit-plugin + mv "$pkgdir"/usr/lib/gs-plugins-12/libgs_plugin_{packagekit*,systemd-updates}.so "$srcdir"/packagekit-plugin +} + +package_gnome-software-packagekit-plugin() { + pkgdesc="PackageKit support plugin for GNOME Software" + depends=(archlinux-appstream-data gnome-software packagekit) + + mkdir -p "$pkgdir"/usr/lib/gs-plugins-12 + mv "$srcdir"/packagekit-plugin/* "$pkgdir"/usr/lib/gs-plugins-12/ +}
[arch-commits] Commit in nodejs/repos/community-staging-x86_64 (4 files)
Date: Wednesday, October 24, 2018 @ 23:37:27 Author: felixonmars Revision: 398905 archrelease: copy trunk to community-staging-x86_64 Added: nodejs/repos/community-staging-x86_64/PKGBUILD (from rev 398904, nodejs/trunk/PKGBUILD) nodejs/repos/community-staging-x86_64/rebuild.list (from rev 398904, nodejs/trunk/rebuild.list) Deleted: nodejs/repos/community-staging-x86_64/PKGBUILD nodejs/repos/community-staging-x86_64/rebuild.list --+ PKGBUILD | 142 - rebuild.list |2 2 files changed, 72 insertions(+), 72 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 23:37:16 UTC (rev 398904) +++ PKGBUILD2018-10-24 23:37:27 UTC (rev 398905) @@ -1,71 +0,0 @@ -# Maintainer: Felix Yan -# Contributor Bartłomiej Piotrowski -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: James Campos -# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com > -# Contributor: Dongsheng Cai -# Contributor: Masutu Subric -# Contributor: TIanyi Cui - -pkgname=nodejs -pkgver=10.12.0 -pkgrel=2 -pkgdesc='Evented I/O for V8 javascript' -arch=('x86_64') -url='http://nodejs.org/' -license=('MIT') -depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # 'v8') -makedepends=('python2' 'procps-ng') -optdepends=('npm: nodejs package manager') -source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz";) -sha512sums=('82ee56f23451cec265e688987ca3c5308d3bdca2f28cfcd78f6ff622d5ab621abe70990a71c636ce9f50215e437f5beb346893ad173f738d156d79e1c7dc14f3') - -prepare() { - cd node-$pkgver - - msg 'Fixing for python2 name' - find -type f -exec sed \ --e 's_^#!/usr/bin/env python$_&2_' \ --e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \ --e 's_^#!/usr/bin/python$_&2_' \ --e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\ --e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\ --e "s_'python'_'python2'_" -i {} \; - find test/ -type f -exec sed 's_python _python2 _' -i {} \; -} - -build() { - cd node-$pkgver - - export PYTHON=python2 - ./configure \ ---prefix=/usr \ ---with-intl=system-icu \ ---without-npm \ ---shared-openssl \ ---shared-zlib \ ---shared-libuv \ ---shared-http-parser \ ---shared-cares \ ---shared-nghttp2 -# --shared-v8 - - make -} - -check() { - cd node-$pkgver - # Expected failure: https://github.com/nodejs/node/issues/11627 - make test || warning "Tests failed" -} - -package() { - cd node-$pkgver - - make DESTDIR="$pkgdir" install - - install -D -m644 LICENSE \ -"$pkgdir"/usr/share/licenses/nodejs/LICENSE -} - -# vim:set ts=2 sw=2 et: Copied: nodejs/repos/community-staging-x86_64/PKGBUILD (from rev 398904, nodejs/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 23:37:27 UTC (rev 398905) @@ -0,0 +1,71 @@ +# Maintainer: Felix Yan +# Contributor Bartłomiej Piotrowski +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: James Campos +# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com > +# Contributor: Dongsheng Cai +# Contributor: Masutu Subric +# Contributor: TIanyi Cui + +pkgname=nodejs +pkgver=11.0.0 +pkgrel=2 +pkgdesc='Evented I/O for V8 javascript' +arch=('x86_64') +url='http://nodejs.org/' +license=('MIT') +depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # 'v8') +makedepends=('python2' 'procps-ng') +optdepends=('npm: nodejs package manager') +source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz";) +sha512sums=('1362f6e0a55b34b102149ac37b153d00e1aa42cb523daee23a7de272a10208982324ef07fffb8a2f71dab6ce41d7d184d2812b6a09e8570288e1682ee1d0404b') + +prepare() { + cd node-$pkgver + + msg 'Fixing for python2 name' + find -type f -exec sed \ +-e 's_^#!/usr/bin/env python$_&2_' \ +-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \ +-e 's_^#!/usr/bin/python$_&2_' \ +-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\ +-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\ +-e "s_'python'_'python2'_" -i {} \; + find test/ -type f -exec sed 's_python _python2 _' -i {} \; +} + +build() { + cd node-$pkgver + + export PYTHON=python2 + ./configure \ +--prefix=/usr \ +--with-intl=system-icu \ +--without-npm \ +--shared-openssl \ +--shared-zlib \ +--shared-libuv \ +--shared-http-parser \ +--shared-cares \ +--shared-nghttp2 +# --shared-v8 + + make +} + +check() { + cd node-$pkgver + # Expected failure: https://github.com/nodejs/node/issues/11627 + make test || warning "Tests failed" +} + +package() { + cd node-$pkgver + + make DESTDIR="$pkgdir" install + + install -D -m644 LICENSE \ +"$pkgdir"/usr/share/licenses/nodejs/LICENSE +} + +# vim:set ts=2 sw=2 et: Deleted
[arch-commits] Commit in nodejs/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:37:07 Author: felixonmars Revision: 398903 icu 63.1 / poppler 0.70.0 rebuild Modified: nodejs/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 23:19:47 UTC (rev 398902) +++ PKGBUILD2018-10-24 23:37:07 UTC (rev 398903) @@ -9,7 +9,7 @@ pkgname=nodejs pkgver=11.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='Evented I/O for V8 javascript' arch=('x86_64') url='http://nodejs.org/'
[arch-commits] Commit in gnome-software/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:37:16 Author: heftig Revision: 398904 3.30.5-1 Modified: gnome-software/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 23:37:07 UTC (rev 398903) +++ PKGBUILD2018-10-24 23:37:16 UTC (rev 398904) @@ -4,7 +4,7 @@ pkgbase=gnome-software pkgname=(gnome-software gnome-software-packagekit-plugin) -pkgver=3.30.3 +pkgver=3.30.5 pkgrel=1 pkgdesc="GNOME Software Tools" url="https://wiki.gnome.org/Apps/Software/"; @@ -12,7 +12,7 @@ license=(GPL2) makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd ostree docbook-xsl git gobject-introspection gspell gtk-doc meson valgrind) -_commit=95f1f916cbbfb39a3938bcacfb5bbbeb703a612a # tags/3.30.3^0 +_commit=84b4daeda08b888d0685006348b8b1598842c983 # tags/3.30.5^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in appstream-glib/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:33:20 Author: heftig Revision: 337245 0.7.14-1 Modified: appstream-glib/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 23:17:38 UTC (rev 337244) +++ PKGBUILD2018-10-24 23:33:20 UTC (rev 337245) @@ -1,7 +1,7 @@ # Maintainer: Jan de Groot pkgname=appstream-glib -pkgver=0.7.13 +pkgver=0.7.14 pkgrel=1 pkgdesc="Objects and methods for reading and writing AppStream metadata" url="https://people.freedesktop.org/~hughsient/appstream-glib/"; @@ -12,7 +12,7 @@ provides=(appdata-tools) conflicts=(appdata-tools) replaces=(appdata-tools) -_commit=d108b8ad471ae3448b2e5049f86b54250b9c3a03 # tags/appstream_glib_0_7_13^0 +_commit=75a7af1d8870bb0fcf216e788b273a4c41e99cec # tags/appstream_glib_0_7_14^0 source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in appstream-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:33:35 Author: heftig Revision: 337246 archrelease: copy trunk to extra-x86_64 Added: appstream-glib/repos/extra-x86_64/PKGBUILD (from rev 337245, appstream-glib/trunk/PKGBUILD) Deleted: appstream-glib/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 84 ++--- 1 file changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 23:33:20 UTC (rev 337245) +++ PKGBUILD2018-10-24 23:33:35 UTC (rev 337246) @@ -1,42 +0,0 @@ -# Maintainer: Jan de Groot - -pkgname=appstream-glib -pkgver=0.7.13 -pkgrel=1 -pkgdesc="Objects and methods for reading and writing AppStream metadata" -url="https://people.freedesktop.org/~hughsient/appstream-glib/"; -arch=(x86_64) -license=(LGPL) -depends=(gtk3 libyaml pacman gcab libsoup libstemmer) -makedepends=(gobject-introspection gtk-doc autoconf-archive git gperf meson) -provides=(appdata-tools) -conflicts=(appdata-tools) -replaces=(appdata-tools) -_commit=d108b8ad471ae3448b2e5049f86b54250b9c3a03 # tags/appstream_glib_0_7_13^0 -source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^appstream_glib_//;s/_/./g;s/-/+/g' -} - -prepare() { - cd $pkgname -} - -build() { - arch-meson $pkgname build \ --D alpm=true \ --D gtk-doc=true \ --D rpm=false - ninja -C build -} - -check() { - meson test -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: appstream-glib/repos/extra-x86_64/PKGBUILD (from rev 337245, appstream-glib/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 23:33:35 UTC (rev 337246) @@ -0,0 +1,42 @@ +# Maintainer: Jan de Groot + +pkgname=appstream-glib +pkgver=0.7.14 +pkgrel=1 +pkgdesc="Objects and methods for reading and writing AppStream metadata" +url="https://people.freedesktop.org/~hughsient/appstream-glib/"; +arch=(x86_64) +license=(LGPL) +depends=(gtk3 libyaml pacman gcab libsoup libstemmer) +makedepends=(gobject-introspection gtk-doc autoconf-archive git gperf meson) +provides=(appdata-tools) +conflicts=(appdata-tools) +replaces=(appdata-tools) +_commit=75a7af1d8870bb0fcf216e788b273a4c41e99cec # tags/appstream_glib_0_7_14^0 +source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^appstream_glib_//;s/_/./g;s/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + arch-meson $pkgname build \ +-D alpm=true \ +-D gtk-doc=true \ +-D rpm=false + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in nullmailer/repos/community-x86_64 (6 files)
Date: Wednesday, October 24, 2018 @ 23:19:47 Author: anthraxx Revision: 398902 archrelease: copy trunk to community-x86_64 Added: nullmailer/repos/community-x86_64/PKGBUILD (from rev 398901, nullmailer/trunk/PKGBUILD) nullmailer/repos/community-x86_64/nullmailer.sysusers (from rev 398901, nullmailer/trunk/nullmailer.sysusers) nullmailer/repos/community-x86_64/nullmailer.tmpfiles (from rev 398901, nullmailer/trunk/nullmailer.tmpfiles) Deleted: nullmailer/repos/community-x86_64/PKGBUILD nullmailer/repos/community-x86_64/nullmailer.sysusers nullmailer/repos/community-x86_64/nullmailer.tmpfiles -+ PKGBUILD| 106 +- nullmailer.sysusers |2 nullmailer.tmpfiles | 18 3 files changed, 63 insertions(+), 63 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 23:19:41 UTC (rev 398901) +++ PKGBUILD2018-10-24 23:19:47 UTC (rev 398902) @@ -1,53 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor : Martin Wimpress -# Contributor: Roberto Alsina -# Contributor: Kurt J. Bosch - -pkgname=nullmailer -pkgver=2.1 -pkgrel=1 -pkgdesc='Simple relay-only mail transport agent' -url='https://www.untroubled.org/nullmailer/' -arch=('x86_64') -license=('GPL2') -depends=('gnutls') -provides=('smtp-forwarder') -conflicts=('smtp-forwarder' 'smtp-server') -options=('emptydirs') -source=(https://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz -nullmailer.sysusers -nullmailer.tmpfiles) -sha512sums=('5219e251f6648258247913fcb7036075a482b0800a98cde0d731aa4a6b514baae4d8a340b6757b8d532c4b8343b718642c0f519292e3660f8c04671ac274944b' - '004a14e65b7c45264033d1a2fae1cedad056ebde4597cbe711600793c4792715554e94701a3f9618524debd1d8a74f15e297eb5070a45b2195b0b9fd722f' - 'fe05593fac0a5bb0752f2103d8844485d8c39f3a4aed2ab29dc57c1dda0aba1a770e5bf7e6d959db80831f021b0a07c029b844bc79850396b0ea2344af7bd81c') - -build() { - cd ${pkgname}-${pkgver} - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/${pkgname} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --sbindir=/usr/bin \ - --enable-tls - make -} - -check() { - cd ${pkgname}-${pkgver} - make test -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - - install -Dm 644 scripts/nullmailer.service -t "${pkgdir}/usr/lib/systemd/system" - install -Dm 644 ../nullmailer.sysusers "${pkgdir}/usr/lib/sysusers.d/nullmailer.conf" - install -Dm 644 ../nullmailer.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/nullmailer.conf" - - # covered by tmpfiles with fixed ownership - rm -rf "${pkgdir}/var" -} - -# vim: ts=2 sw=2 et: Copied: nullmailer/repos/community-x86_64/PKGBUILD (from rev 398901, nullmailer/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 23:19:47 UTC (rev 398902) @@ -0,0 +1,53 @@ +# Maintainer: Levente Polyak +# Contributor : Martin Wimpress +# Contributor: Roberto Alsina +# Contributor: Kurt J. Bosch + +pkgname=nullmailer +pkgver=2.2 +pkgrel=1 +pkgdesc='Simple relay-only mail transport agent' +url='https://www.untroubled.org/nullmailer/' +arch=('x86_64') +license=('GPL2') +depends=('gnutls') +provides=('smtp-forwarder') +conflicts=('smtp-forwarder' 'smtp-server') +options=('emptydirs') +source=(https://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz +nullmailer.sysusers +nullmailer.tmpfiles) +sha512sums=('21b29d59f3c386c13ce4541ae11dc5cd69f842085479d7fc9a69a540abc608ce5c1825f06bd3566536b392931f7eeb1b2d35addd816849e6f431877bb18c8268' + '004a14e65b7c45264033d1a2fae1cedad056ebde4597cbe711600793c4792715554e94701a3f9618524debd1d8a74f15e297eb5070a45b2195b0b9fd722f' + 'fe05593fac0a5bb0752f2103d8844485d8c39f3a4aed2ab29dc57c1dda0aba1a770e5bf7e6d959db80831f021b0a07c029b844bc79850396b0ea2344af7bd81c') + +build() { + cd ${pkgname}-${pkgver} + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/${pkgname} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --sbindir=/usr/bin \ + --enable-tls + make +} + +check() { + cd ${pkgname}-${pkgver} + make test +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + + install -Dm 644 scripts/nullmailer.service -t "${pkgdir}/usr/lib/systemd/system" + install -Dm 644 ../nullmailer.sysusers "${pkgdir}/usr/lib/sysusers.d/nullmailer.conf" + install -Dm 644 ../nullmailer.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/nullmailer.conf" + + # covered by tmpfiles with fixed ownership + rm -rf "${pkgdir}/var" +} + +# vim: ts=2 sw=2 et: Deleted: nullmailer.sysusers === --- nullmailer.sysusers 2018-10-24 23:19:41 UTC (rev 398901) +++ nullmailer.sysusers
[arch-commits] Commit in nullmailer/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 23:19:41 Author: anthraxx Revision: 398901 upgpkg: nullmailer 2.2-1 Modified: nullmailer/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 22:53:24 UTC (rev 398900) +++ PKGBUILD2018-10-24 23:19:41 UTC (rev 398901) @@ -4,7 +4,7 @@ # Contributor: Kurt J. Bosch pkgname=nullmailer -pkgver=2.1 +pkgver=2.2 pkgrel=1 pkgdesc='Simple relay-only mail transport agent' url='https://www.untroubled.org/nullmailer/' @@ -17,7 +17,7 @@ source=(https://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz nullmailer.sysusers nullmailer.tmpfiles) -sha512sums=('5219e251f6648258247913fcb7036075a482b0800a98cde0d731aa4a6b514baae4d8a340b6757b8d532c4b8343b718642c0f519292e3660f8c04671ac274944b' +sha512sums=('21b29d59f3c386c13ce4541ae11dc5cd69f842085479d7fc9a69a540abc608ce5c1825f06bd3566536b392931f7eeb1b2d35addd816849e6f431877bb18c8268' '004a14e65b7c45264033d1a2fae1cedad056ebde4597cbe711600793c4792715554e94701a3f9618524debd1d8a74f15e297eb5070a45b2195b0b9fd722f' 'fe05593fac0a5bb0752f2103d8844485d8c39f3a4aed2ab29dc57c1dda0aba1a770e5bf7e6d959db80831f021b0a07c029b844bc79850396b0ea2344af7bd81c')
[arch-commits] Commit in zsh-completions/repos/community-any (6 files)
Date: Wednesday, October 24, 2018 @ 22:53:24 Author: arcanis Revision: 398900 archrelease: copy trunk to community-any Added: zsh-completions/repos/community-any/ChangeLog (from rev 398899, zsh-completions/trunk/ChangeLog) zsh-completions/repos/community-any/LICENSE (from rev 398899, zsh-completions/trunk/LICENSE) zsh-completions/repos/community-any/PKGBUILD (from rev 398899, zsh-completions/trunk/PKGBUILD) Deleted: zsh-completions/repos/community-any/ChangeLog zsh-completions/repos/community-any/LICENSE zsh-completions/repos/community-any/PKGBUILD ---+ ChangeLog | 121 ++-- LICENSE | 48 +++ PKGBUILD | 51 - 3 files changed, 111 insertions(+), 109 deletions(-) Deleted: ChangeLog === --- ChangeLog 2018-10-24 22:53:11 UTC (rev 398899) +++ ChangeLog 2018-10-24 22:53:24 UTC (rev 398900) @@ -1,59 +0,0 @@ -0.28.0-1: -upstream update - -0.27.0-1: -upstream update - -0.26.0-1: -upstream update - -0.25.0-1: -upstream update - -0.24.0-1: -upstream update - -0.23.0-2: -remove _rg completion since it provided by ripgrep package - -0.23.0-1: -upstream update - -0.22.0-1: -upstream update - -0.21.0-1: -upstream update - -0.20.0-1: -upstream update - -0.19.0-2: -fix FS#50243 - -0.19.0-1: -upstream update - -0.18.0-1: -upstream update - -0.17.0-1: -upstream update - -0.16.0-1: -upstream update - -0.15.0-1: -upstream update - -0.14.0-2: -fix build - -0.14.0-1: -upstream update - -0.12.0-2: -drop _salt completions since it is provided by upstream - -0.12.0-1: -ustream update Copied: zsh-completions/repos/community-any/ChangeLog (from rev 398899, zsh-completions/trunk/ChangeLog) === --- ChangeLog (rev 0) +++ ChangeLog 2018-10-24 22:53:24 UTC (rev 398900) @@ -0,0 +1,62 @@ +0.29.0-1: +upstream update + +0.28.0-1: +upstream update + +0.27.0-1: +upstream update + +0.26.0-1: +upstream update + +0.25.0-1: +upstream update + +0.24.0-1: +upstream update + +0.23.0-2: +remove _rg completion since it provided by ripgrep package + +0.23.0-1: +upstream update + +0.22.0-1: +upstream update + +0.21.0-1: +upstream update + +0.20.0-1: +upstream update + +0.19.0-2: +fix FS#50243 + +0.19.0-1: +upstream update + +0.18.0-1: +upstream update + +0.17.0-1: +upstream update + +0.16.0-1: +upstream update + +0.15.0-1: +upstream update + +0.14.0-2: +fix build + +0.14.0-1: +upstream update + +0.12.0-2: +drop _salt completions since it is provided by upstream + +0.12.0-1: +ustream update Deleted: LICENSE === --- LICENSE 2018-10-24 22:53:11 UTC (rev 398899) +++ LICENSE 2018-10-24 22:53:24 UTC (rev 398900) @@ -1,24 +0,0 @@ -Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -* Neither the name of the zsh-users nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copied: zsh-completions/repos/community-any/LICENSE (from rev 398899, zsh-completions/trunk/LICENSE) === --- LICENSE (rev 0) +++ LICENSE 2018-10-24 22:53:24 UTC (rev 398900) @@ -0,0 +1,24 @@ +Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +* Redistributions of s
[arch-commits] Commit in zsh-completions/trunk (ChangeLog PKGBUILD)
Date: Wednesday, October 24, 2018 @ 22:53:11 Author: arcanis Revision: 398899 upgpkg: zsh-completions 0.29.0-1 Modified: zsh-completions/trunk/ChangeLog zsh-completions/trunk/PKGBUILD ---+ ChangeLog |3 +++ PKGBUILD |4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) Modified: ChangeLog === --- ChangeLog 2018-10-24 22:43:26 UTC (rev 398898) +++ ChangeLog 2018-10-24 22:53:11 UTC (rev 398899) @@ -1,3 +1,6 @@ +0.29.0-1: +upstream update + 0.28.0-1: upstream update Modified: PKGBUILD === --- PKGBUILD2018-10-24 22:43:26 UTC (rev 398898) +++ PKGBUILD2018-10-24 22:53:11 UTC (rev 398899) @@ -2,7 +2,7 @@ # Contributor: Julien Nicoulaud pkgname=zsh-completions -pkgver=0.28.0 +pkgver=0.29.0 pkgrel=1 pkgdesc="Additional completion definitions for Zsh" arch=(any) @@ -11,7 +11,7 @@ depends=('zsh') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}"; "LICENSE") -sha512sums=('e1b657e08107d2b2c4966e340292138dbdcca108bec4e73a1a66180ae2a2812c1237df0a6b8085ea483b62c490db214c4826803c6c21d6012027c0c7485ea8a5' +sha512sums=('c3a69bcd0a44d7d790669b6b860672ad84fe01b36a3c1902d51207601c21e07e5638987b9a203e801eb10c68e34ef522e7bcadd42b29a0be8d98f2a9bea5acdc' 'b4df787ce25c3193145a4892967366ca0334ae493ea60c4aa1298e2148f45c6eaebc16f144d2fdc28acc973c4a0f9ceb0612e27cef84dfd302dc026eb410e4d7') changelog=ChangeLog
[arch-commits] Commit in python-mysql-connector/repos/community-any (4 files)
Date: Wednesday, October 24, 2018 @ 22:43:26 Author: arcanis Revision: 398898 archrelease: copy trunk to community-any Added: python-mysql-connector/repos/community-any/ChangeLog (from rev 398897, python-mysql-connector/trunk/ChangeLog) python-mysql-connector/repos/community-any/PKGBUILD (from rev 398897, python-mysql-connector/trunk/PKGBUILD) Deleted: python-mysql-connector/repos/community-any/ChangeLog python-mysql-connector/repos/community-any/PKGBUILD ---+ ChangeLog | 79 ++ PKGBUILD | 94 ++-- 2 files changed, 88 insertions(+), 85 deletions(-) Deleted: ChangeLog === --- ChangeLog 2018-10-24 22:43:12 UTC (rev 398897) +++ ChangeLog 2018-10-24 22:43:26 UTC (rev 398898) @@ -1,38 +0,0 @@ -8.0.12-1: -upstream update - -2.1.7-1: -upstream update - -2.1.6-1: -upstream update - -2.1.5-1: -upstream update - -2.1.4-1: -upstream update - -2.1.3-1: -upstream update - -2.0.4-2: -python3.5 rebuild - -2.0.4-1: -upstream update - -2.0.3-1: -upstream update - -2.0.2-1: -upstream update - -2.0.1-1: -upstream update - -1.2.3-1: -upstream update - -1.2.2-1: -move from AUR into [community] Copied: python-mysql-connector/repos/community-any/ChangeLog (from rev 398897, python-mysql-connector/trunk/ChangeLog) === --- ChangeLog (rev 0) +++ ChangeLog 2018-10-24 22:43:26 UTC (rev 398898) @@ -0,0 +1,41 @@ +8.0.13-1: +upstream update + +8.0.12-1: +upstream update + +2.1.7-1: +upstream update + +2.1.6-1: +upstream update + +2.1.5-1: +upstream update + +2.1.4-1: +upstream update + +2.1.3-1: +upstream update + +2.0.4-2: +python3.5 rebuild + +2.0.4-1: +upstream update + +2.0.3-1: +upstream update + +2.0.2-1: +upstream update + +2.0.1-1: +upstream update + +1.2.3-1: +upstream update + +1.2.2-1: +move from AUR into [community] Deleted: PKGBUILD === --- PKGBUILD2018-10-24 22:43:12 UTC (rev 398897) +++ PKGBUILD2018-10-24 22:43:26 UTC (rev 398898) @@ -1,47 +0,0 @@ -# Maintainer: Lukas Fleischer -# Contributor: Evgeniy Alekseev -# Contributor: Raphaël Doursenaud - -pkgbase=python-mysql-connector -pkgname=('python-mysql-connector' 'python2-mysql-connector') -_pkgname=mysql-connector-python -pkgver=8.0.12 -pkgrel=1 -pkgdesc="A standardized database driver for Python platforms and development" -arch=('any') -url="http://dev.mysql.com/downloads/connector/python/"; -license=('GPL') -depends=('python' 'python2') -makedepends=('python-setuptools' 'python2-setuptools') -source=("https://cdn.mysql.com/Downloads/Connector-Python/${_pkgname}-${pkgver}.tar.gz";) -sha512sums=('ec18b39db250ce289f4e7ee382b9f3b12385e393dc032380753e0a60992ec1e2c6bc63559545cc3ade90a8b378407d7afe780d0b36a27294bdd38f071f0ad4d5') -changelog=ChangeLog - -prepare() { - cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2" - # change python to python2 - find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \ - sed -i 's|env python|env python2|' {} \; -} - -build() { - cd "${srcdir}/${_pkgname}-${pkgver}" - python setup.py build - - cd "${srcdir}/${_pkgname}-${pkgver}-py2" - python2 setup.py build -} - -package_python-mysql-connector() { - depends=('python') - - cd "${srcdir}/${_pkgname}-${pkgver}" - python setup.py install --root="${pkgdir}" --optimize=1 -} - -package_python2-mysql-connector() { - depends=('python2') - - cd "${srcdir}/${_pkgname}-${pkgver}-py2" - python2 setup.py install --root="${pkgdir}" --optimize=1 -} Copied: python-mysql-connector/repos/community-any/PKGBUILD (from rev 398897, python-mysql-connector/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 22:43:26 UTC (rev 398898) @@ -0,0 +1,47 @@ +# Maintainer: Lukas Fleischer +# Contributor: Evgeniy Alekseev +# Contributor: Raphaël Doursenaud + +pkgbase=python-mysql-connector +pkgname=('python-mysql-connector' 'python2-mysql-connector') +_pkgname=mysql-connector-python +pkgver=8.0.13 +pkgrel=1 +pkgdesc="A standardized database driver for Python platforms and development" +arch=('any') +url="http://dev.mysql.com/downloads/connector/python/"; +license=('GPL') +depends=('python' 'python2') +makedepends=('python-setuptools' 'python2-setuptools') +source=("https://cdn.mysql.com/Downloads/Connector-Python/${_pkgname}-${pkgver}.tar.gz";) +sha512sums=('e69f3c1eee717d9014691960fe62b8a8292dba70029511c63c80941a3584a37016fcd05a993b3812b4c14d7feea21cb64b2ca5f4b4cf5f29218cd76c2be1aa3d') +changelog=ChangeLog + +prepare() { + cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2" + # change python to python2 + find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \ + sed -i 's|env python|env python2
[arch-commits] Commit in python-mysql-connector/trunk (ChangeLog PKGBUILD)
Date: Wednesday, October 24, 2018 @ 22:43:12 Author: arcanis Revision: 398897 upgpkg: python-mysql-connector 8.0.13-1 Modified: python-mysql-connector/trunk/ChangeLog python-mysql-connector/trunk/PKGBUILD ---+ ChangeLog |3 +++ PKGBUILD |4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) Modified: ChangeLog === --- ChangeLog 2018-10-24 22:34:21 UTC (rev 398896) +++ ChangeLog 2018-10-24 22:43:12 UTC (rev 398897) @@ -1,3 +1,6 @@ +8.0.13-1: +upstream update + 8.0.12-1: upstream update Modified: PKGBUILD === --- PKGBUILD2018-10-24 22:34:21 UTC (rev 398896) +++ PKGBUILD2018-10-24 22:43:12 UTC (rev 398897) @@ -5,7 +5,7 @@ pkgbase=python-mysql-connector pkgname=('python-mysql-connector' 'python2-mysql-connector') _pkgname=mysql-connector-python -pkgver=8.0.12 +pkgver=8.0.13 pkgrel=1 pkgdesc="A standardized database driver for Python platforms and development" arch=('any') @@ -14,7 +14,7 @@ depends=('python' 'python2') makedepends=('python-setuptools' 'python2-setuptools') source=("https://cdn.mysql.com/Downloads/Connector-Python/${_pkgname}-${pkgver}.tar.gz";) -sha512sums=('ec18b39db250ce289f4e7ee382b9f3b12385e393dc032380753e0a60992ec1e2c6bc63559545cc3ade90a8b378407d7afe780d0b36a27294bdd38f071f0ad4d5') +sha512sums=('e69f3c1eee717d9014691960fe62b8a8292dba70029511c63c80941a3584a37016fcd05a993b3812b4c14d7feea21cb64b2ca5f4b4cf5f29218cd76c2be1aa3d') changelog=ChangeLog prepare() {
[arch-commits] Commit in scala/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 22:34:21 Author: arcanis Revision: 398896 archrelease: copy trunk to community-any Added: scala/repos/community-any/PKGBUILD (from rev 398895, scala/trunk/PKGBUILD) Deleted: scala/repos/community-any/PKGBUILD --+ PKGBUILD | 155 ++--- 1 file changed, 77 insertions(+), 78 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 22:34:03 UTC (rev 398895) +++ PKGBUILD2018-10-24 22:34:21 UTC (rev 398896) @@ -1,78 +0,0 @@ -# $Id$ -# Maintainer: Evgeniy Alekseev -# Contributor: Sergej Pupykin -# Contributor: Marcin Karpezo - -pkgbase=scala -pkgname=(scala scala-docs scala-sources) -pkgver=2.12.6 -pkgrel=1 -_watch="https://github.com/scala/scala/releases"; -_distdate=20180423-115500 -_distsha=d7ae7a8b96 -pkgdesc="A Java-interoperable language with object-oriented and functional features" -arch=('any') -url="http://www.scala-lang.org"; -license=('BSD') -depends=('java-environment=8' 'java-runtime=8') -makedepends=('git' 'sbt') -source=("scala-${pkgver}.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz"; - "scala-docs-${pkgver}.tar.xz::http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz";) -sha512sums=('471bb3f5a8d458941c078df84101d01facc2aa11af7c8c4796dd7bb7ba5d11a7939b41fee2ed7e09be8bc57a578357668b0ad8e34dea5b55c42b41196915dee4' - '41189557a18bce49c3a7e711c4c8aad62ba1e58bda0e7f86b208ddad6d553e75b08f59ad23c9c701bbf4a75566584f466ebc18c6fc1acd07c403c870c5663d78') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - chmod 0755 tools/* - echo -e "#!/bin/bash\necho ${_distdate}" > "tools/get-scala-commit-date" - echo -e "#!/bin/bash\necho ${_distsha}" > "tools/get-scala-commit-sha" -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sbt dist/mkPack packageSrc packageDoc -} - -package_scala() { - depends=('java-runtime') - optdepends=('scala-docs' - 'scala-sources' - 'graphviz: generate diagrams') - - cd "${srcdir}/${pkgname}-${pkgver}/build/pack" - - install -d "${pkgdir}/usr/"{bin,share} "${pkgdir}/usr/share/man/man1" "${pkgdir}/usr/share/scala/"{bin,lib} - cp -r lib "${pkgdir}/usr/share/scala/" - install -m755 bin/{fsc,scala,scalac,scalap,scaladoc} "${pkgdir}/usr/share/scala/bin" - install -Dm0644 "${srcdir}/scala-${pkgver}/doc/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" - - ln -s "../share/scala/bin/fsc" "${pkgdir}/usr/bin/fsc" - ln -s "../share/scala/bin/scala" "${pkgdir}/usr/bin/scala" - ln -s "../share/scala/bin/scalac" "${pkgdir}/usr/bin/scalac" - ln -s "../share/scala/bin/scalap" "${pkgdir}/usr/bin/scalap" - ln -s "../share/scala/bin/scaladoc" "${pkgdir}/usr/bin/scaladoc" -} - -package_scala-docs() { - replaces=('scala-doc' 'scala-devel-docs') - pkgdesc="Scala documentation" - depends=() - - cd "${srcdir}/scala-${pkgver}" - mkdir -p "${pkgdir}/usr/share/doc/" - cp -r api "${pkgdir}/usr/share/doc/scala" - install -Dm0644 "${srcdir}/scala-${pkgver}/doc/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} - -package_scala-sources() { - replaces=('scala-src') - pkgdesc="Scala sources" - depends=() - - cd "${srcdir}/scala-${pkgver}" - mkdir -p "${pkgdir}/usr/share/scala/" - find . -type f -name '*-sources.jar' | while read f; do -install -Dm0644 "${f}" "${pkgdir}/usr/share/scala/src/$(basename -- ${f})" - done - install -Dm0644 "${srcdir}/scala-${pkgver}/doc/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: scala/repos/community-any/PKGBUILD (from rev 398895, scala/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 22:34:21 UTC (rev 398896) @@ -0,0 +1,77 @@ +# Maintainer: Evgeniy Alekseev +# Contributor: Sergej Pupykin +# Contributor: Marcin Karpezo + +pkgbase=scala +pkgname=(scala scala-docs scala-sources) +pkgver=2.12.7 +pkgrel=1 +_watch="https://github.com/scala/scala/releases"; +_distdate=20180926-092600 +_distsha=d96b8eb48e +pkgdesc="A Java-interoperable language with object-oriented and functional features" +arch=('any') +url="http://www.scala-lang.org"; +license=('BSD') +depends=('java-environment=8' 'java-runtime=8') +makedepends=('git' 'sbt') +source=("scala-${pkgver}.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz"; + "scala-docs-${pkgver}.tar.xz::http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz";) +sha512sums=('2e9e9205056f214ce75454474e920b0b646751d6391cd027d359a7e7e46a545e1cea042cf101e9593c9aede8d8fd31c4a7a2ccfe456760944a47fd07a2c68685' + '13e65374cdc4662ac20332e065743275bfc15e461d44279106cd4c58e952031e6a60552415eec8a6a18b3fcad0598c91c8254e26fa05b889a05f743c3503c08d') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + chmod 0755 tools/* + echo -e "#!/bin/bash
[arch-commits] Commit in scala/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 22:34:03 Author: arcanis Revision: 398895 upgpkg: scala 2.12.7-1 Modified: scala/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 22:17:24 UTC (rev 398894) +++ PKGBUILD2018-10-24 22:34:03 UTC (rev 398895) @@ -4,11 +4,11 @@ pkgbase=scala pkgname=(scala scala-docs scala-sources) -pkgver=2.12.6 +pkgver=2.12.7 pkgrel=1 _watch="https://github.com/scala/scala/releases"; -_distdate=20180423-115500 -_distsha=d7ae7a8b96 +_distdate=20180926-092600 +_distsha=d96b8eb48e pkgdesc="A Java-interoperable language with object-oriented and functional features" arch=('any') url="http://www.scala-lang.org"; @@ -17,8 +17,8 @@ makedepends=('git' 'sbt') source=("scala-${pkgver}.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz"; "scala-docs-${pkgver}.tar.xz::http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz";) -sha512sums=('471bb3f5a8d458941c078df84101d01facc2aa11af7c8c4796dd7bb7ba5d11a7939b41fee2ed7e09be8bc57a578357668b0ad8e34dea5b55c42b41196915dee4' - '41189557a18bce49c3a7e711c4c8aad62ba1e58bda0e7f86b208ddad6d553e75b08f59ad23c9c701bbf4a75566584f466ebc18c6fc1acd07c403c870c5663d78') +sha512sums=('2e9e9205056f214ce75454474e920b0b646751d6391cd027d359a7e7e46a545e1cea042cf101e9593c9aede8d8fd31c4a7a2ccfe456760944a47fd07a2c68685' + '13e65374cdc4662ac20332e065743275bfc15e461d44279106cd4c58e952031e6a60552415eec8a6a18b3fcad0598c91c8254e26fa05b889a05f743c3503c08d') prepare() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in python2-matplotlib/repos (4 files)
Date: Wednesday, October 24, 2018 @ 22:17:24 Author: archange Revision: 398894 archrelease: copy trunk to community-testing-x86_64 Added: python2-matplotlib/repos/community-testing-x86_64/ python2-matplotlib/repos/community-testing-x86_64/PKGBUILD (from rev 398893, python2-matplotlib/trunk/PKGBUILD) python2-matplotlib/repos/community-testing-x86_64/python2-matplotlib.install (from rev 398893, python2-matplotlib/trunk/python2-matplotlib.install) python2-matplotlib/repos/community-testing-x86_64/setup.cfg (from rev 398893, python2-matplotlib/trunk/setup.cfg) + PKGBUILD | 74 +++ python2-matplotlib.install | 16 + setup.cfg |3 + 3 files changed, 93 insertions(+) Copied: python2-matplotlib/repos/community-testing-x86_64/PKGBUILD (from rev 398893, python2-matplotlib/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2018-10-24 22:17:24 UTC (rev 398894) @@ -0,0 +1,74 @@ +# Maintainer: Felix Yan +# Maintainer: Bruno Pagani +# Contributor: Stéphane Gaudreault +# Contributor: Stefan Husmann +# Contributor: Angel 'angvp' Velasquez +# Contributor: Douglas Soares de Andrade + +pkgname=python2-matplotlib +pkgver=2.2.3 +pkgrel=3 +pkgdesc="A python plotting library, making publication quality plots" +arch=('x86_64') +url="https://matplotlib.org"; +license=('custom') +depends=('python2-numpy' 'python2-dateutil' 'python2-pyparsing' 'python2-pytz' 'libpng' 'freetype2' + 'python2-cycler' 'python2-six' 'python2-backports.functools_lru_cache' 'python2-subprocess32' 'python2-kiwisolver') +optdepends=('tk: Tk{Agg,Cairo} backends' +'python2-pyqt5: Qt5{Agg,Cairo} backends' +'pygtk: GTK{,Agg,Cairo} backends' +'python2-gobject: for GTK3{Agg,Cairo} backend' +'python2-wxpython3: WX{,Agg,Cairo} backend' +'python2-cairo: {GTK,GTK3,Qt5,Tk,WX}Cairo backends' +'python2-cairocffi: alternative for Cairo backends' +'python2-tornado: WebAgg backend' +'ffmpeg: for saving movies' +'imagemagick: for saving animated gifs' +'python2-pillow: for reading/saving jpeg/bmp/tiff files' +'ghostscript: usetex dependencies' +'texlive-bin: usetex dependencies') +makedepends=('python2-setuptools' + 'tk' 'python2-pyqt5' 'pygtk' 'python2-gobject' + 'python2-wxpython3' 'python2-cairocffi' 'python2-tornado' + 'python2-pillow' 'ghostscript' 'texlive-bin') +checkdepends=('python2-pytest-xdist' 'python2-pytest-runner' 'xorg-server-xvfb' + 'texlive-core' 'texlive-latexextra' 'inkscape' 'mencoder' + 'ffmpeg' 'imagemagick' 'ttf-freefont' 'python2-pandas' 'python2-mock') +install=$pkgname.install +source=($pkgname-$pkgver.tar.gz::"https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz"; +setup.cfg) +sha512sums=('d118f5d56e2f578031aba22933c0b3a4423a31a04f50f08cc1aa660186546d09692a9cf401bb5f24cb296f94fbfd8707460728d501ac2bd4a624dfa89e92949b' + 'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b') + +prepare() { + cd matplotlib-$pkgver + for file in $(find . -name '*.py' -print); do +sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \ + -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" $file + done + cd .. + + cp -a matplotlib-$pkgver{,-test} + + # Configure tests (FS#48175) + cp setup.cfg matplotlib-$pkgver-test/ +} + +build() { + cd matplotlib-$pkgver + python2 setup.py build +} + +check() { + cd matplotlib-$pkgver-test + xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 1280x1024x24" \ +python2 setup.py pytest --addopts="-n auto" || warning "Tests failed" # Different font rendering details +} + +package() { + cd matplotlib-$pkgver + python2 setup.py install --root "$pkgdir" --prefix=/usr --optimize=1 --skip-build + # FS#41820 - unset default backend + sed -i 's/backend : qt5agg/#backend : agg/' $pkgdir/usr/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc + install -Dm644 doc/users/license.rst -t "$pkgdir"/usr/share/licenses/${pkgname}/ +} Copied: python2-matplotlib/repos/community-testing-x86_64/python2-matplotlib.install (from rev 398893, python2-matplotlib/trunk/python2-matplotlib.install) === --- community-testing-x86_64/python2-matplotlib.install (rev 0) +++ community-testing-x86_64/python2-matplotlib.install 2018-10-24 22:17:24 UTC (rev 398894) @@ -0,0 +1,16 @@ +post_install() { +cat << EOF + +Starting with python2-matplotlib 2.2.3-3, the Python 2.7 version of matpl
[arch-commits] Commit in python2-matplotlib/trunk (2 files)
Date: Wednesday, October 24, 2018 @ 22:17:08 Author: archange Revision: 398893 Fix FS#41820 Added: python2-matplotlib/trunk/python2-matplotlib.install Modified: python2-matplotlib/trunk/PKGBUILD + PKGBUILD |3 +++ python2-matplotlib.install | 16 2 files changed, 19 insertions(+) Modified: PKGBUILD === --- PKGBUILD2018-10-24 21:51:42 UTC (rev 398892) +++ PKGBUILD2018-10-24 22:17:08 UTC (rev 398893) @@ -34,6 +34,7 @@ checkdepends=('python2-pytest-xdist' 'python2-pytest-runner' 'xorg-server-xvfb' 'texlive-core' 'texlive-latexextra' 'inkscape' 'mencoder' 'ffmpeg' 'imagemagick' 'ttf-freefont' 'python2-pandas' 'python2-mock') +install=$pkgname.install source=($pkgname-$pkgver.tar.gz::"https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz"; setup.cfg) sha512sums=('d118f5d56e2f578031aba22933c0b3a4423a31a04f50f08cc1aa660186546d09692a9cf401bb5f24cb296f94fbfd8707460728d501ac2bd4a624dfa89e92949b' @@ -67,5 +68,7 @@ package() { cd matplotlib-$pkgver python2 setup.py install --root "$pkgdir" --prefix=/usr --optimize=1 --skip-build + # FS#41820 - unset default backend + sed -i 's/backend : qt5agg/#backend : agg/' $pkgdir/usr/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc install -Dm644 doc/users/license.rst -t "$pkgdir"/usr/share/licenses/${pkgname}/ } Added: python2-matplotlib.install === --- python2-matplotlib.install (rev 0) +++ python2-matplotlib.install 2018-10-24 22:17:08 UTC (rev 398893) @@ -0,0 +1,16 @@ +post_install() { +cat << EOF + +Starting with python2-matplotlib 2.2.3-3, the Python 2.7 version of matplotlib +now defaults to 'Agg' backend. This is a rendering only backend with no GUI. +If you want to use a GUI backend, install the required optdepends and set the +backend value in your matplotlibrc. + +EOF +} + +post_upgrade() { +if [ $(vercmp $2 2.2.3-3) -lt 0 ] ; then +post_install +fi +}
[arch-commits] Commit in tribler/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 21:51:42 Author: ffy00 Revision: 398892 archrelease: copy trunk to community-any Added: tribler/repos/community-any/PKGBUILD (from rev 398891, tribler/trunk/PKGBUILD) Deleted: tribler/repos/community-any/PKGBUILD --+ PKGBUILD | 144 ++--- 1 file changed, 72 insertions(+), 72 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 21:51:36 UTC (rev 398891) +++ PKGBUILD2018-10-24 21:51:42 UTC (rev 398892) @@ -1,72 +0,0 @@ -# Maintainer: Filipe Laíns (FFY00) - -pkgname=tribler -_gitver=7.1.0 -pkgver=${_gitver//-/_} -pkgrel=1 -pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery' -url='https://www.tribler.org/' -arch=('any') -license=('LGPL3') -depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' - 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 'python2-decorator' - 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 'python2-netifaces' - 'python2-plyvel' 'python2-twisted' 'python2-configobj' 'python2-matplotlib' - 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl') -optdepends=('vlc: for internal video player') -makedepends=('python2-setuptools' 'git') -provides=('python2-pyipv8') -conflicts=('python2-pyipv8') -source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.gz";) -sha512sums=('24c8323a88c315719bdada118d2d9f40e313d9911c2b1902eb9867906097a78fe2ee579d76fd433555c718b37d507826769d38ac3971947d00918dc46ce1') - -prepare() { - cd $pkgname - - # Fix tribler path - sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/anontunnel_helper@.service - sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service - - # Fix version info - sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \ - -e "s|build_date =.*|build_date = \"$(date)\"|g" \ --i Tribler/Core/version.py -} - -build () { - cd $pkgname - - python2 setup.py build -} - -package() { - cd $pkgname - - # Install python modules - python2 setup.py install --root="$pkgdir" --optimize=1 - - # Install binary files/assets - install -dm 755 "$pkgdir"/usr/{bin,share/tribler} - cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler - cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler - ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql "$pkgdir"/usr/share/tribler/Tribler - - install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps} - install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop "$pkgdir"/usr/share/applications - install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm "$pkgdir"/usr/share/pixmaps - install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm "$pkgdir"/usr/share/pixmaps - install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin - install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/ - install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/ - install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/ - - cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler - - # Remove test folders - find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \; - - # Install systemd files - install -Dm 644 systemd/anontunnel_helper@.service "$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service - install -Dm 644 systemd/tribler.service "$pkgdir"/usr/lib/systemd/system/tribler.service -} - Copied: tribler/repos/community-any/PKGBUILD (from rev 398891, tribler/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 21:51:42 UTC (rev 398892) @@ -0,0 +1,72 @@ +# Maintainer: Filipe Laíns (FFY00) + +pkgname=tribler +_gitver=7.1.0 +pkgver=7.1.1 +pkgrel=1 +pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery' +url='https://www.tribler.org/' +arch=('any') +license=('LGPL3') +depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' + 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 'python2-decorator' + 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 'python2-netifaces' + 'python2-plyvel' 'python2-twisted' 'python2-configobj' 'python2-matplotlib' + 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl') +optdepends=('vlc: for internal video player') +makedepends=('python2-setuptools' 'git') +provides=('python2-pyipv8') +conflicts=('python2-pyipv8') +source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.gz";) +sha512sums=('4d88dae426ec5016df4f4030d08e146f8907357762a65e149333521dccd40939712b5436be7b235992e9cec79e177354a85a7e780cb9c21a5e701129c3de374a') + +prepare() { + cd $pkgname + + # Fix tribler path + sed -i 's|/opt/tribler|/usr/share/tribler|g'
[arch-commits] Commit in tribler/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 21:51:36 Author: ffy00 Revision: 398891 upgpkg: tribler 7.1.1-1 Modified: tribler/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 21:48:04 UTC (rev 398890) +++ PKGBUILD2018-10-24 21:51:36 UTC (rev 398891) @@ -2,7 +2,7 @@ pkgname=tribler _gitver=7.1.0 -pkgver=${_gitver//-/_} +pkgver=7.1.1 pkgrel=1 pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery' url='https://www.tribler.org/' @@ -18,7 +18,7 @@ provides=('python2-pyipv8') conflicts=('python2-pyipv8') source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.gz";) -sha512sums=('24c8323a88c315719bdada118d2d9f40e313d9911c2b1902eb9867906097a78fe2ee579d76fd433555c718b37d507826769d38ac3971947d00918dc46ce1') +sha512sums=('4d88dae426ec5016df4f4030d08e146f8907357762a65e149333521dccd40939712b5436be7b235992e9cec79e177354a85a7e780cb9c21a5e701129c3de374a') prepare() { cd $pkgname
[arch-commits] Commit in lutris/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 21:48:04 Author: ffy00 Revision: 398890 archrelease: copy trunk to community-any Added: lutris/repos/community-any/PKGBUILD (from rev 398889, lutris/trunk/PKGBUILD) Deleted: lutris/repos/community-any/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 21:47:59 UTC (rev 398889) +++ PKGBUILD2018-10-24 21:48:04 UTC (rev 398890) @@ -1,38 +0,0 @@ -# Maintainer: Filipe Laíns (FFY00) -# Contributor: Frederik “Freso” S. Olesen -# Contributor: Maxime Gauduin - -pkgname=lutris -pkgver=0.4.21 -pkgrel=1 -pkgdesc='Open Gaming Platform' -arch=('any') -url='https://lutris.net' -license=('GPL3') -depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unrar' 'unzip' 'p7zip' 'curl' 'xorg-xrandr') -makedepends=('python-setuptools') -checkdepends=('xorg-server-xvfb' 'xterm' 'python-nose-cover3' 'wine') -optdepends=('wine: Run windows games' -'wine-staging: Run windows games - Staging patches') -makedepends=('python-setuptools') -source=("$url/releases/${pkgname}_$pkgver.tar.xz") -sha512sums=('44cb887cf0be85a5682b709a6c88589307a478f942b7dc4bbabf91d8f7618c21450a20386994f0bc6c1b456af8aa8269073d5bf9889cc2e3ac18055925c0157b') - -build() { - cd $pkgname - - python setup.py build -} - -check() { - cd $pkgname - - xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml --with-coverage --cover-package=lutris --cover-xml-file=coverage.xml -} - -package() { - cd $pkgname - - python setup.py install --root="$pkgdir" --optimize=1 --skip-build -} - Copied: lutris/repos/community-any/PKGBUILD (from rev 398889, lutris/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 21:48:04 UTC (rev 398890) @@ -0,0 +1,38 @@ +# Maintainer: Filipe Laíns (FFY00) +# Contributor: Frederik “Freso” S. Olesen +# Contributor: Maxime Gauduin + +pkgname=lutris +pkgver=0.4.21.1 +pkgrel=1 +pkgdesc='Open Gaming Platform' +arch=('any') +url='https://lutris.net' +license=('GPL3') +depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unrar' 'unzip' 'p7zip' 'curl' 'xorg-xrandr') +makedepends=('python-setuptools') +checkdepends=('xorg-server-xvfb' 'xterm' 'python-nose-cover3' 'wine') +optdepends=('wine: Run windows games' +'wine-staging: Run windows games - Staging patches') +makedepends=('python-setuptools') +source=("$url/releases/${pkgname}_$pkgver.tar.xz") +sha512sums=('4fda42bec6b77fe0ba9c8d60b3ff1c8163d02a06405e78f233a23072deaeb9702ff689639d7611f7c6cd49fc9558ad74fc5728de82f236f83cc9a967d97f') + +build() { + cd $pkgname + + python setup.py build +} + +check() { + cd $pkgname + + xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml --with-coverage --cover-package=lutris --cover-xml-file=coverage.xml +} + +package() { + cd $pkgname + + python setup.py install --root="$pkgdir" --optimize=1 --skip-build +} +
[arch-commits] Commit in lutris/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 21:47:59 Author: ffy00 Revision: 398889 upgpkg: lutris 0.4.21.1-1 Modified: lutris/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 21:41:13 UTC (rev 39) +++ PKGBUILD2018-10-24 21:47:59 UTC (rev 398889) @@ -3,7 +3,7 @@ # Contributor: Maxime Gauduin pkgname=lutris -pkgver=0.4.21 +pkgver=0.4.21.1 pkgrel=1 pkgdesc='Open Gaming Platform' arch=('any') @@ -16,7 +16,7 @@ 'wine-staging: Run windows games - Staging patches') makedepends=('python-setuptools') source=("$url/releases/${pkgname}_$pkgver.tar.xz") -sha512sums=('44cb887cf0be85a5682b709a6c88589307a478f942b7dc4bbabf91d8f7618c21450a20386994f0bc6c1b456af8aa8269073d5bf9889cc2e3ac18055925c0157b') +sha512sums=('4fda42bec6b77fe0ba9c8d60b3ff1c8163d02a06405e78f233a23072deaeb9702ff689639d7611f7c6cd49fc9558ad74fc5728de82f236f83cc9a967d97f') build() { cd $pkgname
[arch-commits] Commit in pymol/repos/community-x86_64 (6 files)
Date: Wednesday, October 24, 2018 @ 21:41:13 Author: arcanis Revision: 39 archrelease: copy trunk to community-x86_64 Added: pymol/repos/community-x86_64/ChangeLog (from rev 398887, pymol/trunk/ChangeLog) pymol/repos/community-x86_64/PKGBUILD (from rev 398887, pymol/trunk/PKGBUILD) pymol/repos/community-x86_64/apbstools_tcltk8.6.patch (from rev 398887, pymol/trunk/apbstools_tcltk8.6.patch) Deleted: pymol/repos/community-x86_64/ChangeLog pymol/repos/community-x86_64/PKGBUILD pymol/repos/community-x86_64/apbstools_tcltk8.6.patch --+ ChangeLog| 116 PKGBUILD | 104 ++ apbstools_tcltk8.6.patch | 212 ++--- 3 files changed, 217 insertions(+), 215 deletions(-) Deleted: ChangeLog === --- ChangeLog 2018-10-24 21:40:53 UTC (rev 398887) +++ ChangeLog 2018-10-24 21:41:13 UTC (rev 39) @@ -1,56 +0,0 @@ -2.1.0-1: -* upstream update -* use python3 instead of python2 -* move pmw to optdep list - -1.8.6.2-1: -upstream update - -1.8.6.0-2: -rollback to python2 (see FS#53654) - -1.8.6.0-1: -* upstream update -* use python3 instead of python2 - -1.8.4.0-1: -upstream update - -1.8.2.1-2 -glew-2.0 rebuild - -1.8.2.1-1: -upstream update - -1.8.2.0-2: -drop install file, use pacman hooks instead - -1.8.2.0-1: -upstream update - -1.8.0.0.r4144-1: -upstream update - -1.8.0.0-1: -upstream update - -1.7.6.0-1: -upstream update - -1.7.4.0-2: -glew rebuild - -1.7.4.0-1: -upstream update - -1.7.2.1-2: -fix dep list - -1.7.2.1-1: -upstream update - -1.7.2.0-2: -glew rebuild - -1.7.2.0-1: -upstream update Copied: pymol/repos/community-x86_64/ChangeLog (from rev 398887, pymol/trunk/ChangeLog) === --- ChangeLog (rev 0) +++ ChangeLog 2018-10-24 21:41:13 UTC (rev 39) @@ -0,0 +1,60 @@ +2.2.0-1: +* upstream update +* use github sources + +2.1.0-1: +* upstream update +* use python3 instead of python2 +* move pmw to optdep list + +1.8.6.2-1: +upstream update + +1.8.6.0-2: +rollback to python2 (see FS#53654) + +1.8.6.0-1: +* upstream update +* use python3 instead of python2 + +1.8.4.0-1: +upstream update + +1.8.2.1-2 +glew-2.0 rebuild + +1.8.2.1-1: +upstream update + +1.8.2.0-2: +drop install file, use pacman hooks instead + +1.8.2.0-1: +upstream update + +1.8.0.0.r4144-1: +upstream update + +1.8.0.0-1: +upstream update + +1.7.6.0-1: +upstream update + +1.7.4.0-2: +glew rebuild + +1.7.4.0-1: +upstream update + +1.7.2.1-2: +fix dep list + +1.7.2.1-1: +upstream update + +1.7.2.0-2: +glew rebuild + +1.7.2.0-1: +upstream update Deleted: PKGBUILD === --- PKGBUILD2018-10-24 21:40:53 UTC (rev 398887) +++ PKGBUILD2018-10-24 21:41:13 UTC (rev 39) @@ -1,53 +0,0 @@ -# $Id$ -# Maintainer: Evgeniy Alekseev -# Contributor: graysky -# Contributor: Tomasz Żok - -pkgname=pymol -pkgver=2.1.0 -_majorver=2 -pkgrel=4 -pkgdesc="Molecular visualization system on an Open Source foundation" -arch=('x86_64') -url="http://pymol.org/"; -license=('custom') -depends=('freetype2' 'glew' 'glut' 'python-numpy' 'tcsh') -makedepends=('desktop-file-utils' 'gendesk' 'msgpack-c') -optdepends=('python-pmw: pmw based UI' -'python-pyqt5: Qt5 based UI') -source=("https://downloads.sourceforge.net/project/pymol/pymol/${_majorver}/pymol-v${pkgver}.tar.bz2"; -${pkgname}.png::"https://c.fsdn.com/allura/p/pymol/icon"; -"apbstools_tcltk8.6.patch") -sha512sums=('67175c0668a13826febcb73f7c62a43cfa03a7f86bb80113d52fb337e7d29008684c03163fc06338c4d68edd9246ffcf63aec1ee3110ae91c8a71ef24ab7b605' - '39917c1dc80cd6a59e8f6b3ea49a59491eaf23d14e32ac264f6d71f33007f686deb6a66e50e7f20ef9df5337038e3572b018633c361460d5ee0c1d8f0a8259d1' - '90fce6d3c4364cd775b44bdd9013a08f26392339bec40ecd749220b3d11391381f5b159734bdb2e2ac675fbc016a6a1b9c4cec2fa8c9c0226609a5f09b610b9c') -changelog=ChangeLog - -prepare() { - # create desktop file - gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \ - --name="PyMOL Molecular Graphics System" \ - --categories="Science;Chemistry" - - # suppress non-zero exit code that breaks makepkg - sed -i '/sys.exit/ s,2,0,' "${srcdir}/pymol/setup.py" - # fix FS#39526 - cd "${srcdir}/${pkgname}" - patch -p0 -i "${srcdir}/apbstools_tcltk8.6.patch" -} - -build() { - cd "${srcdir}/${pkgname}" - python setup.py build -} - -package() { - cd "${srcdir}/${pkgname}" - python setup.py install --prefix=/usr --root="${pkgdir}" - install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - install -Dm644 "${srcdir}/pymol.desktop" "${pkgdir}/usr/share/applications/pymol.desktop" - install -Dm644 "${srcdir}/pymol.png" "${pkgdir}/usr/share/pixmaps/pymol.png" -} - -# vim:set ts=2
[arch-commits] Commit in pymol/trunk (ChangeLog PKGBUILD)
Date: Wednesday, October 24, 2018 @ 21:40:53 Author: arcanis Revision: 398887 upgpkg: pymol 2.2.0-1 Modified: pymol/trunk/ChangeLog pymol/trunk/PKGBUILD ---+ ChangeLog |4 PKGBUILD | 19 +-- 2 files changed, 13 insertions(+), 10 deletions(-) Modified: ChangeLog === --- ChangeLog 2018-10-24 21:21:53 UTC (rev 398886) +++ ChangeLog 2018-10-24 21:40:53 UTC (rev 398887) @@ -1,3 +1,7 @@ +2.2.0-1: +* upstream update +* use github sources + 2.1.0-1: * upstream update * use python3 instead of python2 Modified: PKGBUILD === --- PKGBUILD2018-10-24 21:21:53 UTC (rev 398886) +++ PKGBUILD2018-10-24 21:40:53 UTC (rev 398887) @@ -3,21 +3,20 @@ # Contributor: Tomasz Żok pkgname=pymol -pkgver=2.1.0 -_majorver=2 -pkgrel=4 +pkgver=2.2.0 +pkgrel=1 pkgdesc="Molecular visualization system on an Open Source foundation" arch=('x86_64') url="http://pymol.org/"; license=('custom') -depends=('freetype2' 'glew' 'glut' 'python-numpy' 'tcsh') +depends=('freetype2' 'glew' 'glm' 'glut' 'python-numpy' 'tcsh') makedepends=('desktop-file-utils' 'gendesk' 'msgpack-c') optdepends=('python-pmw: pmw based UI' 'python-pyqt5: Qt5 based UI') -source=("https://downloads.sourceforge.net/project/pymol/pymol/${_majorver}/pymol-v${pkgver}.tar.bz2"; +source=("https://github.com/schrodinger/pymol-open-source/archive/v${pkgver}.tar.gz"; ${pkgname}.png::"https://c.fsdn.com/allura/p/pymol/icon"; "apbstools_tcltk8.6.patch") -sha512sums=('67175c0668a13826febcb73f7c62a43cfa03a7f86bb80113d52fb337e7d29008684c03163fc06338c4d68edd9246ffcf63aec1ee3110ae91c8a71ef24ab7b605' +sha512sums=('56776586276208d42cc4bd4c3cb7d6b9a08e7239186b8f398c75cb57f85e05ebf51aaa8cdec5672e56beeda26f1cd9d14c6de7fba1a741f9c8ec22c1292b9c63' '39917c1dc80cd6a59e8f6b3ea49a59491eaf23d14e32ac264f6d71f33007f686deb6a66e50e7f20ef9df5337038e3572b018633c361460d5ee0c1d8f0a8259d1' '90fce6d3c4364cd775b44bdd9013a08f26392339bec40ecd749220b3d11391381f5b159734bdb2e2ac675fbc016a6a1b9c4cec2fa8c9c0226609a5f09b610b9c') changelog=ChangeLog @@ -29,19 +28,19 @@ --categories="Science;Chemistry" # suppress non-zero exit code that breaks makepkg - sed -i '/sys.exit/ s,2,0,' "${srcdir}/pymol/setup.py" + sed -i '/sys.exit/ s,2,0,' "${srcdir}/${pkgname}-open-source-${pkgver}/setup.py" # fix FS#39526 - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-open-source-${pkgver}" patch -p0 -i "${srcdir}/apbstools_tcltk8.6.patch" } build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-open-source-${pkgver}" python setup.py build } package() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-open-source-${pkgver}" python setup.py install --prefix=/usr --root="${pkgdir}" install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -Dm644 "${srcdir}/pymol.desktop" "${pkgdir}/usr/share/applications/pymol.desktop"
[arch-commits] Commit in geogebra/repos/community-x86_64 (8 files)
Date: Wednesday, October 24, 2018 @ 21:21:53 Author: arcanis Revision: 398886 archrelease: copy trunk to community-x86_64 Added: geogebra/repos/community-x86_64/ChangeLog (from rev 398885, geogebra/trunk/ChangeLog) geogebra/repos/community-x86_64/PKGBUILD (from rev 398885, geogebra/trunk/PKGBUILD) geogebra/repos/community-x86_64/geogebra (from rev 398885, geogebra/trunk/geogebra) geogebra/repos/community-x86_64/geogebra-mime.xml (from rev 398885, geogebra/trunk/geogebra-mime.xml) Deleted: geogebra/repos/community-x86_64/ChangeLog geogebra/repos/community-x86_64/PKGBUILD geogebra/repos/community-x86_64/geogebra geogebra/repos/community-x86_64/geogebra-mime.xml ---+ ChangeLog | 266 ++-- PKGBUILD | 89 - geogebra |6 - geogebra-mime.xml | 54 +- 4 files changed, 207 insertions(+), 208 deletions(-) Deleted: ChangeLog === --- ChangeLog 2018-10-24 21:21:41 UTC (rev 398885) +++ ChangeLog 2018-10-24 21:21:53 UTC (rev 398886) @@ -1,133 +0,0 @@ -6.0.487.0-1: -upstream update - -6.0.472.0-1: -upstream update - -6.0.464.0-1: -upstream update - -6.0.451.0-1: -upstream update - -6.0.445.0-1: -upstream update - -6.0.432.0-1: -upstream update - -6.0.427.0-1: -* upstream update - -6.0.417.0-1: -* upstream update -* try to use electron app - -5.0.414.0-1: -* upstream update - -5.0.400.0-1: -* upstream update - -5.0.390.0-1: -* upstream update -* force java-8 (FS#55912) - -5.0.387.0-1: -upstream update - -5.0.382.0-1: -upstream update - -5.0.374.0-1: -* upstream update -* add mime xml (FS#54733) - -5.0.357.0-1: -upstream update - -5.0.344.0-1: -upstream update - -5.0.311.0-1: -upstream update - -5.0.299.0-1: -upstream update - -5.0.290.0-1: -upstream update - -5.0.286.0-1 -upstream update - -5.0.280.0-1: -upstream update - -5.0.274.0-1: -upstream update - -5.0.266.0-1: -upstream update - -5.0.260.0-1: -upstream update - -5.0.241.0-1: -upstream update - -5.0.231.0-1: -upstream update, move to pacman hooks - -5.0.230.0-1: -upstream update - -5.0.205.0-1: -upstream update - -5.0.202.0-1: -upstream update - -5.0.190.0-1: -upstream update - -5.0.185.0-1: -upstream update - -5.0.180.0-1: -upstream update - -5.0.170.0-1: -upstream update - -5.0.168.0-1: -upstream update - -5.0.166.0-1: -upstream update - -5.0.164.0-1: -upstream update - -5.0.161.0-1: -upstream update - -5.0.158.0-1: -upstream update - -5.0.150.0-1: -upstream update - -5.0.149.0-1: -upstream update - -5.0.146.0-1: -upstream update - -5.0.143.0-1: -upstream update - -5.0.129.0-1: -upstream update -put icon back - Copied: geogebra/repos/community-x86_64/ChangeLog (from rev 398885, geogebra/trunk/ChangeLog) === --- ChangeLog (rev 0) +++ ChangeLog 2018-10-24 21:21:53 UTC (rev 398886) @@ -0,0 +1,133 @@ +6.0.487.0-1: +upstream update + +6.0.472.0-1: +upstream update + +6.0.464.0-1: +upstream update + +6.0.451.0-1: +upstream update + +6.0.445.0-1: +upstream update + +6.0.432.0-1: +upstream update + +6.0.427.0-1: +* upstream update + +6.0.417.0-1: +* upstream update +* try to use electron app + +5.0.414.0-1: +* upstream update + +5.0.400.0-1: +* upstream update + +5.0.390.0-1: +* upstream update +* force java-8 (FS#55912) + +5.0.387.0-1: +upstream update + +5.0.382.0-1: +upstream update + +5.0.374.0-1: +* upstream update +* add mime xml (FS#54733) + +5.0.357.0-1: +upstream update + +5.0.344.0-1: +upstream update + +5.0.311.0-1: +upstream update + +5.0.299.0-1: +upstream update + +5.0.290.0-1: +upstream update + +5.0.286.0-1 +upstream update + +5.0.280.0-1: +upstream update + +5.0.274.0-1: +upstream update + +5.0.266.0-1: +upstream update + +5.0.260.0-1: +upstream update + +5.0.241.0-1: +upstream update + +5.0.231.0-1: +upstream update, move to pacman hooks + +5.0.230.0-1: +upstream update + +5.0.205.0-1: +upstream update + +5.0.202.0-1: +upstream update + +5.0.190.0-1: +upstream update + +5.0.185.0-1: +upstream update + +5.0.180.0-1: +upstream update + +5.0.170.0-1: +upstream update + +5.0.168.0-1: +upstream update + +5.0.166.0-1: +upstream update + +5.0.164.0-1: +upstream update + +5.0.161.0-1: +upstream update + +5.0.158.0-1: +upstream update + +5.0.150.0-1: +upstream update + +5.0.149.0-1: +upstream update + +5.0.146.0-1: +upstream update + +5.0.143.0-1: +upstream update + +5.0.129.0-1: +upstream update +put icon back + Deleted: PKGBUILD === --- PKGBUILD2018-10-24 21:21:41 UTC (rev 398885) +++ PKGBUILD2018-10-24 21:21:53 UTC (rev 398886) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Evgeniy Alekseev -# Contributor: Bartłomiej Piotrowski -# Contributor: Felipe Hommen -# Contributor: moostik - -pkgname=geogebra -pkgver=6.0.487.0 -pkgrel=1 -pkgdesc="Dynamic mathematics software wit
[arch-commits] Commit in geogebra/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 21:21:41 Author: arcanis Revision: 398885 upgpkg: geogebra 6.0.507.0-1 Modified: geogebra/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 21:16:54 UTC (rev 398884) +++ PKGBUILD2018-10-24 21:21:41 UTC (rev 398885) @@ -4,7 +4,7 @@ # Contributor: moostik pkgname=geogebra -pkgver=6.0.487.0 +pkgver=6.0.507.0 pkgrel=1 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and spreadsheet" arch=('x86_64') @@ -38,7 +38,7 @@ install -Dm644 "${srcdir}/geogebra-mime.xml" "${pkgdir}/usr/share/mime/packages/geogebra.xml" } -sha512sums=('658cf2dfe33c42a108073eb7d5ee62633ef42571c05315b3b66d14f2e45e04fd5168fe1af5712afc04a529d51fbc209a9b37e8fac955f75eb854cd64fe077b00' +sha512sums=('4159dda29797b0de050bd322842bd614a3d09b883daa58f094e4c492fdb5f13e6940c5ba5d1d39cce67eda9e6145b5f2838bd6b20b596efd6e67f72059e8486f' 'a946acb8867f497c68ce6f8fff8172da4a43a9ca118aafcc5ac414318fd52c4bc6ada387bdfa296f0ff2e1d7411ae345b61197b4adaa3f54299aab837647df55' '18176e1776593161fffbb433df41db7961440068941cf58eadd9a5c0e12f3de7c04cdc4bcdcefa7d312d2b3c1f9f92318ffac32762034df47f95a44391885a64' '415e73ff15524d5e81b05cf4c31241f4e21a4eedcef0a11e5af82423f9a7c2cbf632e9ee1e86b4cc60ebc566472462979a65cb7f3cfc9f94243fb545ac042a0f')
[arch-commits] Commit in eric-i18n/repos/community-any (4 files)
Date: Wednesday, October 24, 2018 @ 21:16:54 Author: arcanis Revision: 398884 archrelease: copy trunk to community-any Added: eric-i18n/repos/community-any/ChangeLog (from rev 398883, eric-i18n/trunk/ChangeLog) eric-i18n/repos/community-any/PKGBUILD (from rev 398883, eric-i18n/trunk/PKGBUILD) Deleted: eric-i18n/repos/community-any/ChangeLog eric-i18n/repos/community-any/PKGBUILD ---+ ChangeLog | 331 ++-- PKGBUILD | 95 - 2 files changed, 214 insertions(+), 212 deletions(-) Deleted: ChangeLog === --- ChangeLog 2018-10-24 21:16:43 UTC (rev 398883) +++ ChangeLog 2018-10-24 21:16:54 UTC (rev 398884) @@ -1,164 +0,0 @@ -18.08-1: -upstream update - -18.06-1: -upstream update - -18.05-1: -upstream update - -18.04-1: -upstream update - -18.03-1: -upstream update - -18.01-1: -* upstream update -* drop cs, fr, it pt, tr and zh_CN translations since they are no longer supported by upstream - -17.12-1: -upstream update - -17.11.1-1: -upstream update - -17.11-1: -upstream update - -17.10-1: -upstream update - -17.09-1: -upstream update - -17.08-1: -upstream update - -17.07-1: -upstream update - -17.06-1: -upstream update - -17.05-1: -upstream update - -17.04.1-1: -upstream update - -17.03.1-1: -upstream update - -17.03-1: -upstream update - -17.02-1: -* upstream update -* drop qt4 versions as soon as they depend on qtwebkit - -17.01-1: -upstream update - -16.12-1: -upstream update - -16.11-1: -upstream update - -6.1.11-1: -upstream update - -6.1.10-1: -upstream update - -6.1.9-1: -upstream update - -6.1.8-1: -upstream update - -6.1.7-1: -upstream update - -6.1.6-1: -upstream update - -6.1.5-2: -fix broken Qt4 translations - -6.1.5-1: -upstream update - -6.1.4-1: -upstream update - -6.1.3-1: -upstream update - -6.1.2-3: -* rename zh_CN package to zh_cn -* fix description - -6.1.2-2: -rebuild in clean chroot for .BUILDINFO - -6.1.2-1: -upstream update - -6.1.1-2: -fix FS#47677 - -6.1.1-1: -upstream update - -6.1.0-1: -upsream update - -6.0.11-1: -upstream update - -6.0.10-1: -upstream update - -6.0.9-1: -upstream update - -6.0.8-1: -upstream update - -6.0.7-1: -upstream update - -6.0.6-1: -upstream update - -6.0.5-1: -upstream update - -6.0.4-1: -upstream update - -6.0.3-1: -upstream update - -6.0.2-1: -upstream update - -6.0.0-1: -upstream update - -6.0.0-2: -rename qt4 packages to more pretty name - -6.0.0-1: -upstream update - -5.5.2-1: -upstream update - -5.5.1-1: -upstream update - -5.5.0-1: -upstream update. Create package Copied: eric-i18n/repos/community-any/ChangeLog (from rev 398883, eric-i18n/trunk/ChangeLog) === --- ChangeLog (rev 0) +++ ChangeLog 2018-10-24 21:16:54 UTC (rev 398884) @@ -0,0 +1,167 @@ +18.10-1: +upstream update + +18.08-1: +upstream update + +18.06-1: +upstream update + +18.05-1: +upstream update + +18.04-1: +upstream update + +18.03-1: +upstream update + +18.01-1: +* upstream update +* drop cs, fr, it pt, tr and zh_CN translations since they are no longer supported by upstream + +17.12-1: +upstream update + +17.11.1-1: +upstream update + +17.11-1: +upstream update + +17.10-1: +upstream update + +17.09-1: +upstream update + +17.08-1: +upstream update + +17.07-1: +upstream update + +17.06-1: +upstream update + +17.05-1: +upstream update + +17.04.1-1: +upstream update + +17.03.1-1: +upstream update + +17.03-1: +upstream update + +17.02-1: +* upstream update +* drop qt4 versions as soon as they depend on qtwebkit + +17.01-1: +upstream update + +16.12-1: +upstream update + +16.11-1: +upstream update + +6.1.11-1: +upstream update + +6.1.10-1: +upstream update + +6.1.9-1: +upstream update + +6.1.8-1: +upstream update + +6.1.7-1: +upstream update + +6.1.6-1: +upstream update + +6.1.5-2: +fix broken Qt4 translations + +6.1.5-1: +upstream update + +6.1.4-1: +upstream update + +6.1.3-1: +upstream update + +6.1.2-3: +* rename zh_CN package to zh_cn +* fix description + +6.1.2-2: +rebuild in clean chroot for .BUILDINFO + +6.1.2-1: +upstream update + +6.1.1-2: +fix FS#47677 + +6.1.1-1: +upstream update + +6.1.0-1: +upsream update + +6.0.11-1: +upstream update + +6.0.10-1: +upstream update + +6.0.9-1: +upstream update + +6.0.8-1: +upstream update + +6.0.7-1: +upstream update + +6.0.6-1: +upstream update + +6.0.5-1: +upstream update + +6.0.4-1: +upstream update + +6.0.3-1: +upstream update + +6.0.2-1: +upstream update + +6.0.0-1: +upstream update + +6.0.0-2: +rename qt4 packages to more pretty name + +6.0.0-1: +upstream update + +5.5.2-1: +upstream update + +5.5.1-1: +upstream update + +5.5.0-1: +upstream update. Create package Deleted: PKGBUILD === --- PKGBUILD2018-10-24 21:16:43 UTC (rev 398883) +++ PKGBUILD2018-10-24 21:16:54 UTC (rev 398884) @@ -1,48 +0,0 @@ -#
[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)
Date: Wednesday, October 24, 2018 @ 21:16:43 Author: arcanis Revision: 398883 upgpkg: eric-i18n 18.10-1 Modified: eric-i18n/trunk/ChangeLog eric-i18n/trunk/PKGBUILD ---+ ChangeLog |3 +++ PKGBUILD | 10 +- 2 files changed, 8 insertions(+), 5 deletions(-) Modified: ChangeLog === --- ChangeLog 2018-10-24 21:16:19 UTC (rev 398882) +++ ChangeLog 2018-10-24 21:16:43 UTC (rev 398883) @@ -1,3 +1,6 @@ +18.10-1: +upstream update + 18.08-1: upstream update Modified: PKGBUILD === --- PKGBUILD2018-10-24 21:16:19 UTC (rev 398882) +++ PKGBUILD2018-10-24 21:16:43 UTC (rev 398883) @@ -2,7 +2,7 @@ # Contributor: M0Rf30 pkgbase=eric-i18n -pkgver=18.08 +pkgver=18.10 pkgrel=1 pkgdesc="Language pack for the Eric IDE" arch=('any') @@ -41,7 +41,7 @@ "${pkgdir}/usr/share/qt/translations/eric6_${1}.qm" } -sha512sums=('d352fb9be9a882e68d1eb37564ba2d406448d3096b2cb28d7c3ff8b6c2524440161e863dd80a95906456c7747537f63664fb2dbdea044f6aea5513d5213713c3' - 'be3ea54c91ff203f5ae42775cfa9ab79c86f28675f5983709bf52de98122d7eb52eea202f33d67dc32320846b9704e815f0e41e40668e6e99ddc509f7fa473ba' - 'e65afaa52401d96624fd6b55c4fbb2f942ee4294e2d17ccd645b6217d816cd476fb1f6d1087bf85650d10399f8c87398bcd8ba7115525b0228f431ec6a79896b' - '13dd8c0a5ceadef1bd09e6c0b4439ac97dd917c440649dc540254b7898e019611e4e52068a4addefe60f8852d1abab4bb6efc7545a71873e6018b752d8756b7b') +sha512sums=('413420a726bce2c830c79ac7c24568fba803a3879df928ee2c1fb95e6594a545eb6b0aa06c8ef51f678be22ece115b9b01e28bc85367b171e4b55babc33bedf3' + '529fd5d2c4cac90ce9b70018c70f1793af8730bc1fbe8ef64d1368984c6758a541f27f0c8ee316c28404926dacba39dfc1a914693572ee1b96452d385c5e4015' + '28bf33207909ec4f3d3fe4ff8187924588d300aa5a5c112417e27da37e33371b55bed6e4f577c3576e7660e1163ef814381944e471b38ab3b6e29a5eb2cd3ef3' + 'c7bd8092d3354d524b0008128640f3ed3d7be742b4b6f1e60a6904a7f68421e2ddb854563acd20300b8b5ea9a44b8efb4e73b4b3de406b9ff07ce551257a41ac')
[arch-commits] Commit in eric/repos/community-any (6 files)
Date: Wednesday, October 24, 2018 @ 21:16:19 Author: arcanis Revision: 398882 archrelease: copy trunk to community-any Added: eric/repos/community-any/.contrib (from rev 398881, eric/trunk/.contrib) eric/repos/community-any/ChangeLog (from rev 398881, eric/trunk/ChangeLog) eric/repos/community-any/PKGBUILD (from rev 398881, eric/trunk/PKGBUILD) Deleted: eric/repos/community-any/.contrib eric/repos/community-any/ChangeLog eric/repos/community-any/PKGBUILD ---+ .contrib | 14 +- ChangeLog | 333 ++-- PKGBUILD | 173 +++ 3 files changed, 261 insertions(+), 259 deletions(-) Deleted: .contrib === --- .contrib2018-10-24 21:16:01 UTC (rev 398881) +++ .contrib2018-10-24 21:16:19 UTC (rev 398882) @@ -1,7 +0,0 @@ -This is a list of (past) contributors not already credited in the PKGBUILD: - -Eric Belanger -riai -Ben -Daniel J Griffiths -Felix Rohrbach Copied: eric/repos/community-any/.contrib (from rev 398881, eric/trunk/.contrib) === --- .contrib(rev 0) +++ .contrib2018-10-24 21:16:19 UTC (rev 398882) @@ -0,0 +1,7 @@ +This is a list of (past) contributors not already credited in the PKGBUILD: + +Eric Belanger +riai +Ben +Daniel J Griffiths +Felix Rohrbach Deleted: ChangeLog === --- ChangeLog 2018-10-24 21:16:01 UTC (rev 398881) +++ ChangeLog 2018-10-24 21:16:19 UTC (rev 398882) @@ -1,165 +0,0 @@ -18.08-1: -upstream update - -18.06-1: -upstream update - -18.05-1: -upstream update - -18.04-1: -upstream update - -18.03-1: -upstream update - -18.02-1: -upstream update - -18.01-1: -upstream update - -17.12-1: -upstream update - -17.11.1-1: -upstream update - -17.11-1: -upstream update - -17.10-1: -upstream update - -17.09-1: -upstream update - -17.08-1: -upstream update - -17.07-1: -upstream update - -17.06-1: -upstream update - -17.05-1: -upstream update - -17.04.1: -upstream update - -17.03.1: -upstream update - -17.03: -upstream update - -17.02-1: -* upstream update -* drop qt4 versions as soon as they depend on qtwebkit - -17.01-1: -upstream update - -16.12-1: -upstream update - -16.11-1: -upstream update - -6.1.11-1: -upstream update - -6.1.10-1: -upstream update - -6.1.9-1: -upstream update - -6.1.8-1: -upstream update - -6.1.7-1: -upstream update - -6.1.6-1: -upstream update - -6.1.5-1: -upstream update - -6.1.4-2: -drop install file, move to pacman hooks - -6.1.4-1: -upstream update - -6.1.3-1: -upstream update - -6.1.2-1: -upstream update - -6.1.1-1: -upstream update - -6.1.0-1: -upstream update - -6.0.11-1: -upstream update - -6.0.10-1: -upstream update - -6.0.9-2: -python3.5 rebuild - -6.0.9-1: -upstream update - -6.0.8-1: -upstream update - -6.0.7-1: -upstream update - -6.0.6-1: -upstream update - -6.0.5-1: -upstream update - -6.0.4-1: -upstream update - -6.0.3-1: -upstream update - -6.0.2-1: -upstream update - -6.0.1-2: -* fix FS#43573 -* fix API path - -6.0.1-1: -upstream update - -6.0.0-1: -* upstream update -* split to qt5 and qt4 packages - -5.5.2-1: -upstream update - -5.5.1-1: -upstream update - -5.5.0-1: -* upstream update -* create python2-eric package - -5.4.7-1: -upstream update. Create eric-common package Copied: eric/repos/community-any/ChangeLog (from rev 398881, eric/trunk/ChangeLog) === --- ChangeLog (rev 0) +++ ChangeLog 2018-10-24 21:16:19 UTC (rev 398882) @@ -0,0 +1,168 @@ +18.10-1: +upstream update + +18.08-1: +upstream update + +18.06-1: +upstream update + +18.05-1: +upstream update + +18.04-1: +upstream update + +18.03-1: +upstream update + +18.02-1: +upstream update + +18.01-1: +upstream update + +17.12-1: +upstream update + +17.11.1-1: +upstream update + +17.11-1: +upstream update + +17.10-1: +upstream update + +17.09-1: +upstream update + +17.08-1: +upstream update + +17.07-1: +upstream update + +17.06-1: +upstream update + +17.05-1: +upstream update + +17.04.1: +upstream update + +17.03.1: +upstream update + +17.03: +upstream update + +17.02-1: +* upstream update +* drop qt4 versions as soon as they depend on qtwebkit + +17.01-1: +upstream update + +16.12-1: +upstream update + +16.11-1: +upstream update + +6.1.11-1: +upstream update + +6.1.10-1: +upstream update + +6.1.9-1: +upstream update + +6.1.8-1: +upstream update + +6.1.7-1: +upstream update + +6.1.6-1: +upstream update + +6.1.5-1: +upstream update + +6.1.4-2: +drop install file, move to pacman hooks + +6.1.4-1: +upstream update + +6.1.3-1: +upstream update + +6.1.2-1: +upstream update + +6.1.1-1: +upstream update + +6.1.0-1: +upstream update + +6.0.11-1: +upstream update + +6.0.10-1: +upstream update + +6.0.9-2: +python3.5 rebuild + +6.0.9-1: +upstream update
[arch-commits] Commit in eric/trunk (ChangeLog PKGBUILD)
Date: Wednesday, October 24, 2018 @ 21:16:01 Author: arcanis Revision: 398881 upgpkg: eric 18.10-1 Modified: eric/trunk/ChangeLog eric/trunk/PKGBUILD ---+ ChangeLog |3 +++ PKGBUILD |4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) Modified: ChangeLog === --- ChangeLog 2018-10-24 20:01:32 UTC (rev 398880) +++ ChangeLog 2018-10-24 21:16:01 UTC (rev 398881) @@ -1,3 +1,6 @@ +18.10-1: +upstream update + 18.08-1: upstream update Modified: PKGBUILD === --- PKGBUILD2018-10-24 20:01:32 UTC (rev 398880) +++ PKGBUILD2018-10-24 21:16:01 UTC (rev 398881) @@ -5,7 +5,7 @@ pkgbase=eric pkgname=('eric-common' 'eric' 'python2-eric') -pkgver=18.08 +pkgver=18.10 pkgrel=1 pkgdesc="A full-featured Python and Ruby IDE in PyQt" arch=('any') @@ -14,7 +14,7 @@ depends=('python-qscintilla-qt5' 'python2-qscintilla-qt5' 'qt5-svg' 'qt5-webkit') source=("https://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz";) -sha512sums=('5c95ab51cf8b9ffb101702e21f44c37e4e51b0cef47e3d7743faaab070ea7618a9b6362a01935336c7f1bcd18e5ad728f39a41c3a46820c8dea8ab5e4d1c') +sha512sums=('f70e7476140434fb675de36c79f7b37143def19774fc500e28b59f46529b02e4b4e0a88e457a6c44c30632e1215060a931a0cb89986c69d4abf5b006dcb36210') changelog=ChangeLog prepare() {
[arch-commits] Commit in imagemagick6/repos/testing-x86_64 (6 files)
Date: Wednesday, October 24, 2018 @ 21:01:56 Author: arojas Revision: 337240 archrelease: copy trunk to testing-x86_64 Added: imagemagick6/repos/testing-x86_64/IM6-GS-policy.patch (from rev 337239, imagemagick6/trunk/IM6-GS-policy.patch) imagemagick6/repos/testing-x86_64/PKGBUILD (from rev 337239, imagemagick6/trunk/PKGBUILD) imagemagick6/repos/testing-x86_64/arch-fonts.diff (from rev 337239, imagemagick6/trunk/arch-fonts.diff) Deleted: imagemagick6/repos/testing-x86_64/IM6-GS-policy.patch imagemagick6/repos/testing-x86_64/PKGBUILD imagemagick6/repos/testing-x86_64/arch-fonts.diff -+ IM6-GS-policy.patch | 20 ++-- PKGBUILD| 248 +- arch-fonts.diff | 214 +-- 3 files changed, 241 insertions(+), 241 deletions(-) Deleted: IM6-GS-policy.patch === --- IM6-GS-policy.patch 2018-10-24 21:01:32 UTC (rev 337239) +++ IM6-GS-policy.patch 2018-10-24 21:01:56 UTC (rev 337240) @@ -1,10 +0,0 @@ ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 15:13:51.713995553 + -+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 + -@@ -68,6 +68,7 @@ - - - -+ - - - Copied: imagemagick6/repos/testing-x86_64/IM6-GS-policy.patch (from rev 337239, imagemagick6/trunk/IM6-GS-policy.patch) === --- IM6-GS-policy.patch (rev 0) +++ IM6-GS-policy.patch 2018-10-24 21:01:56 UTC (rev 337240) @@ -0,0 +1,10 @@ +--- ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 15:13:51.713995553 + ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 + +@@ -68,6 +68,7 @@ + + + ++ + + + Deleted: PKGBUILD === --- PKGBUILD2018-10-24 21:01:32 UTC (rev 337239) +++ PKGBUILD2018-10-24 21:01:56 UTC (rev 337240) @@ -1,124 +0,0 @@ -# Maintainer: Eric Bélanger - -pkgbase=imagemagick6 -pkgname=(libmagick6 imagemagick6) -pkgver=6.9.10.13 -pkgrel=2 -pkgdesc="An image viewing/manipulation program (version 6)" -url="https://legacy.imagemagick.org/"; -arch=(x86_64) -license=(custom) -depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng) -makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw opencl-headers libwebp - chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit) -checkdepends=(gsfonts ttf-dejavu) -_relname=ImageMagick-${pkgver%%.*} -_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.} -source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc} -arch-fonts.diff IM6-GS-policy.patch) -sha256sums=('20f4e224c0546aeb910df0adeb156a94a4c9bfb8ca4df2a805d88274818b0910' -'SKIP' -'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73' -'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6') -validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae - -prepare() { - mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share - - cd $_tarname - - # Fix up typemaps to match our packages, where possible - patch -Np1 -i ../arch-fonts.diff - - # Workaround ghostscript security issues https://bugs.archlinux.org/task/59778 - patch -p1 -i ../IM6-GS-policy.patch - - # Don't run auto(re)conf; assumes use of git -} - -build() { - cd $_tarname - ./configure \ -PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig pkg-config" \ ---prefix=/usr \ ---sysconfdir=/etc \ ---with-dejavu-font-dir=/usr/share/fonts/TTF \ ---with-gs-font-dir=/usr/share/fonts/gsfonts \ -PSDelegate=/usr/bin/gs \ -XPSDelegate=/usr/bin/gxps \ -PCLDelegate=/usr/bin/gpcl6 \ ---enable-hdri \ ---enable-opencl \ ---with-gslib \ ---with-lqr \ ---with-modules \ ---with-openexr \ ---with-openjp2 \ ---with-perl \ ---with-perl-options=INSTALLDIRS=vendor \ ---with-rsvg \ ---with-webp \ ---with-wmf \ ---with-xml \ ---without-autotrace \ ---without-djvu \ ---without-dps \ ---without-fftw \ ---without-fpx \ ---without-gcc-arch \ ---without-gvc - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -check() ( - cd $_tarname - ulimit -n 4096 - sed -e '/validate-formats/d' -i Makefile # these fail due to the security patch - make check || : -) - -package_libmagick6() { - pkgdesc="${pkgdesc/)/; library)}" - optdepends=('ghostscript: PS/PDF support' - 'libheif: HEIF support' - 'libraw: DNG support' - 'librsvg: SVG support' - 'libwebp: WEBP support' - 'libwmf: WMF support' - 'libxml2: Magick Scripting Language' - 'ocl-icd: OpenCL support' -
[arch-commits] Commit in imagemagick6/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 21:01:32 Author: arojas Revision: 337239 Update to 6.9.10.14 Modified: imagemagick6/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 20:38:06 UTC (rev 337238) +++ PKGBUILD2018-10-24 21:01:32 UTC (rev 337239) @@ -2,8 +2,8 @@ pkgbase=imagemagick6 pkgname=(libmagick6 imagemagick6) -pkgver=6.9.10.13 -pkgrel=2 +pkgver=6.9.10.14 +pkgrel=1 pkgdesc="An image viewing/manipulation program (version 6)" url="https://legacy.imagemagick.org/"; arch=(x86_64) @@ -16,7 +16,7 @@ _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.} source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc} arch-fonts.diff IM6-GS-policy.patch) -sha256sums=('20f4e224c0546aeb910df0adeb156a94a4c9bfb8ca4df2a805d88274818b0910' +sha256sums=('d123d4ad4e5bf72c51a6f528a2dbbbd4bf4249f25b36045017c9c634db968e6d' 'SKIP' 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73' 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
[arch-commits] Commit in imagemagick/repos/testing-x86_64 (6 files)
Date: Wednesday, October 24, 2018 @ 20:38:06 Author: arojas Revision: 337238 archrelease: copy trunk to testing-x86_64 Added: imagemagick/repos/testing-x86_64/IM7-GS-policy.patch (from rev 337237, imagemagick/trunk/IM7-GS-policy.patch) imagemagick/repos/testing-x86_64/PKGBUILD (from rev 337237, imagemagick/trunk/PKGBUILD) imagemagick/repos/testing-x86_64/arch-fonts.diff (from rev 337237, imagemagick/trunk/arch-fonts.diff) Deleted: imagemagick/repos/testing-x86_64/IM7-GS-policy.patch imagemagick/repos/testing-x86_64/PKGBUILD imagemagick/repos/testing-x86_64/arch-fonts.diff -+ IM7-GS-policy.patch | 20 +-- PKGBUILD| 270 +- arch-fonts.diff | 214 +++ 3 files changed, 252 insertions(+), 252 deletions(-) Deleted: IM7-GS-policy.patch === --- IM7-GS-policy.patch 2018-10-24 20:37:26 UTC (rev 337237) +++ IM7-GS-policy.patch 2018-10-24 20:38:06 UTC (rev 337238) @@ -1,10 +0,0 @@ ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 15:13:51.713995553 + -+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 + -@@ -68,6 +68,7 @@ - - - -+ - - - Copied: imagemagick/repos/testing-x86_64/IM7-GS-policy.patch (from rev 337237, imagemagick/trunk/IM7-GS-policy.patch) === --- IM7-GS-policy.patch (rev 0) +++ IM7-GS-policy.patch 2018-10-24 20:38:06 UTC (rev 337238) @@ -0,0 +1,10 @@ +--- ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 15:13:51.713995553 + ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 + +@@ -68,6 +68,7 @@ + + + ++ + + + Deleted: PKGBUILD === --- PKGBUILD2018-10-24 20:37:26 UTC (rev 337237) +++ PKGBUILD2018-10-24 20:38:06 UTC (rev 337238) @@ -1,135 +0,0 @@ -# Maintainer: Eric Bélanger - -pkgbase=imagemagick -pkgname=(libmagick imagemagick imagemagick-doc) -pkgver=7.0.8.13 -pkgrel=2 -pkgdesc="An image viewing/manipulation program" -url="https://www.imagemagick.org/"; -arch=(x86_64) -license=(custom) -depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2) -makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw opencl-headers libwebp - chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit) -checkdepends=(gsfonts ttf-dejavu) -_relname=ImageMagick-${pkgver%%.*} -_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.} -source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc} -arch-fonts.diff IM7-GS-policy.patch) -sha256sums=('1543ad705ef45cf490de8e8db913e13b1e7baea057036db69feb475467d66873' -'SKIP' -'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73' -'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6') -validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae - -shopt -s extglob - -prepare() { - mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share - - cd $_tarname - - # Fix up typemaps to match our packages, where possible - patch -p1 -i ../arch-fonts.diff - - # Work around ghostscript security issues https://bugs.archlinux.org/task/59778 - patch -p1 -i ../IM7-GS-policy.patch -} - -build() { - cd $_tarname - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---with-dejavu-font-dir=/usr/share/fonts/TTF \ ---with-gs-font-dir=/usr/share/fonts/gsfonts \ -PSDelegate=/usr/bin/gs \ -XPSDelegate=/usr/bin/gxps \ -PCLDelegate=/usr/bin/gpcl6 \ ---enable-hdri \ ---enable-opencl \ ---with-gslib \ ---with-lqr \ ---with-modules \ ---with-openexr \ ---with-openjp2 \ ---with-perl \ ---with-perl-options=INSTALLDIRS=vendor \ ---with-rsvg \ ---with-webp \ ---with-wmf \ ---with-xml \ ---without-autotrace \ ---without-djvu \ ---without-dps \ ---without-fftw \ ---without-fpx \ ---without-gcc-arch \ ---without-gvc - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -check() ( - cd $_tarname - ulimit -n 4096 - sed -e '/validate-formats/d' -i Makefile # these fail due to the security patch - make check -) - -package_libmagick() { - pkgdesc+=" (library)" - optdepends=('ghostscript: PS/PDF support' - 'libheif: HEIF support' - 'libraw: DNG support' - 'librsvg: SVG support' - 'libwebp: WEBP support' - 'libwmf: WMF support' - 'libxml2: Magick Scripting Language' - 'ocl-icd: OpenCL support' - 'openexr: OpenEXR support' - 'openjpeg2: JPEG2000 support' - 'pango: Text rendering') - backup=(etc/$_relnam
[arch-commits] Commit in imagemagick/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 20:37:26 Author: arojas Revision: 337237 Update to 7.0.8.14 Modified: imagemagick/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:47:50 UTC (rev 337236) +++ PKGBUILD2018-10-24 20:37:26 UTC (rev 337237) @@ -2,8 +2,8 @@ pkgbase=imagemagick pkgname=(libmagick imagemagick imagemagick-doc) -pkgver=7.0.8.13 -pkgrel=2 +pkgver=7.0.8.14 +pkgrel=1 pkgdesc="An image viewing/manipulation program" url="https://www.imagemagick.org/"; arch=(x86_64) @@ -16,7 +16,7 @@ _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.} source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc} arch-fonts.diff IM7-GS-policy.patch) -sha256sums=('1543ad705ef45cf490de8e8db913e13b1e7baea057036db69feb475467d66873' +sha256sums=('70c3d8c800cfd0282c0e0d9930b83f472f9593a882adc77532aa82c0d7ca0bb1' 'SKIP' 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73' 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
[arch-commits] Commit in brotli/repos (2 files)
Date: Wednesday, October 24, 2018 @ 20:01:32 Author: felixonmars Revision: 398880 archrelease: copy trunk to community-testing-x86_64 Added: brotli/repos/community-testing-x86_64/ brotli/repos/community-testing-x86_64/PKGBUILD (from rev 398879, brotli/trunk/PKGBUILD) --+ PKGBUILD | 75 + 1 file changed, 75 insertions(+) Copied: brotli/repos/community-testing-x86_64/PKGBUILD (from rev 398879, brotli/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2018-10-24 20:01:32 UTC (rev 398880) @@ -0,0 +1,75 @@ +# Maintainer: Felix Yan +# Contributor: Lex Black +# Contributor: TingPing +# Contributor: Guillaume Horel + +pkgbase=brotli +pkgname=('brotli' 'python-brotli' 'python2-brotli' 'brotli-testdata') +pkgver=1.0.7 +pkgrel=1 +pkgdesc='Brotli compression library' +arch=('x86_64') +license=('MIT') +url='https://github.com/google/brotli' +depends=('gcc-libs') +makedepends=('cmake' 'python-setuptools' 'python2-setuptools') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/$pkgbase/archive/v$pkgver.tar.gz";) +sha512sums=('a82362aa36d2f2094bca0b2808d9de0d57291fb3a4c29d7c0ca0a37e73087ec5ac4df299c8c363e61106fccf2fe7f58b5cf76eb97729e2696058ef43b1d3930a') + +prepare() { + cp -a brotli-$pkgver{,-py2} + mkdir -p build +} + +build() { + cd "$srcdir"/brotli-$pkgver + python setup.py build + + cd "$srcdir"/brotli-$pkgver-py2 + python2 setup.py build + + cd "$srcdir"/build + cmake ../brotli-$pkgver -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="/usr/lib" + make +} + +check() { + cd brotli-$pkgver + make test + python setup.py test + cd "$srcdir"/brotli-$pkgver-py2 + python2 setup.py test +} + +package_brotli() { + cd build + make DESTDIR="$pkgdir" install + install -D -m644 "$srcdir"/brotli-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_python-brotli() { + depends=('python') + + cd brotli-$pkgver + + python setup.py install --skip-build -O1 --root="$pkgdir" + install -D -m644 "$srcdir"/brotli-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-brotli() { + depends=('python2') + + cd brotli-$pkgver-py2 + + python2 setup.py install --skip-build -O1 --root="$pkgdir" + install -D -m644 "$srcdir"/brotli-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_brotli-testdata() { + depends=() + + cd brotli-$pkgver + install -dm755 "$pkgdir"/usr/share/brotli + cp -a tests/testdata "$pkgdir"/usr/share/brotli/ + install -D -m644 "$srcdir"/brotli-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in brotli/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 20:00:58 Author: felixonmars Revision: 398879 upgpkg: brotli 1.0.7-1 Modified: brotli/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:46:15 UTC (rev 398878) +++ PKGBUILD2018-10-24 20:00:58 UTC (rev 398879) @@ -5,7 +5,7 @@ pkgbase=brotli pkgname=('brotli' 'python-brotli' 'python2-brotli' 'brotli-testdata') -pkgver=1.0.6 +pkgver=1.0.7 pkgrel=1 pkgdesc='Brotli compression library' arch=('x86_64') @@ -14,7 +14,7 @@ depends=('gcc-libs') makedepends=('cmake' 'python-setuptools' 'python2-setuptools') source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/$pkgbase/archive/v$pkgver.tar.gz";) -sha512sums=('b9847375471de3ae815ef4bb45a29653c343fad0a891a79d5132fcdee34c85caafd82289c8b413c3ef609049f2e8c4af9f9abd1736a2408ba44544c5fefc0010') +sha512sums=('a82362aa36d2f2094bca0b2808d9de0d57291fb3a4c29d7c0ca0a37e73087ec5ac4df299c8c363e61106fccf2fe7f58b5cf76eb97729e2696058ef43b1d3930a') prepare() { cp -a brotli-$pkgver{,-py2}
[arch-commits] Commit in python-prometheus_client/repos (3 files)
Date: Wednesday, October 24, 2018 @ 18:47:50 Author: demize Revision: 337236 db-move: moved python-prometheus_client from [testing] to [extra] (any) Added: python-prometheus_client/repos/extra-any/PKGBUILD (from rev 337235, python-prometheus_client/repos/testing-any/PKGBUILD) Deleted: python-prometheus_client/repos/extra-any/PKGBUILD python-prometheus_client/repos/testing-any/ + /PKGBUILD | 51 +++ extra-any/PKGBUILD | 51 --- 2 files changed, 51 insertions(+), 51 deletions(-) Deleted: extra-any/PKGBUILD === --- extra-any/PKGBUILD 2018-10-24 18:01:56 UTC (rev 337235) +++ extra-any/PKGBUILD 2018-10-24 18:47:50 UTC (rev 337236) @@ -1,51 +0,0 @@ -# Maintainer: Johannes Löthberg - -pkgname=(python-prometheus_client python2-prometheus_client) -pkgver=0.2.0 -pkgrel=2 - -pkgdesc="Prometheus instrumentation library for Python applications" -url="https://github.com/prometheus/client_python"; -arch=('any') -license=('APACHE') - -makedepends=('python' 'python-setuptools' - 'python2' 'python2-setuptools') -checkdepends=('python-twisted' 'python2-twisted') - -source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz) -sha512sums=('7336d8294ef91dfebe91f325a882105cdaf947de212bff651d1c3ebfc139d9045b7f637ea44b18e921a9f2ad9af554aee28587e57b1202b5a30c49b1a765ba4c') - -prepare() { - cp -r client_python-$pkgver client_python-$pkgver-py2 -} - -build() { - cd client_python-$pkgver - python setup.py build - - cd "$srcdir"/client_python-$pkgver-py2 - python2 setup.py build -} - -check() { - cd client_python-$pkgver - python setup.py test - - cd "$srcdir"/client_python-$pkgver-py2 - python2 setup.py test -} - -package_python-prometheus_client() { - depends=('python') - - cd client_python-$pkgver - python setup.py install --root="$pkgdir" --skip-build --optimize=1 -} - -package_python2-prometheus_client() { - depends=('python2') - - cd client_python-$pkgver - python2 setup.py install --root="$pkgdir" --skip-build --optimize=1 -} Copied: python-prometheus_client/repos/extra-any/PKGBUILD (from rev 337235, python-prometheus_client/repos/testing-any/PKGBUILD) === --- extra-any/PKGBUILD (rev 0) +++ extra-any/PKGBUILD 2018-10-24 18:47:50 UTC (rev 337236) @@ -0,0 +1,51 @@ +# Maintainer: Johannes Löthberg + +pkgname=(python-prometheus_client python2-prometheus_client) +pkgver=0.4.2 +pkgrel=1 + +pkgdesc="Prometheus instrumentation library for Python applications" +url="https://github.com/prometheus/client_python"; +arch=('any') +license=('APACHE') + +makedepends=('python' 'python-setuptools' + 'python2' 'python2-setuptools') +checkdepends=('python-twisted' 'python2-twisted' 'python2-futures') + +source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz) +sha512sums=('5e0fee9f9fb4376dcf2959e8285b57a9156d3cf8b9d9118c7b95d2ff63f4dd925bc8cea817bf2fc1ba660e6f5c6dd8f4cf494125cf2a3673443abe0f3a4657c4') + +prepare() { + cp -r client_python-$pkgver client_python-$pkgver-py2 +} + +build() { + cd client_python-$pkgver + python setup.py build + + cd "$srcdir"/client_python-$pkgver-py2 + python2 setup.py build +} + +check() { + cd client_python-$pkgver + python setup.py test + + cd "$srcdir"/client_python-$pkgver-py2 + python2 setup.py test +} + +package_python-prometheus_client() { + depends=('python') + + cd client_python-$pkgver + python setup.py install --root="$pkgdir" --skip-build --optimize=1 +} + +package_python2-prometheus_client() { + depends=('python2') + + cd client_python-$pkgver + python2 setup.py install --root="$pkgdir" --skip-build --optimize=1 +}
[arch-commits] Commit in python-bleach/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:46:15 Author: demize Revision: 398878 archrelease: copy trunk to community-any Added: python-bleach/repos/community-any/PKGBUILD (from rev 398877, python-bleach/trunk/PKGBUILD) Deleted: python-bleach/repos/community-any/PKGBUILD --+ PKGBUILD | 110 +++-- 1 file changed, 57 insertions(+), 53 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 18:46:11 UTC (rev 398877) +++ PKGBUILD2018-10-24 18:46:15 UTC (rev 398878) @@ -1,53 +0,0 @@ -# Maintainer: Johannes Löthberg - -pkgbase=python-bleach -pkgname=(python-bleach python2-bleach) -pkgver=3.0.2 -pkgrel=1 - -pkgdesc="An easy whitelist-based HTML-sanitizing tool" -url="https://pypi.org/project/bleach/"; -arch=('any') -license=('Apache') -makedepends=('python' - 'python-setuptools' - 'python2' - 'python2-setuptools') -checkdepends=('python-pytest' - 'python-webencodings' - 'python2-pytest' - 'python2-webencodings') - -source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz) - -sha256sums=('48d39675b80a75f6d1c3bdbffec791cf0bbbab665cf01e20da701c77de278718') - -prepare() { - cp -a bleach-$pkgver{,-python2} -} - -build() { - cd "$srcdir"/bleach-$pkgver - python setup.py build - - cd "$srcdir"/bleach-$pkgver-python2 - python2 setup.py build -} - -check() { - cd "$srcdir"/bleach-$pkgver - python -m pytest - - cd "$srcdir"/bleach-$pkgver-python2 - python2 -m pytest -} - -package_python-bleach() { - cd "$srcdir"/bleach-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-bleach() { - cd "$srcdir"/bleach-$pkgver-python2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-bleach/repos/community-any/PKGBUILD (from rev 398877, python-bleach/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 18:46:15 UTC (rev 398878) @@ -0,0 +1,57 @@ +# Maintainer: Johannes Löthberg + +pkgbase=python-bleach +pkgname=(python-bleach python2-bleach) +pkgver=3.0.2 +pkgrel=2 + +pkgdesc="An easy whitelist-based HTML-sanitizing tool" +url="https://pypi.org/project/bleach/"; +arch=('any') +license=('Apache') +makedepends=('python' + 'python-setuptools' + 'python2' + 'python2-setuptools') +checkdepends=('python-pytest' + 'python-webencodings' + 'python2-pytest' + 'python2-webencodings') + +source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz) + +sha256sums=('48d39675b80a75f6d1c3bdbffec791cf0bbbab665cf01e20da701c77de278718') + +prepare() { + cp -a bleach-$pkgver{,-python2} +} + +build() { + cd "$srcdir"/bleach-$pkgver + python setup.py build + + cd "$srcdir"/bleach-$pkgver-python2 + python2 setup.py build +} + +check() { + cd "$srcdir"/bleach-$pkgver + python -m pytest + + cd "$srcdir"/bleach-$pkgver-python2 + python2 -m pytest +} + +package_python-bleach() { + depends=('python-webencodings') + + cd "$srcdir"/bleach-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +} + +package_python2-bleach() { + depends=('python2-webencodings') + + cd "$srcdir"/bleach-$pkgver-python2 + python2 setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-bleach/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:46:11 Author: demize Revision: 398877 upgpkg: python-bleach 3.0.2-2 Modified: python-bleach/trunk/PKGBUILD --+ PKGBUILD |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:43:53 UTC (rev 398876) +++ PKGBUILD2018-10-24 18:46:11 UTC (rev 398877) @@ -3,7 +3,7 @@ pkgbase=python-bleach pkgname=(python-bleach python2-bleach) pkgver=3.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="An easy whitelist-based HTML-sanitizing tool" url="https://pypi.org/project/bleach/"; @@ -43,11 +43,15 @@ } package_python-bleach() { + depends=('python-webencodings') + cd "$srcdir"/bleach-$pkgver python setup.py install --root="$pkgdir" --optimize=1 } package_python2-bleach() { + depends=('python2-webencodings') + cd "$srcdir"/bleach-$pkgver-python2 python2 setup.py install --root="$pkgdir" --optimize=1 }
[arch-commits] Commit in python-novaclient/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:43:31 Author: felixonmars Revision: 398875 upgpkg: python-novaclient 11.1.0-1 Modified: python-novaclient/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:42:30 UTC (rev 398874) +++ PKGBUILD2018-10-24 18:43:31 UTC (rev 398875) @@ -3,7 +3,7 @@ pkgbase=python-novaclient pkgname=(python-novaclient python2-novaclient) -pkgver=11.0.0 +pkgver=11.1.0 pkgrel=1 pkgdesc="Client library for OpenStack Compute API" arch=('any') @@ -17,7 +17,7 @@ checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock' 'python-ddt' 'python2-ddt') source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz";) -sha512sums=('c9a7703d071935f26a251d8c4266b7e16be69416ec2a07bd3158e2956f5c9c472ae974ea1ea044b331c24623baf360bb84261ad5aa1d55122602743c99306ee1') +sha512sums=('dca06ef25c1a0753453533cf6f834c693ec96420ea5644ee5165bd228c6a7805e0457db13efe40069893ccb8accc82ba7651f3b2b5d2bf166820d82352b3f904') export PBR_VERSION=$pkgver
[arch-commits] Commit in python-novaclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:43:53 Author: felixonmars Revision: 398876 archrelease: copy trunk to community-any Added: python-novaclient/repos/community-any/PKGBUILD (from rev 398875, python-novaclient/trunk/PKGBUILD) Deleted: python-novaclient/repos/community-any/PKGBUILD --+ PKGBUILD | 131 ++--- 1 file changed, 65 insertions(+), 66 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 18:43:31 UTC (rev 398875) +++ PKGBUILD2018-10-24 18:43:53 UTC (rev 398876) @@ -1,66 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-novaclient -pkgname=(python-novaclient python2-novaclient) -pkgver=11.0.0 -pkgrel=1 -pkgdesc="Client library for OpenStack Compute API" -arch=('any') -url="https://docs.openstack.org/python-novaclient/latest/"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-babel' - 'python2-babel' 'python-prettytable' 'python2-prettytable' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-requests' 'python2-requests' 'python-iso8601' - 'python2-iso8601' 'python-oslo-utils' 'python2-oslo-utils' 'python-oslo-i18n' - 'python2-oslo-i18n' 'python-oslo-serialization' 'python2-oslo-serialization') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock' - 'python-ddt' 'python2-ddt') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz";) -sha512sums=('c9a7703d071935f26a251d8c4266b7e16be69416ec2a07bd3158e2956f5c9c472ae974ea1ea044b331c24623baf360bb84261ad5aa1d55122602743c99306ee1') - -export PBR_VERSION=$pkgver - -prepare() { - sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt - cp -a python-novaclient-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/python-novaclient-$pkgver - python setup.py build - - cd "$srcdir"/python-novaclient-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-novaclient-$pkgver - stestr run || warning "Tests failed" - - cd "$srcdir"/python-novaclient-$pkgver-py2 - PYTHON=python2 stestr2 run || warning "Tests failed" -} - -package_python-novaclient() { - depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 'python-keystoneauth1' - 'python-requests' 'python-iso8601' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization') - - cd "$srcdir"/python-novaclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-novaclient() { - depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 'python2-keystoneauth1' - 'python2-requests' 'python2-iso8601' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization') - - cd "$srcdir"/python-novaclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 - - mv "$pkgdir"/usr/bin/nova{,2} -} - -# vim:set ts=2 sw=2 et: Copied: python-novaclient/repos/community-any/PKGBUILD (from rev 398875, python-novaclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 18:43:53 UTC (rev 398876) @@ -0,0 +1,65 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-novaclient +pkgname=(python-novaclient python2-novaclient) +pkgver=11.1.0 +pkgrel=1 +pkgdesc="Client library for OpenStack Compute API" +arch=('any') +url="https://docs.openstack.org/python-novaclient/latest/"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-babel' + 'python2-babel' 'python-prettytable' 'python2-prettytable' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-requests' 'python2-requests' 'python-iso8601' + 'python2-iso8601' 'python-oslo-utils' 'python2-oslo-utils' 'python-oslo-i18n' + 'python2-oslo-i18n' 'python-oslo-serialization' 'python2-oslo-serialization') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock' + 'python-ddt' 'python2-ddt') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz";) +sha512sums=('dca06ef25c1a0753453533cf6f834c693ec96420ea5644ee5165bd228c6a7805e0457db13efe40069893ccb8accc82ba7651f3b2b5d2bf166820d82352b3f904') + +export PBR_VERSION=$pkgver + +prepare() { + sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt + cp -a python-novaclient-$pkgver{,-py2} +} + +build() { + cd "$srcdir"/python-novaclient-$pkgver + python setup.py build + + cd "$srcdir"/python-novaclient-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/python-novaclient-$pk
[arch-commits] Commit in salt/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:42:26 Author: demize Revision: 398873 upgpkg: salt 2018.3.3-1 Modified: salt/trunk/PKGBUILD --+ PKGBUILD | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:29:16 UTC (rev 398872) +++ PKGBUILD2018-10-24 18:42:26 UTC (rev 398873) @@ -4,8 +4,8 @@ # Contributor: Christer Edwards pkgname=salt -pkgver=2018.3.2 -pkgrel=3 +pkgver=2018.3.3 +pkgrel=1 pkgdesc='Central system and configuration manager' arch=('any') @@ -33,16 +33,9 @@ 'etc/salt/minion') install=salt.install -source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz"; - https://github.com/saltstack/salt/commit/736b382e913e46bce69940350e32d530f7560dac.patch) -md5sums=('6de86799b65ca4cc0305f5f1d61bc524' - '693cfe46003ecfd0bbd9aefea49935c2') +source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";) +md5sums=('13ba421e4bea1f33617b30b1116a9d32') -prepare() { - cd salt-$pkgver - patch -p1 <"$srcdir"/736b382e913e46bce69940350e32d530f7560dac.patch -} - package() { cd salt-$pkgver python2 setup.py clean
[arch-commits] Commit in salt/repos/community-any (4 files)
Date: Wednesday, October 24, 2018 @ 18:42:30 Author: demize Revision: 398874 archrelease: copy trunk to community-any Added: salt/repos/community-any/PKGBUILD (from rev 398873, salt/trunk/PKGBUILD) salt/repos/community-any/salt.install (from rev 398873, salt/trunk/salt.install) Deleted: salt/repos/community-any/PKGBUILD salt/repos/community-any/salt.install --+ PKGBUILD | 119 ++--- salt.install | 44 ++--- 2 files changed, 78 insertions(+), 85 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 18:42:26 UTC (rev 398873) +++ PKGBUILD2018-10-24 18:42:30 UTC (rev 398874) @@ -1,63 +0,0 @@ -# Maintainer: Johannes Löthberg -# Contributor: Sébastien Luttringer -# Contributor: Daniel Wallace -# Contributor: Christer Edwards - -pkgname=salt -pkgver=2018.3.2 -pkgrel=3 - -pkgdesc='Central system and configuration manager' -arch=('any') -url='http://saltstack.org/' -license=('Apache') - -replaces=('salt-zmq' 'salt-raet') -conflicts=('salt-zmq' 'salt-raet') - -depends=('python2-jinja' - 'python2-msgpack' - 'python2-yaml' - 'python2-markupsafe' - 'python2-requests' - 'python2-pyzmq' - 'python2-crypto' - 'python2-m2crypto' - 'python2-systemd' - 'python2-tornado' - 'python2-futures') -optdepends=('dmidecode: decode SMBIOS/DMI tables' -'python2-pygit2: gitfs support') - -backup=('etc/salt/master' -'etc/salt/minion') - -install=salt.install -source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz"; - https://github.com/saltstack/salt/commit/736b382e913e46bce69940350e32d530f7560dac.patch) -md5sums=('6de86799b65ca4cc0305f5f1d61bc524' - '693cfe46003ecfd0bbd9aefea49935c2') - -prepare() { - cd salt-$pkgver - patch -p1 <"$srcdir"/736b382e913e46bce69940350e32d530f7560dac.patch -} - -package() { - cd salt-$pkgver - python2 setup.py clean - python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" --optimize=1 - - # default config - install -Dm644 conf/master "$pkgdir/etc/salt/master" - install -Dm644 conf/minion "$pkgdir/etc/salt/minion" - - # systemd services - for _svc in salt-master.service salt-syndic.service salt-minion.service salt-api.service; do -install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc" - done - install -Dm644 pkg/salt.bash "$pkgdir/usr/share/bash-completion/completions/salt" - install -Dm644 pkg/zsh_completion.zsh "$pkgdir/usr/share/zsh/site-functions/_salt" -} - -# vim:set ts=2 sw=2 et: Copied: salt/repos/community-any/PKGBUILD (from rev 398873, salt/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 18:42:30 UTC (rev 398874) @@ -0,0 +1,56 @@ +# Maintainer: Johannes Löthberg +# Contributor: Sébastien Luttringer +# Contributor: Daniel Wallace +# Contributor: Christer Edwards + +pkgname=salt +pkgver=2018.3.3 +pkgrel=1 + +pkgdesc='Central system and configuration manager' +arch=('any') +url='http://saltstack.org/' +license=('Apache') + +replaces=('salt-zmq' 'salt-raet') +conflicts=('salt-zmq' 'salt-raet') + +depends=('python2-jinja' + 'python2-msgpack' + 'python2-yaml' + 'python2-markupsafe' + 'python2-requests' + 'python2-pyzmq' + 'python2-crypto' + 'python2-m2crypto' + 'python2-systemd' + 'python2-tornado' + 'python2-futures') +optdepends=('dmidecode: decode SMBIOS/DMI tables' +'python2-pygit2: gitfs support') + +backup=('etc/salt/master' +'etc/salt/minion') + +install=salt.install +source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";) +md5sums=('13ba421e4bea1f33617b30b1116a9d32') + +package() { + cd salt-$pkgver + python2 setup.py clean + python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" --optimize=1 + + # default config + install -Dm644 conf/master "$pkgdir/etc/salt/master" + install -Dm644 conf/minion "$pkgdir/etc/salt/minion" + + # systemd services + for _svc in salt-master.service salt-syndic.service salt-minion.service salt-api.service; do +install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc" + done + install -Dm644 pkg/salt.bash "$pkgdir/usr/share/bash-completion/completions/salt" + install -Dm644 pkg/zsh_completion.zsh "$pkgdir/usr/share/zsh/site-functions/_salt" +} + +# vim:set ts=2 sw=2 et: Deleted: salt.install === --- salt.install2018-10-24 18:42:26 UTC (rev 398873) +++ salt.install2018-10-24 18:42:30 UTC (rev 398874) @@ -1,22 +0,0 @@ -#!/bin/bash - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]];
[arch-commits] Commit in haskell-hakyll/repos (2 files)
Date: Wednesday, October 24, 2018 @ 18:29:16 Author: felixonmars Revision: 398872 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hakyll/repos/community-staging-x86_64/ haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 398871, haskell-hakyll/trunk/PKGBUILD) --+ PKGBUILD | 56 1 file changed, 56 insertions(+) Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 398871, haskell-hakyll/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-10-24 18:29:16 UTC (rev 398872) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hakyll +pkgname=haskell-hakyll +pkgver=4.12.4.0 +pkgrel=58 +pkgdesc="A static website compiler library" +url="http://jaspervdj.be/hakyll"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptohash' + 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 'haskell-http-conduit' + 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri' + 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 'haskell-random' + 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' + 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' $_hkgname.cabal +} + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +LC_CTYPE=en_US.UTF-8 runhaskell Setup test +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:28:58 Author: felixonmars Revision: 398871 upgpkg: haskell-hakyll 4.12.4.0-58 rebuild with new icu Modified: haskell-hakyll/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:26:54 UTC (rev 398870) +++ PKGBUILD2018-10-24 18:28:58 UTC (rev 398871) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.12.4.0 -pkgrel=57 +pkgrel=58 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll"; license=("custom:BSD3")
[arch-commits] Commit in apm/repos (6 files)
Date: Wednesday, October 24, 2018 @ 18:26:11 Author: felixonmars Revision: 398868 archrelease: copy trunk to community-testing-x86_64 Added: apm/repos/community-testing-x86_64/ apm/repos/community-testing-x86_64/PKGBUILD (from rev 398867, apm/trunk/PKGBUILD) apm/repos/community-testing-x86_64/apm.js (from rev 398867, apm/trunk/apm.js) apm/repos/community-testing-x86_64/no-scripts.patch (from rev 398867, apm/trunk/no-scripts.patch) apm/repos/community-testing-x86_64/python2.patch (from rev 398867, apm/trunk/python2.patch) apm/repos/community-testing-x86_64/use-system-npm.patch (from rev 398867, apm/trunk/use-system-npm.patch) --+ PKGBUILD | 102 + apm.js | 16 +++ no-scripts.patch | 16 +++ python2.patch| 14 ++ use-system-npm.patch | 11 + 5 files changed, 159 insertions(+) Copied: apm/repos/community-testing-x86_64/PKGBUILD (from rev 398867, apm/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2018-10-24 18:26:11 UTC (rev 398868) @@ -0,0 +1,102 @@ +# Maintainer: Nicola Squartini + +pkgname=apm +pkgver=2.1.3 +pkgrel=2 +pkgdesc='Atom package manager' +arch=('x86_64') +url='https://github.com/atom/apm' +license=('MIT') +depends=('libsecret' 'nodejs>=10' 'npm' 'python2') +makedepends=('git') +provides=('nodejs-atom-package-manager') +conflicts=('nodejs-atom-package-manager') +replaces=('nodejs-atom-package-manager') +options=(!emptydirs) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz"; +'apm.js' +'no-scripts.patch' +'python2.patch' +'use-system-npm.patch') +sha512sums=('99881317cbcdc8b813c113208311932e28a227ecbb88844addca8aabd008d3b3fde7af667cd896ed12fddff0d539b521fc7f58bc72cedb522db65c41d4a4946a' + '7ef40058bb50189729a541f8e74191336f9652f12e70118e8b24c207e42f00c8f548d408759f261d8b0f2f67f7296e38d771694e45570102e28be1e6b9788d6c' + 'da2e2c6b336b87371541ef159201f6942c606f7c8b212f1a610a8605bb08ddc97ed1ade7f1c02339c40c40f22d8a7d37b1686fb5c7105a775fa85ff6048162dc' + '2fedcfc04c03059429c231c5bbd3d5e4b32a30ea9d341c3e27dcbba0deee1e4c8d27d993c59ee96aebf0a0c930b7cc55177e3600c18349dd2b91ebac7bd96632' + '96449a53197e7b498561e8fb820f2d60aa4d77cd4364b97e7e595d49776e3ad7fb89b944174be55ad3b81b6b64d65c0f12c5b8cf3eeb1bad8ac18dfdf3c6b610') + +_apmdir='/usr/lib/node_modules/atom-package-manager' + +prepare() { + rm -rf "${srcdir}"/apm-build + + cd apm-${pkgver} + + # Use custom launcher + rm bin/apm{,.cmd} bin/npm{,.cmd} + rm src/cli.coffee + install -m755 "${srcdir}"/apm.js bin/apm + + # Use system npm and node-gyp + patch -Np1 -i "${srcdir}"/use-system-npm.patch + + # Don't download binary Node + patch -Np1 -i "${srcdir}"/no-scripts.patch + rm BUNDLED_NODE_VERSION script/* + + # GYP needs Python2 + patch -Np1 -i "${srcdir}"/python2.patch +} + +build() { + cd apm-${pkgver} + + npm install coffee-script + npx coffee -c --no-header -o lib src/*.coffee + rm -r node_modules + npm install --user root -g --prefix="${srcdir}"/apm-build/usr $(npm pack | tail -1) +} + +package() { + cp -r "${srcdir}"/apm-build/usr "${pkgdir}" + + cd "${pkgdir}"${_apmdir} + install -m644 "${srcdir}"/apm-${pkgver}/README.md ./ + + # Install license file + install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}" + ln -s ../../../lib/node_modules/atom-package-manager/LICENSE.md \ + "${pkgdir}/usr/share/licenses/${pkgname}" + + # Remove occurrences of ${srcdir} + find "${pkgdir}" -name "package.json" \ + -exec sed -e "s|${srcdir}/apm-build||" \ + -e "s|${srcdir}/apm-${pkgver}|${_apmdir}|" \ + -i '{}' \; + + # Remove useless stuff + find "${pkgdir}"/usr/lib \ + -name ".*" -prune -exec rm -r '{}' \; \ + -or -name "*.a" -exec rm '{}' \; \ + -or -name "*.bat" -exec rm '{}' \; \ + -or -name "*.mk" -exec rm '{}' \; \ + -or -path "*/git-utils/binding.gyp" -exec rm '{}' \; \ + -or -path "*/git-utils/src" -prune -exec rm -r '{}' \; \ + -or -path "*/keytar/binding.gyp" -exec rm '{}' \; \ + -or -path "*/keytar/src" -prune -exec rm -r '{}' \; \ + -or -path "*/oniguruma/binding.gyp" -exec rm '{}' \; \ + -or -path "*/oniguruma/src" -prune -exec rm -r '{}' \; \ + -or -name "appveyor.yml" -exec rm '{}' \; \ + -or -name "benchmark" -prune -exec rm -r '{}' \; \ + -or -name "binding.Makefile" -exec rm '{}' \; \ + -or -name "config.gypi" -exec rm '{}' \; \ + -or -name "deps" -prune -exec rm -r '{}' \; \ + -or -name "doc" -prune -exec rm -r '{}' \; \ + -or -name "html" -prune -exec rm -r '{}' \; \ + -or -name "Makefile" -exec rm '{}' \; \ + -or -name "man" -prune -exec rm -r
[arch-commits] Commit in pandoc-citeproc/repos (2 files)
Date: Wednesday, October 24, 2018 @ 18:26:54 Author: felixonmars Revision: 398870 archrelease: copy trunk to community-staging-x86_64 Added: pandoc-citeproc/repos/community-staging-x86_64/ pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 398869, pandoc-citeproc/trunk/PKGBUILD) --+ PKGBUILD | 56 1 file changed, 56 insertions(+) Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 398869, pandoc-citeproc/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-10-24 18:26:54 UTC (rev 398870) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc-citeproc +pkgver=0.14.8 +pkgrel=8 +pkgdesc="Supports using pandoc with citeproc" +url="https://hackage.haskell.org/package/$pkgname"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' + 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 'pandoc' + 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 'haskell-split' + 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu' + 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 'haskell-yaml') +conflicts=('haskell-pandoc-citeproc') +replaces=('haskell-pandoc-citeproc') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";) +sha512sums=('d56becc2c0af8e13511de2dcd7870db69f093a6861a4df5e156200725ec959321857cc4705350ca32a601c83bdbc2de9938a4f3a821a7c1b538f185f8813a585') + +prepare() { +cd "${srcdir}/$pkgname-${pkgver}" +# TODO: find a better solution +sed -i "s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|" tests/test-pandoc-citeproc.hs +} + +build() { +cd "${srcdir}/$pkgname-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils -f-static +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +# https://github.com/jgm/pandoc-citeproc/issues/342 +runhaskell Setup test || warning "Tests failed" +} + +package() { +cd "${srcdir}/$pkgname-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/$pkgname.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/$pkgname.sh" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" +rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE" +}
[arch-commits] Commit in pandoc-citeproc/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:26:36 Author: felixonmars Revision: 398869 upgpkg: pandoc-citeproc 0.14.8-8 rebuild with new icu Modified: pandoc-citeproc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:26:11 UTC (rev 398868) +++ PKGBUILD2018-10-24 18:26:36 UTC (rev 398869) @@ -3,7 +3,7 @@ pkgname=pandoc-citeproc pkgver=0.14.8 -pkgrel=7 +pkgrel=8 pkgdesc="Supports using pandoc with citeproc" url="https://hackage.haskell.org/package/$pkgname"; license=("custom:BSD3")
[arch-commits] Commit in apm/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:25:44 Author: felixonmars Revision: 398867 upgpkg: apm 2.1.3-2 rebuild with nodejs 11 Modified: apm/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:22:28 UTC (rev 398866) +++ PKGBUILD2018-10-24 18:25:44 UTC (rev 398867) @@ -2,7 +2,7 @@ pkgname=apm pkgver=2.1.3 -pkgrel=1 +pkgrel=2 pkgdesc='Atom package manager' arch=('x86_64') url='https://github.com/atom/apm'
[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:22:09 Author: felixonmars Revision: 398865 upgpkg: haskell-hakyll 4.12.4.0-57 rebuild with old icu Modified: haskell-hakyll/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:19:34 UTC (rev 398864) +++ PKGBUILD2018-10-24 18:22:09 UTC (rev 398865) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.12.4.0 -pkgrel=56 +pkgrel=57 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll"; license=("custom:BSD3")
[arch-commits] Commit in haskell-hakyll/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:22:28 Author: felixonmars Revision: 398866 archrelease: copy trunk to community-x86_64 Added: haskell-hakyll/repos/community-x86_64/PKGBUILD (from rev 398865, haskell-hakyll/trunk/PKGBUILD) Deleted: haskell-hakyll/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 112 ++--- 1 file changed, 56 insertions(+), 56 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 18:22:09 UTC (rev 398865) +++ PKGBUILD2018-10-24 18:22:28 UTC (rev 398866) @@ -1,56 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Arch Haskell Team - -_hkgname=hakyll -pkgname=haskell-hakyll -pkgver=4.12.4.0 -pkgrel=56 -pkgdesc="A static website compiler library" -url="http://jaspervdj.be/hakyll"; -license=("custom:BSD3") -arch=('x86_64') -depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptohash' - 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 'haskell-http-conduit' - 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri' - 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 'haskell-random' - 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' - 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' - 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' - 'haskell-tasty-quickcheck') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e') - -prepare() { -cd $_hkgname-$pkgver -sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' $_hkgname.cabal -} - -build() { -cd "${srcdir}/${_hkgname}-${pkgver}" - -runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ ---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ ---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ --fcheckexternal -fwatchserver -fpreviewserver -fusepandoc -runhaskell Setup build -runhaskell Setup register --gen-script -runhaskell Setup unregister --gen-script -sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh -sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -check() { -cd $_hkgname-$pkgver -LC_CTYPE=en_US.UTF-8 runhaskell Setup test -} - -package() { -cd "${srcdir}/${_hkgname}-${pkgver}" - -install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" -install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" -runhaskell Setup copy --destdir="${pkgdir}" -install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" -} Copied: haskell-hakyll/repos/community-x86_64/PKGBUILD (from rev 398865, haskell-hakyll/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 18:22:28 UTC (rev 398866) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hakyll +pkgname=haskell-hakyll +pkgver=4.12.4.0 +pkgrel=57 +pkgdesc="A static website compiler library" +url="http://jaspervdj.be/hakyll"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptohash' + 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 'haskell-http-conduit' + 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri' + 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 'haskell-random' + 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' + 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' $_hkgname.cabal +} + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic -
[arch-commits] Commit in pandoc-citeproc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:19:34 Author: felixonmars Revision: 398864 archrelease: copy trunk to community-x86_64 Added: pandoc-citeproc/repos/community-x86_64/PKGBUILD (from rev 398863, pandoc-citeproc/trunk/PKGBUILD) Deleted: pandoc-citeproc/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 112 ++--- 1 file changed, 56 insertions(+), 56 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 18:19:14 UTC (rev 398863) +++ PKGBUILD2018-10-24 18:19:34 UTC (rev 398864) @@ -1,56 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Arch Haskell Team - -pkgname=pandoc-citeproc -pkgver=0.14.8 -pkgrel=6 -pkgdesc="Supports using pandoc with citeproc" -url="https://hackage.haskell.org/package/$pkgname"; -license=("custom:BSD3") -arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' - 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 'pandoc' - 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 'haskell-split' - 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu' - 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 'haskell-yaml') -conflicts=('haskell-pandoc-citeproc') -replaces=('haskell-pandoc-citeproc') -makedepends=('ghc') -source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";) -sha512sums=('d56becc2c0af8e13511de2dcd7870db69f093a6861a4df5e156200725ec959321857cc4705350ca32a601c83bdbc2de9938a4f3a821a7c1b538f185f8813a585') - -prepare() { -cd "${srcdir}/$pkgname-${pkgver}" -# TODO: find a better solution -sed -i "s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|" tests/test-pandoc-citeproc.hs -} - -build() { -cd "${srcdir}/$pkgname-${pkgver}" - -runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ ---prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir="$pkgname" --enable-tests \ ---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ --f-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils -f-static -runhaskell Setup build -runhaskell Setup register --gen-script -runhaskell Setup unregister --gen-script -sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh -sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -check() { -cd $pkgname-$pkgver -# https://github.com/jgm/pandoc-citeproc/issues/342 -runhaskell Setup test || warning "Tests failed" -} - -package() { -cd "${srcdir}/$pkgname-${pkgver}" - -install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/$pkgname.sh" -install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/$pkgname.sh" -runhaskell Setup copy --destdir="${pkgdir}" -install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" -rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE" -} Copied: pandoc-citeproc/repos/community-x86_64/PKGBUILD (from rev 398863, pandoc-citeproc/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 18:19:34 UTC (rev 398864) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc-citeproc +pkgver=0.14.8 +pkgrel=7 +pkgdesc="Supports using pandoc with citeproc" +url="https://hackage.haskell.org/package/$pkgname"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' + 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 'pandoc' + 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 'haskell-split' + 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu' + 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 'haskell-yaml') +conflicts=('haskell-pandoc-citeproc') +replaces=('haskell-pandoc-citeproc') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";) +sha512sums=('d56becc2c0af8e13511de2dcd7870db69f093a6861a4df5e156200725ec959321857cc4705350ca32a601c83bdbc2de9938a4f3a821a7c1b538f185f8813a585') + +prepare() { +cd "${srcdir}/$pkgname-${pkgver}" +# TODO: find a better solution +sed -i "s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|" tests/test-pandoc-citeproc.hs +} + +build() { +cd "${srcdir}/$pkgname-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-v
[arch-commits] Commit in pandoc-citeproc/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:19:14 Author: felixonmars Revision: 398863 upgpkg: pandoc-citeproc 0.14.8-7 rebuild with old icu Modified: pandoc-citeproc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:13:29 UTC (rev 398862) +++ PKGBUILD2018-10-24 18:19:14 UTC (rev 398863) @@ -3,7 +3,7 @@ pkgname=pandoc-citeproc pkgver=0.14.8 -pkgrel=6 +pkgrel=7 pkgdesc="Supports using pandoc with citeproc" url="https://hackage.haskell.org/package/$pkgname"; license=("custom:BSD3")
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:13:29 Author: felixonmars Revision: 398862 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 398861, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 127 ++--- 1 file changed, 63 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 18:13:09 UTC (rev 398861) +++ PKGBUILD2018-10-24 18:13:29 UTC (rev 398862) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.17.0 -pkgrel=2 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="https://docs.openstack.org/python-keystoneclient/latest/"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' - 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' - 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' - 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' - 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml' 'python-testrepository' 'python2-testrepository') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('8a8864fc83ebfc61b052367f587acf947715990507b388a09cb9b0524404e7770c3f7baf1f0c2b17fe8794cc3c068d89176c57e4b9de39d6b6a60094a950c76c') - -export PBR_VERSION=$pkgver - -prepare() { - cp -a python-keystoneclient-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py build - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py testr - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 398861, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 18:13:29 UTC (rev 398862) @@ -0,0 +1,63 @@ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.18.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="https://docs.openstack.org/python-keystoneclient/latest/"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' + 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' + 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' + 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' + 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock' + 'python-pycodestyle' 'python2-pycodestyle' 'python-lxml' 'python2-lxml' + 'python-testresources' 'python2-testresources') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('87c317e8d7efd04
[arch-commits] Commit in python-keystoneclient/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:13:09 Author: felixonmars Revision: 398861 upgpkg: python-keystoneclient 3.18.0-1 Modified: python-keystoneclient/trunk/PKGBUILD --+ PKGBUILD | 16 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:10:54 UTC (rev 398860) +++ PKGBUILD2018-10-24 18:13:09 UTC (rev 398861) @@ -2,8 +2,8 @@ pkgbase=python-keystoneclient pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.17.0 -pkgrel=2 +pkgver=3.18.0 +pkgrel=1 pkgdesc="Client Library for OpenStack Identity" arch=('any') url="https://docs.openstack.org/python-keystoneclient/latest/"; @@ -14,11 +14,11 @@ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml' 'python-testrepository' 'python2-testrepository') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock' + 'python-pycodestyle' 'python2-pycodestyle' 'python-lxml' 'python2-lxml' + 'python-testresources' 'python2-testresources') source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('8a8864fc83ebfc61b052367f587acf947715990507b388a09cb9b0524404e7770c3f7baf1f0c2b17fe8794cc3c068d89176c57e4b9de39d6b6a60094a950c76c') +sha512sums=('87c317e8d7efd0462dcbb2253bb395f24467506c4e534b0a5bb3bc5431e2c84691fa46bbecf6906f8de68d897b930b40c2d2c75d1a8ef6e0ed49c88f42d9a5ce') export PBR_VERSION=$pkgver @@ -36,10 +36,10 @@ check() { cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py testr + stestr run cd "$srcdir"/python-keystoneclient-$pkgver-py2 - PYTHON=python2 python2 setup.py testr + PYTHON=python2 stestr2 run } package_python-keystoneclient() {
[arch-commits] Commit in shellcheck/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:06:25 Author: felixonmars Revision: 398852 upgpkg: shellcheck 0.5.0-135 rebuild with texmath 0.11.1.2 Modified: shellcheck/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:06:22 UTC (rev 398851) +++ PKGBUILD2018-10-24 18:06:25 UTC (rev 398852) @@ -4,7 +4,7 @@ _hkgname=ShellCheck pkgname=shellcheck pkgver=0.5.0 -pkgrel=134 +pkgrel=135 pkgdesc="Shell script analysis tool" url="http://www.shellcheck.net"; license=("GPL")
[arch-commits] Commit in shellcheck/repos (2 files)
Date: Wednesday, October 24, 2018 @ 18:06:43 Author: felixonmars Revision: 398854 archrelease: copy trunk to community-staging-x86_64 Added: shellcheck/repos/community-staging-x86_64/ shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 398852, shellcheck/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 398852, shellcheck/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-10-24 18:06:43 UTC (rev 398854) @@ -0,0 +1,50 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=ShellCheck +pkgname=shellcheck +pkgver=0.5.0 +pkgrel=135 +pkgdesc="Shell script analysis tool" +url="http://www.shellcheck.net"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa') +makedepends=('ghc' 'pandoc') +source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz";) +sha512sums=('87861cddb353262630e4370e12e508224b3c14e128082909b4b35f0526dfe648a744d68cc27f77f2f8bb098af37a2af7bdc805d88018bba5e48b6c1ff1749f10') + +prepare() { +cd $pkgname-$pkgver +sed -i '1i{-# language NoMonadFailDesugaring #-}' src/ShellCheck/AnalyzerLib.hs +} + +build() { +cd $pkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh + +pandoc -s -t man shellcheck.1.md -o shellcheck.1 +} + +check() { +cd $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $pkgname-$pkgver + +install -D -m644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1" +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in python-hypothesis/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:06:42 Author: felixonmars Revision: 398853 archrelease: copy trunk to community-any Added: python-hypothesis/repos/community-any/PKGBUILD (from rev 398852, python-hypothesis/trunk/PKGBUILD) Deleted: python-hypothesis/repos/community-any/PKGBUILD --+ PKGBUILD | 156 ++--- 1 file changed, 78 insertions(+), 78 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 18:06:25 UTC (rev 398852) +++ PKGBUILD2018-10-24 18:06:42 UTC (rev 398853) @@ -1,78 +0,0 @@ -# Maintainer: Felix Yan - -pkgbase=python-hypothesis -pkgname=('python-hypothesis' 'python2-hypothesis') -pkgver=3.79.2 -pkgrel=1 -pkgdesc="Advanced Quickcheck style testing library for Python" -arch=('any') -license=('MPL') -url="https://hypothesis.readthedocs.org"; -makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 'python2-attrs' - 'python-coverage' 'python2-coverage' 'python2-enum34') -checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8' 'python-pytz' - 'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 'python2-faker' - 'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 'python-pytest-xdist' - 'python2-pytest-xdist' 'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas' - 'python-dpcontracts' 'python2-dpcontracts') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";) -sha512sums=('b8eb1dfe714ae347b3b059a656416afab770eb0e807de9f793c0dcbf42fa9f76fbfed67fbf82f783fe7fb732f88a53482e24465d9ca265966dc006cc9e91f6d4') - -prepare() { - mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver - - sed -i "/FutureWarning/a \filterwarnings('ignore', category=DeprecationWarning, module='pandas.core')" hypothesis-$pkgver/hypothesis-python/tests/common/setup.py - - cp -a hypothesis-$pkgver{,-py2} - - rm -r hypothesis-$pkgver/hypothesis-python/tests/py2 - rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3 - - export LC_CTYPE=en_US.UTF-8 -} - -build() { - cd "$srcdir"/hypothesis-$pkgver/hypothesis-python - python setup.py build - - cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python - python2 setup.py build -} - -check() { - cd "$srcdir"/hypothesis-$pkgver/hypothesis-python - mv tests/django ../ - python setup.py pytest --addopts -n16 - mv ../django tests/ - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test tests.django || warning "Tests failed" - - cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python - mv tests/django ../ - python2 setup.py pytest --addopts -n16 - mv ../django tests/ - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test tests.django -} - -package_python-hypothesis() { - depends=('python-attrs' 'python-coverage') - optdepends=('python-pytz: for datetime and django module' - 'python-faker: for fakefactory and django module' - 'python-django: for django module' - 'python-numpy: for numpy module' - 'python-pytest: for pytest module') - - cd hypothesis-$pkgver/hypothesis-python - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-hypothesis() { - depends=('python2-attrs' 'python2-coverage' 'python2-enum34') - optdepends=('python2-pytz: for datetime and django module' - 'python2-faker: for fakefactory and django module' - 'python2-django: for django module' - 'python2-numpy: for numpy module' - 'python2-pytest: for pytest module') - - cd hypothesis-$pkgver-py2/hypothesis-python - python2 setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 398852, python-hypothesis/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 18:06:42 UTC (rev 398853) @@ -0,0 +1,78 @@ +# Maintainer: Felix Yan + +pkgbase=python-hypothesis +pkgname=('python-hypothesis' 'python2-hypothesis') +pkgver=3.79.3 +pkgrel=1 +pkgdesc="Advanced Quickcheck style testing library for Python" +arch=('any') +license=('MPL') +url="https://hypothesis.readthedocs.org"; +makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 'python2-attrs' + 'python-coverage' 'python2-coverage' 'python2-enum34') +checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8' 'python-pytz' + 'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 'python2-faker' + 'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 'python-pytest-xdist' + 'python2-pytest-xdist' 'python-mock' 'python2-mock' 'python-pandas' 'pytho
[arch-commits] Commit in python-hypothesis/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:06:22 Author: felixonmars Revision: 398851 upgpkg: python-hypothesis 3.79.3-1 Modified: python-hypothesis/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:03:56 UTC (rev 398850) +++ PKGBUILD2018-10-24 18:06:22 UTC (rev 398851) @@ -2,7 +2,7 @@ pkgbase=python-hypothesis pkgname=('python-hypothesis' 'python2-hypothesis') -pkgver=3.79.2 +pkgver=3.79.3 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') @@ -16,7 +16,7 @@ 'python2-pytest-xdist' 'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas' 'python-dpcontracts' 'python2-dpcontracts') source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";) -sha512sums=('b8eb1dfe714ae347b3b059a656416afab770eb0e807de9f793c0dcbf42fa9f76fbfed67fbf82f783fe7fb732f88a53482e24465d9ca265966dc006cc9e91f6d4') +sha512sums=('cb528699bb48344f9eb92735faa42d73dcf540fa099c441407b5dcf4702807064c719cd3f81fbee5a55839b094fb0f7298d534c52be36387628b134720d03659') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
[arch-commits] Commit in pandoc-crossref/repos (2 files)
Date: Wednesday, October 24, 2018 @ 18:03:56 Author: felixonmars Revision: 398850 archrelease: copy trunk to community-staging-x86_64 Added: pandoc-crossref/repos/community-staging-x86_64/ pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 398849, pandoc-crossref/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 398849, pandoc-crossref/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-10-24 18:03:56 UTC (rev 398850) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc-crossref +pkgver=0.3.3.0 +pkgrel=25 +pkgdesc="Pandoc filter for cross-references" +url="https://hackage.haskell.org/package/${pkgname}"; +license=("GPL2") +arch=('x86_64') +depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 'haskell-data-accessor-template' + 'haskell-data-accessor-transformers' 'haskell-gitrev' 'haskell-open-browser' + 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 'haskell-roman-numerals' + 'haskell-syb' 'haskell-utility-ht') +makedepends=('ghc' 'haskell-hspec') +conflicts=('haskell-pandoc-crossref') +replaces=('haskell-pandoc-crossref') +source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz";) +sha512sums=('6bcadfbaf3e1d99299ab86ed65fe9f964405bd7c7bb1fbf0463754cb2fb94570062bf763295877e9358046e6fccf4fc8eb1546045baeb596460f0f2762b8053c') + +prepare() { +cd $pkgname-$pkgver +sed -i 's/< *0.6/<1/' $pkgname.cabal +} + +build() { +cd $pkgname-$pkgver +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests --datasubdir="$pkgname" \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + -f-enable_flaky_tests +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $pkgname-$pkgver + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in pandoc-crossref/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:03:39 Author: felixonmars Revision: 398849 upgpkg: pandoc-crossref 0.3.3.0-25 rebuild with texmath 0.11.1.2 Modified: pandoc-crossref/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:02:18 UTC (rev 398848) +++ PKGBUILD2018-10-24 18:03:39 UTC (rev 398849) @@ -3,7 +3,7 @@ pkgname=pandoc-crossref pkgver=0.3.3.0 -pkgrel=24 +pkgrel=25 pkgdesc="Pandoc filter for cross-references" url="https://hackage.haskell.org/package/${pkgname}"; license=("GPL2")
[arch-commits] Commit in haskell-hakyll/repos (2 files)
Date: Wednesday, October 24, 2018 @ 18:02:18 Author: felixonmars Revision: 398848 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hakyll/repos/community-staging-x86_64/ haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 398847, haskell-hakyll/trunk/PKGBUILD) --+ PKGBUILD | 56 1 file changed, 56 insertions(+) Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 398847, haskell-hakyll/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-10-24 18:02:18 UTC (rev 398848) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hakyll +pkgname=haskell-hakyll +pkgver=4.12.4.0 +pkgrel=56 +pkgdesc="A static website compiler library" +url="http://jaspervdj.be/hakyll"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptohash' + 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 'haskell-http-conduit' + 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri' + 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 'haskell-random' + 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' + 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' $_hkgname.cabal +} + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +LC_CTYPE=en_US.UTF-8 runhaskell Setup test +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:02:02 Author: felixonmars Revision: 398847 upgpkg: haskell-hakyll 4.12.4.0-56 rebuild with texmath 0.11.1.2 Modified: haskell-hakyll/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 18:00:19 UTC (rev 398846) +++ PKGBUILD2018-10-24 18:02:02 UTC (rev 398847) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.12.4.0 -pkgrel=55 +pkgrel=56 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll"; license=("custom:BSD3")
[arch-commits] Commit in hdparm/repos (3 files)
Date: Wednesday, October 24, 2018 @ 18:01:56 Author: anatolik Revision: 337235 archrelease: copy trunk to testing-x86_64 Added: hdparm/repos/testing-x86_64/ hdparm/repos/testing-x86_64/PKGBUILD (from rev 337234, hdparm/trunk/PKGBUILD) hdparm/repos/testing-x86_64/wiper.sh.2_6.max-ranges.patch (from rev 337234, hdparm/trunk/wiper.sh.2_6.max-ranges.patch) ---+ PKGBUILD | 45 + wiper.sh.2_6.max-ranges.patch | 84 2 files changed, 129 insertions(+) Copied: hdparm/repos/testing-x86_64/PKGBUILD (from rev 337234, hdparm/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2018-10-24 18:01:56 UTC (rev 337235) @@ -0,0 +1,45 @@ +# Maintainer: Paul Mattal + +pkgname=hdparm +pkgver=9.57 +pkgrel=1 +pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters" +arch=(x86_64) +depends=('glibc') +optdepends=('sh: required by idectl and ultrabayd') +source=(http://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz +wiper.sh.2_6.max-ranges.patch) +license=('BSD') +url="http://sourceforge.net/projects/hdparm/"; +optdepends=('bash: for wiper.sh script') +options=('emptydirs') +sha512sumss=('410539d0bf3cc247181594581edbfb53' + '74e368f384166a7710b447573cda120a') + +prepare() { + cd ${srcdir}/${pkgname}-${pkgver} + # Fix Range input/output error when wiping Intel G2 and OCZ drives + patch -Np1 -i $srcdir/wiper.sh.2_6.max-ranges.patch +} + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + # install + mkdir -p ${pkgdir}/usr/bin + make DESTDIR=${pkgdir} sbindir=/usr/bin install + install -m755 contrib/idectl ${pkgdir}/usr/bin + install -m755 contrib/ultrabayd ${pkgdir}/usr/bin + + install -D -m 0644 $srcdir/$pkgname-$pkgver/wiper/README.txt $pkgdir/usr/share/doc/wiper/README.txt + install -D -m 0755 $srcdir/$pkgname-$pkgver/wiper/wiper.sh $pkgdir/usr/bin/wiper.sh + + #install license file + install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT +} +md5sums=('cd976dc4c114ebb667a73df1200d0532' + '74e368f384166a7710b447573cda120a') Copied: hdparm/repos/testing-x86_64/wiper.sh.2_6.max-ranges.patch (from rev 337234, hdparm/trunk/wiper.sh.2_6.max-ranges.patch) === --- testing-x86_64/wiper.sh.2_6.max-ranges.patch (rev 0) +++ testing-x86_64/wiper.sh.2_6.max-ranges.patch2018-10-24 18:01:56 UTC (rev 337235) @@ -0,0 +1,84 @@ +--- hdparm-9.28/wiper/wiper.sh.orig2010-03-09 06:17:37.0 -0800 +--- hdparm-9.28/wiper/wiper.sh 2010-05-15 03:08:02.182856971 -0700 +@@ -29,7 +29,7 @@ + function usage_error(){ + echo >&2 + echo "Linux tune-up (TRIM) utility for SATA SSDs" +- echo "Usage: $0 [--verbose] [--commit] " >&2 ++ echo "Usage: $0 [--max-ranges ] [--verbose] [--commit] " >&2 + echo " Eg: $0 /dev/sda1" >&2 + echo >&2 + exit 1 +@@ -44,6 +44,7 @@ + + export verbose=0 + commit="" ++max_ranges=-1 + destroy_me="" + argc=$# + arg="" +@@ -51,6 +52,10 @@ + commit=yes + elif [ "$1" = "--verbose" ]; then + verbose=$((verbose + 1)) ++ elif [ "$1" = "--max-ranges" -a $argc -gt 1 ]; then ++ max_ranges=$2 ++ argc=$((argc - 1)) ++ shift + elif [ "$1" = "" ]; then + usage_error + else +@@ -499,6 +550,18 @@ + fi + fi + ++## Different SSD's have a different maximum number of ranges they'll accept ++## in a single TRIM command. ++if [ $max_ranges -le 0 ] ; then ++ model=`$HDPARM -I $rawdev | $GAWK '/Model Number/ { print $NF }'` ++ case "$model" in ++ SSDSA[12]*) max_ranges=512 ;; # Intel X18-M/X25-M ++ OCZ-VERTEX2) max_ranges=64 ;; # OCZ Vertex2 ++ *) max_ranges=65535 ++ esac ++fi ++[ $verbose -gt 0 ] && echo "max-ranges = $max_ranges" ++ + ## All ready. Now let the user know exactly what we intend to do: + ## + mountstatus="$fstype non-mounted" +@@ -608,7 +671,7 @@ + nsectors += count; + while (count > 0) { + this_count = (count > 65535) ? 65535 : count +- printf "%u:%u ", lba, this_count ++ printf "%u:%u \n", lba, this_count + if (verbose > 1) + printf "%u:%u ", lba, this_count > "/dev/stderr" + lba+= this_count +@@ -695,6 +758,22 @@ + -v verbose="$verbose" \ + -v xfs_blksects="$xfs_blksects" \ + -v xfs_agoffsets="$xfs_agoffsets" \ +- "$GAWKPROG" | $TRIM ++ "$GAWKPROG" | ( ++
[arch-commits] Commit in hdparm/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:01:37 Author: anatolik Revision: 337234 upgpkg: hdparm 9.57-1 Modified: hdparm/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 17:50:01 UTC (rev 337233) +++ PKGBUILD2018-10-24 18:01:37 UTC (rev 337234) @@ -1,7 +1,7 @@ # Maintainer: Paul Mattal pkgname=hdparm -pkgver=9.56 +pkgver=9.57 pkgrel=1 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters" arch=(x86_64) @@ -41,5 +41,5 @@ #install license file install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT } -md5sums=('7900608e32834f65d2654fdb696e71a0' +md5sums=('cd976dc4c114ebb667a73df1200d0532' '74e368f384166a7710b447573cda120a')
[arch-commits] Commit in pandoc-citeproc/repos (2 files)
Date: Wednesday, October 24, 2018 @ 18:00:19 Author: felixonmars Revision: 398846 archrelease: copy trunk to community-staging-x86_64 Added: pandoc-citeproc/repos/community-staging-x86_64/ pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 398845, pandoc-citeproc/trunk/PKGBUILD) --+ PKGBUILD | 56 1 file changed, 56 insertions(+) Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 398845, pandoc-citeproc/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-10-24 18:00:19 UTC (rev 398846) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc-citeproc +pkgver=0.14.8 +pkgrel=6 +pkgdesc="Supports using pandoc with citeproc" +url="https://hackage.haskell.org/package/$pkgname"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' + 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 'pandoc' + 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 'haskell-split' + 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu' + 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 'haskell-yaml') +conflicts=('haskell-pandoc-citeproc') +replaces=('haskell-pandoc-citeproc') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";) +sha512sums=('d56becc2c0af8e13511de2dcd7870db69f093a6861a4df5e156200725ec959321857cc4705350ca32a601c83bdbc2de9938a4f3a821a7c1b538f185f8813a585') + +prepare() { +cd "${srcdir}/$pkgname-${pkgver}" +# TODO: find a better solution +sed -i "s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|" tests/test-pandoc-citeproc.hs +} + +build() { +cd "${srcdir}/$pkgname-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils -f-static +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +# https://github.com/jgm/pandoc-citeproc/issues/342 +runhaskell Setup test || warning "Tests failed" +} + +package() { +cd "${srcdir}/$pkgname-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/$pkgname.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/$pkgname.sh" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" +rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE" +}
[arch-commits] Commit in pandoc-citeproc/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:00:02 Author: felixonmars Revision: 398845 upgpkg: pandoc-citeproc 0.14.8-6 rebuild with texmath 0.11.1.2 Modified: pandoc-citeproc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 17:57:05 UTC (rev 398844) +++ PKGBUILD2018-10-24 18:00:02 UTC (rev 398845) @@ -3,7 +3,7 @@ pkgname=pandoc-citeproc pkgver=0.14.8 -pkgrel=5 +pkgrel=6 pkgdesc="Supports using pandoc with citeproc" url="https://hackage.haskell.org/package/$pkgname"; license=("custom:BSD3")
[arch-commits] Commit in pandoc/repos (2 files)
Date: Wednesday, October 24, 2018 @ 17:57:05 Author: felixonmars Revision: 398844 archrelease: copy trunk to community-staging-x86_64 Added: pandoc/repos/community-staging-x86_64/ pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 398843, pandoc/trunk/PKGBUILD) --+ PKGBUILD | 69 + 1 file changed, 69 insertions(+) Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 398843, pandoc/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-10-24 17:57:05 UTC (rev 398844) @@ -0,0 +1,69 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc +pkgver=2.3.1 +pkgrel=20 +pkgdesc="Conversion between markup formats" +url="http://pandoc.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson' + 'haskell-aeson-pretty' 'haskell-base-compat' 'haskell-base64-bytestring' + 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cmark-gfm' + 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 'haskell-glob' + 'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua' + 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 'haskell-hsyaml' 'haskell-http-client-tls' + 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath' + 'haskell-network' 'haskell-pandoc-types' 'haskell-random' + 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' + 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 'haskell-xml' + 'haskell-zlib') +optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter' +'pandoc-crossref: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter' +'texlive-core: for pdf output') +conflicts=('haskell-pandoc') +replaces=('haskell-pandoc') +makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' + 'haskell-tasty-golden' 'haskell-quickcheck' 'haskell-executable-path') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"; + https://github.com/jgm/pandoc/commit/58eb78c437a411ee796e2c90d7c4681fe78d8254.patch) +sha512sums=('e1c708e828c48ce5cf2a8a00431c0d75750ec46a67389de04260f3e18845b67a7e4792ea862e6184da00d335f1567f1276af4bddbb8d5275b3913f1b3a752121' + 'bf5aa3cf3628c52d1cd535b2a39a6ac3f158db828923da677870186ff1db80f1cb47f67c136496759a0a49a9f77a6fb89ac16ed3561af1ce50350ee17a3826d0') + +prepare() { +cd "${srcdir}/$pkgname-${pkgver}" +patch -p1 -i ../58eb78c437a411ee796e2c90d7c4681fe78d8254.patch + +sed -i 's/< *0.6/<1/' $pkgname.cabal + +# TODO: find a better solution +sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-trypandoc -f-embed_data_files -f-static +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd "${srcdir}/${pkgname}-${pkgver}" +LC_CTYPE=en_US.UTF-8 runhaskell Setup test +} + +package() { +cd "${srcdir}/${pkgbase}-${pkgver}" +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md" +}
[arch-commits] Commit in pandoc/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:56:48 Author: felixonmars Revision: 398843 upgpkg: pandoc 2.3.1-20 rebuild with texmath 0.11.1.2 Modified: pandoc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 17:48:35 UTC (rev 398842) +++ PKGBUILD2018-10-24 17:56:48 UTC (rev 398843) @@ -3,7 +3,7 @@ pkgname=pandoc pkgver=2.3.1 -pkgrel=19 +pkgrel=20 pkgdesc="Conversion between markup formats" url="http://pandoc.org"; license=("GPL")
[arch-commits] Commit in vulkan-docs/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:49:55 Author: lcarlier Revision: 337232 upgpkg: vulkan-docs 1:1.1.89-1 upstream update 1.1.89 Modified: vulkan-docs/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 17:46:40 UTC (rev 337231) +++ PKGBUILD2018-10-24 17:49:55 UTC (rev 337232) @@ -2,7 +2,7 @@ pkgbase=vulkan-docs pkgname=(vulkan-html-docs) -pkgver=1.1.87 +pkgver=1.1.89 pkgrel=1 epoch=1 _pkgname=Vulkan-Docs @@ -12,7 +12,7 @@ makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git) groups=(vulkan-devel) source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";) -sha256sums=('e03f8db54fc5d19a3038c74175bba249b9c8650540e37200e169cb7587be6af6') +sha256sums=('5d431963e2db36abe0c166e337925200768946e9348bca215b612f06f2aff0fd') build() { cd "${srcdir}/${_pkgname}-${pkgver}"
[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:50:01 Author: lcarlier Revision: 337233 archrelease: copy trunk to extra-any Added: vulkan-docs/repos/extra-any/PKGBUILD (from rev 337232, vulkan-docs/trunk/PKGBUILD) Deleted: vulkan-docs/repos/extra-any/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 17:49:55 UTC (rev 337232) +++ PKGBUILD2018-10-24 17:50:01 UTC (rev 337233) @@ -1,35 +0,0 @@ -# Maintainer: Laurent Carlier - -pkgbase=vulkan-docs -pkgname=(vulkan-html-docs) -pkgver=1.1.87 -pkgrel=1 -epoch=1 -_pkgname=Vulkan-Docs -arch=(any) -url="https://www.khronos.org/vulkan/"; -license=('custom') -makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git) -groups=(vulkan-devel) -source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";) -sha256sums=('e03f8db54fc5d19a3038c74175bba249b9c8650540e37200e169cb7587be6af6') - -build() { - cd "${srcdir}/${_pkgname}-${pkgver}" - - ./makeAllExts html -} - -package_vulkan-html-docs() { - pkgdesc="Vulkan html documentation" - cd "${_pkgname}-${pkgver}" - - install -dm755 "${pkgdir}/usr/share/doc/vulkan" - install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}" - - mv -v out/*.html "${pkgdir}/usr/share/doc/vulkan/" - mv -v out/html/* "${pkgdir}/usr/share/doc/vulkan/" - - install -m644 copyright-ccby.txt ${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt - install -m644 copyright-spec.txt ${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt -} Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 337232, vulkan-docs/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 17:50:01 UTC (rev 337233) @@ -0,0 +1,35 @@ +# Maintainer: Laurent Carlier + +pkgbase=vulkan-docs +pkgname=(vulkan-html-docs) +pkgver=1.1.89 +pkgrel=1 +epoch=1 +_pkgname=Vulkan-Docs +arch=(any) +url="https://www.khronos.org/vulkan/"; +license=('custom') +makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git) +groups=(vulkan-devel) +source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";) +sha256sums=('5d431963e2db36abe0c166e337925200768946e9348bca215b612f06f2aff0fd') + +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + + ./makeAllExts html +} + +package_vulkan-html-docs() { + pkgdesc="Vulkan html documentation" + cd "${_pkgname}-${pkgver}" + + install -dm755 "${pkgdir}/usr/share/doc/vulkan" + install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}" + + mv -v out/*.html "${pkgdir}/usr/share/doc/vulkan/" + mv -v out/html/* "${pkgdir}/usr/share/doc/vulkan/" + + install -m644 copyright-ccby.txt ${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt + install -m644 copyright-spec.txt ${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt +}
[arch-commits] Commit in ibus-m17n/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:48:35 Author: felixonmars Revision: 398842 archrelease: copy trunk to community-x86_64 Added: ibus-m17n/repos/community-x86_64/PKGBUILD (from rev 398841, ibus-m17n/trunk/PKGBUILD) Deleted: ibus-m17n/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 75 ++--- 1 file changed, 37 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 17:48:13 UTC (rev 398841) +++ PKGBUILD2018-10-24 17:48:35 UTC (rev 398842) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: Lonfucius -# Contributor: Jesse Jaara - -pkgname=ibus-m17n -pkgver=1.3.4 -pkgrel=5 -pkgdesc='M17N engine for IBus' -arch=('x86_64') -url='https://github.com/ibus/ibus/wiki' -license=('LGPL') -depends=('python2-pyenchant' 'ibus' 'm17n-db' 'm17n-lib') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibus/ibus-m17n/archive/${pkgver}.tar.gz";) -sha512sums=('9dbb5224fea377293a583e68598b36be4637698af0718c5117434d60b6a398bf94dc8cc2dbeef59c2d43bdab6f50e831bc60dd97112eed02105a3f2b9d55f026') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - - autoreconf -fi -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/ibus - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: ibus-m17n/repos/community-x86_64/PKGBUILD (from rev 398841, ibus-m17n/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 17:48:35 UTC (rev 398842) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: Lonfucius +# Contributor: Jesse Jaara + +pkgname=ibus-m17n +pkgver=1.4.0 +pkgrel=1 +pkgdesc='M17N engine for IBus' +arch=('x86_64') +url='https://github.com/ibus/ibus/wiki' +license=('LGPL') +depends=('python2-pyenchant' 'ibus' 'm17n-db' 'm17n-lib') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibus/ibus-m17n/archive/${pkgver}.tar.gz";) +sha512sums=('56122b62148c159e238a5b81709d750c1a99f6f60da70c2c832a220a1f5769fa1ccada44451e39a384f4971fc748b42c96fbfa5446c7407934f4d1e7ae8b5285') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + autoreconf -fi +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/ibus + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in ibus-m17n/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:48:13 Author: felixonmars Revision: 398841 upgpkg: ibus-m17n 1.4.0-1 Modified: ibus-m17n/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 17:48:02 UTC (rev 398840) +++ PKGBUILD2018-10-24 17:48:13 UTC (rev 398841) @@ -4,8 +4,8 @@ # Contributor: Jesse Jaara pkgname=ibus-m17n -pkgver=1.3.4 -pkgrel=5 +pkgver=1.4.0 +pkgrel=1 pkgdesc='M17N engine for IBus' arch=('x86_64') url='https://github.com/ibus/ibus/wiki' @@ -12,7 +12,7 @@ license=('LGPL') depends=('python2-pyenchant' 'ibus' 'm17n-db' 'm17n-lib') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibus/ibus-m17n/archive/${pkgver}.tar.gz";) -sha512sums=('9dbb5224fea377293a583e68598b36be4637698af0718c5117434d60b6a398bf94dc8cc2dbeef59c2d43bdab6f50e831bc60dd97112eed02105a3f2b9d55f026') +sha512sums=('56122b62148c159e238a5b81709d750c1a99f6f60da70c2c832a220a1f5769fa1ccada44451e39a384f4971fc748b42c96fbfa5446c7407934f4d1e7ae8b5285') prepare() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in haskell-texmath/repos (2 files)
Date: Wednesday, October 24, 2018 @ 17:48:02 Author: felixonmars Revision: 398840 archrelease: copy trunk to community-staging-x86_64 Added: haskell-texmath/repos/community-staging-x86_64/ haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 398839, haskell-texmath/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 398839, haskell-texmath/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-10-24 17:48:02 UTC (rev 398840) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=texmath +pkgname=haskell-texmath +pkgver=0.11.1.2 +pkgrel=1 +pkgdesc="Conversion between formats used to represent mathematics." +url="https://github.com/jgm/texmath"; +license=("GPL2") +arch=('x86_64') +depends=('ghc-libs' 'haskell-network-uri' 'haskell-pandoc-types' + 'haskell-syb' 'haskell-xml') +makedepends=('ghc' 'haskell-split' 'haskell-temporary' 'haskell-utf8-string') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('f8f0642d38302579784a3a15b3e3ebdbb8d8e84aba8efeea51c7d09681fbf36a12af8123a75eeffa7950b3bc56c036a6dd54d14713037d60f98889dfaa80613f') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fnetwork-uri -f-executable +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-texmath/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:47:44 Author: felixonmars Revision: 398839 upgpkg: haskell-texmath 0.11.1.2-1 rebuild with texmath 0.11.1.2 Modified: haskell-texmath/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 17:44:28 UTC (rev 398838) +++ PKGBUILD2018-10-24 17:47:44 UTC (rev 398839) @@ -3,8 +3,8 @@ _hkgname=texmath pkgname=haskell-texmath -pkgver=0.11.1.1 -pkgrel=8 +pkgver=0.11.1.2 +pkgrel=1 pkgdesc="Conversion between formats used to represent mathematics." url="https://github.com/jgm/texmath"; license=("GPL2") @@ -13,7 +13,7 @@ 'haskell-syb' 'haskell-xml') makedepends=('ghc' 'haskell-split' 'haskell-temporary' 'haskell-utf8-string') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('aedfc685c21729cbb528bf1a80f9055b0b939f787adbca89398b899c7c33972b10445283097fcb4efee5253ea1854a32945066483f6425f57fd85458db668304') +sha512sums=('f8f0642d38302579784a3a15b3e3ebdbb8d8e84aba8efeea51c7d09681fbf36a12af8123a75eeffa7950b3bc56c036a6dd54d14713037d60f98889dfaa80613f') build() { cd $_hkgname-$pkgver
[arch-commits] Commit in vulkan-headers/repos/extra-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:46:33 Author: lcarlier Revision: 337230 archrelease: copy trunk to extra-any Added: vulkan-headers/repos/extra-any/PKGBUILD (from rev 337229, vulkan-headers/trunk/PKGBUILD) Deleted: vulkan-headers/repos/extra-any/PKGBUILD --+ PKGBUILD | 78 ++--- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 17:46:27 UTC (rev 337229) +++ PKGBUILD2018-10-24 17:46:33 UTC (rev 337230) @@ -1,39 +0,0 @@ -# Maintainer: Laurent Carlier - -pkgname=vulkan-headers -_pkgname=Vulkan-Headers -pkgver=1.1.85+103+2fd5a24 -pkgrel=1 -epoch=1 -pkgdesc="Vulkan header files" -arch=(any) -url="https://www.khronos.org/vulkan/"; -license=('APACHE') -makedepends=(cmake git) -provides=("vulkan-hpp=${pkgver}") -groups=(vulkan-devel) -#source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz";) -source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=2fd5a24ec4a6df303b2155b3f85b6b8c1d56f6c0";) -sha256sums=('SKIP') - -pkgver() { - cd Vulkan-Headers - - echo 1.1.85+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) -} - -build() { - cd Vulkan-Headers - - rm -rf build ; mkdir build ; cd build - cmake -DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ -.. - make -} - -package() { - cd Vulkan-Headers/build - - make DESTDIR="${pkgdir}" install -} Copied: vulkan-headers/repos/extra-any/PKGBUILD (from rev 337229, vulkan-headers/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 17:46:33 UTC (rev 337230) @@ -0,0 +1,39 @@ +# Maintainer: Laurent Carlier + +pkgname=vulkan-headers +_pkgname=Vulkan-Headers +pkgver=1.1.89+108+aaca7ba +pkgrel=1 +epoch=1 +pkgdesc="Vulkan header files" +arch=(any) +url="https://www.khronos.org/vulkan/"; +license=('APACHE') +makedepends=(cmake git) +provides=("vulkan-hpp=${pkgver}") +groups=(vulkan-devel) +#source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz";) +source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=aaca7baef0132f5f8c8f89ee07e3a27aca52b59c";) +sha256sums=('SKIP') + +pkgver() { + cd Vulkan-Headers + + echo 1.1.89+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) +} + +build() { + cd Vulkan-Headers + + rm -rf build ; mkdir build ; cd build + cmake -DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +.. + make +} + +package() { + cd Vulkan-Headers/build + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in gnu-efi-libs/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:46:40 Author: anatolik Revision: 337231 archrelease: copy trunk to extra-x86_64 Added: gnu-efi-libs/repos/extra-x86_64/PKGBUILD (from rev 337229, gnu-efi-libs/trunk/PKGBUILD) Deleted: gnu-efi-libs/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 17:46:33 UTC (rev 337230) +++ PKGBUILD2018-10-24 17:46:40 UTC (rev 337231) @@ -1,34 +0,0 @@ -# Maintainer: Tobias Powalowski -# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> -# Contributor: Alessio 'mOLOk' Bolognino - -[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64" -[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32" - -_pkgver=3.0.8 -pkgname="gnu-efi-libs" -pkgver="${_pkgver}" -pkgrel=1 -pkgdesc="Library for building UEFI Applications using GNU toolchain" -url="http://sourceforge.net/projects/gnu-efi/"; -license=('GPL') -arch=('x86_64') -options=('!strip' '!makeflags' '!buildflags') -makedepends=('pciutils') -source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";) -md5sums=('ae32011cfe6b1c40c0f244b9a49ba181') - -build() { - cd "${srcdir}/gnu-efi-${_pkgver}/" - - make lib gnuefi inc apps -} - -package() { - cd "${srcdir}/gnu-efi-${_pkgver}/" - - make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install - - install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/" - install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/" -} Copied: gnu-efi-libs/repos/extra-x86_64/PKGBUILD (from rev 337229, gnu-efi-libs/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 17:46:40 UTC (rev 337231) @@ -0,0 +1,34 @@ +# Maintainer: Tobias Powalowski +# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> +# Contributor: Alessio 'mOLOk' Bolognino + +[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64" +[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32" + +_pkgver=3.0.9 +pkgname="gnu-efi-libs" +pkgver="${_pkgver}" +pkgrel=1 +pkgdesc="Library for building UEFI Applications using GNU toolchain" +url="http://sourceforge.net/projects/gnu-efi/"; +license=('GPL') +arch=('x86_64') +options=('!strip' '!makeflags' '!buildflags') +makedepends=('pciutils') +source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";) +md5sums=('32af17b917545a693e549af2439c4a99') + +build() { + cd "${srcdir}/gnu-efi-${_pkgver}/" + + make lib gnuefi inc apps +} + +package() { + cd "${srcdir}/gnu-efi-${_pkgver}/" + + make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install + + install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/" + install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/" +}
[arch-commits] Commit in vulkan-headers/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:46:27 Author: lcarlier Revision: 337229 upgpkg: vulkan-headers 1:1.1.89+108+aaca7ba-1 upstream update 1.1.89 Modified: vulkan-headers/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 17:46:15 UTC (rev 337228) +++ PKGBUILD2018-10-24 17:46:27 UTC (rev 337229) @@ -2,7 +2,7 @@ pkgname=vulkan-headers _pkgname=Vulkan-Headers -pkgver=1.1.85+103+2fd5a24 +pkgver=1.1.89+108+aaca7ba pkgrel=1 epoch=1 pkgdesc="Vulkan header files" @@ -13,13 +13,13 @@ provides=("vulkan-hpp=${pkgver}") groups=(vulkan-devel) #source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz";) -source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=2fd5a24ec4a6df303b2155b3f85b6b8c1d56f6c0";) +source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=aaca7baef0132f5f8c8f89ee07e3a27aca52b59c";) sha256sums=('SKIP') pkgver() { cd Vulkan-Headers - echo 1.1.85+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) + echo 1.1.89+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) } build() {
[arch-commits] Commit in gnu-efi-libs/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:46:15 Author: anatolik Revision: 337228 upgpkg: gnu-efi-libs 3.0.9-1 Modified: gnu-efi-libs/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 17:45:32 UTC (rev 337227) +++ PKGBUILD2018-10-24 17:46:15 UTC (rev 337228) @@ -5,7 +5,7 @@ [[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64" [[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32" -_pkgver=3.0.8 +_pkgver=3.0.9 pkgname="gnu-efi-libs" pkgver="${_pkgver}" pkgrel=1 @@ -16,7 +16,7 @@ options=('!strip' '!makeflags' '!buildflags') makedepends=('pciutils') source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";) -md5sums=('ae32011cfe6b1c40c0f244b9a49ba181') +md5sums=('32af17b917545a693e549af2439c4a99') build() { cd "${srcdir}/gnu-efi-${_pkgver}/"
[arch-commits] Commit in python-zope-interface/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:45:13 Author: felixonmars Revision: 337226 upgpkg: python-zope-interface 4.6.0-1 Modified: python-zope-interface/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 17:08:20 UTC (rev 337225) +++ PKGBUILD2018-10-24 17:45:13 UTC (rev 337226) @@ -4,8 +4,8 @@ pkgbase=python-zope-interface pkgname=('python-zope-interface' 'python2-zope-interface') -pkgver=4.5.0 -pkgrel=2 +pkgver=4.6.0 +pkgrel=1 license=('ZPL') arch=('x86_64') url="http://pypi.python.org/pypi/zope.interface"; @@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python2-setuptools') checkdepends=('python-zope-event' 'python2-zope-event') source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz";) -sha512sums=('d3a256723901bf505e4caa0f9988814cd583aefa1adced7ea9ce0a9130e67909f8d6b5dd20d986182a34ea216d63aec1aa4513fc76110e6d96a43a49f1719ee1') +sha512sums=('cb82144f0b228dd4d2f7cbfba130ee190265bf809d4e928262935c3b5551a3a298df4eba2dfe7ecde96fed27f39f59ab95e9c11f3eadf0fdc13f61b5c046f78f') prepare() { cp -a zope.interface-${pkgver}{,-py2}
[arch-commits] Commit in python-zope-interface/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:45:32 Author: felixonmars Revision: 337227 archrelease: copy trunk to extra-x86_64 Added: python-zope-interface/repos/extra-x86_64/PKGBUILD (from rev 337226, python-zope-interface/trunk/PKGBUILD) Deleted: python-zope-interface/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 103 ++--- 1 file changed, 51 insertions(+), 52 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 17:45:13 UTC (rev 337226) +++ PKGBUILD2018-10-24 17:45:32 UTC (rev 337227) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer : Felix Yan -# Contributor: Ionut Biru -# Contributor: Douglas Soares de Andrade - -pkgbase=python-zope-interface -pkgname=('python-zope-interface' 'python2-zope-interface') -pkgver=4.5.0 -pkgrel=2 -license=('ZPL') -arch=('x86_64') -url="http://pypi.python.org/pypi/zope.interface"; -makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-zope-event' 'python2-zope-event') -source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz";) -sha512sums=('d3a256723901bf505e4caa0f9988814cd583aefa1adced7ea9ce0a9130e67909f8d6b5dd20d986182a34ea216d63aec1aa4513fc76110e6d96a43a49f1719ee1') - -prepare() { - cp -a zope.interface-${pkgver}{,-py2} -} - -build() { - cd "$srcdir"/zope.interface-$pkgver - python setup.py build - - cd "$srcdir"/zope.interface-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/zope.interface-$pkgver - python setup.py test - - cd "$srcdir"/zope.interface-$pkgver-py2 - python2 setup.py test -} - -package_python-zope-interface() { - pkgdesc='Zope Interfaces for Python 3.x' - depends=('python') - - cd zope.interface-$pkgver - python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 -} - -package_python2-zope-interface(){ - pkgdesc='Zope Interfaces for Python 2.x' - depends=('python2') - - cd zope.interface-$pkgver-py2 - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 -} Copied: python-zope-interface/repos/extra-x86_64/PKGBUILD (from rev 337226, python-zope-interface/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 17:45:32 UTC (rev 337227) @@ -0,0 +1,51 @@ +# Maintainer : Felix Yan +# Contributor: Ionut Biru +# Contributor: Douglas Soares de Andrade + +pkgbase=python-zope-interface +pkgname=('python-zope-interface' 'python2-zope-interface') +pkgver=4.6.0 +pkgrel=1 +license=('ZPL') +arch=('x86_64') +url="http://pypi.python.org/pypi/zope.interface"; +makedepends=('python-setuptools' 'python2-setuptools') +checkdepends=('python-zope-event' 'python2-zope-event') +source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz";) +sha512sums=('cb82144f0b228dd4d2f7cbfba130ee190265bf809d4e928262935c3b5551a3a298df4eba2dfe7ecde96fed27f39f59ab95e9c11f3eadf0fdc13f61b5c046f78f') + +prepare() { + cp -a zope.interface-${pkgver}{,-py2} +} + +build() { + cd "$srcdir"/zope.interface-$pkgver + python setup.py build + + cd "$srcdir"/zope.interface-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/zope.interface-$pkgver + python setup.py test + + cd "$srcdir"/zope.interface-$pkgver-py2 + python2 setup.py test +} + +package_python-zope-interface() { + pkgdesc='Zope Interfaces for Python 3.x' + depends=('python') + + cd zope.interface-$pkgver + python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 +} + +package_python2-zope-interface(){ + pkgdesc='Zope Interfaces for Python 2.x' + depends=('python2') + + cd zope.interface-$pkgver-py2 + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-pycontracts/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:44:28 Author: felixonmars Revision: 398838 archrelease: copy trunk to community-any Added: python-pycontracts/repos/community-any/PKGBUILD (from rev 398837, python-pycontracts/trunk/PKGBUILD) Deleted: python-pycontracts/repos/community-any/PKGBUILD --+ PKGBUILD | 102 ++--- 1 file changed, 51 insertions(+), 51 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 17:44:08 UTC (rev 398837) +++ PKGBUILD2018-10-24 17:44:28 UTC (rev 398838) @@ -1,51 +0,0 @@ -# Maintainer: Felix Yan - -pkgbase=python-pycontracts -pkgname=(python-pycontracts python2-pycontracts) -pkgver=1.8.5 -pkgrel=1 -pkgdesc='Declare constraints on function parameters and return values' -arch=('any') -url="https://andreacensi.github.io/contracts"; -license=('GPL') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 'python2-pyparsing' - 'python-decorator' 'python2-decorator' 'python-six' 'python2-six' 'python-future' - 'python2-future') -checkdepends=('python-nose' 'python2-nose') -source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz";) -sha512sums=('0c095315b334a9de12ea5fe1a96a6269d8fe5f711025d6c9790a791df1cb7fda5d0a7fdad37005e556afbf3cd8819be93625ed7037ca89fe035892b41bdc48d8') - -prepare() { - cp -a PyContracts-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/PyContracts-$pkgver - python setup.py build - - cd "$srcdir"/PyContracts-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/PyContracts-$pkgver - python setup.py nosetests - - cd "$srcdir"/PyContracts-$pkgver-py2 - rm -r src/contracts-py3k-test - python2 setup.py nosetests -} - -package_python-pycontracts() { - depends=('python-pyparsing' 'python-decorator' 'python-six' 'python-future') - - cd PyContracts-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-pycontracts() { - depends=('python2-pyparsing' 'python2-decorator' 'python2-six' 'python2-future') - - cd PyContracts-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-pycontracts/repos/community-any/PKGBUILD (from rev 398837, python-pycontracts/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 17:44:28 UTC (rev 398838) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan + +pkgbase=python-pycontracts +pkgname=(python-pycontracts python2-pycontracts) +pkgver=1.8.6 +pkgrel=1 +pkgdesc='Declare constraints on function parameters and return values' +arch=('any') +url="https://andreacensi.github.io/contracts"; +license=('GPL') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 'python2-pyparsing' + 'python-decorator' 'python2-decorator' 'python-six' 'python2-six' 'python-future' + 'python2-future') +checkdepends=('python-nose' 'python2-nose') +source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz";) +sha512sums=('79c2993048c5a6dabb0055b0f2c3e349f4172165d04371a7c0cce6b3c1efd460669172a3f49c72515dbc2966f260a14b40ba1d1b88b2278deb7c0d6c853a653b') + +prepare() { + cp -a PyContracts-$pkgver{,-py2} +} + +build() { + cd "$srcdir"/PyContracts-$pkgver + python setup.py build + + cd "$srcdir"/PyContracts-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/PyContracts-$pkgver + python setup.py nosetests + + cd "$srcdir"/PyContracts-$pkgver-py2 + rm -r src/contracts-py3k-test + python2 setup.py nosetests +} + +package_python-pycontracts() { + depends=('python-pyparsing' 'python-decorator' 'python-six' 'python-future') + + cd PyContracts-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +} + +package_python2-pycontracts() { + depends=('python2-pyparsing' 'python2-decorator' 'python2-six' 'python2-future') + + cd PyContracts-$pkgver-py2 + python2 setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-pycontracts/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:44:08 Author: felixonmars Revision: 398837 upgpkg: python-pycontracts 1.8.6-1 Modified: python-pycontracts/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 15:43:25 UTC (rev 398836) +++ PKGBUILD2018-10-24 17:44:08 UTC (rev 398837) @@ -2,7 +2,7 @@ pkgbase=python-pycontracts pkgname=(python-pycontracts python2-pycontracts) -pkgver=1.8.5 +pkgver=1.8.6 pkgrel=1 pkgdesc='Declare constraints on function parameters and return values' arch=('any') @@ -13,7 +13,7 @@ 'python2-future') checkdepends=('python-nose' 'python2-nose') source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz";) -sha512sums=('0c095315b334a9de12ea5fe1a96a6269d8fe5f711025d6c9790a791df1cb7fda5d0a7fdad37005e556afbf3cd8819be93625ed7037ca89fe035892b41bdc48d8') +sha512sums=('79c2993048c5a6dabb0055b0f2c3e349f4172165d04371a7c0cce6b3c1efd460669172a3f49c72515dbc2966f260a14b40ba1d1b88b2278deb7c0d6c853a653b') prepare() { cp -a PyContracts-$pkgver{,-py2}
[arch-commits] Commit in mpc/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 17:08:20 Author: bisson Revision: 337225 archrelease: copy trunk to extra-x86_64 Added: mpc/repos/extra-x86_64/PKGBUILD (from rev 337224, mpc/trunk/PKGBUILD) Deleted: mpc/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 67 ++--- 1 file changed, 33 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 17:08:02 UTC (rev 337224) +++ PKGBUILD2018-10-24 17:08:20 UTC (rev 337225) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Contributor: Angel Velasquez -# Contributor: Andrea Scarpino -# Contributor: Alexander Fehr -# Contributor: Link Dupont - -pkgname=mpc -pkgver=0.30 -pkgrel=1 -pkgdesc='Minimalist command line interface to MPD' -url='https://www.musicpd.org/clients/mpc/' -license=('GPL2') -arch=('x86_64') -makedepends=('meson' 'python-sphinx') -depends=('libmpdclient') -validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') -source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha256sums=('65fc5b0a8430efe9acbe6e261127960682764b20ab994676371bdc797d867fce' -'SKIP') - -options=('!emptydirs') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - arch-meson . build - ninja -C build -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - DESTDIR="${pkgdir}" ninja -C build install - install -Dm644 contrib/mpc-completion.bash "${pkgdir}/usr/share/bash-completion/completions/mpc" -} Copied: mpc/repos/extra-x86_64/PKGBUILD (from rev 337224, mpc/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 17:08:20 UTC (rev 337225) @@ -0,0 +1,33 @@ +# Maintainer: Gaetan Bisson +# Contributor: Angel Velasquez +# Contributor: Andrea Scarpino +# Contributor: Alexander Fehr +# Contributor: Link Dupont + +pkgname=mpc +pkgver=0.31 +pkgrel=1 +pkgdesc='Minimalist command line interface to MPD' +url='https://www.musicpd.org/clients/mpc/' +license=('GPL2') +arch=('x86_64') +makedepends=('meson' 'python-sphinx') +depends=('libmpdclient') +validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') +source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +sha256sums=('62373e83a8a165b2ed43967975efecd3feee530f4557d6b861dd08aa89d52b2d' +'SKIP') + +options=('!emptydirs') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + arch-meson . build + ninja -C build +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + DESTDIR="${pkgdir}" ninja -C build install + install -Dm644 contrib/mpc-completion.bash "${pkgdir}/usr/share/bash-completion/completions/mpc" +}