[arch-commits] Commit in (flattr-icon-theme)

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 06:20:44
  Author: felixonmars
Revision: 265239

obsolete, removed

Deleted:
  flattr-icon-theme/


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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 06:18:42
  Author: felixonmars
Revision: 308881

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  python-cryptography/repos/extra-i686/PKGBUILD
(from rev 308880, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/extra-x86_64/PKGBUILD
(from rev 308880, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/extra-i686/PKGBUILD
  python-cryptography/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  110 
 extra-i686/PKGBUILD   |   55 
 extra-x86_64/PKGBUILD |   55 
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-03 06:18:00 UTC (rev 308880)
+++ extra-i686/PKGBUILD 2017-11-03 06:18:42 UTC (rev 308881)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
- 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
- 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
-  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
-  'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
-  'python-pytz' 'python2-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz";)
-sha512sums=('a5a1bf7ea60f172ae72816965a471be00ee092151c02d9d792579a4457cceddd181d5d95fb832752981f9bdd3cfb88a5d531562845b0b70f37b39fb0fbcafe85')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-  cd "$srcdir"/cryptography-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cryptography-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/cryptography-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/cryptography-$pkgver-python2
-  python2 setup.py pytest
-}
-
-package_python-cryptography() {
-  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
-
-  cd cryptography-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-cryptography() {
-  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
-   'python2-setuptools' 'python2-asn1crypto')
-
-  cd cryptography-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-i686/PKGBUILD (from rev 308880, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-03 06:18:42 UTC (rev 308881)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
+  'python-pytz' 'python2-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz";)
+sha512sums=('04b340550955ab177e3ca3b63ad39f903cee8ae12d3dee1039507e09b9257210ea4474265cb521b8f93a5ccda8dd829640ed04bc16bb7e3663651e64a5bbe8e3')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py pytest
+}
+
+package_python-cryptography() {
+  depends=('python-six' 'python-cffi' 'python-idna' 'pytho

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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 06:18:00
  Author: felixonmars
Revision: 308880

upgpkg: python-cryptography 2.1.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 03:59:34 UTC (rev 308879)
+++ PKGBUILD2017-11-03 06:18:00 UTC (rev 308880)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz";)
-sha512sums=('a5a1bf7ea60f172ae72816965a471be00ee092151c02d9d792579a4457cceddd181d5d95fb832752981f9bdd3cfb88a5d531562845b0b70f37b39fb0fbcafe85')
+sha512sums=('04b340550955ab177e3ca3b63ad39f903cee8ae12d3dee1039507e09b9257210ea4474265cb521b8f93a5ccda8dd829640ed04bc16bb7e3663651e64a5bbe8e3')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


[arch-commits] Commit in deepin-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 06:17:24
  Author: felixonmars
Revision: 265237

archrelease: copy trunk to community-any

Added:
  deepin-icon-theme/repos/community-any/PKGBUILD
(from rev 265236, deepin-icon-theme/trunk/PKGBUILD)
Deleted:
  deepin-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 06:16:58 UTC (rev 265236)
+++ PKGBUILD2017-11-03 06:17:24 UTC (rev 265237)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-icon-theme
-pkgver=15.12.49
-pkgrel=1
-pkgdesc="Deepin Icons"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-icon-theme";
-license=('GPL3')
-replaces=('deepin-cursor-theme')
-conflicts=('deepin-cursor-theme')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz";)
-sha512sums=('2094baf3067ff73bf106d8157668fe507e6fa9ae63de6dba6046f9b769d04f2355ccf07052b58863ec13bd6b0623d748989a80181dfacef26ba8b2ca50d895c8')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 265236, 
deepin-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 06:17:24 UTC (rev 265237)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=15.12.49
+pkgrel=2
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme";
+license=('GPL3')
+depends=('papirus-icon-theme')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz";)
+sha512sums=('2094baf3067ff73bf106d8157668fe507e6fa9ae63de6dba6046f9b769d04f2355ccf07052b58863ec13bd6b0623d748989a80181dfacef26ba8b2ca50d895c8')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 06:16:58
  Author: felixonmars
Revision: 265236

upgpkg: deepin-icon-theme 15.12.49-2

fix dependency on papirus-icon-theme

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 06:13:45 UTC (rev 265235)
+++ PKGBUILD2017-11-03 06:16:58 UTC (rev 265236)
@@ -5,11 +5,12 @@
 
 pkgname=deepin-icon-theme
 pkgver=15.12.49
-pkgrel=1
+pkgrel=2
 pkgdesc="Deepin Icons"
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-icon-theme";
 license=('GPL3')
+depends=('papirus-icon-theme')
 replaces=('deepin-cursor-theme')
 conflicts=('deepin-cursor-theme')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz";)


[arch-commits] Commit in (4 files)

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 06:13:17
  Author: felixonmars
Revision: 265234

addpkg: papirus-icon-theme 20171102-1

Added:
  papirus-icon-theme/
  papirus-icon-theme/repos/
  papirus-icon-theme/trunk/
  papirus-icon-theme/trunk/PKGBUILD

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

Added: papirus-icon-theme/trunk/PKGBUILD
===
--- papirus-icon-theme/trunk/PKGBUILD   (rev 0)
+++ papirus-icon-theme/trunk/PKGBUILD   2017-11-03 06:13:17 UTC (rev 265234)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20171102
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme";
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('8a8859e4237988317b9a528b3b0b2ddd1e877e00fe4dff949d9c307ec5307be8')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: papirus-icon-theme/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in papirus-icon-theme/repos (2 files)

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 06:13:45
  Author: felixonmars
Revision: 265235

archrelease: copy trunk to community-any

Added:
  papirus-icon-theme/repos/community-any/
  papirus-icon-theme/repos/community-any/PKGBUILD
(from rev 265234, papirus-icon-theme/trunk/PKGBUILD)

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

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 265234, 
papirus-icon-theme/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-11-03 06:13:45 UTC (rev 265235)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20171102
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme";
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('8a8859e4237988317b9a528b3b0b2ddd1e877e00fe4dff949d9c307ec5307be8')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 05:44:18
  Author: felixonmars
Revision: 265233

archrelease: copy trunk to community-any

Added:
  deepin-help/repos/community-any/PKGBUILD
(from rev 265232, deepin-help/trunk/PKGBUILD)
Deleted:
  deepin-help/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 05:43:26 UTC (rev 265232)
+++ PKGBUILD2017-11-03 05:44:18 UTC (rev 265233)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-help
-pkgver=15.4.8
-pkgrel=1
-pkgdesc='Help files for DDE'
-arch=('any')
-url="https://github.com/linuxdeepin/dde-help";
-license=('GPL3')
-depends=('deepin-manual')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-help/archive/$pkgver.tar.gz";)
-sha512sums=('9e764372016de3f472a8a4164db7e1a43f4b74a17e4f6baaac993c2fa83c4053717085dc06c3e307fe784ca5771abf41fadadde99a20bf1f08441f6113af14ae')
-
-package() {
-  cd dde-help-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-help/repos/community-any/PKGBUILD (from rev 265232, 
deepin-help/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 05:44:18 UTC (rev 265233)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-help
+pkgver=15.5
+pkgrel=1
+pkgdesc='Help files for DDE'
+arch=('any')
+url="https://github.com/linuxdeepin/dde-help";
+license=('GPL3')
+depends=('deepin-manual')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-help/archive/$pkgver.tar.gz";)
+sha512sums=('597a1138093541a5a9b8826ce1dab45645f6c841822ed5c955eb502157f4b995a948536dc110386908fc31fe38cf94eb8d56ebd47938129c0f5ca05f71cf9178')
+
+package() {
+  cd dde-help-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 05:43:26
  Author: felixonmars
Revision: 265232

upgpkg: deepin-help 15.5-1

Modified:
  deepin-help/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 05:20:15 UTC (rev 265231)
+++ PKGBUILD2017-11-03 05:43:26 UTC (rev 265232)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-help
-pkgver=15.4.8
+pkgver=15.5
 pkgrel=1
 pkgdesc='Help files for DDE'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('deepin-manual')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-help/archive/$pkgver.tar.gz";)
-sha512sums=('9e764372016de3f472a8a4164db7e1a43f4b74a17e4f6baaac993c2fa83c4053717085dc06c3e307fe784ca5771abf41fadadde99a20bf1f08441f6113af14ae')
+sha512sums=('597a1138093541a5a9b8826ce1dab45645f6c841822ed5c955eb502157f4b995a948536dc110386908fc31fe38cf94eb8d56ebd47938129c0f5ca05f71cf9178')
 
 package() {
   cd dde-help-$pkgver


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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 05:19:30
  Author: felixonmars
Revision: 265229

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-hakyll/repos/community-staging-i686/
  haskell-hakyll/repos/community-staging-i686/PKGBUILD
(from rev 265228, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 265228, haskell-hakyll/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 265228, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-03 05:19:30 UTC (rev 265229)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=71
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef28c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487')
+
+prepare() {
+sed -e 's/pandoc-citeproc  >= 0.10.5 && < 0.11,/pandoc-citeproc  
>= 0.10.5,/' \
+-e 's/process  >= 1.0&& < 1.6,/process  >= 
1.0,/' \
+-e 's/time >= 1.4&& < 1.8,/time >= 
1.4,/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
265228, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-03 05:19:30 UTC (rev 265229)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=71
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell

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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 05:18:51
  Author: felixonmars
Revision: 265228

upgpkg: haskell-hakyll 4.9.8.0-71

rebuild with pandoc-citeproc,0.11.1.3

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 05:14:28 UTC (rev 265227)
+++ PKGBUILD2017-11-03 05:18:51 UTC (rev 265228)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.8.0
-pkgrel=70
+pkgrel=71
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 05:13:51
  Author: felixonmars
Revision: 265226

upgpkg: pandoc-citeproc 0.11.1.3-1

rebuild with pandoc-citeproc,0.11.1.3

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 05:11:55 UTC (rev 265225)
+++ PKGBUILD2017-11-03 05:13:51 UTC (rev 265226)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc-citeproc
-pkgver=0.11.1.2
-pkgrel=2
+pkgver=0.11.1.3
+pkgrel=1
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("custom:BSD3")
@@ -18,7 +18,7 @@
 replaces=('haskell-pandoc-citeproc')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
-sha512sums=('1823691f592f7b3e8b2e65f10f267c5cc4f854a40a647a4568ed3a6a8eb8f8417b73a6a56a67ccff2988bbd41dd7f05edfc899c895f5c4438537a2c2272c10a8')
+sha512sums=('efb5f70f4bf4b9530c9c19697a5596c9abcc6ed1125139bf052f940777b939ffb30238acef514ce685451c5a01e6b43e0eab01e0a68ddc9a46799c6455d2cea2')
 
 build() {
 cd "${srcdir}/$pkgname-${pkgver}"


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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 05:14:28
  Author: felixonmars
Revision: 265227

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 265226, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-03 05:14:28 UTC (rev 265227)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.11.1.3
+pkgrel=1
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec" "haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('efb5f70f4bf4b9530c9c19697a5596c9abcc6ed1125139bf052f940777b939ffb30238acef514ce685451c5a01e6b43e0eab01e0a68ddc9a46799c6455d2cea2')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
265226, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-03 05:14:28 UTC (rev 265227)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.11.1.3
+pkgrel=1
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec" "haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('efb5f70f4bf4b9530c9c19697a5596c9abcc6ed1125139bf052f940777b939ffb30238acef514ce685451c5a01e6b43e0eab01e0a68ddc9a46799c6455d2cea2')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --li

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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 05:11:55
  Author: felixonmars
Revision: 265225

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 05:11:24 UTC (rev 265224)
+++ PKGBUILD2017-11-03 05:11:55 UTC (rev 265225)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
-sha512sums=('45e49bb6bfa60b1bc78b09021c23c7180a2a7ff1f5bab317a9538a09af14e61b07b13d8fbef1ac0bc09acd7deae7b2a5c35b9869426dfa9494422033107a9f31')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 265224, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 05:11:55 UTC (rev 265225)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
+sha512sums=('d061c67551c7f877fd7b046ab8164fd01f73f8b013f257817a4e85177f0b8b1782

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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 05:11:24
  Author: felixonmars
Revision: 265224

upgpkg: python-hypothesis 3.34.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 05:07:26 UTC (rev 265223)
+++ PKGBUILD2017-11-03 05:11:24 UTC (rev 265224)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
-sha512sums=('45e49bb6bfa60b1bc78b09021c23c7180a2a7ff1f5bab317a9538a09af14e61b07b13d8fbef1ac0bc09acd7deae7b2a5c35b9869426dfa9494422033107a9f31')
+sha512sums=('d061c67551c7f877fd7b046ab8164fd01f73f8b013f257817a4e85177f0b8b1782d333d79b492e07771ecdb54ca4451fbcc6271cae19f9a9040160cc45db0644')
 
 prepare() {
   # Make tests faster


[arch-commits] Commit in python-cryptography-vectors/repos/community-any (2 files)

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 05:07:26
  Author: felixonmars
Revision: 265223

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 265222, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 05:06:53 UTC (rev 265222)
+++ PKGBUILD2017-11-03 05:07:26 UTC (rev 265223)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography-vectors";
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
-sha512sums=('e12c52b501e3f9974237e6b02b79e602e1c44c97928304560c9d68beca68be07acf2bb3cfe111d1cb0357ad0b9e458fec241463e63ec65fb223b65e1dbbeedaa')
-
-prepare() {
-   cp -a cryptography_vectors-$pkgver{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root="$pkgdir" --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
265222, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 05:07:26 UTC (rev 265223)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography-vectors";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
+sha512sums=('09b7040bc5ef0d0c888ac3dadc325e76c8156f3b6aedba1298a07156471ce08f093ff953be413a9dde66d7db9d2c8ae22d0f94e323d961a0eb99fdb022f166ee')
+
+prepare() {
+   cp -a cryptography_vectors-$pkgver{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root="$pkgdir" --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-11-02 Thread Felix Yan
Date: Friday, November 3, 2017 @ 05:06:53
  Author: felixonmars
Revision: 265222

upgpkg: python-cryptography-vectors 2.1.3-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 02:16:22 UTC (rev 265221)
+++ PKGBUILD2017-11-03 05:06:53 UTC (rev 265222)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/cryptography-vectors";
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
-sha512sums=('e12c52b501e3f9974237e6b02b79e602e1c44c97928304560c9d68beca68be07acf2bb3cfe111d1cb0357ad0b9e458fec241463e63ec65fb223b65e1dbbeedaa')
+sha512sums=('09b7040bc5ef0d0c888ac3dadc325e76c8156f3b6aedba1298a07156471ce08f093ff953be413a9dde66d7db9d2c8ae22d0f94e323d961a0eb99fdb022f166ee')
 
 prepare() {
cp -a cryptography_vectors-$pkgver{,-python2}


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

2017-11-02 Thread Andreas Radke
Date: Friday, November 3, 2017 @ 03:58:23
  Author: andyrtr
Revision: 308878

upgpkg: libreoffice-still 5.3.7-4

upstream update 5.3.7

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 20:14:51 UTC (rev 308877)
+++ PKGBUILD2017-11-03 03:58:23 UTC (rev 308878)
@@ -11,8 +11,8 @@
 
 pkgbase=libreoffice-still
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
-_LOver=5.3.6.1
-pkgver=5.3.6
+_LOver=5.3.7.2
+pkgver=5.3.7
 pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL3')
@@ -99,11 +99,11 @@
976734806026a4ef8bdd17937c8898b9-icu4c-57_1-src.tgz
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('ffaac1c443b218c75dc1188072b35c8f5954a8873212f56e048e957d323c6a08'
+sha256sums=('c3d7ceecdf4d97dfd2ed748c4479152a1c9b8c879587a63a4f403209aed6ee7c'
 'SKIP'
-'254d9d8a5614e1a85aed3c90c8f9e48a4cfc70e8d52c1d3bee96344f04a5d479'
+'f65e68322c50c52382093153ef0753852dde97962e63c1426256a05ce007ae2c'
 'SKIP'
-'91bc98634c6f22c03328da02becb426aaae6bfa526fa49e0692dfb79c7606e57'
+'8d699ac0369cbf2ca975f0341202ff7ea637bf18a729bd77fc440452d8e6dab8'
 'SKIP'
 '686a989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b'
 '41d463d16c9894cd3317098d027c038039c6d896b9cbb9bad9c4e29959e10e9f'


[arch-commits] Commit in libreoffice-still/repos (24 files)

2017-11-02 Thread Andreas Radke
Date: Friday, November 3, 2017 @ 03:59:34
  Author: andyrtr
Revision: 308879

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libreoffice-still/repos/extra-i686/PKGBUILD
(from rev 308878, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-i686/libreoffice-still.csh
(from rev 308878, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-i686/libreoffice-still.sh
(from rev 308878, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 308878, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-still/repos/extra-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 308878, 
libreoffice-still/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-still/repos/extra-i686/update_liborcus_to_0.11.0.diff
(from rev 308878, libreoffice-still/trunk/update_liborcus_to_0.11.0.diff)
  libreoffice-still/repos/extra-x86_64/PKGBUILD
(from rev 308878, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
(from rev 308878, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
(from rev 308878, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 308878, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-still/repos/extra-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 308878, 
libreoffice-still/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-still/repos/extra-x86_64/update_liborcus_to_0.11.0.diff
(from rev 308878, libreoffice-still/trunk/update_liborcus_to_0.11.0.diff)
Deleted:
  libreoffice-still/repos/extra-i686/PKGBUILD
  libreoffice-still/repos/extra-i686/libreoffice-still.csh
  libreoffice-still/repos/extra-i686/libreoffice-still.sh
  
libreoffice-still/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-still/repos/extra-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
  libreoffice-still/repos/extra-i686/update_liborcus_to_0.11.0.diff
  libreoffice-still/repos/extra-x86_64/PKGBUILD
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
  
libreoffice-still/repos/extra-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
  libreoffice-still/repos/extra-x86_64/update_liborcus_to_0.11.0.diff

--+
 /PKGBUILD|  
750 +
 /libreoffice-still.csh   |   
12 
 /libreoffice-still.sh|   
12 
 /make-pyuno-work-with-system-wide-module-install.diff|   
36 
 /remove_unnecessary_orcus_external_usage_from_makefiles.diff |  
248 
 /update_liborcus_to_0.11.0.diff  | 
3966 ++
 extra-i686/PKGBUILD  |  
375 
 extra-i686/libreoffice-still.csh |
6 
 extra-i686/libreoffice-still.sh  |
6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff  |   
18 
 extra-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff   |  
124 
 extra-i686/update_liborcus_to_0.11.0.diff| 
1983 -
 extra-x86_64/PKGBUILD|  
375 
 extra-x86_64/libreoffice-still.csh   |
6 
 extra-x86_64/libreoffice-still.sh|
6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff|   
18 
 extra-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff |  
124 
 extra-x86_64/update_liborcus_to_0.11.0.diff  | 
1983 -
 18 files changed, 5024 insertions(+), 5024 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 308878:308879 to see the changes.


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

2017-11-02 Thread Johannes Löthberg
Date: Friday, November 3, 2017 @ 02:16:22
  Author: demize
Revision: 265221

db-move: moved rust from [community-testing] to [community] (i686, x86_64)

Added:
  
rust/repos/community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
(from rev 265220, 
rust/repos/community-testing-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch)
  rust/repos/community-i686/PKGBUILD
(from rev 265220, rust/repos/community-testing-i686/PKGBUILD)
  rust/repos/community-i686/bootstrap-config.toml
(from rev 265220, rust/repos/community-testing-i686/bootstrap-config.toml)
  
rust/repos/community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
(from rev 265220, 
rust/repos/community-testing-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch)
  rust/repos/community-x86_64/PKGBUILD
(from rev 265220, rust/repos/community-testing-x86_64/PKGBUILD)
  rust/repos/community-x86_64/bootstrap-config.toml
(from rev 265220, rust/repos/community-testing-x86_64/bootstrap-config.toml)
Deleted:
  
rust/repos/community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
  rust/repos/community-i686/PKGBUILD
  rust/repos/community-i686/bootstrap-config.toml
  rust/repos/community-testing-i686/
  rust/repos/community-testing-x86_64/
  
rust/repos/community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
  rust/repos/community-x86_64/PKGBUILD
  rust/repos/community-x86_64/bootstrap-config.toml

---+
 /0001-librustc_llvm-build-Force-link-against-libffi.patch |   
64 
 /PKGBUILD |  
150 ++
 /bootstrap-config.toml|   
42 ++
 community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch   |   
32 --
 community-i686/PKGBUILD   |   
78 -
 community-i686/bootstrap-config.toml  |   
27 -
 community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch |   
32 --
 community-x86_64/PKGBUILD |   
78 -
 community-x86_64/bootstrap-config.toml|   
27 -
 9 files changed, 256 insertions(+), 274 deletions(-)

Deleted: community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
===
--- community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
2017-11-02 23:57:48 UTC (rev 265220)
+++ community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
2017-11-03 02:16:22 UTC (rev 265221)
@@ -1,32 +0,0 @@
-From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Thu, 20 Jul 2017 23:07:01 +0200
-Subject: [PATCH] librustc_llvm/build: Force link against libffi
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
-turned out to take quite a bit of effort, so force libffi linking in
-here for now.
-
-Signed-off-by: Johannes Löthberg 

- src/librustc_llvm/build.rs | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
-index 3f0f536960..7dc0c40c9d 100644
 a/src/librustc_llvm/build.rs
-+++ b/src/librustc_llvm/build.rs
-@@ -220,6 +220,7 @@ fn main() {
- };
- println!("cargo:rustc-link-lib={}={}", kind, name);
- }
-+println!("cargo:rustc-link-lib=dylib=ffi");
- 
- // LLVM ldflags
- //
--- 
-2.13.3
-

Copied: 
rust/repos/community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
 (from rev 265220, 
rust/repos/community-testing-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch)
===
--- community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
(rev 0)
+++ community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
2017-11-03 02:16:22 UTC (rev 265221)
@@ -0,0 +1,32 @@
+From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Thu, 20 Jul 2017 23:07:01 +0200
+Subject: [PATCH] librustc_llvm/build: Force link against libffi
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
+turned out to take quite a bit of effort, so force libffi linking in
+here for now.
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/librustc_llvm/build.rs | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
+index 3f0f536960..7dc0c40c9d 100644
+--- a/src/li

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

2017-11-02 Thread Daniel Micay
Date: Thursday, November 2, 2017 @ 23:57:05
  Author: thestinger
Revision: 265219

upgpkg: linux-hardened 4.13.11.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 22:05:21 UTC (rev 265218)
+++ PKGBUILD2017-11-02 23:57:05 UTC (rev 265219)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.13
-_pkgver=4.13.10
+_pkgver=4.13.11
 pkgver=$_pkgver.a
 pkgrel=1
 arch=('x86_64')
@@ -29,7 +29,7 @@
 
 sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
-'b9efa9c6375f79f6a041a5f0666d4ced1a49bfe8c4662d26517a6b4cfd9bf2f6'
+'f5fb017ee531dc35e3462ccb2d244d4fdc8ac6df9cd3337aa6df2ffc280b1bd6'
 'SKIP'
 'dd230cdc25a5ebaf45a91b57e03696b6af8fb2c02ccb826a12a7fc0f28c58857'
 'SKIP'


[arch-commits] Commit in linux-hardened/repos/community-x86_64 (10 files)

2017-11-02 Thread Daniel Micay
Date: Thursday, November 2, 2017 @ 23:57:48
  Author: thestinger
Revision: 265220

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 265219, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 265219, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 265219, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 265219, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 265219, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/community-x86_64/90-linux.hook
  linux-hardened/repos/community-x86_64/PKGBUILD
  linux-hardened/repos/community-x86_64/config.x86_64
  linux-hardened/repos/community-x86_64/linux.install
  linux-hardened/repos/community-x86_64/linux.preset

---+
 90-linux.hook |   22 
 PKGBUILD  |  590 +-
 config.x86_64 |16326 
 linux.install |   54 
 linux.preset  |   28 
 5 files changed, 8510 insertions(+), 8510 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 265219:265220 to see the changes.


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

2017-11-02 Thread Kyle Keen
Date: Thursday, November 2, 2017 @ 22:05:21
  Author: kkeen
Revision: 265218

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 265217, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-02 22:04:56 UTC (rev 265217)
+++ PKGBUILD2017-11-02 22:05:21 UTC (rev 265218)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor : Douglas Soares de Andrade 
-
-pkgname=ipython
-pkgver=6.2.1
-pkgrel=1
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="http://ipython.org";
-license=('BSD')
-depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
- 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit')
-makedepends=('python-setuptools')
-optdepends=("python-nose: for IPython's test suite")
-
-source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz";
-
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip";
-
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png";)
-md5sums=('fe8704b6b28c05cf608e0747a7c983ec'
- 'f9c1fab00fd981be588fc32759f474e3'
- '2901d65f1b1fe354e72850085cd1c072')
-
-# confirm that an update does not break sage?
-
-prepare() {
-  cd "$srcdir"
-
-  # python 3.5 does not need a 3.3 backport hack
-  cd "$srcdir/ipython-$pkgver"
-  sed -i 's|backports.shutil_get_terminal_size|shutil|' 
IPython/utils/terminal.py
-}
-
-build() {
-  cd "$srcdir"
-}
-
-package() {
-  cd "$srcdir/ipython-$pkgver"
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/simplegeneric-0.8.1"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipython-$pkgver"
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
-  # FS#47046
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
-
-  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
-  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
-}
-

Copied: ipython/repos/community-any/PKGBUILD (from rev 265217, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-02 22:05:21 UTC (rev 265218)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+
+pkgname=ipython
+pkgver=6.2.1
+pkgrel=2
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="http://ipython.org";
+license=('BSD')
+depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
+ 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
+ 'python-jedi' 'python-pygments')
+makedepends=('python-setuptools')
+optdepends=("python-nose: for IPython's test suite")
+
+source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz";
+
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip";
+
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png";)
+md5sums=('fe8704b6b28c05cf608e0747a7c983ec'
+ 'f9c1fab00fd981be588fc32759f474e3'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# confirm that an update does not break sage?
+
+prepare() {
+  cd "$srcdir"
+
+  # python 3.5 does not need a 3.3 backport hack
+  cd "$srcdir/ipython-$pkgver"
+  sed -i 's|backports.shutil_get_terminal_size|shutil|' 
IPython/utils/terminal.py
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  cd "$srcdir/ipython-$pkgver"
+
+  # see https://github.com/ipython/ipython/issues/2057
+  #export LC_ALL=en_US.UTF-8
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/simplegeneric-0.8.1"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipython-$pkgver"
+  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
+
+ 

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

2017-11-02 Thread Kyle Keen
Date: Thursday, November 2, 2017 @ 22:04:56
  Author: kkeen
Revision: 265217

upgpkg: ipython 6.2.1-2  FS#56200

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 19:44:53 UTC (rev 265216)
+++ PKGBUILD2017-11-02 22:04:56 UTC (rev 265217)
@@ -7,13 +7,14 @@
 
 pkgname=ipython
 pkgver=6.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="http://ipython.org";
 license=('BSD')
 depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
- 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit')
+ 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
+ 'python-jedi' 'python-pygments')
 makedepends=('python-setuptools')
 optdepends=("python-nose: for IPython's test suite")
 


[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (PKGBUILD PKGBUILD)

2017-11-02 Thread Jan Steffens
Date: Thursday, November 2, 2017 @ 20:14:51
  Author: heftig
Revision: 308877

archrelease: copy trunk to extra-any

Added:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 308876, gnome-shell-extensions/trunk/PKGBUILD)
Deleted:
  gnome-shell-extensions/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-02 20:14:22 UTC (rev 308876)
+++ PKGBUILD2017-11-02 20:14:51 UTC (rev 308877)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-shell-extensions
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Extensions for GNOME shell, including classic mode"
-url="https://wiki.gnome.org/Projects/GnomeShell/Extensions";
-arch=(any)
-license=(GPL)
-depends=(gnome-shell)
-makedepends=(intltool git gnome-common)
-optdepends=('nautilus: gnome-classic session')
-groups=(gnome)
-_commit=726be0692ee368767f87de6a5684d7e525b35df9  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-shell-extensions#commit=$_commit";
-"git+https://git.gnome.org/browse/gnome-shell-sass";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.data/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 308876, 
gnome-shell-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-02 20:14:51 UTC (rev 308877)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-shell-extensions
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+url="https://wiki.gnome.org/Projects/GnomeShell/Extensions";
+arch=(any)
+license=(GPL)
+depends=(gnome-shell)
+makedepends=(intltool git gnome-common)
+optdepends=('nautilus: gnome-classic session')
+groups=(gnome)
+_commit=057e5bb0c1bf1dd47252e3641996541fc6a4ef68  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-shell-extensions#commit=$_commit";
+"git+https://git.gnome.org/browse/gnome-shell-sass";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.data/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-shell/repos (8 files)

2017-11-02 Thread Jan Steffens
Date: Thursday, November 2, 2017 @ 20:14:22
  Author: heftig
Revision: 308876

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 308875, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 308875, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 308875, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 308875, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  126 +
 /nm-libexecdir.patch |   24 +++
 extra-i686/PKGBUILD  |   63 --
 extra-i686/nm-libexecdir.patch   |   12 ---
 extra-x86_64/PKGBUILD|   63 --
 extra-x86_64/nm-libexecdir.patch |   12 ---
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-02 20:12:38 UTC (rev 308875)
+++ extra-i686/PKGBUILD 2017-11-02 20:14:22 UTC (rev 308876)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell";
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter 
nm-connection-editor
- unzip gstreamer)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-_commit=fd103ff7030402503ab60b68b5b35c145c491d63  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit";
-"git+https://git.gnome.org/browse/libgnome-volume-control";
-"git+https://git.gnome.org/browse/gnome-shell-sass";
-nm-libexecdir.patch)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  # Move the plugin to our custom epihpany-only dir
-  sed -i "s/'mozilla'/'epiphany'/g" meson.build
-
-  git submodule init
-  git config --local submodule.src/gvc.url "$srcdir/libgnome-volume-control"
-  git config --local submodule.data/theme/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
-  git submodule update
-}
-  
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable-documentation=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-  # Must exist; FS#37412
-  mkdir "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 308875, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-02 20:14:22 UTC (rev 308876)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell";
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
nm-connection-editor
+ unzip gstreamer)
+makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+_commit=6dd973be1228d7a68dde1a504f2974e62efcc76b  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit";
+"git+https://git.gnome.org/browse/libgnome-volume-control";
+"git+https://git.gnome.org/browse/gnome-shell-sass";
+nm-libexecdir.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+
+  # FS#30747 FS#32730 Problems due to libexecdir different from NM
+  patch -Np1 -i ../nm-libexecdir.patch
+
+  # Move the plugin to our custom epihpany-only dir
+  sed -i "s/'mozilla

[arch-commits] Commit in mutter/repos (8 files)

2017-11-02 Thread Jan Steffens
Date: Thursday, November 2, 2017 @ 20:12:38
  Author: heftig
Revision: 308875

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mutter/repos/extra-i686/PKGBUILD
(from rev 308874, mutter/trunk/PKGBUILD)
  mutter/repos/extra-i686/startup-notification.patch
(from rev 308874, mutter/trunk/startup-notification.patch)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 308874, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/startup-notification.patch
(from rev 308874, mutter/trunk/startup-notification.patch)
Deleted:
  mutter/repos/extra-i686/PKGBUILD
  mutter/repos/extra-i686/startup-notification.patch
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/startup-notification.patch

-+
 /PKGBUILD   |  114 ++
 /startup-notification.patch |   90 +++
 extra-i686/PKGBUILD |   57 ---
 extra-i686/startup-notification.patch   |   45 ---
 extra-x86_64/PKGBUILD   |   57 ---
 extra-x86_64/startup-notification.patch |   45 ---
 6 files changed, 204 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-02 20:10:11 UTC (rev 308874)
+++ extra-i686/PKGBUILD 2017-11-02 20:12:38 UTC (rev 308875)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.26.1+30+g918731421
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://git.gnome.org/browse/mutter";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
- libcanberra startup-notification zenity libsm gnome-desktop upower
- libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire)
-makedepends=(intltool gobject-introspection git gnome-common)
-groups=(gnome)
-options=(!emptydirs)
-_commit=91873142165f44234cc6d20d0202408fb36bef51  # gnome-3-26
-source=("git+https://git.gnome.org/browse/mutter#commit=$_commit";
-startup-notification.patch)
-sha256sums=('SKIP'
-'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/51940
-  patch -Np1 -i ../startup-notification.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum \
-  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
-  -i {.,cogl,clutter}/libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: mutter/repos/extra-i686/PKGBUILD (from rev 308874, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-02 20:12:38 UTC (rev 308875)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire)
+makedepends=(intltool gobject-introspection git gnome-common)
+groups=(gnome)
+options=(!emptydirs)
+_commit=17e5cd8c46434c030037664242a44d8c67774e70  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/mutter#commit=$_commit";
+startup-notification.patch)
+sha256sums=('SKIP'
+'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/51940
+  patch -Np1 -i ../startup-notification.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum \
+  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
+  -i {.,cogl,clutter}/libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Del

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

2017-11-02 Thread Jan Steffens
Date: Thursday, November 2, 2017 @ 20:10:11
  Author: heftig
Revision: 308874

3.26.2-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 20:08:16 UTC (rev 308873)
+++ PKGBUILD2017-11-02 20:10:11 UTC (rev 308874)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.26.1+30+g918731421
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter";
@@ -16,7 +16,7 @@
 makedepends=(intltool gobject-introspection git gnome-common)
 groups=(gnome)
 options=(!emptydirs)
-_commit=91873142165f44234cc6d20d0202408fb36bef51  # gnome-3-26
+_commit=17e5cd8c46434c030037664242a44d8c67774e70  # tags/3.26.2^0
 source=("git+https://git.gnome.org/browse/mutter#commit=$_commit";
 startup-notification.patch)
 sha256sums=('SKIP'


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

2017-11-02 Thread Jan Steffens
Date: Thursday, November 2, 2017 @ 20:08:16
  Author: heftig
Revision: 308873

3.26.2-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 20:08:13 UTC (rev 308872)
+++ PKGBUILD2017-11-02 20:08:16 UTC (rev 308873)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell";
@@ -17,7 +17,7 @@
 optdepends=('gnome-control-center: System settings'
 'evolution-data-server: Evolution calendar integration')
 groups=(gnome)
-_commit=fd103ff7030402503ab60b68b5b35c145c491d63  # gnome-3-26
+_commit=6dd973be1228d7a68dde1a504f2974e62efcc76b  # tags/3.26.2^0
 source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit";
 "git+https://git.gnome.org/browse/libgnome-volume-control";
 "git+https://git.gnome.org/browse/gnome-shell-sass";


[arch-commits] Commit in gnome-shell-extensions/trunk (PKGBUILD)

2017-11-02 Thread Jan Steffens
Date: Thursday, November 2, 2017 @ 20:08:13
  Author: heftig
Revision: 308872

3.26.2-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 19:57:16 UTC (rev 308871)
+++ PKGBUILD2017-11-02 20:08:13 UTC (rev 308872)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-shell-extensions
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions";
@@ -12,7 +12,7 @@
 makedepends=(intltool git gnome-common)
 optdepends=('nautilus: gnome-classic session')
 groups=(gnome)
-_commit=726be0692ee368767f87de6a5684d7e525b35df9  # tags/3.26.1^0
+_commit=057e5bb0c1bf1dd47252e3641996541fc6a4ef68  # tags/3.26.2^0
 
source=("git+https://git.gnome.org/browse/gnome-shell-extensions#commit=$_commit";
 "git+https://git.gnome.org/browse/gnome-shell-sass";)
 sha256sums=('SKIP'


[arch-commits] Commit in linux-zen/repos (14 files)

2017-11-02 Thread Jan Steffens
Date: Thursday, November 2, 2017 @ 19:57:16
  Author: heftig
Revision: 308871

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/90-linux.hook
(from rev 308870, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 308870, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/config.i686
(from rev 308870, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 308870, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 308870, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 308870, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/90-linux.hook
(from rev 308870, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 308870, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config.i686
(from rev 308870, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 308870, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 308870, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 308870, linux-zen/trunk/linux.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  249 +
 testing-i686/config.i686 | 8673 +
 testing-i686/config.x86_64   | 8412 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  249 +
 testing-x86_64/config.i686   | 8673 +
 testing-x86_64/config.x86_64 | 8412 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 34772 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 308870:308871 to see the changes.


[arch-commits] Commit in libreoffice-still-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2017-11-02 Thread Andreas Radke
Date: Thursday, November 2, 2017 @ 19:48:53
  Author: andyrtr
Revision: 308870

archrelease: copy trunk to extra-any

Added:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD
(from rev 308869, libreoffice-still-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1066 ++---
 1 file changed, 533 insertions(+), 533 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-02 19:43:55 UTC (rev 308869)
+++ PKGBUILD2017-11-02 19:48:53 UTC (rev 308870)
@@ -1,533 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=libreoffice-still-i18n
-
-pkgver=5.3.6
-pkgrel=1
-_rcver=${pkgver}.1
-#_oodlver=${pkgver}.0.beta1
-_oodlver=${pkgver}
-
-arch=('any')
-url="http://www.documentfoundation.org";
-license=('LGPL')
-
-#https://download.documentfoundation.org/mirrors/all.html
-_url="https://download.documentfoundation.org/libreoffice/stable";
-#_url="https://download.documentfoundation.org/libreoffice/testing";
-#_url="https://dev-builds.libreoffice.org/pre-releases";
-#_url="https://www.libreoffice.org/download/pre-releases";
-
-#_url+="/${pkgver}-rc2/rpm/x86"
-_url+="/${pkgver}/rpm/x86"
-#_url+="/rpm/x86"
-
-_languages=(
-  'af"Afrikaans"'
-  'am"Amharic"'
-  'ar"Arabic"'
-  'as"Assamese (India)"'
-  'ast   "Asturianu"'
-  'be"Belarusian"'
-  'bg"Bulgarian"'
-  'bn"Bengali"'
-  'bn-IN "Bengali (India)"'
-  'bo"Tibetan"'
-  'br"Breton"'
-  'brx   "Bodo"'
-  'bs"Bosnian"'
-  'ca"Catalan"'
-  'ca-valencia   "Catalan (Valencia)"'
-  'cs"Czech"'
-  'cy"Welsh"'
-  'da"Danish"'
-  'de"German"'
-  'dgo   "Dogri"'
-  'dz"Dzongkha"'
-  'el"Greek"'
-  'en-GB "English (GB)"'
-  'en-ZA "English (ZA)"'
-  'eo"Esperanto"'
-  'es"Spanish"'
-  'et"Estonian"'
-  'eu"Basque"'
-  'fa"Persian"'
-  'fi"Finnish"'
-  'fr"French"'
-  'ga"Irish"'
-  'gd"Gaelic (Scottish)"'
-  'gl"Galician"'
-  'gu"Gujarati"'
-  'he"Hebrew"'
-  'hi"Hindi"'
-  'hr"Croatian"'
-  'hu"Hungarian"'
-  'id"Indonesian"'
-  'is"Icelandic"'
-  'it"Italian"'
-  'ja"Japanese"'
-  'ka"Georgian"'
-  'kk"Kazakh"'
-  'km"Khmer (Cambodia)"'
-  'kmr-Latn  "Kurdish"'
-  'kn"Kannada"'
-  'ko"Korean"'
-  'kok   "Konkani"'
-  'ks"Kashmiri"'
-  'lb"Luxembourgish"'
-  'lo"Lao"'
-  'lt"Lithuanian"'
-  'lv"Latvian"'
-  'mai   "Maithili"'
-  'mk"Macedonian"'
-  'ml"Malayalam"'
-  'mn"Mongolian"'
-  'mni   "Manipuri"'
-  'mr"Marathi"'
-  'my"Burmese"'
-  'nb"Norwegian Bokmal"'
-  'ne"Nepali"'
-  'nl"Dutch"'
-  'nn"Norwegian Nynorsk"'
-  'nr"Ndebele (South)"'
-  'nso   "Northern Sotho"'
-  'oc"Occitan"'
-  'om"Oromo"'
-  'or"Oriya"'
-  'pa-IN "Punjabi (India)"'
-  'pl"Polish"'
-  'pt"Portuguese"'
-  'pt-BR "Portuguese (Brasil)"'
-  'ro"Romanian"'
-  'ru"Russian"'
-  'rw"Kinyarwanda"'
-  'sa-IN "Sanskrit (India)"'
-  'sat   "Santali"'
-  'sd"Sindhi"'
-  'si"Singhalese"'
-  'sid   "Sidama"'
-  'sk"Slovak"'
-  'sl"Slovenian"'
-  'sq"Albanien"'
-  'sr"Serbian"'
-  'sr-Latn   "Serbian (Latin)"'
-  'ss"Swati"'
-  'st"Southern Sotho"'
-  'sv"Swedish"'
-  'sw-TZ "Swahili (Tanzania)"'
-  'ta"Tamil"'
-  'te"Telugu"'
-  'tg"Tajik"'
-  'th"Thai"'
-  'tn"Tswana"'
-  'tr"Turkish"'
-  'ts"Tsonga"'
-  'tt"Tatar"'
-  'ug"Uighur"'
-  'uk"Ukrainian"'
-  'uz"Uzbek"'
-  've"Venda"'
-  'vi"Vietnamese"'
-  'xh"Xhosa"'
-  'zh-CN "Chinese (simplified)"'
-  'zh-TW "Chinese (traditional)"'
-  'zu"Zulu"'
-)
-validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('52c8063b37697d2f45618b2c60482d79aff7e7cc16ec64c8b2e4d2c4074c2b80'
-'SKIP'
-'2ff0723bf4ec9e622f7e5c7be83fbe2f547a5a64b90fcfd0b6330e8ea392cfdd'
-'SKIP'
-   

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

2017-11-02 Thread Johannes Löthberg
Date: Thursday, November 2, 2017 @ 19:44:53
  Author: demize
Revision: 265216

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pynacl/repos/community-i686/PKGBUILD
(from rev 265215, python-pynacl/trunk/PKGBUILD)
  python-pynacl/repos/community-x86_64/PKGBUILD
(from rev 265215, python-pynacl/trunk/PKGBUILD)
Deleted:
  python-pynacl/repos/community-i686/PKGBUILD
  python-pynacl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  108 
 community-i686/PKGBUILD   |   54 --
 community-x86_64/PKGBUILD |   54 --
 3 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-02 19:44:31 UTC (rev 265215)
+++ community-i686/PKGBUILD 2017-11-02 19:44:53 UTC (rev 265216)
@@ -1,54 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgbase=python-pynacl
-pkgname=(python-pynacl python2-pynacl)
-pkgver=1.1.2
-pkgrel=2
-
-pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
-url='https://pypi.python.org/pypi/PyNaCl'
-arch=('i686' 'x86_64')
-license=('Apache')
-
-depends=('libsodium')
-makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
- 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
-
-source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz";)
-
-sha512sums=('2fb186fca3ebdf3824b4a2517056124901cf81f0c6cfce3e46abf0e44a801150dfd68a08627f1c7cd9b115a67b1ed0802d21140cd79d700803cc409d1e1e9857')
-
-prepare() {
-   cp -a PyNaCl-$pkgver{,-python2}
-}
-
-build() {
-   export SODIUM_INSTALL=system
-
-   cd "$srcdir"/PyNaCl-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/PyNaCl-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-pynacl() {
-   depends=('libsodium' 'python' 'python-six')
-
-   export SODIUM_INSTALL=system
-
-   cd PyNaCl-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-pynacl() {
-   depends=('libsodium' 'python2' 'python2-six')
-
-   export SODIUM_INSTALL=system
-
-   cd PyNaCl-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Copied: python-pynacl/repos/community-i686/PKGBUILD (from rev 265215, 
python-pynacl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-02 19:44:53 UTC (rev 265216)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pynacl
+pkgname=(python-pynacl python2-pynacl)
+pkgver=1.2.0
+pkgrel=1
+
+pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
+url='https://pypi.python.org/pypi/PyNaCl'
+arch=('i686' 'x86_64')
+license=('Apache')
+
+depends=('libsodium')
+makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
+ 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
+
+source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz";)
+
+sha512sums=('9b42b3a90600319f6b40e869561a43a5648e56e95f4afb00f035d1b16d60283b19d52216a981db9b380eeaedcb2dae33290c8bfbc3ae3fa74093a90a0a85f636')
+
+prepare() {
+   cp -a PyNaCl-$pkgver{,-python2}
+}
+
+build() {
+   export SODIUM_INSTALL=system
+
+   cd "$srcdir"/PyNaCl-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/PyNaCl-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pynacl() {
+   depends=('libsodium' 'python' 'python-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pynacl() {
+   depends=('libsodium' 'python2' 'python2-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-02 19:44:31 UTC (rev 265215)
+++ community-x86_64/PKGBUILD   2017-11-02 19:44:53 UTC (rev 265216)
@@ -1,54 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgbase=python-pynacl
-pkgname=(python-pynacl python2-pynacl)
-pkgver=1.1.2
-pkgrel=2
-
-pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
-url='https://pypi.python.org/pypi/PyNaCl'
-arch=('i686' 'x86_64')
-license=('Apache')
-
-depends=('libsodium')
-makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
- 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
-
-s

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

2017-11-02 Thread Johannes Löthberg
Date: Thursday, November 2, 2017 @ 19:44:31
  Author: demize
Revision: 265215

upgpkg: python-pynacl 1.2.0-1

Modified:
  python-pynacl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 19:29:38 UTC (rev 265214)
+++ PKGBUILD2017-11-02 19:44:31 UTC (rev 265215)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pynacl
 pkgname=(python-pynacl python2-pynacl)
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 
 pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
 url='https://pypi.python.org/pypi/PyNaCl'
@@ -17,7 +17,7 @@
 
 source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz";)
 
-sha512sums=('2fb186fca3ebdf3824b4a2517056124901cf81f0c6cfce3e46abf0e44a801150dfd68a08627f1c7cd9b115a67b1ed0802d21140cd79d700803cc409d1e1e9857')
+sha512sums=('9b42b3a90600319f6b40e869561a43a5648e56e95f4afb00f035d1b16d60283b19d52216a981db9b380eeaedcb2dae33290c8bfbc3ae3fa74093a90a0a85f636')
 
 prepare() {
cp -a PyNaCl-$pkgver{,-python2}


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

2017-11-02 Thread Jan Steffens
Date: Thursday, November 2, 2017 @ 19:43:55
  Author: heftig
Revision: 308869

4.13.11-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 19:43:31 UTC (rev 308868)
+++ PKGBUILD2017-11-02 19:43:55 UTC (rev 308869)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.13
-_zenpatch=zen-4.13.10-b4f3e79c6104f7c1f2644ccc8f5148522cfc3787.diff
-pkgver=4.13.10
+_zenpatch=zen-4.13.11-babe75a0c8ae95841a8d5ca187400a07997f.diff
+pkgver=4.13.11
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel";
@@ -29,9 +29,9 @@
 
 sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
-'b9efa9c6375f79f6a041a5f0666d4ced1a49bfe8c4662d26517a6b4cfd9bf2f6'
+'f5fb017ee531dc35e3462ccb2d244d4fdc8ac6df9cd3337aa6df2ffc280b1bd6'
 'SKIP'
-'807a5998542e108776a62ee9c96806abef8ac06012497e428dd2fbaff9cbaccc'
+'dadebe9d9f0a22f766158e90cc3ec2f867f4d51f12b326f7ade5ff000b531cd5'
 'SKIP'
 'db2bc39dfe968ff9c8766768012c46d388c8d8dcfefedeaee53dced74e67a449'
 '2ba9287767bd3c05cfda57674be0ad3d4e13db83d6f19b180bef90e80fa0bb6f'


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

2017-11-02 Thread Andreas Radke
Date: Thursday, November 2, 2017 @ 19:43:31
  Author: andyrtr
Revision: 308868

upgpkg: libreoffice-still-i18n 5.3.7-1

upstream update 5.3.7

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 17:58:42 UTC (rev 308867)
+++ PKGBUILD2017-11-02 19:43:31 UTC (rev 308868)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-still-i18n
 
-pkgver=5.3.6
+pkgver=5.3.7
 pkgrel=1
-_rcver=${pkgver}.1
+_rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
 
@@ -136,351 +136,351 @@
   'zu"Zulu"'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('52c8063b37697d2f45618b2c60482d79aff7e7cc16ec64c8b2e4d2c4074c2b80'
+sha256sums=('97f919e28434b80e20a9269ef91e462a9b2714230d912ba78e454d09ecf6ea52'
 'SKIP'
-'2ff0723bf4ec9e622f7e5c7be83fbe2f547a5a64b90fcfd0b6330e8ea392cfdd'
+'1f9de843023a02e33981cdb9728089ee769df9c1c7e348fcb8bab0c4f20a8905'
 'SKIP'
-'101a872d26a135fe0f65fde020861fb0be06423268de36efac7d8cb762869883'
+'4860483f7172423f913aeb25835f745497b0f5edc175f64897ba2b7a4290001e'
 'SKIP'
-'430d1ff887a87c62c965d5ba343233e86613a7ad2143af04b693b502dc2e0837'
+'5eda5dd948fd70bc763d683c12fc44292ba47ca57d068ad8b9554e5f6203a03a'
 'SKIP'
-'fe0e244f131b93b2c2a90552726faf7eada281c8a3f4ad9f0792d2b061219b92'
+'d4c807f0c338688f7698c258cff9dc52e5b100ccc410ec943a90d7370da5e67f'
 'SKIP'
-'c8dd358913a5c8449df117d1f571a59665d79035bcd89bb824b3fd4251f673c4'
+'e220b6a1f44b0ce8b34bf157aa1f3747eb3bc0e64dfc3932d90fa64b4ab7cbc2'
 'SKIP'
-'53e581c5358982e3e7b779e769e91aa519fca962cbc8cea5ba89033fbd47c290'
+'564a80e4a12bb2d97629a21d4826557e75a947ea7b449a6764d7a90cf7f30d6b'
 'SKIP'
-'a959bd55e2d76337793d9517f45132e79aa83364a1c49c4547ee5e50499986de'
+'18a6052b74fad51c0b2f14989d282990ab9c5b969049aa81f6781b9724a6154e'
 'SKIP'
-'09f2af90a83fd48c94974964ed2bfbe51c598053e6d69e17893d162acf937eaa'
+'57e9ee8d6ce11bb68185326e89b1669f41ceabf0020f78f8d854ad2aed3da548'
 'SKIP'
-'75fa891f2c582377ee6c62045b18d80901a82296dc96c524c02d2a45c7f7adb1'
+'945ad1068d754f9cd6ecb65b5a650c40ea4c62f8f72aa507318d3cc5c7b44cb0'
 'SKIP'
-'72019fb08974d4210efb72a75f7b1e3bc0c0a9434d0bdd769cb5ea60a84091c1'
+'91ac3e094020212d47761db22af7da4ad82c262d7fe8218df5e32c41c99f72d1'
 'SKIP'
-'7580d57e95773f2bc4a5e668004a7a4fd8c902806fbd6dfcde1a929e47a81284'
+'2bc78130dd24d68f544b38e6dec85e6105396d3eae9a224035f4cb86db4db0c6'
 'SKIP'
-'6e27de93f11995bea8f8bd443e714d0bee32826836a64e67183a4b9eafae250b'
+'def313c5221de27a904f89419254fe02f8eb68bf39be6938f1f0dd7c8ceb6ed7'
 'SKIP'
-'c830157ac1fbf8f1c7916a6f814098395a966a3f3afa1d930ec7e270131427fa'
+'5e5e269c9d7cd512579d3031ae8357468a32504c1446344218d36e06681c2997'
 'SKIP'
-'16a702cdc0e3eb8b8180c52ea0b58d7f52523d13c2f0a6f4ecd4b3e7a0e8a575'
+'8aad7f6fbab1bc58b4f46bb158f735a86074366d9159729063a164409e0b7637'
 'SKIP'
-'1133dd6bd9c4034a95a4bb75dd3699e792b75d09245eb2453678ee621898a271'
+'fcfa9b5e7cc9cc61bb895a4cf5eca28d74747c6aa628ff1c746951439dd789e5'
 'SKIP'
-'762fb19a79684dba31c5ad722e2b98406443daca06e82cb5035cdf39218920fb'
+'92bd4f7eb9b60df1e3ea6f2f25660a28c5f67686461925fad99c1ae03a8d06b6'
 'SKIP'
-'45e72e76e6b0ca50d355130b0f1791390da32af9c089da629644b46217ad4b3d'
+'4138d4b810773f96a9344d3dcd09ed5977dbce973f4ed04d6cce000843efbe7d'
 'SKIP'
-'4817b30d4e3f32d04e2a1af721e48f54b02f3ccc50cfb9c68c40112355106c9a'
+'b5dd7d6f34b98062958132742f77e34374cabec157aa46de75252d8e412d0586'
 'SKIP'
-'75faf796619823103a5e259c01d4df3dc2bc96374091a2104e83f6633f12599a'
+'0bd452e3ed2c18c5c894c857a07bfddeee71ba27c6311731502ea4eee979500e'
 'SKIP'
-'acab1f0c04f1afb6a7e2bcbe2b1ed4e4e52817951376a75b1b67c06301e3461b'
+'7d0331f8d326fb6a224c4f81f240a3a5d3c1cd986028771197c70427c5371332'
 'SKIP'
-'18dfd8d202f4d1f38f51db6dbd0d2c7182e044681ae299269be9a5e0e74c672e'
+'2306b6a22f8a91806a3cf2093c8b2cdad0a6ce4e9072720abae66cd516ffdc29'
 'SKIP'
-'dfd874263d32553d2e796fa5b6dcc489f55d3581ad99b2caa2bf0e30a0a5a605'
+'ee492864f92d0e7ee285a04cf4cfbf07fd4e01ff986c367b71f304c52fa9ac10'
  

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

2017-11-02 Thread Johannes Löthberg
Date: Thursday, November 2, 2017 @ 19:29:38
  Author: demize
Revision: 265214

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mediainfo/repos/community-i686/PKGBUILD
(from rev 265213, mediainfo/trunk/PKGBUILD)
  mediainfo/repos/community-x86_64/PKGBUILD
(from rev 265213, mediainfo/trunk/PKGBUILD)
Deleted:
  mediainfo/repos/community-i686/PKGBUILD
  mediainfo/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   26 
 community-x86_64/PKGBUILD |   26 
 3 files changed, 68 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-02 19:29:29 UTC (rev 265213)
+++ community-i686/PKGBUILD 2017-11-02 19:29:38 UTC (rev 265214)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.99
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net";
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-sha256sums=('0388aad80b73e826427ef5b9f21b09b0f89c83a4c8169464bad2f9a9780f6ab9')
-
-build() {
-  cd "$srcdir"/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd "$srcdir"/MediaInfo/Project/GNU/CLI
-  make DESTDIR="$pkgdir" install
-}

Copied: mediainfo/repos/community-i686/PKGBUILD (from rev 265213, 
mediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-02 19:29:38 UTC (rev 265214)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: hydro 
+
+pkgname=mediainfo
+pkgver=17.10
+pkgrel=1
+
+pkgdesc="supplies technical and tag information about a video or audio file"
+url="http://mediaarea.net";
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+
+source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
+
+sha256sums=('0c1130cfa1878592f1225097a1814126378abbcc33926cdfff6bcc99422670fb')
+
+build() {
+  cd MediaInfo/Project/GNU/CLI
+
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/CLI
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-02 19:29:29 UTC (rev 265213)
+++ community-x86_64/PKGBUILD   2017-11-02 19:29:38 UTC (rev 265214)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
-
-pkgname=mediainfo
-pkgver=0.7.99
-pkgrel=1
-pkgdesc="supplies technical and tag information about a video or audio file"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net";
-license=('GPL')
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-sha256sums=('0388aad80b73e826427ef5b9f21b09b0f89c83a4c8169464bad2f9a9780f6ab9')
-
-build() {
-  cd "$srcdir"/MediaInfo/Project/GNU/CLI
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd "$srcdir"/MediaInfo/Project/GNU/CLI
-  make DESTDIR="$pkgdir" install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 265213, 
mediainfo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-02 19:29:38 UTC (rev 265214)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: hydro 
+
+pkgname=mediainfo
+pkgver=17.10
+pkgrel=1
+
+pkgdesc="supplies technical and tag information about a video or audio file"
+url="http://mediaarea.net";
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+
+source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
+
+sha256sums=('0c1130cfa1878592f1225097a1814126378abbcc33926cdfff6bcc99422670fb')
+
+build() {
+  cd MediaInfo/Project/GNU/CLI
+
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/CLI
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-02 Thread Johannes Löthberg
Date: Thursday, November 2, 2017 @ 19:29:29
  Author: demize
Revision: 265213

upgpkg: mediainfo 17.10-1

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 19:28:48 UTC (rev 265212)
+++ PKGBUILD2017-11-02 19:29:29 UTC (rev 265213)
@@ -1,26 +1,34 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: hydro 
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: hydro 
 
 pkgname=mediainfo
-pkgver=0.7.99
+pkgver=17.10
 pkgrel=1
+
 pkgdesc="supplies technical and tag information about a video or audio file"
+url="http://mediaarea.net";
 arch=('i686' 'x86_64')
-url="http://mediaarea.net";
 license=('GPL')
+
 depends=('libmediainfo')
 makedepends=('libtool' 'automake' 'autoconf')
-source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2)
-sha256sums=('0388aad80b73e826427ef5b9f21b09b0f89c83a4c8169464bad2f9a9780f6ab9')
 
+source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
+
+sha256sums=('0c1130cfa1878592f1225097a1814126378abbcc33926cdfff6bcc99422670fb')
+
 build() {
-  cd "$srcdir"/MediaInfo/Project/GNU/CLI
+  cd MediaInfo/Project/GNU/CLI
+
   sh ./autogen.sh
   ./configure --prefix=/usr
+
   make
 }
+
 package() {
-  cd "$srcdir"/MediaInfo/Project/GNU/CLI
+  cd MediaInfo/Project/GNU/CLI
   make DESTDIR="$pkgdir" install
 }


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

2017-11-02 Thread Johannes Löthberg
Date: Thursday, November 2, 2017 @ 19:28:48
  Author: demize
Revision: 265212

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libmediainfo/repos/community-i686/PKGBUILD
(from rev 265211, libmediainfo/trunk/PKGBUILD)
  libmediainfo/repos/community-x86_64/PKGBUILD
(from rev 265211, libmediainfo/trunk/PKGBUILD)
Deleted:
  libmediainfo/repos/community-i686/PKGBUILD
  libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch
  libmediainfo/repos/community-x86_64/PKGBUILD
  libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   38 
 community-i686/libmediainfo-0.7.50-libmms.patch   |   50 --
 community-x86_64/PKGBUILD |   38 
 community-x86_64/libmediainfo-0.7.50-libmms.patch |   50 --
 5 files changed, 92 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-02 19:28:36 UTC (rev 265211)
+++ community-i686/PKGBUILD 2017-11-02 19:28:48 UTC (rev 265212)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  hydro 
-
-pkgname=libmediainfo
-pkgver=0.7.99
-pkgrel=1
-pkgdesc="shared library for mediainfo"
-arch=('i686' 'x86_64')
-url="http://mediaarea.net";
-license=('GPL')
-depends=( 'curl' 'libmms' 'libzen')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
-   libmediainfo-0.7.50-libmms.patch)
-sha256sums=('5b9b248cb27c1c1a0e5eba72ee64512578567884b1470e73fc45c3ebebb48ea3'
-'0adfbac0efee13e1f58dcfa5d2e50b3bc30029a9b1cf812e2d62d1e3308beeeb')
-
-build() {
-  cd "$srcdir"/MediaInfoLib/Project/GNU/Library
-  sh ./autogen.sh
-  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
-  make clean
-  (cd ../../.. && patch -p1 <"$srcdir"/libmediainfo-0.7.50-libmms.patch)
-  make
-}
-
-package() {
-  cd "$srcdir"/MediaInfoLib/Project/GNU/Library
-  make DESTDIR="$pkgdir" install
-  for i in MediaInfo MediaInfoDLL; do
-install -dm 755 "$pkgdir"/usr/include/$i
-install -m 644 "$srcdir"/MediaInfoLib/Source/$i/*.h 
"$pkgdir"/usr/include/$i
-  done
-  install -dm 755 "$pkgdir"/usr/lib/pkgconfig
-  install -m 644 "$srcdir"/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
"$pkgdir"/usr/lib/pkgconfig
-  sed -i -e 's|Version: |Version: '$pkgver'|g' 
"$pkgdir"/usr/lib/pkgconfig/libmediainfo.pc
-}

Copied: libmediainfo/repos/community-i686/PKGBUILD (from rev 265211, 
libmediainfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-02 19:28:48 UTC (rev 265212)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor:  hydro 
+
+pkgname=libmediainfo
+pkgver=17.10
+pkgrel=1
+
+pkgdesc="shared library for mediainfo"
+url="http://mediaarea.net";
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('curl' 'libmms' 'libzen')
+makedepends=('libtool' 'automake' 'autoconf')
+
+source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz)
+
+sha256sums=('60b018fcd8acd249c5316670bdf1c85abc166fb9c340e84da834b1332a59a102')
+
+build() {
+  cd MediaInfoLib/Project/GNU/Library
+
+  sh ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --disable-static \
+  --with-libcurl \
+  --with-libmms
+
+  make
+}
+
+package() {
+  cd MediaInfoLib/Project/GNU/Library
+
+  make DESTDIR="$pkgdir" install
+  for i in MediaInfo MediaInfoDLL; do
+install -dm 755 "$pkgdir"/usr/include/$i
+install -m 644 "$srcdir"/MediaInfoLib/Source/$i/*.h 
"$pkgdir"/usr/include/$i
+  done
+  install -dm 755 "$pkgdir"/usr/lib/pkgconfig
+  install -m 644 "$srcdir"/MediaInfoLib/Project/GNU/Library/libmediainfo.pc 
"$pkgdir"/usr/lib/pkgconfig
+  sed -i -e 's|Version: |Version: '$pkgver'|g' 
"$pkgdir"/usr/lib/pkgconfig/libmediainfo.pc
+}

Deleted: community-i686/libmediainfo-0.7.50-libmms.patch
===
--- community-i686/libmediainfo-0.7.50-libmms.patch 2017-11-02 19:28:36 UTC 
(rev 265211)
+++ community-i686/libmediainfo-0.7.50-libmms.patch 2017-11-02 19:28:48 UTC 
(rev 265212)
@@ -1,50 +0,0 @@
-diff -wbBur MediaInfoLib/Source/MediaInfo/Reader/Reader_libmms.cpp 
MediaInfoLib.my/Source/MediaInfo/Reader/Reader_libmms.cpp
 MediaInfoLib/Source/MediaInfo/Reader/Reader_libmms.cpp 2011-08-25 
15:14:50.0 +0400
-+++ MediaInfoLib.my/Source/MediaInfo/Reader/Reader_libmms.cpp  2011-10-05 
17:29:12.0 +0400
-@@ -48,10 +48,8 @@
- #else
- #

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

2017-11-02 Thread Johannes Löthberg
Date: Thursday, November 2, 2017 @ 19:28:36
  Author: demize
Revision: 265211

upgpkg: libmediainfo 17.10-1

Modified:
  libmediainfo/trunk/PKGBUILD
Deleted:
  libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch

--+
 PKGBUILD |   36 --
 libmediainfo-0.7.50-libmms.patch |   50 -
 2 files changed, 22 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 18:37:44 UTC (rev 265210)
+++ PKGBUILD2017-11-02 19:28:36 UTC (rev 265211)
@@ -1,32 +1,40 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  hydro 
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor:  hydro 
 
 pkgname=libmediainfo
-pkgver=0.7.99
+pkgver=17.10
 pkgrel=1
+
 pkgdesc="shared library for mediainfo"
+url="http://mediaarea.net";
 arch=('i686' 'x86_64')
-url="http://mediaarea.net";
 license=('GPL')
-depends=( 'curl' 'libmms' 'libzen')
+
+depends=('curl' 'libmms' 'libzen')
 makedepends=('libtool' 'automake' 'autoconf')
-source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2
-   libmediainfo-0.7.50-libmms.patch)
-sha256sums=('5b9b248cb27c1c1a0e5eba72ee64512578567884b1470e73fc45c3ebebb48ea3'
-'0adfbac0efee13e1f58dcfa5d2e50b3bc30029a9b1cf812e2d62d1e3308beeeb')
 
+source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz)
+
+sha256sums=('60b018fcd8acd249c5316670bdf1c85abc166fb9c340e84da834b1332a59a102')
+
 build() {
-  cd "$srcdir"/MediaInfoLib/Project/GNU/Library
+  cd MediaInfoLib/Project/GNU/Library
+
   sh ./autogen.sh
-  ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl 
--with-libmms
-  make clean
-  (cd ../../.. && patch -p1 <"$srcdir"/libmediainfo-0.7.50-libmms.patch)
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --disable-static \
+  --with-libcurl \
+  --with-libmms
+
   make
 }
 
 package() {
-  cd "$srcdir"/MediaInfoLib/Project/GNU/Library
+  cd MediaInfoLib/Project/GNU/Library
+
   make DESTDIR="$pkgdir" install
   for i in MediaInfo MediaInfoDLL; do
 install -dm 755 "$pkgdir"/usr/include/$i

Deleted: libmediainfo-0.7.50-libmms.patch
===
--- libmediainfo-0.7.50-libmms.patch2017-11-02 18:37:44 UTC (rev 265210)
+++ libmediainfo-0.7.50-libmms.patch2017-11-02 19:28:36 UTC (rev 265211)
@@ -1,50 +0,0 @@
-diff -wbBur MediaInfoLib/Source/MediaInfo/Reader/Reader_libmms.cpp 
MediaInfoLib.my/Source/MediaInfo/Reader/Reader_libmms.cpp
 MediaInfoLib/Source/MediaInfo/Reader/Reader_libmms.cpp 2011-08-25 
15:14:50.0 +0400
-+++ MediaInfoLib.my/Source/MediaInfo/Reader/Reader_libmms.cpp  2011-10-05 
17:29:12.0 +0400
-@@ -48,10 +48,8 @@
- #else
- #ifdef MEDIAINFO_LIBMMS_FROMSOURCE
- #include "mmsx.h"
--#include "mmsh.h"
- #else //MEDIAINFO_LIBMMS_FROMSOURCE
- #include "libmms/mmsx.h"
--#include "libmms/mmsh.h"
- #endif //MEDIAINFO_LIBMMS_FROMSOURCE
- #endif
- #include 
-@@ -71,34 +69,9 @@
- //---
- size_t Reader_libmms::Format_Test(MediaInfo_Internal* MI, const String 
&File_Name)
- {
--mmsx_t* Handle;
--
--//Opening the file
--#if MEDIAINFO_LIBMMS_DESCRIBE_SUPPORT
--if (MI->Config.File_Mmsh_Describe_Only_Get())
--{
--// Use MMSH & Send a DESCRIBE request
--mmsh_t* MmshHandle;
--
--MmshHandle=mmsh_describe_request(0, 0, 
Ztring(File_Name).To_Local().c_str());
--if (MmshHandle==NULL)
--return 0;
--
--Handle=mmsx_set_mmsh_handle(MmshHandle);
--if (Handle==NULL)
--{
--mmsh_close(MmshHandle);
--return 0;
--}
--}
--else
--#endif //MEDIAINFO_LIBMMS_DESCRIBE_SUPPORT
--{
--   // Use MMS or MMSH (Send a DESCRIBE & PLAY request)
--   Handle=mmsx_connect(0, 0, Ztring(File_Name).To_Local().c_str(), 
(int)-1);
-+mmsx_t* Handle=mmsx_connect(0, 0, Ztring(File_Name).To_Local().c_str(), 
(int)-1);
-if (Handle==NULL)
-return 0;
--}
- 
- //Init
- size_t Buffer_Size_Max;


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

2017-11-02 Thread Pierre Neidhardt
Date: Thursday, November 2, 2017 @ 18:37:28
  Author: ambrevar
Revision: 265209

upgpkg: python-colorlog 3.1.0-2

Modified:
  python-colorlog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 18:28:45 UTC (rev 265208)
+++ PKGBUILD2017-11-02 18:37:28 UTC (rev 265209)
@@ -4,7 +4,7 @@
 pkgbase='python-colorlog'
 pkgname=('python-colorlog' 'python2-colorlog')
 pkgver='3.1.0'
-pkgrel=1
+pkgrel=2
 pkgdesc="Log formatting with colors"
 arch=('any')
 url='https://github.com/borntyping/python-colorlog'
@@ -19,7 +19,7 @@
 
cd "$srcdir/$pkgbase-$pkgver"
python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgbase/LICENSE"
+   install -Dm644 "LICENSE" 
"$pkgdir/usr/share/licenses/python-colorlog/LICENSE"
 }
 
 package_python2-colorlog() {
@@ -28,5 +28,5 @@
 
cd "$srcdir/$pkgbase-$pkgver"
python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgbase/LICENSE"
+   install -Dm644 "LICENSE" 
"$pkgdir/usr/share/licenses/python2-colorlog/LICENSE"
 }


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

2017-11-02 Thread Pierre Neidhardt
Date: Thursday, November 2, 2017 @ 18:37:44
  Author: ambrevar
Revision: 265210

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-02 18:37:28 UTC (rev 265209)
+++ PKGBUILD2017-11-02 18:37:44 UTC (rev 265210)
@@ -1,32 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: mdraw.gh at gmail dot com
-
-pkgbase='python-colorlog'
-pkgname=('python-colorlog' 'python2-colorlog')
-pkgver='3.1.0'
-pkgrel=1
-pkgdesc="Log formatting with colors"
-arch=('any')
-url='https://github.com/borntyping/python-colorlog'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/borntyping/python-colorlog/archive/v$pkgver.tar.gz";)
-sha256sums=('e766265cf249947f1690d5d7f4fe566a2d48a86640f6777374671aa05f6214b8')
-
-package_python-colorlog() {
-   depends=('python')
-   conflicts=('python-colorlog-git')
-
-   cd "$srcdir/$pkgbase-$pkgver"
-   python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgbase/LICENSE"
-}
-
-package_python2-colorlog() {
-   depends=('python2')
-   conflicts=('python2-colorlog-git')
-
-   cd "$srcdir/$pkgbase-$pkgver"
-   python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgbase/LICENSE"
-}

Copied: python-colorlog/repos/community-any/PKGBUILD (from rev 265209, 
python-colorlog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-02 18:37:44 UTC (rev 265210)
@@ -0,0 +1,32 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: mdraw.gh at gmail dot com
+
+pkgbase='python-colorlog'
+pkgname=('python-colorlog' 'python2-colorlog')
+pkgver='3.1.0'
+pkgrel=2
+pkgdesc="Log formatting with colors"
+arch=('any')
+url='https://github.com/borntyping/python-colorlog'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/borntyping/python-colorlog/archive/v$pkgver.tar.gz";)
+sha256sums=('e766265cf249947f1690d5d7f4fe566a2d48a86640f6777374671aa05f6214b8')
+
+package_python-colorlog() {
+   depends=('python')
+   conflicts=('python-colorlog-git')
+
+   cd "$srcdir/$pkgbase-$pkgver"
+   python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+   install -Dm644 "LICENSE" 
"$pkgdir/usr/share/licenses/python-colorlog/LICENSE"
+}
+
+package_python2-colorlog() {
+   depends=('python2')
+   conflicts=('python2-colorlog-git')
+
+   cd "$srcdir/$pkgbase-$pkgver"
+   python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+   install -Dm644 "LICENSE" 
"$pkgdir/usr/share/licenses/python2-colorlog/LICENSE"
+}


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

2017-11-02 Thread Pierre Neidhardt
Date: Thursday, November 2, 2017 @ 18:28:26
  Author: ambrevar
Revision: 265207

upgpkg: qutebrowser 1.0.2-2

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 18:16:03 UTC (rev 265206)
+++ PKGBUILD2017-11-02 18:28:26 UTC (rev 265207)
@@ -3,7 +3,7 @@
 
 pkgname=qutebrowser
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
 url="http://www.qutebrowser.org/";
@@ -11,8 +11,7 @@
 depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
"python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
 makedepends=("asciidoc")
-optdepends=("python-colorlog: colored logging output"
-   "gst-libav: media playback"
+optdepends=("gst-libav: media playback"
"gst-plugins-base: media playback"
"gst-plugins-good: media playback"
"gst-plugins-bad: media playback"


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

2017-11-02 Thread Pierre Neidhardt
Date: Thursday, November 2, 2017 @ 18:28:45
  Author: ambrevar
Revision: 265208

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 265207, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

--+
 PKGBUILD |   97 ++---
 1 file changed, 48 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-02 18:28:26 UTC (rev 265207)
+++ PKGBUILD2017-11-02 18:28:45 UTC (rev 265208)
@@ -1,49 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
-arch=("any")
-url="http://www.qutebrowser.org/";
-license=("GPL")
-depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
-   "python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
-makedepends=("asciidoc")
-optdepends=("python-colorlog: colored logging output"
-   "gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: displaying PDF in-browser"
-   "qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=(
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz";
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('f33281bd6d23bdfad7fbf8b85a01ae9cbc6bd343a957bbebcdd38f9ee8ae7624'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir/" --optimize=1
-   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
-   install -Dm644 misc/qutebrowser.desktop \
-   "$pkgdir/usr/share/applications/qutebrowser.desktop"
-   for i in 16 24 32 48 64 128 256 512; do
-   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
-   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
-   done
-   install -Dm644 icons/qutebrowser.svg \
-   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
-   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 265207, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-02 18:28:45 UTC (rev 265208)
@@ -0,0 +1,48 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
+arch=("any")
+url="http://www.qutebrowser.org/";
+license=("GPL")
+depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
+   "python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
+makedepends=("asciidoc")
+optdepends=("gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: displaying PDF in-browser"
+   "qt5-webkit: alternative backend")
+options=(!emptydirs)
+source=(
+   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz";
+   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('f33281bd6d23bdfad7fbf8b85a01ae9cbc6bd343a957bbebcdd38f9ee8ae7624'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
+   install -Dm644 misc/qutebrowser.desktop \
+   "$pkgdir/usr/share/applications/qutebrowser.desktop"
+   for i in 16 24 32 48 64 128 256 512; do
+   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
+   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
+   done
+   install -Dm644 icons/qutebrowser.svg \
+   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
+   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/u

[arch-commits] Commit in lib32-openssl/repos/multilib-x86_64 (4 files)

2017-11-02 Thread Pierre Schmitz
Date: Thursday, November 2, 2017 @ 18:16:03
  Author: pierre
Revision: 265206

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
(from rev 265205, lib32-openssl/trunk/PKGBUILD)
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch
(from rev 265205, lib32-openssl/trunk/ca-dir.patch)
Deleted:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch

--+
 PKGBUILD |  134 -
 ca-dir.patch |   62 +-
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-02 18:15:54 UTC (rev 265205)
+++ PKGBUILD2017-11-02 18:16:03 UTC (rev 265206)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-_pkgbasename=openssl
-pkgname=lib32-$_pkgbasename
-_ver=1.1.0f
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-#pkgver=$_ver
-pkgrel=1
-epoch=1
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
-arch=('x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('lib32-glibc' "${_pkgbasename}")
-optdepends=('ca-certificates')
-makedepends=('gcc-multilib')
-source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz";
-"https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc";
-'ca-dir.patch')
-validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
-md5sums=('7b521dea79ab159e8ec879d269fa'
- 'SKIP'
- '02b53865fb70faef763e262b4971aa4b')
-
-prepare() {
-   cd $srcdir/$_pkgbasename-$_ver
-
-   # set ca dir to /etc/ssl by default
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-build() {
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd $srcdir/$_pkgbasename-$_ver
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
-   shared no-ssl3-method \
-   linux-elf \
-   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
-
-   make MAKEDEPPROG="${CC}" depend
-   make
-}
-
-check() {
-   cd $srcdir/$_pkgbasename-$_ver
-   # the test fails due to missing write permissions in /etc/ssl
-   # revert this patch for make test
-   patch -p0 -R -i $srcdir/ca-dir.patch
-   make test
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-package() {
-   cd $srcdir/$_pkgbasename-$_ver
-   make DESTDIR=$pkgdir install_sw
-
-   rm -rf ${pkgdir}/{usr/{include,bin},etc}
-   mkdir -p $pkgdir/usr/share/licenses
-   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-openssl/repos/multilib-x86_64/PKGBUILD (from rev 265205, 
lib32-openssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-02 18:16:03 UTC (rev 265206)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+_pkgbasename=openssl
+pkgname=lib32-$_pkgbasename
+_ver=1.1.0g
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+epoch=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('lib32-glibc' "${_pkgbasename}")
+optdepends=('ca-certificates')
+makedepends=('gcc-multilib')
+source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz";
+"https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc";
+'ca-dir.patch')
+validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
+md5sums=('ba5f1b8b835b88cadbce9b35ed9531a6'
+ 'SKIP'
+ '02b53865fb70faef763e262b4971aa4b')
+
+prepare() {
+   cd $srcdir/$_pkgbasename-$_ver
+
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+build() {
+   export CC="gcc -m32"
+   export CXX="g++ -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd $srcdir/$_pkgbasename-$_ver
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
+   shared no-ssl3-method \
+   linux-elf \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make MAKEDEPPROG="${CC}" depend
+   make
+}
+
+check() {
+   cd $srcdir/$_pkgbasename-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i $srcdir/ca-dir.patch
+   make test
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+package() {
+   cd $srcdir/$_pkgbasename-$_ver
+  

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

2017-11-02 Thread Pierre Schmitz
Date: Thursday, November 2, 2017 @ 18:15:54
  Author: pierre
Revision: 265205

upgpkg: lib32-openssl 1:1.1.0.g-1

Modified:
  lib32-openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:53:57 UTC (rev 265204)
+++ PKGBUILD2017-11-02 18:15:54 UTC (rev 265205)
@@ -3,7 +3,7 @@
 
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
-_ver=1.1.0f
+_ver=1.1.0g
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -20,7 +20,7 @@
 "https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc";
 'ca-dir.patch')
 validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
-md5sums=('7b521dea79ab159e8ec879d269fa'
+md5sums=('ba5f1b8b835b88cadbce9b35ed9531a6'
  'SKIP'
  '02b53865fb70faef763e262b4971aa4b')
 


[arch-commits] Commit in linux/repos (14 files)

2017-11-02 Thread Tobias Powalowski
Date: Thursday, November 2, 2017 @ 17:58:42
  Author: tpowa
Revision: 308867

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/90-linux.hook
(from rev 308866, linux/trunk/90-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 308866, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/config.i686
(from rev 308866, linux/trunk/config.i686)
  linux/repos/testing-i686/config.x86_64
(from rev 308866, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 308866, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 308866, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/90-linux.hook
(from rev 308866, linux/trunk/90-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 308866, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config.i686
(from rev 308866, linux/trunk/config.i686)
  linux/repos/testing-x86_64/config.x86_64
(from rev 308866, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 308866, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 308866, linux/trunk/linux.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  239 +
 testing-i686/config.i686 | 8636 +
 testing-i686/config.x86_64   | 8375 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  239 +
 testing-x86_64/config.i686   | 8636 +
 testing-x86_64/config.x86_64 | 8375 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 34604 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 308866:308867 to see the changes.


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

2017-11-02 Thread Tobias Powalowski
Date: Thursday, November 2, 2017 @ 17:57:53
  Author: tpowa
Revision: 308866

upgpkg: linux 4.13.11-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 17:41:41 UTC (rev 308865)
+++ PKGBUILD2017-11-02 17:57:53 UTC (rev 308866)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.13
-pkgver=4.13.10
+pkgver=4.13.11
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/";
@@ -25,7 +25,7 @@
 
 sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
-'b9efa9c6375f79f6a041a5f0666d4ced1a49bfe8c4662d26517a6b4cfd9bf2f6'
+'f5fb017ee531dc35e3462ccb2d244d4fdc8ac6df9cd3337aa6df2ffc280b1bd6'
 'SKIP'
 '9b1d9fcb55782e6149aca4dc2d3b250dd4cedf1bf4bd8c6f0968acab0e2e0ee4'
 '9c6c4d27d59638d0569ea09a97138bfcfb219f17cdf1138be141380e6654f302'


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

2017-11-02 Thread Pierre Schmitz
Date: Thursday, November 2, 2017 @ 17:41:41
  Author: pierre
Revision: 308865

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  openssl/repos/testing-i686/
  openssl/repos/testing-i686/PKGBUILD
(from rev 308864, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 308864, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 308864, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 308864, openssl/trunk/ca-dir.patch)

-+
 testing-i686/PKGBUILD   |   66 ++
 testing-i686/ca-dir.patch   |   31 +++
 testing-x86_64/PKGBUILD |   66 ++
 testing-x86_64/ca-dir.patch |   31 +++
 4 files changed, 194 insertions(+)

Copied: openssl/repos/testing-i686/PKGBUILD (from rev 308864, 
openssl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-11-02 17:41:41 UTC (rev 308865)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=openssl
+_ver=1.1.0g
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('perl')
+optdepends=('ca-certificates')
+backup=('etc/ssl/openssl.cnf')
+source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz";
+"https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc";
+'ca-dir.patch')
+sha256sums=('de4d501267da39310905cb6dc8c6121f7a2cad45a7707f76df828fe1b85073af'
+'SKIP'
+'90c7411fed0157116f2df8f4be755aaf5a26e8484351b4e6a79492805d5f2790')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
+
+prepare() {
+   cd "$srcdir/$pkgname-$_ver"
+
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i "$srcdir/ca-dir.patch"
+}
+
+build() {
+   cd "$srcdir/$pkgname-$_ver"
+
+   if [ "${CARCH}" == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   optflags='enable-ec_nistp_64_gcc_128'
+   elif [ "${CARCH}" == 'i686' ]; then
+   openssltarget='linux-elf'
+   optflags=''
+   fi
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   shared no-ssl3-method ${optflags} \
+   "${openssltarget}" \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make depend
+   make
+}
+
+check() {
+   cd "$srcdir/$pkgname-$_ver"
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i "$srcdir/ca-dir.patch"
+   make test
+   patch -p0 -i "$srcdir/ca-dir.patch"
+}
+
+package() {
+   cd "$srcdir/$pkgname-$_ver"
+   make DESTDIR=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install_sw 
install_ssldirs install_man_docs
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openssl/repos/testing-i686/ca-dir.patch (from rev 308864, 
openssl/trunk/ca-dir.patch)
===
--- testing-i686/ca-dir.patch   (rev 0)
+++ testing-i686/ca-dir.patch   2017-11-02 17:41:41 UTC (rev 308865)
@@ -0,0 +1,31 @@
+--- apps/CA.pl.in  2016-09-26 11:46:04.0 +0200
 apps/CA.pl.in  2016-11-01 16:02:16.709616823 +0100
+@@ -33,7 +33,7 @@
+ my $PKCS12 = "$openssl pkcs12";
+ 
+ # default openssl.cnf file has setup as per the following
+-my $CATOP = "./demoCA";
++my $CATOP = "/etc/ssl";
+ my $CAKEY = "cakey.pem";
+ my $CAREQ = "careq.pem";
+ my $CACERT = "cacert.pem";
+--- apps/openssl.cnf   2016-09-26 11:46:04.0 +0200
 apps/openssl.cnf   2016-11-01 16:02:48.378503427 +0100
+@@ -39,7 +39,7 @@
+ 
+ [ CA_default ]
+ 
+-dir   = ./demoCA  # Where everything is kept
++dir   = /etc/ssl  # Where everything is kept
+ certs = $dir/certs# Where the issued certs are kept
+ crl_dir   = $dir/crl  # Where the issued crl are kept
+ database  = $dir/index.txt# database index file.
+@@ -323,7 +323,7 @@
+ [ tsa_config1 ]
+ 
+ # These are used by the TSA reply generation only.
+-dir   = ./demoCA  # TSA root directory
++dir   = /etc/ssl  # TSA root directory
+ serial= $dir/tsaserial# The current serial number 
(mandatory)
+ crypto_device = builtin   # OpenSSL engine to

[arch-commits] Commit in openssl/trunk (PKGBUILD fs54205.patch)

2017-11-02 Thread Pierre Schmitz
Date: Thursday, November 2, 2017 @ 17:41:24
  Author: pierre
Revision: 308864

upgpkg: openssl 1.1.0.g-1

Modified:
  openssl/trunk/PKGBUILD
Deleted:
  openssl/trunk/fs54205.patch

---+
 PKGBUILD  |   14 +-
 fs54205.patch |   41 -
 2 files changed, 5 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:46:29 UTC (rev 308863)
+++ PKGBUILD2017-11-02 17:41:24 UTC (rev 308864)
@@ -2,11 +2,11 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=openssl
-_ver=1.1.0f
+_ver=1.1.0g
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
-pkgrel=2
+pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('i686' 'x86_64')
 url='https://www.openssl.org'
@@ -16,12 +16,10 @@
 backup=('etc/ssl/openssl.cnf')
 source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz";
 "https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc";
-'ca-dir.patch'
-   'fs54205.patch')
-sha256sums=('12f746f3f2493b2f39da7ecf63d7ee19c6ac9ec6a4fcd8c229da8a522cb12765'
+'ca-dir.patch')
+sha256sums=('de4d501267da39310905cb6dc8c6121f7a2cad45a7707f76df828fe1b85073af'
 'SKIP'
-'90c7411fed0157116f2df8f4be755aaf5a26e8484351b4e6a79492805d5f2790'
-'04de0feaaa81b5fb1c70a00c9f46670eb748f6d6795bd228d613c5f15c92af15')
+'90c7411fed0157116f2df8f4be755aaf5a26e8484351b4e6a79492805d5f2790')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
 
 prepare() {
@@ -29,8 +27,6 @@
 
# set ca dir to /etc/ssl by default
patch -p0 -i "$srcdir/ca-dir.patch"
-
-   patch -Np1 -i "$srcdir/fs54205.patch"
 }
 
 build() {

Deleted: fs54205.patch
===
--- fs54205.patch   2017-11-02 16:46:29 UTC (rev 308863)
+++ fs54205.patch   2017-11-02 17:41:24 UTC (rev 308864)
@@ -1,41 +0,0 @@
-From 6831138ced3804f8ebd2079b671a40c74794a8c4 Mon Sep 17 00:00:00 2001
-From: Rich Salz 
-Date: Wed, 31 May 2017 12:14:55 -0400
-Subject: [PATCH] Only release thread-local key if we created it.
-
-Thanks to Jan Alexander Steffens for finding the bug and confirming the
-fix.

- crypto/err/err.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/crypto/err/err.c b/crypto/err/err.c
-index f866f2fdd0a..c55f849590b 100644
 a/crypto/err/err.c
-+++ b/crypto/err/err.c
-@@ -122,6 +122,7 @@ static ERR_STRING_DATA ERR_str_reasons[] = {
- #endif
- 
- static CRYPTO_ONCE err_init = CRYPTO_ONCE_STATIC_INIT;
-+static int set_err_thread_local;
- static CRYPTO_THREAD_LOCAL err_thread_local;
- 
- static CRYPTO_ONCE err_string_init = CRYPTO_ONCE_STATIC_INIT;
-@@ -260,7 +261,8 @@ DEFINE_RUN_ONCE_STATIC(do_err_strings_init)
- 
- void err_cleanup(void)
- {
--CRYPTO_THREAD_cleanup_local(&err_thread_local);
-+if (set_err_thread_local != 0)
-+CRYPTO_THREAD_cleanup_local(&err_thread_local);
- CRYPTO_THREAD_lock_free(err_string_lock);
- err_string_lock = NULL;
- }
-@@ -639,6 +641,7 @@ void ERR_remove_state(unsigned long pid)
- 
- DEFINE_RUN_ONCE_STATIC(err_do_init)
- {
-+set_err_thread_local = 1;
- return CRYPTO_THREAD_init_local(&err_thread_local, NULL);
- }
- 


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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 16:53:57
  Author: felixonmars
Revision: 265204

archrelease: copy trunk to community-i686, community-x86_64

Added:
  deepin-wm/repos/community-i686/PKGBUILD
(from rev 265203, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-x86_64/PKGBUILD
(from rev 265203, deepin-wm/trunk/PKGBUILD)
Deleted:
  deepin-wm/repos/community-i686/PKGBUILD
  deepin-wm/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   36 --
 community-x86_64/PKGBUILD |   36 --
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-02 16:53:22 UTC (rev 265203)
+++ community-i686/PKGBUILD 2017-11-02 16:53:57 UTC (rev 265204)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=1.9.17
-pkgrel=1
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm";
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
- 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz";)
-sha512sums=('a45db7c59f4f9009b7319340276c33a8809fbe44bdd7844c9d2acf527a9a7f25fe0c4c697c267723572a574932fae4ba3ffefab5b5ab1c8171d3cb8d3b685380')
-
-prepare() {
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-wm/repos/community-i686/PKGBUILD (from rev 265203, 
deepin-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-02 16:53:57 UTC (rev 265204)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.9.18
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm";
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
+ 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz";)
+sha512sums=('8745f6b33ca011185962965739ae6524d2518346ddef253ead5b5d785a350f46da1008ae08a6ac18e8f1511a3c6dc598411789af1c69b85669f2c6a44682a9ca')
+
+prepare() {
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+
+  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-02 16:53:22 UTC (rev 265203)
+++ community-x86_64/PKGBUILD   2017-11-02 16:53:57 UTC (rev 265204)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=1.9.17
-pkgrel=1
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm";
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
- 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz";)
-sha512sums=('a45db7c59f4f9009b7319340276c33a8809fbe44bdd7844c9d2acf527a9a7f25fe0c4c697c267723572a574932fae4ba3ffefab5b5ab1c8171d3cb8d3b685380')
-
-prepare() {
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 265203, 
deepin-wm/trunk/PKGBUILD

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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 16:53:22
  Author: felixonmars
Revision: 265203

upgpkg: deepin-wm 1.9.18-1

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:39:01 UTC (rev 265202)
+++ PKGBUILD2017-11-02 16:53:22 UTC (rev 265203)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-wm
-pkgver=1.9.17
+pkgver=1.9.18
 pkgrel=1
 pkgdesc='Deepin Window Manager'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
  'gnome-desktop' 'libgee')
 makedepends=('gnome-common' 'intltool' 'vala')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz";)
-sha512sums=('a45db7c59f4f9009b7319340276c33a8809fbe44bdd7844c9d2acf527a9a7f25fe0c4c697c267723572a574932fae4ba3ffefab5b5ab1c8171d3cb8d3b685380')
+sha512sums=('8745f6b33ca011185962965739ae6524d2518346ddef253ead5b5d785a350f46da1008ae08a6ac18e8f1511a3c6dc598411789af1c69b85669f2c6a44682a9ca')
 
 prepare() {
   export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"


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

2017-11-02 Thread Antonio Rojas
Date: Thursday, November 2, 2017 @ 16:46:29
  Author: arojas
Revision: 308863

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  sip/repos/testing-i686/
  sip/repos/testing-i686/PKGBUILD
(from rev 308862, sip/trunk/PKGBUILD)
  sip/repos/testing-x86_64/
  sip/repos/testing-x86_64/PKGBUILD
(from rev 308862, sip/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   66 ++
 testing-x86_64/PKGBUILD |   66 ++
 2 files changed, 132 insertions(+)

Copied: sip/repos/testing-i686/PKGBUILD (from rev 308862, sip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-11-02 16:46:29 UTC (rev 308863)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.19.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz";)
+md5sums=('45c9fa028fba73ae66466dbd771d1d78')
+
+prepare() {
+  cp -a sip-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sip-$pkgver
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C sipgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python2')
+
+  cd sip-$pkgver-py2
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sip/repos/testing-x86_64/PKGBUILD (from rev 308862, sip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-02 16:46:29 UTC (rev 308863)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.19.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz";)
+md5sums=('45c9fa028fba73ae66466dbd771d1d78')
+
+prepare() {
+  cp -a sip-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sip-$pkgver
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C sipgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python2')
+
+  cd sip-$pkgver-py2
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

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

2017-11-02 Thread Antonio Rojas
Date: Thursday, November 2, 2017 @ 16:45:44
  Author: arojas
Revision: 308862

Update to 4.19.4

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:33:31 UTC (rev 308861)
+++ PKGBUILD2017-11-02 16:45:44 UTC (rev 308862)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.3
+pkgver=4.19.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz";)
-md5sums=('4708187f74a4188cb4e294060707106f')
+md5sums=('45c9fa028fba73ae66466dbd771d1d78')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 16:39:01
  Author: felixonmars
Revision: 265202

archrelease: copy trunk to community-i686, community-x86_64

Added:
  deepin-mutter/repos/community-i686/PKGBUILD
(from rev 265201, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-x86_64/PKGBUILD
(from rev 265201, deepin-mutter/trunk/PKGBUILD)
Deleted:
  deepin-mutter/repos/community-i686/PKGBUILD
  deepin-mutter/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 community-i686/PKGBUILD   |   40 ---
 community-x86_64/PKGBUILD |   40 ---
 3 files changed, 90 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-02 16:38:21 UTC (rev 265201)
+++ community-i686/PKGBUILD 2017-11-02 16:39:01 UTC (rev 265202)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.21
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter";
-license=('GPL3')
-depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz";)
-sha512sums=('278068464dc6853ee69b5f0549a354bbdb802a7829021747ad2a5e2d601da0e0ba8beafbc452153b73bd3a35b40aa97f6fd064c02f02f3216837d49ded4de3dc')
-
-build() {
-  cd deepin-mutter-$pkgver
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/deepin-mutter \
---localstatedir=/var \
---enable-gtk-doc \
---enable-wayland \
---enable-native-backend \
---disable-static \
---disable-schemas-compile \
---enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd deepin-mutter-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-mutter/repos/community-i686/PKGBUILD (from rev 265201, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-02 16:39:01 UTC (rev 265202)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.20.22
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-mutter";
+license=('GPL3')
+depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz";)
+sha512sums=('fd86a539b103410c5ecf4c72d84a2cf19f5ff8eef055217af66063e3fef82b8e5f6037371a90faeab86d0f3826a98e5e5e7f038364e463130d2d55ddd37343ab')
+
+prepare() {
+  cd deepin-mutter-$pkgver
+  sed -i '/G_DEFINE_AUTOPTR_CLEANUP_FUNC.GUdev/d' 
src/backends/native/meta-launcher.c
+}
+
+build() {
+  cd deepin-mutter-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd deepin-mutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-02 16:38:21 UTC (rev 265201)
+++ community-x86_64/PKGBUILD   2017-11-02 16:39:01 UTC (rev 265202)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.21
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter";
-license=('GPL3')
-depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gno

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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 16:38:21
  Author: felixonmars
Revision: 265201

upgpkg: deepin-mutter 3.20.22-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:25:42 UTC (rev 265200)
+++ PKGBUILD2017-11-02 16:38:21 UTC (rev 265201)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.20.21
+pkgver=3.20.22
 pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('i686' 'x86_64')
@@ -16,8 +16,13 @@
 makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz";)
-sha512sums=('278068464dc6853ee69b5f0549a354bbdb802a7829021747ad2a5e2d601da0e0ba8beafbc452153b73bd3a35b40aa97f6fd064c02f02f3216837d49ded4de3dc')
+sha512sums=('fd86a539b103410c5ecf4c72d84a2cf19f5ff8eef055217af66063e3fef82b8e5f6037371a90faeab86d0f3826a98e5e5e7f038364e463130d2d55ddd37343ab')
 
+prepare() {
+  cd deepin-mutter-$pkgver
+  sed -i '/G_DEFINE_AUTOPTR_CLEANUP_FUNC.GUdev/d' 
src/backends/native/meta-launcher.c
+}
+
 build() {
   cd deepin-mutter-$pkgver
   ./autogen.sh \


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

2017-11-02 Thread Antonio Rojas
Date: Thursday, November 2, 2017 @ 16:33:30
  Author: arojas
Revision: 308860

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  krita/repos/extra-i686/PKGBUILD
(from rev 308859, krita/trunk/PKGBUILD)
  krita/repos/extra-x86_64/PKGBUILD
(from rev 308859, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/extra-i686/PKGBUILD
  krita/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-02 16:32:52 UTC (rev 308859)
+++ extra-i686/PKGBUILD 2017-11-02 16:33:30 UTC (rev 308860)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=3.3.1
-pkgrel=2
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="https://krita.org";
-license=(GPL3)
-depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker' "krita-plugin-gmic: G'MIC plugin")
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('5fb86577753b28b8915ae993c80a417f388977d04159feb69f5afc0e592bfee9'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

Copied: krita/repos/extra-i686/PKGBUILD (from rev 308859, krita/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-02 16:33:30 UTC (rev 308860)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=3.3.2.1
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+url="https://krita.org";
+license=(GPL3)
+depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker' "krita-plugin-gmic: G'MIC plugin")
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e555e1ba0cf2aef0800a49a98c5517a3f30ba6f5c47572aa410486e8d8117444'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-11-02 16:32:52 UTC (rev 308859)
+++ extra-x86_64/PKGBUILD   2017-11-02 16:33:30 UTC (rev 308860)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=3.3.1
-pkgrel=2
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="https://krita.org";
-license=(GPL3)
-depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker' "krita-plugin-gmic: G'MIC plugin")
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('5fb86577753b28b8915ae993c80a417f388977d04159feb69f5afc0e592bfee9'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

Copied: krita/rep

[arch-commits] Commit in linux-lts/repos (16 files)

2017-11-02 Thread Andreas Radke
Date: Thursday, November 2, 2017 @ 16:33:31
  Author: andyrtr
Revision: 308861

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/90-linux.hook
(from rev 308859, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 308859, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 308859, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 308859, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 308859, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 308859, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 308859, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 308859, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 308859, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 308859, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 308859, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 308859, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 308859, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 308859, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  300 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8212 +
 testing-i686/config.x86_64   | 7977 
 testing-i686/linux-lts.install   |   33 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  300 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8212 +
 testing-x86_64/config.x86_64 | 7977 
 testing-x86_64/linux-lts.install |   33 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 33116 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 308860:308861 to see the changes.


[arch-commits] Commit in linux-lts/trunk (PKGBUILD config config.x86_64)

2017-11-02 Thread Andreas Radke
Date: Thursday, November 2, 2017 @ 16:32:52
  Author: andyrtr
Revision: 308859

upgpkg: linux-lts 4.9.60-1

upstream update 4.9.60; FS#56087

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config
  linux-lts/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config|2 +-
 config.x86_64 |2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:32:39 UTC (rev 308858)
+++ PKGBUILD2017-11-02 16:32:52 UTC (rev 308859)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.9
-pkgver=4.9.59
+pkgver=4.9.60
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/";
@@ -23,10 +23,10 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'2490246b965c7df24208e6e3512ff19c69e0603435865fda5152195eab073800'
+'10f5cce03294a7bec09ffdfae3946d0f3e6cd7aced9044aa35c3f88d2cb62f6a'
 'SKIP'
-'6ee48ebd5cf5a6f1a8ab3bb8b00956345b2b2bab3b1238a90d0de09745c502ec'
-'1bec2ba1cd21b26234caf33cca737259797430d4fe5fade16e60480a9442a6e0'
+'f5611ebd9d9ff0aad420cb74857cd6b034ebc1d3fea480bca8a43610780907d5'
+'6c4d909ae6594a2956c257539c8b2f67a8de52d7335be172787d6dc8aca12c99'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')

Modified: config
===
--- config  2017-11-02 16:32:39 UTC (rev 308858)
+++ config  2017-11-02 16:32:52 UTC (rev 308859)
@@ -6634,7 +6634,7 @@
 #
 # Light sensors
 #
-# CONFIG_SENSORS_ISL29018 is not set
+CONFIG_SENSORS_ISL29018=m
 # CONFIG_SENSORS_ISL29028 is not set
 # CONFIG_TSL2583 is not set
 # CONFIG_TSL2x7x is not set

Modified: config.x86_64
===
--- config.x86_64   2017-11-02 16:32:39 UTC (rev 308858)
+++ config.x86_64   2017-11-02 16:32:52 UTC (rev 308859)
@@ -6393,7 +6393,7 @@
 #
 # Light sensors
 #
-# CONFIG_SENSORS_ISL29018 is not set
+CONFIG_SENSORS_ISL29018=m
 # CONFIG_SENSORS_ISL29028 is not set
 # CONFIG_TSL2583 is not set
 # CONFIG_TSL2x7x is not set


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

2017-11-02 Thread Antonio Rojas
Date: Thursday, November 2, 2017 @ 16:32:39
  Author: arojas
Revision: 308858

Update to 3.3.2.1

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:01:44 UTC (rev 308857)
+++ PKGBUILD2017-11-02 16:32:39 UTC (rev 308858)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=krita
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.3.2.1
+pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(i686 x86_64)
 url="https://krita.org";
@@ -13,8 +13,8 @@
 optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker' "krita-plugin-gmic: G'MIC plugin")
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('5fb86577753b28b8915ae993c80a417f388977d04159feb69f5afc0e592bfee9'
+source=("https://download.kde.org/stable/krita/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e555e1ba0cf2aef0800a49a98c5517a3f30ba6f5c47572aa410486e8d8117444'
 'SKIP')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

 


[arch-commits] Commit in virtualbox-modules-arch/repos (10 files)

2017-11-02 Thread Christian Rebischke
Date: Thursday, November 2, 2017 @ 16:25:42
  Author: shibumi
Revision: 265200

db-move: moved virtualbox-modules-arch from [community-testing] to [community] 
(i686, x86_64)

Added:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
(from rev 265199, 
virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
(from rev 265199, 
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 265199, 
virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install
(from rev 265199, 
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-testing-i686/
  virtualbox-modules-arch/repos/community-testing-x86_64/
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  160 +
 /virtualbox-modules-arch.install |   46 ++
 community-i686/PKGBUILD  |   80 --
 community-i686/virtualbox-modules-arch.install   |   23 ---
 community-x86_64/PKGBUILD|   80 --
 community-x86_64/virtualbox-modules-arch.install |   23 ---
 6 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-02 16:23:04 UTC (rev 265199)
+++ community-i686/PKGBUILD 2017-11-02 16:25:42 UTC (rev 265200)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.2.0
-pkgrel=1
-# remember to also adjust the .install file!
-_linux_major=4
-_linux_minor=13
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=("linux>=${_linux_major}.${_linux_minor}"
- "linux<${_linux_major}.$((_linux_minor+1))"
- "linux-headers>=${_linux_major}.${_linux_minor}"
- "linux-headers<${_linux_major}.$((_linux_minor+1))"
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=("linux>=${_linux_major}.${_linux_minor}"
-   "linux<${_linux_major}.$((_linux_minor+1))")
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=("linux>=${_linux_major}.${_linux_minor}"
-   "linux<${_linux_major}.$((_linux_minor+1))")
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-
-
-
-
-
-
-

Copied: virtualbox-modules-arch/repos/community-i686/PKGBUILD (from rev 265199, 
virtualbox-mo

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

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 16:22:52
  Author: alucryd
Revision: 265198

upgpkg: pantheon-terminal 0.4.3-2

Modified:
  pantheon-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:19:32 UTC (rev 265197)
+++ PKGBUILD2017-11-02 16:22:52 UTC (rev 265198)
@@ -3,7 +3,7 @@
 
 pkgname=pantheon-terminal
 pkgver=0.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Terminal Emulator'
 arch=('i686' 'x86_64')
 url='https://github.com/elementary/terminal'
@@ -16,8 +16,6 @@
 sha256sums=('b529d367b809e0d344795a68278bc430b5bcd9160103cd920928eaf0cdeece55')
 
 prepare() {
-  cd terminal-${pkgver}
-
   if [[ -d build ]]; then
 rm -rf build
   fi
@@ -25,9 +23,9 @@
 }
 
 build() {
-  cd terminal-${pkgver}/build
+  cd build
 
-  cmake .. \
+  cmake ../terminal-${pkgver} \
 -DCMAKE_BUILD_TYPE='Release' \
 -DCMAKE_INSTALL_PREFIX='/usr' \
 -DGSETTINGS_COMPILE='OFF'
@@ -35,7 +33,7 @@
 }
 
 package() {
-  cd terminal-${pkgver}/build
+  cd build
 
   make DESTDIR="${pkgdir}" install
 }


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

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 16:23:04
  Author: alucryd
Revision: 265199

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pantheon-terminal/repos/community-staging-i686/
  pantheon-terminal/repos/community-staging-i686/PKGBUILD
(from rev 265198, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-staging-x86_64/
  pantheon-terminal/repos/community-staging-x86_64/PKGBUILD
(from rev 265198, pantheon-terminal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: pantheon-terminal/repos/community-staging-i686/PKGBUILD (from rev 
265198, pantheon-terminal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-02 16:23:04 UTC (rev 265199)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-terminal
+pkgver=0.4.3
+pkgrel=2
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/terminal'
+license=('GPL3')
+depends=('glib2' 'glibc' 'gtk3' 'pango' 'vte3'
+ 'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+groups=('pantheon')
+source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz";)
+sha256sums=('b529d367b809e0d344795a68278bc430b5bcd9160103cd920928eaf0cdeece55')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../terminal-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 
265198, pantheon-terminal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-02 16:23:04 UTC (rev 265199)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-terminal
+pkgver=0.4.3
+pkgrel=2
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/terminal'
+license=('GPL3')
+depends=('glib2' 'glibc' 'gtk3' 'pango' 'vte3'
+ 'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+groups=('pantheon')
+source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz";)
+sha256sums=('b529d367b809e0d344795a68278bc430b5bcd9160103cd920928eaf0cdeece55')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../terminal-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 16:19:32
  Author: alucryd
Revision: 265197

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pantheon-photos/repos/community-staging-i686/
  pantheon-photos/repos/community-staging-i686/PKGBUILD
(from rev 265196, pantheon-photos/trunk/PKGBUILD)
  pantheon-photos/repos/community-staging-x86_64/
  pantheon-photos/repos/community-staging-x86_64/PKGBUILD
(from rev 265196, pantheon-photos/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: pantheon-photos/repos/community-staging-i686/PKGBUILD (from rev 265196, 
pantheon-photos/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-02 16:19:32 UTC (rev 265197)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-photos
+pkgver=0.2.4
+pkgrel=2
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/photos'
+license=('GPL3')
+depends=('cairo' 'gdk-pixbuf2' 'geocode-glib' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'json-glib' 'libexif'
+ 'libgee' 'libgexiv2' 'libgphoto2' 'libraw' 'libsoup' 'libxml2' 'pango'
+ 'rest' 'sqlite'
+ 'libgranite.so' 'libgudev-1.0.so')
+makedepends=('cmake' 'intltool' 'vala' 'webkit2gtk')
+optdepends=('webkit2gtk: Publishing plugins')
+source=("pantheon-photos-${pkgver}.tar.gz::https://github.com/elementary/photos/archive/${pkgver}.tar.gz";)
+sha256sums=('99761b9d6c05292671edef498483ac802d89acf848898bf2c8876825415845e4')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../photos-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_INSTALL_LIBEXECDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-photos/repos/community-staging-x86_64/PKGBUILD (from rev 
265196, pantheon-photos/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-02 16:19:32 UTC (rev 265197)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-photos
+pkgver=0.2.4
+pkgrel=2
+pkgdesc='The Pantheon Photos Manager'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/photos'
+license=('GPL3')
+depends=('cairo' 'gdk-pixbuf2' 'geocode-glib' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'json-glib' 'libexif'
+ 'libgee' 'libgexiv2' 'libgphoto2' 'libraw' 'libsoup' 'libxml2' 'pango'
+ 'rest' 'sqlite'
+ 'libgranite.so' 'libgudev-1.0.so')
+makedepends=('cmake' 'intltool' 'vala' 'webkit2gtk')
+optdepends=('webkit2gtk: Publishing plugins')
+source=("pantheon-photos-${pkgver}.tar.gz::https://github.com/elementary/photos/archive/${pkgver}.tar.gz";)
+sha256sums=('99761b9d6c05292671edef498483ac802d89acf848898bf2c8876825415845e4')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../photos-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_INSTALL_LIBEXECDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 16:19:17
  Author: alucryd
Revision: 265196

upgpkg: pantheon-photos 0.2.4-2

Modified:
  pantheon-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:14:47 UTC (rev 265195)
+++ PKGBUILD2017-11-02 16:19:17 UTC (rev 265196)
@@ -3,7 +3,7 @@
 
 pkgname=pantheon-photos
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Photos Manager'
 arch=('i686' 'x86_64')
 url='https://github.com/elementary/photos'


[arch-commits] Commit in pantheon-music/repos (8 files)

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 16:14:47
  Author: alucryd
Revision: 265195

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pantheon-music/repos/community-staging-i686/
  pantheon-music/repos/community-staging-i686/PKGBUILD
(from rev 265194, pantheon-music/trunk/PKGBUILD)
  pantheon-music/repos/community-staging-i686/mesa-demos-conflict.patch
(from rev 265194, pantheon-music/trunk/mesa-demos-conflict.patch)
  pantheon-music/repos/community-staging-i686/pantheon-music-install-dirs.patch
(from rev 265194, pantheon-music/trunk/pantheon-music-install-dirs.patch)
  pantheon-music/repos/community-staging-x86_64/
  pantheon-music/repos/community-staging-x86_64/PKGBUILD
(from rev 265194, pantheon-music/trunk/PKGBUILD)
  pantheon-music/repos/community-staging-x86_64/mesa-demos-conflict.patch
(from rev 265194, pantheon-music/trunk/mesa-demos-conflict.patch)
  
pantheon-music/repos/community-staging-x86_64/pantheon-music-install-dirs.patch
(from rev 265194, pantheon-music/trunk/pantheon-music-install-dirs.patch)

+
 community-staging-i686/PKGBUILD|   59 +++
 community-staging-i686/mesa-demos-conflict.patch   |   36 ++
 community-staging-i686/pantheon-music-install-dirs.patch   |   42 +++
 community-staging-x86_64/PKGBUILD  |   59 +++
 community-staging-x86_64/mesa-demos-conflict.patch |   36 ++
 community-staging-x86_64/pantheon-music-install-dirs.patch |   42 +++
 6 files changed, 274 insertions(+)

Copied: pantheon-music/repos/community-staging-i686/PKGBUILD (from rev 265194, 
pantheon-music/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-02 16:14:47 UTC (rev 265195)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-music
+pkgver=0.4.1
+pkgrel=2
+pkgdesc='The Pantheon Music Player'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/music'
+license=('GPL3')
+groups=('pantheon')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gst-plugins-base-libs'
+ 'gstreamer' 'gtk3' 'json-glib' 'libaccounts-glib' 'libgda' 'libgee'
+ 'libgpod' 'libgsignon-glib' 'libpeas' 'libsoup' 'pango' 'taglib'
+ 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+replaces=('noise-player')
+provides=('noise-player')
+conflicts=('noise-player')
+source=("pantheon-music-${pkgver}.tar.gz::https://github.com/elementary/music/archive/${pkgver}.tar.gz";
+'mesa-demos-conflict.patch'
+'pantheon-music-install-dirs.patch')
+sha256sums=('cd7020b8ee3bb878ff1686a86a808b06ea51f08132152c3e27b10998e8b16f77'
+'205f26c7dd613036739517620da37fea0f2a9f9d74ea546d5bce2c0a859f2792'
+'d0ebc710a742d942e04a8df61d91dd75ae4b2aeafe7fece08f1fbc90c507f1df')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+  cd music-${pkgver}
+
+  patch -Np1 -i ../mesa-demos-conflict.patch
+  patch -Np1 -i ../pantheon-music-install-dirs.patch
+}
+
+build() {
+  cd build
+
+  cmake ../music-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='OFF'
+  make -j1
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-music/repos/community-staging-i686/mesa-demos-conflict.patch 
(from rev 265194, pantheon-music/trunk/mesa-demos-conflict.patch)
===
--- community-staging-i686/mesa-demos-conflict.patch
(rev 0)
+++ community-staging-i686/mesa-demos-conflict.patch2017-11-02 16:14:47 UTC 
(rev 265195)
@@ -0,0 +1,36 @@
+diff -rupN music-0.4.1.orig/data/org.pantheon.noise.appdata.xml.in 
music-0.4.1/data/org.pantheon.noise.appdata.xml.in
+--- music-0.4.1.orig/data/org.pantheon.noise.appdata.xml.in2017-08-08 
23:41:12.570798209 +0200
 music-0.4.1/data/org.pantheon.noise.appdata.xml.in 2017-08-08 
23:42:54.621177616 +0200
+@@ -56,7 +56,7 @@
+ 
+ 
+ 
+-noise
++pantheon-music
+ libnoise-core.so.0
+ 
+ elementary LLC.
+diff -rupN music-0.4.1.orig/data/org.pantheon.noise.desktop.in.in 
music-0.4.1/data/org.pantheon.noise.desktop.in.in
+--- music-0.4.1.orig/data/org.pantheon.noise.desktop.in.in 2017-08-08 
23:41:12.570798209 +0200
 music-0.4.1/data/org.pantheon.noise.desktop.in.in  2017-08-08 
23:43:25.620407132 +0200
+@@ 

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

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 16:14:31
  Author: alucryd
Revision: 265194

upgpkg: pantheon-music 0.4.1-2

Modified:
  pantheon-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:09:24 UTC (rev 265193)
+++ PKGBUILD2017-11-02 16:14:31 UTC (rev 265194)
@@ -3,7 +3,7 @@
 
 pkgname=pantheon-music
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Music Player'
 arch=('i686' 'x86_64')
 url='https://github.com/elementary/music'


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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 16:09:24
  Author: felixonmars
Revision: 265193

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-02 16:09:00 UTC (rev 265192)
+++ PKGBUILD2017-11-02 16:09:24 UTC (rev 265193)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.33.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
-sha512sums=('d6d10dc1ad9b90213f9fe68cc81945de4497f7c4d8ee52940661ce0d75de27edf9d58a31678cd4f97ac23abfedb6c814e4952500a07d16593968e58d86f1cbf2')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 265192, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-02 16:09:24 UTC (rev 265193)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
+sha512sums=('45e49bb6bfa60b1bc78b09021c23c7180a2a7ff1f5bab317a9538a09af14e61b

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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 16:09:00
  Author: felixonmars
Revision: 265192

upgpkg: python-hypothesis 3.34.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:07:59 UTC (rev 265191)
+++ PKGBUILD2017-11-02 16:09:00 UTC (rev 265192)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.33.1
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
-sha512sums=('d6d10dc1ad9b90213f9fe68cc81945de4497f7c4d8ee52940661ce0d75de27edf9d58a31678cd4f97ac23abfedb6c814e4952500a07d16593968e58d86f1cbf2')
+sha512sums=('45e49bb6bfa60b1bc78b09021c23c7180a2a7ff1f5bab317a9538a09af14e61b07b13d8fbef1ac0bc09acd7deae7b2a5c35b9869426dfa9494422033107a9f31')
 
 prepare() {
   # Make tests faster


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

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 16:07:48
  Author: alucryd
Revision: 265190

upgpkg: pantheon-files 0.3.5-2

Modified:
  pantheon-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:03:52 UTC (rev 265189)
+++ PKGBUILD2017-11-02 16:07:48 UTC (rev 265190)
@@ -3,7 +3,7 @@
 
 pkgname=pantheon-files
 pkgver=0.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon File Manager'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/pantheon-files'


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

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 16:07:59
  Author: alucryd
Revision: 265191

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pantheon-files/repos/community-staging-i686/
  pantheon-files/repos/community-staging-i686/PKGBUILD
(from rev 265190, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-staging-x86_64/
  pantheon-files/repos/community-staging-x86_64/PKGBUILD
(from rev 265190, pantheon-files/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: pantheon-files/repos/community-staging-i686/PKGBUILD (from rev 265190, 
pantheon-files/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-02 16:07:59 UTC (rev 265191)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-files
+pkgver=0.3.5
+pkgrel=2
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+groups=('pantheon')
+depends=('atk' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libcanberra'
+ 'libgee' 'libnotify' 'pango' 'sqlite' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+'tumbler: Thumbnails generation')
+source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz";)
+sha256sums=('fd58b00ea3ad835d62f248a982e508b5199b846d67c5d92bf958e85e670f8a7e')
+
+prepare() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-files-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-staging-x86_64/PKGBUILD (from rev 
265190, pantheon-files/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-02 16:07:59 UTC (rev 265191)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-files
+pkgver=0.3.5
+pkgrel=2
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+groups=('pantheon')
+depends=('atk' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libcanberra'
+ 'libgee' 'libnotify' 'pango' 'sqlite' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+'tumbler: Thumbnails generation')
+source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz";)
+sha256sums=('fd58b00ea3ad835d62f248a982e508b5199b846d67c5d92bf958e85e670f8a7e')
+
+prepare() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-files-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 16:03:52
  Author: alucryd
Revision: 265189

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  granite/repos/community-staging-i686/
  granite/repos/community-staging-i686/PKGBUILD
(from rev 265188, granite/trunk/PKGBUILD)
  granite/repos/community-staging-x86_64/
  granite/repos/community-staging-x86_64/PKGBUILD
(from rev 265188, granite/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: granite/repos/community-staging-i686/PKGBUILD (from rev 265188, 
granite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-02 16:03:52 UTC (rev 265189)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=granite
+pkgver=0.5
+pkgrel=1
+pkgdesc='Library that extends Gtk+'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/granite'
+license=('LGPL3')
+groups=('pantheon')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee' 'pango')
+makedepends=('cmake' 'gobject-introspection' 'vala')
+provides=('libgranite.so')
+source=("granite-${pkgver}.tar.gz::https://github.com/elementary/granite/archive/${pkgver}.tar.gz";)
+sha256sums=('cc4905ae70fddeba3d2ded44bb642be77d419aa090251a7ab24c155b8616be06')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../granite-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: granite/repos/community-staging-x86_64/PKGBUILD (from rev 265188, 
granite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-02 16:03:52 UTC (rev 265189)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=granite
+pkgver=0.5
+pkgrel=1
+pkgdesc='Library that extends Gtk+'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/granite'
+license=('LGPL3')
+groups=('pantheon')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee' 'pango')
+makedepends=('cmake' 'gobject-introspection' 'vala')
+provides=('libgranite.so')
+source=("granite-${pkgver}.tar.gz::https://github.com/elementary/granite/archive/${pkgver}.tar.gz";)
+sha256sums=('cc4905ae70fddeba3d2ded44bb642be77d419aa090251a7ab24c155b8616be06')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../granite-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 16:03:33
  Author: alucryd
Revision: 265188

upgpkg: granite 0.5-1

Modified:
  granite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:00:18 UTC (rev 265187)
+++ PKGBUILD2017-11-02 16:03:33 UTC (rev 265188)
@@ -3,7 +3,7 @@
 # Contributor: Ner0 
 
 pkgname=granite
-pkgver=0.4.1
+pkgver=0.5
 pkgrel=1
 pkgdesc='Library that extends Gtk+'
 arch=('i686' 'x86_64')
@@ -14,11 +14,9 @@
 makedepends=('cmake' 'gobject-introspection' 'vala')
 provides=('libgranite.so')
 
source=("granite-${pkgver}.tar.gz::https://github.com/elementary/granite/archive/${pkgver}.tar.gz";)
-sha256sums=('035a9b36ef73352ff8a76be06b876d9e2ea6633abb693fb67297d998c8d3a240')
+sha256sums=('cc4905ae70fddeba3d2ded44bb642be77d419aa090251a7ab24c155b8616be06')
 
 prepare() {
-  cd granite-${pkgver}
-
   if [[ -d build ]]; then
 rm -rf build
   fi
@@ -26,9 +24,9 @@
 }
 
 build() {
-  cd granite-${pkgver}/build
+  cd build
 
-  cmake .. \
+  cmake ../granite-${pkgver} \
 -DCMAKE_BUILD_TYPE='Release' \
 -DCMAKE_INSTALL_PREFIX='/usr' \
 -DCMAKE_INSTALL_LIBDIR='/usr/lib'
@@ -36,7 +34,7 @@
 }
 
 package() {
-  cd granite-${pkgver}/build
+  cd build
 
   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in stack/repos (8 files)

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:57:46
  Author: felixonmars
Revision: 265183

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 265182, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/conduit-extra-1.2.0.patch
(from rev 265182, stack/trunk/conduit-extra-1.2.0.patch)
  stack/repos/community-staging-i686/stack.install
(from rev 265182, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 265182, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/conduit-extra-1.2.0.patch
(from rev 265182, stack/trunk/conduit-extra-1.2.0.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 265182, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   72 ++
 community-staging-i686/conduit-extra-1.2.0.patch   |   73 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   72 ++
 community-staging-x86_64/conduit-extra-1.2.0.patch |   73 +++
 community-staging-x86_64/stack.install |4 +
 6 files changed, 298 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 265182, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-02 15:57:46 UTC (rev 265183)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.5.99.20171022
+_commit=7bddfaf7f9f8cd9ec1c710fa83e77262e494eee4
+pkgrel=4
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-attoparsec" "haskell-base64-bytestring" 
"haskell-bindings-uname"
+ "haskell-blaze-builder" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-cryptonite-conduit" "haskell-echo" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-file-embed" 
"haskell-filelock"
+ "haskell-fsnotify" "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-http-client" 
"haskell-http-client-tls"
+ "haskell-http-conduit" "haskell-http-types" "haskell-hpack" 
"haskell-memory"
+ "haskell-microlens" "haskell-microlens-mtl" "haskell-mintty" 
"haskell-monad-logger"
+ "haskell-mtl" "haskell-network-uri" "haskell-open-browser" 
"haskell-optparse-applicative"
+ "haskell-optparse-simple" "haskell-path" "haskell-path-io" 
"haskell-persistent"
+ "haskell-persistent-sqlite" "haskell-persistent-template" 
"haskell-pid1" "haskell-primitive"
+ "haskell-project-template" "haskell-regex-applicative-text" 
"haskell-resourcet"
+ "haskell-retry" "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-store"
+ "haskell-store-core" "haskell-streaming-commons" "haskell-tar" 
"haskell-text"
+ "haskell-text-metrics" "haskell-tls" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unliftio" "haskell-unordered-containers" "haskell-vector" 
"haskell-yaml"
+ "haskell-zip-archive" "haskell-zlib")
+makedepends=('ghc')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$_commit.tar.gz::https://github.com/commercialhaskell/stack/archive/$_commit.tar.gz";
+conduit-extra-1.2.0.patch)
+sha512sums=('a40f54f6ec020826315098aaed75037b9da6543a132f1f39a31dfb40a394557b3157f0b4bd00f43cf97be5fa4d72cce54e9cdbc28e1f33244dda08d6cd0b63d2'
+
'7b10127222a93a2a3891f55219e388ed4f5484dc285ad858a163835eba583ba09367831a1b4e70da430dbc21e70d06ea2cd3c1491a2c957c862302d3584aea39')
+
+prepare() {
+  mv $pkgname-$_commit $pkgname-$pkgver
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../conduit-extra-1.2.0.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+

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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:56:57
  Author: felixonmars
Revision: 265181

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-02 15:56:34 UTC (rev 265180)
+++ PKGBUILD2017-11-02 15:56:57 UTC (rev 265181)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.15.4
-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')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
-noextract=("$_gemname-$pkgver.gem")
-sha512sums=('15736d6bbae792fc029f078705cb2a4eae5f9f78e1219eb3f2d0d0e2c3092df3da97abd3b107c9abbbe680ed99f11d450b0402ab9bf3313cb7aa60e3f631bed8')
-
-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 265180, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-02 15:56:57 UTC (rev 265181)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.16.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')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
+noextract=("$_gemname-$pkgver.gem")
+sha512sums=('9b99a1c7cb912c7ef970a17d7ad6b6be36a27a5316534cb96d9f8b1dc7935d9b04a8f755149be78ceb696f9a731ce919d42820e3538844fa22a0d480be9a')
+
+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 stack/trunk (PKGBUILD)

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:57:09
  Author: felixonmars
Revision: 265182

upgpkg: stack 1.5.99.20171022-4

rebuild with mono-traversable,1.0.4.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:56:57 UTC (rev 265181)
+++ PKGBUILD2017-11-02 15:57:09 UTC (rev 265182)
@@ -5,7 +5,7 @@
 pkgname=stack
 pkgver=1.5.99.20171022
 _commit=7bddfaf7f9f8cd9ec1c710fa83e77262e494eee4
-pkgrel=3
+pkgrel=4
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:56:34
  Author: felixonmars
Revision: 265180

upgpkg: ruby-bundler 1.16.0-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:55:30 UTC (rev 265179)
+++ PKGBUILD2017-11-02 15:56:34 UTC (rev 265180)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.15.4
+pkgver=1.16.0
 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=('15736d6bbae792fc029f078705cb2a4eae5f9f78e1219eb3f2d0d0e2c3092df3da97abd3b107c9abbbe680ed99f11d450b0402ab9bf3313cb7aa60e3f631bed8')
+sha512sums=('9b99a1c7cb912c7ef970a17d7ad6b6be36a27a5316534cb96d9f8b1dc7935d9b04a8f755149be78ceb696f9a731ce919d42820e3538844fa22a0d480be9a')
 
 package() {
   cd "$srcdir"


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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:55:30
  Author: felixonmars
Revision: 265179

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-02 15:54:56 UTC (rev 265178)
+++ community-i686/PKGBUILD 2017-11-02 15:55:30 UTC (rev 265179)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=2.9.94
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn";
-license=('GPL3')
-depends=('dtkwidget' '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=('58f002be745e6e73236ee54f166df2e40c9ab0f8c56f74851cb4af757fa05e13ee07ec821d66757b4677be57c4f1f9e3db6a43cbf65cdb63ba0d99527f3b2744')
-
-build(){
-  cd deepin-movie-reborn-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd deepin-movie-reborn-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-movie/repos/community-i686/PKGBUILD (from rev 265178, 
deepin-movie/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-02 15:55:30 UTC (rev 265179)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=2.9.95
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn";
+license=('GPL3')
+depends=('dtkwidget' '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=('6d814fc3270a6ec41dfd6f95c9f429b60ce0e80d3ace0606ee38b3f4d74010b60c04e6b3c9fbfeaf344d362d2850a091752872c9318cf54e21e95fe18bc4b1af')
+
+build(){
+  cd deepin-movie-reborn-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-02 15:54:56 UTC (rev 265178)
+++ community-x86_64/PKGBUILD   2017-11-02 15:55:30 UTC (rev 265179)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=2.9.94
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn";
-license=('GPL3')
-depends=('dtkwidget' '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=('58f002be745e6e73236ee54f166df2e40c9ab0f8c56f74851cb4af757fa05e13ee07ec821d66757b4677be57c4f1f9e3db6a43cbf65cdb63ba0d99527f3b2744')
-
-build(){
-  cd deepin-movie-reborn-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -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 265178, 
deepin-movie/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-02 15:55:30 UTC (rev 265179)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=2.9.95
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn";
+license=('GPL3')
+depends=('dtkwidget' '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=('6d814fc3270a6ec41dfd6f95c9f429b60ce0e80d3ace0606ee38b3f4d74010b60c04e6b3c9fbfeaf344d362d2850a091752872c9318cf54e21e95fe18bc4b1af')
+
+build(){
+  cd deepin-movie-reborn-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Re

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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:54:44
  Author: felixonmars
Revision: 265177

archrelease: copy trunk to community-i686, community-x86_64

Added:
  deepin-picker/repos/community-i686/PKGBUILD
(from rev 265176, deepin-picker/trunk/PKGBUILD)
  deepin-picker/repos/community-x86_64/PKGBUILD
(from rev 265176, deepin-picker/trunk/PKGBUILD)
Deleted:
  deepin-picker/repos/community-i686/PKGBUILD
  deepin-picker/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-02 15:54:08 UTC (rev 265176)
+++ community-i686/PKGBUILD 2017-11-02 15:54:44 UTC (rev 265177)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-picker
-pkgver=1.1
-pkgrel=1
-pkgdesc='Color picker tool for deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-picker";
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz";)
-sha512sums=('03ae458a901a1c267d9942bb0b9b28ef20fda294c4900b5aa71b2932ab7cc5b08fc68352389840d298c96b4082f5b5e4bd9f7421d671010dd142f8e70b8885f9')
-
-build() {
-  cd deepin-picker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-picker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-picker/repos/community-i686/PKGBUILD (from rev 265176, 
deepin-picker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-02 15:54:44 UTC (rev 265177)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=1.4
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker";
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz";)
+sha512sums=('20f90ef6d17a42e56bdb4123bcc79ba1b79ce639ca41bba76a0b29aa5d6a93364d83f12bb48077321ca5cd75c6058239ec3ec98f702928362349fb6e41069d79')
+
+build() {
+  cd deepin-picker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-picker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-02 15:54:08 UTC (rev 265176)
+++ community-x86_64/PKGBUILD   2017-11-02 15:54:44 UTC (rev 265177)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-picker
-pkgver=1.1
-pkgrel=1
-pkgdesc='Color picker tool for deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-picker";
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz";)
-sha512sums=('03ae458a901a1c267d9942bb0b9b28ef20fda294c4900b5aa71b2932ab7cc5b08fc68352389840d298c96b4082f5b5e4bd9f7421d671010dd142f8e70b8885f9')
-
-build() {
-  cd deepin-picker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-picker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-picker/repos/community-x86_64/PKGBUILD (from rev 265176, 
deepin-picker/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-02 15:54:44 UTC (rev 265177)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-picker
+pkgver=1.4
+pkgrel=1
+pkgdesc='Color picker tool for deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-picker";
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz";)
+sha512sums=('20f90ef6d17a42e56bdb4123bcc79ba1b79ce639ca41bba76a0b29aa5d6a93364d83f12bb48077321ca5cd75c6058239ec3ec98f702928362349fb6e41069d79')
+
+build() {
+  cd deepin-picker-$pkgver
+  qmake-qt5 PREFI

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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:54:56
  Author: felixonmars
Revision: 265178

upgpkg: deepin-movie 1:2.9.95-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:54:44 UTC (rev 265177)
+++ PKGBUILD2017-11-02 15:54:56 UTC (rev 265178)
@@ -3,7 +3,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=2.9.94
+pkgver=2.9.95
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz";)
-sha512sums=('58f002be745e6e73236ee54f166df2e40c9ab0f8c56f74851cb4af757fa05e13ee07ec821d66757b4677be57c4f1f9e3db6a43cbf65cdb63ba0d99527f3b2744')
+sha512sums=('6d814fc3270a6ec41dfd6f95c9f429b60ce0e80d3ace0606ee38b3f4d74010b60c04e6b3c9fbfeaf344d362d2850a091752872c9318cf54e21e95fe18bc4b1af')
 
 build(){
   cd deepin-movie-reborn-$pkgver


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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:54:08
  Author: felixonmars
Revision: 265176

upgpkg: deepin-picker 1.4-1

Modified:
  deepin-picker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:49:47 UTC (rev 265175)
+++ PKGBUILD2017-11-02 15:54:08 UTC (rev 265176)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-picker
-pkgver=1.1
+pkgver=1.4
 pkgrel=1
 pkgdesc='Color picker tool for deepin'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools' 'deepin-gettext-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-picker/archive/$pkgver.tar.gz";)
-sha512sums=('03ae458a901a1c267d9942bb0b9b28ef20fda294c4900b5aa71b2932ab7cc5b08fc68352389840d298c96b4082f5b5e4bd9f7421d671010dd142f8e70b8885f9')
+sha512sums=('20f90ef6d17a42e56bdb4123bcc79ba1b79ce639ca41bba76a0b29aa5d6a93364d83f12bb48077321ca5cd75c6058239ec3ec98f702928362349fb6e41069d79')
 
 build() {
   cd deepin-picker-$pkgver


[arch-commits] Commit in knot/repos (16 files)

2017-11-02 Thread Bruno Pagani
Date: Thursday, November 2, 2017 @ 15:49:47
  Author: archange
Revision: 265175

archrelease: copy trunk to community-i686, community-x86_64

Added:
  knot/repos/community-i686/PKGBUILD
(from rev 265174, knot/trunk/PKGBUILD)
  knot/repos/community-i686/knot.service
(from rev 265174, knot/trunk/knot.service)
  knot/repos/community-i686/knot.sysusers
(from rev 265174, knot/trunk/knot.sysusers)
  knot/repos/community-i686/knot.tmpfiles
(from rev 265174, knot/trunk/knot.tmpfiles)
  knot/repos/community-x86_64/PKGBUILD
(from rev 265174, knot/trunk/PKGBUILD)
  knot/repos/community-x86_64/knot.service
(from rev 265174, knot/trunk/knot.service)
  knot/repos/community-x86_64/knot.sysusers
(from rev 265174, knot/trunk/knot.sysusers)
  knot/repos/community-x86_64/knot.tmpfiles
(from rev 265174, knot/trunk/knot.tmpfiles)
Deleted:
  knot/repos/community-i686/PKGBUILD
  knot/repos/community-i686/knot.service
  knot/repos/community-i686/knot.sysusers
  knot/repos/community-i686/knot.tmpfiles
  knot/repos/community-x86_64/PKGBUILD
  knot/repos/community-x86_64/knot.service
  knot/repos/community-x86_64/knot.sysusers
  knot/repos/community-x86_64/knot.tmpfiles

+
 /PKGBUILD  |  136 +++
 /knot.service  |   22 ++
 /knot.sysusers |2 
 /knot.tmpfiles |4 +
 community-i686/PKGBUILD|   68 ---
 community-i686/knot.service|   11 ---
 community-i686/knot.sysusers   |1 
 community-i686/knot.tmpfiles   |2 
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/knot.service  |   11 ---
 community-x86_64/knot.sysusers |1 
 community-x86_64/knot.tmpfiles |2 
 12 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-02 15:49:18 UTC (rev 265174)
+++ community-i686/PKGBUILD 2017-11-02 15:49:47 UTC (rev 265175)
@@ -1,68 +0,0 @@
-# Maintainer:  Ondřej Surý 
-# Maintainer:  Julian Brost 
-# Contributor: Oleander Reis 
-# Contributor: Otto Sabart 
-
-pkgname=knot
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="High-performance authoritative-only DNS server"
-arch=('i686' 'x86_64')
-url="https://www.knot-dns.cz/";
-license=('GPL3')
-depends=('lmdb' 'liburcu' 'protobuf-c' 'fstrm' 'libedit' 'systemd' 'libcap-ng' 
'gnutls')
-optdepends=('python: for pykeymgr')
-backup=('etc/knot/knot.conf')
-
-source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc}
-"${pkgname}.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha256sums=('68e04961d0bf6ba193cb7ec658b295c4ff6e60b3754d64bcd77ebdcee0f283fd'
-'SKIP'
-'353e109d07483d029a85106021c108767aab74427abec6a66c8e3c6b39a0b41f'
-'76c47120f91dbe467454a2f5330067d3dfd6ac5dacda5f3a095138b9a8877855'
-'793fee121d03acce87e3b04cfa869d4eb65e6ac0ee3e1257804fa526fa60d7f5')
-validpgpkeys=('742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB') # Daniel Salzman 

-
-build() {
-cd ${pkgname}-${pkgver}
-
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---libexecdir=/usr/lib/knot \
---with-rundir=/run/knot \
---with-storage=/var/lib/knot \
---enable-recvmmsg \
---enable-dnstap \
---enable-systemd \
---enable-reuseport \
---disable-silent-rules
-
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
-rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
-
-rm "${pkgdir}"/etc/knot/example.com.zone
-mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
-
-cd ..
-install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-}

Copied: knot/repos/community-i686/PKGBUILD (from rev 265174, 
knot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-02 15:49:47 UTC (rev 265175)
@@ -0,0 +1,68 @@
+# Maintainer:  Ondřej Surý 
+# Maintainer:  Julian Brost 
+# Contributor: Oleander Reis 
+# Contributor: Otto Sabart 
+
+pkgname=knot
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="High-performance authoritative-only DNS server"
+arch=('i686' 'x86_64')
+url="https://www.knot-dns.cz/";
+license=('GPL3')
+depends=('lmdb' 'liburcu' 'protobuf-c' 'fstrm' 'libedit' 'systemd' 'libcap-ng' 
'gnutls')
+optdepends=('python: for pykeymgr')

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

2017-11-02 Thread Bruno Pagani
Date: Thursday, November 2, 2017 @ 15:49:18
  Author: archange
Revision: 265174

upgpkg: knot 2.6.1-1

Modified:
  knot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:40:18 UTC (rev 265173)
+++ PKGBUILD2017-11-02 15:49:18 UTC (rev 265174)
@@ -4,7 +4,7 @@
 # Contributor: Otto Sabart 
 
 pkgname=knot
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="High-performance authoritative-only DNS server"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.service"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
-sha256sums=('68e04961d0bf6ba193cb7ec658b295c4ff6e60b3754d64bcd77ebdcee0f283fd'
+sha256sums=('3013d45b4c7484268f3cad078f66f730a5bc9606e6b1061488dd821c1dce41e3'
 'SKIP'
 '353e109d07483d029a85106021c108767aab74427abec6a66c8e3c6b39a0b41f'
 '76c47120f91dbe467454a2f5330067d3dfd6ac5dacda5f3a095138b9a8877855'


[arch-commits] Commit in elementary-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 15:40:18
  Author: alucryd
Revision: 265173

archrelease: copy trunk to community-any

Added:
  elementary-icon-theme/repos/community-any/PKGBUILD
(from rev 265172, elementary-icon-theme/trunk/PKGBUILD)
Deleted:
  elementary-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-02 15:37:06 UTC (rev 265172)
+++ PKGBUILD2017-11-02 15:40:18 UTC (rev 265173)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Diego Principe 
-# Contributor: paterbrown 
-# Contributor: Josip 
-
-pkgname=elementary-icon-theme
-pkgver=4.2.0
-pkgrel=1
-pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
-arch=('any')
-url='https://launchpad.net/elementaryicons'
-license=('GPL3')
-depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
-options=('!emptydirs' '!strip')
-source=("https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tar.xz";)
-sha256sums=('7505f498f712713415bc8a5468cd20fba9689cd7b42878659bad1118294c3470')
-
-prepare() {
-  cd elementary-icon-theme-${pkgver}
-
-  rm AUTHORS CONTRIBUTORS COPYING
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/share/icons
-  cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} 
"${pkgdir}"/usr/share/icons/elementary
-
-  find "${pkgdir}" -type d -exec chmod 755 {} +
-  find "${pkgdir}" -type f -exec chmod 644 {} +
-}
-
-# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 265172, 
elementary-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-02 15:40:18 UTC (rev 265173)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Diego Principe 
+# Contributor: paterbrown 
+# Contributor: Josip 
+
+pkgname=elementary-icon-theme
+pkgver=4.3.1
+pkgrel=1
+pkgdesc='Named, vector icons for elementary OS'
+arch=('any')
+url='https://github.com/elementary/icons'
+license=('GPL3')
+groups=('pantheon')
+depends=('hicolor-icon-theme')
+makedepends=('cmake')
+source=("elementary-icon-theme-${pkgver}.tar.gz::https://github.com/elementary/icons/archive/${pkgver}.tar.gz";)
+sha256sums=('2fcb35760aa3285a17ecd5ef127fe5384a20cb6e86c2b4cd9ed7942063a70a10')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../icons-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in deepin-file-manager/repos (4 files)

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:37:06
  Author: felixonmars
Revision: 265172

archrelease: copy trunk to community-i686, community-x86_64

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 265171, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 265171, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-02 15:36:30 UTC (rev 265171)
+++ community-i686/PKGBUILD 2017-11-02 15:37:06 UTC (rev 265172)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.3.5
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
- 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('ffae645602ff1471ac3a087d8669517159745c00de27fd04f7c7702519e516a5154ac2fc6e36ec3a04f10d25595bfa84c18ef93c3f95d5d1e5beb2fe904592f5')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 265171, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-02 15:37:06 UTC (rev 265172)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.4.0
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
+ 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
+sha512sums=('266ea5de43c5f59abcb8649788f93f3b081c26e5e234a022e002de9cfdef24702140b64c17f49302c5f5b7050f5951b26292fd48b98f7791f25c0f4be667f15d')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-02 15:36:30 UTC (rev 265171)
+++ community-x86_64/PKGBUILD   2017-11-02 15:37:06 UTC (rev 265172)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.3.5
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
- 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('ffae645602ff1471ac3a087d8669517159745c00de27fd04f7c7702519e516a5154ac2fc6e36ec3a04f10d25595bfa84c18ef93c3f95d5d1e5beb2fe90459

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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:36:30
  Author: felixonmars
Revision: 265171

upgpkg: deepin-file-manager 1:4.4.0-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:35:48 UTC (rev 265170)
+++ PKGBUILD2017-11-02 15:36:30 UTC (rev 265171)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.3.5
+pkgver=4.4.0
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -20,7 +20,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('ffae645602ff1471ac3a087d8669517159745c00de27fd04f7c7702519e516a5154ac2fc6e36ec3a04f10d25595bfa84c18ef93c3f95d5d1e5beb2fe904592f5')
+sha512sums=('266ea5de43c5f59abcb8649788f93f3b081c26e5e234a022e002de9cfdef24702140b64c17f49302c5f5b7050f5951b26292fd48b98f7791f25c0f4be667f15d')
 
 build() {
   cd dde-file-manager-$pkgver


[arch-commits] Commit in elementary-icon-theme/trunk (PKGBUILD)

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 15:35:48
  Author: alucryd
Revision: 265170

upgpkg: elementary-icon-theme 4.3.1-1

Modified:
  elementary-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:29:52 UTC (rev 265169)
+++ PKGBUILD2017-11-02 15:35:48 UTC (rev 265170)
@@ -5,29 +5,38 @@
 # Contributor: Josip 
 
 pkgname=elementary-icon-theme
-pkgver=4.2.0
+pkgver=4.3.1
 pkgrel=1
-pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
+pkgdesc='Named, vector icons for elementary OS'
 arch=('any')
-url='https://launchpad.net/elementaryicons'
+url='https://github.com/elementary/icons'
 license=('GPL3')
-depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
-options=('!emptydirs' '!strip')
-source=("https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tar.xz";)
-sha256sums=('7505f498f712713415bc8a5468cd20fba9689cd7b42878659bad1118294c3470')
+groups=('pantheon')
+depends=('hicolor-icon-theme')
+makedepends=('cmake')
+source=("elementary-icon-theme-${pkgver}.tar.gz::https://github.com/elementary/icons/archive/${pkgver}.tar.gz";)
+sha256sums=('2fcb35760aa3285a17ecd5ef127fe5384a20cb6e86c2b4cd9ed7942063a70a10')
 
 prepare() {
-  cd elementary-icon-theme-${pkgver}
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
 
-  rm AUTHORS CONTRIBUTORS COPYING
+build() {
+  cd build
+
+  cmake ../icons-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
 }
 
 package() {
-  install -dm 755 "${pkgdir}"/usr/share/icons
-  cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} 
"${pkgdir}"/usr/share/icons/elementary
+  cd build
 
-  find "${pkgdir}" -type d -exec chmod 755 {} +
-  find "${pkgdir}" -type f -exec chmod 644 {} +
+  make DESTDIR="${pkgdir}" install
 }
 
 # vim: ts=2 sw=2 et:


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

2017-11-02 Thread Johannes Löthberg
Date: Thursday, November 2, 2017 @ 15:29:52
  Author: demize
Revision: 265169

archrelease: copy trunk to community-testing-x86_64, community-testing-i686

Added:
  rust/repos/community-testing-i686/
  
rust/repos/community-testing-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
(from rev 265168, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
  rust/repos/community-testing-i686/PKGBUILD
(from rev 265168, rust/trunk/PKGBUILD)
  rust/repos/community-testing-i686/bootstrap-config.toml
(from rev 265168, rust/trunk/bootstrap-config.toml)
  rust/repos/community-testing-x86_64/
  
rust/repos/community-testing-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
(from rev 265168, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
  rust/repos/community-testing-x86_64/PKGBUILD
(from rev 265168, rust/trunk/PKGBUILD)
  rust/repos/community-testing-x86_64/bootstrap-config.toml
(from rev 265168, rust/trunk/bootstrap-config.toml)

---+
 
community-testing-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
  |   32 
 community-testing-i686/PKGBUILD
   |   75 ++
 community-testing-i686/bootstrap-config.toml   
   |   21 ++
 
community-testing-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
 |   32 
 community-testing-x86_64/PKGBUILD  
   |   75 ++
 community-testing-x86_64/bootstrap-config.toml 
   |   21 ++
 6 files changed, 256 insertions(+)

Copied: 
rust/repos/community-testing-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
 (from rev 265168, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
===
--- 
community-testing-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
(rev 0)
+++ 
community-testing-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
2017-11-02 15:29:52 UTC (rev 265169)
@@ -0,0 +1,32 @@
+From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Thu, 20 Jul 2017 23:07:01 +0200
+Subject: [PATCH] librustc_llvm/build: Force link against libffi
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
+turned out to take quite a bit of effort, so force libffi linking in
+here for now.
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/librustc_llvm/build.rs | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
+index 3f0f536960..7dc0c40c9d 100644
+--- a/src/librustc_llvm/build.rs
 b/src/librustc_llvm/build.rs
+@@ -220,6 +220,7 @@ fn main() {
+ };
+ println!("cargo:rustc-link-lib={}={}", kind, name);
+ }
++println!("cargo:rustc-link-lib=dylib=ffi");
+ 
+ // LLVM ldflags
+ //
+-- 
+2.13.3
+

Copied: rust/repos/community-testing-i686/PKGBUILD (from rev 265168, 
rust/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-11-02 15:29:52 UTC (rev 265169)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.21.0
+pkgrel=2
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64' 'i686')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+bootstrap-config.toml)
+
+sha256sums=('1707c142244b5bd909993559c6116c81987c1de21d6207c05d3ecbe5bba548fa'
+'SKIP'
+'6c25c451d6286efd19e96a552406c8b299345749577cf924699cf4c3831d9ad0')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/bootstrap-config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs')
+  provides=('cargo')
+  conflicts=('cargo')
+  replaces=('cargo')
+
+
+  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/{compon

[arch-commits] Commit in rust/trunk (PKGBUILD bootstrap-config.toml)

2017-11-02 Thread Johannes Löthberg
Date: Thursday, November 2, 2017 @ 15:29:39
  Author: demize
Revision: 265168

upgpkg: rust 1:1.21.0-2

Modified:
  rust/trunk/PKGBUILD
  rust/trunk/bootstrap-config.toml

---+
 PKGBUILD  |9 +++--
 bootstrap-config.toml |6 --
 2 files changed, 3 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:28:45 UTC (rev 265167)
+++ PKGBUILD2017-11-02 15:29:39 UTC (rev 265168)
@@ -7,7 +7,7 @@
 pkgname=('rust' 'rust-docs')
 epoch=1
 pkgver=1.21.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
 url='https://www.rust-lang.org/'
@@ -14,24 +14,21 @@
 arch=('x86_64' 'i686')
 license=('MIT' 'Apache')
 
-makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'cmake')
+makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake')
 
 options=('!emptydirs')
 
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-0001-librustc_llvm-build-Force-link-against-libffi.patch
 bootstrap-config.toml)
 
 sha256sums=('1707c142244b5bd909993559c6116c81987c1de21d6207c05d3ecbe5bba548fa'
 'SKIP'
-'563529da8e02f575ddde7247d5fc5350d74031daa54743b86d075f3c45ae2713'
-'4252d4873a840216115ee306e4d689819bc791ee05bedd1faa0b00c49ff91c62')
+'6c25c451d6286efd19e96a552406c8b299345749577cf924699cf4c3831d9ad0')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
 
 prepare() {
   cd "rustc-$pkgver-src"
 
-  patch -p1 <"$srcdir"/0001-librustc_llvm-build-Force-link-against-libffi.patch
   cp "$srcdir"/bootstrap-config.toml config.toml
 }
 

Modified: bootstrap-config.toml
===
--- bootstrap-config.toml   2017-11-02 15:28:45 UTC (rev 265167)
+++ bootstrap-config.toml   2017-11-02 15:29:39 UTC (rev 265168)
@@ -19,9 +19,3 @@
 #debuginfo-lines = false
 
 channel = "stable"
-
-[target.x86_64-unknown-linux-gnu]
-llvm-config = "/usr/bin/llvm-config"
-
-[target.i686-unknown-linux-gnu]
-llvm-config = "/usr/bin/llvm-config"


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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:28:45
  Author: felixonmars
Revision: 265167

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-store/repos/community-staging-i686/
  haskell-store/repos/community-staging-i686/PKGBUILD
(from rev 265166, haskell-store/trunk/PKGBUILD)
  haskell-store/repos/community-staging-x86_64/
  haskell-store/repos/community-staging-x86_64/PKGBUILD
(from rev 265166, haskell-store/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-store/repos/community-staging-i686/PKGBUILD (from rev 265166, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-02 15:28:45 UTC (rev 265167)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.3.2
+pkgrel=10
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0faa8b71cd2a078e989fb0da428d0f78cf2a7c85fb11584949e47e8a20f5f0f919d7ad82de1f6ce1e1ac33098179adc382dedb04c75db64f2654eeab60fdbb9d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-comparison-bench -f-small-bench
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 265166, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-02 15:28:45 UTC (rev 265167)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.3.2
+pkgrel=10
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0faa8b71cd2a078e989fb0da428d0f78cf2a7c85fb11584949e47e8a20f5f0f919d7ad82de1f6ce1e1ac33098179adc382dedb04c75db64f2654eeab60fdbb9d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgv

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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:28:14
  Author: felixonmars
Revision: 265166

upgpkg: haskell-store 0.4.3.2-10

rebuild with mono-traversable,1.0.4.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:22:54 UTC (rev 265165)
+++ PKGBUILD2017-11-02 15:28:14 UTC (rev 265166)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.4.3.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store";
 license=('custom:BSD3')


[arch-commits] Commit in lib32-gtk3/repos/multilib-x86_64 (4 files)

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 15:22:54
  Author: alucryd
Revision: 265165

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 265164, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 265164, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
Deleted:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook

-+
 PKGBUILD|  136 +++---
 gtk-query-immodules-3.0-32.hook |   22 +++---
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-02 15:22:43 UTC (rev 265164)
+++ PKGBUILD2017-11-02 15:22:54 UTC (rev 265165)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.22.21
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit'
-arch=('x86_64')
-license=('LGPL')
-url='http://www.gtk.org/'
-depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-gdk-pixbuf2'
- 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' 'lib32-librsvg'
- 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama'
- 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest')
-makedepends=('gcc-multilib' 'git' 'gobject-introspection' 'gtk-doc')
-_commit='fad199b4068603b1d822330d98ccfc5f0d761ac5'
-source=("git+https://git.gnome.org/browse/gtk+#commit=${_commit}";
-'gtk-query-immodules-3.0-32.hook')
-sha256sums=('SKIP'
-'c87e56504cd38d73748d12e87353680156cdeef30d082cca407d2375db821115')
-
-pkgver() {
-  cd gtk+
-
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk+
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk+
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---enable-{broadway,wayland,x11}-backend \
---disable-libcanberra \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gtk+
-
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-  mv "${pkgdir}"/usr/bin/gtk-query-settings{,-32}
-  rm 
"${pkgdir}"/usr/bin/{broadwayd,gtk-{builder-tool,encode-symbolic-svg,launch,update-icon-cache},gtk3-{demo,demo-application,icon-browser,widget-factory}}
-  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
-
-  install -dm 755 "${pkgdir}"/usr/share/libalpm/hooks
-  install -m 644 ../gtk-query-immodules-3.0-32.hook 
"${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 265164, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-02 15:22:54 UTC (rev 265165)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.22.25
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit'
+arch=('x86_64')
+license=('LGPL')
+url='http://www.gtk.org/'
+depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-gdk-pixbuf2'
+ 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' 'lib32-librsvg'
+ 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama'
+ 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest')
+makedepends=('gcc-multilib' 'git' 'gobject-introspection' 'gtk-doc')
+_commit='6c39e2f2f1a61d925934a60c36af9970281c24b2'
+source=("git+https://git.gnome.org/browse/gtk+#commit=${_commit}";
+'gtk-query-immodules-3.0-32.hook')
+sha256sums=('SKIP'
+'c87e56504cd38d73748d12e87353680156cdeef30d082cca407d2375db821115')
+
+pkgver() {
+  cd gtk+
+
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk+
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk+
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--enable-{broadway,wayland,x11}-backend \
+--disable-libcanberra \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gtk+
+
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
+  mv "${pkgdir}"/usr/bin/gtk-query-settings{,-32}
+  rm 
"${pkgdir}"/usr/bin/{broadwayd,gtk-{builder-tool,encode-symbolic-svg,launch,update-icon-cache},gtk3-{demo,demo-application,icon-browser,widget-factory}}
+  rm -rf "${pkgdir}"/{e

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

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 15:22:43
  Author: alucryd
Revision: 265164

upgpkg: lib32-gtk3 3.22.25-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:21:28 UTC (rev 265163)
+++ PKGBUILD2017-11-02 15:22:43 UTC (rev 265164)
@@ -4,7 +4,7 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.22.21
+pkgver=3.22.25
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit'
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama'
  'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest')
 makedepends=('gcc-multilib' 'git' 'gobject-introspection' 'gtk-doc')
-_commit='fad199b4068603b1d822330d98ccfc5f0d761ac5'
+_commit='6c39e2f2f1a61d925934a60c36af9970281c24b2'
 source=("git+https://git.gnome.org/browse/gtk+#commit=${_commit}";
 'gtk-query-immodules-3.0-32.hook')
 sha256sums=('SKIP'


[arch-commits] Commit in haskell-conduit-combinators/repos (4 files)

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:21:28
  Author: felixonmars
Revision: 265163

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 265162, haskell-conduit-combinators/trunk/PKGBUILD)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 265162, haskell-conduit-combinators/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 265162, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-02 15:21:28 UTC (rev 265163)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.1
+pkgrel=41
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-base16-bytestring" "haskell-base64-bytestring" 
"haskell-chunked-data"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-monad-control"
+ "haskell-mono-traversable" "haskell-mwc-random" "haskell-primitive" 
"haskell-resourcet"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat" 
"haskell-vector"
+ "haskell-void")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7ba46748fc6f2ab57923e420e5085e22970bfd623355f91122581394dfe3d67aa7fedc6cd2e4a0ef5da47c3da4cb4dda7f20e9822548177cd8d40de7126087d7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 265162, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-02 15:21:28 UTC (rev 265163)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.1
+pkgrel=41
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-base16-bytestring" "haskell-base64-bytestring" 
"haskell-chunked-data"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-monad-control"
+ "haskell-mono-traversable" "haskell-mwc-random" "haskell-primitive" 
"haskell-resourcet"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat" 
"haskell-vector"
+ "haskell-void")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7ba46748fc6f2ab57923e420e5085e22970bfd623355f91122581394dfe3d67aa7fedc6cd2e4a0ef5da47c3da4cb4dda7f20e9822548177cd8d40de7126087d7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhas

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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:20:57
  Author: felixonmars
Revision: 265162

upgpkg: haskell-conduit-combinators 1.1.1-41

rebuild with mono-traversable,1.0.4.0

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:20:37 UTC (rev 265161)
+++ PKGBUILD2017-11-02 15:20:57 UTC (rev 265162)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.1.1
-pkgrel=40
+pkgrel=41
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable";
 license=("MIT")


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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:20:37
  Author: felixonmars
Revision: 265161

archrelease: copy trunk to community-i686, community-x86_64

Added:
  deepin-qt5integration/repos/community-i686/PKGBUILD
(from rev 265160, deepin-qt5integration/trunk/PKGBUILD)
  deepin-qt5integration/repos/community-x86_64/PKGBUILD
(from rev 265160, deepin-qt5integration/trunk/PKGBUILD)
Deleted:
  deepin-qt5integration/repos/community-i686/PKGBUILD
  deepin-qt5integration/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   37 
 community-x86_64/PKGBUILD |   37 
 3 files changed, 66 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-02 15:20:02 UTC (rev 265160)
+++ community-i686/PKGBUILD 2017-11-02 15:20:37 UTC (rev 265161)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=0.2.7
-pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/qt5integration";
-license=('GPL3')
-depends=('dtkwidget' 'libqtxdg' 'qt5-styleplugins')
-makedepends=('xcb-util-renderutil' 'deepin-file-manager' 
'qt5-xcb-private-headers')
-replaces=('qt5dxcb-plugin')
-conflicts=('qt5dxcb-plugin')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz";)
-sha512sums=('167a454818a547bc8cbfb3ab2caed435d8590473f1b3a9408012d5fd644f82f3a0ebf63450163441a58f9fe0ce7958a7fbdd424c644cdcbe6f08c5feec7fdaaa')
-
-prepare() {
-  cd qt5integration-$pkgver
-
-  rm -r platformplugin/libqt5xcbqpa-dev
-  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
-
-  sed -i 's|qt5xdgiconloader/2.0.0|qt5xdgiconloader/3.1.0|' 
platformthemeplugin/main.cpp
-}
-
-build() {
-  cd qt5integration-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5integration-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5integration/repos/community-i686/PKGBUILD (from rev 265160, 
deepin-qt5integration/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-02 15:20:37 UTC (rev 265161)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.2.8.1
+pkgrel=1
+pkgdesc='Qt platform theme integration plugins for DDE'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/qt5integration";
+license=('GPL3')
+depends=('dtkwidget' 'libqtxdg' 'qt5-styleplugins' 'deepin-qt5dxcb-plugin')
+makedepends=('xcb-util-renderutil' 'deepin-file-manager')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz";)
+sha512sums=('871fb2f424823cc97ac5bd13af18540228e9b10e911c6c5a6ed19a9ba0e0d21223182fde5dbb1e4b8830b4e0993f51c9f40c5a145ea458fb811b106df2e3c3cd')
+
+prepare() {
+  cd qt5integration-$pkgver
+  sed -i 's|qt5xdgiconloader/2.0.0|qt5xdgiconloader/3.1.0|' 
platformthemeplugin/main.cpp
+}
+
+build() {
+  cd qt5integration-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5integration-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-02 15:20:02 UTC (rev 265160)
+++ community-x86_64/PKGBUILD   2017-11-02 15:20:37 UTC (rev 265161)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=0.2.7
-pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/qt5integration";
-license=('GPL3')
-depends=('dtkwidget' 'libqtxdg' 'qt5-styleplugins')
-makedepends=('xcb-util-renderutil' 'deepin-file-manager' 
'qt5-xcb-private-headers')
-replaces=('qt5dxcb-plugin')
-conflicts=('qt5dxcb-plugin')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz";)
-sha512sums=('167a454818a547bc8cbfb3ab2caed435d8590473f1b3a9408012d5fd644f82f3a0ebf63450163441a58f9fe0ce7958a7fbdd424c644cdcbe6f08c5feec7fdaaa')
-
-prepare() {
-  cd qt5integration-$pkgver
-
-  rm -r platformplugin/libqt5xcbqpa-dev
-  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
-
-  sed -i 's|qt5xdgiconloader/2.0.0|qt5xdgiconloader/3.1.0|' 
platformthemeplugin/main.cpp
-}
-
-build() {
-  cd qt5integration-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5integration-$pkgver
-  make I

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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:20:02
  Author: felixonmars
Revision: 265160

upgpkg: deepin-qt5integration 0.2.8.1-1

Modified:
  deepin-qt5integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:19:25 UTC (rev 265159)
+++ PKGBUILD2017-11-02 15:20:02 UTC (rev 265160)
@@ -2,26 +2,22 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5integration
-pkgver=0.2.7
+pkgver=0.2.8.1
 pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
+pkgdesc='Qt platform theme integration plugins for DDE'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/qt5integration";
 license=('GPL3')
-depends=('dtkwidget' 'libqtxdg' 'qt5-styleplugins')
-makedepends=('xcb-util-renderutil' 'deepin-file-manager' 
'qt5-xcb-private-headers')
+depends=('dtkwidget' 'libqtxdg' 'qt5-styleplugins' 'deepin-qt5dxcb-plugin')
+makedepends=('xcb-util-renderutil' 'deepin-file-manager')
 replaces=('qt5dxcb-plugin')
 conflicts=('qt5dxcb-plugin')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz";)
-sha512sums=('167a454818a547bc8cbfb3ab2caed435d8590473f1b3a9408012d5fd644f82f3a0ebf63450163441a58f9fe0ce7958a7fbdd424c644cdcbe6f08c5feec7fdaaa')
+sha512sums=('871fb2f424823cc97ac5bd13af18540228e9b10e911c6c5a6ed19a9ba0e0d21223182fde5dbb1e4b8830b4e0993f51c9f40c5a145ea458fb811b106df2e3c3cd')
 
 prepare() {
   cd qt5integration-$pkgver
-
-  rm -r platformplugin/libqt5xcbqpa-dev
-  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
-
   sed -i 's|qt5xdgiconloader/2.0.0|qt5xdgiconloader/3.1.0|' 
platformthemeplugin/main.cpp
 }
 


[arch-commits] Commit in haskell-mono-traversable/repos (4 files)

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:19:25
  Author: felixonmars
Revision: 265159

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-mono-traversable/repos/community-staging-i686/
  haskell-mono-traversable/repos/community-staging-i686/PKGBUILD
(from rev 265158, haskell-mono-traversable/trunk/PKGBUILD)
  haskell-mono-traversable/repos/community-staging-x86_64/
  haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD
(from rev 265158, haskell-mono-traversable/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: haskell-mono-traversable/repos/community-staging-i686/PKGBUILD (from 
rev 265158, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-02 15:19:25 UTC (rev 265159)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mono-traversable
+pkgname=haskell-mono-traversable
+pkgver=1.0.4.0
+pkgrel=1
+pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-hashable" "haskell-split" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-algorithms")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('25193b0dcf8401d7e822bd8ff80376712307683a88db8ee8e6014d8371069d1fd2e2378e9413a16dccc3d4c51e72305f4b69fd74b3855015baf77d5dac6aa0bb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD (from 
rev 265158, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-02 15:19:25 UTC (rev 265159)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mono-traversable
+pkgname=haskell-mono-traversable
+pkgver=1.0.4.0
+pkgrel=1
+pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-hashable" "haskell-split" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-algorithms")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('25193b0dcf8401d7e822bd8ff80376712307683a88db8ee8e6014d8371069d1fd2e2378e9413a16dccc3d4c51e72305f4b69fd74b3855015baf77d5dac6aa0bb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENS

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

2017-11-02 Thread Felix Yan
Date: Thursday, November 2, 2017 @ 15:18:52
  Author: felixonmars
Revision: 265158

upgpkg: haskell-mono-traversable 1.0.4.0-1

rebuild with mono-traversable,1.0.4.0

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 15:16:48 UTC (rev 265157)
+++ PKGBUILD2017-11-02 15:18:52 UTC (rev 265158)
@@ -4,8 +4,8 @@
 
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
-pkgver=1.0.2.1
-pkgrel=3
+pkgver=1.0.4.0
+pkgrel=1
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
 url="https://github.com/snoyberg/mono-traversable";
 license=("MIT")
@@ -14,7 +14,7 @@
  "haskell-vector" "haskell-vector-algorithms")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('6398d542adb1e9d4d76bb4a54855ac2f3e9b6c94edce956aa61d3f33a3e37c83f221838ab1394c381d9f95a094f6c558f6ec5badce28ff4d1440263924183c33')
+sha512sums=('25193b0dcf8401d7e822bd8ff80376712307683a88db8ee8e6014d8371069d1fd2e2378e9413a16dccc3d4c51e72305f4b69fd74b3855015baf77d5dac6aa0bb')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 15:16:48
  Author: alucryd
Revision: 265157

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-02 15:16:31 UTC (rev 265156)
+++ PKGBUILD2017-11-02 15:16:48 UTC (rev 265157)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: carstene1ns 
-# Contributor: Jameson Pugh 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=lib32-sdl2_mixer
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='A simple multi-channel audio mixer'
-arch=('x86_64')
-url='https://www.libsdl.org/projects/SDL_mixer/'
-license=('MIT')
-depends=('lib32-flac' 'lib32-glibc' 'lib32-libmodplug' 'lib32-libvorbis'
- 'lib32-smpeg2' 'lib32-sdl2' 'sdl2_mixer')
-makedepends=('gcc-multilib' 'lib32-fluidsynth')
-optdepends=('lib32-fluidsynth: MIDI software synth, replaces built-in 
timidity')
-source=("https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz";)
-sha256sums=('5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f')
-
-prepare() {
-  cd SDL2_mixer-${pkgver}
-
-  sed -e 's|/etc/timidity|/etc/timidity++|g;
-  s|/etc/timidity++.cfg|/etc/timidity++/timidity.cfg|g' \
-  -i timidity/config.h
-}
-
-build() {
-  cd SDL2_mixer-$pkgver
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  make
-}
-
-package() {
-  cd SDL2_mixer-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/include
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s sdl2_mixer "${pkgdir}"/usr/share/licenses/lib32-sdl2_mixer
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2_mixer/repos/multilib-x86_64/PKGBUILD (from rev 265156, 
lib32-sdl2_mixer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-02 15:16:48 UTC (rev 265157)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: carstene1ns 
+# Contributor: Jameson Pugh 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=lib32-sdl2_mixer
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='A simple multi-channel audio mixer'
+arch=('x86_64')
+url='https://www.libsdl.org/projects/SDL_mixer/'
+license=('MIT')
+depends=('lib32-flac' 'lib32-glibc' 'lib32-libmodplug' 'lib32-mpg123'
+ 'lib32-libvorbis' 'lib32-sdl2' 'sdl2_mixer')
+makedepends=('gcc-multilib' 'lib32-fluidsynth')
+optdepends=('lib32-fluidsynth: MIDI software synth, replaces built-in 
timidity')
+source=("https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz";)
+sha256sums=('4e615e27efca4f439df9af6aa2c6de84150d17cbfd12174b54868c12f19c83bb')
+
+build() {
+  cd SDL2_mixer-$pkgver
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd SDL2_mixer-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/include
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s sdl2_mixer "${pkgdir}"/usr/share/licenses/lib32-sdl2_mixer
+}
+
+# vim: ts=2 sw=2 et:


  1   2   >