[arch-commits] Commit in kodi-addon-visualization-projectm/trunk (PKGBUILD)

2019-03-06 Thread Ike Devolder via arch-commits
Date: Wednesday, March 6, 2019 @ 19:54:13
  Author: idevolder
Revision: 437895

upgpkg: kodi-addon-visualization-projectm 1:2.2.0-1

Modified:
  kodi-addon-visualization-projectm/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 19:36:26 UTC (rev 437894)
+++ PKGBUILD2019-03-06 19:54:13 UTC (rev 437895)
@@ -2,8 +2,8 @@
 
 pkgname=kodi-addon-visualization-projectm
 epoch=1
-pkgver=2.1.0
-pkgrel=7
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="ProjectM visualizer for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/visualization.projectm'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/visualization.projectm/archive/v$pkgver.tar.gz";
 )
-sha512sums=('74924f524d8e4d5c108cf23ae52d034404db9d1d5f63866cda920f552de93f524c6bd7eaff894295c2dae779be11dc17808540f22ad5f2536ec90166d2a95cec')
+sha512sums=('6b16f6d186d7ab3bcc84ef60a1227f61a6244c2328ba685d606a29dd6b8e08270e58de26498af274970c3e2ad0a41597cd091a30209ad05c88bb8313995ae3a7')
 
 build() {
 cd "visualization.projectm-$pkgver"


[arch-commits] Commit in kodi-addon-visualization-projectm/repos/community-x86_64 (2 files)

2019-03-06 Thread Ike Devolder via arch-commits
Date: Wednesday, March 6, 2019 @ 19:54:21
  Author: idevolder
Revision: 437896

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD
(from rev 437895, kodi-addon-visualization-projectm/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 19:54:13 UTC (rev 437895)
+++ PKGBUILD2019-03-06 19:54:21 UTC (rev 437896)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-projectm
-epoch=1
-pkgver=2.1.0
-pkgrel=7
-pkgdesc="ProjectM visualizer for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/visualization.projectm'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'projectm')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/visualization.projectm/archive/v$pkgver.tar.gz";
-)
-sha512sums=('74924f524d8e4d5c108cf23ae52d034404db9d1d5f63866cda920f552de93f524c6bd7eaff894295c2dae779be11dc17808540f22ad5f2536ec90166d2a95cec')
-
-build() {
-cd "visualization.projectm-$pkgver"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "visualization.projectm-$pkgver"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD (from 
rev 437895, kodi-addon-visualization-projectm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 19:54:21 UTC (rev 437896)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-projectm
+epoch=1
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="ProjectM visualizer for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/visualization.projectm'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi' 'projectm')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/visualization.projectm/archive/v$pkgver.tar.gz";
+)
+sha512sums=('6b16f6d186d7ab3bcc84ef60a1227f61a6244c2328ba685d606a29dd6b8e08270e58de26498af274970c3e2ad0a41597cd091a30209ad05c88bb8313995ae3a7')
+
+build() {
+cd "visualization.projectm-$pkgver"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+cd "visualization.projectm-$pkgver"
+make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 19:50:24
  Author: andyrtr
Revision: 347170

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 347169, man-pages/trunk/PKGBUILD)

--+
 PKGBUILD |   63 +
 1 file changed, 63 insertions(+)

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 347169, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-03-06 19:50:24 UTC (rev 347170)
@@ -0,0 +1,63 @@
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=5.00
+_posixver=2013-a
+pkgrel=1
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL' 'custom')
+url="http://man7.org/linux/man-pages/index.html";
+groups=('base')
+depends=()
+source=(https://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
+
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
+# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
+sha256sums=('5a2f5036b76cf3e67513fbe1fc97dbfc1503c67c6b8a1b39c2c92ba22166d900'
+'SKIP'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
+'SKIP')
+validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
+  
+  cd ${pkgdir}/usr/share/man
+  # included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # included in diffutils
+  rm -f man1/diff.1
+  # included in xf86-input-mouse
+  rm -f man4/mouse.4
+  # included in attr
+  rm -f man5/attr.5 
+  # included in lirc
+  rm -f man4/lirc.4
+  # included in keyutils
+  rm -f 
man7/{keyrings.7,persistent-keyring.7,process-keyring.7,session-keyring.7,thread-keyring.7,user-keyring.7,user-session-keyring.7}
+  # included in tzdata
+  rm -f man5/tzfile.5 man8/{tzselect,zdump,zic}.8
+}


[arch-commits] Commit in man-pages/trunk (PKGBUILD)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 19:50:11
  Author: andyrtr
Revision: 347169

upgpkg: man-pages 5.00-1

upstream update 5.00

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 19:42:38 UTC (rev 347168)
+++ PKGBUILD2019-03-06 19:50:11 UTC (rev 347169)
@@ -1,9 +1,9 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.16
+pkgver=5.00
 _posixver=2013-a
-pkgrel=2
+pkgrel=1
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -13,7 +13,7 @@
 
source=(https://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('47ffcc0d27d50e497e290b27e8d76dbed4550db14c881f25b771bcaf28354db4'
+sha256sums=('5a2f5036b76cf3e67513fbe1fc97dbfc1503c67c6b8a1b39c2c92ba22166d900'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


[arch-commits] Commit in perl-image-exiftool/repos/extra-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Florian Pritz via arch-commits
Date: Wednesday, March 6, 2019 @ 19:42:38
  Author: bluewind
Revision: 347168

archrelease: copy trunk to extra-any

Added:
  perl-image-exiftool/repos/extra-any/PKGBUILD
(from rev 347167, perl-image-exiftool/trunk/PKGBUILD)
Deleted:
  perl-image-exiftool/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 19:42:23 UTC (rev 347167)
+++ PKGBUILD2019-03-06 19:42:38 UTC (rev 347168)
@@ -1,39 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: tobias 
-# Contributor: Tobias Kieslich 
-# Contributor: Firmicus 
-
-pkgname=perl-image-exiftool
-_srcname=Image-ExifTool
-pkgver=11.11
-pkgrel=1
-pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
-arch=('any')
-url="http://search.cpan.org/perldoc?exiftool";
-license=('GPL')
-depends=('perl')
-provides=("perl-exiftool=$pkgver")
-replaces=("perl-exiftool")
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
-md5sums=('336b640f885f7807070436bcf12c8912')
-
-build() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -dm755 "$pkgdir/usr/share/$pkgname"
-  cp -r fmt_files config_files arg_files "$pkgdir/usr/share/$pkgname"
-}
-

Copied: perl-image-exiftool/repos/extra-any/PKGBUILD (from rev 347167, 
perl-image-exiftool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 19:42:38 UTC (rev 347168)
@@ -0,0 +1,39 @@
+# Maintainer: Florian Pritz 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Contributor: Firmicus 
+
+pkgname=perl-image-exiftool
+_srcname=Image-ExifTool
+pkgver=11.30
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://search.cpan.org/perldoc?exiftool";
+license=('GPL')
+depends=('perl')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
+md5sums=('3f0e368d9b1df5b5a50c9f03e5df6436')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -dm755 "$pkgdir/usr/share/$pkgname"
+  cp -r fmt_files config_files arg_files "$pkgdir/usr/share/$pkgname"
+}
+


[arch-commits] Commit in perl-image-exiftool/repos (community-any)

2019-03-06 Thread Florian Pritz via arch-commits
Date: Wednesday, March 6, 2019 @ 19:42:23
  Author: bluewind
Revision: 347167

remove wrong repo

Deleted:
  perl-image-exiftool/repos/community-any/


[arch-commits] Commit in python-hypothesis/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 19:36:13
  Author: felixonmars
Revision: 437893

upgpkg: python-hypothesis 4.8.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 18:08:24 UTC (rev 437892)
+++ PKGBUILD2019-03-06 19:36:13 UTC (rev 437893)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.7.19
+pkgver=4.8.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('df8bcc7702b97094ec390c73c098e5517594d5ba130f3a79c34285ac28368fa842229308e320a49626b47031b1c715a79bb8e049e56bc6bf42769be04415')
+sha512sums=('c2d756538fb137ae13b99a2b82bcf006b9c0cb7eefd78af74107d670afc3209163d2cd994a4e0bfc8f76d318b8c35335ddd5f1c8371e29b75db0c61ba3ed8f93')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


[arch-commits] Commit in python-hypothesis/repos/community-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 19:36:26
  Author: felixonmars
Revision: 437894

archrelease: copy trunk to community-any

Added:
  python-hypothesis/repos/community-any/PKGBUILD
(from rev 437893, python-hypothesis/trunk/PKGBUILD)
Deleted:
  python-hypothesis/repos/community-any/PKGBUILD

--+
 PKGBUILD |  160 ++---
 1 file changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 19:36:13 UTC (rev 437893)
+++ PKGBUILD2019-03-06 19:36:26 UTC (rev 437894)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.7.19
-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-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('df8bcc7702b97094ec390c73c098e5517594d5ba130f3a79c34285ac28368fa842229308e320a49626b47031b1c715a79bb8e049e56bc6bf42769be04415')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  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
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  # https://github.com/python/typing/issues/612
-  python2 setup.py pytest || warning "Tests failed"
-  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'
-  'python-lark-parser: for lark 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'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 437893, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 19:36:26 UTC (rev 437894)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.8.0
+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-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+

[arch-commits] Commit in nx/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 19:34:56
  Author: andyrtr
Revision: 347166

archrelease: copy trunk to testing-x86_64

Added:
  nx/repos/testing-x86_64/
  nx/repos/testing-x86_64/PKGBUILD
(from rev 347165, nx/trunk/PKGBUILD)

--+
 PKGBUILD |  130 +
 1 file changed, 130 insertions(+)

Copied: nx/repos/testing-x86_64/PKGBUILD (from rev 347165, nx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-06 19:34:56 UTC (rev 347166)
@@ -0,0 +1,130 @@
+# Maintainer: Andreas Radke 
+
+pkgbase=nx
+pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nxagent' 'nx-headers')
+pkgver=3.5.99.19
+pkgrel=1
+arch=('x86_64')
+url="https://arctica-project.org";
+license=('GPL')
+# https://github.com/ArcticaProject/nx-libs/blob/3.6.x/nx-libs.spec
+makedepends=(# runtime dependencies from subpackages
+ 'libjpeg-turbo' 'libpng' 'gcc-libs'
+ 'libxml2' 'xkeyboard-config' 'xorg-xkbcomp'
+ 'xorg-xkbcomp' 'libxfont2' 'libxinerama'
+ 'xorg-font-util'  'pixman'
+ 'libxrandr' 'libxtst' 'libxcomposite' 'libxpm' 'libxdamage'
+ # make dependencies
+ 'xorgproto' 'imake'
+)
+source=(https://github.com/ArcticaProject/nx-libs/archive/$pkgver/nx-libs-$pkgver.tar.gz)
+sha256sums=('4fd7c392c591a2fab06ddc598bd7488c81a20125f01cf4ce4dfd2934de4613df')
+validpgpkeys=('1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B' # X2go Git 
Administrator 
+  '9BFBAEE86C0AA5FFBF2207829AF46B3025771B31') # Mike Gabriel 

+
+build() {
+  cd "${srcdir}/nx-libs-$pkgver"
+  
+  # let makepkg zip the man files
+  sed -i "s:gzip:#gzip:g" Makefile
+
+  make \
+PREFIX=/usr \
+CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include" \
+IMAKE_DEFINES="-DUseTIRPC=YES"
+
+  # fake install
+  mkdir $srcdir/fakeinstall
+  make install \
+   PREFIX=/usr \
+   DESTDIR="$srcdir/fakeinstall" \
+   LIBDIR=/usr/lib \
+   SHLIBDIR=/usr/lib \
+   INSTALL_DIR="install -dm0755" \
+   INSTALL_FILE="install -pm0644" \
+   INSTALL_PROGRAM="install -pm0755"
+}
+
+package_libxcomp() {
+  
+  pkgdesc="NX X compression library"
+  depends=('libjpeg-turbo' 'libpng' 'gcc-libs')
+   
+  install -dm755 ${pkgdir}/usr/lib
+  cp -a ${srcdir}/fakeinstall/usr/lib/libXcomp.so* ${pkgdir}/usr/lib
+}
+
+package_nxproxy() {
+
+  pkgdesc="NX proxy"
+  depends=('libxcomp' )
+  
+  install -dm755 ${pkgdir}/usr/{bin,share/man/man1}
+  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
+  # the wrapper
+  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/bin
+}
+
+package_nx-x11() {
+ 
+  pkgdesc="NX-X11 lib for the NX framework"
+  depends=('libxcomp')
+   
+  install -dm755 ${pkgdir}/usr/{lib/nx/X11,share/nx}
+  cp -aR ${srcdir}/fakeinstall/usr/lib/nx/X11/* ${pkgdir}/usr/lib/nx/X11
+  cp -aR ${srcdir}/fakeinstall/usr/lib/libNX* ${pkgdir}/usr/lib
+  
+  # fonts symlink
+  ln -vsf /usr/share/fonts ${pkgdir}/usr/share/nx/fonts
+}
+
+package_nxagent() {
+  
+  pkgdesc="NX X server based on Xnest"
+  backup=(etc/nxagent/keystrokes.cfg)
+  depends=('nx-x11' 'libxcomp' 'libxml2' 'xkeyboard-config' 'xorg-xkbcomp'
+   'xorg-xkbcomp' 'libxfont2' 'libxinerama'
+   'xorg-font-util'  'libxfont2' 'libxinerama' 'pixman'
+   'libxrandr' 'libxtst' 'libxcomposite' 'libxpm' 'libxdamage')
+  conflicts=('nx-xcompext')
+   
+  install -dm755 
${pkgdir}/usr/{bin,lib/nx/bin,share/nx,share/man/man1,share/pixmaps}
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxagent ${pkgdir}/usr/lib/nx/bin
+  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxagent.1 
${pkgdir}/usr/share/man/man1
+  cp -a ${srcdir}/fakeinstall/usr/share/pixmaps/nxagent.xpm 
${pkgdir}/usr/share/pixmaps
+
+  # the wrapper
+  cp -a ${srcdir}/fakeinstall/usr/bin/nxagent ${pkgdir}/usr/bin
+  
+  # additional files for documentation
+  cp -a ${srcdir}/fakeinstall/usr/share/nx/SecurityPolicy 
${pkgdir}/usr/share/nx
+  
+  cp -a ${srcdir}/fakeinstall/usr/lib/libXcompshad.so* ${pkgdir}/usr/lib
+  
+  # Needed for nxagent to find the keymap directory
+  install -dm755 ${pkgdir}/usr/lib/X11/xkb
+  touch ${pkgdir}/usr/lib/X11/xkb/keymap.dir
+  
+  install -dm755 ${pkgdir}/etc/nxagent
+  cp -a ${srcdir}/fakeinstall/etc/nxagent/keystrokes.cfg ${pkgdir}/etc/nxagent
+
+  # add symlinks required for proper Xinerama support # FS#41037
+  install -dm755 ${pkgdir}/usr/lib/nx/X11/Xinerama
+  cd ${pkgdir}/usr/lib/nx/X11/Xinerama
+  ln -sv /usr/lib/libX11.so.6 libNX_X11.so.6
+  ln -sv /usr/lib/libXext.so.6 libNX_Xext.so.6
+  ln -sv /usr/lib/libNX_Xinerama.so.1 libNX_Xinerama.so.1
+}
+
+package_nx-headers() {
+
+  pkgdesc="NX headers"
+  
+  install -dm755 ${pkgdir}/usr/include
+  cp -aR ${srcdir}/fakeinstall/usr/include/* ${pkgdir}/usr/include

[arch-commits] Commit in nx/trunk (PKGBUILD)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 19:34:44
  Author: andyrtr
Revision: 347165

upgpkg: nx 3.5.99.19-1

upstream update 3.5.99.19

Modified:
  nx/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 19:19:19 UTC (rev 347164)
+++ PKGBUILD2019-03-06 19:34:44 UTC (rev 347165)
@@ -2,7 +2,7 @@
 
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nxagent' 'nx-headers')
-pkgver=3.5.99.18
+pkgver=3.5.99.19
 pkgrel=1
 arch=('x86_64')
 url="https://arctica-project.org";
@@ -18,7 +18,7 @@
  'xorgproto' 'imake'
 )
 
source=(https://github.com/ArcticaProject/nx-libs/archive/$pkgver/nx-libs-$pkgver.tar.gz)
-sha256sums=('26b255889e4beada029ed33629ad7c789662816c33691498993ac94decb7aebb')
+sha256sums=('4fd7c392c591a2fab06ddc598bd7488c81a20125f01cf4ce4dfd2934de4613df')
 validpgpkeys=('1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B' # X2go Git 
Administrator 
   '9BFBAEE86C0AA5FFBF2207829AF46B3025771B31') # Mike Gabriel 

 


[arch-commits] Commit in xf86-video-amdgpu/repos (2 files)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 19:19:19
  Author: andyrtr
Revision: 347164

archrelease: copy trunk to testing-x86_64

Added:
  xf86-video-amdgpu/repos/testing-x86_64/
  xf86-video-amdgpu/repos/testing-x86_64/PKGBUILD
(from rev 347163, xf86-video-amdgpu/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: xf86-video-amdgpu/repos/testing-x86_64/PKGBUILD (from rev 347163, 
xf86-video-amdgpu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-06 19:19:19 UTC (rev 347164)
@@ -0,0 +1,45 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-video-amdgpu
+pkgver=19.0.0
+pkgrel=1
+pkgdesc="X.org amdgpu video driver"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('systemd-libs' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=24.0')
+conflicts=('xorg-server<1.20.0' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('6a30fc03185816307f16693cd6b07f13694ca1b6b1327c58a951bccc8082f112bb768ab610229dc1040617eef860fc1ab17a7e6bf635c5a4e454e252f3addca8'
+'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-amdgpu/trunk (PKGBUILD)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 19:19:13
  Author: andyrtr
Revision: 347163

upgpkg: xf86-video-amdgpu 19.0.0-1

upstream update 19.0.0

Modified:
  xf86-video-amdgpu/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 19:16:47 UTC (rev 347162)
+++ PKGBUILD2019-03-06 19:19:13 UTC (rev 347163)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-video-amdgpu
-pkgver=18.1.0
+pkgver=19.0.0
 pkgrel=1
 pkgdesc="X.org amdgpu video driver"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 conflicts=('xorg-server<1.20.0' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
 groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('e11f25bb51d718b8ea938ad2b8095323c0ab16f4ddffd92091d80f9a445a9672'
+sha512sums=('6a30fc03185816307f16693cd6b07f13694ca1b6b1327c58a951bccc8082f112bb768ab610229dc1040617eef860fc1ab17a7e6bf635c5a4e454e252f3addca8'
 'SKIP')
 validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

 


[arch-commits] Commit in xf86-video-ati/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 19:16:47
  Author: andyrtr
Revision: 347162

archrelease: copy trunk to testing-x86_64

Added:
  xf86-video-ati/repos/testing-x86_64/
  xf86-video-ati/repos/testing-x86_64/PKGBUILD
(from rev 347161, xf86-video-ati/trunk/PKGBUILD)

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Copied: xf86-video-ati/repos/testing-x86_64/PKGBUILD (from rev 347161, 
xf86-video-ati/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-06 19:16:47 UTC (rev 347162)
@@ -0,0 +1,46 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+pkgver=19.0.0
+pkgrel=1
+epoch=1
+pkgdesc="X.org ati video driver"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('systemd-libs' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=24.0')
+conflicts=('xorg-server<1.20.0' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('0674c8befa926fd3b431ce80d90f2cd0de17314efe7fd3a5ed0d78018d6cd32625b514bf68436a47eb15e5ad4b50317f3c09fd687b77e69a067d1210ee459827'
+'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-ati/trunk (PKGBUILD)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 19:16:35
  Author: andyrtr
Revision: 347161

upgpkg: xf86-video-ati 1:19.0.0-1

upstream update 19.0.0

Modified:
  xf86-video-ati/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 19:09:06 UTC (rev 347160)
+++ PKGBUILD2019-03-06 19:16:35 UTC (rev 347161)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-video-ati
-pkgver=18.1.0
+pkgver=19.0.0
 pkgrel=1
 epoch=1
 pkgdesc="X.org ati video driver"
@@ -14,7 +14,7 @@
 conflicts=('xorg-server<1.20.0' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
 groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53'
+sha512sums=('0674c8befa926fd3b431ce80d90f2cd0de17314efe7fd3a5ed0d78018d6cd32625b514bf68436a47eb15e5ad4b50317f3c09fd687b77e69a067d1210ee459827'
 'SKIP')
 validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

 


[arch-commits] Commit in tracker/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Jan Steffens via arch-commits
Date: Wednesday, March 6, 2019 @ 19:09:06
  Author: heftig
Revision: 347160

archrelease: copy trunk to extra-x86_64

Added:
  tracker/repos/extra-x86_64/PKGBUILD
(from rev 347159, tracker/trunk/PKGBUILD)
Deleted:
  tracker/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 19:08:49 UTC (rev 347159)
+++ PKGBUILD2019-03-06 19:09:06 UTC (rev 347160)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Alexander Fehr 
-
-pkgname=tracker
-pkgver=2.2.0
-pkgrel=3
-pkgdesc="Desktop-neutral user information store, search tool and indexer"
-url="https://wiki.gnome.org/Projects/Tracker";
-arch=(x86_64)
-license=(GPL)
-depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup 
json-glib upower libnm)
-makedepends=(gobject-introspection intltool vala git gtk-doc bash-completion 
meson)
-checkdepends=(python2-gobject python2-dbus)
-groups=(gnome)
-_commit=b70b9e159538852f9a8cd267ad5d4d0b57fd8074  # tags/2_2_0^0
-source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Could not insert metadata for item "file:///…/foo.pdf": Parser error at 
byte XXX: Expected ObjectList
-  git cherry-pick -n 639d9b614afb9cb5eb6f7cc8d52d98ba04ad43a9
-
-  # Looks like a bugfix
-  git cherry-pick -n de70127517b7e86ca13fcc5554cb6dde270a27fa
-}
-
-build() {
-  # LTO breaks due to duplicate types:
-  # https://gitlab.gnome.org/GNOME/tracker/issues/44
-  arch-meson $pkgname build -D b_lto=false -D docs=true
-  ninja -C build
-}
-
-check() {
-  # Many tests are broken:
-  # - Assume schemas are installed
-  # - Assume services are autolaunched
-  dbus-run-session meson test -C build || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: tracker/repos/extra-x86_64/PKGBUILD (from rev 347159, 
tracker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 19:09:06 UTC (rev 347160)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgname=tracker
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Desktop-neutral user information store, search tool and indexer"
+url="https://wiki.gnome.org/Projects/Tracker";
+arch=(x86_64)
+license=(GPL)
+depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup 
json-glib upower libnm)
+makedepends=(gobject-introspection intltool vala git gtk-doc bash-completion 
meson)
+checkdepends=(python-gobject python-dbus)
+groups=(gnome)
+_commit=c09ac0beda85498b365a89863a2cfb25b490202a  # tags/2.2.1^0
+source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Could not insert metadata for item "file:///…/foo.pdf": Parser error at 
byte XXX: Expected ObjectList
+  git cherry-pick -n 639d9b614afb9cb5eb6f7cc8d52d98ba04ad43a9
+
+  # Looks like a bugfix
+  git cherry-pick -n de70127517b7e86ca13fcc5554cb6dde270a27fa
+}
+
+build() {
+  # LTO breaks due to duplicate types:
+  # https://gitlab.gnome.org/GNOME/tracker/issues/44
+  arch-meson $pkgname build -D b_lto=false -D docs=true
+  ninja -C build
+}
+
+check() {
+  # Many tests are broken:
+  # - Assume schemas are installed
+  # - Assume services are autolaunched
+  dbus-run-session meson test -C build || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in tracker/trunk (PKGBUILD)

2019-03-06 Thread Jan Steffens via arch-commits
Date: Wednesday, March 6, 2019 @ 19:08:49
  Author: heftig
Revision: 347159

2.2.1-1

Modified:
  tracker/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 18:58:52 UTC (rev 347158)
+++ PKGBUILD2019-03-06 19:08:49 UTC (rev 347159)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Fehr 
 
 pkgname=tracker
-pkgver=2.2.0
-pkgrel=3
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker";
 arch=(x86_64)
@@ -11,9 +11,9 @@
 license=(GPL)
 depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup 
json-glib upower libnm)
 makedepends=(gobject-introspection intltool vala git gtk-doc bash-completion 
meson)
-checkdepends=(python2-gobject python2-dbus)
+checkdepends=(python-gobject python-dbus)
 groups=(gnome)
-_commit=b70b9e159538852f9a8cd267ad5d4d0b57fd8074  # tags/2_2_0^0
+_commit=c09ac0beda85498b365a89863a2cfb25b490202a  # tags/2.2.1^0
 source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in perl-image-exiftool/repos (2 files)

2019-03-06 Thread Florian Pritz via arch-commits
Date: Wednesday, March 6, 2019 @ 18:58:52
  Author: bluewind
Revision: 347158

archrelease: copy trunk to community-any

Added:
  perl-image-exiftool/repos/community-any/
  perl-image-exiftool/repos/community-any/PKGBUILD
(from rev 347157, perl-image-exiftool/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: perl-image-exiftool/repos/community-any/PKGBUILD (from rev 347157, 
perl-image-exiftool/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-03-06 18:58:52 UTC (rev 347158)
@@ -0,0 +1,39 @@
+# Maintainer: Florian Pritz 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Contributor: Firmicus 
+
+pkgname=perl-image-exiftool
+_srcname=Image-ExifTool
+pkgver=11.30
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://search.cpan.org/perldoc?exiftool";
+license=('GPL')
+depends=('perl')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
+md5sums=('3f0e368d9b1df5b5a50c9f03e5df6436')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -dm755 "$pkgdir/usr/share/$pkgname"
+  cp -r fmt_files config_files arg_files "$pkgdir/usr/share/$pkgname"
+}
+


[arch-commits] Commit in perl-image-exiftool/trunk (PKGBUILD)

2019-03-06 Thread Florian Pritz via arch-commits
Date: Wednesday, March 6, 2019 @ 18:58:49
  Author: bluewind
Revision: 347157

upgpkg: perl-image-exiftool 11.30-1

upstream update

Modified:
  perl-image-exiftool/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 18:56:49 UTC (rev 347156)
+++ PKGBUILD2019-03-06 18:58:49 UTC (rev 347157)
@@ -5,7 +5,7 @@
 
 pkgname=perl-image-exiftool
 _srcname=Image-ExifTool
-pkgver=11.11
+pkgver=11.30
 pkgrel=1
 pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
 arch=('any')
@@ -16,7 +16,7 @@
 replaces=("perl-exiftool")
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
-md5sums=('336b640f885f7807070436bcf12c8912')
+md5sums=('3f0e368d9b1df5b5a50c9f03e5df6436')
 
 build() {
   cd "${srcdir}/${_srcname}-${pkgver}"


[arch-commits] Commit in libreoffice-fresh/repos (6 files)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 18:56:49
  Author: andyrtr
Revision: 347156

archrelease: copy trunk to testing-x86_64

Added:
  libreoffice-fresh/repos/testing-x86_64/
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
(from rev 347155, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-boost-1.69.patch
(from rev 347155, libreoffice-fresh/trunk/libreoffice-boost-1.69.patch)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
(from rev 347155, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
(from rev 347155, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 347155, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

--+
 PKGBUILD |  335 +
 libreoffice-boost-1.69.patch |   17 
 libreoffice-fresh.csh|8 
 libreoffice-fresh.sh |8 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 5 files changed, 386 insertions(+)

Copied: libreoffice-fresh/repos/testing-x86_64/PKGBUILD (from rev 347155, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-06 18:56:49 UTC (rev 347156)
@@ -0,0 +1,335 @@
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=6.2.1.2
+pkgver=6.2.1
+pkgrel=1
+arch=('x86_64')
+license=('LGPL3')
+url="https://www.libreoffice.org/";
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
+   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
+   'junit' 'libmythes' 'libwpg'  'java-environment=8' 'postgresql-libs' 
'mariadb-libs' 'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' 'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}";
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src";
+_additional_source_url="https://dev-www.libreoffice.org/src";
+_additional_source_url2="https://dev-www.libreoffice.org/extern";
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2018-04-23.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/pdfium-3550.tar.bz2
+   ${_additional_source_url}/lxml-4.1.1.tgz
+   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
+   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar
 # for test suite
+   
${_additional_source_url2}/49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b

[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 18:56:34
  Author: andyrtr
Revision: 347155

upgpkg: libreoffice-fresh 6.2.1-1

upstream update 6.2.1

Modified:
  libreoffice-fresh/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 18:14:42 UTC (rev 347154)
+++ PKGBUILD2019-03-06 18:56:34 UTC (rev 347155)
@@ -10,9 +10,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.2.0.3
-pkgver=6.2.0
-pkgrel=3
+_LOver=6.2.1.2
+pkgver=6.2.1
+pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/";
@@ -71,11 +71,11 @@
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('87d0581afbc582fdccf5e95a749a38572c62979a4b1c7f144b4854b93d6b1ade'
+sha256sums=('0e1d4fc442e21a163cd4a4e356b94ac99865d1d02b2d36e472b1ec232c22595c'
 'SKIP'
-'a6e7c7cf927182572405af1be100363abc9ca9fbbddb4418f97e54d481cc'
+'3444086cf346a20c76b68564a4890152674656d595fb20fdd47b613c6569cf19'
 'SKIP'
-'9165c136e366a75a3a9403c2d1f0b1d48d708e72877f9180cbae25c0e33d7e03'
+'be2e48e40ce14d68649e118846c993d34186ac13a1f4c3c53b988ef573260da0'
 'SKIP'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
 '1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'


[arch-commits] Commit in php/trunk (PKGBUILD)

2019-03-06 Thread Pierre Schmitz via arch-commits
Date: Wednesday, March 6, 2019 @ 18:14:22
  Author: pierre
Revision: 347153

upgpkg: php 7.3.3-1

Modified:
  php/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 18:08:49 UTC (rev 347152)
+++ PKGBUILD2019-03-06 18:14:22 UTC (rev 347153)
@@ -20,7 +20,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=7.3.2
+pkgver=7.3.3
 pkgrel=1
 arch=('x86_64')
 license=('PHP')
@@ -31,7 +31,7 @@
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch'
 'enchant-2.patch' 'freetype.patch')
-sha256sums=('010b868b4456644ae227d05ad236c8b0a1f57dc6320e7e5ad75e86c5baf0a9a8'
+sha256sums=('6bb03e79a183d0cb059a6d117bbb2e0679cab667fb713a13c6a16f56bebab9b3'
 'SKIP'
 '62e5ceea3c90a3c6eab1166488f876e766efcfd7d4e973c44060a9e72d51a98a'
 'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'


[arch-commits] Commit in php/repos/extra-x86_64 (18 files)

2019-03-06 Thread Pierre Schmitz via arch-commits
Date: Wednesday, March 6, 2019 @ 18:14:42
  Author: pierre
Revision: 347154

archrelease: copy trunk to extra-x86_64

Added:
  php/repos/extra-x86_64/PKGBUILD
(from rev 347153, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 347153, php/trunk/apache.conf)
  php/repos/extra-x86_64/apache.patch
(from rev 347153, php/trunk/apache.patch)
  php/repos/extra-x86_64/enchant-2.patch
(from rev 347153, php/trunk/enchant-2.patch)
  php/repos/extra-x86_64/freetype.patch
(from rev 347153, php/trunk/freetype.patch)
  php/repos/extra-x86_64/generate_patches
(from rev 347153, php/trunk/generate_patches)
  php/repos/extra-x86_64/php-fpm.patch
(from rev 347153, php/trunk/php-fpm.patch)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 347153, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 347153, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/apache.patch
  php/repos/extra-x86_64/enchant-2.patch
  php/repos/extra-x86_64/freetype.patch
  php/repos/extra-x86_64/generate_patches
  php/repos/extra-x86_64/php-fpm.patch
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

--+
 PKGBUILD |  684 ++---
 apache.conf  |   26 +-
 apache.patch |   20 -
 enchant-2.patch  |  122 -
 freetype.patch   |   76 ++---
 generate_patches |   94 +++
 php-fpm.patch|  148 +--
 php-fpm.tmpfiles |2 
 php.ini.patch|  156 ++--
 9 files changed, 664 insertions(+), 664 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 18:14:22 UTC (rev 347153)
+++ PKGBUILD2019-03-06 18:14:42 UTC (rev 347154)
@@ -1,342 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgbase=php
-pkgname=('php'
- 'php-cgi'
- 'php-apache'
- 'php-fpm'
- 'php-embed'
- 'php-phpdbg'
- 'php-dblib'
- 'php-enchant'
- 'php-gd'
- 'php-imap'
- 'php-intl'
- 'php-sodium'
- 'php-odbc'
- 'php-pgsql'
- 'php-pspell'
- 'php-snmp'
- 'php-sqlite'
- 'php-tidy'
- 'php-xsl')
-pkgver=7.3.2
-pkgrel=1
-arch=('x86_64')
-license=('PHP')
-url='https://secure.php.net/'
-makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre2' 'libnsl')
-checkdepends=('procps-ng')
-source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch'
-'enchant-2.patch' 'freetype.patch')
-sha256sums=('010b868b4456644ae227d05ad236c8b0a1f57dc6320e7e5ad75e86c5baf0a9a8'
-'SKIP'
-'62e5ceea3c90a3c6eab1166488f876e766efcfd7d4e973c44060a9e72d51a98a'
-'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-'3de3c76930874c81824c23aa033cb9e66631659fd31f925d7c58f0479aeb18a9'
-'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
-'2e8794638f3218602ae542feabd1f7414faac895ac72aff3736ddba02b65b942'
-'3992491eebaf5b31f6b00095a7276d11682f9a8aaff473bfb25afbdcfa6eba32'
-'07c4648669dc05afc3c1ad5a4739768079c423b817eabf5296ca3d1ea5ffd163')
-validpgpkeys=('CBAF69F173A0FEA4B537F470D66C9593118BCCB6'
-  'F38252826ACD957EF380D39F2F7956BC5DA04B5D')
-
-prepare() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-
-   patch -p0 -i ${srcdir}/apache.patch
-   patch -p0 -i ${srcdir}/php-fpm.patch
-   patch -p0 -i ${srcdir}/php.ini.patch
-   patch -p1 -i ${srcdir}/enchant-2.patch
-   patch -p1 -i ${srcdir}/freetype.patch
-   autoconf
-
-   rm tests/output/stream_isatty_*.phpt
-}
-
-build() {
-   # http://site.icu-project.org/download/61#TOC-Migration-Issues
-   CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
-   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
-   --config-cache \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/php \
-   --localstatedir=/var \
-   --with-layout=GNU \
-   --with-config-file-path=/etc/php \
-   --with-config-file-scan-dir=/etc/php/conf.d \
-   --disable-rpath \
-   --mandir=/usr/share/man \
-   --without-pear \
-   "
-
-   local _phpextensions="\
-   --enable-bcmath=shared \
-   --enable-calendar=shared \
-   --enable-dba=shared \
-   --enable-exif=shared \
-   --enable-ftp=shared \
-   --enable-intl=shared \
-   --enable-mbstring \

[arch-commits] Commit in python-peewee/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 18:08:24
  Author: felixonmars
Revision: 437892

archrelease: copy trunk to community-x86_64

Added:
  python-peewee/repos/community-x86_64/PKGBUILD
(from rev 437891, python-peewee/trunk/PKGBUILD)
Deleted:
  python-peewee/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 18:08:11 UTC (rev 437891)
+++ PKGBUILD2019-03-06 18:08:24 UTC (rev 437892)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgbase=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/";
-arch=('x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
-  'python-psycopg2' 'python2-psycopg2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz";)
-sha512sums=('3ab1b9f83ecfaa7fc22a52b46d59d870c18d56e5862be7208add9a2a04040dc8418f789aac904a918d0e64694a548842f2ffdadd3d9b949356a164e9f913c384')
-
-prepare() {
-  cp -a peewee-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/peewee-$pkgver
-  python runtests.py
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 runtests.py
-}
-
-package_python-peewee() {
-  depends=('python' 'sqlite')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/pwiz{,2}.py
-}

Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 437891, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 18:08:24 UTC (rev 437892)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgbase=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=3.9.2
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/";
+arch=('x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
+  'python-psycopg2' 'python2-psycopg2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz";)
+sha512sums=('eba667adbe2e33b893a375b71c024633cecc68c317931575b44ac9bfa5a62e7d155b7815807af9fcc6b5d93d9b6d62ab2f26ed0b996fd70e2512d231108d1677')
+
+prepare() {
+  cp -a peewee-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/peewee-$pkgver
+  python runtests.py
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 runtests.py
+}
+
+package_python-peewee() {
+  depends=('python' 'sqlite')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/pwiz{,2}.py
+}


[arch-commits] Commit in libreoffice-fresh-i18n/repos (2 files)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 18:08:49
  Author: andyrtr
Revision: 347152

archrelease: copy trunk to testing-any

Added:
  libreoffice-fresh-i18n/repos/testing-any/
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD
(from rev 347151, libreoffice-fresh-i18n/trunk/PKGBUILD)

--+
 PKGBUILD |  541 +
 1 file changed, 541 insertions(+)

Copied: libreoffice-fresh-i18n/repos/testing-any/PKGBUILD (from rev 347151, 
libreoffice-fresh-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-03-06 18:08:49 UTC (rev 347152)
@@ -0,0 +1,541 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-fresh-i18n
+
+pkgver=6.2.1
+pkgrel=1
+_rcver=${pkgver}.2
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url="http://www.documentfoundation.org";
+license=('LGPL')
+
+#https://download.documentfoundation.org/mirrors/all.html
+
+_url="https://download.documentfoundation.org/libreoffice/stable";
+#_url="https://download.documentfoundation.org/libreoffice/testing";
+#_url="https://dev-builds.libreoffice.org/pre-releases";
+
+
+#_url+="/${pkgver}-rc2/rpm/x86_64"
+#_url+="/${pkgver}/rpm/x86_64"
+_url+="/${pkgver}/rpm/x86_64"
+#_url+="/rpm/x86_64"
+
+_languages=(
+  'af"Afrikaans"   0'
+  'am"Amharic" 1'
+  'ar"Arabic"  1'
+  'as"Assamese (India)"0'
+  'ast   "Asturianu"   1'
+  'be"Belarusian"  0'
+  'bg"Bulgarian"   1'
+  'bn"Bengali" 1'
+  'bn-IN "Bengali (India)" 1'
+  'bo"Tibetan" 1'
+  'br"Breton"  0'
+  'brx   "Bodo"0'
+  'bs"Bosnian" 1'
+  'ca"Catalan" 1'
+  'ca-valencia   "Catalan (Valencia)"  1'
+  'cs"Czech"   1'
+  'cy"Welsh"   0'
+  'da"Danish"  1'
+  'de"German"  1'
+  'dgo   "Dogri"   0'
+  'dz"Dzongkha"1'
+  'el"Greek"   1'
+  'en-GB "English (GB)"1'
+  'en-ZA "English (ZA)"1'
+  'eo"Esperanto"   1'
+  'es"Spanish" 1'
+  'et"Estonian"1'
+  'eu"Basque"  1'
+  'fa"Persian" 0'
+  'fi"Finnish" 1'
+  'fr"French"  1'
+  'ga"Irish"   0'
+  'gd"Gaelic (Scottish)"   0'
+  'gl"Galician"1'
+  'gu"Gujarati"1'
+  'he"Hebrew"  1'
+  'hi"Hindi"   1'
+  'hr"Croatian"1'
+  'hu"Hungarian"   1'
+  'id"Indonesian"  1'
+  'is"Icelandic"   1'
+  'it"Italian" 1'
+  'ja"Japanese"1'
+  'ka"Georgian"1'
+  'kk"Kazakh"  0'
+  'km"Khmer (Cambodia)"1'
+  'kmr-Latn  "Kurdish" 0'
+  'kn"Kannada" 0'
+  'ko"Korean"  1'
+  'kok   "Konkani" 0'
+  'ks"Kashmiri"0'
+  'lb"Luxembourgish"   0'
+  'lo"Lao" 1'
+  'lt"Lithuanian"  1'
+  'lv"Latvian" 1'
+  'mai   "Maithili"0'
+  'mk"Macedonian"  1'
+  'ml"Malayalam"   0'
+  'mn"Mongolian"   0'
+  'mni   "Manipuri"0'
+  'mr"Marathi" 0'
+  'my"Burmese" 0'
+  'nb"Norwegian Bokmal"1'
+  'ne"Nepali"  1'
+  'nl"Dutch"   1'
+  'nn"Norwegian Nynorsk"   1'
+  'nr"Ndebele (South)" 0'
+  'nso   "Northern Sotho"  0'
+  'oc"Occitan" 0'
+  'om"Oromo"   1'
+  'or"Oriya"   0'
+  'pa-IN "Punjabi (India)" 0'
+  'pl"Polish"  1'
+  'pt"Portuguese"  1'
+  'pt-BR "Portuguese (Brasil)" 1'
+  'ro"Romanian"1'
+  'r

[arch-commits] Commit in python-peewee/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 18:08:11
  Author: felixonmars
Revision: 437891

upgpkg: python-peewee 3.9.2-1

Modified:
  python-peewee/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 16:33:58 UTC (rev 437890)
+++ PKGBUILD2019-03-06 18:08:11 UTC (rev 437891)
@@ -5,7 +5,7 @@
 
 pkgbase=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.9.0
+pkgver=3.9.2
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/";
@@ -15,7 +15,7 @@
 checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
   'python-psycopg2' 'python2-psycopg2')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz";)
-sha512sums=('3ab1b9f83ecfaa7fc22a52b46d59d870c18d56e5862be7208add9a2a04040dc8418f789aac904a918d0e64694a548842f2ffdadd3d9b949356a164e9f913c384')
+sha512sums=('eba667adbe2e33b893a375b71c024633cecc68c317931575b44ac9bfa5a62e7d155b7815807af9fcc6b5d93d9b6d62ab2f26ed0b996fd70e2512d231108d1677')
 
 prepare() {
   cp -a peewee-$pkgver{,-py2}


[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 18:07:11
  Author: andyrtr
Revision: 347151

upgpkg: libreoffice-fresh-i18n 6.2.1-1

upstream update 6.2.1

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  350 ++---
 1 file changed, 175 insertions(+), 175 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 16:58:02 UTC (rev 347150)
+++ PKGBUILD2019-03-06 18:07:11 UTC (rev 347151)
@@ -3,9 +3,9 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=6.2.0
+pkgver=6.2.1
 pkgrel=1
-_rcver=${pkgver}.3
+_rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
 
@@ -137,351 +137,351 @@
   'zu"Zulu"0'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('364c7c18510054149c2409cf2ce49cb24f04823bc0f0c4e7bd8be4fe85925961'
+sha256sums=('dd69f954bef9d14d453fa1c3f817d112b0b497d0e1513619fc1dc4288f7f2832'
 'SKIP'
-'965c1d4a83d835ce1ff119481497c60ac6c380cc0a902c9cb2127748cf60aec2'
+'38edc6c7c1a459b3099c36bcf7620096602b8d8701b99ef7cab3585330197533'
 'SKIP'
-'eee7d5e58ad35f32fb3c36f30bbc282dcd16d4384fbdd97b66d0efd80894cba9'
+'83f22eecb07773d9c098c9c7a55947694a1276dcc035d8efeb62034ed81deaec'
 'SKIP'
-'7c209c57f3a0073ece868d5a25b3fad04d5e326265a4fb7e2b320714dc23532c'
+'80e7cd7d06cabdf5e550a10e87f9506e69f37a6d2b5170034fbc2ee7176c25b6'
 'SKIP'
-'d69f274d70766f4c1755fa2aac05b9a16f8b72c3f5389aedd681a239f7ca89bc'
+'616c70a76e317fd98b711bee81634ad62e0e4bce790c5ce1f7b767b944992b94'
 'SKIP'
-'112fed445e8b059a95ab6761d9c69b38b1a4e460c60b1a4704ed0c6f1ee4c5f7'
+'ab353f3b197615540990e43810bbcf874ed0ab129889b48c0d9d2b6739074be0'
 'SKIP'
-'70b178437915fa7da63ba4f3356bfed5a2b981625f3cb53b31166bddcf1ff867'
+'4f3cac5ea068c82af82f99190ee6cdb8fccd7cc6bc96f650e7998d2169f19687'
 'SKIP'
-'84d25effa0049735242651d8f9b9f75a51217aafa5b99fd5a06ee906418aefc0'
+'0fb23006ab5a120c353886fa7a440b0a6bca45c87c5361d748206dda711f0100'
 'SKIP'
-'c0f3f7ce916ccad8e05017e3b265f8cd62b651b157663363a00fe4e3fea2948a'
+'d675ef8d1e0ce3e540c33ef6a114bef351fdfa54d63bb92495d00fe2d3555040'
 'SKIP'
-'4640e4198110960678f761bd02b23a759f8bec3dd4b84bc33d982a86f922428b'
+'37d4ee1826fb865122d4a181aa59dfd248a76cce3c71426f8a105b5a0f91348a'
 'SKIP'
-'3b11703dfe5c26ac15e92f328abd503b72bca2f841175c2c06a0efa5435f5d02'
+'421ba04c5b8d075e8d75b42d45d58f699eefc19e4ff964fd97be95f3e40a92b7'
 'SKIP'
-'c2515788e2467e6af0f5a82fb0d62725b2092a916f73ba757ce1d34286f89588'
+'61bd989229136a3dbea339a37ef227d2415b9d2795a9655dfacecb6d0b8895bd'
 'SKIP'
-'82f680b7e07612a4819f0eb0ad770b6a73378812e1539ba71d881c44a845b268'
+'26bd293da637e6fecaa9ae5cd5855cfd0c8e48674a5a5a01b74158fc3b559584'
 'SKIP'
-'7a1591ed8a42d841cfd6b53fff03d3f116b48993239186babf6339c88fc7e9a4'
+'b0161e85b2dbeab14b6002c3b1b3c5f29bea05dab19710f0f47c7ca36745bee9'
 'SKIP'
-'a348497a3c485229133f83f89373cc8b4c6804fcbe291cd417f79052b93112ad'
+'ca0787951fe15b10cc1b4a695c98d25b78e36b51cf94fe4c3e14268bb7ff99ad'
 'SKIP'
-'1a646eb7a8c0ad709faddeaa03836c1308da9a926bfa38738bb242bc731a76cc'
+'aceb323857685d5ebe2390c3bdabaab0c01ab28bbdcd9cbc01b6cdd14b0694e9'
 'SKIP'
-'6e6c7fd63198e885399755332315c42618f24df39661165b61e34cbd92232d00'
+'3e0d20be5c19e9f87e65ff2c42aa443c7ca2fa95decf54f2c1f759b11910cf06'
 'SKIP'
-'c222bf3d788bbc720de6c9676ab2d7c8aa29557e7985db64786d476fc83f3e2d'
+'7fe77d0612e4d577c0bdb436c6893997aee0a15b563a4e977c5f188f84cf8104'
 'SKIP'
-'720297c8ec555b48ad53bec6b4417d088557aa0fa174f4dbe394314acaac3a2a'
+'ae61e8e521c7f10acdd471abc5e94c427649871e732d90eaec791a302ab8c81a'
 'SKIP'
-'11bb81a679d070a1ca64453ffbcf210a1cfc835d60d57edea9674de8872e1004'
+'ffcac2057fa06f21cb40a1593fd44d7cfe41701820965ecff7ad58a4505940b1'
 'SKIP'
-'d235a05b7ac13fafd54847a6a6e8a18d7cc51f6fcdb019c627f98ec9d88dcaeb'
+'a57973bb53401e811801ce0f8e21afd2723247e524d27be7b2cd7a14c778f61d'
 'SKIP'
-'7cfb310b1c4f66c0cfb546678bc05445ecc0a4ed20d34f2295e86cf3997534d0'
+'d0f654ced8b096424a383911607e411941b9ad30e94de56e86c8f29240fdd07e'
 'SKIP'
-'381ab245c367eaa715b978779b48f1945f01927e9ea17745549f3188f0c52131'
+'4c37b1fe99496460457cd222335b817553ecb8246875fc49b

[arch-commits] Commit in powerdevil/trunk (PKGBUILD)

2019-03-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 6, 2019 @ 16:13:16
  Author: arojas
Revision: 347142

Fix crash (FS#61926)

Modified:
  powerdevil/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 15:41:32 UTC (rev 347141)
+++ PKGBUILD2019-03-06 16:13:16 UTC (rev 347142)
@@ -4,7 +4,7 @@
 
 pkgname=powerdevil
 pkgver=5.15.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Manages the power consumption settings of a Plasma Shell'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -12,9 +12,11 @@
 depends=(plasma-workspace bluez-qt networkmanager-qt libkscreen)
 makedepends=(extra-cmake-modules kdoctools)
 groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-403776.patch::"https://cgit.kde.org/powerdevil.git/patch/?id=980156cd";)
 sha256sums=('a9cd03c3e236d85297cd3437d5ea3d68c70df140f0beb457beb2aea311e4853e'
-'SKIP')
+'SKIP'
+'aeaa926f5cd927bed9d5a253ded8d9aa8ae10b8a94a94f60dee0d6df59261ecc')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

@@ -22,6 +24,9 @@
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-403776.patch # Fix crash
 }
 
 build() {


[arch-commits] Commit in powerdevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 6, 2019 @ 16:13:42
  Author: arojas
Revision: 347143

archrelease: copy trunk to extra-x86_64

Added:
  powerdevil/repos/extra-x86_64/PKGBUILD
(from rev 347142, powerdevil/trunk/PKGBUILD)
Deleted:
  powerdevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   85 -
 1 file changed, 45 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 16:13:16 UTC (rev 347142)
+++ PKGBUILD2019-03-06 16:13:42 UTC (rev 347143)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=powerdevil
-pkgver=5.15.2
-pkgrel=1
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace bluez-qt networkmanager-qt libkscreen)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a9cd03c3e236d85297cd3437d5ea3d68c70df140f0beb457beb2aea311e4853e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: powerdevil/repos/extra-x86_64/PKGBUILD (from rev 347142, 
powerdevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 16:13:42 UTC (rev 347143)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=powerdevil
+pkgver=5.15.2
+pkgrel=2
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace bluez-qt networkmanager-qt libkscreen)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-403776.patch::"https://cgit.kde.org/powerdevil.git/patch/?id=980156cd";)
+sha256sums=('a9cd03c3e236d85297cd3437d5ea3d68c70df140f0beb457beb2aea311e4853e'
+'SKIP'
+'aeaa926f5cd927bed9d5a253ded8d9aa8ae10b8a94a94f60dee0d6df59261ecc')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-403776.patch # Fix crash
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in skk-jisyo/repos/community-any (4 files)

2019-03-06 Thread Jiachen Yang via arch-commits
Date: Wednesday, March 6, 2019 @ 16:10:31
  Author: farseerfc
Revision: 437865

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 437864, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 437864, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |  152 ++--
 skk-jisyo.install |   20 +++---
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 16:09:46 UTC (rev 437864)
+++ PKGBUILD2019-03-06 16:10:31 UTC (rev 437865)
@@ -1,76 +0,0 @@
-# Maintainer: Jiachen Yang 
-# Contributor: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20181202
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/";
-optdepends=('skktools: Dictionary maintenance tools')
-license=('GPL')
-install=${pkgname}.install
-
-_skk_jisyo_gz=(L
-   M
-   ML
-   S
-   JIS2
-   JIS2004
-   JIS3_4
-   assoc
-   china_taiwan
-   fullname
-   geo
-   itaiji
-   itaiji.JIS3_4
-   jinmei
-   law
-   lisp
-   mazegaki
-   okinawa
-   propernoun
-   pubdic+
-   requested
-   station
-   wrong
-   wrong.annotated)
-
-source=()
-for _t in "${_skk_jisyo_gz[@]}" ; do
-  
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz";)
-done
-
-md5sums=('a123330e8c80c85c4029a76d52a37076'
- 'f7aa51134b25c5481daca8cb396b3964'
- '7cf77e039da06101bef47adb30ca2b34'
- 'ad07adfb18b270d54faf0b8a63b4a296'
- 'dd400ae8446958dc8976b629a5afa37e'
- '87bb25fd8bbaaab7ad0af9ab1c2c6f2a'
- '569935e0fd4a8acf064f3ee5effec762'
- 'f4d39ee02f15216456bddc07d2b25559'
- '4bb61e3142c6d58e1cb991a5d8562cf3'
- '03282044a5069ac1baffb35e2e01199f'
- '1c6950951234f06168e16ab3718fbd90'
- 'e2df40facb2bc150fa12cdff6f168ab3'
- '2af0a6271df8f8e1e9ddac2d6be92d69'
- '87bab3dd7440c2577e28573a613c63e7'
- 'b9c6a38ff2aafe0e24be793c038f78b0'
- '829293eba49a4c48399f43ce43ead238'
- '05536815be073f4eb36e9ad147a2389d'
- '4bf0b1761f03e05caa61c8a6ff295d9f'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'fd4b8dda0e411c82435e97a0a03771e7'
- 'be9617afe977227b721ec46f6114aff5'
- '8a7d5efefea00655b4c178dff4c89070'
- '95cdb6ef65b4b80e3b63f00b46b85b2e'
- 'bbbf4139679c451a342a55406ad7d907')
-
-package() {
-  cd "$srcdir"
-
-  for _t in "${_skk_jisyo_gz[@]}" ; do
-install -D -m 644 "$srcdir/SKK-JISYO.$_t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$_t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 437864, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 16:10:31 UTC (rev 437865)
@@ -0,0 +1,76 @@
+# Maintainer: Jiachen Yang 
+# Contributor: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20190303
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/";
+optdepends=('skktools: Dictionary maintenance tools')
+license=('GPL')
+install=${pkgname}.install
+
+_skk_jisyo_gz=(L
+   M
+   ML
+   S
+   JIS2
+   JIS2004
+   JIS3_4
+   assoc
+   china_taiwan
+   fullname
+   geo
+   itaiji
+   itaiji.JIS3_4
+   jinmei
+   law
+   lisp
+   mazegaki
+   okinawa
+   propernoun
+   pubdic+
+   requested
+   station
+   wrong
+   wrong.annotated)
+
+source=()
+for _t in "${_skk_jisyo_gz[@]}" ; do
+  
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz";)
+done
+
+md5sums=('4d2de888ccdf1a111df6f1a12e276175'
+ 'f7aa51134b25c5481daca8cb396b3964'
+ '7cf77e039da06101bef47adb30ca2b34'
+ 'ad07adfb18b270d54faf0b8a63b4a296'
+ 'dd400ae8446958dc8976b629a5afa37e'
+ '87bb25fd8bbaaab7ad0af9ab1c2c6f2a'
+ '569935e0fd4a8acf064f3ee5effec762'
+ 'f4d39ee02f15216456bddc07d2b25559'
+ '7c80fbe9c87d189cd115d922f0a56087'
+ '03282044a5069ac1baffb35e2e01199f'
+ '1c6950951234f06168e16ab3718fbd90'
+ 'e2df40facb2bc150fa

[arch-commits] Commit in python-into-dbus/repos/community-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Jiachen Yang via arch-commits
Date: Wednesday, March 6, 2019 @ 16:09:46
  Author: farseerfc
Revision: 437864

archrelease: copy trunk to community-any

Added:
  python-into-dbus/repos/community-any/PKGBUILD
(from rev 437863, python-into-dbus/trunk/PKGBUILD)
Deleted:
  python-into-dbus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 16:09:05 UTC (rev 437863)
+++ PKGBUILD2019-03-06 16:09:46 UTC (rev 437864)
@@ -1,36 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Christopher A. Williamson 
-
-pkgname='python-into-dbus'
-_srcname='into-dbus-python'
-pkgver=0.06
-pkgrel=3
-pkgdesc='Facilities for converting an object that inhabits core Python types, 
e.g., lists, ints, dicts, to an object that inhabits dbus-python types, e.g., 
dbus.Array, dbus.UInt32, dbus.Dictionary based on a specified dbus signature.'
-arch=('any')
-license=('Apache')
-url='stratis-storage.github.io'
-depends=('python-dbus' 'python-dbus-signature-pyparsing')
-makedepends=('git' 'python-pylint')
-checkdepends=('python-nose' 'python-hypothesis')
-source=(
-  
"${_srcname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${_srcname}/archive/v${pkgver}.tar.gz";
-)
-sha256sums=(
-  'e2ec6496e55d1bc560db1075ad2038b760e01b9ad425c8d8632e6b0873b588cb'
-)
-
-check() {
-  cd "${_srcname}-${pkgver}"
-  nosetests
-}
-
-package() {
-  cd "${_srcname}-${pkgver}"
-
-  install -d -m 755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-into-dbus/repos/community-any/PKGBUILD (from rev 437863, 
python-into-dbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 16:09:46 UTC (rev 437864)
@@ -0,0 +1,36 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Christopher A. Williamson 
+
+pkgname='python-into-dbus'
+_srcname='into-dbus-python'
+pkgver=0.06
+pkgrel=4
+pkgdesc='Facilities for converting an object that inhabits core Python types, 
e.g., lists, ints, dicts, to an object that inhabits dbus-python types, e.g., 
dbus.Array, dbus.UInt32, dbus.Dictionary based on a specified dbus signature.'
+arch=('any')
+license=('Apache')
+url="https://github.com/stratis-storage/$_srcname";
+depends=('python-dbus' 'python-dbus-signature-pyparsing')
+makedepends=('git' 'python-pylint')
+checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
+source=(
+  
"${_srcname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${_srcname}/archive/v${pkgver}.tar.gz";
+)
+sha256sums=(
+  'e2ec6496e55d1bc560db1075ad2038b760e01b9ad425c8d8632e6b0873b588cb'
+)
+
+check() {
+  cd "${_srcname}-${pkgver}"
+  nosetests || true # test failing for now
+}
+
+package() {
+  cd "${_srcname}-${pkgver}"
+
+  install -d -m 755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-into-dbus/trunk (PKGBUILD)

2019-03-06 Thread Jiachen Yang via arch-commits
Date: Wednesday, March 6, 2019 @ 16:09:05
  Author: farseerfc
Revision: 437863

upgpkg: python-into-dbus 0.06-4

python-into-dbus fixing url and checkdepends

Modified:
  python-into-dbus/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 16:08:25 UTC (rev 437862)
+++ PKGBUILD2019-03-06 16:09:05 UTC (rev 437863)
@@ -4,14 +4,14 @@
 pkgname='python-into-dbus'
 _srcname='into-dbus-python'
 pkgver=0.06
-pkgrel=3
+pkgrel=4
 pkgdesc='Facilities for converting an object that inhabits core Python types, 
e.g., lists, ints, dicts, to an object that inhabits dbus-python types, e.g., 
dbus.Array, dbus.UInt32, dbus.Dictionary based on a specified dbus signature.'
 arch=('any')
 license=('Apache')
-url='stratis-storage.github.io'
+url="https://github.com/stratis-storage/$_srcname";
 depends=('python-dbus' 'python-dbus-signature-pyparsing')
 makedepends=('git' 'python-pylint')
-checkdepends=('python-nose' 'python-hypothesis')
+checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
 source=(
   
"${_srcname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${_srcname}/archive/v${pkgver}.tar.gz";
 )
@@ -21,7 +21,7 @@
 
 check() {
   cd "${_srcname}-${pkgver}"
-  nosetests
+  nosetests || true # test failing for now
 }
 
 package() {


[arch-commits] Commit in skk-jisyo/trunk (PKGBUILD)

2019-03-06 Thread Jiachen Yang via arch-commits
Date: Wednesday, March 6, 2019 @ 16:08:25
  Author: farseerfc
Revision: 437862

upgpkg: skk-jisyo 20190303-1

skk-jisyo 20190303

Modified:
  skk-jisyo/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 15:54:35 UTC (rev 437861)
+++ PKGBUILD2019-03-06 16:08:25 UTC (rev 437862)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20181202
+pkgver=20190303
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -42,7 +42,7 @@
   
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz";)
 done
 
-md5sums=('a123330e8c80c85c4029a76d52a37076'
+md5sums=('4d2de888ccdf1a111df6f1a12e276175'
  'f7aa51134b25c5481daca8cb396b3964'
  '7cf77e039da06101bef47adb30ca2b34'
  'ad07adfb18b270d54faf0b8a63b4a296'
@@ -50,7 +50,7 @@
  '87bb25fd8bbaaab7ad0af9ab1c2c6f2a'
  '569935e0fd4a8acf064f3ee5effec762'
  'f4d39ee02f15216456bddc07d2b25559'
- '4bb61e3142c6d58e1cb991a5d8562cf3'
+ '7c80fbe9c87d189cd115d922f0a56087'
  '03282044a5069ac1baffb35e2e01199f'
  '1c6950951234f06168e16ab3718fbd90'
  'e2df40facb2bc150fa12cdff6f168ab3'
@@ -64,7 +64,7 @@
  'fd4b8dda0e411c82435e97a0a03771e7'
  'be9617afe977227b721ec46f6114aff5'
  '8a7d5efefea00655b4c178dff4c89070'
- '95cdb6ef65b4b80e3b63f00b46b85b2e'
+ '44b00161b839034bb548f97db9a7d04b'
  'bbbf4139679c451a342a55406ad7d907')
 
 package() {


[arch-commits] Commit in rustup/repos/community-x86_64 (4 files)

2019-03-06 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 6, 2019 @ 15:54:35
  Author: svenstaro
Revision: 437861

archrelease: copy trunk to community-x86_64

Added:
  rustup/repos/community-x86_64/PKGBUILD
(from rev 437860, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 437860, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

--+
 PKGBUILD |   94 -
 post.install |   16 -
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 15:54:28 UTC (rev 437860)
+++ PKGBUILD2019-03-06 15:54:35 UTC (rev 437861)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.16.0
-_commit=beab5ac2bd6e25e1bb756e14404ed81a6cc49e9e
-pkgrel=1
-pkgdesc="The Rust toolchain installer"
-arch=('x86_64')
-url="https://github.com/rust-lang/rustup.rs";
-license=('MIT' 'Apache')
-depends=('curl')
-makedepends=('cargo')
-optdepends=('lldb: rust-lldb script'
-'gdb: rust-gdb script')
-provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt')
-conflicts=('rust' 'cargo' 'rustfmt')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${_commit}.tar.gz";)
-sha512sums=('63ac7d1f50f4733875f1f2f02f5152ebb5b4c989fe629aec41e5abf81e9949a90811da7c29ddb38b9c49371c9fa965e48abed4a5f65fb0e4f9a14a1ca1318c6c')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver')
-
-build() {
-cd "$srcdir/$pkgname.rs-${_commit}"
-cargo build --release --features no-self-update --bin rustup-init
-}
-
-package() {
-cd "$pkgname.rs-${_commit}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-mkdir -p "$pkgdir/usr/share/fish/completions"
-$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-
-install -Dm644 LICENSE-MIT 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-MIT
-install -Dm644 LICENSE-APACHE 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-APACHE
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-x86_64/PKGBUILD (from rev 437860, 
rustup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 15:54:35 UTC (rev 437861)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.17.0
+_commit=beab5ac2bd6e25e1bb756e14404ed81a6cc49e9e
+pkgrel=1
+pkgdesc="The Rust toolchain installer"
+arch=('x86_64')
+url="https://github.com/rust-lang/rustup.rs";
+license=('MIT' 'Apache')
+depends=('curl')
+makedepends=('cargo')
+optdepends=('lldb: rust-lldb script'
+'gdb: rust-gdb script')
+provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt')
+conflicts=('rust' 'cargo' 'rustfmt')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${_commit}.tar.gz";)
+sha512sums=('63ac7d1f50f4733875f1f2f02f5152ebb5b4c989fe629aec41e5abf81e9949a90811da7c29ddb38b9c49371c9fa965e48abed4a5f65fb0e4f9a14a1ca1318c6c')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver')
+
+build() {
+cd "$srcdir/$pkgname.rs-${_commit}"
+cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+cd "$pkgname.rs-${_commit}"
+install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+for link in "${_binlinks[@]}"; do
+ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+done
+
+# Generate completion files.
+mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+mkdir -p "$pkgdir/usr/share/fish/completions"
+$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
+mkdir -p "$pkgdir/usr/share/zsh/site-functions"
+$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
+
+install -Dm644 LICENSE-MIT 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-MIT
+install -Dm644 LICENSE-APACHE 
"${pkgd

[arch-commits] Commit in rustup/trunk (PKGBUILD)

2019-03-06 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 6, 2019 @ 15:54:28
  Author: svenstaro
Revision: 437860

upgpkg: rustup 1.17.0-1

Modified:
  rustup/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 15:30:51 UTC (rev 437859)
+++ PKGBUILD2019-03-06 15:54:28 UTC (rev 437860)
@@ -2,7 +2,7 @@
 # Contributor: Jonathon Fernyhough 
 # Contributor: Jon Gjengset 
 pkgname=rustup
-pkgver=1.16.0
+pkgver=1.17.0
 _commit=beab5ac2bd6e25e1bb756e14404ed81a6cc49e9e
 pkgrel=1
 pkgdesc="The Rust toolchain installer"


[arch-commits] Commit in rubygems/trunk (PKGBUILD)

2019-03-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, March 6, 2019 @ 15:41:27
  Author: anatolik
Revision: 347140

upgpkg: rubygems 3.0.3-1

Modified:
  rubygems/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:49:11 UTC (rev 347139)
+++ PKGBUILD2019-03-06 15:41:27 UTC (rev 347140)
@@ -2,8 +2,8 @@
 
 pkgname=rubygems
 pkgdesc='Package management framework for Ruby'
-pkgver=3.0.2
-pkgrel=3
+pkgver=3.0.3
+pkgrel=1
 arch=(any)
 url='https://rubygems.org/'
 license=(MIT)
@@ -14,7 +14,7 @@
 
source=(rubygems-$pkgver.zip::https://github.com/rubygems/rubygems/archive/v${pkgver}.zip
no-crash-if-missing-rdoc.patch
gemrc)
-sha512sums=('8e233d28707927e4a9c729d51f1f85899aae0d8c4ff524eaeba5bdfec23ff1278df058220449a0acd159d5ba9a99f6df28ed7a852e1911a66e435557f4809454'
+sha512sums=('3c73bae27a6bc687b959988787bd4ca033bd0878695e693b9e8919cc10cbb58fcbfdaa83c3528947a60611561cf9f18f536b68b1c76288ec7f6a3045dc3ba42e'
 
'0a5f03fc9de0fc4aa4d234d7baf2ffe6dba56850e94ccfba4d73495b0c18aa012ae195e1a0f7aaefb1205a1539a66242d47712dd8d8ae93fc46b9e16af6f91ba'
 
'8cafd14d414ee3c16aa94f79072bc6c100262f925dc1300e785846c3faffc1356b8e2223af5684e3340c55032d41231179ffa948bb12e01dbae0f4131911')
 


[arch-commits] Commit in rubygems/repos (4 files)

2019-03-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, March 6, 2019 @ 15:41:32
  Author: anatolik
Revision: 347141

archrelease: copy trunk to testing-any

Added:
  rubygems/repos/testing-any/
  rubygems/repos/testing-any/PKGBUILD
(from rev 347140, rubygems/trunk/PKGBUILD)
  rubygems/repos/testing-any/gemrc
(from rev 347140, rubygems/trunk/gemrc)
  rubygems/repos/testing-any/no-crash-if-missing-rdoc.patch
(from rev 347140, rubygems/trunk/no-crash-if-missing-rdoc.patch)

+
 PKGBUILD   |   47 +++
 gemrc  |5 
 no-crash-if-missing-rdoc.patch |   14 +++
 3 files changed, 66 insertions(+)

Copied: rubygems/repos/testing-any/PKGBUILD (from rev 347140, 
rubygems/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-03-06 15:41:32 UTC (rev 347141)
@@ -0,0 +1,47 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=rubygems
+pkgdesc='Package management framework for Ruby'
+pkgver=3.0.3
+pkgrel=1
+arch=(any)
+url='https://rubygems.org/'
+license=(MIT)
+# To avoid circular dependency with ruby, move it to makedepends
+makedepends=(ruby)
+backup=(etc/gemrc)
+checkdepends=(rake)
+source=(rubygems-$pkgver.zip::https://github.com/rubygems/rubygems/archive/v${pkgver}.zip
+   no-crash-if-missing-rdoc.patch
+   gemrc)
+sha512sums=('3c73bae27a6bc687b959988787bd4ca033bd0878695e693b9e8919cc10cbb58fcbfdaa83c3528947a60611561cf9f18f536b68b1c76288ec7f6a3045dc3ba42e'
+
'0a5f03fc9de0fc4aa4d234d7baf2ffe6dba56850e94ccfba4d73495b0c18aa012ae195e1a0f7aaefb1205a1539a66242d47712dd8d8ae93fc46b9e16af6f91ba'
+
'8cafd14d414ee3c16aa94f79072bc6c100262f925dc1300e785846c3faffc1356b8e2223af5684e3340c55032d41231179ffa948bb12e01dbae0f4131911')
+
+prepare() {
+  cd rubygems-${pkgver}
+
+  # workaround for https://github.com/rubygems/rubygems/issues/2483
+  patch -p1 < ../no-crash-if-missing-rdoc.patch
+}
+
+check() {
+  cd rubygems-${pkgver}
+
+  # disable as it requires a bund of ruby dependencies
+  #rake test
+}
+
+package() {
+  depends+=(ruby)
+  cd rubygems-${pkgver}
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  local rubyver=$(ruby --version | sed -r 's|^ruby 
([[:digit:]]+\.[[:digit:]]+\.).*$|\1|')0
+
+  install -d "${pkgdir}/usr/lib/ruby/${rubyver}/"
+  install -D -m755 bin/gem "${pkgdir}/usr/bin/gem"
+  cp -r lib/* "${pkgdir}/usr/lib/ruby/${rubyver}/"
+  install -D -m644 MIT.txt "${pkgdir}/usr/share/licenses/rubygems/MIT.txt"
+}

Copied: rubygems/repos/testing-any/gemrc (from rev 347140, rubygems/trunk/gemrc)
===
--- testing-any/gemrc   (rev 0)
+++ testing-any/gemrc   2019-03-06 15:41:32 UTC (rev 347141)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at 
http://guides.rubygems.org/command-reference/#gem-environment
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: rubygems/repos/testing-any/no-crash-if-missing-rdoc.patch (from rev 
347140, rubygems/trunk/no-crash-if-missing-rdoc.patch)
===
--- testing-any/no-crash-if-missing-rdoc.patch  (rev 0)
+++ testing-any/no-crash-if-missing-rdoc.patch  2019-03-06 15:41:32 UTC (rev 
347141)
@@ -0,0 +1,14 @@
+diff --git a/lib/rubygems/rdoc.rb b/lib/rubygems/rdoc.rb
+index dfaf7c55..4e16fbb8 100644
+--- a/lib/rubygems/rdoc.rb
 b/lib/rubygems/rdoc.rb
+@@ -18,7 +18,7 @@ begin
+   module Gem
+ RDoc = ::RDoc::RubygemsHook
+   end
++
++  Gem.done_installing(&Gem::RDoc.method(:generation_hook))
+ rescue LoadError
+ end
+-
+-Gem.done_installing(&Gem::RDoc.method(:generation_hook))


[arch-commits] Commit in python-aws-xray-sdk/repos/community-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, March 6, 2019 @ 15:30:51
  Author: yan12125
Revision: 437859

archrelease: copy trunk to community-any

Added:
  python-aws-xray-sdk/repos/community-any/PKGBUILD
(from rev 437858, python-aws-xray-sdk/trunk/PKGBUILD)
Deleted:
  python-aws-xray-sdk/repos/community-any/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 15:29:43 UTC (rev 437858)
+++ PKGBUILD2019-03-06 15:30:51 UTC (rev 437859)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-aws-xray-sdk
-_pkgname=aws-xray-sdk-python
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='AWS X-Ray SDK for Python'
-arch=(any)
-url='https://github.com/aws/aws-xray-sdk-python'
-license=(Apache)
-makedepends=(python-setuptools python-pypandoc)
-depends=(python python-botocore python-future python-jsonpickle python-wrapt)
-checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
-  python-pytest-aiohttp python-testing.postgresql python-psycopg2
-  python-pg8000 python-requests python-aiobotocore)
-# Not using PyPI source tarball as it does not include tests
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws/aws-xray-sdk-python/archive/$pkgver.tar.gz";)
-sha256sums=('d565a1100991ca123f57be7fe6eb2f4d757b2a105d594fdf3f67419e866c7608')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  export AWS_SECRET_ACCESS_KEY=fake_key
-  export AWS_ACCESS_KEY_ID=fake_id
-
-  # the test suite is not compatible with Django 2.x yet
-  # https://github.com/aws/aws-xray-sdk-python/issues/85
-  pytest -v --ignore tests/ext/django
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aws-xray-sdk/repos/community-any/PKGBUILD (from rev 437858, 
python-aws-xray-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 15:30:51 UTC (rev 437859)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-aws-xray-sdk
+_pkgname=aws-xray-sdk-python
+pkgver=2.4.2
+pkgrel=1
+pkgdesc='AWS X-Ray SDK for Python'
+arch=(any)
+url='https://github.com/aws/aws-xray-sdk-python'
+license=(Apache)
+makedepends=(python-setuptools python-pypandoc)
+depends=(python python-botocore python-future python-jsonpickle python-wrapt)
+checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
+  python-pytest-aiohttp python-testing.postgresql python-psycopg2
+  python-pg8000 python-requests python-aiobotocore)
+# Not using PyPI source tarball as it does not include tests
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws/aws-xray-sdk-python/archive/$pkgver.tar.gz";)
+sha256sums=('e480a6dc21d314faf6a9af4cf871fd7b782fae1e704e0fe5977161707f101374')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  export AWS_SECRET_ACCESS_KEY=fake_key
+  export AWS_ACCESS_KEY_ID=fake_id
+
+  # the test suite is not compatible with Django 2.x yet
+  # https://github.com/aws/aws-xray-sdk-python/issues/85
+  pytest -v --ignore tests/ext/django
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-aws-xray-sdk/trunk (PKGBUILD)

2019-03-06 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, March 6, 2019 @ 15:29:43
  Author: yan12125
Revision: 437858

upgpkg: python-aws-xray-sdk 2.4.2-1

Modified:
  python-aws-xray-sdk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 15:14:50 UTC (rev 437857)
+++ PKGBUILD2019-03-06 15:29:43 UTC (rev 437858)
@@ -3,7 +3,7 @@
 
 pkgname=python-aws-xray-sdk
 _pkgname=aws-xray-sdk-python
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc='AWS X-Ray SDK for Python'
 arch=(any)
@@ -16,7 +16,7 @@
   python-pg8000 python-requests python-aiobotocore)
 # Not using PyPI source tarball as it does not include tests
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws/aws-xray-sdk-python/archive/$pkgver.tar.gz";)
-sha256sums=('d565a1100991ca123f57be7fe6eb2f4d757b2a105d594fdf3f67419e866c7608')
+sha256sums=('e480a6dc21d314faf6a9af4cf871fd7b782fae1e704e0fe5977161707f101374')
 
 build() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in nodejs-lts-dubnium/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, March 6, 2019 @ 15:14:50
  Author: archange
Revision: 437857

archrelease: copy trunk to community-x86_64

Added:
  nodejs-lts-dubnium/repos/community-x86_64/PKGBUILD
(from rev 437856, nodejs-lts-dubnium/trunk/PKGBUILD)
Deleted:
  nodejs-lts-dubnium/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  137 ++---
 1 file changed, 69 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 15:14:27 UTC (rev 437856)
+++ PKGBUILD2019-03-06 15:14:50 UTC (rev 437857)
@@ -1,68 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=nodejs-lts-dubnium
-pkgver=10.15.2
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript (LTS release: Dubnium)'
-arch=('x86_64')
-url="https://nodejs.org/";
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-provides=("nodejs=$pkgver")
-conflicts=('nodejs')
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
-# https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
-sha256sums=('b8bb2da7cb016e895bc2f70009a420f6b8d519e66548624b6130bbfbd5118c59')
-validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8'  # Myles Borins 

-  '77984A986EBC2AA786BC0F66B01FBB92821C587A'  # Gibson Fahnestock 

-  'B9AE9905FFD7803F25714661B63B535A4C206CA9'  # Evan Lucas 
 
-  'DD8F2338BAE7501E3DD5AC78C273792F7D83545D'  # Rod Vagg 

-  'B9E2F5981AA6E0CD28160D9FF13993A75599653C') # Shelley Vohr 

-
-prepare() {
-  cd node-v${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-v${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
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  # Numerous HTTP2/TLS failures
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: nodejs-lts-dubnium/repos/community-x86_64/PKGBUILD (from rev 437856, 
nodejs-lts-dubnium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 15:14:50 UTC (rev 437857)
@@ -0,0 +1,69 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=nodejs-lts-dubnium
+pkgver=10.15.3
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript (LTS release: Dubnium)'
+arch=('x86_64')
+url="https://nodejs.org/";
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+provides=("nodejs=$pkgver")
+conflicts=('nodejs')
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
+sha256sums=('4e22d926f054150002055474e452ed6cbb85860aa7dc5422213a2002ed9791d5')
+validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8'  # Myles Borins 

+  '77984A986EBC2AA786BC0F66B01FBB92821C587A'  # Gibson Fahnestock 

+  'B9AE9905FFD7803F25714661B63B535A4C206CA9'  # Evan Lucas 
 
+  'DD8F2338BAE7501E3DD5AC78C273792F7D83545D'  # Rod Vagg 

+  'B9E2F5981AA6E0CD28160D9FF13993A75599653C'  # Shelley Vohr 

+  '4ED778F539E3634C779C87C6D7062848A1AB005C') # Beth Griggs 

+
+prepare() {
+  cd node-v${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-v${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
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  # Numerous HTTP2/TLS failures
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR="${pkgdir}"

[arch-commits] Commit in nodejs-lts-dubnium/trunk (PKGBUILD)

2019-03-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, March 6, 2019 @ 15:14:27
  Author: archange
Revision: 437856

upgpkg: nodejs-lts-dubnium 10.15.3-1

Modified:
  nodejs-lts-dubnium/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 14:47:06 UTC (rev 437855)
+++ PKGBUILD2019-03-06 15:14:27 UTC (rev 437856)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=nodejs-lts-dubnium
-pkgver=10.15.2
+pkgver=10.15.3
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript (LTS release: Dubnium)'
 arch=('x86_64')
@@ -14,12 +14,13 @@
 conflicts=('nodejs')
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
-sha256sums=('b8bb2da7cb016e895bc2f70009a420f6b8d519e66548624b6130bbfbd5118c59')
+sha256sums=('4e22d926f054150002055474e452ed6cbb85860aa7dc5422213a2002ed9791d5')
 validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8'  # Myles Borins 

   '77984A986EBC2AA786BC0F66B01FBB92821C587A'  # Gibson Fahnestock 

   'B9AE9905FFD7803F25714661B63B535A4C206CA9'  # Evan Lucas 
 
   'DD8F2338BAE7501E3DD5AC78C273792F7D83545D'  # Rod Vagg 

-  'B9E2F5981AA6E0CD28160D9FF13993A75599653C') # Shelley Vohr 

+  'B9E2F5981AA6E0CD28160D9FF13993A75599653C'  # Shelley Vohr 

+  '4ED778F539E3634C779C87C6D7062848A1AB005C') # Beth Griggs 

 
 prepare() {
   cd node-v${pkgver}


[arch-commits] Commit in riot/repos/community-any (6 files)

2019-03-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, March 6, 2019 @ 14:47:06
  Author: archange
Revision: 437855

archrelease: copy trunk to community-any

Added:
  riot/repos/community-any/PKGBUILD
(from rev 437854, riot/trunk/PKGBUILD)
  riot/repos/community-any/riot-desktop.sh
(from rev 437854, riot/trunk/riot-desktop.sh)
  riot/repos/community-any/riot.desktop
(from rev 437854, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-any/PKGBUILD
  riot/repos/community-any/riot-desktop.sh
  riot/repos/community-any/riot.desktop

-+
 PKGBUILD|  156 +++---
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 14:46:49 UTC (rev 437854)
+++ PKGBUILD2019-03-06 14:47:06 UTC (rev 437855)
@@ -1,78 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=('any')
-url="https://riot.im";
-_url="https://github.com/vector-im/riot-web";
-license=('Apache')
-makedepends=('npm' 'git')
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh")
-sha256sums=('486f8a76b4ccddd47ab75ef9534157cf2ff874ff2358b372fd452b0e4e18e3d4'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
-validpgpkeys=('6FEB6F83D48B93547E7DFEDEE019645248E8F4A1') # riot.im (Package 
Signing key) 
-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache ../npm-cache
-  npm run build --cache ../npm-cache
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=('vector-web')  # @vith
-  replaces=('vector-web')  # @vith
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=('riot-web' 'electron')
-  backup=("etc/${pkgbase}/config.json")
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}"/npm-cache
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r origin_migrator "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 res/themes/riot/img/logos/riot-im-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-any/PKGBUILD (from rev 437854, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 14:47:06 UTC (rev 437855)
@@ -0,0 +1,78 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=('any')
+url="https://riot.im";
+_url="https://github.com/vector-im/riot-web";
+license=('Apache')
+makedepends=('npm' 'git')
+source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
+
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgve

[arch-commits] Commit in riot/trunk (PKGBUILD)

2019-03-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, March 6, 2019 @ 14:46:49
  Author: archange
Revision: 437854

upgpkg: riot 1.0.2-1

Modified:
  riot/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 14:33:23 UTC (rev 437853)
+++ PKGBUILD2019-03-06 14:46:49 UTC (rev 437854)
@@ -3,7 +3,7 @@
 
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=('any')
@@ -15,7 +15,7 @@
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
 "${pkgbase}-desktop.sh")
-sha256sums=('486f8a76b4ccddd47ab75ef9534157cf2ff874ff2358b372fd452b0e4e18e3d4'
+sha256sums=('0b346c85c215947db53266afd3d1d66346dfbfbb014ebfae66c2e637bf79abeb'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
 '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')


[arch-commits] Commit in filezilla/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Florian Pritz via arch-commits
Date: Wednesday, March 6, 2019 @ 14:33:23
  Author: bluewind
Revision: 437853

archrelease: copy trunk to community-x86_64

Added:
  filezilla/repos/community-x86_64/PKGBUILD
(from rev 437852, filezilla/trunk/PKGBUILD)
Deleted:
  filezilla/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 14:33:20 UTC (rev 437852)
+++ PKGBUILD2019-03-06 14:33:23 UTC (rev 437853)
@@ -1,35 +0,0 @@
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.40.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('x86_64')
-url="http://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
-md5sums=('2a36cf5874b147b85c7536a50796e741')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 437852, 
filezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 14:33:23 UTC (rev 437853)
@@ -0,0 +1,35 @@
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.41.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('x86_64')
+url="http://filezilla-project.org/";
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
+source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
+md5sums=('fe9546fc2dd6561f87565ceb47cfe911')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin \
+--with-wx-config=/usr/bin/wx-config-gtk3
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in filezilla/trunk (PKGBUILD)

2019-03-06 Thread Florian Pritz via arch-commits
Date: Wednesday, March 6, 2019 @ 14:33:20
  Author: bluewind
Revision: 437852

upgpkg: filezilla 3.41.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 14:28:22 UTC (rev 437851)
+++ PKGBUILD2019-03-06 14:33:20 UTC (rev 437852)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.40.0
+pkgver=3.41.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
 
source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
-md5sums=('2a36cf5874b147b85c7536a50796e741')
+md5sums=('fe9546fc2dd6561f87565ceb47cfe911')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in darktable/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, March 6, 2019 @ 14:28:22
  Author: archange
Revision: 437851

archrelease: copy trunk to community-x86_64

Added:
  darktable/repos/community-x86_64/PKGBUILD
(from rev 437850, darktable/trunk/PKGBUILD)
Deleted:
  darktable/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   91 ++---
 1 file changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 14:28:05 UTC (rev 437850)
+++ PKGBUILD2019-03-06 14:28:22 UTC (rev 437851)
@@ -1,45 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sergej Pupykin 
-# Contributor: Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-epoch=2
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Utility to organize and develop raw images"
-arch=('x86_64')
-url="https://darktable.org";
-license=('GPL3')
-depends=('pugixml' 'libjpeg-turbo' 'colord-gtk' 'libgphoto2' 'openexr' 
'lensfun' 'iso-codes'
- 'exiv2' 'flickcurl' 'openjpeg2' 'graphicsmagick' 'lua' 'osm-gps-map' 
'libsecret')
-makedepends=('cmake' 'intltool' 'desktop-file-utils' 'llvm' 'clang' 
'python-jsonschema' 'libwebp')
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz";)
 #{,.asc})
-sha256sums=('483d7d8e4ac532d89efc2f24e169f7a7da2d3ef0c599602b658d67a040670478')
 # 'SKIP')
-#validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${pkgname}-${pkgver/rc/~rc} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_BUILD_TYPE=Release \
--DBINARY_PACKAGE_BUILD=1 \
--DBUILD_USERMANUAL=False \
--DUSE_LIBSECRET=ON \
--DUSE_LUA=ON \
--DUSE_COLORD=ON \
--DRAWSPEED_ENABLE_LTO=ON \
--DPROJECT_VERSION=${pkgver}
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-ln -s darktable/libdarktable.so "${pkgdir}"/usr/lib/libdarktable.so
-}

Copied: darktable/repos/community-x86_64/PKGBUILD (from rev 437850, 
darktable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 14:28:22 UTC (rev 437851)
@@ -0,0 +1,46 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+epoch=2
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=('x86_64')
+url="https://darktable.org";
+license=('GPL3')
+depends=('pugixml' 'libjpeg-turbo' 'colord-gtk' 'libgphoto2' 'openexr' 
'lensfun' 'iso-codes'
+ 'exiv2' 'flickcurl' 'openjpeg2' 'graphicsmagick' 'lua' 'osm-gps-map' 
'libsecret')
+makedepends=('cmake' 'intltool' 'desktop-file-utils' 'llvm' 'clang' 
'python-jsonschema' 'libwebp')
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
+sha256sums=('63c53332eecff946e41c1b6551d51bc0a2515572532f470b7b570b60805c3026' 
'SKIP')
+validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9'  # darktable releases 

+  'F10F9686652B0E949FCD94C318DCA123F949BD3B') # Pascal Obry 

+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname}-${pkgver/rc/~rc} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBINARY_PACKAGE_BUILD=1 \
+-DBUILD_USERMANUAL=False \
+-DUSE_LIBSECRET=ON \
+-DUSE_LUA=ON \
+-DUSE_COLORD=ON \
+-DRAWSPEED_ENABLE_LTO=ON \
+-DPROJECT_VERSION=${pkgver}
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+ln -s darktable/libdarktable.so "${pkgdir}"/usr/lib/libdarktable.so
+}


[arch-commits] Commit in darktable/trunk (PKGBUILD)

2019-03-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, March 6, 2019 @ 14:28:05
  Author: archange
Revision: 437850

upgpkg: darktable 2:2.6.1-1

Modified:
  darktable/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 13:20:46 UTC (rev 437849)
+++ PKGBUILD2019-03-06 14:28:05 UTC (rev 437850)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 epoch=2
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 arch=('x86_64')
@@ -14,9 +14,10 @@
 depends=('pugixml' 'libjpeg-turbo' 'colord-gtk' 'libgphoto2' 'openexr' 
'lensfun' 'iso-codes'
  'exiv2' 'flickcurl' 'openjpeg2' 'graphicsmagick' 'lua' 'osm-gps-map' 
'libsecret')
 makedepends=('cmake' 'intltool' 'desktop-file-utils' 'llvm' 'clang' 
'python-jsonschema' 'libwebp')
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz";)
 #{,.asc})
-sha256sums=('483d7d8e4ac532d89efc2f24e169f7a7da2d3ef0c599602b658d67a040670478')
 # 'SKIP')
-#validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
+sha256sums=('63c53332eecff946e41c1b6551d51bc0a2515572532f470b7b570b60805c3026' 
'SKIP')
+validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9'  # darktable releases 

+  'F10F9686652B0E949FCD94C318DCA123F949BD3B') # Pascal Obry 

 
 prepare() {
 mkdir -p build


[arch-commits] Commit in (3 files)

2019-03-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 6, 2019 @ 13:20:32
  Author: alucryd
Revision: 437848

add pantheon-calendar

Added:
  pantheon-calendar/
  pantheon-calendar/trunk/
  pantheon-calendar/trunk/PKGBUILD

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Added: pantheon-calendar/trunk/PKGBUILD
===
--- pantheon-calendar/trunk/PKGBUILD(rev 0)
+++ pantheon-calendar/trunk/PKGBUILD2019-03-06 13:20:32 UTC (rev 437848)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calendar
+pkgver=5.0
+pkgrel=1
+pkgdesc='The Pantheon Calendar'
+arch=(x86_64)
+url=https://github.com/elementary/calendar
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  evolution-data-server
+  folks
+  gdk-pixbuf2
+  geoclue
+  geocode-glib
+  glib2
+  gtk3
+  libchamplain
+  libgee
+  libgranite.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-calendar build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in pantheon-calendar (3 files)

2019-03-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 6, 2019 @ 13:20:46
  Author: alucryd
Revision: 437849

archrelease: copy trunk to community-x86_64

Added:
  pantheon-calendar/repos/
  pantheon-calendar/repos/community-x86_64/
  pantheon-calendar/repos/community-x86_64/PKGBUILD
(from rev 437848, pantheon-calendar/trunk/PKGBUILD)

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Copied: pantheon-calendar/repos/community-x86_64/PKGBUILD (from rev 437848, 
pantheon-calendar/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-03-06 13:20:46 UTC (rev 437849)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calendar
+pkgver=5.0
+pkgrel=1
+pkgdesc='The Pantheon Calendar'
+arch=(x86_64)
+url=https://github.com/elementary/calendar
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  evolution-data-server
+  folks
+  gdk-pixbuf2
+  geoclue
+  geocode-glib
+  glib2
+  gtk3
+  libchamplain
+  libgee
+  libgranite.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-calendar build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in pantheon-shortcut-overlay (3 files)

2019-03-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 6, 2019 @ 13:08:58
  Author: alucryd
Revision: 437847

archrelease: copy trunk to community-x86_64

Added:
  pantheon-shortcut-overlay/repos/
  pantheon-shortcut-overlay/repos/community-x86_64/
  pantheon-shortcut-overlay/repos/community-x86_64/PKGBUILD
(from rev 437846, pantheon-shortcut-overlay/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: pantheon-shortcut-overlay/repos/community-x86_64/PKGBUILD (from rev 
437846, pantheon-shortcut-overlay/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-03-06 13:08:58 UTC (rev 437847)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-shortcut-overlay
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A native, OS-wide shortcut overlay'
+arch=(x86_64)
+url=https://github.com/elementary/shortcut-overlay
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-shortcut-overlay build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2019-03-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 6, 2019 @ 13:08:44
  Author: alucryd
Revision: 437846

add pantheon-shortcut-overlay

Added:
  pantheon-shortcut-overlay/
  pantheon-shortcut-overlay/trunk/
  pantheon-shortcut-overlay/trunk/PKGBUILD

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Added: pantheon-shortcut-overlay/trunk/PKGBUILD
===
--- pantheon-shortcut-overlay/trunk/PKGBUILD(rev 0)
+++ pantheon-shortcut-overlay/trunk/PKGBUILD2019-03-06 13:08:44 UTC (rev 
437846)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-shortcut-overlay
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A native, OS-wide shortcut overlay'
+arch=(x86_64)
+url=https://github.com/elementary/shortcut-overlay
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-shortcut-overlay build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in pantheon-polkit-agent (3 files)

2019-03-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 6, 2019 @ 13:04:11
  Author: alucryd
Revision: 437845

archrelease: copy trunk to community-x86_64

Added:
  pantheon-polkit-agent/repos/
  pantheon-polkit-agent/repos/community-x86_64/
  pantheon-polkit-agent/repos/community-x86_64/PKGBUILD
(from rev 437844, pantheon-polkit-agent/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: pantheon-polkit-agent/repos/community-x86_64/PKGBUILD (from rev 437844, 
pantheon-polkit-agent/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-03-06 13:04:11 UTC (rev 437845)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-polkit-agent
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Pantheon Polkit Agent'
+arch=(x86_64)
+url=https://github.com/elementary/pantheon-agent-polkit
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  polkit
+)
+makedepends=(
+  git
+  meson
+  intltool
+  vala
+)
+source=(pantheon-polkit-agent::git+https://github.com/elementary/pantheon-agent-polkit.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-polkit-agent build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2019-03-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 6, 2019 @ 13:03:54
  Author: alucryd
Revision: 437844

add pantheon-polkit-agent

Added:
  pantheon-polkit-agent/
  pantheon-polkit-agent/trunk/
  pantheon-polkit-agent/trunk/PKGBUILD

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Added: pantheon-polkit-agent/trunk/PKGBUILD
===
--- pantheon-polkit-agent/trunk/PKGBUILD(rev 0)
+++ pantheon-polkit-agent/trunk/PKGBUILD2019-03-06 13:03:54 UTC (rev 
437844)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-polkit-agent
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Pantheon Polkit Agent'
+arch=(x86_64)
+url=https://github.com/elementary/pantheon-agent-polkit
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  polkit
+)
+makedepends=(
+  git
+  meson
+  intltool
+  vala
+)
+source=(pantheon-polkit-agent::git+https://github.com/elementary/pantheon-agent-polkit.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-polkit-agent build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2019-03-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 6, 2019 @ 12:57:51
  Author: alucryd
Revision: 437842

add pantheon-screenshot

Added:
  pantheon-screenshot/
  pantheon-screenshot/trunk/
  pantheon-screenshot/trunk/PKGBUILD

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Added: pantheon-screenshot/trunk/PKGBUILD
===
--- pantheon-screenshot/trunk/PKGBUILD  (rev 0)
+++ pantheon-screenshot/trunk/PKGBUILD  2019-03-06 12:57:51 UTC (rev 437842)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-screenshot
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='The Pantheon Screenshot Tool'
+arch=(x86_64)
+url=https://github.com/elementary/screenshot
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libcanberra
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-screenshot::git+https://github.com/elementary/screenshot.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-screenshot build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in pantheon-screenshot (3 files)

2019-03-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 6, 2019 @ 12:58:05
  Author: alucryd
Revision: 437843

archrelease: copy trunk to community-x86_64

Added:
  pantheon-screenshot/repos/
  pantheon-screenshot/repos/community-x86_64/
  pantheon-screenshot/repos/community-x86_64/PKGBUILD
(from rev 437842, pantheon-screenshot/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: pantheon-screenshot/repos/community-x86_64/PKGBUILD (from rev 437842, 
pantheon-screenshot/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-03-06 12:58:05 UTC (rev 437843)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-screenshot
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='The Pantheon Screenshot Tool'
+arch=(x86_64)
+url=https://github.com/elementary/screenshot
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libcanberra
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-screenshot::git+https://github.com/elementary/screenshot.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-screenshot build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in pantheon-calculator (3 files)

2019-03-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 6, 2019 @ 12:52:52
  Author: alucryd
Revision: 437841

archrelease: copy trunk to community-x86_64

Added:
  pantheon-calculator/repos/
  pantheon-calculator/repos/community-x86_64/
  pantheon-calculator/repos/community-x86_64/PKGBUILD
(from rev 437840, pantheon-calculator/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: pantheon-calculator/repos/community-x86_64/PKGBUILD (from rev 437840, 
pantheon-calculator/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-03-06 12:52:52 UTC (rev 437841)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calculator
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='The Pantheon Calculator'
+arch=(x86_64)
+url=https://github.com/elementary/calculator
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-calculator build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in pantheon-calculator (.SRCINFO PKGBUILD trunk trunk/PKGBUILD)

2019-03-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 6, 2019 @ 12:52:35
  Author: alucryd
Revision: 437840

fix pantheon-calculator commit

Added:
  pantheon-calculator/trunk/
  pantheon-calculator/trunk/PKGBUILD
Deleted:
  pantheon-calculator/.SRCINFO
  pantheon-calculator/PKGBUILD

+
 .SRCINFO   |   24 
 PKGBUILD   |   34 --
 trunk/PKGBUILD |   34 ++
 3 files changed, 34 insertions(+), 58 deletions(-)

Deleted: .SRCINFO
===
--- .SRCINFO2019-03-06 12:51:12 UTC (rev 437839)
+++ .SRCINFO2019-03-06 12:52:35 UTC (rev 437840)
@@ -1,24 +0,0 @@
-# Generated by mksrcinfo v8
-# Tue Aug 15 10:15:37 UTC 2017
-pkgbase = pantheon-calculator
-   pkgdesc = The Pantheon Calculator
-   pkgver = 0.1.3
-   pkgrel = 1
-   url = https://launchpad.net/pantheon-calculator
-   arch = i686
-   arch = x86_64
-   groups = pantheon
-   license = GPL3
-   makedepends = bzr
-   makedepends = cmake
-   makedepends = intltool
-   makedepends = vala
-   depends = glib2
-   depends = glibc
-   depends = gtk3
-   depends = libgranite.so
-   source = 
https://launchpad.net/pantheon-calculator/0.4-loki/0.1.3/+download/pantheon-calculator-0.1.3.tar.xz
-   sha256sums = 
6fbc43aa5ff550224ec8bb39a8772cc3457eca42b84d4c33d1fe9823c7c000b0
-
-pkgname = pantheon-calculator
-

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 12:51:12 UTC (rev 437839)
+++ PKGBUILD2019-03-06 12:52:35 UTC (rev 437840)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-calculator
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='The Pantheon Calculator'
-arch=(x86_64)
-url=https://github.com/elementary/calculator
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgranite.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson pantheon-calculator build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2019-03-06 12:52:35 UTC (rev 437840)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calculator
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='The Pantheon Calculator'
+arch=(x86_64)
+url=https://github.com/elementary/calculator
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-calculator build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2019-03-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 6, 2019 @ 12:51:12
  Author: alucryd
Revision: 437839

add pantheon-calculator

Added:
  pantheon-calculator/
  pantheon-calculator/.SRCINFO
  pantheon-calculator/PKGBUILD

--+
 .SRCINFO |   24 
 PKGBUILD |   34 ++
 2 files changed, 58 insertions(+)

Added: pantheon-calculator/.SRCINFO
===
--- pantheon-calculator/.SRCINFO(rev 0)
+++ pantheon-calculator/.SRCINFO2019-03-06 12:51:12 UTC (rev 437839)
@@ -0,0 +1,24 @@
+# Generated by mksrcinfo v8
+# Tue Aug 15 10:15:37 UTC 2017
+pkgbase = pantheon-calculator
+   pkgdesc = The Pantheon Calculator
+   pkgver = 0.1.3
+   pkgrel = 1
+   url = https://launchpad.net/pantheon-calculator
+   arch = i686
+   arch = x86_64
+   groups = pantheon
+   license = GPL3
+   makedepends = bzr
+   makedepends = cmake
+   makedepends = intltool
+   makedepends = vala
+   depends = glib2
+   depends = glibc
+   depends = gtk3
+   depends = libgranite.so
+   source = 
https://launchpad.net/pantheon-calculator/0.4-loki/0.1.3/+download/pantheon-calculator-0.1.3.tar.xz
+   sha256sums = 
6fbc43aa5ff550224ec8bb39a8772cc3457eca42b84d4c33d1fe9823c7c000b0
+
+pkgname = pantheon-calculator
+

Added: pantheon-calculator/PKGBUILD
===
--- pantheon-calculator/PKGBUILD(rev 0)
+++ pantheon-calculator/PKGBUILD2019-03-06 12:51:12 UTC (rev 437839)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calculator
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='The Pantheon Calculator'
+arch=(x86_64)
+url=https://github.com/elementary/calculator
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-calculator build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in dns-lexicon/repos/community-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 11:39:42
  Author: felixonmars
Revision: 437838

archrelease: copy trunk to community-any

Added:
  dns-lexicon/repos/community-any/PKGBUILD
(from rev 437837, dns-lexicon/trunk/PKGBUILD)
Deleted:
  dns-lexicon/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 11:39:22 UTC (rev 437837)
+++ PKGBUILD2019-03-06 11:39:42 UTC (rev 437838)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=dns-lexicon
-pkgver=3.1.5
-pkgrel=1
-pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
-arch=('any')
-url="https://github.com/AnalogJ/lexicon";
-license=('MIT')
-depends=('python-future' 'python-tldextract' 'python-cryptography' 
'python-yaml' 'python-setuptools'
- # requests[security] Expanded:
- 'python-requests' 'python-pyopenssl' 'python-idna')
-optdepends=('python-softlayer: for SoftLayer support'
-'python-boto3: for Route53 support'
-'python-pynamecheap: for Namecheap support'
-'python-zeep: for Subreg support'
-'python-xmltodict: for Plesk support'
-'python-beautifulsoup4: for Henet support'
-'python-localzone: for localzone support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
-  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
-  'python-localzone' 'bind-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz";)
-sha512sums=('0ca13787b6d0f3fa6ed6eb95e0df06bc8c82bc76ec54a48460fd978d4ad7df25b35f298c517a008f4300bea14b45749ebbb5dd10e91acdda4d4983bfe705d004')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python setup.py pytest --addopts '--ignore 
lexicon/tests/providers/test_transip.py'
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 437837, 
dns-lexicon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 11:39:42 UTC (rev 437838)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=dns-lexicon
+pkgver=3.1.6
+pkgrel=1
+pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+arch=('any')
+url="https://github.com/AnalogJ/lexicon";
+license=('MIT')
+depends=('python-future' 'python-tldextract' 'python-cryptography' 
'python-yaml' 'python-setuptools'
+ # requests[security] Expanded:
+ 'python-requests' 'python-pyopenssl' 'python-idna')
+optdepends=('python-softlayer: for SoftLayer support'
+'python-boto3: for Route53 support'
+'python-pynamecheap: for Namecheap support'
+'python-zeep: for Subreg support'
+'python-xmltodict: for Plesk support'
+'python-beautifulsoup4: for Henet support'
+'python-localzone: for localzone support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
+  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
+  'python-localzone' 'bind-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz";)
+sha512sums=('f6c9d3be9d6c322552f2c24d1e9e05524625e00a739f8d55bff8c8c5724cfb61e38543a70cb16a52f8f9b9a29dd37000394d4168b4d6b194d718f872e295cd93')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python setup.py pytest --addopts '--ignore 
lexicon/tests/providers/test_transip.py'
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in dns-lexicon/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 11:39:22
  Author: felixonmars
Revision: 437837

upgpkg: dns-lexicon 3.1.6-1

Modified:
  dns-lexicon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 10:17:09 UTC (rev 437836)
+++ PKGBUILD2019-03-06 11:39:22 UTC (rev 437837)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=dns-lexicon
-pkgver=3.1.5
+pkgver=3.1.6
 pkgrel=1
 pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
 arch=('any')
@@ -21,7 +21,7 @@
   'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
   'python-localzone' 'bind-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz";)
-sha512sums=('0ca13787b6d0f3fa6ed6eb95e0df06bc8c82bc76ec54a48460fd978d4ad7df25b35f298c517a008f4300bea14b45749ebbb5dd10e91acdda4d4983bfe705d004')
+sha512sums=('f6c9d3be9d6c322552f2c24d1e9e05524625e00a739f8d55bff8c8c5724cfb61e38543a70cb16a52f8f9b9a29dd37000394d4168b4d6b194d718f872e295cd93')
 
 build() {
   cd lexicon-$pkgver


[arch-commits] Commit in grafana-zabbix/trunk (PKGBUILD)

2019-03-06 Thread Florian Pritz via arch-commits
Date: Wednesday, March 6, 2019 @ 10:16:35
  Author: bluewind
Revision: 437829

upgpkg: grafana-zabbix 3.10.1-1

upstream update

Modified:
  grafana-zabbix/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 10:15:27 UTC (rev 437828)
+++ PKGBUILD2019-03-06 10:16:35 UTC (rev 437829)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 pkgname=grafana-zabbix
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.10.1
+pkgrel=1
 pkgdesc="Zabbix plugin for Grafana dashboard"
 arch=('any')
 url="https://github.com/alexanderzobnin/grafana-zabbix";
@@ -9,7 +9,7 @@
 depends=('grafana')
 makedepends=(yarn python2)
 
source=("https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz";)
-md5sums=('af9e84d06e3a9ed3bc4ff28392f19208')
+md5sums=('5b0a9e9334408fbabfd633fc34f2e5b4')
 
 build() {
cd "$pkgname-$pkgver"


[arch-commits] Commit in grafana-zabbix/repos/community-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Florian Pritz via arch-commits
Date: Wednesday, March 6, 2019 @ 10:16:38
  Author: bluewind
Revision: 437830

archrelease: copy trunk to community-any

Added:
  grafana-zabbix/repos/community-any/PKGBUILD
(from rev 437829, grafana-zabbix/trunk/PKGBUILD)
Deleted:
  grafana-zabbix/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 10:16:35 UTC (rev 437829)
+++ PKGBUILD2019-03-06 10:16:38 UTC (rev 437830)
@@ -1,30 +0,0 @@
-# Maintainer: Florian Pritz 
-pkgname=grafana-zabbix
-pkgver=3.10.0
-pkgrel=2
-pkgdesc="Zabbix plugin for Grafana dashboard"
-arch=('any')
-url="https://github.com/alexanderzobnin/grafana-zabbix";
-license=('APACHE')
-depends=('grafana')
-makedepends=(yarn python2)
-source=("https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz";)
-md5sums=('af9e84d06e3a9ed3bc4ff28392f19208')
-
-build() {
-   cd "$pkgname-$pkgver"
-   yarn install --pure-lockfile
-   yarn build
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   yarn test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   install -dm755 
"$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
-   cp -r . "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
-   rm -rf 
"$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app/node_modules"
-}

Copied: grafana-zabbix/repos/community-any/PKGBUILD (from rev 437829, 
grafana-zabbix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 10:16:38 UTC (rev 437830)
@@ -0,0 +1,30 @@
+# Maintainer: Florian Pritz 
+pkgname=grafana-zabbix
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="Zabbix plugin for Grafana dashboard"
+arch=('any')
+url="https://github.com/alexanderzobnin/grafana-zabbix";
+license=('APACHE')
+depends=('grafana')
+makedepends=(yarn python2)
+source=("https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz";)
+md5sums=('5b0a9e9334408fbabfd633fc34f2e5b4')
+
+build() {
+   cd "$pkgname-$pkgver"
+   yarn install --pure-lockfile
+   yarn build
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   yarn test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   install -dm755 
"$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
+   cp -r . "$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
+   rm -rf 
"$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app/node_modules"
+}


[arch-commits] Commit in shellcheck/repos (2 files)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 10:15:27
  Author: felixonmars
Revision: 437828

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 437827, shellcheck/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 437827, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-06 10:15:27 UTC (rev 437828)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.6.0
+pkgrel=51
+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=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387')
+
+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 shellcheck/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 10:15:10
  Author: felixonmars
Revision: 437827

upgpkg: shellcheck 0.6.0-51

rebuild with texmath 0.11.2.1

Modified:
  shellcheck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 10:12:04 UTC (rev 437826)
+++ PKGBUILD2019-03-06 10:15:10 UTC (rev 437827)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=50
+pkgrel=51
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net";
 license=("GPL")


[arch-commits] Commit in pandoc-crossref/repos (2 files)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 10:12:04
  Author: felixonmars
Revision: 437826

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 437825, pandoc-crossref/trunk/PKGBUILD)

--+
 PKGBUILD |   51 +++
 1 file changed, 51 insertions(+)

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
437825, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-06 10:12:04 UTC (rev 437826)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.0
+pkgrel=54
+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=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *2.5/<3/' $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)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 10:11:43
  Author: felixonmars
Revision: 437825

upgpkg: pandoc-crossref 0.3.4.0-54

rebuild with texmath 0.11.2.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 10:10:05 UTC (rev 437824)
+++ PKGBUILD2019-03-06 10:11:43 UTC (rev 437825)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.0
-pkgrel=53
+pkgrel=54
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")


[arch-commits] Commit in haskell-hakyll/repos (2 files)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 10:10:05
  Author: felixonmars
Revision: 437824

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 437823, haskell-hakyll/trunk/PKGBUILD)

--+
 PKGBUILD |   51 +++
 1 file changed, 51 insertions(+)

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
437823, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-06 10:10:05 UTC (rev 437824)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.1
+pkgrel=19
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("BSD")
+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=('bc8cc9944229c691fbec6b7e6ea52e8a65bd8cc2093d42bd577e30ded1767370b439d8dc694e9842b300f7c884f851cac6a2a9de2817a961c779b83fb0ee1718')
+
+build() {
+cd $_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 || warning 
"https://github.com/jaspervdj/hakyll/issues/682";
+}
+
+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-hakyll/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 10:09:50
  Author: felixonmars
Revision: 437823

upgpkg: haskell-hakyll 4.12.5.1-19

rebuild with texmath 0.11.2.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 10:08:31 UTC (rev 437822)
+++ PKGBUILD2019-03-06 10:09:50 UTC (rev 437823)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.1
-pkgrel=18
+pkgrel=19
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("BSD")


[arch-commits] Commit in pigeonhole/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Thore Bödecker via arch-commits
Date: Wednesday, March 6, 2019 @ 10:08:31
  Author: foxxx0
Revision: 437822

archrelease: copy trunk to community-x86_64

Added:
  pigeonhole/repos/community-x86_64/PKGBUILD
(from rev 437821, pigeonhole/trunk/PKGBUILD)
Deleted:
  pigeonhole/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 10:08:26 UTC (rev 437821)
+++ PKGBUILD2019-03-06 10:08:31 UTC (rev 437822)
@@ -1,53 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Thore Bödecker 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.3.4.1
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.5.4
-pkgrel=3
-
-pkgdesc='Sieve implementation for Dovecot'
-url='https://pigeonhole.dovecot.org/'
-arch=('x86_64')
-license=('LGPL')
-
-depends=("dovecot=${_dcpkgver}")
-
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-
-source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
-
-sha256sums=('547999e67a001abc5e654c7e35653d3fe057fa9a47a24257e39a79c41ef08516'
-'SKIP')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

-
-build() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-
-  ./configure \
---prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-check() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-  make check
-}
-
-package() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pigeonhole/repos/community-x86_64/PKGBUILD (from rev 437821, 
pigeonhole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 10:08:31 UTC (rev 437822)
@@ -0,0 +1,53 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Thore Bödecker 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.5
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.5.4
+pkgrel=4
+
+pkgdesc='Sieve implementation for Dovecot'
+url='https://pigeonhole.dovecot.org/'
+arch=('x86_64')
+license=('LGPL')
+
+depends=("dovecot=${_dcpkgver}")
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
+
+sha256sums=('547999e67a001abc5e654c7e35653d3fe057fa9a47a24257e39a79c41ef08516'
+'SKIP')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

+
+build() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+  make check
+}
+
+package() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in pigeonhole/trunk (PKGBUILD)

2019-03-06 Thread Thore Bödecker via arch-commits
Date: Wednesday, March 6, 2019 @ 10:08:26
  Author: foxxx0
Revision: 437821

upgpkg: pigeonhole 0.5.4-4

rebuild against dovecot 2.3.5

Modified:
  pigeonhole/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 10:08:10 UTC (rev 437820)
+++ PKGBUILD2019-03-06 10:08:26 UTC (rev 437821)
@@ -8,12 +8,12 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.3.4.1
+_dcpkgver=2.3.5
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
 pkgver=0.5.4
-pkgrel=3
+pkgrel=4
 
 pkgdesc='Sieve implementation for Dovecot'
 url='https://pigeonhole.dovecot.org/'


[arch-commits] Commit in dovecot/repos/community-x86_64 (12 files)

2019-03-06 Thread Thore Bödecker via arch-commits
Date: Wednesday, March 6, 2019 @ 10:08:10
  Author: foxxx0
Revision: 437820

archrelease: copy trunk to community-x86_64

Added:
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 437819, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.ld.so.conf
(from rev 437819, dovecot/trunk/dovecot.ld.so.conf)
  dovecot/repos/community-x86_64/dovecot.pam
(from rev 437819, dovecot/trunk/dovecot.pam)
  dovecot/repos/community-x86_64/dovecot.sysusersd
(from rev 437819, dovecot/trunk/dovecot.sysusersd)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 437819, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/fix-mysql-double-free.patch
(from rev 437819, dovecot/trunk/fix-mysql-double-free.patch)
Deleted:
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.ld.so.conf
  dovecot/repos/community-x86_64/dovecot.pam
  dovecot/repos/community-x86_64/dovecot.sysusersd
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/fix-mysql-double-free.patch

-+
 PKGBUILD|  244 +-
 dovecot.ld.so.conf  |2 
 dovecot.pam |4 
 dovecot.sysusersd   |4 
 dovecot.tmpfilesd   |2 
 fix-mysql-double-free.patch |   72 ++--
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 10:07:58 UTC (rev 437819)
+++ PKGBUILD2019-03-06 10:08:10 UTC (rev 437820)
@@ -1,122 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Thore Bödecker 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.3.4.1
-pkgrel=2
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="https://dovecot.org/";
-arch=('x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'mariadb-libs' 'libsodium'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene' 'libsodium')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-source=("https://dovecot.org/releases/2.3/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'dovecot.sysusersd'
-'dovecot.tmpfilesd'
-'dovecot.ld.so.conf'
-'dovecot.pam'
-'fix-mysql-double-free.patch')
-
-sha256sums=('b8873e2ce5c33e58963bb7a8d2ff8427c09dbfdd63e13a0b0f4502864043aa07'
-'SKIP'
-'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
-'0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
-'08f4a8d4e88a2540efa8e8386690ae64cc65250aeeded1373cc83a8d0373a601'
-'a97bd93b07c96e03d3c7540c8cd6c2d465a12728f31d9164ea4546e257e8a203')
-
-validpgpkeys=(
-  'E643F0BDFDCD04D9FFCB6279C948525140558AC9' # Timo Sirainen 
-  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1' # Dovecot Community Edition
-)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -l -i "$srcdir/${filename##*/}"
-fi
-  done
-
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-sodium \
---with-docs
-
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "${srcdir}/dovecot.sysusersd" \
-"${pkgdir}/usr/lib/sysusers.d/dovecot.conf"
-  install -Dm644 "${srcdir}/dovecot.tmpfilesd" \
-"${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "${pkgdir}/

[arch-commits] Commit in pandoc-citeproc/repos (2 files)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 10:07:55
  Author: felixonmars
Revision: 437818

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 437817, pandoc-citeproc/trunk/PKGBUILD)

--+
 PKGBUILD |   57 +
 1 file changed, 57 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
437817, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-06 10:07:55 UTC (rev 437818)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.1
+pkgrel=9
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' '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=('603a38a21d3973aaf606671a7a297f20b267dd47c327bf4741c84b10b215c7d4a6eba6f55236a80602d18912001df1bbd66b81683fb0a3931f3d566458923b88')
+
+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)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 10:07:37
  Author: felixonmars
Revision: 437817

upgpkg: pandoc-citeproc 0.16.1-9

rebuild with texmath 0.11.2.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 10:04:37 UTC (rev 437816)
+++ PKGBUILD2019-03-06 10:07:37 UTC (rev 437817)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("BSD")


[arch-commits] Commit in dovecot/trunk (PKGBUILD)

2019-03-06 Thread Thore Bödecker via arch-commits
Date: Wednesday, March 6, 2019 @ 10:07:58
  Author: foxxx0
Revision: 437819

upgpkg: dovecot 2.3.5-1

update to 2.3.5

Modified:
  dovecot/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 10:07:55 UTC (rev 437818)
+++ PKGBUILD2019-03-06 10:07:58 UTC (rev 437819)
@@ -9,8 +9,8 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.3.4.1
-pkgrel=2
+pkgver=2.3.5
+pkgrel=1
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 url="https://dovecot.org/";
@@ -33,7 +33,7 @@
 'dovecot.pam'
 'fix-mysql-double-free.patch')
 
-sha256sums=('b8873e2ce5c33e58963bb7a8d2ff8427c09dbfdd63e13a0b0f4502864043aa07'
+sha256sums=('bfe112ec6d11f7d6c6f7f0440e3b6e2c840c15cec1e99466b5495765d54aaaff'
 'SKIP'
 'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
 '0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'


[arch-commits] Commit in pandoc/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 10:04:23
  Author: felixonmars
Revision: 437815

upgpkg: pandoc 2.6-16

rebuild with texmath 0.11.2.1

Modified:
  pandoc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:53:54 UTC (rev 437814)
+++ PKGBUILD2019-03-06 10:04:23 UTC (rev 437815)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.6
-pkgrel=15
+pkgrel=16
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


[arch-commits] Commit in pandoc/repos (2 files)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 10:04:37
  Author: felixonmars
Revision: 437816

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 437815, pandoc/trunk/PKGBUILD)

--+
 PKGBUILD |   64 +
 1 file changed, 64 insertions(+)

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 437815, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-06 10:04:37 UTC (rev 437816)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.6
+pkgrel=16
+pkgdesc='Conversion between markup formats'
+url='https://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-ipynb' '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-unicode-transforms'
+ '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";)
+sha512sums=('edcaa419c078916f236270da14bf5061759ff5ce96bf5f4567aea762efe591db363be9fbb45b517bb974a9c29cce92d91b15ae7d32b2512018e0d30211b9772b')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+# 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 || warning "Tests failed"
+}
+
+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 haskell-texmath/repos (2 files)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:53:54
  Author: felixonmars
Revision: 437814

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 437813, haskell-texmath/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 
437813, haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-06 09:53:54 UTC (rev 437814)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.11.2.1
+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=('609614c99234cce8dc72d4724217164fd6257197a71862837fc117f20947f9c48e4eb0692b85c65c0c1d3c8cb4b2fbdb2e8b33657283efd99800a7c4c75cacf3')
+
+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)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:53:42
  Author: felixonmars
Revision: 437813

upgpkg: haskell-texmath 0.11.2.1-1

rebuild with texmath 0.11.2.1

Modified:
  haskell-texmath/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:49:38 UTC (rev 437812)
+++ PKGBUILD2019-03-06 09:53:42 UTC (rev 437813)
@@ -3,8 +3,8 @@
 
 _hkgname=texmath
 pkgname=haskell-texmath
-pkgver=0.11.2
-pkgrel=5
+pkgver=0.11.2.1
+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=('9e2cf6c5b8ad577ba20f34d3613f540a58cbdd538cde9d4fd15799a2d8612feac92bef24911a35161f318e75feabab1f4fd4595c88391f04df484df7b56b4685')
+sha512sums=('609614c99234cce8dc72d4724217164fd6257197a71862837fc117f20947f9c48e4eb0692b85c65c0c1d3c8cb4b2fbdb2e8b33657283efd99800a7c4c75cacf3')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in deepin-control-center/repos/community-x86_64 (2 files)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:48:56
  Author: felixonmars
Revision: 437810

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 437809, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 09:48:48 UTC (rev 437809)
+++ PKGBUILD2019-03-06 09:48:56 UTC (rev 437810)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.9.5
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('deepin-dock' 'cmake')
-optdepends=('redshift: automatic color temperature support'
-'networkmanager-openconnect: for OpenConnect support'
-'networkmanager-openvpn: for OpenVPN support'
-'networkmanager-pptp: for PPTP support'
-'networkmanager-strongswan: for StrongSwan support'
-'networkmanager-vpnc: for VPNC support'
-'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
-sha512sums=('c4d3ef4f83781f861449b3d0ec08ff2871a27fd90627c545b535c020bc5ad9472b626683ba2bd80cd2a0693fde2db7969254b0e8f65c3eab50da774e0e23ef2d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -DDISABLE_SYS_UPDATE=YES -DCMAKE_INSTALL_PREFIX=/usr \
-../dde-control-center-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 437809, 
deepin-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 09:48:56 UTC (rev 437810)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.9.6
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center";
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
+makedepends=('deepin-dock' 'cmake')
+optdepends=('redshift: automatic color temperature support'
+'networkmanager-openconnect: for OpenConnect support'
+'networkmanager-openvpn: for OpenVPN support'
+'networkmanager-pptp: for PPTP support'
+'networkmanager-strongswan: for StrongSwan support'
+'networkmanager-vpnc: for VPNC support'
+'network-manager-sstp: for SSTP support')
+# Not packaged: network-manager-l2tp
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
+sha512sums=('d9eb95abc827c1ecb393f3495de1eaca7f42df7c00ea0d1b785ca4c3cef30569e1d30e521cca90947b7126948eb6034c295f6ee115ee14e0e56ea1ca54c16f69')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DDISABLE_SYS_UPDATE=YES -DCMAKE_INSTALL_PREFIX=/usr \
+../dde-control-center-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in haskell-esqueleto/repos (2 files)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:49:04
  Author: felixonmars
Revision: 437811

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-esqueleto/repos/community-staging-x86_64/
  haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD
(from rev 437810, haskell-esqueleto/trunk/PKGBUILD)

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
437810, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-06 09:49:04 UTC (rev 437811)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-conduit' 
'haskell-monad-logger'
+ 'haskell-persistent' 'haskell-resourcet' 'haskell-tagged' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0a491c3613bbe09bf1851824db0c8d73c567634cdfca660180fc3a3ab1b7b9bed67ce7f2838157e28eef6ebb01e69593292f07330ddbddd85f62ab349d45fbff')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+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
+}
+
+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 python-astroid/repos/testing-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:49:11
  Author: felixonmars
Revision: 347139

archrelease: copy trunk to testing-any

Added:
  python-astroid/repos/testing-any/PKGBUILD
(from rev 347138, python-astroid/trunk/PKGBUILD)
Deleted:
  python-astroid/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 09:48:55 UTC (rev 347138)
+++ PKGBUILD2019-03-06 09:49:11 UTC (rev 347139)
@@ -1,32 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgname=python-astroid
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Useful miscellaneous modules used by Logilab projects"
-arch=('any')
-url="https://github.com/PyCQA/astroid";
-license=('LGPL')
-depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
-makedepends=('python-setuptools')
-checkdepends=('python-dateutil' 'python-pytest' 'python-numpy' 'python-nose' 
'python-pytest-runner')
-replaces=('python-logilab-astng')
-conflicts=('python-logilab-astng')
-source=(https://github.com/PyCQA/astroid/archive/astroid-$pkgver.tar.gz)
-sha512sums=('ee18dc354b47ae2854e73e8197e0237e0d43462063ee0a3f83a00a2d5bbd9ffdbb72b5d74477c0a184648ffc204f31f6d0c05d0e727d9451a64fcceaea1d2858')
-
-build() {
-  cd "$srcdir"/astroid-astroid-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/astroid-astroid-$pkgver
-  pytest
-}
-
-package() {
-  cd "$srcdir"/astroid-astroid-$pkgver
-  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
-}

Copied: python-astroid/repos/testing-any/PKGBUILD (from rev 347138, 
python-astroid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 09:49:11 UTC (rev 347139)
@@ -0,0 +1,32 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgname=python-astroid
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="https://github.com/PyCQA/astroid";
+license=('LGPL')
+depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
+makedepends=('python-setuptools')
+checkdepends=('python-dateutil' 'python-pytest' 'python-numpy' 'python-nose' 
'python-pytest-runner')
+replaces=('python-logilab-astng')
+conflicts=('python-logilab-astng')
+source=(https://github.com/PyCQA/astroid/archive/astroid-$pkgver.tar.gz)
+sha512sums=('aa1d85065cdc5c6df5bf15472be99c2e3a12d8253218615e934d6aad7cffb14dad63ea4456da8083fb7c07892c24594e98e9fca85b29dd95de9b01a611afeff4')
+
+build() {
+  cd "$srcdir"/astroid-astroid-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/astroid-astroid-$pkgver
+  pytest
+}
+
+package() {
+  cd "$srcdir"/astroid-astroid-$pkgver
+  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+}


[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:48:43
  Author: felixonmars
Revision: 437808

upgpkg: deepin-control-center 4.9.6-1

Modified:
  deepin-control-center/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:47:18 UTC (rev 437807)
+++ PKGBUILD2019-03-06 09:48:43 UTC (rev 437808)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.9.5
+pkgver=4.9.6
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
-sha512sums=('c4d3ef4f83781f861449b3d0ec08ff2871a27fd90627c545b535c020bc5ad9472b626683ba2bd80cd2a0693fde2db7969254b0e8f65c3eab50da774e0e23ef2d')
+sha512sums=('d9eb95abc827c1ecb393f3495de1eaca7f42df7c00ea0d1b785ca4c3cef30569e1d30e521cca90947b7126948eb6034c295f6ee115ee14e0e56ea1ca54c16f69')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in haskell-esqueleto/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:48:48
  Author: felixonmars
Revision: 437809

upgpkg: haskell-esqueleto 2.7.0-1

rebuild with esqueleto 2.7.0

Modified:
  haskell-esqueleto/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:48:43 UTC (rev 437808)
+++ PKGBUILD2019-03-06 09:48:48 UTC (rev 437809)
@@ -3,8 +3,8 @@
 
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
-pkgver=2.6.0
-pkgrel=13
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto";
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-unordered-containers')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('b1b50b91c14e7fc72077a1575b4b1df538d6da6b4cf4a34d13b8b94b4ad62d9049c97cc15d272547580e255a62a8a7c70725ee35d23aa69474c7a2224b06b5b8')
+sha512sums=('0a491c3613bbe09bf1851824db0c8d73c567634cdfca660180fc3a3ab1b7b9bed67ce7f2838157e28eef6ebb01e69593292f07330ddbddd85f62ab349d45fbff')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in python-astroid/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:48:55
  Author: felixonmars
Revision: 347138

upgpkg: python-astroid 2.2.4-1

Modified:
  python-astroid/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:17:27 UTC (rev 347137)
+++ PKGBUILD2019-03-06 09:48:55 UTC (rev 347138)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-astroid
-pkgver=2.2.0
+pkgver=2.2.4
 pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
@@ -14,7 +14,7 @@
 replaces=('python-logilab-astng')
 conflicts=('python-logilab-astng')
 source=(https://github.com/PyCQA/astroid/archive/astroid-$pkgver.tar.gz)
-sha512sums=('ee18dc354b47ae2854e73e8197e0237e0d43462063ee0a3f83a00a2d5bbd9ffdbb72b5d74477c0a184648ffc204f31f6d0c05d0e727d9451a64fcceaea1d2858')
+sha512sums=('aa1d85065cdc5c6df5bf15472be99c2e3a12d8253218615e934d6aad7cffb14dad63ea4456da8083fb7c07892c24594e98e9fca85b29dd95de9b01a611afeff4')
 
 build() {
   cd "$srcdir"/astroid-astroid-$pkgver


[arch-commits] Commit in deepin-session-ui/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:47:18
  Author: felixonmars
Revision: 437807

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 437806, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 09:47:04 UTC (rev 437806)
+++ PKGBUILD2019-03-06 09:47:18 UTC (rev 437807)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.8.11
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory'
- 'qt5-tools')
-makedepends=('deepin-gettext-tools')
-provides=('lightdm-deepin-greeter' 'deepin-notifications')
-conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
-sha512sums=('017998b06dbb0cffaf30dca7484c62cbdd1536acde5c616836a05d46e2159dfea5b16d6069910d3d3feb91f5af58e2041b62a490aafeb6f5b521feabff65c029')
-
-prepare() {
-  cd dde-session-ui-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp boxframe/*.cpp
-}
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 437806, 
deepin-session-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 09:47:18 UTC (rev 437807)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.8.12
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('deepin-gettext-tools')
+provides=('lightdm-deepin-greeter' 'deepin-notifications')
+conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
+sha512sums=('7561c3be718dcd205e38cc0f7eec3a8befe5fcfc9e45923a8a5cb6d9d392adf74cbd4d366f1b583f98e5f354da34e13f4e9a6059255dd9c6536cb6f0aa7b3e24')
+
+prepare() {
+  cd dde-session-ui-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp boxframe/*.cpp
+}
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-session-ui/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:47:04
  Author: felixonmars
Revision: 437806

upgpkg: deepin-session-ui 4.8.12-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:44:30 UTC (rev 437805)
+++ PKGBUILD2019-03-06 09:47:04 UTC (rev 437806)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.8.11
+pkgver=4.8.12
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
@@ -11,14 +11,13 @@
 license=('GPL3')
 groups=('deepin')
 depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory'
- 'qt5-tools')
+ 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
 makedepends=('deepin-gettext-tools')
 provides=('lightdm-deepin-greeter' 'deepin-notifications')
 conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
-sha512sums=('017998b06dbb0cffaf30dca7484c62cbdd1536acde5c616836a05d46e2159dfea5b16d6069910d3d3feb91f5af58e2041b62a490aafeb6f5b521feabff65c029')
+sha512sums=('7561c3be718dcd205e38cc0f7eec3a8befe5fcfc9e45923a8a5cb6d9d392adf74cbd4d366f1b583f98e5f354da34e13f4e9a6059255dd9c6536cb6f0aa7b3e24')
 
 prepare() {
   cd dde-session-ui-$pkgver


[arch-commits] Commit in python-stestr/repos/community-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:44:30
  Author: felixonmars
Revision: 437805

archrelease: copy trunk to community-any

Added:
  python-stestr/repos/community-any/PKGBUILD
(from rev 437804, python-stestr/trunk/PKGBUILD)
Deleted:
  python-stestr/repos/community-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 09:44:15 UTC (rev 437804)
+++ PKGBUILD2019-03-06 09:44:30 UTC (rev 437805)
@@ -1,69 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-stestr
-pkgname=(python-stestr python2-stestr)
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="A test runner runner similar to testrepository"
-url="http://stestr.readthedocs.io/en/latest/";
-license=('Apache')
-arch=('any')
-makedepends=('python-future' 'python2-future' 'python-pbr' 'python2-pbr' 
'python-cliff'
- 'python2-cliff' 'python-subunit' 'python2-subunit' 
'python-fixtures' 'python2-fixtures'
- 'python-testtools' 'python2-testtools' 'python-yaml' 
'python2-yaml' 'python-voluptuous'
- 'python2-voluptuous')
-checkdepends=('python-hacking' 'python2-hacking' 'python-sphinx' 
'python2-sphinx' 'python-mock'
-  'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 
'python-coverage'
-  'python2-coverage' 'python-ddt' 'python2-ddt')
-source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz";)
-sha512sums=('ae23183becf7f65769617cc86e25cd23a2b3b74fe057af407bbbf8fa00cc7fe1df066f040037e8f33bc34377dbd44a5587bca8bea860316e99ecca21776050e7')
-
-prepare() {
-  cp -a stestr-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/stestr-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/stestr-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/stestr-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages"
-export PATH="$PWD/tmp_install/usr/bin:$PATH"
-stestr run || warning "Tests failed"
-  )
-
-  cd "$srcdir"/stestr-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages"
-export PATH="$PWD/tmp_install/usr/bin:$PATH"
-stestr run || warning "Tests failed"
-  )
-}
-
-package_python-stestr() {
-  depends=('python-future' 'python-cliff' 'python-pbr' 'python-subunit' 
'python-fixtures'
-   'python-testtools' 'python-yaml' 'python-voluptuous')
-
-  cd stestr-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-stestr() {
-  depends=('python2-future' 'python2-cliff' 'python2-pbr' 'python2-subunit' 
'python2-fixtures'
-   'python2-testtools' 'python2-yaml' 'python2-voluptuous')
-
-  cd stestr-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/stestr{,2}
-}

Copied: python-stestr/repos/community-any/PKGBUILD (from rev 437804, 
python-stestr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 09:44:30 UTC (rev 437805)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-stestr
+pkgname=(python-stestr python2-stestr)
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="A test runner runner similar to testrepository"
+url="http://stestr.readthedocs.io/en/latest/";
+license=('Apache')
+arch=('any')
+makedepends=('python-future' 'python2-future' 'python-pbr' 'python2-pbr' 
'python-cliff'
+ 'python2-cliff' 'python-subunit' 'python2-subunit' 
'python-fixtures' 'python2-fixtures'
+ 'python-testtools' 'python2-testtools' 'python-yaml' 
'python2-yaml' 'python-voluptuous'
+ 'python2-voluptuous')
+checkdepends=('python-hacking' 'python2-hacking' 'python-sphinx' 
'python2-sphinx' 'python-mock'
+  'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 
'python-coverage'
+  'python2-coverage' 'python-ddt' 'python2-ddt')
+source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz";)
+sha512sums=('1a100f017a5f141e81282dc60c096d77a344479c643c3074e248849c1293fca3bfa16ad7e1ab13f58e844d3625449b51b74aff3723ed00e6f6ec7df3055bb391')
+
+prepare() {
+  cp -a stestr-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/stestr-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/stestr-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/stestr-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages"
+export PATH="$PWD/tmp_install/usr/bin:$PATH"
+stestr run || warning "Tests failed"
+  )
+
+  cd "$srcdir"/stestr-$p

[arch-commits] Commit in python-stestr/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:44:15
  Author: felixonmars
Revision: 437804

upgpkg: python-stestr 2.3.1-1

Modified:
  python-stestr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:43:27 UTC (rev 437803)
+++ PKGBUILD2019-03-06 09:44:15 UTC (rev 437804)
@@ -4,7 +4,7 @@
 
 pkgbase=python-stestr
 pkgname=(python-stestr python2-stestr)
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="A test runner runner similar to testrepository"
 url="http://stestr.readthedocs.io/en/latest/";
@@ -18,7 +18,7 @@
   'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 
'python-coverage'
   'python2-coverage' 'python-ddt' 'python2-ddt')
 source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz";)
-sha512sums=('ae23183becf7f65769617cc86e25cd23a2b3b74fe057af407bbbf8fa00cc7fe1df066f040037e8f33bc34377dbd44a5587bca8bea860316e99ecca21776050e7')
+sha512sums=('1a100f017a5f141e81282dc60c096d77a344479c643c3074e248849c1293fca3bfa16ad7e1ab13f58e844d3625449b51b74aff3723ed00e6f6ec7df3055bb391')
 
 prepare() {
   cp -a stestr-$pkgver{,-py2}


[arch-commits] Commit in python-peewee/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:43:12
  Author: felixonmars
Revision: 437802

upgpkg: python-peewee 3.9.0-1

Modified:
  python-peewee/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:43:06 UTC (rev 437801)
+++ PKGBUILD2019-03-06 09:43:12 UTC (rev 437802)
@@ -5,7 +5,7 @@
 
 pkgbase=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.8.2
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/";
@@ -15,7 +15,7 @@
 checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
   'python-psycopg2' 'python2-psycopg2')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz";)
-sha512sums=('d37f718b1af32053ae696598c2610195918012da996485e85ad71dee74ade1a8fb5a01424769e07dbeaf168fc8dd3ee2352306d15d4db4684cdef3fad9267fc0')
+sha512sums=('3ab1b9f83ecfaa7fc22a52b46d59d870c18d56e5862be7208add9a2a04040dc8418f789aac904a918d0e64694a548842f2ffdadd3d9b949356a164e9f913c384')
 
 prepare() {
   cp -a peewee-$pkgver{,-py2}


[arch-commits] Commit in python-peewee/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:43:27
  Author: felixonmars
Revision: 437803

archrelease: copy trunk to community-x86_64

Added:
  python-peewee/repos/community-x86_64/PKGBUILD
(from rev 437802, python-peewee/trunk/PKGBUILD)
Deleted:
  python-peewee/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 09:43:12 UTC (rev 437802)
+++ PKGBUILD2019-03-06 09:43:27 UTC (rev 437803)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgbase=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.8.2
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/";
-arch=('x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
-  'python-psycopg2' 'python2-psycopg2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz";)
-sha512sums=('d37f718b1af32053ae696598c2610195918012da996485e85ad71dee74ade1a8fb5a01424769e07dbeaf168fc8dd3ee2352306d15d4db4684cdef3fad9267fc0')
-
-prepare() {
-  cp -a peewee-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/peewee-$pkgver
-  python runtests.py
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 runtests.py
-}
-
-package_python-peewee() {
-  depends=('python' 'sqlite')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/pwiz{,2}.py
-}

Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 437802, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 09:43:27 UTC (rev 437803)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgbase=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/";
+arch=('x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
+  'python-psycopg2' 'python2-psycopg2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz";)
+sha512sums=('3ab1b9f83ecfaa7fc22a52b46d59d870c18d56e5862be7208add9a2a04040dc8418f789aac904a918d0e64694a548842f2ffdadd3d9b949356a164e9f913c384')
+
+prepare() {
+  cp -a peewee-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/peewee-$pkgver
+  python runtests.py
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 runtests.py
+}
+
+package_python-peewee() {
+  depends=('python' 'sqlite')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/pwiz{,2}.py
+}


[arch-commits] Commit in python-tldextract/repos/community-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:43:06
  Author: felixonmars
Revision: 437801

archrelease: copy trunk to community-any

Added:
  python-tldextract/repos/community-any/PKGBUILD
(from rev 437800, python-tldextract/trunk/PKGBUILD)
Deleted:
  python-tldextract/repos/community-any/PKGBUILD

--+
 PKGBUILD |   79 ++---
 1 file changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 09:42:52 UTC (rev 437800)
+++ PKGBUILD2019-03-06 09:43:06 UTC (rev 437801)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-tldextract
-pkgver=2.2.0
-pkgrel=2
-pkgdesc="Accurately separate the TLD from the registered domain and subdomains 
of a URL, using the Public Suffix List"
-arch=('any')
-url="https://github.com/john-kurkowski/tldextract";
-license=('BSD')
-depends=('python-idna' 'python-requests' 'python-requests-file' 
'python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-mock' 'python-responses')
-source=("https://pypi.io/packages/source/t/tldextract/tldextract-$pkgver.tar.gz";)
-sha512sums=('25a8c3d2ce27bd54dea211fb3999caeb487840172a8b707b43e6c27729f247306cc0596f156e70f3039771f84f92112921c17873128d4597dbc8785e2d4de8d3')
-
-prepare() {
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd tldextract-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tldextract-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd tldextract-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # use the snapshot version, because generating a new one requires Internet 
access and root permission
-  ln -s .tld_set_snapshot 
"$pkgdir"/usr/lib/python3.7/site-packages/tldextract/.tld_set
-}
-
-# vim:set sw=2 et:

Copied: python-tldextract/repos/community-any/PKGBUILD (from rev 437800, 
python-tldextract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 09:43:06 UTC (rev 437801)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-tldextract
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Accurately separate the TLD from the registered domain and subdomains 
of a URL, using the Public Suffix List"
+arch=('any')
+url="https://github.com/john-kurkowski/tldextract";
+license=('BSD')
+depends=('python-idna' 'python-requests' 'python-requests-file' 
'python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-mock' 'python-responses')
+source=("https://pypi.io/packages/source/t/tldextract/tldextract-$pkgver.tar.gz";)
+sha512sums=('db4f14e514c0e68f85f28226343d7ec91ceea2843ee01c9a2950f0972f365bf343640e07cfb118aff52bab975719be71d179fc6b3bd4da7eb62a47b62747cc0b')
+
+prepare() {
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd tldextract-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tldextract-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd tldextract-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # use the snapshot version, because generating a new one requires Internet 
access and root permission
+  ln -s .tld_set_snapshot 
"$pkgdir"/usr/lib/python3.7/site-packages/tldextract/.tld_set
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in python-tldextract/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:42:52
  Author: felixonmars
Revision: 437800

upgpkg: python-tldextract 2.2.1-1

Modified:
  python-tldextract/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:42:02 UTC (rev 437799)
+++ PKGBUILD2019-03-06 09:42:52 UTC (rev 437800)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tldextract
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="Accurately separate the TLD from the registered domain and subdomains 
of a URL, using the Public Suffix List"
 arch=('any')
 url="https://github.com/john-kurkowski/tldextract";
@@ -10,7 +10,7 @@
 depends=('python-idna' 'python-requests' 'python-requests-file' 
'python-setuptools')
 checkdepends=('python-pytest-runner' 'python-pytest-mock' 'python-responses')
 
source=("https://pypi.io/packages/source/t/tldextract/tldextract-$pkgver.tar.gz";)
-sha512sums=('25a8c3d2ce27bd54dea211fb3999caeb487840172a8b707b43e6c27729f247306cc0596f156e70f3039771f84f92112921c17873128d4597dbc8785e2d4de8d3')
+sha512sums=('db4f14e514c0e68f85f28226343d7ec91ceea2843ee01c9a2950f0972f365bf343640e07cfb118aff52bab975719be71d179fc6b3bd4da7eb62a47b62747cc0b')
 
 prepare() {
   export LC_CTYPE=en_US.UTF-8


[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:42:02
  Author: felixonmars
Revision: 437799

archrelease: copy trunk to community-any

Added:
  deepin-desktop-base/repos/community-any/PKGBUILD
(from rev 437798, deepin-desktop-base/trunk/PKGBUILD)
Deleted:
  deepin-desktop-base/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 09:41:48 UTC (rev 437798)
+++ PKGBUILD2019-03-06 09:42:02 UTC (rev 437799)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-base
-pkgver=2019.01.28
-pkgrel=1
-epoch=2
-pkgdesc='Base component for Deepin'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-base";
-license=('GPL3')
-depends=('deepin-wallpapers')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz";)
-sha512sums=('bad31184dd7e7feaa52874960b6b3dc9bdef8f8e9722c1f8cbbf9adb52309b6748e34910dfd97c948d2070c5b885a35de1a336703d664f5ca29f0dfa45d65e6b')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Remove Deepin distro's lsb-release
-  rm "$pkgdir"/etc/lsb-release
-
-  # Don't override systemd timeouts
-  rm -r "$pkgdir"/etc/systemd
-
-  # Make a symlink for deepin-version
-  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
-
-  # Remove apt-specific templates
-  rm -r "$pkgdir"/usr/share/python-apt
-}

Copied: deepin-desktop-base/repos/community-any/PKGBUILD (from rev 437798, 
deepin-desktop-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 09:42:02 UTC (rev 437799)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-base
+pkgver=2019.03.06
+pkgrel=1
+epoch=2
+pkgdesc='Base component for Deepin'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-base";
+license=('GPL3')
+depends=('deepin-wallpapers')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz";)
+sha512sums=('7bda27e1b1575791a9cf007a5466d4e5931572a98784f3da423366cc691492677781242d214fb748edfdac253bec4c755493a4d75b9535762267f399b70e3285')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove Deepin distro's lsb-release
+  rm "$pkgdir"/etc/lsb-release
+
+  # Don't override systemd timeouts
+  rm -r "$pkgdir"/etc/systemd
+
+  # Make a symlink for deepin-version
+  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}


[arch-commits] Commit in deepin-desktop-base/trunk (PKGBUILD)

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 09:41:48
  Author: felixonmars
Revision: 437798

upgpkg: deepin-desktop-base 2:2019.03.06-1

Modified:
  deepin-desktop-base/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:12:02 UTC (rev 437797)
+++ PKGBUILD2019-03-06 09:41:48 UTC (rev 437798)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-base
-pkgver=2019.01.28
+pkgver=2019.03.06
 pkgrel=1
 epoch=2
 pkgdesc='Base component for Deepin'
@@ -13,7 +13,7 @@
 depends=('deepin-wallpapers')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz";)
-sha512sums=('bad31184dd7e7feaa52874960b6b3dc9bdef8f8e9722c1f8cbbf9adb52309b6748e34910dfd97c948d2070c5b885a35de1a336703d664f5ca29f0dfa45d65e6b')
+sha512sums=('7bda27e1b1575791a9cf007a5466d4e5931572a98784f3da423366cc691492677781242d214fb748edfdac253bec4c755493a4d75b9535762267f399b70e3285')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in vulkan-headers/trunk (PKGBUILD)

2019-03-06 Thread Laurent Carlier via arch-commits
Date: Wednesday, March 6, 2019 @ 09:17:18
  Author: lcarlier
Revision: 347136

upgpkg: vulkan-headers 1:1.1.102-1

upstream update 1.1.102

Modified:
  vulkan-headers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:16:07 UTC (rev 347135)
+++ PKGBUILD2019-03-06 09:17:18 UTC (rev 347136)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.1.101
+pkgver=1.1.102
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -14,7 +14,7 @@
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=f54e45b92374b99de8556cacffc3602a03187b68";)
-sha256sums=('9b6180cd414071e22b2c4260b7e22c11fe830fced1c859b09610aa8a142b2c1d')
+sha256sums=('a4ae3ee183fa95bc135fee802572010b43f38261c8c08f9aaa0b7c4076ee6d71')
 
 #pkgver() {
 #  cd Vulkan-Headers


[arch-commits] Commit in vulkan-headers/repos/extra-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Laurent Carlier via arch-commits
Date: Wednesday, March 6, 2019 @ 09:17:27
  Author: lcarlier
Revision: 347137

archrelease: copy trunk to extra-any

Added:
  vulkan-headers/repos/extra-any/PKGBUILD
(from rev 347136, vulkan-headers/trunk/PKGBUILD)
Deleted:
  vulkan-headers/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 09:17:18 UTC (rev 347136)
+++ PKGBUILD2019-03-06 09:17:27 UTC (rev 347137)
@@ -1,39 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-headers
-_pkgname=Vulkan-Headers
-pkgver=1.1.101
-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/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=f54e45b92374b99de8556cacffc3602a03187b68";)
-sha256sums=('9b6180cd414071e22b2c4260b7e22c11fe830fced1c859b09610aa8a142b2c1d')
-
-#pkgver() {
-#  cd Vulkan-Headers
-#
-#  echo 1.1.96+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd Vulkan-Headers-${pkgver}
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd Vulkan-Headers-${pkgver}/build
-  
-  make DESTDIR="${pkgdir}" install
-}

Copied: vulkan-headers/repos/extra-any/PKGBUILD (from rev 347136, 
vulkan-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 09:17:27 UTC (rev 347137)
@@ -0,0 +1,39 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-headers
+_pkgname=Vulkan-Headers
+pkgver=1.1.102
+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/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=f54e45b92374b99de8556cacffc3602a03187b68";)
+sha256sums=('a4ae3ee183fa95bc135fee802572010b43f38261c8c08f9aaa0b7c4076ee6d71')
+
+#pkgver() {
+#  cd Vulkan-Headers
+#
+#  echo 1.1.96+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd Vulkan-Headers-${pkgver}
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd Vulkan-Headers-${pkgver}/build
+  
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Laurent Carlier via arch-commits
Date: Wednesday, March 6, 2019 @ 09:16:07
  Author: lcarlier
Revision: 347135

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 347134, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 09:15:59 UTC (rev 347134)
+++ PKGBUILD2019-03-06 09:16:07 UTC (rev 347135)
@@ -1,35 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-html-docs)
-pkgver=1.1.101
-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=('d4b74772491a691cc174f3ce022d1107b41d43c5290dc2342d65b26ad11c6240')
-
-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 347134, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 09:16:07 UTC (rev 347135)
@@ -0,0 +1,35 @@
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-html-docs)
+pkgver=1.1.102
+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=('3bdebba05f031a3e2c7b4cd41c943fa44368e956b24953f9683a2d617771c250')
+
+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 vulkan-docs/trunk (PKGBUILD)

2019-03-06 Thread Laurent Carlier via arch-commits
Date: Wednesday, March 6, 2019 @ 09:15:59
  Author: lcarlier
Revision: 347134

upgpkg: vulkan-docs 1:1.1.102-1

upstream update 1.1.102

Modified:
  vulkan-docs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 09:08:58 UTC (rev 347133)
+++ PKGBUILD2019-03-06 09:15:59 UTC (rev 347134)
@@ -2,7 +2,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.1.101
+pkgver=1.1.102
 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=('d4b74772491a691cc174f3ce022d1107b41d43c5290dc2342d65b26ad11c6240')
+sha256sums=('3bdebba05f031a3e2c7b4cd41c943fa44368e956b24953f9683a2d617771c250')
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"


[arch-commits] Commit in lib32-libelf/trunk (PKGBUILD)

2019-03-06 Thread Laurent Carlier via arch-commits
Date: Wednesday, March 6, 2019 @ 09:11:54
  Author: lcarlier
Revision: 437796

upgpkg: lib32-libelf 0.176-1

upstream update 0.176

Modified:
  lib32-libelf/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 04:33:34 UTC (rev 437795)
+++ PKGBUILD2019-03-06 09:11:54 UTC (rev 437796)
@@ -3,7 +3,7 @@
 
 _pkgbasename=elfutils
 pkgname=lib32-libelf
-pkgver=0.175
+pkgver=0.176
 pkgrel=1
 pkgdesc="Libraries to handle ELF object files and DWARF debugging information 
(32-bit)"
 arch=('x86_64')
@@ -16,9 +16,10 @@
 replaces=('lib32-elfutils')
 
source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
 options=('staticlibs')
-sha256sums=('f7ef925541ee32c6d15ae5cb27da5f119e01a5ccdbe9fe57bf836730d7b7a65b'
+sha256sums=('eb5747c371b0af0f71e86215a5ebb88728533c3a104a43d4231963f308cd1023'
 'SKIP')
 validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A') # Mark J. Wielaard 

+validpgpkeys+=('EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A') # Mark Wielaard 

 
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}


[arch-commits] Commit in lib32-libelf/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Laurent Carlier via arch-commits
Date: Wednesday, March 6, 2019 @ 09:12:02
  Author: lcarlier
Revision: 437797

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libelf/repos/multilib-x86_64/PKGBUILD
(from rev 437796, lib32-libelf/trunk/PKGBUILD)
Deleted:
  lib32-libelf/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   81 ++---
 1 file changed, 41 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 09:11:54 UTC (rev 437796)
+++ PKGBUILD2019-03-06 09:12:02 UTC (rev 437797)
@@ -1,40 +0,0 @@
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Andrej Gelenberg 
-
-_pkgbasename=elfutils
-pkgname=lib32-libelf
-pkgver=0.175
-pkgrel=1
-pkgdesc="Libraries to handle ELF object files and DWARF debugging information 
(32-bit)"
-arch=('x86_64')
-url="https://sourceware.org/elfutils/";
-license=('LGPL3' 'GPL' 'GPL3')
-depends=('lib32-bzip2' 'lib32-zlib' 'libelf')
-makedepends=('gcc-multilib')
-provides=('lib32-elfutils')
-conflicts=('lib32-elfutils')
-replaces=('lib32-elfutils')
-source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
-options=('staticlibs')
-sha256sums=('f7ef925541ee32c6d15ae5cb27da5f119e01a5ccdbe9fe57bf836730d7b7a65b'
-'SKIP')
-validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A') # Mark J. Wielaard 

-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-   
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  CFLAGS+=" -g"  # required for test-suite success
-  
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-libelf/repos/multilib-x86_64/PKGBUILD (from rev 437796, 
lib32-libelf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 09:12:02 UTC (rev 437797)
@@ -0,0 +1,41 @@
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+_pkgbasename=elfutils
+pkgname=lib32-libelf
+pkgver=0.176
+pkgrel=1
+pkgdesc="Libraries to handle ELF object files and DWARF debugging information 
(32-bit)"
+arch=('x86_64')
+url="https://sourceware.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('lib32-bzip2' 'lib32-zlib' 'libelf')
+makedepends=('gcc-multilib')
+provides=('lib32-elfutils')
+conflicts=('lib32-elfutils')
+replaces=('lib32-elfutils')
+source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+options=('staticlibs')
+sha256sums=('eb5747c371b0af0f71e86215a5ebb88728533c3a104a43d4231963f308cd1023'
+'SKIP')
+validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A') # Mark J. Wielaard 

+validpgpkeys+=('EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A') # Mark Wielaard 

+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+   
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  CFLAGS+=" -g"  # required for test-suite success
+  
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}


[arch-commits] Commit in e2fsprogs/repos (3 files)

2019-03-06 Thread Christian Hesse via arch-commits
Date: Wednesday, March 6, 2019 @ 08:22:02
  Author: eworm
Revision: 347132

archrelease: copy trunk to testing-x86_64

Added:
  e2fsprogs/repos/testing-x86_64/
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 347131, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 347131, e2fsprogs/trunk/PKGBUILD)

-+
 MIT-LICENSE |   25 +
 PKGBUILD|   66 ++
 2 files changed, 91 insertions(+)

Copied: e2fsprogs/repos/testing-x86_64/MIT-LICENSE (from rev 347131, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-x86_64/MIT-LICENSE  (rev 0)
+++ testing-x86_64/MIT-LICENSE  2019-03-06 08:22:02 UTC (rev 347132)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o 
+Copyright (c) 1997-2003 Yann Dirson 
+Copyright (c) 2001 Alcove 
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler 
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: e2fsprogs/repos/testing-x86_64/PKGBUILD (from rev 347131, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-06 08:22:02 UTC (rev 347132)
@@ -0,0 +1,66 @@
+# Maintainer: Ronald van Haren 
+# Contributor: judd 
+
+pkgname=e2fsprogs
+pkgver=1.44.6
+pkgrel=1
+pkgdesc="Ext2/3/4 filesystem utilities"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net";
+groups=('base')
+depends=('sh' 'libutil-linux')
+makedepends=('util-linux')
+backup=('etc/mke2fs.conf')
+options=('staticlibs')
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign}
+'MIT-LICENSE')
+sha256sums=('883ae736d5a1cd954ff40a11a6743cd5913322a7685b10c8ed757eab5298ee90'
+'SKIP'
+'cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb')
+
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+  --prefix=/usr \
+  --with-root-prefix="" \
+  --libdir=/usr/lib \
+  --sbindir=/usr/bin \
+  --enable-elf-shlibs \
+  --disable-fsck \
+  --disable-uuidd \
+  --disable-libuuid \
+  --disable-libblkid
+
+  make
+}
+
+package() {
+  unset MAKEFLAGS
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' "${pkgdir}/usr/bin/compile_et"
+
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
+  sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' 
"${pkgdir}/usr/bin/compile_et"
+
+  # remove static libraries with a shared counterpart
+  rm "${pkgdir}"/usr/lib/lib{com_err,e2p,ext2fs,ss}.a
+
+  # install MIT license
+  install -Dm644 "${srcdir}/MIT-LICENSE" \
+"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE"
+}


<    1   2   3   >