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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 06:00:33
  Author: felixonmars
Revision: 399078

archrelease: copy trunk to community-x86_64

Added:
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 399077, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 06:00:13 UTC (rev 399077)
+++ PKGBUILD2018-10-26 06:00:33 UTC (rev 399078)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.7.3.5
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock";
-license=('GPL3')
-depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory' 'deepin-network-utils')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz";)
-sha512sums=('81ad63087cd19c37e2ce95f9c5e2c205449a746bd85f9b9c2027feddbb43a3cc094c2fb969571b6263e886f7bbd4b14519e6c23c370ac8921c731ab4c478494f')
-
-build() {
-  cd dde-dock-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DARCHITECTURE=$CARCH
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 399077, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 06:00:33 UTC (rev 399078)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.7.4
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock";
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz";)
+sha512sums=('230da0a11fa87e7d471f354dcc19db112abb940b159f96057392c773b3bc554754b0a0476c865564197a248c107b27e9f7cb69c3d0f54857ff217211b98a7f52')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DARCHITECTURE=$CARCH
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 06:00:13
  Author: felixonmars
Revision: 399077

upgpkg: deepin-dock 4.7.4-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:58:47 UTC (rev 399076)
+++ PKGBUILD2018-10-26 06:00:13 UTC (rev 399077)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.7.3.5
+pkgver=4.7.4
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
@@ -10,13 +10,13 @@
 url="https://github.com/linuxdeepin/dde-dock";
 license=('GPL3')
 depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory' 'deepin-network-utils')
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
 makedepends=('cmake' 'qt5-tools')
 conflicts=('dde-dock')
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz";)
-sha512sums=('81ad63087cd19c37e2ce95f9c5e2c205449a746bd85f9b9c2027feddbb43a3cc094c2fb969571b6263e886f7bbd4b14519e6c23c370ac8921c731ab4c478494f')
+sha512sums=('230da0a11fa87e7d471f354dcc19db112abb940b159f96057392c773b3bc554754b0a0476c865564197a248c107b27e9f7cb69c3d0f54857ff217211b98a7f52')
 
 build() {
   cd dde-dock-$pkgver


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:58:47
  Author: felixonmars
Revision: 399076

archrelease: copy trunk to community-x86_64

Added:
  deepin-music/repos/community-x86_64/PKGBUILD
(from rev 399075, deepin-music/trunk/PKGBUILD)
Deleted:
  deepin-music/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   55 +++
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:58:28 UTC (rev 399075)
+++ PKGBUILD2018-10-26 05:58:47 UTC (rev 399076)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-music
-pkgver=3.1.8.4
-pkgrel=1
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-music";
-license=('GPL3')
-depends=('deepin-qt5integration' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 
'gst-plugins-bad')
-makedepends=('python' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz";)
-sha512sums=('2628298d81d1c1878c618819b6a468366130e59ea83c8db25d1b8d714b27b55d3e6409554214bf76a547e63da1ffe60f7a20641a6a8913df170c3c04ccf5c39c')
-
-build() {
-  cd deepin-music-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-music-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-music/repos/community-x86_64/PKGBUILD (from rev 399075, 
deepin-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:58:47 UTC (rev 399076)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=3.1.8.5
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-music";
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 
'gst-plugins-bad')
+makedepends=('python' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz";)
+sha512sums=('269b0f52b091d611bdef97c2faa6411589180ad655f16ce8c621f752308a1deb0b9e919cd261239660efb49db950d7fa81cff88d8af8e45a427233e228840001')
+
+build() {
+  cd deepin-music-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-music-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:58:28
  Author: felixonmars
Revision: 399075

upgpkg: deepin-music 3.1.8.5-1

Modified:
  deepin-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:56:43 UTC (rev 399074)
+++ PKGBUILD2018-10-26 05:58:28 UTC (rev 399075)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-music
-pkgver=3.1.8.4
-pkgrel=2
+pkgver=3.1.8.5
+pkgrel=1
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-music";
@@ -13,7 +13,7 @@
 makedepends=('python' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz";)
-sha512sums=('2628298d81d1c1878c618819b6a468366130e59ea83c8db25d1b8d714b27b55d3e6409554214bf76a547e63da1ffe60f7a20641a6a8913df170c3c04ccf5c39c')
+sha512sums=('269b0f52b091d611bdef97c2faa6411589180ad655f16ce8c621f752308a1deb0b9e919cd261239660efb49db950d7fa81cff88d8af8e45a427233e228840001')
 
 build() {
   cd deepin-music-$pkgver


[arch-commits] Commit in deepin-image-viewer/trunk (PKGBUILD)

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:56:24
  Author: felixonmars
Revision: 399073

upgpkg: deepin-image-viewer 1.3.0-2

rebuild with new dtkwidget

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:56:12 UTC (rev 399072)
+++ PKGBUILD2018-10-26 05:56:24 UTC (rev 399073)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-image-viewer
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Image Viewer'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-image-viewer";


[arch-commits] Commit in deepin-boot-maker/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:56:12
  Author: felixonmars
Revision: 399072

archrelease: copy trunk to community-x86_64

Added:
  deepin-boot-maker/repos/community-x86_64/PKGBUILD
(from rev 399071, deepin-boot-maker/trunk/PKGBUILD)
Deleted:
  deepin-boot-maker/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:55:40 UTC (rev 399071)
+++ PKGBUILD2018-10-26 05:56:12 UTC (rev 399072)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-boot-maker
-pkgver=2.0.4.5
-pkgrel=1
-pkgdesc='Tool to create a bootable usb stick quick and easy'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-boot-maker";
-license=('GPL3')
-depends=('deepin-qt5integration' 'p7zip' 'mtools' 'syslinux')
-makedepends=('qt5-tools' 'python')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz";)
-sha512sums=('d65f8762250d57194faf7729a52e44d78edaa43a86bef5c10dd71d83d04645139561640c2bcef820322b5c2dd21811b2f34974d11c6c704ccfe6b240580991ce')
-
-build(){
-  cd deepin-boot-maker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-boot-maker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-boot-maker/repos/community-x86_64/PKGBUILD (from rev 399071, 
deepin-boot-maker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:56:12 UTC (rev 399072)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-boot-maker
+pkgver=2.0.4.6
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker";
+license=('GPL3')
+depends=('deepin-qt5integration' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz";)
+sha512sums=('0a73fa99d26585a1c3a34bcf4d10861def3fff03873bfdcb1ce63759b6dcbd7358e4c111a25c157e6e38c0502a0d0f1860828262354471f64a55ba8216071a32')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:56:43
  Author: felixonmars
Revision: 399074

archrelease: copy trunk to community-x86_64

Added:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 399073, deepin-image-viewer/trunk/PKGBUILD)
Deleted:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:56:24 UTC (rev 399073)
+++ PKGBUILD2018-10-26 05:56:43 UTC (rev 399074)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer";
-license=('GPL3')
-depends=('deepin-qt5integration' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer')
-makedepends=('qt5-tools')
-optdepends=('deepin-manual: view the help manual')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz";)
-sha512sums=('6b897f879c6d02cc848a7f8566a9d1072859241cf3f6fa9de905d6785c1e26dd2a60cb7ead2e951bf3b54012a009681cf97b35f60507893a800d8e7e28bd37d8')
-
-build() {
-  cd deepin-image-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-image-viewer/repos/community-x86_64/PKGBUILD (from rev 399073, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:56:43 UTC (rev 399074)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Deepin Image Viewer'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer";
+license=('GPL3')
+depends=('deepin-qt5integration' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer')
+makedepends=('qt5-tools')
+optdepends=('deepin-manual: view the help manual')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz";)
+sha512sums=('6b897f879c6d02cc848a7f8566a9d1072859241cf3f6fa9de905d6785c1e26dd2a60cb7ead2e951bf3b54012a009681cf97b35f60507893a800d8e7e28bd37d8')
+
+build() {
+  cd deepin-image-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd deepin-image-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:54:48
  Author: felixonmars
Revision: 399069

upgpkg: python-matplotlib 3.0.1-1

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:52:29 UTC (rev 399068)
+++ PKGBUILD2018-10-26 05:54:48 UTC (rev 399069)
@@ -6,7 +6,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=python-matplotlib
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="A python plotting library, making publication quality plots"
 arch=('x86_64')
@@ -35,17 +35,11 @@
   'texlive-core' 'texlive-latexextra' 'inkscape' 'mencoder'
   'ffmpeg' 'imagemagick' 'ttf-freefont' 'python-pandas')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz";
-
"https://github.com/matplotlib/matplotlib/commit/ae005f3d0165963ba827712507fc9856b452d162.patch";
 setup.cfg)
-sha512sums=('1bcc665a3557655308c3688c747be4d35fce8742db67eda0cb494a550269bf4fba84d78b36f8296f82919b4cec50b5d23c9ce6d1f3a312a9d2dfaf3b2332b335'
-
'046329bcc0117a79f99cdb7fcf100e09e7792be93ebf76fb52e80e08d27802a00f6568b34037eaf47ec14b35d0ad1542dea7884ea3a814fe0f46526856a77fad'
+sha512sums=('1773846f4bec863d323652c9a89b5c087049f9170c8a18a2c7e1d818f8cb46f34e7fc9fc7a2a8ab70c80dbc2bcaf8428b6a9fb941e85ec7b054d2204d0a794bb'
 
'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b')
 
 prepare() {
-  cd matplotlib-$pkgver
-  # Python 3.7.1 related fix 
https://github.com/matplotlib/matplotlib/issues/12601
-  patch -p1 -i ../ae005f3d0165963ba827712507fc9856b452d162.patch
-  cd ..
   cp -a matplotlib-$pkgver{,-test}
 
   # Configure tests (FS#48175)


[arch-commits] Commit in deepin-boot-maker/trunk (PKGBUILD)

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:55:40
  Author: felixonmars
Revision: 399071

upgpkg: deepin-boot-maker 2.0.4.6-1

Modified:
  deepin-boot-maker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:55:06 UTC (rev 399070)
+++ PKGBUILD2018-10-26 05:55:40 UTC (rev 399071)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-boot-maker
-pkgver=2.0.4.5
+pkgver=2.0.4.6
 pkgrel=1
 pkgdesc='Tool to create a bootable usb stick quick and easy'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools' 'python')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz";)
-sha512sums=('d65f8762250d57194faf7729a52e44d78edaa43a86bef5c10dd71d83d04645139561640c2bcef820322b5c2dd21811b2f34974d11c6c704ccfe6b240580991ce')
+sha512sums=('0a73fa99d26585a1c3a34bcf4d10861def3fff03873bfdcb1ce63759b6dcbd7358e4c111a25c157e6e38c0502a0d0f1860828262354471f64a55ba8216071a32')
 
 build(){
   cd deepin-boot-maker-$pkgver


[arch-commits] Commit in python-matplotlib/repos/community-testing-x86_64 (4 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:55:06
  Author: felixonmars
Revision: 399070

archrelease: copy trunk to community-testing-x86_64

Added:
  python-matplotlib/repos/community-testing-x86_64/PKGBUILD
(from rev 399069, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-testing-x86_64/setup.cfg
(from rev 399069, python-matplotlib/trunk/setup.cfg)
Deleted:
  python-matplotlib/repos/community-testing-x86_64/PKGBUILD
  python-matplotlib/repos/community-testing-x86_64/setup.cfg

---+
 PKGBUILD  |  134 
 setup.cfg |6 +-
 2 files changed, 67 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:54:48 UTC (rev 399069)
+++ PKGBUILD2018-10-26 05:55:06 UTC (rev 399070)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Bruno Pagani 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=python-matplotlib
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="A python plotting library, making publication quality plots"
-arch=('x86_64')
-url="https://matplotlib.org";
-license=('custom')
-depends=('freetype2' 'libpng' 'python-numpy' 'python-cycler' 'python-dateutil' 
'python-kiwisolver' 'python-pyparsing')
-optdepends=('tk: Tk{Agg,Cairo} backends'
-'python-pyqt5: Qt5{Agg,Cairo} backends'
-'python-gobject: for GTK3{Agg,Cairo} backend'
-'python-wxpython: WX{,Agg,Cairo} backend'
-'python-cairo: {GTK3,Qt5,Tk,WX}Cairo backends'
-'python-cairocffi: alternative for Cairo backends'
-'python-tornado: WebAgg backend'
-'ffmpeg: for saving movies'
-'imagemagick: for saving animated gifs'
-'python-pillow: for reading/saving jpeg/bmp/tiff files'
-'ghostscript: usetex dependencies'
-'texlive-bin: usetex dependencies')
-makedepends=('git' 'rsync' 'python-setuptools'
- 'tk' 'python-pyqt5' 'python-gobject'
- 'python-wxpython' 'python-cairocffi' 'python-tornado'
- 'python-pillow' 'ghostscript' 'texlive-bin')
- # 'qhull' missing pkg-config file
- # 'agg' missing some non-upstreamed patches?
-checkdepends=('python-pytest-xdist' 'python-pytest-runner' 'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'inkscape' 'mencoder'
-  'ffmpeg' 'imagemagick' 'ttf-freefont' 'python-pandas')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz";
-
"https://github.com/matplotlib/matplotlib/commit/ae005f3d0165963ba827712507fc9856b452d162.patch";
-setup.cfg)
-sha512sums=('1bcc665a3557655308c3688c747be4d35fce8742db67eda0cb494a550269bf4fba84d78b36f8296f82919b4cec50b5d23c9ce6d1f3a312a9d2dfaf3b2332b335'
-
'046329bcc0117a79f99cdb7fcf100e09e7792be93ebf76fb52e80e08d27802a00f6568b34037eaf47ec14b35d0ad1542dea7884ea3a814fe0f46526856a77fad'
-
'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b')
-
-prepare() {
-  cd matplotlib-$pkgver
-  # Python 3.7.1 related fix 
https://github.com/matplotlib/matplotlib/issues/12601
-  patch -p1 -i ../ae005f3d0165963ba827712507fc9856b452d162.patch
-  cd ..
-  cp -a matplotlib-$pkgver{,-test}
-
-  # Configure tests (FS#48175)
-  cp setup.cfg matplotlib-$pkgver-test/
-}
-
-build() {
-  cd matplotlib-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd matplotlib-$pkgver-test
-  xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-python setup.py pytest --addopts="-n auto" || warning "Tests failed" # 
Different font rendering details
-}
-
-package_python-matplotlib() {
-  cd matplotlib-$pkgver
-  python setup.py install --root "$pkgdir" --prefix=/usr --optimize=1 
--skip-build
-  install -Dm644 doc/users/license.rst -t 
"$pkgdir"/usr/share/licenses/${pkgname}/
-}

Copied: python-matplotlib/repos/community-testing-x86_64/PKGBUILD (from rev 
399069, python-matplotlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:55:06 UTC (rev 399070)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Maintainer: Bruno Pagani 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Stefan Husmann 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=python-matplotlib
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A python plotting library, making publication quality plots"
+arch=('x86_64')
+url="https://matplotlib.org";
+license=('custom')
+depends=('freetype2' 'libpng' 'python-numpy' 'python-cycler' 'python-dateutil' 
'python-kiwisolver' 'python-pyparsing')
+optdepends=('tk: Tk{Agg,Cairo} backends'
+  

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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:52:29
  Author: felixonmars
Revision: 399068

archrelease: copy trunk to community-x86_64

Added:
  deepin-calendar/repos/community-x86_64/PKGBUILD
(from rev 399067, deepin-calendar/trunk/PKGBUILD)
Deleted:
  deepin-calendar/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   55 +++
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:52:11 UTC (rev 399067)
+++ PKGBUILD2018-10-26 05:52:29 UTC (rev 399068)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=1.2.5
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-calendar";
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-calendar/archive/$pkgver.tar.gz";)
-sha512sums=('a77c12b8a0a068bbd8ee203ba5c92fde104d519ea5d0582c3eed4126d316f025cb2e2f9dedcb0f62556e2ef87c7d0071c37c5de96b8bae2756e293427947')
-
-build() {
-  cd dde-calendar-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-calendar-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-x86_64/PKGBUILD (from rev 399067, 
deepin-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:52:29 UTC (rev 399068)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.2.5
+pkgrel=2
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-calendar";
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-calendar/archive/$pkgver.tar.gz";)
+sha512sums=('a77c12b8a0a068bbd8ee203ba5c92fde104d519ea5d0582c3eed4126d316f025cb2e2f9dedcb0f62556e2ef87c7d0071c37c5de96b8bae2756e293427947')
+
+build() {
+  cd dde-calendar-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-calendar-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:52:01
  Author: felixonmars
Revision: 399066

archrelease: copy trunk to community-x86_64

Added:
  deepin-movie/repos/community-x86_64/PKGBUILD
(from rev 399065, deepin-movie/trunk/PKGBUILD)
Deleted:
  deepin-movie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:51:42 UTC (rev 399065)
+++ PKGBUILD2018-10-26 05:52:01 UTC (rev 399066)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=3.2.11
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn";
-license=('GPL3')
-depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz";)
-sha512sums=('90645667687d650e32ef60f1bbd02725d5394ac7f90fbef1423b2dcc545aa6d71ad52ab44d16fb252bc7b87f2b5cef32d18ac9137e3a1ef7e1db4d3e7c60f4c9')
-
-prepare() {
-  cd deepin-movie-reborn-$pkgver
-  sed -i 's/libavresample//' src/CMakeLists.txt
-}
-
-build() {
-  cd deepin-movie-reborn-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd deepin-movie-reborn-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-movie/repos/community-x86_64/PKGBUILD (from rev 399065, 
deepin-movie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:52:01 UTC (rev 399066)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=3.2.11
+pkgrel=2
+pkgdesc='Movie player based on QtAV'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn";
+license=('GPL3')
+depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz";)
+sha512sums=('90645667687d650e32ef60f1bbd02725d5394ac7f90fbef1423b2dcc545aa6d71ad52ab44d16fb252bc7b87f2b5cef32d18ac9137e3a1ef7e1db4d3e7c60f4c9')
+
+prepare() {
+  cd deepin-movie-reborn-$pkgver
+  sed -i 's/libavresample//' src/CMakeLists.txt
+}
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:52:11
  Author: felixonmars
Revision: 399067

upgpkg: deepin-calendar 1.2.5-2

rebuild with new dtkwidget

Modified:
  deepin-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:52:01 UTC (rev 399066)
+++ PKGBUILD2018-10-26 05:52:11 UTC (rev 399067)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-calendar
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Calendar for Deepin Desktop Environment'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-calendar";


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:51:42
  Author: felixonmars
Revision: 399065

upgpkg: deepin-movie 1:3.2.11-2

rebuild with new dtkwidget

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:49:39 UTC (rev 399064)
+++ PKGBUILD2018-10-26 05:51:42 UTC (rev 399065)
@@ -3,7 +3,7 @@
 pkgname=deepin-movie
 epoch=1
 pkgver=3.2.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-movie-reborn";


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:49:39
  Author: felixonmars
Revision: 399064

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 399063, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/fix-crash.patch
(from rev 399063, deepin-control-center/trunk/fix-crash.patch)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD
  deepin-control-center/repos/community-x86_64/fix-crash.patch

-+
 PKGBUILD|   76 +++---
 fix-crash.patch |   54 +++---
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:49:21 UTC (rev 399063)
+++ PKGBUILD2018-10-26 05:49:39 UTC (rev 399064)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.7.0
-pkgrel=2
-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' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support')
-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";
-fix-crash.patch)
-sha512sums=('f86c97ae232b4603cb1b9f87995733aca774cefcb73e57a5aaed06a5798d3813d7a6e8f2cb2cbb72129f2a064b390c1040996e436f0dc85f6c39aed8c326c92d'
-
'ee4d2ca70a5f418425fdc2eefe4286346d38d2685ac28c9dca490687c5d519442e9c5b5b45a4fdf747352d154f06fae9457a329bae3b4b1c39f8e584521526e0')
-
-prepare() {
-  patch -d dde-control-center-$pkgver -p1 -i ../fix-crash.patch
-}
-
-build() {
-  cd dde-control-center-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 399063, 
deepin-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:49:39 UTC (rev 399064)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.7.1
+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' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support')
+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";
+fix-crash.patch)
+sha512sums=('808332f417cea435a8dbad2d13eacf6fefb22093efed50a6f0dbaae5ca7fab2a9cea34bd0d1a6ee2573b210d96d6690ecc58f30ae3271806de131b4b7dba8a2c'
+
'ee4d2ca70a5f418425fdc2eefe4286346d38d2685ac28c9dca490687c5d519442e9c5b5b45a4fdf747352d154f06fae9457a329bae3b4b1c39f8e584521526e0')
+
+prepare() {
+  patch -d dde-control-center-$pkgver -p1 -i ../fix-crash.patch
+}
+
+build() {
+  cd dde-control-center-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
+  make
+}
+
+package() {
+  cd dde-control-center-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: fix-crash.patch
===
--- fix-crash.patch 2018-10-26 05:49:21 UTC (rev 399063)
+++ fix-crash.patch 2018-10-26 05:49:39 UTC (rev 399064)
@@ -1,27 +0,0 @@
-commit b2e9a0b181aebef867f61eadf02dcb01950ef9d9
-Author: Felix Yan 
-Date:   Thu Oct 25 23:28:09 2018 +0800
-
-fix: immediate segfault when sys update is disabled
-
-m_navWidget and m_notifyWidget were placed under the macro check, which
-results in a segfault when later being added to m_pluginsLayout. Moving
-them out of the macro fixes it.
-
-Change-Id: Ie6bbca787763af778d6410414f4c4f26ab287ed0
-
-diff --git a/frame/mainwidget.cpp b/frame/mainwidget.cpp
-index 0ef70954..1871aa

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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:49:21
  Author: felixonmars
Revision: 399063

upgpkg: deepin-control-center 4.7.1-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:45:48 UTC (rev 399062)
+++ PKGBUILD2018-10-26 05:49:21 UTC (rev 399063)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.7.0
-pkgrel=2
+pkgver=4.7.1
+pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-control-center";
@@ -19,7 +19,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";
 fix-crash.patch)
-sha512sums=('f86c97ae232b4603cb1b9f87995733aca774cefcb73e57a5aaed06a5798d3813d7a6e8f2cb2cbb72129f2a064b390c1040996e436f0dc85f6c39aed8c326c92d'
+sha512sums=('808332f417cea435a8dbad2d13eacf6fefb22093efed50a6f0dbaae5ca7fab2a9cea34bd0d1a6ee2573b210d96d6690ecc58f30ae3271806de131b4b7dba8a2c'
 
'ee4d2ca70a5f418425fdc2eefe4286346d38d2685ac28c9dca490687c5d519442e9c5b5b45a4fdf747352d154f06fae9457a329bae3b4b1c39f8e584521526e0')
 
 prepare() {


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:45:48
  Author: felixonmars
Revision: 399062

archrelease: copy trunk to community-x86_64

Added:
  startdde/repos/community-x86_64/PKGBUILD
(from rev 399061, startdde/trunk/PKGBUILD)
Deleted:
  startdde/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:45:27 UTC (rev 399061)
+++ PKGBUILD2018-10-26 05:45:48 UTC (rev 399062)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.1.35.4
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde";
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go-pie' 'python2' 'git' 'jq' 'deepin-dbus-factory')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
-sha512sums=('3fb2475f3462550e3630f53607b038649b24d5d27c1b1a5aa98380af916607118f6538325f405ff29ba96eb87f5eb09952b5947ccf66f2a2fe87468685acea23')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify \
- github.com/cryptix/wav golang.org/x/net/context 
github.com/linuxdeepin/go-x11-client
-
-  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
-}
-
-build() {
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 399061, 
startdde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:45:48 UTC (rev 399062)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde";
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
+ 'deepin-api' 'go-pie' 'python2' 'git' 'jq' 'deepin-dbus-factory')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
+sha512sums=('2591ef01bca055bb912a14923119f61f58ceb9ccd96b08668afd23a2cbc5e81563adde8b9adc9d3309faf3c9d41a86235c9e0c3d6097d34b220f185e5162edcd')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify \
+ github.com/cryptix/wav golang.org/x/net/context 
github.com/linuxdeepin/go-x11-client
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:45:27
  Author: felixonmars
Revision: 399061

upgpkg: startdde 3.2.0-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:45:13 UTC (rev 399060)
+++ PKGBUILD2018-10-26 05:45:27 UTC (rev 399061)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.1.35.4
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 replaces=('deepin-wm-switcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
-sha512sums=('3fb2475f3462550e3630f53607b038649b24d5d27c1b1a5aa98380af916607118f6538325f405ff29ba96eb87f5eb09952b5947ccf66f2a2fe87468685acea23')
+sha512sums=('2591ef01bca055bb912a14923119f61f58ceb9ccd96b08668afd23a2cbc5e81563adde8b9adc9d3309faf3c9d41a86235c9e0c3d6097d34b220f185e5162edcd')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:45:13
  Author: felixonmars
Revision: 399060

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:44:51 UTC (rev 399059)
+++ PKGBUILD2018-10-26 05:45:13 UTC (rev 399060)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.11.0
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/keystoneauth";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
- 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
- 'python2-requests' 'python-stevedore' 'python2-stevedore')
-checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
-  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
-  'python-oslo-config' 'python2-oslo-config' 'python-betamax' 
'python2-betamax'
-  'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 
'python2-oslo-utils'
-  'python-requests-kerberos' 'python2-requests-kerberos' 
'python-oauthlib'
-  'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 
'python-stestr'
-  'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz";)
-sha512sums=('1530daf407228c25a13639834992e40bf9c04e69e1f007c25433b3ff53f7a7a874c09422957a4b941eb80c4491d5cc6b8e70e3bb1dc307a736dd3671600df0c0')
-
-prepare() {
-  sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py
-
-  cp -a keystoneauth-$pkgver{,-py2}
-
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/extras/kerberos/*.py
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  stestr run
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-keystoneauth1() {
-  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-os-service-types' 'python-requests')
-  optdepends=('python-requests-kerberos: for kerberos support'
-  'python-lxml: for saml2 support'
-  'python-oauthlib: for oauth1 support'
-  'python-betamax: for betamax support'
-  'python-fixtures: for betamax support'
-  'python-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
-  depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-os-service-types' 'python2-requests')
-  optdepends=('python2-requests-kerberos: for kerberos support'
-  'python2-lxml: for saml2 support'
-  'python2-oauthlib: for oauth1 support'
-  'python2-betamax: for betamax support'
-  'python2-fixtures: for betamax support'
-  'python2-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 399059, 
python-keystoneauth1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:45:13 UTC (rev 399060)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=3.11.1
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/keystoneauth";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
+ 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
+ 'python2-requests' 'python-stevedore' 'python2-stevedore')
+checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
+  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
+  'python-oslo-config' 'python2-oslo-config

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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:44:51
  Author: felixonmars
Revision: 399059

upgpkg: python-keystoneauth1 3.11.1-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:44:15 UTC (rev 399058)
+++ PKGBUILD2018-10-26 05:44:51 UTC (rev 399059)
@@ -3,7 +3,7 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.11.0
+pkgver=3.11.1
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')
@@ -20,7 +20,7 @@
   'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 
'python-stestr'
   'python2-stestr')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz";)
-sha512sums=('1530daf407228c25a13639834992e40bf9c04e69e1f007c25433b3ff53f7a7a874c09422957a4b941eb80c4491d5cc6b8e70e3bb1dc307a736dd3671600df0c0')
+sha512sums=('b9ca5b0915e2219b07e63500ace76e828cae9b04cbdf3fb32b4b6ca8487a7e1ac8adef5b9dfc8fd76ef5237cf2b25b0b621e45aad0b7895254b9e65d23ef1737')
 
 prepare() {
   sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:44:15
  Author: felixonmars
Revision: 399058

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:43:51 UTC (rev 399057)
+++ PKGBUILD2018-10-26 05:44:15 UTC (rev 399058)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-parsel
-pkgname=('python-parsel' 'python2-parsel')
-pkgver=1.5.0
-pkgrel=2
-pkgdesc="Parsel is a library to extract data from HTML and XML using XPath and 
CSS selectors"
-arch=('any')
-license=('BSD')
-url="https://github.com/scrapy/parsel";
-makedepends=('python-cssselect' 'python2-cssselect' 'python-lxml' 
'python2-lxml'
- 'python-pytest-runner' 'python2-pytest-runner' 'python-six' 
'python2-six'
- 'python-w3lib' 'python2-w3lib' 'python2-functools32')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/scrapy/parsel/archive/v$pkgver.tar.gz";)
-sha512sums=('bb2d44f65efbf3e57db10e61100da8cc0c6fa4bb6412a251efdc3c0e0cc8f2c26262d593d689f8237944a64c66479bfc5e0e94eb1d7e6f1d948cde519698e9c4')
-
-prepare() {
-  cp -a parsel-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/parsel-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/parsel-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/parsel-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/parsel-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-parsel() {
-  depends=('python-cssselect' 'python-lxml' 'python-six' 'python-w3lib')
-
-  cd parsel-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-parsel() {
-  depends=('python2-cssselect' 'python2-lxml' 'python2-six' 'python2-w3lib' 
'python2-functools32')
-
-  cd parsel-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-parsel/repos/community-any/PKGBUILD (from rev 399057, 
python-parsel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:44:15 UTC (rev 399058)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-parsel
+pkgname=('python-parsel' 'python2-parsel')
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Parsel is a library to extract data from HTML and XML using XPath and 
CSS selectors"
+arch=('any')
+license=('BSD')
+url="https://github.com/scrapy/parsel";
+makedepends=('python-cssselect' 'python2-cssselect' 'python-lxml' 
'python2-lxml'
+ 'python-pytest-runner' 'python2-pytest-runner' 'python-six' 
'python2-six'
+ 'python-w3lib' 'python2-w3lib' 'python2-functools32')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/scrapy/parsel/archive/v$pkgver.tar.gz";)
+sha512sums=('fe6de66c3f43e1ecdeae4239cacca42f3082214b698b16c7f56e4fb924cd70826fe0d7a69517174c71cd249c2b21cb9fdbf9091aafcfed6a3745a70dc37b7964')
+
+prepare() {
+  cp -a parsel-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/parsel-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/parsel-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/parsel-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/parsel-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-parsel() {
+  depends=('python-cssselect' 'python-lxml' 'python-six' 'python-w3lib')
+
+  cd parsel-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-parsel() {
+  depends=('python2-cssselect' 'python2-lxml' 'python2-six' 'python2-w3lib' 
'python2-functools32')
+
+  cd parsel-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:43:51
  Author: felixonmars
Revision: 399057

upgpkg: python-parsel 1.5.1-1

Modified:
  python-parsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:42:46 UTC (rev 399056)
+++ PKGBUILD2018-10-26 05:43:51 UTC (rev 399057)
@@ -2,8 +2,8 @@
 
 pkgbase=python-parsel
 pkgname=('python-parsel' 'python2-parsel')
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="Parsel is a library to extract data from HTML and XML using XPath and 
CSS selectors"
 arch=('any')
 license=('BSD')
@@ -12,7 +12,7 @@
  'python-pytest-runner' 'python2-pytest-runner' 'python-six' 
'python2-six'
  'python-w3lib' 'python2-w3lib' 'python2-functools32')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/scrapy/parsel/archive/v$pkgver.tar.gz";)
-sha512sums=('bb2d44f65efbf3e57db10e61100da8cc0c6fa4bb6412a251efdc3c0e0cc8f2c26262d593d689f8237944a64c66479bfc5e0e94eb1d7e6f1d948cde519698e9c4')
+sha512sums=('fe6de66c3f43e1ecdeae4239cacca42f3082214b698b16c7f56e4fb924cd70826fe0d7a69517174c71cd249c2b21cb9fdbf9091aafcfed6a3745a70dc37b7964')
 
 prepare() {
   cp -a parsel-$pkgver{,-py2}


[arch-commits] Commit in perl-yaml-syck/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:42:44
  Author: felixonmars
Revision: 337314

archrelease: copy trunk to extra-x86_64

Added:
  perl-yaml-syck/repos/extra-x86_64/PKGBUILD
(from rev 337313, perl-yaml-syck/trunk/PKGBUILD)
Deleted:
  perl-yaml-syck/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:42:24 UTC (rev 337313)
+++ PKGBUILD2018-10-26 05:42:44 UTC (rev 337314)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-yaml-syck
-pkgver=1.30
-pkgrel=5
-pkgdesc="Fast, lightweight YAML loader and dumper"
-arch=('x86_64')
-url="http://search.cpan.org/dist/YAML-Syck/";
-license=('BSD' 'custom')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
-sha512sums=('3c38c77589c12652b456ad95120b3223df9e96475a9478692511bf6207ce81bc61204feaa332dbd913d934c41cf5d6515420961b31c20c9fe245373e81ecdda4')
-
-build() {
-  cd YAML-Syck-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd YAML-Syck-$pkgver
-  make test
-}
-
-package() {
-  cd YAML-Syck-$pkgver
-  make install DESTDIR="${pkgdir}"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: perl-yaml-syck/repos/extra-x86_64/PKGBUILD (from rev 337313, 
perl-yaml-syck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:42:44 UTC (rev 337314)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-yaml-syck
+pkgver=1.31
+pkgrel=1
+pkgdesc="Fast, lightweight YAML loader and dumper"
+arch=('x86_64')
+url="http://search.cpan.org/dist/YAML-Syck/";
+license=('BSD' 'custom')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
+sha512sums=('5177f415f1f3f0d46b9fc51e43478da627edc3d7e89d9baf095fdda2cd9f93eb46784429f1665fead2b3377a2749c6fb937a91136bbe713d79000c12206a83f5')
+
+build() {
+  cd YAML-Syck-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-Syck-$pkgver
+  make test
+}
+
+package() {
+  cd YAML-Syck-$pkgver
+  make install DESTDIR="${pkgdir}"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in perl-yaml-syck/trunk (PKGBUILD)

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:42:24
  Author: felixonmars
Revision: 337313

upgpkg: perl-yaml-syck 1.31-1

Modified:
  perl-yaml-syck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 04:18:53 UTC (rev 337312)
+++ PKGBUILD2018-10-26 05:42:24 UTC (rev 337313)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-yaml-syck
-pkgver=1.30
-pkgrel=5
+pkgver=1.31
+pkgrel=1
 pkgdesc="Fast, lightweight YAML loader and dumper"
 arch=('x86_64')
 url="http://search.cpan.org/dist/YAML-Syck/";
@@ -10,7 +10,7 @@
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
-sha512sums=('3c38c77589c12652b456ad95120b3223df9e96475a9478692511bf6207ce81bc61204feaa332dbd913d934c41cf5d6515420961b31c20c9fe245373e81ecdda4')
+sha512sums=('5177f415f1f3f0d46b9fc51e43478da627edc3d7e89d9baf095fdda2cd9f93eb46784429f1665fead2b3377a2749c6fb937a91136bbe713d79000c12206a83f5')
 
 build() {
   cd YAML-Syck-$pkgver


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:42:46
  Author: felixonmars
Revision: 399056

archrelease: copy trunk to community-x86_64

Added:
  dtkcore/repos/community-x86_64/PKGBUILD
(from rev 399055, dtkcore/trunk/PKGBUILD)
  dtkcore/repos/community-x86_64/fix-symbol.patch
(from rev 399055, dtkcore/trunk/fix-symbol.patch)
Deleted:
  dtkcore/repos/community-x86_64/PKGBUILD
  dtkcore/repos/community-x86_64/fix-symbol.patch

--+
 PKGBUILD |   63 ++---
 fix-symbol.patch |   60 +-
 2 files changed, 61 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:42:28 UTC (rev 399055)
+++ PKGBUILD2018-10-26 05:42:46 UTC (rev 399056)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkcore
-pkgver=2.0.9.4
-pkgrel=1
-epoch=1
-pkgdesc='DTK core modules'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkcore";
-license=('GPL3')
-depends=('qt5-base' 'gsettings-qt')
-makedepends=('qt5-tools' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz";
-fix-symbol.patch)
-sha512sums=('724b1345fccacc0af8f1284d7c3852c82a06ffde0125de0faccf133265c7e2d3fb17d88abae81d805eb95c81a12166e6ad91bc91202b932ad824f9f086b4c4a1'
-
'0b3e8e673136b755029e926c7acabb033fea7d89c4b80d85d1c3419faffdcfb6f8ed75214ed9a4226ae2ee7925c797e73e5acbb6f679d6d98879c15965f0b773')
-
-build() {
-  cd dtkcore-$pkgver
-  patch -p1 -i ../fix-symbol.patch
-  echo $VERSION
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkcore-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkcore/repos/community-x86_64/PKGBUILD (from rev 399055, 
dtkcore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:42:46 UTC (rev 399056)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkcore
+pkgver=2.0.9.5
+pkgrel=1
+epoch=1
+pkgdesc='DTK core modules'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkcore";
+license=('GPL3')
+depends=('qt5-base' 'gsettings-qt')
+makedepends=('qt5-tools' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz";
+fix-symbol.patch)
+sha512sums=('bb7fb71765a1046995300ad3c16ed8486dc89350d29a90257c1ec8c6fdab284d8981f68836c7a35fa55c37b91def74dc13d027a54909078c453646b00e0d6764'
+
'0b3e8e673136b755029e926c7acabb033fea7d89c4b80d85d1c3419faffdcfb6f8ed75214ed9a4226ae2ee7925c797e73e5acbb6f679d6d98879c15965f0b773')
+
+build() {
+  cd dtkcore-$pkgver
+  patch -p1 -i ../fix-symbol.patch
+  echo $VERSION
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkcore-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: fix-symbol.patch
===
--- fix-symbol.patch2018-10-26 05:42:28 UTC (rev 399055)
+++ fix-symbol.patch2018-10-26 05:42:46 UTC (rev 399056)
@@ -1,30 +0,0 @@
-diff --git a/src/filesystem/dpathbuf.h b/src/filesystem/dpathbuf.h
-index 3aa7609..85df90d 100644
 a/src/filesystem/dpathbuf.h
-+++ b/src/filesystem/dpathbuf.h
-@@ -26,7 +26,10 @@ DCORE_BEGIN_NAMESPACE
- class LIBDTKCORESHARED_EXPORT DPathBuf
- {
- public:
--DPathBuf(const QString &path);
-+DPathBuf(const QString &path)
-+{
-+m_path = QDir(path).absolutePath();
-+}
- 
- DPathBuf operator/(const QString &p) const
- {
-diff --git a/src/filesystem/filesystem.pri b/src/filesystem/filesystem.pri
-index c8d81a0..e561867 100644
 a/src/filesystem/filesystem.pri
-+++ b/src/filesystem/filesystem.pri
-@@ -14,8 +14,7 @@ SOURCES += \
- $$PWD/dbasefilewatcher.cpp \
- $$PWD/dfilewatcher.cpp \
- $$PWD/dfilewatchermanager.cpp \
--$$PWD/dstandardpaths.cpp \
--$$PWD/dpathbuf.cpp
-+$$PWD/dstandardpaths.cpp
- 
- linux {
- SOURCES += \

Copied: dtkcore/repos/community-x86_64/fix-symbol.patch (from rev 399055, 
dtkcore/trunk/fix-symbol.patch)
===
--- fix-symbol.patch(rev 0)
+++ fix-symbol.patch2018-10-26 05:42:46 UTC (rev 399056)
@@ -0,0 +1,30 @@
+diff --git a/src/filesystem/dpathbuf.h b/src/filesystem/dpathbuf.h
+index 3aa7609..85df90d 100644
+--- a/src/filesystem/dpathbuf.h
 b/src/filesystem/dpathbuf.h
+@@ -26,7 +26,10 @@ DCORE_BEGIN_NAMESPACE
+ class LIBDTKCORESHARED_EXPORT DPathBuf
+ {
+ public:
+-DPathBuf(const QString &path);
++DPathBuf(const QString &path)
++{
++m_path = QDir(path).absolutePath();
++}
+ 
+ DPathBuf operator/(const QString &p) const
+ {
+diff --git a/src/filesystem/filesystem.pri b/src/filesystem/filesyste

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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:42:28
  Author: felixonmars
Revision: 399055

upgpkg: dtkcore 1:2.0.9.5-1

Modified:
  dtkcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:41:54 UTC (rev 399054)
+++ PKGBUILD2018-10-26 05:42:28 UTC (rev 399055)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkcore
-pkgver=2.0.9.4
+pkgver=2.0.9.5
 pkgrel=1
 epoch=1
 pkgdesc='DTK core modules'
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkcore/archive/$pkgver.tar.gz";
 fix-symbol.patch)
-sha512sums=('724b1345fccacc0af8f1284d7c3852c82a06ffde0125de0faccf133265c7e2d3fb17d88abae81d805eb95c81a12166e6ad91bc91202b932ad824f9f086b4c4a1'
+sha512sums=('bb7fb71765a1046995300ad3c16ed8486dc89350d29a90257c1ec8c6fdab284d8981f68836c7a35fa55c37b91def74dc13d027a54909078c453646b00e0d6764'
 
'0b3e8e673136b755029e926c7acabb033fea7d89c4b80d85d1c3419faffdcfb6f8ed75214ed9a4226ae2ee7925c797e73e5acbb6f679d6d98879c15965f0b773')
 
 build() {


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:41:54
  Author: felixonmars
Revision: 399054

archrelease: copy trunk to community-x86_64

Added:
  v2ray/repos/community-x86_64/PKGBUILD
(from rev 399053, v2ray/trunk/PKGBUILD)
  v2ray/repos/community-x86_64/v2ray.service
(from rev 399053, v2ray/trunk/v2ray.service)
Deleted:
  v2ray/repos/community-x86_64/PKGBUILD
  v2ray/repos/community-x86_64/v2ray.service

---+
 PKGBUILD  |   94 
 v2ray.service |   26 +++
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:41:36 UTC (rev 399053)
+++ PKGBUILD2018-10-26 05:41:54 UTC (rev 399054)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=3.48
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core";
-license=('MIT')
-makedepends=('go' 'git')
-backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip";
-
"v2ray-ext-$pkgver.tar.gz::https://github.com/v2ray/ext/archive/v$pkgver.tar.gz";
-'v2ray.service')
-sha512sums=('f9ccc67c18a3087050b8090b6014b0d6dd9fd34ff701bb98b7e081fd7cae2a62611bd3d43e440d2e235b9ce1e5156baa326bcc11e6d8906068f6d6dd76065131'
-
'b31d9ac3273d23be4942763c2df63e622426f35f08c2227f82d29b2460bf65d79c1d6c8c0a2db0184ef121a3510c4e98e623db432e86e1fe3728adb1579e4aec'
-
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p "$GOPATH"/src
-
-  mv *.com *.io *.org "$GOPATH"/src/
-}
-
-build() {
-  go build -o v2ray v2ray.com/core/main
-  go build -o v2ctl v2ray.com/ext/tools/control/main
-}
-
-check() {
-  cd "$GOPATH"/src/v2ray.com/core
-  go test -p 1 -tags json -v v2ray.com/core/...
-}
-
-package() {
-  cd "$GOPATH"/src/v2ray.com/core
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
${pkgdir}/usr/lib/systemd/system/v2ray.service
-  sed -i '/ExecStart/c\ExecStart=/usr/bin/env v2ray.location.asset=/etc/v2ray 
/usr/bin/v2ray -config /etc/v2ray/config.json' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
-  install -Dm755 "$srcdir"/v2ctl -t "$pkgdir"/usr/bin/
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 399053, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:41:54 UTC (rev 399054)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=3.49
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2ray/v2ray-core";
+license=('MIT')
+makedepends=('go' 'git')
+backup=(etc/v2ray/config.json)
+source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip";
+
"v2ray-ext-$pkgver.tar.gz::https://github.com/v2ray/ext/archive/v$pkgver.tar.gz";
+'v2ray.service')
+sha512sums=('d5bfe85c3fe4738d085c93783cadeabf096f60dcfc8b5a263d5fd8e22d5b45137ef28993bef4660e43021a62ffd9c4fc7c6629bdd41c5ce9ff6d5e5f7b4c022b'
+
'ac1aa63dfe321f2c32ad172fb1b817a7aea0f9f3e672afab938971d2cb3ab4d2d01a2902e1fb51c4336a5e255dbb6174dfdb5f247757e545240bd1be663aff5a'
+
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p "$GOPATH"/src
+
+  mv *.com *.io *.org "$GOPATH"/src/
+}
+
+build() {
+  go build -o v2ray v2ray.com/core/main
+  go build -o v2ctl v2ray.com/ext/tools/control/main
+}
+
+check() {
+  cd "$GOPATH"/src/v2ray.com/core
+  go test -p 1 -tags json -v v2ray.com/core/...
+}
+
+package() {
+  cd "$GOPATH"/src/v2ray.com/core
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/v2ray.service 
${pkgdir}/usr/lib/systemd/system/v2ray.service
+  sed -i '/ExecStart/c\ExecStart=/usr/bin/env v2ray.location.asset=/etc/v2ray 
/usr/bin/v2ray -config /etc/v2ray/config.json' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
+  install -Dm755 "$srcdir"/v2ctl -t "$pkg

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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:40:54
  Author: felixonmars
Revision: 399052

archrelease: copy trunk to community-x86_64

Added:
  dtkwidget/repos/community-x86_64/PKGBUILD
(from rev 399051, dtkwidget/trunk/PKGBUILD)
Deleted:
  dtkwidget/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:40:34 UTC (rev 399051)
+++ PKGBUILD2018-10-26 05:40:54 UTC (rev 399052)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwidget
-pkgver=2.0.9.4
-pkgrel=3
-pkgdesc='Deepin graphical user interface library'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkwidget";
-license=('GPL3')
-depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
- 'startup-notification')
-makedepends=('qt5-tools')
-replaces=('deepin-tool-kit')
-conflicts=('deepin-tool-kit<0.3.4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";
-
https://github.com/linuxdeepin/dtkwidget/commit/a380128ede3626b79964f7128c54697f6fd6c637.patch)
-sha512sums=('da9d164b4bd9e53f7cbc9a4a37ecd0f8f3fc586b09ad179a0ddac35973b9b502ef82d58bd12a6b7da2c457f800a364f7c46cc95994e7dcccb567ade28d781901'
-
'7789e82a86283080044c8ff95ddd91d48a0d924534e1baa5c502419c256e73435aeb77b3a39bacd1ab932c238b01c59e2b365051707a1586da773028e18c5eac')
-
-prepare() {
-  cd dtkwidget-$pkgver
-  patch -p1 -i ../a380128ede3626b79964f7128c54697f6fd6c637.patch
-}
-
-build() {
-  cd dtkwidget-$pkgver
-  LDFLAGS=${LDFLAGS/,-z,now/}
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-x86_64/PKGBUILD (from rev 399051, 
dtkwidget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:40:54 UTC (rev 399052)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.9.5
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwidget";
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
+ 'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
+sha512sums=('560737e6a3bfb8337a706222daaf77db50b63ef6fde8015ca4d3c931e196b9e8c47e4d51031efae3cd5c93fedebb889da55303d6010199dc0c206401012e8b55')
+
+build() {
+  cd dtkwidget-$pkgver
+  LDFLAGS=${LDFLAGS/,-z,now/}
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:41:36
  Author: felixonmars
Revision: 399053

upgpkg: v2ray 3.49-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:40:54 UTC (rev 399052)
+++ PKGBUILD2018-10-26 05:41:36 UTC (rev 399053)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=3.48
+pkgver=3.49
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 
source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip";
 
"v2ray-ext-$pkgver.tar.gz::https://github.com/v2ray/ext/archive/v$pkgver.tar.gz";
 'v2ray.service')
-sha512sums=('f9ccc67c18a3087050b8090b6014b0d6dd9fd34ff701bb98b7e081fd7cae2a62611bd3d43e440d2e235b9ce1e5156baa326bcc11e6d8906068f6d6dd76065131'
-
'b31d9ac3273d23be4942763c2df63e622426f35f08c2227f82d29b2460bf65d79c1d6c8c0a2db0184ef121a3510c4e98e623db432e86e1fe3728adb1579e4aec'
+sha512sums=('d5bfe85c3fe4738d085c93783cadeabf096f60dcfc8b5a263d5fd8e22d5b45137ef28993bef4660e43021a62ffd9c4fc7c6629bdd41c5ce9ff6d5e5f7b4c022b'
+
'ac1aa63dfe321f2c32ad172fb1b817a7aea0f9f3e672afab938971d2cb3ab4d2d01a2902e1fb51c4336a5e255dbb6174dfdb5f247757e545240bd1be663aff5a'
 
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
 
 prepare() {


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:40:34
  Author: felixonmars
Revision: 399051

upgpkg: dtkwidget 2.0.9.5-1

Modified:
  dtkwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:38:56 UTC (rev 399050)
+++ PKGBUILD2018-10-26 05:40:34 UTC (rev 399051)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkwidget
-pkgver=2.0.9.4
-pkgrel=3
+pkgver=2.0.9.5
+pkgrel=1
 pkgdesc='Deepin graphical user interface library'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwidget";
@@ -14,16 +14,9 @@
 makedepends=('qt5-tools')
 replaces=('deepin-tool-kit')
 conflicts=('deepin-tool-kit<0.3.4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";
-
https://github.com/linuxdeepin/dtkwidget/commit/a380128ede3626b79964f7128c54697f6fd6c637.patch)
-sha512sums=('da9d164b4bd9e53f7cbc9a4a37ecd0f8f3fc586b09ad179a0ddac35973b9b502ef82d58bd12a6b7da2c457f800a364f7c46cc95994e7dcccb567ade28d781901'
-
'7789e82a86283080044c8ff95ddd91d48a0d924534e1baa5c502419c256e73435aeb77b3a39bacd1ab932c238b01c59e2b365051707a1586da773028e18c5eac')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
+sha512sums=('560737e6a3bfb8337a706222daaf77db50b63ef6fde8015ca4d3c931e196b9e8c47e4d51031efae3cd5c93fedebb889da55303d6010199dc0c206401012e8b55')
 
-prepare() {
-  cd dtkwidget-$pkgver
-  patch -p1 -i ../a380128ede3626b79964f7128c54697f6fd6c637.patch
-}
-
 build() {
   cd dtkwidget-$pkgver
   LDFLAGS=${LDFLAGS/,-z,now/}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:38:56
  Author: felixonmars
Revision: 399050

archrelease: copy trunk to community-testing-any

Added:
  python-future/repos/community-testing-any/
  python-future/repos/community-testing-any/PKGBUILD
(from rev 399049, python-future/trunk/PKGBUILD)

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

Copied: python-future/repos/community-testing-any/PKGBUILD (from rev 399049, 
python-future/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-10-26 05:38:56 UTC (rev 399050)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Contributor: Christopher Arndt 
+# Contributor: Gaute Hope 
+# Contributor: Melissa Padilla 
+
+pkgbase=python-future
+pkgname=(python-future python2-future)
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="Clean single-source support for Python 3 and 2"
+url="http://python-future.org/";
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-requests' 'python2-requests')
+options=('!emptydirs')
+source=("https://pypi.io/packages/source/f/future/future-$pkgver.tar.gz";)
+sha512sums=('f2396379e8e36753aeafdf27225c2551a31b10036f21201f1c24d63c1bb318dbd491ec977af514a19a4d477b397df9eed9711be797a64e86fc00c4692729d876')
+
+prepare() {
+  cp -a future-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/future-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/future-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/future-$pkgver
+#PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python setup.py test || warning 
"Tests failed"
+
+  cd "$srcdir"/future-$pkgver-py2
+#PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 setup.py test
+}
+
+package_python-future() {
+  depends=('python')
+  optdepends=('python-setuptools: futurize and pasteurize scripts')
+  provides=('futurize' 'pasteurize')
+
+  cd future-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-future() {
+  depends=('python2')
+  optdepends=('python2-setuptools: futurize2 and pasteurize2 scripts')
+
+  cd future-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/futurize{,2}
+  mv "$pkgdir"/usr/bin/pasteurize{,2}
+
+  install -D -m644 LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:38:39
  Author: felixonmars
Revision: 399049

upgpkg: python-future 0.17.0-1

Modified:
  python-future/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 05:38:24 UTC (rev 399048)
+++ PKGBUILD2018-10-26 05:38:39 UTC (rev 399049)
@@ -5,8 +5,8 @@
 
 pkgbase=python-future
 pkgname=(python-future python2-future)
-pkgver=0.16.0
-pkgrel=3
+pkgver=0.17.0
+pkgrel=1
 pkgdesc="Clean single-source support for Python 3 and 2"
 url="http://python-future.org/";
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-requests' 'python2-requests')
 options=('!emptydirs')
 source=("https://pypi.io/packages/source/f/future/future-$pkgver.tar.gz";)
-sha256sums=('e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb')
+sha512sums=('f2396379e8e36753aeafdf27225c2551a31b10036f21201f1c24d63c1bb318dbd491ec977af514a19a4d477b397df9eed9711be797a64e86fc00c4692729d876')
 
 prepare() {
   cp -a future-$pkgver{,-py2}


[arch-commits] Commit in ruby-bundler/repos/community-any (PKGBUILD PKGBUILD)

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:38:24
  Author: felixonmars
Revision: 399048

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 399047, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 05:38:05 UTC (rev 399047)
+++ PKGBUILD2018-10-26 05:38:24 UTC (rev 399048)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.17.0
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
-noextract=("$_gemname-$pkgver.gem")
-sha512sums=('f3f6b8a6fca156b2d163feeec841ce43286099b0ee8a7e94862e3ade35010253489b872a5c297a97ad455aec53a0893f320ad0ecdc252fa60160ad1b9b28bae3')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 399047, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 05:38:24 UTC (rev 399048)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.17.1
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
+noextract=("$_gemname-$pkgver.gem")
+sha512sums=('6adf044096b7716c8b0dae5f559506c65dcb8fd8a8a57428ac25331ca3a85b7cb399fb40b79aeccb0908d172686df9213b86f69286c3e383373ff5ee6f3b414d')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 05:38:05
  Author: felixonmars
Revision: 399047

upgpkg: ruby-bundler 1.17.1-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 22:02:24 UTC (rev 399046)
+++ PKGBUILD2018-10-26 05:38:05 UTC (rev 399047)
@@ -6,7 +6,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.17.0
+pkgver=1.17.1
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
 noextract=("$_gemname-$pkgver.gem")
-sha512sums=('f3f6b8a6fca156b2d163feeec841ce43286099b0ee8a7e94862e3ade35010253489b872a5c297a97ad455aec53a0893f320ad0ecdc252fa60160ad1b9b28bae3')
+sha512sums=('6adf044096b7716c8b0dae5f559506c65dcb8fd8a8a57428ac25331ca3a85b7cb399fb40b79aeccb0908d172686df9213b86f69286c3e383373ff5ee6f3b414d')
 
 package() {
   cd "$srcdir"


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

2018-10-25 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 04:18:38
  Author: heftig
Revision: 337311

0.99.9-1

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 03:41:20 UTC (rev 337310)
+++ PKGBUILD2018-10-26 04:18:38 UTC (rev 337311)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=upower
-pkgver=0.99.8
-pkgrel=2
+pkgver=0.99.9
+pkgrel=1
 pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
 url="https://upower.freedesktop.org";
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(systemd libusb libimobiledevice libgudev)
 makedepends=(intltool docbook-xsl gobject-introspection python2 git gtk-doc)
 backup=(etc/UPower/UPower.conf)
-_commit=6d8eb754644922a2a3d5a074ce51a1d25a2cd1ee  # tags/UPOWER_0_99_8^0
+_commit=59faabc3c2634b6677ae0e1f3d94a23bbca21b12  # tags/UPOWER_0_99_9^0
 source=("git+https://anongit.freedesktop.org/git/upower#commit=$_commit";)
 md5sums=('SKIP')
 
@@ -21,8 +21,6 @@
 
 prepare() {
   cd $pkgname
-  git cherry-pick -n 99b2e1a751e6208a7be61b50652973df5a9f1d83
-  git cherry-pick -n 453ec99c5c34a304f15ac9d4b6e50f5bf281fee3
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2018-10-25 Thread Jan Steffens via arch-commits
Date: Friday, October 26, 2018 @ 04:18:53
  Author: heftig
Revision: 337312

archrelease: copy trunk to extra-x86_64

Added:
  upower/repos/extra-x86_64/PKGBUILD
(from rev 337311, upower/trunk/PKGBUILD)
Deleted:
  upower/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 04:18:38 UTC (rev 337311)
+++ PKGBUILD2018-10-26 04:18:53 UTC (rev 337312)
@@ -1,43 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=upower
-pkgver=0.99.8
-pkgrel=2
-pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
-url="https://upower.freedesktop.org";
-arch=(x86_64)
-license=(GPL)
-depends=(systemd libusb libimobiledevice libgudev)
-makedepends=(intltool docbook-xsl gobject-introspection python2 git gtk-doc)
-backup=(etc/UPower/UPower.conf)
-_commit=6d8eb754644922a2a3d5a074ce51a1d25a2cd1ee  # tags/UPOWER_0_99_8^0
-source=("git+https://anongit.freedesktop.org/git/upower#commit=$_commit";)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/UPOWER_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n 99b2e1a751e6208a7be61b50652973df5a9f1d83
-  git cherry-pick -n 453ec99c5c34a304f15ac9d4b6e50f5bf281fee3
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: upower/repos/extra-x86_64/PKGBUILD (from rev 337311, 
upower/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-26 04:18:53 UTC (rev 337312)
@@ -0,0 +1,41 @@
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.99.9
+pkgrel=1
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+url="https://upower.freedesktop.org";
+arch=(x86_64)
+license=(GPL)
+depends=(systemd libusb libimobiledevice libgudev)
+makedepends=(intltool docbook-xsl gobject-introspection python2 git gtk-doc)
+backup=(etc/UPower/UPower.conf)
+_commit=59faabc3c2634b6677ae0e1f3d94a23bbca21b12  # tags/UPOWER_0_99_9^0
+source=("git+https://anongit.freedesktop.org/git/upower#commit=$_commit";)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/UPOWER_//' -e 's/_/\./g' -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in chromium/repos/staging-x86_64 (14 files)

2018-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 26, 2018 @ 03:41:20
  Author: foutrelis
Revision: 337310

archrelease: copy trunk to staging-x86_64

Added:
  chromium/repos/staging-x86_64/PKGBUILD
(from rev 337309, chromium/trunk/PKGBUILD)
  chromium/repos/staging-x86_64/chromium-harfbuzz-r0.patch
(from rev 337309, chromium/trunk/chromium-harfbuzz-r0.patch)
  chromium/repos/staging-x86_64/chromium-skia-harmony.patch
(from rev 337309, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/staging-x86_64/chromium-system-icu.patch
(from rev 337309, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/staging-x86_64/chromium-widevine-r2.patch
(from rev 337309, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/staging-x86_64/chromium.install
(from rev 337309, chromium/trunk/chromium.install)
  
chromium/repos/staging-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch
(from rev 337309, 
chromium/trunk/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch)
Deleted:
  chromium/repos/staging-x86_64/PKGBUILD
  chromium/repos/staging-x86_64/chromium-harfbuzz-r0.patch
  chromium/repos/staging-x86_64/chromium-skia-harmony.patch
  chromium/repos/staging-x86_64/chromium-system-icu.patch
  chromium/repos/staging-x86_64/chromium-widevine-r2.patch
  chromium/repos/staging-x86_64/chromium.install
  
chromium/repos/staging-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch

--+
 PKGBUILD |  450 ++---
 chromium-harfbuzz-r0.patch   |  160 ++--
 chromium-skia-harmony.patch  |  154 ++--
 chromium-system-icu.patch|   38 -
 chromium-widevine-r2.patch   |   78 +-
 chromium.install |   32 
 include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch |   60 -
 7 files changed, 486 insertions(+), 486 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-26 03:41:10 UTC (rev 337309)
+++ PKGBUILD2018-10-26 03:41:20 UTC (rev 337310)
@@ -1,225 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=70.0.3538.67
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld' 'gn')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch
-chromium-harfbuzz-r0.patch
-chromium-widevine-r2.patch
-chromium-system-icu.patch
-chromium-skia-harmony.patch)
-sha256sums=('e956c2031f634300ada8c09e0777f0c560f4798963f144edaaec8d43e1e30e37'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
-'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These 

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

2018-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 26, 2018 @ 03:41:10
  Author: foutrelis
Revision: 337309

icu 63.1 / poppler 0.70.0 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 20:48:47 UTC (rev 337308)
+++ PKGBUILD2018-10-26 03:41:10 UTC (rev 337309)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=70.0.3538.77
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


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

2018-10-25 Thread Christian Rebischke via arch-commits
Date: Thursday, October 25, 2018 @ 22:02:14
  Author: shibumi
Revision: 399045

upgpkg: vault 0.11.4-1

Modified:
  vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 21:24:19 UTC (rev 399044)
+++ PKGBUILD2018-10-25 22:02:14 UTC (rev 399045)
@@ -4,7 +4,7 @@
 
 pkgname='vault'
 pkgdesc='A tool for managing secrets'
-pkgver='0.11.3'
+pkgver='0.11.4'
 pkgrel='1'
 url="https://vaultproject.io/";
 license=('MPL')
@@ -13,7 +13,7 @@
 depends=('glibc')
 install='vault.install'
 backup=('etc/vault.hcl')
-_vault_commit='fb601237bfbe4bc16ff679f642248ee8a86e627b'
+_vault_commit='612120e76de651ef669c9af5e77b27a749b0dba3'
 source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit}";
 'vault.service'
 'vault.sysusers'


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

2018-10-25 Thread Christian Rebischke via arch-commits
Date: Thursday, October 25, 2018 @ 22:02:24
  Author: shibumi
Revision: 399046

archrelease: copy trunk to community-x86_64

Added:
  vault/repos/community-x86_64/PKGBUILD
(from rev 399045, vault/trunk/PKGBUILD)
  vault/repos/community-x86_64/vault.hcl
(from rev 399045, vault/trunk/vault.hcl)
  vault/repos/community-x86_64/vault.install
(from rev 399045, vault/trunk/vault.install)
  vault/repos/community-x86_64/vault.service
(from rev 399045, vault/trunk/vault.service)
  vault/repos/community-x86_64/vault.sysusers
(from rev 399045, vault/trunk/vault.sysusers)
  vault/repos/community-x86_64/vault.tmpfiles
(from rev 399045, vault/trunk/vault.tmpfiles)
Deleted:
  vault/repos/community-x86_64/PKGBUILD
  vault/repos/community-x86_64/vault.hcl
  vault/repos/community-x86_64/vault.install
  vault/repos/community-x86_64/vault.service
  vault/repos/community-x86_64/vault.sysusers
  vault/repos/community-x86_64/vault.tmpfiles

+
 PKGBUILD   |  146 +++
 vault.hcl  |   38 +++---
 vault.install  |   18 +++---
 vault.service  |   44 
 vault.sysusers |2 
 vault.tmpfiles |2 
 6 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 22:02:14 UTC (rev 399045)
+++ PKGBUILD2018-10-25 22:02:24 UTC (rev 399046)
@@ -1,73 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Tim Meusel 
-# Contributor: Sebastian Rakel sebast...@devunit.eu
-
-pkgname='vault'
-pkgdesc='A tool for managing secrets'
-pkgver='0.11.3'
-pkgrel='1'
-url="https://vaultproject.io/";
-license=('MPL')
-arch=('x86_64')
-makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'npm' 'zip')
-depends=('glibc')
-install='vault.install'
-backup=('etc/vault.hcl')
-_vault_commit='fb601237bfbe4bc16ff679f642248ee8a86e627b'
-source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit}";
-'vault.service'
-'vault.sysusers'
-'vault.tmpfiles'
-'vault.hcl')
-sha512sums=('SKIP'
-
'6619cf57668e995cddb29fb6c388c18c21b251052a53832415e415bb4fe538361ef77b74536f5b082b9cda6cd71b598fc50d8b7f51092c4d60262052c5725af2'
-
'92616ccf83fa5ca9f8b0d022cf8ceb1f3549e12b66bf21d9f77f3eb26bd75ec1dc36c155948ec987c642067b85fbfc30a9217d6c503d952a402aa5ef63e50928'
-
'073f0f400cba78521cd2709ce86d88fbb14125117f9f3beca657f625d04eab8e00f7a01b5d9a1cfc03e9038844f5732bdbb1a85dd65a803d3f0b90f8bf87880e'
-
'46106cc76151eef2dd5e4b2caa6a96aae4d6ce1ecbf977dcc8667a3f6c829cbea95133622adafcb15cdfaa066ecc94c73c983e7613ee2f6573694981569729fe')
-
-prepare () {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}" "src/github.com/hashicorp/${pkgname}"
-  # this is temporary
-  go get github.com/kardianos/govendor
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/hashicorp/${pkgname}"
-}
-
-build () {
-  cd $PACKAGE_ROOT
-
-  # We will provide these packages in the future ourself
-  govendor fetch github.com/mitchellh/gox
-  govendor fetch github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
-  govendor fetch github.com/hashicorp/go-bindata/go-bindata
-
-  cd $PACKAGE_ROOT/vendor/github.com/hashicorp/go-bindata/go-bindata
-  go build
-  go install
-
-  cd 
$PACKAGE_ROOT/vendor/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
-  go build
-  go install
-
-  cd $PACKAGE_ROOT/vendor/github.com/mitchellh/gox
-  go build
-  go install
-
-  cd $PACKAGE_ROOT
-  XC_OSARCH='linux/amd64' make static-dist bin
-}
-
-package () {
-  cd ${PACKAGE_ROOT}
-  install -Dm755 bin/vault "${pkgdir}/usr/bin/vault"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/vault.hcl" "${pkgdir}/etc/vault.hcl"
-  install -Dm644 "${srcdir}/vault.service" 
"${pkgdir}/usr/lib/systemd/system/vault.service"
-  install -Dm644 "${srcdir}/vault.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/vault.conf"
-  install -Dm644 "${srcdir}/vault.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/vault.conf"
-  for file in README.md CHANGELOG.md ; do
-install -Dm644 "${file}" "${pkgdir}/usr/share/doc/${pkgname}/${file}"
-  done
-}

Copied: vault/repos/community-x86_64/PKGBUILD (from rev 399045, 
vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 22:02:24 UTC (rev 399046)
@@ -0,0 +1,73 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Tim Meusel 
+# Contributor: Sebastian Rakel sebast...@devunit.eu
+
+pkgname='vault'
+pkgdesc='A tool for managing secrets'
+pkgver='0.11.4'
+pkgrel='1'
+url="https://vaultproject.io/";
+license=('MPL')
+arch=('x86_64')
+makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'npm' 'zip')
+depends=('glibc')
+install='vault.install'
+backup=('etc/vault.hcl')
+_vault_commit='

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

2018-10-25 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 25, 2018 @ 21:24:15
  Author: demize
Revision: 399043

upgpkg: lib32-rust 1.29.2-1

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 21:23:42 UTC (rev 399042)
+++ PKGBUILD2018-10-25 21:24:15 UTC (rev 399043)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=lib32-rust
-pkgver=1.29.1
+pkgver=1.29.2
 pkgrel=1
 
 pkgdesc='32-bit libraries for rust'
@@ -15,7 +15,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('f1b0728b66ce6bce6d72bbe5ea9e3a24ea22a045665da2ed8fcdfad14f61a349'
+sha256sums=('5088e796aa2e47478cdf41e7243fc5443fafab0a7c70a11423e57c80c04167c9'
 'SKIP'
 '36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


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

2018-10-25 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 25, 2018 @ 21:24:19
  Author: demize
Revision: 399044

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-rust/repos/multilib-testing-x86_64/
  lib32-rust/repos/multilib-testing-x86_64/PKGBUILD
(from rev 399043, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-testing-x86_64/config.toml
(from rev 399043, lib32-rust/trunk/config.toml)

-+
 PKGBUILD|   49 +
 config.toml |   29 +
 2 files changed, 78 insertions(+)

Copied: lib32-rust/repos/multilib-testing-x86_64/PKGBUILD (from rev 399043, 
lib32-rust/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-10-25 21:24:19 UTC (rev 399044)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.29.2
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('5088e796aa2e47478cdf41e7243fc5443fafab0a7c70a11423e57c80c04167c9'
+'SKIP'
+'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-testing-x86_64/config.toml (from rev 399043, 
lib32-rust/trunk/config.toml)
===
--- multilib-testing-x86_64/config.toml (rev 0)
+++ multilib-testing-x86_64/config.toml 2018-10-25 21:24:19 UTC (rev 399044)
@@ -0,0 +1,29 @@
+[llvm]
+link-shared = true
+
+[build]
+target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
+cargo = "/usr/bin/cargo"
+rustc = "/usr/bin/rustc"
+python = "python2.7"
+extended = true
+sanitizers = false
+local-rebuild = true
+
+[install]
+prefix = "/usr"
+
+[rust]
+# 0 or the new default of 16 is faster, but can result in worse performance
+# https://github.com/rust-lang/rust/issues/47745
+codegen-units = 1
+
+debuginfo = true
+debuginfo-lines = true
+
+channel = "stable"
+
+rpath = false
+
+[target.x86_64-unknown-linux-gnu]
+llvm-config = "/usr/bin/llvm-config"


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

2018-10-25 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 25, 2018 @ 21:23:34
  Author: demize
Revision: 399041

upgpkg: rust 1:1.29.2-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 19:31:04 UTC (rev 399040)
+++ PKGBUILD2018-10-25 21:23:34 UTC (rev 399041)
@@ -7,7 +7,7 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.29.1
+pkgver=1.29.2
 pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -23,7 +23,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('f1b0728b66ce6bce6d72bbe5ea9e3a24ea22a045665da2ed8fcdfad14f61a349'
+sha256sums=('5088e796aa2e47478cdf41e7243fc5443fafab0a7c70a11423e57c80c04167c9'
 'SKIP'
 'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


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

2018-10-25 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 25, 2018 @ 21:23:42
  Author: demize
Revision: 399042

archrelease: copy trunk to community-testing-x86_64

Added:
  rust/repos/community-testing-x86_64/
  rust/repos/community-testing-x86_64/PKGBUILD
(from rev 399041, rust/trunk/PKGBUILD)
  rust/repos/community-testing-x86_64/config.toml
(from rev 399041, rust/trunk/config.toml)

-+
 PKGBUILD|   77 ++
 config.toml |   27 
 2 files changed, 104 insertions(+)

Copied: rust/repos/community-testing-x86_64/PKGBUILD (from rev 399041, 
rust/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-10-25 21:23:42 UTC (rev 399042)
@@ -0,0 +1,77 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.29.2
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+checkdepends=('procps-ng' 'gdb')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('5088e796aa2e47478cdf41e7243fc5443fafab0a7c70a11423e57c80c04167c9'
+'SKIP'
+'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python2 ./x.py build -j"$(nproc)"
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  provides=('cargo' 'rustfmt')
+  conflicts=('cargo' 'rustfmt')
+  replaces=('cargo' 'rustfmt')
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python2 ./x.py install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+
+  cd "$pkgdir/usr/lib"
+
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+
+  # move docs out of the way for splitting
+  mv "$pkgdir"/usr/share/doc "$srcdir"
+
+  install -d "$pkgdir"/usr/share/bash-completion
+  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
+}
+
+package_rust-docs() {
+  install -d "$pkgdir/usr/share/doc/"
+  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
+
+  msg2 "Packaging license files for the documentation"
+  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-testing-x86_64/config.toml (from rev 399041, 
rust/trunk/config.toml)
===
--- community-testing-x86_64/config.toml(rev 0)
+++ community-testing-x86_64/config.toml2018-10-25 21:23:42 UTC (rev 
399042)
@@ -0,0 +1,27 @@
+[llvm]
+link-shared = true
+
+[build]
+cargo = "/usr/bin/cargo"
+rustc = "/usr/bin/rustc"
+python = "python2.7"
+extended = true
+sanitizers = false
+
+[install]
+prefix = "/usr"
+
+[rust]
+# 0 or the new default of 16 is faster, but can result in worse performance
+# https://github.com/rust-lang/rust/issues/47745
+codegen-units = 1
+
+debuginfo = true
+debuginfo-lines = true
+
+channel = "stable"
+
+rpath = false
+
+[target.x86_64-unknown-linux-gnu]
+llvm-config = "/usr/bin/llvm-config"


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

2018-10-25 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 25, 2018 @ 20:48:38
  Author: foutrelis
Revision: 337307

upgpkg: chromium 70.0.3538.77-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 19:11:12 UTC (rev 337306)
+++ PKGBUILD2018-10-25 20:48:38 UTC (rev 337307)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=70.0.3538.67
-pkgrel=2
+pkgver=70.0.3538.77
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -28,7 +28,7 @@
 chromium-widevine-r2.patch
 chromium-system-icu.patch
 chromium-skia-harmony.patch)
-sha256sums=('e956c2031f634300ada8c09e0777f0c560f4798963f144edaaec8d43e1e30e37'
+sha256sums=('c914f86c4c8375b719eca89ea89dbec4ae3d09df3f758d5f7c91d4914d290449'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
 '1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'


[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

2018-10-25 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 25, 2018 @ 20:48:47
  Author: foutrelis
Revision: 337308

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 337307, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
(from rev 337307, chromium/trunk/chromium-harfbuzz-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 337307, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 337307, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 337307, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 337307, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch
(from rev 337307, 
chromium/trunk/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch

--+
 PKGBUILD |  447 ++---
 chromium-harfbuzz-r0.patch   |   80 ++
 chromium-skia-harmony.patch  |  154 ++--
 chromium-system-icu.patch|   38 -
 chromium-widevine-r2.patch   |   78 +-
 chromium.install |   32 
 include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch |   60 -
 7 files changed, 486 insertions(+), 403 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 20:48:38 UTC (rev 337307)
+++ PKGBUILD2018-10-25 20:48:47 UTC (rev 337308)
@@ -1,222 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=70.0.3538.67
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld' 'gn')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch
-chromium-widevine-r2.patch
-chromium-system-icu.patch
-chromium-skia-harmony.patch)
-sha256sums=('e956c2031f634300ada8c09e0777f0c560f4798963f144edaaec8d43e1e30e37'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://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.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleuse

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

2018-10-25 Thread Antonio Rojas via arch-commits
Date: Thursday, October 25, 2018 @ 19:31:04
  Author: arojas
Revision: 399040

archrelease: copy trunk to community-x86_64

Added:
  arb/repos/community-x86_64/PKGBUILD
(from rev 399039, arb/trunk/PKGBUILD)
Deleted:
  arb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 19:30:42 UTC (rev 399039)
+++ PKGBUILD2018-10-25 19:31:04 UTC (rev 399040)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=arb
-pkgver=2.15.0
-pkgrel=1
-pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
-arch=(x86_64)
-url="http://fredrikj.net/arb/";
-license=(GPL)
-depends=(flint)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz";)
-sha256sums=('086dd2e80232d4068ad2e5a0c560d35b13e051d75e36b6318ada88f73ffb9a7e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: arb/repos/community-x86_64/PKGBUILD (from rev 399039, 
arb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 19:31:04 UTC (rev 399040)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=arb
+pkgver=2.15.1
+pkgrel=1
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(x86_64)
+url="http://fredrikj.net/arb/";
+license=(GPL)
+depends=(flint)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz";)
+sha256sums=('cb4a0cee3da56492ef3bf110fa0a1df60c58384bfcd52dd7ea7ac3d8472e21bd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-25 Thread Antonio Rojas via arch-commits
Date: Thursday, October 25, 2018 @ 19:30:42
  Author: arojas
Revision: 399039

Update to 2.15.1

Modified:
  arb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 19:16:39 UTC (rev 399038)
+++ PKGBUILD2018-10-25 19:30:42 UTC (rev 399039)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.15.0
+pkgver=2.15.1
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL)
 depends=(flint)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz";)
-sha256sums=('086dd2e80232d4068ad2e5a0c560d35b13e051d75e36b6318ada88f73ffb9a7e')
+sha256sums=('cb4a0cee3da56492ef3bf110fa0a1df60c58384bfcd52dd7ea7ac3d8472e21bd')
 
 build() {
   cd $pkgname-$pkgver


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

2018-10-25 Thread Christian Hesse via arch-commits
Date: Thursday, October 25, 2018 @ 19:16:34
  Author: eworm
Revision: 399037

upgpkg: open-isns 0.99-1

new upstream release

Modified:
  open-isns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 19:04:38 UTC (rev 399036)
+++ PKGBUILD2018-10-25 19:16:34 UTC (rev 399037)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Hesse 
 
 pkgname=open-isns
-pkgver=0.98
+pkgver=0.99
 pkgrel=1
 pkgdesc='iSNS server and client for Linux'
 arch=('x86_64')
@@ -10,13 +10,14 @@
 url='https://github.com/gonzoleeman/open-isns'
 license=('GPL')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonzoleeman/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('c5cbd161e51fb993728c04e56d3da693b73eb3f4e81d17f66eb5b7653c29e8eb')
+sha256sums=('a8febecf888d5a38abfa2fcb290194d993b1a7f5bea0cb61f5cf2e9f9e5273c2')
 
 build() {
cd "$srcdir"/${pkgname}-${pkgver}
 
autoreconf -fi
-   ./configure --prefix=/usr \
+   ./configure \
+   --prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/bin \
--enable-shared


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

2018-10-25 Thread Christian Hesse via arch-commits
Date: Thursday, October 25, 2018 @ 19:16:39
  Author: eworm
Revision: 399038

archrelease: copy trunk to community-x86_64

Added:
  open-isns/repos/community-x86_64/PKGBUILD
(from rev 399037, open-isns/trunk/PKGBUILD)
Deleted:
  open-isns/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 19:16:34 UTC (rev 399037)
+++ PKGBUILD2018-10-25 19:16:39 UTC (rev 399038)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Hesse 
-
-pkgname=open-isns
-pkgver=0.98
-pkgrel=1
-pkgdesc='iSNS server and client for Linux'
-arch=('x86_64')
-depends=('openssl')
-url='https://github.com/gonzoleeman/open-isns'
-license=('GPL')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonzoleeman/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('c5cbd161e51fb993728c04e56d3da693b73eb3f4e81d17f66eb5b7653c29e8eb')
-
-build() {
-   cd "$srcdir"/${pkgname}-${pkgver}
-
-   autoreconf -fi
-   ./configure --prefix=/usr \
-   --bindir=/usr/bin \
-   --sbindir=/usr/bin \
-   --enable-shared
-   make
-}
-
-package() {
-   cd "$srcdir"/${pkgname}-${pkgver}
-
-   make DESTDIR="${pkgdir}" install install_lib install_hdrs
-}

Copied: open-isns/repos/community-x86_64/PKGBUILD (from rev 399037, 
open-isns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 19:16:39 UTC (rev 399038)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Hesse 
+
+pkgname=open-isns
+pkgver=0.99
+pkgrel=1
+pkgdesc='iSNS server and client for Linux'
+arch=('x86_64')
+depends=('openssl')
+url='https://github.com/gonzoleeman/open-isns'
+license=('GPL')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonzoleeman/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('a8febecf888d5a38abfa2fcb290194d993b1a7f5bea0cb61f5cf2e9f9e5273c2')
+
+build() {
+   cd "$srcdir"/${pkgname}-${pkgver}
+
+   autoreconf -fi
+   ./configure \
+   --prefix=/usr \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --enable-shared
+   make
+}
+
+package() {
+   cd "$srcdir"/${pkgname}-${pkgver}
+
+   make DESTDIR="${pkgdir}" install install_lib install_hdrs
+}


[arch-commits] Commit in ncmpc/repos/extra-x86_64 (3 files)

2018-10-25 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 25, 2018 @ 19:11:12
  Author: bisson
Revision: 337306

archrelease: copy trunk to extra-x86_64

Added:
  ncmpc/repos/extra-x86_64/PKGBUILD
(from rev 337305, ncmpc/trunk/PKGBUILD)
Deleted:
  ncmpc/repos/extra-x86_64/691116b22355bdaac211bd66e8c90fdecd9b2077.patch
  ncmpc/repos/extra-x86_64/PKGBUILD

+
 691116b22355bdaac211bd66e8c90fdecd9b2077.patch |   24 ---
 PKGBUILD   |   77 +++
 2 files changed, 37 insertions(+), 64 deletions(-)

Deleted: 691116b22355bdaac211bd66e8c90fdecd9b2077.patch
===
--- 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  2018-10-25 19:10:36 UTC 
(rev 337305)
+++ 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  2018-10-25 19:11:12 UTC 
(rev 337306)
@@ -1,24 +0,0 @@
-From 691116b22355bdaac211bd66e8c90fdecd9b2077 Mon Sep 17 00:00:00 2001
-From: Max Kellermann 
-Date: Wed, 10 Oct 2018 15:47:45 +0200
-Subject: [PATCH] conf: remove trailing whitespace from option names
-
-Closes #39

- NEWS | 1 +
- src/conf.cxx | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/conf.cxx b/src/conf.cxx
-index d4c94a7..da8c163 100644
 a/src/conf.cxx
-+++ b/src/conf.cxx
-@@ -236,7 +236,7 @@ separate_value(char *p)
-   return nullptr;
-   }
- 
--  *value++ = 0;
-+  *StripRight(p, value++) = '\0';
- 
-   return Strip(value);
- }

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 19:10:36 UTC (rev 337305)
+++ PKGBUILD2018-10-25 19:11:12 UTC (rev 337306)
@@ -1,40 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez  
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Daniel Bainton 
-
-pkgname=ncmpc
-pkgver=0.32
-pkgrel=2
-pkgdesc='Fully featured MPD client using ncurses'
-url='https://www.musicpd.org/clients/ncmpc/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'libmpdclient' 'boost-libs')
-optdepends=('python2: to enable lyrics plugin'
-'ruby: to enable lyrics plugin')
-makedepends=('meson' 'python-sphinx' 'boost')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'691116b22355bdaac211bd66e8c90fdecd9b2077.patch')
-sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac'
-'SKIP'
-'ac4d8b66c240b42e2798e5b13e8b93c491e511a11c9aad43da76bfc971001492')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed "s/curses == 'ncursesw'/false/g" -i meson.build
-   patch -p1 -i ../691116b22355bdaac211bd66e8c90fdecd9b2077.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build -Dlyrics_screen=true --mandir /usr/share
-   ninja -C build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 337305, 
ncmpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 19:11:12 UTC (rev 337306)
@@ -0,0 +1,37 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez  
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Daniel Bainton 
+
+pkgname=ncmpc
+pkgver=0.33
+pkgrel=1
+pkgdesc='Fully featured MPD client using ncurses'
+url='https://www.musicpd.org/clients/ncmpc/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'libmpdclient' 'boost-libs' 'lirc')
+optdepends=('python2: to enable lyrics plugin'
+'ruby: to enable lyrics plugin')
+makedepends=('meson' 'python-sphinx' 'boost')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('94e04a34854015aa013b43ec15b578f4541d077cf7ae5bf7c0944475673fd7a5'
+'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed "s/curses == 'ncursesw'/false/g" -i meson.build
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build -Dlyrics_screen=true --mandir /usr/share
+   ninja -C build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install
+}


[arch-commits] Commit in ncmpc/trunk (2 files)

2018-10-25 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 25, 2018 @ 19:10:36
  Author: bisson
Revision: 337305

upstream update

Modified:
  ncmpc/trunk/PKGBUILD
Deleted:
  ncmpc/trunk/691116b22355bdaac211bd66e8c90fdecd9b2077.patch

+
 691116b22355bdaac211bd66e8c90fdecd9b2077.patch |   24 ---
 PKGBUILD   |   15 +-
 2 files changed, 6 insertions(+), 33 deletions(-)

Deleted: 691116b22355bdaac211bd66e8c90fdecd9b2077.patch
===
--- 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  2018-10-25 18:59:59 UTC 
(rev 337304)
+++ 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  2018-10-25 19:10:36 UTC 
(rev 337305)
@@ -1,24 +0,0 @@
-From 691116b22355bdaac211bd66e8c90fdecd9b2077 Mon Sep 17 00:00:00 2001
-From: Max Kellermann 
-Date: Wed, 10 Oct 2018 15:47:45 +0200
-Subject: [PATCH] conf: remove trailing whitespace from option names
-
-Closes #39

- NEWS | 1 +
- src/conf.cxx | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/conf.cxx b/src/conf.cxx
-index d4c94a7..da8c163 100644
 a/src/conf.cxx
-+++ b/src/conf.cxx
-@@ -236,7 +236,7 @@ separate_value(char *p)
-   return nullptr;
-   }
- 
--  *value++ = 0;
-+  *StripRight(p, value++) = '\0';
- 
-   return Strip(value);
- }

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 18:59:59 UTC (rev 337304)
+++ PKGBUILD2018-10-25 19:10:36 UTC (rev 337305)
@@ -5,27 +5,24 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.32
-pkgrel=2
+pkgver=0.33
+pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
 license=('GPL')
-depends=('ncurses' 'libmpdclient' 'boost-libs')
+depends=('ncurses' 'libmpdclient' 'boost-libs' 'lirc')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
 makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'691116b22355bdaac211bd66e8c90fdecd9b2077.patch')
-sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac'
-'SKIP'
-'ac4d8b66c240b42e2798e5b13e8b93c491e511a11c9aad43da76bfc971001492')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('94e04a34854015aa013b43ec15b578f4541d077cf7ae5bf7c0944475673fd7a5'
+'SKIP')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed "s/curses == 'ncursesw'/false/g" -i meson.build
-   patch -p1 -i ../691116b22355bdaac211bd66e8c90fdecd9b2077.patch
 }
 
 build() {


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 19:04:20
  Author: felixonmars
Revision: 399035

upgpkg: python-expects 0.9.0-1

Modified:
  python-expects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 19:02:03 UTC (rev 399034)
+++ PKGBUILD2018-10-25 19:04:20 UTC (rev 399035)
@@ -2,34 +2,26 @@
 
 pkgbase=python-expects
 pkgname=('python-expects' 'python2-expects')
-pkgver=0.8.0
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Expressive and extensible TDD/BDD assertion library for Python"
 arch=('any')
 license=('Apache')
 url="https://github.com/jaimegildesagredo/expects";
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-mamba' 'python2-mamba')
-source=("git+https://github.com/jaimegildesagredo/expects.git#tag=v$pkgver";)
-sha512sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaimegildesagredo/expects/archive/v$pkgver.tar.gz";)
+sha512sums=('f145ed9b1a8921ddc813640f1c6533f41a3dc0f14bf90a69409e0c600cae502cfa16237864103c7e67560f6831ab2db23955ce533439e4fd3b896f2c8c9e7cbb')
 
-prepare() {
-  cp -a expects{,-py2}
-}
-
 build() {
-  cd "$srcdir"/expects
+  cd expects-$pkgver
   python setup.py build
-
-  cd "$srcdir"/expects-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/expects
+  cd expects-$pkgver
   mamba
-
-  cd "$srcdir"/expects-py2
   mamba2
 }
 
@@ -36,15 +28,15 @@
 package_python-expects() {
   depends=('python')
 
-  cd expects
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd expects-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-expects() {
   depends=('python2')
 
-  cd expects-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd expects-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 19:04:38
  Author: felixonmars
Revision: 399036

archrelease: copy trunk to community-testing-any

Added:
  python-expects/repos/community-testing-any/
  python-expects/repos/community-testing-any/PKGBUILD
(from rev 399035, python-expects/trunk/PKGBUILD)

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

Copied: python-expects/repos/community-testing-any/PKGBUILD (from rev 399035, 
python-expects/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-10-25 19:04:38 UTC (rev 399036)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-expects
+pkgname=('python-expects' 'python2-expects')
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Expressive and extensible TDD/BDD assertion library for Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/jaimegildesagredo/expects";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mamba' 'python2-mamba')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaimegildesagredo/expects/archive/v$pkgver.tar.gz";)
+sha512sums=('f145ed9b1a8921ddc813640f1c6533f41a3dc0f14bf90a69409e0c600cae502cfa16237864103c7e67560f6831ab2db23955ce533439e4fd3b896f2c8c9e7cbb')
+
+build() {
+  cd expects-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd expects-$pkgver
+  mamba
+  mamba2
+}
+
+package_python-expects() {
+  depends=('python')
+
+  cd expects-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-expects() {
+  depends=('python2')
+
+  cd expects-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 19:01:46
  Author: felixonmars
Revision: 399033

upgpkg: python-aniso8601 4.0.1-1

Modified:
  python-aniso8601/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 18:57:02 UTC (rev 399032)
+++ PKGBUILD2018-10-25 19:01:46 UTC (rev 399033)
@@ -2,16 +2,17 @@
 
 pkgbase=python-aniso8601
 pkgname=(python-aniso8601 python2-aniso8601)
-pkgver=3.0.2
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
 pkgdesc="A library for parsing ISO 8601 strings."
 url="https://bitbucket.org/nielsenb/aniso8601";
 license=('BSD')
 arch=('any')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-dateutil' 
'python2-dateutil')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-dateutil' 
'python2-dateutil'
+  'python-mock' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/nielsenb/aniso8601/get/v$pkgver.tar.gz";)
-sha512sums=('828d5c509fff869036b3a616d7f8591d09eae38d05d9143e9218a000edd739d39f9354171380e848beb9f8904a90c8814d45eff0506caab1842014506376225a')
+sha512sums=('8d4247289fb87c76fe36774730c44a7870e3ee8807043e8ece0aa30049a025de597bbeb89944e04a4840e8147a3e73a9716bb686f2f8b1aacf51b41e9056bea9')
 
 prepare() {
   mv nielsenb-aniso8601-* aniso8601-$pkgver


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 19:02:03
  Author: felixonmars
Revision: 399034

archrelease: copy trunk to community-testing-any

Added:
  python-aniso8601/repos/community-testing-any/
  python-aniso8601/repos/community-testing-any/PKGBUILD
(from rev 399033, python-aniso8601/trunk/PKGBUILD)

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

Copied: python-aniso8601/repos/community-testing-any/PKGBUILD (from rev 399033, 
python-aniso8601/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-10-25 19:02:03 UTC (rev 399034)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-aniso8601
+pkgname=(python-aniso8601 python2-aniso8601)
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="A library for parsing ISO 8601 strings."
+url="https://bitbucket.org/nielsenb/aniso8601";
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-dateutil' 
'python2-dateutil'
+  'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/nielsenb/aniso8601/get/v$pkgver.tar.gz";)
+sha512sums=('8d4247289fb87c76fe36774730c44a7870e3ee8807043e8ece0aa30049a025de597bbeb89944e04a4840e8147a3e73a9716bb686f2f8b1aacf51b41e9056bea9')
+
+prepare() {
+  mv nielsenb-aniso8601-* aniso8601-$pkgver
+  cp -a aniso8601-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/aniso8601-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/aniso8601-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/aniso8601-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/aniso8601-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-aniso8601() {
+  depends=('python')
+
+  cd aniso8601-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-aniso8601() {
+  depends=('python2')
+
+  cd aniso8601-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-flask-dance/repos (2 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 18:57:02
  Author: felixonmars
Revision: 399032

archrelease: copy trunk to community-any

Added:
  python-flask-dance/repos/community-any/
  python-flask-dance/repos/community-any/PKGBUILD
(from rev 399031, python-flask-dance/trunk/PKGBUILD)

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

Copied: python-flask-dance/repos/community-any/PKGBUILD (from rev 399031, 
python-flask-dance/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-25 18:57:02 UTC (rev 399032)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-dance
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Doing the OAuth dance with style using Flask, requests, and oauthlib"
+url="https://github.com/singingwolfboy/flask-dance";
+license=('MIT')
+arch=('any')
+depends=('python-requests' 'python-oauthlib' 'python-requests-oauthlib' 
'python-flask'
+ 'python-urlobject' 'python-six' 'python-lazy')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-sphinx' 'python-pytest-cov' 
'python-mock'
+  'python-responses' 'python-freezegun' 'python-sqlalchemy' 
'python-sqlalchemy-utils'
+  'python-flask-sqlalchemy' 'python-flask-login' 
'python-flask-caching'
+  'python-flask-sphinx-themes' 'python-sphinxcontrib-seqdiag')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/singingwolfboy/flask-dance/archive/v$pkgver.tar.gz";)
+sha512sums=('1a0f3f44cbc8fba52bfb8bf00098545fcdbbbaa3278cfbb9da61174fe35960d25139137a15789428d6d3cd779ff6c49d1b5eeb84aab40573130a199f59fb21fb')
+
+build() {
+  cd flask-dance-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-dance-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-dance-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 18:55:39
  Author: felixonmars
Revision: 399031

addpkg: python-flask-dance 1.1.0-1

Added:
  python-flask-dance/
  python-flask-dance/repos/
  python-flask-dance/trunk/
  python-flask-dance/trunk/PKGBUILD

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

Added: python-flask-dance/trunk/PKGBUILD
===
--- python-flask-dance/trunk/PKGBUILD   (rev 0)
+++ python-flask-dance/trunk/PKGBUILD   2018-10-25 18:55:39 UTC (rev 399031)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-dance
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Doing the OAuth dance with style using Flask, requests, and oauthlib"
+url="https://github.com/singingwolfboy/flask-dance";
+license=('MIT')
+arch=('any')
+depends=('python-requests' 'python-oauthlib' 'python-requests-oauthlib' 
'python-flask'
+ 'python-urlobject' 'python-six' 'python-lazy')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-sphinx' 'python-pytest-cov' 
'python-mock'
+  'python-responses' 'python-freezegun' 'python-sqlalchemy' 
'python-sqlalchemy-utils'
+  'python-flask-sqlalchemy' 'python-flask-login' 
'python-flask-caching'
+  'python-flask-sphinx-themes' 'python-sphinxcontrib-seqdiag')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/singingwolfboy/flask-dance/archive/v$pkgver.tar.gz";)
+sha512sums=('1a0f3f44cbc8fba52bfb8bf00098545fcdbbbaa3278cfbb9da61174fe35960d25139137a15789428d6d3cd779ff6c49d1b5eeb84aab40573130a199f59fb21fb')
+
+build() {
+  cd flask-dance-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-dance-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-dance-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 18:54:01
  Author: felixonmars
Revision: 399029

addpkg: python-sphinxcontrib-seqdiag 0.8.5-1

Added:
  python-sphinxcontrib-seqdiag/
  python-sphinxcontrib-seqdiag/repos/
  python-sphinxcontrib-seqdiag/trunk/
  python-sphinxcontrib-seqdiag/trunk/PKGBUILD

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

Added: python-sphinxcontrib-seqdiag/trunk/PKGBUILD
===
--- python-sphinxcontrib-seqdiag/trunk/PKGBUILD (rev 0)
+++ python-sphinxcontrib-seqdiag/trunk/PKGBUILD 2018-10-25 18:54:01 UTC (rev 
399029)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-sphinxcontrib-seqdiag
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="A sphinx extension for embedding sequence diagram using seqdiag"
+url="https://github.com/blockdiag/sphinxcontrib-seqdiag";
+license=('BSD')
+arch=('any')
+depends=('blockdiag' 'seqdiag' 'python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-reportlab' 
'python-sphinx-testing')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/blockdiag/sphinxcontrib-seqdiag/archive/$pkgver.tar.gz";)
+sha512sums=('fcea0922453d72f31ea8bf8bdfd977bdb45d6bb21be71cccd0210a1ccec241651b1f70aaa24575f44be37550b08f6717f7257dff4e7db4185e86a56052f4db4d')
+
+build() {
+  cd sphinxcontrib-seqdiag-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sphinxcontrib-seqdiag-$pkgver
+  nosetests || warning "Tests failed"
+}
+
+package() {
+  cd sphinxcontrib-seqdiag-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-sphinxcontrib-seqdiag/repos (2 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 18:54:28
  Author: felixonmars
Revision: 399030

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-seqdiag/repos/community-any/
  python-sphinxcontrib-seqdiag/repos/community-any/PKGBUILD
(from rev 399029, python-sphinxcontrib-seqdiag/trunk/PKGBUILD)

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

Copied: python-sphinxcontrib-seqdiag/repos/community-any/PKGBUILD (from rev 
399029, python-sphinxcontrib-seqdiag/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-25 18:54:28 UTC (rev 399030)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-sphinxcontrib-seqdiag
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="A sphinx extension for embedding sequence diagram using seqdiag"
+url="https://github.com/blockdiag/sphinxcontrib-seqdiag";
+license=('BSD')
+arch=('any')
+depends=('blockdiag' 'seqdiag' 'python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-reportlab' 
'python-sphinx-testing')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/blockdiag/sphinxcontrib-seqdiag/archive/$pkgver.tar.gz";)
+sha512sums=('fcea0922453d72f31ea8bf8bdfd977bdb45d6bb21be71cccd0210a1ccec241651b1f70aaa24575f44be37550b08f6717f7257dff4e7db4185e86a56052f4db4d')
+
+build() {
+  cd sphinxcontrib-seqdiag-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sphinxcontrib-seqdiag-$pkgver
+  nosetests || warning "Tests failed"
+}
+
+package() {
+  cd sphinxcontrib-seqdiag-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 18:46:27
  Author: felixonmars
Revision: 399028

archrelease: copy trunk to community-any

Added:
  seqdiag/repos/community-any/
  seqdiag/repos/community-any/PKGBUILD
(from rev 399027, seqdiag/trunk/PKGBUILD)

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

Copied: seqdiag/repos/community-any/PKGBUILD (from rev 399027, 
seqdiag/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-25 18:46:27 UTC (rev 399028)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=seqdiag
+pkgver=0.9.5.20180708
+_commit=30c6a2b4c0b5e2c3c4752bfad87899aabdc41d2f
+pkgrel=1
+pkgdesc="seqdiag generates sequence-diagram images from .diag files"
+url="http://blockdiag.com/en/seqdiag/index.html";
+license=('Apache')
+arch=('any')
+depends=('blockdiag')
+checkdepends=('python-nose' 'python-pycodestyle' 'python-reportlab' 
'python-docutils')
+source=("$pkgname-$_commit.tar.gz::https://github.com/blockdiag/seqdiag/archive/$_commit.tar.gz";)
+sha512sums=('d7167ecaf0d0d379a5dfdd5ec69cc7a2148d5a7ffc95ddf7af01f8f4819d5e2dc05d3439af7f2ade3d67479b553c90c47b603661260422684549722be97e4085')
+
+prepare() {
+  mv seqdiag-{$_commit,$pkgver}
+  sed -i 's/pep8/pycodestyle/' seqdiag-$pkgver/setup.py
+}
+
+build() {
+  cd seqdiag-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd seqdiag-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages" nosetests || 
warning "Tests failed"
+}
+
+package() {
+  cd seqdiag-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 18:46:04
  Author: felixonmars
Revision: 399027

addpkg: seqdiag 0.9.5.20180708-1

Added:
  seqdiag/
  seqdiag/repos/
  seqdiag/trunk/
  seqdiag/trunk/PKGBUILD

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

Added: seqdiag/trunk/PKGBUILD
===
--- seqdiag/trunk/PKGBUILD  (rev 0)
+++ seqdiag/trunk/PKGBUILD  2018-10-25 18:46:04 UTC (rev 399027)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=seqdiag
+pkgver=0.9.5.20180708
+_commit=30c6a2b4c0b5e2c3c4752bfad87899aabdc41d2f
+pkgrel=1
+pkgdesc="seqdiag generates sequence-diagram images from .diag files"
+url="http://blockdiag.com/en/seqdiag/index.html";
+license=('Apache')
+arch=('any')
+depends=('blockdiag')
+checkdepends=('python-nose' 'python-pycodestyle' 'python-reportlab' 
'python-docutils')
+source=("$pkgname-$_commit.tar.gz::https://github.com/blockdiag/seqdiag/archive/$_commit.tar.gz";)
+sha512sums=('d7167ecaf0d0d379a5dfdd5ec69cc7a2148d5a7ffc95ddf7af01f8f4819d5e2dc05d3439af7f2ade3d67479b553c90c47b603661260422684549722be97e4085')
+
+prepare() {
+  mv seqdiag-{$_commit,$pkgver}
+  sed -i 's/pep8/pycodestyle/' seqdiag-$pkgver/setup.py
+}
+
+build() {
+  cd seqdiag-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd seqdiag-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages" nosetests || 
warning "Tests failed"
+}
+
+package() {
+  cd seqdiag-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in (4 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 18:40:33
  Author: felixonmars
Revision: 399025

addpkg: blockdiag 1.5.4.20180722-1

Added:
  blockdiag/
  blockdiag/repos/
  blockdiag/trunk/
  blockdiag/trunk/PKGBUILD

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

Added: blockdiag/trunk/PKGBUILD
===
--- blockdiag/trunk/PKGBUILD(rev 0)
+++ blockdiag/trunk/PKGBUILD2018-10-25 18:40:33 UTC (rev 399025)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=blockdiag
+pkgver=1.5.4.20180722
+_commit=4767d8eea98454c50ec7f39f0f1849a2c3969aab
+pkgrel=1
+pkgdesc="blockdiag generates block-diagram image from text"
+url="http://blockdiag.com";
+license=('Apache')
+arch=('any')
+depends=('python-setuptools' 'python-funcparserlib' 'python-pillow' 
'python-webcolors')
+checkdepends=('python-nose' 'python-mock' 'python-pycodestyle' 
'python-reportlab' 'python-docutils'
+  'python-wand' 'ghostscript' 'librsvg')
+source=("$pkgname-$_commit.tar.gz::https://github.com/blockdiag/blockdiag/archive/$_commit.tar.gz";)
+sha512sums=('26939f4d33f218baac879b53ff1d887d5a990b185568347b167e2aa431aa37c475003b993583db5d43546c2560eacf50b718ad96f4cb784a08a1ee5e9e43d61d')
+
+prepare() {
+  mv blockdiag-{$_commit,$pkgver}
+  sed -i 's/pep8/pycodestyle/' blockdiag-$pkgver/setup.py
+}
+
+build() {
+  cd blockdiag-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd blockdiag-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages" nosetests || 
warning "Tests failed"
+}
+
+package() {
+  cd blockdiag-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 18:40:54
  Author: felixonmars
Revision: 399026

archrelease: copy trunk to community-any

Added:
  blockdiag/repos/community-any/
  blockdiag/repos/community-any/PKGBUILD
(from rev 399025, blockdiag/trunk/PKGBUILD)

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

Copied: blockdiag/repos/community-any/PKGBUILD (from rev 399025, 
blockdiag/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-25 18:40:54 UTC (rev 399026)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=blockdiag
+pkgver=1.5.4.20180722
+_commit=4767d8eea98454c50ec7f39f0f1849a2c3969aab
+pkgrel=1
+pkgdesc="blockdiag generates block-diagram image from text"
+url="http://blockdiag.com";
+license=('Apache')
+arch=('any')
+depends=('python-setuptools' 'python-funcparserlib' 'python-pillow' 
'python-webcolors')
+checkdepends=('python-nose' 'python-mock' 'python-pycodestyle' 
'python-reportlab' 'python-docutils'
+  'python-wand' 'ghostscript' 'librsvg')
+source=("$pkgname-$_commit.tar.gz::https://github.com/blockdiag/blockdiag/archive/$_commit.tar.gz";)
+sha512sums=('26939f4d33f218baac879b53ff1d887d5a990b185568347b167e2aa431aa37c475003b993583db5d43546c2560eacf50b718ad96f4cb784a08a1ee5e9e43d61d')
+
+prepare() {
+  mv blockdiag-{$_commit,$pkgver}
+  sed -i 's/pep8/pycodestyle/' blockdiag-$pkgver/setup.py
+}
+
+build() {
+  cd blockdiag-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd blockdiag-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages" nosetests || 
warning "Tests failed"
+}
+
+package() {
+  cd blockdiag-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 18:19:40
  Author: felixonmars
Revision: 399024

archrelease: copy trunk to community-any

Added:
  python-wand/repos/community-any/
  python-wand/repos/community-any/PKGBUILD
(from rev 399023, python-wand/trunk/PKGBUILD)

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

Copied: python-wand/repos/community-any/PKGBUILD (from rev 399023, 
python-wand/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-25 18:19:40 UTC (rev 399024)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-wand
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Ctypes-based simple MagickWand API binding for Python"
+url="https://github.com/emcconville/wand";
+license=('MIT')
+arch=('any')
+depends=('imagemagick6' 'libxml2' 'python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-memory-profiler' 'python-psutil')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/emcconville/wand/archive/$pkgver.tar.gz";)
+sha512sums=('6083f69e539d8b95774c2b3b27f51ac3642fa81dbdf25170141cc3da2fa640b57ba26cf92d16768be4ae345f26a10d289cfc598c2a9bb99625b105a99feba438')
+
+build() {
+  cd wand-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd wand-$pkgver
+  python setup.py pytest || warning "Tests failed"
+}
+
+package() {
+  cd wand-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm "$pkgdir"/usr/README.rst
+}


[arch-commits] Commit in (4 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 18:19:20
  Author: felixonmars
Revision: 399023

addpkg: python-wand 0.4.4-1

Added:
  python-wand/
  python-wand/repos/
  python-wand/trunk/
  python-wand/trunk/PKGBUILD

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

Added: python-wand/trunk/PKGBUILD
===
--- python-wand/trunk/PKGBUILD  (rev 0)
+++ python-wand/trunk/PKGBUILD  2018-10-25 18:19:20 UTC (rev 399023)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-wand
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Ctypes-based simple MagickWand API binding for Python"
+url="https://github.com/emcconville/wand";
+license=('MIT')
+arch=('any')
+depends=('imagemagick6' 'libxml2' 'python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-memory-profiler' 'python-psutil')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/emcconville/wand/archive/$pkgver.tar.gz";)
+sha512sums=('6083f69e539d8b95774c2b3b27f51ac3642fa81dbdf25170141cc3da2fa640b57ba26cf92d16768be4ae345f26a10d289cfc598c2a9bb99625b105a99feba438')
+
+build() {
+  cd wand-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd wand-$pkgver
+  python setup.py pytest || warning "Tests failed"
+}
+
+package() {
+  cd wand-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm "$pkgdir"/usr/README.rst
+}


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

2018-10-25 Thread Andreas Radke via arch-commits
Date: Thursday, October 25, 2018 @ 18:09:28
  Author: andyrtr
Revision: 337302

upgpkg: xf86-video-intel 1:2.99.917+853+g0932a6b3-1

update to latest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 18:05:22 UTC (rev 337301)
+++ PKGBUILD2018-10-25 18:09:28 UTC (rev 337302)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-_commit=25c9a2fcc83ae7252a178b42262da383e59df744 # master
-pkgver=2.99.917+847+g25c9a2fc
+_commit=0932a6b37ba6d5c9e916a1cb6ab89c3205b81a0c # master
+pkgver=2.99.917+853+g0932a6b3
 pkgrel=1
 epoch=1
 arch=(x86_64)


[arch-commits] Commit in xf86-video-intel/repos (4 files)

2018-10-25 Thread Andreas Radke via arch-commits
Date: Thursday, October 25, 2018 @ 18:09:36
  Author: andyrtr
Revision: 337303

archrelease: copy trunk to testing-x86_64

Added:
  xf86-video-intel/repos/testing-x86_64/
  
xf86-video-intel/repos/testing-x86_64/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch
(from rev 337302, 
xf86-video-intel/trunk/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch)
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 337302, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 337302, xf86-video-intel/trunk/xf86-video-intel.install)

+
 0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch |   93 +++
 PKGBUILD   |   88 ++
 xf86-video-intel.install   |   21 ++
 3 files changed, 202 insertions(+)

Copied: 
xf86-video-intel/repos/testing-x86_64/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch
 (from rev 337302, 
xf86-video-intel/trunk/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch)
===
--- testing-x86_64/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch   
(rev 0)
+++ testing-x86_64/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch   
2018-10-25 18:09:36 UTC (rev 337303)
@@ -0,0 +1,93 @@
+From e85424325911626556fbe5a313c698a5da701163 Mon Sep 17 00:00:00 2001
+From: Peter Wu 
+Date: Mon, 13 Aug 2018 22:59:50 +0200
+Subject: [PATCH xf86-video-intel] SNA: fix PRIME output support since xserver
+ 1.20
+
+Since xorg-server 1.20, an external monitor would remain blank when used
+in a PRIME output slave setup. Only a cursor was visible. The cause is
+"Make PixmapDirtyUpdateRec::src a DrawablePtr" in xserver, the "src"
+pointer might point to the root window (created by the server) instead
+of a pixmap (as created by xf86-video-intel). Use get_drawable_pixmap to
+handle both cases.
+
+When built with -fsanitize=address, the following test will trigger a
+heap-buffer-overflow error due to to_sna_from_pixmap receiving a window
+instead of a pixmap.
+
+Test on a hybrid graphics laptop (Intel + modesetting/nouveau):
+
+xrandr --setprovideroutputsource modesetting Intel
+xrandr --output DP-1-1 --mode 2560x1440  # should not crash
+glxgears  # should display gears on both screens
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100086
+Signed-off-by: Peter Wu 
+---
+Tested with xserver 1.20.1 with ASAN enabled. Survives multiple
+resolution changes, works with a Plasma desktop session, it seems
+stable. Something like this patch is required to make multi-monitor
+setups usable in a hybrid graphics setting with Xorg 1.20.
+---
+ src/sna/sna_accel.c | 18 ++
+ 1 file changed, 18 insertions(+)
+
+diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
+index 2f669bcf..80b116a3 100644
+--- a/src/sna/sna_accel.c
 b/src/sna/sna_accel.c
+@@ -17510,7 +17510,11 @@ static bool has_offload_slaves(struct sna *sna)
+   PixmapDirtyUpdatePtr dirty;
+ 
+   xorg_list_for_each_entry(dirty, &screen->pixmap_dirty_list, ent) {
++#ifdef HAS_DIRTYTRACKING_DRAWABLE_SRC
++  assert(dirty->src == &sna->front->drawable);
++#else
+   assert(dirty->src == sna->front);
++#endif
+   if (RegionNotEmpty(DamageRegion(dirty->damage)))
+   return true;
+   }
+@@ -17671,7 +17675,11 @@ static void sna_accel_post_damage(struct sna *sna)
+   if (RegionNil(damage))
+   continue;
+ 
++#ifdef HAS_DIRTYTRACKING_DRAWABLE_SRC
++  src = get_drawable_pixmap(dirty->src);
++#else
+   src = dirty->src;
++#endif
+   dst = dirty->slave_dst->master_pixmap;
+ 
+   region.extents.x1 = dirty->x;
+@@ -17922,9 +17930,15 @@ migrate_dirty_tracking(PixmapPtr old_front, PixmapPtr 
new_front)
+   PixmapDirtyUpdatePtr dirty, safe;
+ 
+   xorg_list_for_each_entry_safe(dirty, safe, &screen->pixmap_dirty_list, 
ent) {
++#ifdef HAS_DIRTYTRACKING_DRAWABLE_SRC
++  assert(dirty->src == &old_front->drawable);
++  if (dirty->src != &old_front->drawable)
++  continue;
++#else
+   assert(dirty->src == old_front);
+   if (dirty->src != old_front)
+   continue;
++#endif
+ 
+   DamageUnregister(&dirty->src->drawable, dirty->damage);
+   DamageDestroy(dirty->damage);
+@@ -17939,7 +17953,11 @@ migrate_dirty_tracking(PixmapPtr old_front, PixmapPtr 
new_front)
+   }
+ 
+   DamageRegister(&new_front->drawable, dirty->damage);
++#ifdef HAS_DIRTYTRACKING_DRAWABLE_SRC
++  dirty->src = &new_front->drawable;
++#else
+   dirty->src = new_front;
++#endif
+   }
+ #endif
+ }
+-- 
+2.18.0
+

Copied: 

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

2018-10-25 Thread Andreas Radke via arch-commits
Date: Thursday, October 25, 2018 @ 18:05:15
  Author: andyrtr
Revision: 337300

upgpkg: xmlsec 1.2.27-1

upstream update 1.2.27

Modified:
  xmlsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 17:59:51 UTC (rev 337299)
+++ PKGBUILD2018-10-25 18:05:15 UTC (rev 337300)
@@ -3,7 +3,7 @@
 # Contributor: Hussam Al-Tayeb 
 
 pkgname=xmlsec
-pkgver=1.2.26
+pkgver=1.2.27
 pkgrel=1
 pkgdesc="XML Security Library is a C library based on LibXML2"
 license=('custom')
@@ -11,7 +11,7 @@
 url="https://www.aleksey.com/xmlsec/index.html";
 depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
 source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz) 
# signature file not compatible
-sha256sums=('8d8276c9c720ca42a3b0023df8b7ae41a2d6c5f9aa8d20ed1672d84cc8982d50')
+sha256sums=('97d756bad8e92588e6997d2227797eaa900d05e34a426829b149f65d87118eb6')
 #validpgpkeys=('') #
 
 build() {


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

2018-10-25 Thread Andreas Radke via arch-commits
Date: Thursday, October 25, 2018 @ 18:05:22
  Author: andyrtr
Revision: 337301

archrelease: copy trunk to testing-x86_64

Added:
  xmlsec/repos/testing-x86_64/
  xmlsec/repos/testing-x86_64/PKGBUILD
(from rev 337300, xmlsec/trunk/PKGBUILD)

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

Copied: xmlsec/repos/testing-x86_64/PKGBUILD (from rev 337300, 
xmlsec/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-25 18:05:22 UTC (rev 337301)
@@ -0,0 +1,33 @@
+# Maintainer: AndyRTR 
+# Contributor: Jan de Groot 
+# Contributor: Hussam Al-Tayeb 
+
+pkgname=xmlsec
+pkgver=1.2.27
+pkgrel=1
+pkgdesc="XML Security Library is a C library based on LibXML2"
+license=('custom')
+arch=('x86_64')
+url="https://www.aleksey.com/xmlsec/index.html";
+depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
+source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz) 
# signature file not compatible
+sha256sums=('97d756bad8e92588e6997d2227797eaa900d05e34a426829b149f65d87118eb6')
+#validpgpkeys=('') #
+
+build() {
+  cd ${pkgname}1-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}1-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}1-${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 xorg-server/repos (8 files)

2018-10-25 Thread Andreas Radke via arch-commits
Date: Thursday, October 25, 2018 @ 17:59:51
  Author: andyrtr
Revision: 337299

archrelease: copy trunk to testing-x86_64

Added:
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/0001-v2-FS-58644.patch
(from rev 337298, xorg-server/trunk/0001-v2-FS-58644.patch)
  xorg-server/repos/testing-x86_64/0002-fix-libshadow-2.patch
(from rev 337298, xorg-server/trunk/0002-fix-libshadow-2.patch)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 337298, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 337298, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xserver-autobind-hotplug.patch
(from rev 337298, xorg-server/trunk/xserver-autobind-hotplug.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 337298, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 337298, xorg-server/trunk/xvfb-run.1)

+
 0001-v2-FS-58644.patch |   57 +++
 0002-fix-libshadow-2.patch |   24 +++
 PKGBUILD   |  218 +
 xorg-server.install|   18 ++
 xserver-autobind-hotplug.patch |  293 +++
 xvfb-run   |  200 ++
 xvfb-run.1 |  282 +
 7 files changed, 1092 insertions(+)

Copied: xorg-server/repos/testing-x86_64/0001-v2-FS-58644.patch (from rev 
337298, xorg-server/trunk/0001-v2-FS-58644.patch)
===
--- testing-x86_64/0001-v2-FS-58644.patch   (rev 0)
+++ testing-x86_64/0001-v2-FS-58644.patch   2018-10-25 17:59:51 UTC (rev 
337299)
@@ -0,0 +1,57 @@
+From 17584285d296acaa80f131ca0e8b75eff675962b Mon Sep 17 00:00:00 2001
+From: fafryd 
+Date: Sun, 20 May 2018 14:30:43 +0200
+Subject: [PATCH] v2 FS#58644
+
+---
+ hw/xfree86/common/meson.build | 13 +
+ hw/xfree86/meson.build| 12 +++-
+ 2 files changed, 20 insertions(+), 5 deletions(-)
+
+diff --git a/hw/xfree86/common/meson.build b/hw/xfree86/common/meson.build
+index 514999ff6..0eff6e488 100644
+--- a/hw/xfree86/common/meson.build
 b/hw/xfree86/common/meson.build
+@@ -1,3 +1,16 @@
++if get_option('suid_wrapper')
++x_sh = configure_file(
++input: '../Xorg.sh.in',
++output: 'Xorg',
++configuration: conf_data,
++)
++install_data(
++   x_sh,
++   install_mode: 'rwxr-xr-x',
++   install_dir: join_paths(get_option('prefix'), get_option('bindir')),
++)
++endif
++
+ srcs_xorg_common = [
+ 'xf86fbBus.c',
+ 'xf86noBus.c',
+diff --git a/hw/xfree86/meson.build b/hw/xfree86/meson.build
+index cacf56d4c..d1295d404 100644
+--- a/hw/xfree86/meson.build
 b/hw/xfree86/meson.build
+@@ -145,11 +145,13 @@ if get_option('suid_wrapper')
+ install_dir: get_option('libexecdir'),
+ # install_mode: ['r-sr-xr-x', 0, 0],
+ )
+-configure_file(
+-input: 'Xorg.sh.in',
+-output: 'Xorg',
+-configuration: conf_data,
+-install_dir: join_paths(get_option('prefix'), get_option('bindir')),
++ meson.add_install_script(
++'sh', '-c',
++'chmod u+s @0@@1@/@2@'.format(
++'${DESTDIR}',
++join_paths(get_option('prefix'), get_option('libexecdir')),
++'Xorg.wrap'
++)
+ )
+ endif
+ 
+-- 
+2.17.0
+

Copied: xorg-server/repos/testing-x86_64/0002-fix-libshadow-2.patch (from rev 
337298, xorg-server/trunk/0002-fix-libshadow-2.patch)
===
--- testing-x86_64/0002-fix-libshadow-2.patch   (rev 0)
+++ testing-x86_64/0002-fix-libshadow-2.patch   2018-10-25 17:59:51 UTC (rev 
337299)
@@ -0,0 +1,24 @@
+From 9ed4ae9cf20736742c09007a32ad144b52db Mon Sep 17 00:00:00 2001
+From: fafryd 
+Date: Fri, 25 May 2018 20:17:35 +0200
+Subject: [PATCH] fix libshadow
+
+---
+ hw/xfree86/dixmods/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/hw/xfree86/dixmods/meson.build b/hw/xfree86/dixmods/meson.build
+index 835d23215..6bd8029b6 100644
+--- a/hw/xfree86/dixmods/meson.build
 b/hw/xfree86/dixmods/meson.build
+@@ -38,6 +38,7 @@ shared_module(
+ 
+ install: true,
+ install_dir: module_dir,
++install_rpath: '$ORIGIN/./',
+ )
+ 
+ if build_glx
+-- 
+2.17.0
+

Copied: xorg-server/repos/testing-x86_64/PKGBUILD (from rev 337298, 
xorg-server/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-25 17:59:51 UTC (rev 337299)
@@ -0,0 +1,218 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=xorg-server
+pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnes

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

2018-10-25 Thread Andreas Radke via arch-commits
Date: Thursday, October 25, 2018 @ 17:59:34
  Author: andyrtr
Revision: 337298

upgpkg: xorg-server 1.20.3-1

upstream update 1.20.3

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 17:31:16 UTC (rev 337297)
+++ PKGBUILD2018-10-25 17:59:34 UTC (rev 337298)
@@ -4,7 +4,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest'
  'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.20.2
+pkgver=1.20.3
 pkgrel=1
 arch=('x86_64')
 license=('custom')
@@ -27,7 +27,7 @@
   'C383B778255613DFDB409D91DB221A690011'
   'DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3'
   '995ED5C8A6138EB0961F18474C09DD83CAAA50B2')
-sha512sums=('1c87d78b14529dd4b438ef038118c8540d1d17bdd58bf08ec5408a2ddbe8d0dda48033a9a9477cfc2c4c304dd1078fa40968a03c4d0cd3398359dd0fadb8e7c7'
+sha512sums=('ee44554f86df4297f54c5871fe7a18954eeef4338775a25f36d6577b279c4775f61128da71b86cfaeadcc080838d6749dede138d4db178866579da2056543fba'
 'SKIP'
 
'd707e0870367de2665c3b82f09564d17ed3f62c9e8b4bd471c11af1fb1e9249e306e92c7961a04e355756eec9f5271bc8e66999e56c73c31bc9da4127ff30a8e'
 
'd84f4d63a502b7af76ea49944d1b21e2030dfd250ac1e82878935cf631973310ac9ba1f0dfedf10980ec6c7431d61b7daa4b7bbaae9ee477b2c19812c1661a22'


[arch-commits] Commit in python-memory-profiler/repos (2 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 17:50:10
  Author: felixonmars
Revision: 399022

archrelease: copy trunk to community-any

Added:
  python-memory-profiler/repos/community-any/
  python-memory-profiler/repos/community-any/PKGBUILD
(from rev 399021, python-memory-profiler/trunk/PKGBUILD)

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

Copied: python-memory-profiler/repos/community-any/PKGBUILD (from rev 399021, 
python-memory-profiler/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-25 17:50:10 UTC (rev 399022)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-memory-profiler
+pkgver=0.54
+pkgrel=1
+pkgdesc="A module for monitoring memory usage of a python program"
+url="https://github.com/pythonprofilers/memory_profiler";
+license=('BSD')
+arch=('any')
+depends=('python-psutil')
+makedepends=('python-setuptools')
+checkdepends=('python-numpy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pythonprofilers/memory_profiler/archive/v$pkgver.tar.gz";)
+sha512sums=('1ee26a0847b2a84d7ec67d48bd7428c27d6bd0c28196dc922af23745d012c6bca2847292ff2fb5803c83170b92b7850e6bd96a6a646f1a0a5507ea4bfbea0287')
+
+build() {
+  cd memory_profiler-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd memory_profiler-$pkgver
+  PYTHONPATH="$PWD"/build/lib make test
+}
+
+package() {
+  cd memory_profiler-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in (4 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 17:49:49
  Author: felixonmars
Revision: 399021

addpkg: python-memory-profiler 0.54-1

Added:
  python-memory-profiler/
  python-memory-profiler/repos/
  python-memory-profiler/trunk/
  python-memory-profiler/trunk/PKGBUILD

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

Added: python-memory-profiler/trunk/PKGBUILD
===
--- python-memory-profiler/trunk/PKGBUILD   (rev 0)
+++ python-memory-profiler/trunk/PKGBUILD   2018-10-25 17:49:49 UTC (rev 
399021)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-memory-profiler
+pkgver=0.54
+pkgrel=1
+pkgdesc="A module for monitoring memory usage of a python program"
+url="https://github.com/pythonprofilers/memory_profiler";
+license=('BSD')
+arch=('any')
+depends=('python-psutil')
+makedepends=('python-setuptools')
+checkdepends=('python-numpy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pythonprofilers/memory_profiler/archive/v$pkgver.tar.gz";)
+sha512sums=('1ee26a0847b2a84d7ec67d48bd7428c27d6bd0c28196dc922af23745d012c6bca2847292ff2fb5803c83170b92b7850e6bd96a6a646f1a0a5507ea4bfbea0287')
+
+build() {
+  cd memory_profiler-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd memory_profiler-$pkgver
+  PYTHONPATH="$PWD"/build/lib make test
+}
+
+package() {
+  cd memory_profiler-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2018-10-25 Thread Alexander Rødseth via arch-commits
Date: Thursday, October 25, 2018 @ 17:44:34
  Author: arodseth
Revision: 399020

archrelease: copy trunk to community-x86_64

Added:
  magnum-plugins/repos/community-x86_64/PKGBUILD
(from rev 399019, magnum-plugins/trunk/PKGBUILD)
Deleted:
  magnum-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 17:44:25 UTC (rev 399019)
+++ PKGBUILD2018-10-25 17:44:34 UTC (rev 399020)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: mosra 
-
-pkgname=magnum-plugins
-pkgver=2018.04
-pkgrel=1
-pkgdesc='Plugins for the Magnum C++11/C++14 graphics engine'
-arch=('x86_64')
-url='http://magnum.graphics'
-license=('MIT')
-depends=('assimp' 'devil' 'freetype2' 'libjpeg' 'libpng' "magnum>=$pkgver")
-makedepends=('cmake' 'git' 'ninja')
-source=("git+https://github.com/mosra/magnum-plugins#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_ASSIMPIMPORTER=ON \
--DWITH_DDSIMPORTER=ON \
--DWITH_DEVILIMAGEIMPORTER=ON \
--DWITH_DRFLACAUDIOIMPORTER=ON \
--DWITH_DRWAVAUDIOIMPORTER=ON \
--DWITH_FREETYPEFONT=ON \
--DWITH_JPEGIMPORTER=ON \
--DWITH_MINIEXRIMAGECONVERTER=ON \
--DWITH_PNGIMAGECONVERTER=ON \
--DWITH_PNGIMPORTER=ON \
--DWITH_OPENGEXIMPORTER=ON \
--DWITH_STANFORDIMPORTER=ON \
--DWITH_STBIMAGECONVERTER=ON \
--DWITH_STBIMAGEIMPORTER=ON \
--DWITH_STBTRUETYPEFONT=ON \
--DWITH_STBVORBISAUDIOIMPORTER=ON \
--DWITH_TINYGLTFIMPORTER=ON \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 "$pkgname/COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:
-# getver: no

Copied: magnum-plugins/repos/community-x86_64/PKGBUILD (from rev 399019, 
magnum-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 17:44:34 UTC (rev 399020)
@@ -0,0 +1,50 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: mosra 
+
+pkgname=magnum-plugins
+pkgver=2018.10
+pkgrel=1
+pkgdesc='Plugins for the Magnum C++11/C++14 graphics engine'
+arch=('x86_64')
+url='https://magnum.graphics'
+license=('MIT')
+depends=('assimp' 'devil' 'freetype2' 'libjpeg' 'libpng' "magnum>=$pkgver")
+makedepends=('cmake' 'git' 'ninja')
+source=("git+https://github.com/mosra/magnum-plugins#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ASSIMPIMPORTER=ON \
+-DWITH_DDSIMPORTER=ON \
+-DWITH_DEVILIMAGEIMPORTER=ON \
+-DWITH_DRFLACAUDIOIMPORTER=ON \
+-DWITH_DRWAVAUDIOIMPORTER=ON \
+-DWITH_FREETYPEFONT=ON \
+-DWITH_JPEGIMAGECONVERTER=ON \
+-DWITH_JPEGIMPORTER=ON \
+-DWITH_MINIEXRIMAGECONVERTER=ON \
+-DWITH_PNGIMAGECONVERTER=ON \
+-DWITH_PNGIMPORTER=ON \
+-DWITH_OPENGEXIMPORTER=ON \
+-DWITH_STANFORDIMPORTER=ON \
+-DWITH_STBIMAGECONVERTER=ON \
+-DWITH_STBIMAGEIMPORTER=ON \
+-DWITH_STBTRUETYPEFONT=ON \
+-DWITH_STBVORBISAUDIOIMPORTER=ON \
+-DWITH_TINYGLTFIMPORTER=ON \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgname/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-10-25 Thread Alexander Rødseth via arch-commits
Date: Thursday, October 25, 2018 @ 17:44:25
  Author: arodseth
Revision: 399019

upgpkg: magnum-plugins 2018.10-1

Modified:
  magnum-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 17:40:34 UTC (rev 399018)
+++ PKGBUILD2018-10-25 17:44:25 UTC (rev 399019)
@@ -1,12 +1,12 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: mosra 
 
 pkgname=magnum-plugins
-pkgver=2018.04
+pkgver=2018.10
 pkgrel=1
 pkgdesc='Plugins for the Magnum C++11/C++14 graphics engine'
 arch=('x86_64')
-url='http://magnum.graphics'
+url='https://magnum.graphics'
 license=('MIT')
 depends=('assimp' 'devil' 'freetype2' 'libjpeg' 'libpng' "magnum>=$pkgver")
 makedepends=('cmake' 'git' 'ninja')
@@ -25,6 +25,7 @@
 -DWITH_DRFLACAUDIOIMPORTER=ON \
 -DWITH_DRWAVAUDIOIMPORTER=ON \
 -DWITH_FREETYPEFONT=ON \
+-DWITH_JPEGIMAGECONVERTER=ON \
 -DWITH_JPEGIMPORTER=ON \
 -DWITH_MINIEXRIMAGECONVERTER=ON \
 -DWITH_PNGIMAGECONVERTER=ON \
@@ -47,4 +48,3 @@
 }
 
 # vim: ts=2 sw=2 et:
-# getver: no


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

2018-10-25 Thread Alexander Rødseth via arch-commits
Date: Thursday, October 25, 2018 @ 17:40:34
  Author: arodseth
Revision: 399018

archrelease: copy trunk to community-x86_64

Added:
  magnum/repos/community-x86_64/PKGBUILD
(from rev 399017, magnum/trunk/PKGBUILD)
Deleted:
  magnum/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  109 ++---
 1 file changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 17:40:25 UTC (rev 399017)
+++ PKGBUILD2018-10-25 17:40:34 UTC (rev 399018)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: mosra 
-
-pkgname=magnum
-pkgver=2018.04
-pkgrel=1
-pkgdesc='C++11/C++14 graphics middleware for games and data visualization'
-arch=('x86_64')
-url='http://magnum.graphics'
-license=('MIT')
-depends=("corrade>=$pkgver" 'openal' 'sdl2')
-optdepends=('magnum-plugins: import and export features')
-makedepends=('cmake' 'git' 'ninja')
-source=("git+https://github.com/mosra/magnum.git#tag=v$pkgver";)
-sha1sums=('SKIP')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../magnum \
--DCMAKE_CXX_FLAGS="$CXXFLAGS -Wfatal-errors" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_ANYAUDIOIMPORTER=ON \
--DWITH_ANYIMAGECONVERTER=ON \
--DWITH_ANYIMAGEIMPORTER=ON \
--DWITH_ANYSCENEIMPORTER=ON \
--DWITH_AUDIO=ON \
--DWITH_DISTANCEFIELDCONVERTER=ON \
--DWITH_GLXAPPLICATION=ON \
--DWITH_GLXCONTEXT=ON \
--DWITH_MAGNUMFONT=ON \
--DWITH_MAGNUMFONTCONVERTER=ON \
--DWITH_OBJIMPORTER=ON \
--DWITH_FONTCONVERTER=ON \
--DWITH_GL_INFO=ON \
--DWITH_SDL2APPLICATION=ON \
--DWITH_TGAIMAGECONVERTER=ON \
--DWITH_TGAIMPORTER=ON \
--DWITH_WAVAUDIOIMPORTER=ON \
--DWITH_WINDOWLESSGLXAPPLICATION=ON \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 "magnum/COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:
-# getver: no

Copied: magnum/repos/community-x86_64/PKGBUILD (from rev 399017, 
magnum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 17:40:34 UTC (rev 399018)
@@ -0,0 +1,55 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: mosra 
+
+pkgname=magnum
+pkgver=2018.10
+pkgrel=1
+pkgdesc='C++11/C++14 graphics middleware for games and data visualization'
+arch=('x86_64')
+url='https://magnum.graphics'
+license=('MIT')
+depends=("corrade>=$pkgver" 'openal' 'sdl2' 'vulkan-icd-loader')
+optdepends=('magnum-plugins: import and export features')
+makedepends=('cmake' 'git' 'ninja')
+source=("git+https://github.com/mosra/magnum.git#tag=v$pkgver";)
+sha1sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../magnum \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -Wfatal-errors" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_AL_INFO=ON \
+-DWITH_ANYAUDIOIMPORTER=ON \
+-DWITH_ANYIMAGECONVERTER=ON \
+-DWITH_ANYIMAGEIMPORTER=ON \
+-DWITH_ANYSCENEIMPORTER=ON \
+-DWITH_AUDIO=ON \
+-DWITH_DISTANCEFIELDCONVERTER=ON \
+-DWITH_GLXAPPLICATION=ON \
+-DWITH_GLXCONTEXT=ON \
+-DWITH_IMAGECONVERTER=ON \
+-DWITH_MAGNUMFONT=ON \
+-DWITH_MAGNUMFONTCONVERTER=ON \
+-DWITH_OBJIMPORTER=ON \
+-DWITH_FONTCONVERTER=ON \
+-DWITH_GL_INFO=ON \
+-DWITH_SDL2APPLICATION=ON \
+-DWITH_TGAIMAGECONVERTER=ON \
+-DWITH_TGAIMPORTER=ON \
+-DWITH_VK=ON \
+-DWITH_WAVAUDIOIMPORTER=ON \
+-DWITH_WINDOWLESSGLXAPPLICATION=ON \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "magnum/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-10-25 Thread Alexander Rødseth via arch-commits
Date: Thursday, October 25, 2018 @ 17:40:25
  Author: arodseth
Revision: 399017

upgpkg: magnum 2018.10-1

Modified:
  magnum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 17:27:14 UTC (rev 399016)
+++ PKGBUILD2018-10-25 17:40:25 UTC (rev 399017)
@@ -1,14 +1,14 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: mosra 
 
 pkgname=magnum
-pkgver=2018.04
+pkgver=2018.10
 pkgrel=1
 pkgdesc='C++11/C++14 graphics middleware for games and data visualization'
 arch=('x86_64')
-url='http://magnum.graphics'
+url='https://magnum.graphics'
 license=('MIT')
-depends=("corrade>=$pkgver" 'openal' 'sdl2')
+depends=("corrade>=$pkgver" 'openal' 'sdl2' 'vulkan-icd-loader')
 optdepends=('magnum-plugins: import and export features')
 makedepends=('cmake' 'git' 'ninja')
 source=("git+https://github.com/mosra/magnum.git#tag=v$pkgver";)
@@ -21,6 +21,7 @@
 -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wfatal-errors" \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_AL_INFO=ON \
 -DWITH_ANYAUDIOIMPORTER=ON \
 -DWITH_ANYIMAGECONVERTER=ON \
 -DWITH_ANYIMAGEIMPORTER=ON \
@@ -29,6 +30,7 @@
 -DWITH_DISTANCEFIELDCONVERTER=ON \
 -DWITH_GLXAPPLICATION=ON \
 -DWITH_GLXCONTEXT=ON \
+-DWITH_IMAGECONVERTER=ON \
 -DWITH_MAGNUMFONT=ON \
 -DWITH_MAGNUMFONTCONVERTER=ON \
 -DWITH_OBJIMPORTER=ON \
@@ -37,6 +39,7 @@
 -DWITH_SDL2APPLICATION=ON \
 -DWITH_TGAIMAGECONVERTER=ON \
 -DWITH_TGAIMPORTER=ON \
+-DWITH_VK=ON \
 -DWITH_WAVAUDIOIMPORTER=ON \
 -DWITH_WINDOWLESSGLXAPPLICATION=ON \
 -GNinja
@@ -50,4 +53,3 @@
 }
 
 # vim: ts=2 sw=2 et:
-# getver: no


[arch-commits] Commit in mutt/repos/extra-x86_64 (4 files)

2018-10-25 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 25, 2018 @ 17:31:16
  Author: bisson
Revision: 337297

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 337296, mutt/trunk/PKGBUILD)
  mutt/repos/extra-x86_64/a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
(from rev 337296, mutt/trunk/a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD
  mutt/repos/extra-x86_64/a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch

+
 PKGBUILD   |  106 ++--
 a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch |  538 +++
 2 files changed, 322 insertions(+), 322 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 17:30:43 UTC (rev 337296)
+++ PKGBUILD2018-10-25 17:31:16 UTC (rev 337297)
@@ -1,53 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.10.1
-pkgrel=4
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch')
-sha256sums=('734a3883158ec3d180cf6538d8bd7f685ce641d2cdef657aa0038f76e79a54a0'
-'SKIP'
-'21ae6f739801f07728d770ac7365f696b6d0ec81cda8b6cd1a5b3c81a3bb0f2f')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --with-curses=/usr \
-   --with-regex \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 337296, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 17:31:16 UTC (rev 337297)
@@ -0,0 +1,53 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.10.1
+pkgrel=5
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch')
+sha256sums=('734a3883158ec3d180cf6538d8bd7f685ce641d2cdef657aa0038f76e79a54a0'
+'SKIP'
+'21ae6f739801f07728d770ac7365f696b6d0ec81cda8b6cd1a5b3c81a3bb0f2f')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
+   aclocal -I m4; autoconf; automake --foreign
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}

Deleted: a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
===
--- a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch  2018-10-25 17:30:43 UTC 
(rev 337296)
+++ a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch  2018-10-25 17:31:16 UTC 
(rev 337297)
@@ -1,269 +0,0 @@
-From a2b289361d90360c37eb19cca2cf1216ab60fb7b Mon Sep 17 00:00:00 2001
-From: K

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

2018-10-25 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 25, 2018 @ 17:30:43
  Author: bisson
Revision: 337296

implement FS#60563

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 15:22:12 UTC (rev 337295)
+++ PKGBUILD2018-10-25 17:30:43 UTC (rev 337296)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.10.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -21,6 +21,7 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
+   aclocal -I m4; autoconf; automake --foreign
 }
 
 build() {
@@ -35,7 +36,6 @@
--enable-hcache \
--enable-sidebar \
--with-curses=/usr \
-   --with-regex \
--with-gss=/usr \
--with-ssl=/usr \
--with-sasl \


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

2018-10-25 Thread Alexander Rødseth via arch-commits
Date: Thursday, October 25, 2018 @ 17:27:14
  Author: arodseth
Revision: 399016

archrelease: copy trunk to community-any

Added:
  fff/repos/community-any/PKGBUILD
(from rev 399015, fff/trunk/PKGBUILD)

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

Copied: fff/repos/community-any/PKGBUILD (from rev 399015, fff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 17:27:14 UTC (rev 399016)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Crestwave 
+
+pkgname=fff
+pkgver=0.0
+pkgrel=1
+pkgdesc='Simple and fast file manager'
+arch=('any')
+url='https://github.com/dylanaraps/fff'
+license=('MIT')
+makedepends=('git')
+depends=('xdg-utils')
+source=("git+${url}#commit=339e1e9b")
+sha256sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 {CONTRIBUTING,README}.md -t "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (5 files)

2018-10-25 Thread Alexander Rødseth via arch-commits
Date: Thursday, October 25, 2018 @ 17:26:56
  Author: arodseth
Revision: 399015

Add fff, a simple and fast file manager from the author of neofetch

Added:
  fff/
  fff/repos/
  fff/repos/community-any/
  fff/trunk/
  fff/trunk/PKGBUILD

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

Added: fff/trunk/PKGBUILD
===
--- fff/trunk/PKGBUILD  (rev 0)
+++ fff/trunk/PKGBUILD  2018-10-25 17:26:56 UTC (rev 399015)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Crestwave 
+
+pkgname=fff
+pkgver=0.0
+pkgrel=1
+pkgdesc='Simple and fast file manager'
+arch=('any')
+url='https://github.com/dylanaraps/fff'
+license=('MIT')
+makedepends=('git')
+depends=('xdg-utils')
+source=("git+${url}#commit=339e1e9b")
+sha256sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 {CONTRIBUTING,README}.md -t "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-10-25 Thread Maxime Gauduin via arch-commits
Date: Thursday, October 25, 2018 @ 17:12:44
  Author: alucryd
Revision: 399014

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 399013, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 17:12:34 UTC (rev 399013)
+++ PKGBUILD2018-10-25 17:12:44 UTC (rev 399014)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.608
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=(
-  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
-  'python-dbus' 'python-gobject' 'totem-plparser'
-)
-makedepends=(
-  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
-)
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'gst-libav: FFmpeg plugin for GStreamer'
-'gst-plugins-bad: "Bad" plugin libraries'
-'gst-plugins-base: "Base" plugin libraries'
-'gst-plugins-good: "Good" plugin libraries'
-'gst-plugins-ugly: "Ugly" plugin libraries'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pillow: Blur background in lyrics view'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-build() {
-  arch-meson lollypop build \
---libexecdir='lib/lollypop'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 399013, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 17:12:44 UTC (rev 399014)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.609
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=(
+  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+  'python-dbus' 'python-gobject' 'totem-plparser'
+)
+makedepends=(
+  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
+)
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'gst-libav: FFmpeg plugin for GStreamer'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pillow: Blur background in lyrics view'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+build() {
+  arch-meson lollypop build \
+--libexecdir='lib/lollypop'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-10-25 Thread Maxime Gauduin via arch-commits
Date: Thursday, October 25, 2018 @ 17:12:34
  Author: alucryd
Revision: 399013

upgpkg: lollypop 0.9.609-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 16:49:05 UTC (rev 399012)
+++ PKGBUILD2018-10-25 17:12:34 UTC (rev 399013)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.608
+pkgver=0.9.609
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 16:49:05
  Author: felixonmars
Revision: 399012

archrelease: copy trunk to community-any

Added:
  python-funcparserlib/repos/community-any/
  python-funcparserlib/repos/community-any/PKGBUILD
(from rev 399011, python-funcparserlib/trunk/PKGBUILD)

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

Copied: python-funcparserlib/repos/community-any/PKGBUILD (from rev 399011, 
python-funcparserlib/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-25 16:49:05 UTC (rev 399012)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-funcparserlib
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="Recursive descent parsing library based on functional combinators"
+url="https://github.com/vlasovskikh/funcparserlib";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vlasovskikh/funcparserlib/archive/$pkgver.tar.gz";)
+sha512sums=('0fe23dc471f2de4588204d09379ef1400231bbe370e71045ddfad82c0f3a7bd13350954dde7210a370084c7bb7eb8c02ebdb04fb3727bee3e768cebe54e5ed99')
+
+build() {
+  cd funcparserlib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd funcparserlib-$pkgver
+  python setup.py nosetests
+}
+
+package() {
+  cd funcparserlib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 16:44:43
  Author: felixonmars
Revision: 399011

addpkg: python-funcparserlib 0.3.6-1

Added:
  python-funcparserlib/
  python-funcparserlib/repos/
  python-funcparserlib/trunk/
  python-funcparserlib/trunk/PKGBUILD

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

Added: python-funcparserlib/trunk/PKGBUILD
===
--- python-funcparserlib/trunk/PKGBUILD (rev 0)
+++ python-funcparserlib/trunk/PKGBUILD 2018-10-25 16:44:43 UTC (rev 399011)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-funcparserlib
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="Recursive descent parsing library based on functional combinators"
+url="https://github.com/vlasovskikh/funcparserlib";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vlasovskikh/funcparserlib/archive/$pkgver.tar.gz";)
+sha512sums=('0fe23dc471f2de4588204d09379ef1400231bbe370e71045ddfad82c0f3a7bd13350954dde7210a370084c7bb7eb8c02ebdb04fb3727bee3e768cebe54e5ed99')
+
+build() {
+  cd funcparserlib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd funcparserlib-$pkgver
+  python setup.py nosetests
+}
+
+package() {
+  cd funcparserlib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-flask-sphinx-themes/repos (2 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 16:33:34
  Author: felixonmars
Revision: 399010

archrelease: copy trunk to community-any

Added:
  python-flask-sphinx-themes/repos/community-any/
  python-flask-sphinx-themes/repos/community-any/PKGBUILD
(from rev 399009, python-flask-sphinx-themes/trunk/PKGBUILD)

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

Copied: python-flask-sphinx-themes/repos/community-any/PKGBUILD (from rev 
399009, python-flask-sphinx-themes/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-25 16:33:34 UTC (rev 399010)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-sphinx-themes
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Sphinx themes for Flask and related projects"
+url="https://github.com/pallets/flask-sphinx-themes";
+license=('BSD')
+arch=('any')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask-sphinx-themes/archive/$pkgver.tar.gz";)
+sha512sums=('b3cbdca9719b579d4e9644b51e187a87d49e3c82083a8fff649eef74eb7a475bcc0580bcd3012081048bcbbe001ce06f1cccbed39d2f30285cfedb2304f67af3')
+
+build() {
+  cd flask-sphinx-themes-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd flask-sphinx-themes-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 16:33:13
  Author: felixonmars
Revision: 399009

addpkg: python-flask-sphinx-themes 1.0.2-1

Added:
  python-flask-sphinx-themes/
  python-flask-sphinx-themes/repos/
  python-flask-sphinx-themes/trunk/
  python-flask-sphinx-themes/trunk/PKGBUILD

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

Added: python-flask-sphinx-themes/trunk/PKGBUILD
===
--- python-flask-sphinx-themes/trunk/PKGBUILD   (rev 0)
+++ python-flask-sphinx-themes/trunk/PKGBUILD   2018-10-25 16:33:13 UTC (rev 
399009)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-sphinx-themes
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Sphinx themes for Flask and related projects"
+url="https://github.com/pallets/flask-sphinx-themes";
+license=('BSD')
+arch=('any')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask-sphinx-themes/archive/$pkgver.tar.gz";)
+sha512sums=('b3cbdca9719b579d4e9644b51e187a87d49e3c82083a8fff649eef74eb7a475bcc0580bcd3012081048bcbbe001ce06f1cccbed39d2f30285cfedb2304f67af3')
+
+build() {
+  cd flask-sphinx-themes-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd flask-sphinx-themes-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-flask-caching/repos (2 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 16:27:11
  Author: felixonmars
Revision: 399008

archrelease: copy trunk to community-any

Added:
  python-flask-caching/repos/community-any/
  python-flask-caching/repos/community-any/PKGBUILD
(from rev 399007, python-flask-caching/trunk/PKGBUILD)

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

Copied: python-flask-caching/repos/community-any/PKGBUILD (from rev 399007, 
python-flask-caching/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-25 16:27:11 UTC (rev 399008)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-caching
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Adds caching support to your Flask application"
+url="https://github.com/sh4nks/flask-caching";
+license=('BSD')
+arch=('any')
+depends=('python-flask')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-redis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz";)
+sha512sums=('512b1c66d80a500f91a0f0ff1ae7461e023cd6907eaf765ca811d40debda29424ec73515f5ff6495bfefb5c2c8c10f40f134b8a4b91bafbf26ee1c413b6f3e55')
+
+build() {
+  cd flask-caching-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-caching-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-caching-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 16:26:53
  Author: felixonmars
Revision: 399007

addpkg: python-flask-caching 1.4.0-1

Added:
  python-flask-caching/
  python-flask-caching/repos/
  python-flask-caching/trunk/
  python-flask-caching/trunk/PKGBUILD

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

Added: python-flask-caching/trunk/PKGBUILD
===
--- python-flask-caching/trunk/PKGBUILD (rev 0)
+++ python-flask-caching/trunk/PKGBUILD 2018-10-25 16:26:53 UTC (rev 399007)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-caching
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Adds caching support to your Flask application"
+url="https://github.com/sh4nks/flask-caching";
+license=('BSD')
+arch=('any')
+depends=('python-flask')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-redis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz";)
+sha512sums=('512b1c66d80a500f91a0f0ff1ae7461e023cd6907eaf765ca811d40debda29424ec73515f5ff6495bfefb5c2c8c10f40f134b8a4b91bafbf26ee1c413b6f3e55')
+
+build() {
+  cd flask-caching-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-caching-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-caching-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 16:24:15
  Author: felixonmars
Revision: 399006

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 16:23:55 UTC (rev 399005)
+++ PKGBUILD2018-10-25 16:24:15 UTC (rev 399006)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-responses
-pkgname=('python-responses' 'python2-responses')
-pkgver=0.10.1
-pkgrel=1
-pkgdesc='A utility library for mocking out the `requests` Python library.'
-arch=('any')
-license=('Apache')
-url='https://github.com/getsentry/responses'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-biscuits' 'python2-cookies' 'python-six' 'python2-six' 
'python2-mock')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov'
-  'python2-pytest-cov' 'flake8' 'python2-flake8' 
'python-pytest-localserver'
-  'python2-pytest-localserver')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz";)
-sha512sums=('1f1ae6c04a5c414ad7b0a9900de177b73cdf800e9f516e9f7dda88f75bdbb3c4d70e4fa7d6f44cd5eb0b0045a81551b00fe131e8d294f0b6c83cfedf3a7a7474')
-
-prepare() {
-  cp -a responses-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/responses-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/responses-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/responses-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/responses-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-responses() {
-  depends=('python-requests' 'python-biscuits' 'python-six')
-
-  cd responses-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-responses() {
-  depends=('python2-requests' 'python2-cookies' 'python2-six' 'python2-mock')
-
-  cd responses-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-responses/repos/community-any/PKGBUILD (from rev 399005, 
python-responses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 16:24:15 UTC (rev 399006)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-responses
+pkgname=('python-responses' 'python2-responses')
+pkgver=0.10.2
+pkgrel=1
+pkgdesc='A utility library for mocking out the `requests` Python library.'
+arch=('any')
+license=('Apache')
+url='https://github.com/getsentry/responses'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-biscuits' 'python2-cookies' 'python-six' 'python2-six' 
'python2-mock')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov'
+  'python2-pytest-cov' 'flake8' 'python2-flake8' 
'python-pytest-localserver'
+  'python2-pytest-localserver')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz";)
+sha512sums=('d9b86d16ec31f6778c138f3dfa0a3a59cb4b1b97064297660518fe85c47d1e84f499668841e3dd276703f5b1be20732a1c48e8488b885e295b07e75ba6b742e2')
+
+prepare() {
+  cp -a responses-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/responses-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/responses-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/responses-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/responses-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-responses() {
+  depends=('python-requests' 'python-biscuits' 'python-six')
+
+  cd responses-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-responses() {
+  depends=('python2-requests' 'python2-cookies' 'python2-six' 'python2-mock')
+
+  cd responses-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 16:23:55
  Author: felixonmars
Revision: 399005

upgpkg: python-responses 0.10.2-1

Modified:
  python-responses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 16:23:34 UTC (rev 399004)
+++ PKGBUILD2018-10-25 16:23:55 UTC (rev 399005)
@@ -2,7 +2,7 @@
 
 pkgbase=python-responses
 pkgname=('python-responses' 'python2-responses')
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc='A utility library for mocking out the `requests` Python library.'
 arch=('any')
@@ -14,7 +14,7 @@
   'python2-pytest-cov' 'flake8' 'python2-flake8' 
'python-pytest-localserver'
   'python2-pytest-localserver')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz";)
-sha512sums=('1f1ae6c04a5c414ad7b0a9900de177b73cdf800e9f516e9f7dda88f75bdbb3c4d70e4fa7d6f44cd5eb0b0045a81551b00fe131e8d294f0b6c83cfedf3a7a7474')
+sha512sums=('d9b86d16ec31f6778c138f3dfa0a3a59cb4b1b97064297660518fe85c47d1e84f499668841e3dd276703f5b1be20732a1c48e8488b885e295b07e75ba6b742e2')
 
 prepare() {
   cp -a responses-$pkgver{,-py2}


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

2018-10-25 Thread Antonio Rojas via arch-commits
Date: Thursday, October 25, 2018 @ 16:23:34
  Author: arojas
Revision: 399004

archrelease: copy trunk to community-any

Added:
  python-flask-babel/repos/community-any/PKGBUILD
(from rev 399003, python-flask-babel/trunk/PKGBUILD)
Deleted:
  python-flask-babel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 16:22:58 UTC (rev 399003)
+++ PKGBUILD2018-10-25 16:23:34 UTC (rev 399004)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: djanku 
-
-_pipname=Flask-Babel
-pkgbase=python-flask-babel
-pkgname=(python2-flask-babel python-flask-babel)
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Adds i18n/l10n support to Flask applications with the help of the 
Babel library."
-arch=(any)
-url="http://pypi.python.org/pypi/Flask-Babel";
-license=(BSD)
-makedepends=(python2-setuptools python-setuptools)
-source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";)
-sha256sums=('dd168adc3dc0c649fa9332229551d734c752194720b7001e7279332886f6fae7')
-
-prepare() {
-cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
-}
-
-package_python2-flask-babel() {
-  depends=(python2-flask python2-babel python2-pytz python2-speaklater 
python2-jinja)
-
-  cd python2-$_pipname-$pkgver
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_python-flask-babel() {
-  depends=(python-flask python-babel python-pytz python-speaklater 
python-jinja)
-
-  cd $_pipname-$pkgver 
-  python setup.py install --root="$pkgdir/" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}
-

Copied: python-flask-babel/repos/community-any/PKGBUILD (from rev 399003, 
python-flask-babel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 16:23:34 UTC (rev 399004)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Contributor: djanku 
+
+_pipname=Flask-Babel
+pkgbase=python-flask-babel
+pkgname=(python2-flask-babel python-flask-babel)
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="Adds i18n/l10n support to Flask applications with the help of the 
Babel library."
+arch=(any)
+url="http://pypi.python.org/pypi/Flask-Babel";
+license=(BSD)
+makedepends=(python2-setuptools python-setuptools)
+source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";)
+sha256sums=('316ad183e42003f3922957fa643d0a1e8e34a0f0301a88c3a8f605bc37ba5c86')
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-babel() {
+  depends=(python2-flask python2-babel python2-pytz python2-speaklater 
python2-jinja)
+
+  cd python2-$_pipname-$pkgver
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-flask-babel() {
+  depends=(python-flask python-babel python-pytz python-speaklater 
python-jinja)
+
+  cd $_pipname-$pkgver 
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+


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

2018-10-25 Thread Antonio Rojas via arch-commits
Date: Thursday, October 25, 2018 @ 16:22:58
  Author: arojas
Revision: 399003

Update to 0.12.2

Modified:
  python-flask-babel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 16:09:00 UTC (rev 399002)
+++ PKGBUILD2018-10-25 16:22:58 UTC (rev 399003)
@@ -4,7 +4,7 @@
 _pipname=Flask-Babel
 pkgbase=python-flask-babel
 pkgname=(python2-flask-babel python-flask-babel)
-pkgver=0.12.0
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="Adds i18n/l10n support to Flask applications with the help of the 
Babel library."
 arch=(any)
@@ -12,7 +12,7 @@
 license=(BSD)
 makedepends=(python2-setuptools python-setuptools)
 
source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";)
-sha256sums=('dd168adc3dc0c649fa9332229551d734c752194720b7001e7279332886f6fae7')
+sha256sums=('316ad183e42003f3922957fa643d0a1e8e34a0f0301a88c3a8f605bc37ba5c86')
 
 prepare() {
 cp -R $_pipname-$pkgver python2-$_pipname-$pkgver


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 16:09:00
  Author: felixonmars
Revision: 399002

archrelease: copy trunk to community-any

Added:
  python-lazy/repos/community-any/
  python-lazy/repos/community-any/PKGBUILD
(from rev 399001, python-lazy/trunk/PKGBUILD)

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

Copied: python-lazy/repos/community-any/PKGBUILD (from rev 399001, 
python-lazy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-25 16:09:00 UTC (rev 399002)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-lazy
+pkgver=1.3
+pkgrel=1
+pkgdesc="Lazy attributes for Python objects"
+url="https://github.com/stefanholek/lazy";
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stefanholek/lazy/archive/$pkgver.tar.gz";)
+sha512sums=('04f7560a327781076cffe2c9e104d2a282332cc48282ca35b792c921fe1c5bbe129b719c9b1fa612e2d163e304773f6ed6445ce2abd5bde06462117eb78ce0e2')
+
+build() {
+  cd lazy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lazy-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd lazy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 16:08:40
  Author: felixonmars
Revision: 399001

addpkg: python-lazy 1.3-1

Added:
  python-lazy/
  python-lazy/repos/
  python-lazy/trunk/
  python-lazy/trunk/PKGBUILD

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

Added: python-lazy/trunk/PKGBUILD
===
--- python-lazy/trunk/PKGBUILD  (rev 0)
+++ python-lazy/trunk/PKGBUILD  2018-10-25 16:08:40 UTC (rev 399001)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-lazy
+pkgver=1.3
+pkgrel=1
+pkgdesc="Lazy attributes for Python objects"
+url="https://github.com/stefanholek/lazy";
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stefanholek/lazy/archive/$pkgver.tar.gz";)
+sha512sums=('04f7560a327781076cffe2c9e104d2a282332cc48282ca35b792c921fe1c5bbe129b719c9b1fa612e2d163e304773f6ed6445ce2abd5bde06462117eb78ce0e2')
+
+build() {
+  cd lazy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lazy-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd lazy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD fix-crash.patch)

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 15:34:40
  Author: felixonmars
Revision: 398999

upgpkg: deepin-control-center 4.7.0-2

Added:
  deepin-control-center/trunk/fix-crash.patch
Modified:
  deepin-control-center/trunk/PKGBUILD

-+
 PKGBUILD|   12 +---
 fix-crash.patch |   27 +++
 2 files changed, 36 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 15:04:02 UTC (rev 398998)
+++ PKGBUILD2018-10-25 15:34:40 UTC (rev 398999)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-control-center
 pkgver=4.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-control-center";
@@ -17,9 +17,15 @@
 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=('f86c97ae232b4603cb1b9f87995733aca774cefcb73e57a5aaed06a5798d3813d7a6e8f2cb2cbb72129f2a064b390c1040996e436f0dc85f6c39aed8c326c92d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";
+fix-crash.patch)
+sha512sums=('f86c97ae232b4603cb1b9f87995733aca774cefcb73e57a5aaed06a5798d3813d7a6e8f2cb2cbb72129f2a064b390c1040996e436f0dc85f6c39aed8c326c92d'
+
'ee4d2ca70a5f418425fdc2eefe4286346d38d2685ac28c9dca490687c5d519442e9c5b5b45a4fdf747352d154f06fae9457a329bae3b4b1c39f8e584521526e0')
 
+prepare() {
+  patch -d dde-control-center-$pkgver -p1 -i ../fix-crash.patch
+}
+
 build() {
   cd dde-control-center-$pkgver
   qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES

Added: fix-crash.patch
===
--- fix-crash.patch (rev 0)
+++ fix-crash.patch 2018-10-25 15:34:40 UTC (rev 398999)
@@ -0,0 +1,27 @@
+commit b2e9a0b181aebef867f61eadf02dcb01950ef9d9
+Author: Felix Yan 
+Date:   Thu Oct 25 23:28:09 2018 +0800
+
+fix: immediate segfault when sys update is disabled
+
+m_navWidget and m_notifyWidget were placed under the macro check, which
+results in a segfault when later being added to m_pluginsLayout. Moving
+them out of the macro fixes it.
+
+Change-Id: Ie6bbca787763af778d6410414f4c4f26ab287ed0
+
+diff --git a/frame/mainwidget.cpp b/frame/mainwidget.cpp
+index 0ef70954..1871aa03 100644
+--- a/frame/mainwidget.cpp
 b/frame/mainwidget.cpp
+@@ -55,9 +55,9 @@ MainWidget::MainWidget(FrameContentWrapper *parent)
+ , m_currentTimeLbl(new QLabel)
+ , m_currentDateLbl(new QLabel)
+ , m_pluginsLayout(new QStackedLayout)
+-#ifndef DISABLE_SYS_UPDATE
+ , m_navWidget(new NavWidget(this))
+ , m_notifyWidget(new NotifyWidget(this))
++#ifndef DISABLE_SYS_UPDATE
+ , m_updateNotifier(new UpdateNotifier)
+ #endif
+ {


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

2018-10-25 Thread Felix Yan via arch-commits
Date: Thursday, October 25, 2018 @ 15:35:00
  Author: felixonmars
Revision: 399000

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 398999, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/fix-crash.patch
(from rev 398999, deepin-control-center/trunk/fix-crash.patch)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   70 +-
 fix-crash.patch |   27 
 2 files changed, 65 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 15:34:40 UTC (rev 398999)
+++ PKGBUILD2018-10-25 15:35:00 UTC (rev 399000)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.7.0
-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' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support')
-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=('f86c97ae232b4603cb1b9f87995733aca774cefcb73e57a5aaed06a5798d3813d7a6e8f2cb2cbb72129f2a064b390c1040996e436f0dc85f6c39aed8c326c92d')
-
-build() {
-  cd dde-control-center-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 398999, 
deepin-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 15:35:00 UTC (rev 399000)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.7.0
+pkgrel=2
+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' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support')
+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";
+fix-crash.patch)
+sha512sums=('f86c97ae232b4603cb1b9f87995733aca774cefcb73e57a5aaed06a5798d3813d7a6e8f2cb2cbb72129f2a064b390c1040996e436f0dc85f6c39aed8c326c92d'
+
'ee4d2ca70a5f418425fdc2eefe4286346d38d2685ac28c9dca490687c5d519442e9c5b5b45a4fdf747352d154f06fae9457a329bae3b4b1c39f8e584521526e0')
+
+prepare() {
+  patch -d dde-control-center-$pkgver -p1 -i ../fix-crash.patch
+}
+
+build() {
+  cd dde-control-center-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
+  make
+}
+
+package() {
+  cd dde-control-center-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-control-center/repos/community-x86_64/fix-crash.patch (from rev 
398999, deepin-control-center/trunk/fix-crash.patch)
===
--- fix-crash.patch (rev 0)
+++ fix-crash.patch 2018-10-25 15:35:00 UTC (rev 399000)
@@ -0,0 +1,27 @@
+commit b2e9a0b181aebef867f61eadf02dcb01950ef9d9
+Author: Felix Yan 
+Date:   Thu Oct 25 23:28:09 2018 +0800
+
+fix: immediate segfault when sys update is disabled
+
+m_navWidget and m_notifyWidget were placed under the macro check, which
+results in a segfault when later being added to m_pluginsLayout. Moving
+them out of the macro fixes it.
+
+Change-Id: Ie6bbca787763af778d6410414f4c4f26ab287ed0
+
+diff --git a/frame/mainwidget.cpp b/frame/mainwidget.cpp
+index 0ef70954..1871aa03 100644
+--- a/frame/mainwidget.cpp
 b/frame/mainwidget.cpp
+@@ -55,9 +55,9 @@ MainWidget::MainWidget(FrameContentWrapper *parent)
+ , m_currentTimeLbl(new QLabel)
+ , m_currentDateLbl(new QLabel)
+ , m_pluginsL

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

2018-10-25 Thread Christian Hesse via arch-commits
Date: Thursday, October 25, 2018 @ 15:22:07
  Author: eworm
Revision: 337294

upgpkg: recode 3.7.1-1

new upstream release

Modified:
  recode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 10:01:04 UTC (rev 337293)
+++ PKGBUILD2018-10-25 15:22:07 UTC (rev 337294)
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=recode
-pkgver=3.7
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="Converts files between various character sets and usages"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('python')
 
source=("https://github.com/rrthomas/recode/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('188ce229f01485ecd847b9c2828615c14611473efffbab04b5e2fe138f839e64')
+sha256sums=('da1195fce1d1c2887bc32108b4ef4ae09b7bcbe90e87f4f20390c20ca4832508')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-10-25 Thread Christian Hesse via arch-commits
Date: Thursday, October 25, 2018 @ 15:22:12
  Author: eworm
Revision: 337295

archrelease: copy trunk to testing-x86_64

Added:
  recode/repos/testing-x86_64/
  recode/repos/testing-x86_64/PKGBUILD
(from rev 337294, recode/trunk/PKGBUILD)

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

Copied: recode/repos/testing-x86_64/PKGBUILD (from rev 337294, 
recode/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-25 15:22:12 UTC (rev 337295)
@@ -0,0 +1,31 @@
+# Maintainer: Kevin Piche 
+# Contributor: Tom Newsom 
+
+pkgname=recode
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="Converts files between various character sets and usages"
+arch=('x86_64')
+url='https://github.com/rrthomas/recode'
+license=('GPL3' 'LGPL3')
+depends=('glibc')
+makedepends=('python')
+source=("https://github.com/rrthomas/recode/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('da1195fce1d1c2887bc32108b4ef4ae09b7bcbe90e87f4f20390c20ca4832508')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--infodir=/usr/share/info \
+--without-included-gettext
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


  1   2   3   >