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

2017-04-01 Thread Felix Yan
Date: Sunday, April 2, 2017 @ 04:39:35
  Author: felixonmars
Revision: 220312

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 220311, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-02 04:39:20 UTC (rev 220311)
+++ PKGBUILD2017-04-02 04:39:35 UTC (rev 220312)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ponyc
-pkgver=0.12.2
-pkgrel=1
-pkgdesc='An actor model, capabilities, high performance programming language'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('llvm-libs')
-makedepends=('llvm' 'git')
-checkdepends=('pcre2')
-options=('!strip')
-optdepends=('pcre2: Needed for the regex package.')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz";)
-sha512sums=('56bbd400e25aa7f675948e948f6d0ccb0671fde20ce24fef573c63d01c6780747d9ec05e07a3c47754e50fd4d29a8cdb1daa97af17bb7559d883f6ddfdded724')
-
-build() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose=
-
-  mkdir docs
-  build/release/ponyc packages/stdlib -rexpr -g -o docs
-}
-
-check() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= test
-}
-
-package() {
-  cd ponyc-$pkgver
-  # The makefile is very strange and requires almost as much post-correction
-  # as to simply do the installation myself.  Even with patches to the
-  # makefile to stop it attempting to symlink locations it has no business
-  # touching.
-  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
-
-  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
-  install -Dm644 build/release/libponyrt-pic.a "$pkgdir"/usr/lib/libponyrt.a
-  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
-  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
-
-  cp -dr --no-preserve=ownership packages "$pkgdir"/usr/lib/pony/"$pkgver"
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 "$pkgdir"/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
-
-  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 220311, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-02 04:39:35 UTC (rev 220312)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.12.3
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language'
+url='http://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('llvm-libs')
+makedepends=('llvm' 'git')
+checkdepends=('pcre2')
+options=('!strip')
+optdepends=('pcre2: Needed for the regex package.')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz";)
+sha512sums=('0f9e7dbfeb156a5afc58d6ac0cb39594f03761d53c83885f9d8f51e3dcd57b096ced1bab4616d2747a409af2965e1017e29116308035b62c43d382e84f9cb5d7')
+
+build() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose=
+
+  mkdir docs
+  build/release/ponyc packages/stdlib -rexpr -g -o docs
+}
+
+check() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= test
+}
+
+package() {
+  cd ponyc-$pkgver
+  # The makefile is very strange and requires almost as much post-correction
+  # as to simply do the installation myself.  Even with patches to the
+  # makefile to stop it attempting to symlink locations it has no business
+  # touching.
+  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
+
+  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
+  install -Dm644 build/release/libponyrt-pic.a "$pkgdir"/usr/lib/libponyrt.a
+  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
+  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
+
+  # Ponyc is designed to read its standard packages from the same directory.
+  install -dm755 "$pkgdir"/usr/bin
+  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
+
+  cp -dr --no-preserve=ownership packages "$pkgdir"/usr/lib/pony/"$pkgver"
+
+  # Let's include the examples as documentation is scarce.
+  install -dm755 "$pkgdir"/usr/share/doc/pony
+  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
+
+  cp -dr docs/* "$pkgdir"/usr/share/doc/

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

2017-04-01 Thread Felix Yan
Date: Sunday, April 2, 2017 @ 04:39:20
  Author: felixonmars
Revision: 220311

upgpkg: ponyc 0.12.3-1

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-02 04:36:15 UTC (rev 220310)
+++ PKGBUILD2017-04-02 04:39:20 UTC (rev 220311)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ponyc
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'
@@ -14,7 +14,7 @@
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package.')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz";)
-sha512sums=('56bbd400e25aa7f675948e948f6d0ccb0671fde20ce24fef573c63d01c6780747d9ec05e07a3c47754e50fd4d29a8cdb1daa97af17bb7559d883f6ddfdded724')
+sha512sums=('0f9e7dbfeb156a5afc58d6ac0cb39594f03761d53c83885f9d8f51e3dcd57b096ced1bab4616d2747a409af2965e1017e29116308035b62c43d382e84f9cb5d7')
 
 build() {
   cd ponyc-$pkgver


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

2017-04-01 Thread Felix Yan
Date: Sunday, April 2, 2017 @ 04:36:00
  Author: felixonmars
Revision: 220309

upgpkg: acorn 5.0.3-1

Modified:
  acorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 23:35:49 UTC (rev 220308)
+++ PKGBUILD2017-04-02 04:36:00 UTC (rev 220309)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=acorn
-pkgver=5.0.2
+pkgver=5.0.3
 pkgrel=1
 pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('36c8ca6761d8eaf1a617bb702d01892afbb215948e315484e89634fe9205630ea3b96c105561a4b9f9c19d4e2a3480422d66b30ec214c228bf532de6155f8413')
+sha512sums=('060f19accdd87d8d7698f66438d4b9b8a66c4e3f5cb4876e69bfab91f2226c4756795699b77ec77aab173dffbb7a4384084ecdc4e39ae15c6e64a4a44c6a3c4f')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-04-01 Thread Felix Yan
Date: Sunday, April 2, 2017 @ 04:36:15
  Author: felixonmars
Revision: 220310

archrelease: copy trunk to community-any

Added:
  acorn/repos/community-any/PKGBUILD
(from rev 220309, acorn/trunk/PKGBUILD)
Deleted:
  acorn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-02 04:36:00 UTC (rev 220309)
+++ PKGBUILD2017-04-02 04:36:15 UTC (rev 220310)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=acorn
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
-arch=('any')
-url='https://github.com/ternjs/acorn'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('36c8ca6761d8eaf1a617bb702d01892afbb215948e315484e89634fe9205630ea3b96c105561a4b9f9c19d4e2a3480422d66b30ec214c228bf532de6155f8413')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: acorn/repos/community-any/PKGBUILD (from rev 220309, 
acorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-02 04:36:15 UTC (rev 220310)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=acorn
+pkgver=5.0.3
+pkgrel=1
+pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
+arch=('any')
+url='https://github.com/ternjs/acorn'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('060f19accdd87d8d7698f66438d4b9b8a66c4e3f5cb4876e69bfab91f2226c4756795699b77ec77aab173dffbb7a4384084ecdc4e39ae15c6e64a4a44c6a3c4f')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2017-04-01 Thread Daniel Micay
Date: Saturday, April 1, 2017 @ 23:35:49
  Author: thestinger
Revision: 220308

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

Added:
  linux-grsec/repos/community-i686/99-linux.hook
(from rev 220307, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 220307, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 220307, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 220307, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 220307, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 220307, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 220307, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/99-linux.hook
(from rev 220307, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 220307, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 220307, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 220307, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 220307, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 220307, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 220307, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/99-linux.hook
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/99-linux.hook
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /99-linux.hook |   22 
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16540 +++
 /config.x86_64 |15964 ++
 /linux-grsec.install   |   54 
 /linux.preset  |   28 
 community-i686/99-linux.hook   |   11 
 community-i686/PKGBUILD|  319 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8270 ---
 community-i686/config.x86_64   | 7982 ---
 community-i686/linux-grsec.install |   27 
 community-i686/linux.preset|   14 
 community-x86_64/99-linux.hook |   11 
 community-x86_64/PKGBUILD  |  319 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8270 ---
 community-x86_64/config.x86_64 | 7982 ---
 community-x86_64/linux-grsec.install   |   27 
 community-x86_64/linux.preset  |   14 
 21 files changed, 33268 insertions(+), 33268 deletions(-)

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


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

2017-04-01 Thread Daniel Micay
Date: Saturday, April 1, 2017 @ 23:34:32
  Author: thestinger
Revision: 220307

upgpkg: linux-grsec 1:4.9.20.r201703310823-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 23:12:34 UTC (rev 220306)
+++ PKGBUILD2017-04-01 23:34:32 UTC (rev 220307)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.9
-_pkgver=4.9.19
+_pkgver=4.9.20
 _grsecver=3.1
-_timestamp=201703300917
+_timestamp=201703310823
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -36,9 +36,9 @@
 
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'1a175fcf20c6c6cc362df34ff4cbb789fb31ebafd7c2b2142d4f7a8fb447'
+'fb856acd9195e7d83ef9971ec7be55eca0d6fdf0fbfbe9a8f3bb04590d44b51f'
 'SKIP'
-'041ddc98ef04bbcdaf99fde24ee91a346a269d9ee07e2c7b1c435cfbec9a36cb'
+'02ea18e008b6f665a361b9f41f2270a74135b4b0aba5e1304002a31f84d71685'
 'SKIP'
 '569cc42785315fa0ae96fd566dccb0640044e4b149f55d07277900f63c846d91'
 '9be4a343b99e3afc2873151601c052cd1d1ecff7122c8c38f2bf37cc7344ac15'


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

2017-04-01 Thread Gaëtan Bisson
Date: Saturday, April 1, 2017 @ 23:12:34
  Author: bisson
Revision: 220306

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

Added:
  picard/repos/community-i686/PKGBUILD
(from rev 220305, picard/trunk/PKGBUILD)
  picard/repos/community-x86_64/PKGBUILD
(from rev 220305, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-i686/PKGBUILD
  picard/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-04-01 23:11:15 UTC (rev 220305)
+++ community-i686/PKGBUILD 2017-04-01 23:12:34 UTC (rev 220306)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.4
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt4' 'mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python2-discid: cd lookup')
-makedepends=('python2-discid')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('030f54e2136781645075e82a1002e9c8e7545057')
-
-build() {
-   cd "${srcdir}/picard-release-${pkgver}"
-   python2 setup.py config
-}
-
-package() {
-   cd "${srcdir}/picard-release-${pkgver}"
-   python2 setup.py install --root="${pkgdir}"
-}

Copied: picard/repos/community-i686/PKGBUILD (from rev 220305, 
picard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 23:12:34 UTC (rev 220306)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('python2-pyqt4' 'mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python2-discid: cd lookup')
+makedepends=('python2-discid')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('994c7f835e1adbd7905e88af841ee6e7c249dc75b8be9963b1b3dc6cb8de6a4a')
+
+build() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py config
+}
+
+package() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-01 23:11:15 UTC (rev 220305)
+++ community-x86_64/PKGBUILD   2017-04-01 23:12:34 UTC (rev 220306)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.4
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt4' 'mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python2-discid: cd lookup')
-makedepends=('python2-discid')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('030f54e2136781645075e82a1002e9c8e7545057')
-
-build() {
-   cd "${srcdir}/picard-release-${pkgver}"
-   python2 setup.py config
-}
-
-package() {
-   cd "${srcdir}/picard-release-${pkgver}"
-   python2 setup.py install --root="${pkgdir}"
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 220305, 
picard/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-01 23:12:34 UTC (rev 220306)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('python2-pyqt4' 'mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python2-discid: cd lookup')
+makedepends=('python2-discid')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('994c7f835e1adbd7905e88af841ee6e7c249dc75b8be9963b1b3dc6cb8de6a4a')
+
+build() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py config
+}
+
+package() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+}


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

2017-04-01 Thread Gaëtan Bisson
Date: Saturday, April 1, 2017 @ 23:11:15
  Author: bisson
Revision: 220305

upstream update

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 18:58:56 UTC (rev 220304)
+++ PKGBUILD2017-04-01 23:11:15 UTC (rev 220305)
@@ -4,7 +4,7 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=1.4
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Official MusicBrainz tagger'
 url='http://picard.musicbrainz.org/'
@@ -15,7 +15,7 @@
 'python2-discid: cd lookup')
 makedepends=('python2-discid')
 
source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('069266ce0b0e25cc4eacfd9cc1c78e1b19d4341a3ca2ce50b0e731796070273e')
+sha256sums=('994c7f835e1adbd7905e88af841ee6e7c249dc75b8be9963b1b3dc6cb8de6a4a')
 
 build() {
cd "${srcdir}/picard-release-${pkgver}"


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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 18:58:56
  Author: arojas
Revision: 220304

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 220303, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-01 18:58:28 UTC (rev 220303)
+++ PKGBUILD2017-04-01 18:58:56 UTC (rev 220304)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.10.0
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="http://jmol.sourceforge.net";
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha1sums=('f1606e74493136ccf40b85323684d9cbac75128f')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 220303, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-01 18:58:56 UTC (rev 220304)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.11.0
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="http://jmol.sourceforge.net";
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
+sha256sums=('24c42c4365f4d57f83c0cd4cc97123c9f887b4affd7dc25e545b496b4b7c79d2')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 18:58:28
  Author: arojas
Revision: 220303

Update to 14.11.0

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 17:10:49 UTC (rev 220302)
+++ PKGBUILD2017-04-01 18:58:28 UTC (rev 220303)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.10.0
+pkgver=14.11.0
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha1sums=('f1606e74493136ccf40b85323684d9cbac75128f')
+sha256sums=('24c42c4365f4d57f83c0cd4cc97123c9f887b4affd7dc25e545b496b4b7c79d2')
 
 package() {
   cd $pkgname-$pkgver


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

2017-04-01 Thread Thomas Bächler
Date: Saturday, April 1, 2017 @ 18:19:50
  Author: thomas
Revision: 291989

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 291988, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/fix-abi.patch
(from rev 291988, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-i686/kernel_4.10.patch
(from rev 291988, nvidia/trunk/kernel_4.10.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 291988, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 291988, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/fix-abi.patch
(from rev 291988, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-x86_64/kernel_4.10.patch
(from rev 291988, nvidia/trunk/kernel_4.10.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 291988, nvidia/trunk/nvidia.install)

--+
 testing-i686/PKGBUILD|   88 
 testing-i686/fix-abi.patch   |   12 +
 testing-i686/kernel_4.10.patch   |  382 +
 testing-i686/nvidia.install  |   13 +
 testing-x86_64/PKGBUILD  |   88 
 testing-x86_64/fix-abi.patch |   12 +
 testing-x86_64/kernel_4.10.patch |  382 +
 testing-x86_64/nvidia.install|   13 +
 8 files changed, 990 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 291988, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-01 18:19:50 UTC (rev 291989)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=378.13
+_extramodules=extramodules-4.10-ARCH
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.10.8' 'linux-headers<4.11')
+license=('custom')
+options=('!strip')
+source=('kernel_4.10.patch')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('e81769b830b7a1e60c635e3bbe559f59')
+md5sums_i686=('dd1077750af9a067739ec291fb24175f')
+md5sums_x86_64=('fe4d25b19a780a690cafc8e3b7c0113f')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+patch -Np1 --no-backup-if-mismatch -i ../kernel_4.10.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.10.8' 'linux<4.11' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' k

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

2017-04-01 Thread Thomas Bächler
Date: Saturday, April 1, 2017 @ 18:19:06
  Author: thomas
Revision: 291988

upgpkg: nvidia 378.13-5

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 16:24:35 UTC (rev 291987)
+++ PKGBUILD2017-04-01 18:19:06 UTC (rev 291988)
@@ -7,11 +7,11 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=378.13
 _extramodules=extramodules-4.10-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.10' 'linux-headers<4.11')
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.10.8' 'linux-headers<4.11')
 license=('custom')
 options=('!strip')
 source=('kernel_4.10.patch')
@@ -53,7 +53,7 @@
 
 package_nvidia() {
 pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.10' 'linux<4.11' "nvidia-utils=${pkgver}" 'libgl')
+depends=('linux>=4.10.8' 'linux<4.11' "nvidia-utils=${pkgver}" 'libgl')
 install=nvidia.install
 
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \


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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 16:24:35
  Author: arojas
Revision: 291987

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-01 16:23:58 UTC (rev 291986)
+++ extra-i686/PKGBUILD 2017-04-01 16:24:35 UTC (rev 291987)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=liferea
-_pkgver=1.12-rc2
-pkgver=${_pkgver//-/}
-pkgrel=3
-pkgdesc="A desktop news aggregator for online news feeds and weblogs"
-arch=('i686' 'x86_64')
-url="http://liferea.sourceforge.net/";
-license=('GPL')
-depends=('webkit2gtk' 'libpeas' 'python-gobject')
-makedepends=('intltool' 'gobject-introspection')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support'
-'python-cairo: for the tray icon plugin'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-source=(https://github.com/lwindolf/liferea/releases/download/v${_pkgver}/liferea-${_pkgver}.tar.bz2)
-sha1sums=('4d726737a0122b051f908f7b97c827fa8c750156')
-
-build() {
-  cd liferea-${_pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${_pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 291986, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-01 16:24:35 UTC (rev 291987)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=liferea
+_pkgver=1.12-rc3
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="A desktop news aggregator for online news feeds and weblogs"
+arch=('i686' 'x86_64')
+url="http://liferea.sourceforge.net/";
+license=('GPL')
+depends=('webkit2gtk' 'libpeas' 'python-gobject')
+makedepends=('intltool' 'gobject-introspection')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support'
+'python-cairo: for the tray icon plugin'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
+options=('!emptydirs')
+source=(https://github.com/lwindolf/liferea/releases/download/v${_pkgver}/liferea-${_pkgver}.tar.bz2)
+sha1sums=('6f5ae98bacf01f450055f6453bba7f5dc6b96e66')
+
+build() {
+  cd liferea-${_pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-01 16:23:58 UTC (rev 291986)
+++ extra-x86_64/PKGBUILD   2017-04-01 16:24:35 UTC (rev 291987)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=liferea
-_pkgver=1.12-rc2
-pkgver=${_pkgver//-/}
-pkgrel=3
-pkgdesc="A desktop news aggregator for online news feeds and weblogs"
-arch=('i686' 'x86_64')
-url="http://liferea.sourceforge.net/";
-license=('GPL')
-depends=('webkit2gtk' 'libpeas' 'python-gobject')
-makedepends=('intltool' 'gobject-introspection')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support'
-'python-cairo: for the tray icon plugin'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-source=(https://github.com/lwindolf/liferea/releases/download/v${_pkgver}/liferea-${_pkgver}.tar.bz2)
-sha1sums=('4d726737a0122b051f908f7b97c827fa8c750156')
-
-build() {
-  cd liferea-${_pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${_pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: liferea/repos/extra-x86_64/PKGBUILD (from rev 291986, 
liferea/trunk/PKGBUILD)
===
--- extra-x86_64/PKG

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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 16:23:58
  Author: arojas
Revision: 291986

Update to 1.12rc3

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 13:12:19 UTC (rev 291985)
+++ PKGBUILD2017-04-01 16:23:58 UTC (rev 291986)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=liferea
-_pkgver=1.12-rc2
+_pkgver=1.12-rc3
 pkgver=${_pkgver//-/}
-pkgrel=3
+pkgrel=1
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('i686' 'x86_64')
 url="http://liferea.sourceforge.net/";
@@ -19,7 +19,7 @@
'gst-plugins-bad: for media player plugin support')
 options=('!emptydirs')
 
source=(https://github.com/lwindolf/liferea/releases/download/v${_pkgver}/liferea-${_pkgver}.tar.bz2)
-sha1sums=('4d726737a0122b051f908f7b97c827fa8c750156')
+sha1sums=('6f5ae98bacf01f450055f6453bba7f5dc6b96e66')
 
 build() {
   cd liferea-${_pkgver}


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 15:24:03
  Author: felixonmars
Revision: 220301

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 15:23:37 UTC (rev 220300)
+++ community-i686/PKGBUILD 2017-04-01 15:24:03 UTC (rev 220301)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.0.14
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'deepin-account-faces' 
'deepin-api' 'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::http://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
-sha512sums=('dafad51fa7cb662b77cb2805a3df50373ddb46e0df9839c0bd44e67ec26bf30438e2063ded0ecb4571929276807fd9445f939e5b3c5d974e7a7ee1d512144d57')
-
-build() {
-  cd dde-control-center-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 220300, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 15:24:03 UTC (rev 220301)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.0.14.20170401
+_commit=171145c2d3db2c992123e7fa348f21141db638fe
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center";
+license=('GPL3')
+depends=('desktop-file-utils' 'deepin-tool-kit' 'deepin-account-faces' 
'deepin-api' 'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration')
+makedepends=('deepin-dock' 'qt5-tools')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::http://github.com/linuxdeepin/dde-control-center/archive/$_commit.tar.gz";)
+sha512sums=('ac19a042ada78d931c988582e2a6b60955ff55f89016e10cb6708aa8069fa1da4ecd8a905543cd59a83cd5da3bd9682ecff8b266cd15ef4d88f35fb45b68c3f1')
+
+build() {
+  cd dde-control-center-$_commit
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
+  make
+}
+
+package() {
+  cd dde-control-center-$_commit
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-01 15:23:37 UTC (rev 220300)
+++ community-x86_64/PKGBUILD   2017-04-01 15:24:03 UTC (rev 220301)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.0.14
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'deepin-account-faces' 
'deepin-api' 'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::http://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
-sha512sums=('dafad51fa7cb662b77cb2805a3df50373ddb46e0df9839c0bd44e67ec26bf30438e2063ded0ecb4571929276807fd9445f939e5b3c5d974e7a7ee1d512144d57')
-
-build() {
-  cd dde-contro

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 15:23:37
  Author: felixonmars
Revision: 220300

upgpkg: deepin-control-center 4.0.14.20170401-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 13:47:48 UTC (rev 220299)
+++ PKGBUILD2017-04-01 15:23:37 UTC (rev 220300)
@@ -4,7 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.0.14
+pkgver=4.0.14.20170401
+_commit=171145c2d3db2c992123e7fa348f21141db638fe
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')
@@ -17,16 +18,16 @@
 conflicts=('dde-control-center' 'dde-dock-applets')
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::http://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
-sha512sums=('dafad51fa7cb662b77cb2805a3df50373ddb46e0df9839c0bd44e67ec26bf30438e2063ded0ecb4571929276807fd9445f939e5b3c5d974e7a7ee1d512144d57')
+source=("$pkgname-$pkgver.tar.gz::http://github.com/linuxdeepin/dde-control-center/archive/$_commit.tar.gz";)
+sha512sums=('ac19a042ada78d931c988582e2a6b60955ff55f89016e10cb6708aa8069fa1da4ecd8a905543cd59a83cd5da3bd9682ecff8b266cd15ef4d88f35fb45b68c3f1')
 
 build() {
-  cd dde-control-center-$pkgver
+  cd dde-control-center-$_commit
   qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
   make
 }
 
 package() {
-  cd dde-control-center-$pkgver
+  cd dde-control-center-$_commit
   make INSTALL_ROOT="$pkgdir" install
 }


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 13:47:31
  Author: felixonmars
Revision: 220298

upgpkg: ruby-faraday 0.12.0-1

Modified:
  ruby-faraday/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 13:10:20 UTC (rev 220297)
+++ PKGBUILD2017-04-01 13:47:31 UTC (rev 220298)
@@ -5,7 +5,7 @@
 # Contributor: Jochen Schalanda 
 
 pkgname=ruby-faraday
-pkgver=0.11.0
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='HTTP/REST API client library.'
 arch=('any')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/faraday-$pkgver.gem";)
 noextract=("faraday-$pkgver.gem")
-sha1sums=('76cc97d7b6a9a3f77d797618c3cd2cfa83d64429')
+sha512sums=('6095b72ee71a2db1341c8f910c3df9c73978df423cbbcda7ee3c66d0c98d5f13731dbf72f432d0e3935b46f778b9fae229f58bb1d356d2fa94edf069bb2c8d0e')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 13:47:48
  Author: felixonmars
Revision: 220299

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-01 13:47:31 UTC (rev 220298)
+++ PKGBUILD2017-04-01 13:47:48 UTC (rev 220299)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov 
-# Contributor: Alfredo Palhares 
-# Contributor: Jochen Schalanda 
-
-pkgname=ruby-faraday
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='HTTP/REST API client library.'
-arch=('any')
-url='https://github.com/lostisland/faraday'
-license=('MIT')
-depends=('ruby' 'ruby-multipart-post')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/faraday-$pkgver.gem";)
-noextract=("faraday-$pkgver.gem")
-sha1sums=('76cc97d7b6a9a3f77d797618c3cd2cfa83d64429')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" faraday-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/faraday-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/faraday-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-faraday/repos/community-any/PKGBUILD (from rev 220298, 
ruby-faraday/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-01 13:47:48 UTC (rev 220299)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+# Contributor: Alfredo Palhares 
+# Contributor: Jochen Schalanda 
+
+pkgname=ruby-faraday
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='HTTP/REST API client library.'
+arch=('any')
+url='https://github.com/lostisland/faraday'
+license=('MIT')
+depends=('ruby' 'ruby-multipart-post')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/faraday-$pkgver.gem";)
+noextract=("faraday-$pkgver.gem")
+sha512sums=('6095b72ee71a2db1341c8f910c3df9c73978df423cbbcda7ee3c66d0c98d5f13731dbf72f432d0e3935b46f778b9fae229f58bb1d356d2fa94edf069bb2c8d0e')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" faraday-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/faraday-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/faraday-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2017-04-01 Thread Lukas Fleischer
Date: Saturday, April 1, 2017 @ 13:12:11
  Author: lfleischer
Revision: 291984

upgpkg: ntp 4.2.8.p10-1

Upstream update.

Modified:
  ntp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 10:57:49 UTC (rev 291983)
+++ PKGBUILD2017-04-01 13:12:11 UTC (rev 291984)
@@ -4,9 +4,9 @@
 
 pkgname=ntp
 _pkgname=ntp #-dev
-_pkgver=4.2.8p9
+_pkgver=4.2.8p10
 pkgver=${_pkgver/p/.p}
-pkgrel=2
+pkgrel=1
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -17,7 +17,7 @@
 'ntp.conf'
 'ntpd.service'
 'ntpdate.service')
-sha1sums=('032e58e7e416ffa1cbdcbb81021785fce4ed4d4b'
+sha1sums=('503d68cfd3e6a9354e0e28dd38b39d850b1228b2'
   'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
   '0a872385e0142888ab48d273fec0669b30a8'
   '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')


[arch-commits] Commit in ntp/repos (20 files)

2017-04-01 Thread Lukas Fleischer
Date: Saturday, April 1, 2017 @ 13:12:19
  Author: lfleischer
Revision: 291985

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

Added:
  ntp/repos/extra-i686/PKGBUILD
(from rev 291984, ntp/trunk/PKGBUILD)
  ntp/repos/extra-i686/ntp.conf
(from rev 291984, ntp/trunk/ntp.conf)
  ntp/repos/extra-i686/ntp.install
(from rev 291984, ntp/trunk/ntp.install)
  ntp/repos/extra-i686/ntpd.service
(from rev 291984, ntp/trunk/ntpd.service)
  ntp/repos/extra-i686/ntpdate.service
(from rev 291984, ntp/trunk/ntpdate.service)
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 291984, ntp/trunk/PKGBUILD)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 291984, ntp/trunk/ntp.conf)
  ntp/repos/extra-x86_64/ntp.install
(from rev 291984, ntp/trunk/ntp.install)
  ntp/repos/extra-x86_64/ntpd.service
(from rev 291984, ntp/trunk/ntpd.service)
  ntp/repos/extra-x86_64/ntpdate.service
(from rev 291984, ntp/trunk/ntpdate.service)
Deleted:
  ntp/repos/extra-i686/PKGBUILD
  ntp/repos/extra-i686/ntp.conf
  ntp/repos/extra-i686/ntp.install
  ntp/repos/extra-i686/ntpd.service
  ntp/repos/extra-i686/ntpdate.service
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntp.install
  ntp/repos/extra-x86_64/ntpd.service
  ntp/repos/extra-x86_64/ntpdate.service

--+
 /PKGBUILD|   94 +
 /ntp.conf|   48 
 /ntp.install |   10 
 /ntpd.service|   26 +++
 /ntpdate.service |   24 ++
 extra-i686/PKGBUILD  |   47 
 extra-i686/ntp.conf  |   24 --
 extra-i686/ntp.install   |5 --
 extra-i686/ntpd.service  |   13 -
 extra-i686/ntpdate.service   |   12 -
 extra-x86_64/PKGBUILD|   47 
 extra-x86_64/ntp.conf|   24 --
 extra-x86_64/ntp.install |5 --
 extra-x86_64/ntpd.service|   13 -
 extra-x86_64/ntpdate.service |   12 -
 15 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-01 13:12:11 UTC (rev 291984)
+++ extra-i686/PKGBUILD 2017-04-01 13:12:19 UTC (rev 291985)
@@ -1,47 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Gaetan Bisson 
-# Contributor: kevin 
-
-pkgname=ntp
-_pkgname=ntp #-dev
-_pkgver=4.2.8p9
-pkgver=${_pkgver/p/.p}
-pkgrel=1
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libcap' 'libedit')
-backup=('etc/ntp.conf')
-source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz";
-'ntp.conf'
-'ntpd.service'
-'ntpdate.service')
-sha1sums=('032e58e7e416ffa1cbdcbb81021785fce4ed4d4b'
-  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
-  '0a872385e0142888ab48d273fec0669b30a8'
-  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
-
-options=('!emptydirs')
-install=ntp.install
-
-build() {
-   cd "${srcdir}/${_pkgname}-${_pkgver}"
-
-   ./configure --prefix=/usr --libexecdir=/usr/lib --enable-linuxcaps 
--enable-ntp-signd
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${_pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
-   install -Dm644 ../ntpd.service 
"${pkgdir}"/usr/lib/systemd/system/ntpd.service
-   install -Dm644 ../ntpdate.service 
"${pkgdir}"/usr/lib/systemd/system/ntpdate.service
-   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-   install -d -o 87 "${pkgdir}"/var/lib/ntp
-   echo > "${pkgdir}/var/lib/ntp/.placeholder"
-}

Copied: ntp/repos/extra-i686/PKGBUILD (from rev 291984, ntp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-01 13:12:19 UTC (rev 291985)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Gaetan Bisson 
+# Contributor: kevin 
+
+pkgname=ntp
+_pkgname=ntp #-dev
+_pkgver=4.2.8p10
+pkgver=${_pkgver/p/.p}
+pkgrel=1
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz";
+'ntp.conf'
+'ntpd.service'
+'ntpdate.service')
+sha1sums=('503d68cfd3e6a9354e0e28dd38b39d850b1228b2'
+  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
+  '0a872385e0142888ab48d273fec0669b30a8'
+  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
+
+options=('!emptydirs')
+install=ntp.install
+
+build() {
+   cd "${sr

[arch-commits] Commit in surf/repos (12 files)

2017-04-01 Thread Lukas Fleischer
Date: Saturday, April 1, 2017 @ 13:10:20
  Author: lfleischer
Revision: 220297

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

Added:
  surf/repos/community-i686/PKGBUILD
(from rev 220296, surf/trunk/PKGBUILD)
  surf/repos/community-i686/config.h
(from rev 220296, surf/trunk/config.h)
  surf/repos/community-i686/surf.install
(from rev 220296, surf/trunk/surf.install)
  surf/repos/community-x86_64/PKGBUILD
(from rev 220296, surf/trunk/PKGBUILD)
  surf/repos/community-x86_64/config.h
(from rev 220296, surf/trunk/config.h)
  surf/repos/community-x86_64/surf.install
(from rev 220296, surf/trunk/surf.install)
Deleted:
  surf/repos/community-i686/PKGBUILD
  surf/repos/community-i686/config.h
  surf/repos/community-i686/surf.install
  surf/repos/community-x86_64/PKGBUILD
  surf/repos/community-x86_64/config.h
  surf/repos/community-x86_64/surf.install

---+
 /PKGBUILD |   98 +++
 /config.h |  332 
 /surf.install |   56 ++
 community-i686/PKGBUILD   |   49 -
 community-i686/config.h   |  141 
 community-i686/surf.install   |   28 ---
 community-x86_64/PKGBUILD |   49 -
 community-x86_64/config.h |  141 
 community-x86_64/surf.install |   28 ---
 9 files changed, 486 insertions(+), 436 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 13:10:04 UTC (rev 220296)
+++ community-i686/PKGBUILD 2017-04-01 13:10:20 UTC (rev 220297)
@@ -1,49 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Pierre Chapuis 
-# Contributor: Ray Kohler 
-# Contributor: Michael Witten 
-# Contributor: Raphael Proust 
-
-pkgname=surf
-pkgver=0.7+199+gda5290a
-pkgrel=1
-pkgdesc='A simple web browser based on WebKit/GTK+.'
-arch=('i686' 'x86_64')
-url='http://surf.suckless.org/'
-license=('MIT')
-depends=('webkit2gtk' 'xorg-xprop')
-optdepends=('dmenu: URL-bar'
-'ca-certificates: SSL verification'
-'xterm: default download handler'
-'curl: default download handler')
-makedepends=('git')
-install='surf.install'
-_commit=da5290a41aac4eabef83f6b88039f44d28b0ea00  # surf-webkit2
-source=("git+git://git.suckless.org/surf#commit=$_commit"
-'config.h')
-md5sums=('SKIP'
- '8ea16205648f9045e101d70d6eb84390')
-
-pkgver() {
-  cd "${srcdir}/${pkgname}"
-  git describe --tags | sed 's/-/+/g' | sed 's/0.6/0.7/'
-}
-
-build() {
-  cd "${srcdir}/${pkgname}"
-
-#  cp "${srcdir}/config.h" config.h
-
-  sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
-  sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
-  sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: surf/repos/community-i686/PKGBUILD (from rev 220296, 
surf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 13:10:20 UTC (rev 220297)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Pierre Chapuis 
+# Contributor: Ray Kohler 
+# Contributor: Michael Witten 
+# Contributor: Raphael Proust 
+
+pkgname=surf
+pkgver=2.0
+pkgrel=1
+pkgdesc='A simple web browser based on WebKit/GTK+.'
+arch=('i686' 'x86_64')
+url='http://surf.suckless.org/'
+license=('MIT')
+depends=('webkit2gtk' 'xorg-xprop')
+optdepends=('dmenu: URL-bar'
+'ca-certificates: SSL verification'
+'xterm: default download handler'
+'curl: default download handler')
+makedepends=('git')
+install='surf.install'
+_commit=b814567e2bf8bda07cea8de1c7a062f4aa437b65
+source=("git+git://git.suckless.org/surf#commit=$_commit"
+'config.h')
+md5sums=('SKIP'
+ '3d465f7f264e9394d0ba2d11e42a7dbb')
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+  git describe --tags | sed 's/-/+/g' | sed 's/0.6/0.7/'
+}
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+#  cp "${srcdir}/config.h" config.h
+
+  sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
+  sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
+  sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/config.h
===
--- community-i686/config.h 2017-04-01 13:10:04 UTC (rev 220296)
+++ community-i686/config.h 2017-04-01 13:10:20 UTC (rev 220297)
@@ -1,141 +0,0 @@
-/* modifier 0 means no modifier */
-static char *useragent  = "Mozilla/5.0 (X11; U; Unix; en-US) "
-  "Appl

[arch-commits] Commit in surf/trunk (PKGBUILD config.h)

2017-04-01 Thread Lukas Fleischer
Date: Saturday, April 1, 2017 @ 13:10:04
  Author: lfleischer
Revision: 220296

upgpkg: surf 2.0-1

Upstream update.

Modified:
  surf/trunk/PKGBUILD
  surf/trunk/config.h

--+
 PKGBUILD |6 -
 config.h |  203 ++---
 2 files changed, 117 insertions(+), 92 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 11:31:17 UTC (rev 220295)
+++ PKGBUILD2017-04-01 13:10:04 UTC (rev 220296)
@@ -5,7 +5,7 @@
 # Contributor: Raphael Proust 
 
 pkgname=surf
-pkgver=0.7+199+gda5290a
+pkgver=2.0
 pkgrel=1
 pkgdesc='A simple web browser based on WebKit/GTK+.'
 arch=('i686' 'x86_64')
@@ -18,11 +18,11 @@
 'curl: default download handler')
 makedepends=('git')
 install='surf.install'
-_commit=da5290a41aac4eabef83f6b88039f44d28b0ea00  # surf-webkit2
+_commit=b814567e2bf8bda07cea8de1c7a062f4aa437b65
 source=("git+git://git.suckless.org/surf#commit=$_commit"
 'config.h')
 md5sums=('SKIP'
- '8ea16205648f9045e101d70d6eb84390')
+ '3d465f7f264e9394d0ba2d11e42a7dbb')
 
 pkgver() {
   cd "${srcdir}/${pkgname}"

Modified: config.h
===
--- config.h2017-04-01 11:31:17 UTC (rev 220295)
+++ config.h2017-04-01 13:10:04 UTC (rev 220296)
@@ -1,58 +1,68 @@
 /* modifier 0 means no modifier */
-static char *useragent  = "Mozilla/5.0 (X11; U; Unix; en-US) "
-  "AppleWebKit/537.15 (KHTML, like Gecko) "
-  "Chrome/24.0.1295.0 Safari/537.15 Surf/"VERSION;
+static int surfuseragent= 1;  /* Append Surf version to default WebKit 
user agent */
+static char *fulluseragent  = ""; /* Or override the whole user agent string */
 static char *scriptfile = "~/.surf/script.js";
 static char *styledir   = "~/.surf/styles/";
-static char *cachefolder= "~/.surf/cache/";
+static char *cachedir   = "~/.surf/cache/";
+static char *cookiefile = "~/.surf/cookies.txt";
 
-static Bool kioskmode   = FALSE; /* Ignore shortcuts */
-static Bool showindicators  = TRUE;  /* Show indicators in window title */
-static Bool zoomto96dpi = TRUE;  /* Zoom pages to always emulate 96dpi */
-static Bool runinfullscreen = FALSE; /* Run in fullscreen mode by default */
+/* Webkit default features */
+static Parameter defconfig[ParameterLast] = {
+   SETB(AcceleratedCanvas,  1),
+   SETB(CaretBrowsing,  0),
+   SETV(CookiePolicies, "@Aa"),
+   SETB(DiskCache,  1),
+   SETB(DNSPrefetch,0),
+   SETI(FontSize,   12),
+   SETB(FrameFlattening,0),
+   SETB(Geolocation,0),
+   SETB(HideBackground, 0),
+   SETB(Inspector,  0),
+   SETB(JavaScript, 1),
+   SETB(KioskMode,  0),
+   SETB(LoadImages, 1),
+   SETB(MediaManualPlay,0),
+   SETB(Plugins,1),
+   SETV(PreferredLanguages, ((char *[]){ NULL })),
+   SETB(RunInFullscreen,0),
+   SETB(ScrollBars, 1),
+   SETB(ShowIndicators, 1),
+   SETB(SiteQuirks, 1),
+   SETB(SpellChecking,  0),
+   SETV(SpellLanguages, ((char *[]){ "en_US", NULL })),
+   SETB(StrictSSL,  0),
+   SETB(Style,  1),
+   SETF(ZoomLevel,  1.0),
+};
 
-static guint defaultfontsize = 12;   /* Default font size */
-static gfloat zoomlevel = 1.0;   /* Default zoom level */
+static UriParameters uriparams[] = {
+   { "(://|\\.)suckless\\.org(/|$)", {
+ FSETB(JavaScript, 0),
+ FSETB(Plugins,0),
+   }, },
+};
 
-/* Soup default features */
-static char *cookiefile = "~/.surf/cookies.txt";
-static char *cookiepolicies = "Aa@"; /* A: accept all; a: accept nothing,
-  * @: accept all except third party */
-static char *cafile = "/etc/ssl/certs/ca-certificates.crt";
-static Bool strictssl   = FALSE; /* Refuse untrusted SSL connections */
-static time_t sessiontime   = 3600;
+static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE |
+WEBKIT_FIND_OPTIONS_WRAP_AROUND;
 
-/* Webkit default features */
-static Bool enablescrollbars  = TRUE;
-static Bool enablespatialbrowsing = TRUE;
-static Bool enablediskcache   = TRUE;
-static int diskcachebytes = 5 * 1024 * 1024;
-static Bool enableplugins = TRUE;
-static Bool enablescripts = TRUE;
-static Bool enableinspector   = TRUE;
-static Bool enablestyle   = TRUE;
-static Bool loadimages= TRUE;
-static Bool hidebackground= FALSE;
-static Bool allowgeolocation  = TRUE;
-
 #define SETPROP(p, q) { \
-   .v = (char *[]){ "/bin/sh", "-c", \
-"prop=\"`xprop -id $2 $0 " \
-"| sed \"s/^$0(STRING) = \\(\"\\?\\)\\(.*\\)\\1$/\\2/\" "

[arch-commits] Commit in emby-server/repos (24 files)

2017-04-01 Thread Maxime Gauduin
Date: Saturday, April 1, 2017 @ 11:31:17
  Author: alucryd
Revision: 220295

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 220294, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 220294, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 220294, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 220294, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 220294, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 220294, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 220294, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 220294, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 220294, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 220294, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 220294, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 220294, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   36 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   18 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   18 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 11:30:49 UTC (rev 220294)
+++ community-i686/PKGBUILD 2017-04-01 11:31:17 UTC (rev 220295)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.2.8
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'referenceassemblies-pcl' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz";
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('b3afee84546c3f610f0016af6ad2f5cea1ec3f662d85753612732efcc58a'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{

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

2017-04-01 Thread Maxime Gauduin
Date: Saturday, April 1, 2017 @ 11:30:49
  Author: alucryd
Revision: 220294

upgpkg: emby-server 3.2.10-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 10:18:06 UTC (rev 220293)
+++ PKGBUILD2017-04-01 11:30:49 UTC (rev 220294)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.2.8
+pkgver=3.2.10
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('b3afee84546c3f610f0016af6ad2f5cea1ec3f662d85753612732efcc58a'
+sha256sums=('fc4f255098253ebffe81b957db111c221510004a68bf75bee27ce8e2559d7175'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


[arch-commits] Commit in samba/repos (50 files)

2017-04-01 Thread Tobias Powalowski
Date: Saturday, April 1, 2017 @ 10:57:49
  Author: tpowa
Revision: 291983

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

Added:
  samba/repos/testing-i686/PKGBUILD
(from rev 291982, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/nmbd.service
(from rev 291982, samba/trunk/nmbd.service)
  samba/repos/testing-i686/samba.conf
(from rev 291982, samba/trunk/samba.conf)
  samba/repos/testing-i686/samba.conf.d
(from rev 291982, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.install
(from rev 291982, samba/trunk/samba.install)
  samba/repos/testing-i686/samba.logrotate
(from rev 291982, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 291982, samba/trunk/samba.pam)
  samba/repos/testing-i686/samba.service
(from rev 291982, samba/trunk/samba.service)
  samba/repos/testing-i686/smbd.service
(from rev 291982, samba/trunk/smbd.service)
  samba/repos/testing-i686/smbd.socket
(from rev 291982, samba/trunk/smbd.socket)
  samba/repos/testing-i686/smbd@.service
(from rev 291982, samba/trunk/smbd@.service)
  samba/repos/testing-i686/winbindd.service
(from rev 291982, samba/trunk/winbindd.service)
  samba/repos/testing-x86_64/PKGBUILD
(from rev 291982, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 291982, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 291982, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 291982, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 291982, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 291982, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 291982, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 291982, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 291982, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 291982, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 291982, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 291982, samba/trunk/winbindd.service)
Modified:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-x86_64/PKGBUILD
Deleted:
  samba/repos/testing-i686/PKGBUILD
  samba/repos/testing-i686/nmbd.service
  samba/repos/testing-i686/samba.conf
  samba/repos/testing-i686/samba.conf.d
  samba/repos/testing-i686/samba.install
  samba/repos/testing-i686/samba.logrotate
  samba/repos/testing-i686/samba.pam
  samba/repos/testing-i686/samba.service
  samba/repos/testing-i686/smbd.service
  samba/repos/testing-i686/smbd.socket
  samba/repos/testing-i686/smbd@.service
  samba/repos/testing-i686/winbindd.service
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

-+
 /PKGBUILD   |  514 ++
 /nmbd.service   |   24 +
 /samba.conf |4 
 /samba.conf.d   |   36 ++
 /samba.install  |   28 ++
 /samba.logrotate|   18 +
 /samba.pam  |6 
 /samba.service  |   28 ++
 /smbd.service   |   24 +
 /smbd.socket|   18 +
 /smbd@.service  |   14 +
 /winbindd.service   |   24 +
 extra-i686/PKGBUILD |4 
 extra-x86_64/PKGBUILD   |4 
 testing-i686/PKGBUILD   |  257 ---
 testing-i686/nmbd.service   |   12 
 testing-i686/samba.conf |2 
 testing-i686/samba.conf.d   |   18 -
 testing-i686/samba.install  |   14 -
 testing-i686/samba.logrotate|9 
 testing-i686/samba.pam  |3 
 testing-i686/samba.service  |   14 -
 testing-i686/smbd.service   |   12 
 testing-i686/smbd.socket|9 
 testing-i686/smbd@.service  |7 
 testing-i686/winbindd.service   |   12 
 testing-x86_64/PKGBUILD |  257 ---
 testing-x86_64/nmbd.service |   12 
 testing-x86_64/samba.conf   |2 
 testing-x86_64/samba.conf.d |   18 -
 testing-x86_64/samba.install|   14 -
 testing-x86_64/samba.logrotate  |9 
 testing-x86_64/samba.pam|3 
 testing-x86_64/samba.service|   14 -
 testing-x86_64/smbd.service |   12 
 testing-x86_64/smbd.socket  |9 
 testing-x86_64/smbd@.service|7 

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

2017-04-01 Thread Tobias Powalowski
Date: Saturday, April 1, 2017 @ 10:56:59
  Author: tpowa
Revision: 291982

upgpkg: samba 4.6.2-1

bump to latest release

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:52:59 UTC (rev 291981)
+++ PKGBUILD2017-04-01 10:56:59 UTC (rev 291982)
@@ -10,7 +10,7 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.6.1
+pkgver=4.6.2
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org";
@@ -243,7 +243,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${pkgver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('9e26b491c94d610ee0749a0862365fd9'
+md5sums=('461def8190ffc651fd8458b24ca2a622'
  'SKIP'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 10:18:06
  Author: felixonmars
Revision: 220293

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 10:17:37 UTC (rev 220292)
+++ community-i686/PKGBUILD 2017-04-01 10:18:06 UTC (rev 220293)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.1.6
-pkgrel=2
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde";
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go' 'python2' 'git')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
-sha256sums=('8081d2d21cbce1cd7eb14e1e52b3049a3711c4efee9a99c75286d09d2070a164')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
-  rmdir "$pkgdir"/lib
-  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
-}

Copied: startdde/repos/community-i686/PKGBUILD (from rev 220292, 
startdde/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 10:18:06 UTC (rev 220293)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.1.7
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde";
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm-switcher')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
+ 'deepin-api' 'go' 'python2' 'git')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
+sha512sums=('1fd3ccfd9600b580f28f9ae860730496c1f4c1873c0bdbad2b9a3164963acc0c58a815c7c41b892a24e39ba835ed24c947c349c308806520efaae81312ff1687')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
+  rmdir "$pkgdir"/lib
+  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-01 10:17:37 UTC (rev 220292)
+++ community-x86_64/PKGBUILD   2017-04-01 10:18:06 UTC (rev 220293)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.1.6
-pkgrel=2
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde";
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go' 'python2' 'git')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
-sha256sums=('8081d2d21cbce1cd7eb14e1e52b3049a3711c4efee9a99c75286d09d2070a164')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
-  rmdir "$pkgdir"/lib
-  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/syst

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 10:17:37
  Author: felixonmars
Revision: 220292

upgpkg: startdde 3.1.7-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 10:13:02 UTC (rev 220291)
+++ PKGBUILD2017-04-01 10:17:37 UTC (rev 220292)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.1.6
-pkgrel=2
+pkgver=3.1.7
+pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/startdde";
@@ -15,7 +15,7 @@
  'deepin-api' 'go' 'python2' 'git')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
-sha256sums=('8081d2d21cbce1cd7eb14e1e52b3049a3711c4efee9a99c75286d09d2070a164')
+sha512sums=('1fd3ccfd9600b580f28f9ae860730496c1f4c1873c0bdbad2b9a3164963acc0c58a815c7c41b892a24e39ba835ed24c947c349c308806520efaae81312ff1687')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


[arch-commits] Commit in deepin-daemon/repos (20 files)

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 10:13:02
  Author: felixonmars
Revision: 220291

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

Added:
  deepin-daemon/repos/community-i686/PKGBUILD
(from rev 220290, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-i686/deepin-daemon.install
(from rev 220290, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
(from rev 220290, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-i686/launcher.patch
(from rev 220290, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 220290, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 220290, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 220290, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 220290, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-x86_64/launcher.patch
(from rev 220290, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 220290, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
Deleted:
  deepin-daemon/repos/community-i686/PKGBUILD
  deepin-daemon/repos/community-i686/deepin-daemon.install
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-i686/launcher.patch
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
  deepin-daemon/repos/community-x86_64/launcher.patch
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop

-+
 /PKGBUILD   |  114 
 /deepin-daemon.install  |6 
 /deepin-daemon.sysusers |4 
 /launcher.patch |11352 
++
 /polkit-gnome-authentication-agent-1-deepin.desktop |  174 
 community-i686/PKGBUILD |   57 
 community-i686/deepin-daemon.install|3 
 community-i686/deepin-daemon.sysusers   |2 
 community-i686/launcher.patch   | 5676 
-
 community-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |   87 
 community-x86_64/PKGBUILD   |   57 
 community-x86_64/deepin-daemon.install  |3 
 community-x86_64/deepin-daemon.sysusers |2 
 community-x86_64/launcher.patch | 5676 
-
 community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |   87 
 15 files changed, 11650 insertions(+), 11650 deletions(-)

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


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 10:12:08
  Author: felixonmars
Revision: 220290

upgpkg: deepin-daemon 3.1.6-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 10:04:46 UTC (rev 220289)
+++ PKGBUILD2017-04-01 10:12:08 UTC (rev 220290)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.1.5
+pkgver=3.1.6
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
@@ -26,9 +26,9 @@
 source=("git+https://cr.deepin.io/dde/dde-daemon.git#tag=$pkgver";
 'deepin-daemon.sysusers'
 'polkit-gnome-authentication-agent-1-deepin.desktop')
-sha256sums=('SKIP'
-'4482f2c82c3652040021dd43515f131184a0417e341dc37db487117012245e25'
-'014f4c530e7556c3a83ab4409ae7dd47a87550004128ed8b7d02c58357e7')
+sha512sums=('SKIP'
+
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a'
+
'bc0ecd42db4e86c4343f94551552b8436bfdaed6311839313eacd0ba3fcd2d4ce4b8f4c52aefcd9eba0367dbc552de3ad1742319bc4344dd1adc7337f0d80b49')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 10:04:46
  Author: felixonmars
Revision: 220289

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 10:04:17 UTC (rev 220288)
+++ community-i686/PKGBUILD 2017-04-01 10:04:46 UTC (rev 220289)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.1.5
-pkgrel=1
-pkgdesc='Go-lang bindings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-api";
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dde-api"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 220288, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 10:04:46 UTC (rev 220289)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.1.6
+pkgrel=1
+pkgdesc='Go-lang bindings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-api";
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  # https://github.com/niemeyer/gopkg/issues/50
+  git config --global http.https://gopkg.in.followRedirects true
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dde-api"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-01 10:04:17 UTC (rev 220288)
+++ community-x86_64/PKGBUILD   2017-04-01 10:04:46 UTC (rev 220289)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.1.5
-pkgrel=1
-pkgdesc='Go-lang bindings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-api";
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-buil

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 10:04:17
  Author: felixonmars
Revision: 220288

upgpkg: deepin-api 3.1.6-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 10:00:24 UTC (rev 220287)
+++ PKGBUILD2017-04-01 10:04:17 UTC (rev 220288)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.1.5
+pkgver=3.1.6
 pkgrel=1
 pkgdesc='Go-lang bindings for dde-daemon'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-api')
 groups=('deepin')
 source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver";)
-sha256sums=('SKIP')
+sha512sums=('SKIP')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 10:00:24
  Author: felixonmars
Revision: 220287

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 220286, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 220286, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 220286, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   66 ++--
 30-win32-aliases.conf|   40 +-
 PKGBUILD |  366 -
 3 files changed, 236 insertions(+), 236 deletions(-)

Deleted: 0001-winhlp32-Workaround-a-bug-in-Flex.patch
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-04-01 09:59:21 UTC 
(rev 220286)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-04-01 10:00:24 UTC 
(rev 220287)
@@ -1,33 +0,0 @@
-From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
-From: Sebastian Lackner 
-Date: Sat, 14 Jan 2017 05:48:28 +0100
-Subject: winhlp32: Workaround a bug in Flex.
-

- programs/winhlp32/macro.lex.l | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
-index 8f6945ca988..da2dd22e447 100644
 a/programs/winhlp32/macro.lex.l
-+++ b/programs/winhlp32/macro.lex.l
-@@ -20,7 +20,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-  */
- %}
--%option noinput nounput never-interactive 8bit
-+%option noinput nounput never-interactive 8bit noyywrap
- %x quote
- %{
- #include "config.h"
-@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
- {
- return lex_data ? lex_data->window : Globals.active_win;
- }
--
--#ifndef yywrap
--int yywrap(void) { return 1; }
--#endif
--- 
-2.11.0
-

Copied: wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(from rev 220286, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch
(rev 0)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-04-01 10:00:24 UTC 
(rev 220287)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-04-01 09:59:21 UTC (rev 220286)
+++ 30-win32-aliases.conf   2017-04-01 10:00:24 UTC (rev 220287)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 220286, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-04-01 10:00:24 UTC (rev 220287)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-01 09:59:21 UTC (rev 220286)
+++ PKGBUILD2017-04-01 10:00:24 UTC (rev 220287)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-sou

[arch-commits] Commit in wine/repos/community-i686 (6 files)

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:59:21
  Author: felixonmars
Revision: 220286

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 220285, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 220285, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 220285, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   66 ++--
 30-win32-aliases.conf|   40 +-
 PKGBUILD |  366 -
 3 files changed, 236 insertions(+), 236 deletions(-)

Deleted: 0001-winhlp32-Workaround-a-bug-in-Flex.patch
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-04-01 09:58:59 UTC 
(rev 220285)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-04-01 09:59:21 UTC 
(rev 220286)
@@ -1,33 +0,0 @@
-From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
-From: Sebastian Lackner 
-Date: Sat, 14 Jan 2017 05:48:28 +0100
-Subject: winhlp32: Workaround a bug in Flex.
-

- programs/winhlp32/macro.lex.l | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
-index 8f6945ca988..da2dd22e447 100644
 a/programs/winhlp32/macro.lex.l
-+++ b/programs/winhlp32/macro.lex.l
-@@ -20,7 +20,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-  */
- %}
--%option noinput nounput never-interactive 8bit
-+%option noinput nounput never-interactive 8bit noyywrap
- %x quote
- %{
- #include "config.h"
-@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
- {
- return lex_data ? lex_data->window : Globals.active_win;
- }
--
--#ifndef yywrap
--int yywrap(void) { return 1; }
--#endif
--- 
-2.11.0
-

Copied: wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(from rev 220285, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch
(rev 0)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-04-01 09:59:21 UTC 
(rev 220286)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-04-01 09:58:59 UTC (rev 220285)
+++ 30-win32-aliases.conf   2017-04-01 09:59:21 UTC (rev 220286)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 220285, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-04-01 09:59:21 UTC (rev 220286)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-01 09:58:59 UTC (rev 220285)
+++ PKGBUILD2017-04-01 09:59:21 UTC (rev 220286)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:58:59
  Author: felixonmars
Revision: 220285

upgpkg: wine 2.5-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 09:57:52 UTC (rev 220284)
+++ PKGBUILD2017-04-01 09:58:59 UTC (rev 220285)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 0001-winhlp32-Workaround-a-bug-in-Flex.patch)
-sha512sums=('15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0'
+sha512sums=('7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'a6c099fced12271f6ba14f3f93b322f50bc2ecf5cb0b8b7ed0cc1884269569fdd084fe8531dff8db71484f80e62cbd5b69a1a2d04100e9d7485de5b53b9a4bb5')


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:57:52
  Author: felixonmars
Revision: 220284

archrelease: copy trunk to community-any

Added:
  deepin-dbus-factory/repos/community-any/PKGBUILD
(from rev 220283, deepin-dbus-factory/trunk/PKGBUILD)
Deleted:
  deepin-dbus-factory/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-01 09:57:33 UTC (rev 220283)
+++ PKGBUILD2017-04-01 09:57:52 UTC (rev 220284)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dbus-factory
-pkgver=3.1.2
-pkgrel=1
-pkgdesc='GO DBus factory for DDE'
-arch=('any')
-url="https://github.com/linuxdeepin/dbus-factory";
-license=('GPL3')
-makedepends=('git' 'go' 'deepin-dbus-generator')
-source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dbus-factory
-  make
-}
-
-package() {
-  cd dbus-factory
-  make GOPATH="/usr/share/gocode" DESTDIR="$pkgdir" install
-}

Copied: deepin-dbus-factory/repos/community-any/PKGBUILD (from rev 220283, 
deepin-dbus-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-01 09:57:52 UTC (rev 220284)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-factory
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='GO DBus factory for DDE'
+arch=('any')
+url="https://github.com/linuxdeepin/dbus-factory";
+license=('GPL3')
+makedepends=('git' 'go' 'deepin-dbus-generator')
+source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+build(){
+  cd dbus-factory
+  make
+}
+
+package() {
+  cd dbus-factory
+  make GOPATH="/usr/share/gocode" DESTDIR="$pkgdir" install
+}


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:57:33
  Author: felixonmars
Revision: 220283

upgpkg: deepin-dbus-factory 3.1.3-1

Modified:
  deepin-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 09:54:31 UTC (rev 220282)
+++ PKGBUILD2017-04-01 09:57:33 UTC (rev 220283)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dbus-factory
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc='GO DBus factory for DDE'
 arch=('any')
@@ -12,7 +12,7 @@
 license=('GPL3')
 makedepends=('git' 'go' 'deepin-dbus-generator')
 source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver";)
-sha256sums=('SKIP')
+sha512sums=('SKIP')
 
 build(){
   cd dbus-factory


[arch-commits] Commit in deepin-gir-generator/repos (8 files)

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:54:31
  Author: felixonmars
Revision: 220282

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

Added:
  deepin-gir-generator/repos/community-i686/PKGBUILD
(from rev 220281, deepin-gir-generator/trunk/PKGBUILD)
  deepin-gir-generator/repos/community-i686/SettingsBackendLike.patch
(from rev 220281, deepin-gir-generator/trunk/SettingsBackendLike.patch)
  deepin-gir-generator/repos/community-x86_64/PKGBUILD
(from rev 220281, deepin-gir-generator/trunk/PKGBUILD)
  deepin-gir-generator/repos/community-x86_64/SettingsBackendLike.patch
(from rev 220281, deepin-gir-generator/trunk/SettingsBackendLike.patch)
Deleted:
  deepin-gir-generator/repos/community-i686/PKGBUILD
  deepin-gir-generator/repos/community-i686/SettingsBackendLike.patch
  deepin-gir-generator/repos/community-x86_64/PKGBUILD
  deepin-gir-generator/repos/community-x86_64/SettingsBackendLike.patch

+
 /PKGBUILD  |   74 +++
 /SettingsBackendLike.patch |   84 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/SettingsBackendLike.patch   |   42 -
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/SettingsBackendLike.patch |   42 -
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 09:54:01 UTC (rev 220281)
+++ community-i686/PKGBUILD 2017-04-01 09:54:31 UTC (rev 220282)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gir-generator
-pkgver=0.9.6
-pkgrel=4
-pkgdesc='Generate static golang bindings for GObject'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/go-gir-generator";
-license=('GPL3')
-depends=('gobject-introspection' 'libgudev')
-makedepends=('git' 'go')
-source=("git+https://cr.deepin.io/go-gir-generator.git#tag=$pkgver";
-SettingsBackendLike.patch)
-md5sums=('SKIP'
- 'bf367edebfc344b050d35fd0fb56212d')
-
-prepare() {
-  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
-
-  cd go-gir-generator
-  # Our gobject-introspection is too new
-  # https://cr.deepin.io/#/c/16880/
-  patch -p1 -i ../SettingsBackendLike.patch
-}
-
-build() {
-  cd go-gir-generator
-  make
-}
-
-package() {
-  cd go-gir-generator
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-gir-generator/repos/community-i686/PKGBUILD (from rev 220281, 
deepin-gir-generator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 09:54:31 UTC (rev 220282)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gir-generator
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Generate static golang bindings for GObject'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/go-gir-generator";
+license=('GPL3')
+depends=('gobject-introspection' 'libgudev')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz";
+SettingsBackendLike.patch)
+sha512sums=('06bf5ad500db09daa3a2427c1a625cf31f01a28c77e82cfd92ac748169b4f6175875e0be2974b5a29104bf26694744ced7e03ae955fbfa458d8481b4d907306e'
+
'b36b10c01afb33f7bb054a928d4c5e0a017fac35e38992fe441bfcb9224b3aebd55e77a2f740a7b439221694f103a0edd102bd9bc0ef72a45512514886a90ea8')
+
+prepare() {
+  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
+
+  cd go-gir-generator-$pkgver
+  # Our gobject-introspection is too new
+  # https://cr.deepin.io/#/c/16880/
+  patch -p1 -i ../SettingsBackendLike.patch
+}
+
+build() {
+  cd go-gir-generator-$pkgver
+  make
+}
+
+package() {
+  cd go-gir-generator-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/SettingsBackendLike.patch
===
--- community-i686/SettingsBackendLike.patch2017-04-01 09:54:01 UTC (rev 
220281)
+++ community-i686/SettingsBackendLike.patch2017-04-01 09:54:31 UTC (rev 
220282)
@@ -1,42 +0,0 @@
-From 55ad8df560b2a8aec3462e61edff781f11cf86a9 Mon Sep 17 00:00:00 2001
-From: jouyouyun 
-Date: Mon, 24 Oct 2016 19:43:32 +0800
-Subject: [PATCH] Fix 'SettingsBackendLike' undefined
-
-Change-Id: I9b817b3a6ec26ce8023e26a6b2c7abc67074d53f

-
-diff --git a/lib.in/gio-2.0/config.json b/lib.in/gio-2.0/config.json
-index aaf75ed..7733140 100644
 a/lib.in/gio-2.0/config.json
-+++ b/lib.in/gio-2.0/config.json
-@@ -35,6 +35,7 @@
-   "AppLaunchContext",
-   "Emblem",
-   "Settings",
-+  

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:54:01
  Author: felixonmars
Revision: 220281

upgpkg: deepin-gir-generator 1.0.1-1

Modified:
  deepin-gir-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 09:46:51 UTC (rev 220280)
+++ PKGBUILD2017-04-01 09:54:01 UTC (rev 220281)
@@ -4,23 +4,23 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-gir-generator
-pkgver=0.9.6
-pkgrel=4
+pkgver=1.0.1
+pkgrel=1
 pkgdesc='Generate static golang bindings for GObject'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/go-gir-generator";
 license=('GPL3')
 depends=('gobject-introspection' 'libgudev')
-makedepends=('git' 'go')
-source=("git+https://cr.deepin.io/go-gir-generator.git#tag=$pkgver";
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz";
 SettingsBackendLike.patch)
-md5sums=('SKIP'
- 'bf367edebfc344b050d35fd0fb56212d')
+sha512sums=('06bf5ad500db09daa3a2427c1a625cf31f01a28c77e82cfd92ac748169b4f6175875e0be2974b5a29104bf26694744ced7e03ae955fbfa458d8481b4d907306e'
+
'b36b10c01afb33f7bb054a928d4c5e0a017fac35e38992fe441bfcb9224b3aebd55e77a2f740a7b439221694f103a0edd102bd9bc0ef72a45512514886a90ea8')
 
 prepare() {
   export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
 
-  cd go-gir-generator
+  cd go-gir-generator-$pkgver
   # Our gobject-introspection is too new
   # https://cr.deepin.io/#/c/16880/
   patch -p1 -i ../SettingsBackendLike.patch
@@ -27,11 +27,11 @@
 }
 
 build() {
-  cd go-gir-generator
+  cd go-gir-generator-$pkgver
   make
 }
 
 package() {
-  cd go-gir-generator
+  cd go-gir-generator-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2017-04-01 Thread Laurent Carlier
Date: Saturday, April 1, 2017 @ 09:46:51
  Author: lcarlier
Revision: 220280

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-sqlite/repos/multilib-testing-x86_64/
  lib32-sqlite/repos/multilib-testing-x86_64/PKGBUILD
(from rev 220279, lib32-sqlite/trunk/PKGBUILD)

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

Copied: lib32-sqlite/repos/multilib-testing-x86_64/PKGBUILD (from rev 220279, 
lib32-sqlite/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-04-01 09:46:51 UTC (rev 220280)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_srcver=318
+_docver=${_srcver}
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
+sha256sums=('eab4d137abd5aa1164244a5d558c9a02122071daf36984b236f8441d749b9ba6')
+options=('!makeflags')
+
+prepare() {
+  cd "$srcdir"/sqlite-src-$_srcver
+  autoreconf -vfi
+}
+
+build() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-tcl \
+--disable-static
+
+  make
+}
+
+package() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-04-01 Thread Laurent Carlier
Date: Saturday, April 1, 2017 @ 09:46:45
  Author: lcarlier
Revision: 220279

upgpkg: lib32-sqlite 3.18.0-1

upstream update 3.18.0

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 09:41:29 UTC (rev 220278)
+++ PKGBUILD2017-04-01 09:46:45 UTC (rev 220279)
@@ -5,9 +5,9 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_srcver=317
+_srcver=318
 _docver=${_srcver}
-pkgver=3.17.0
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
-sha256sums=('86754bee6bcaf1f2a6bf4a02676eb3a43d22d4e5d8339e217424cb2be6b748c3')
+sha256sums=('eab4d137abd5aa1164244a5d558c9a02122071daf36984b236f8441d749b9ba6')
 options=('!makeflags')
 
 prepare() {


[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:41:29
  Author: felixonmars
Revision: 220278

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-01 09:41:10 UTC (rev 220277)
+++ PKGBUILD2017-04-01 09:41:29 UTC (rev 220278)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.1.4
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas";
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
-makedepends=('git')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/x86/com.deepin.wrap.gnome.desktop.override
-  # don't override GNOME defaults
-  rm overrides/x86/{org.gnome.desktop,other}.override
-}
-
-build() {
-  cd "${pkgname}"
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 220277, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-01 09:41:29 UTC (rev 220278)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.1.5
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas";
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz";)
+sha512sums=('5c2652b45ff95095167f29cecea46d20c750ad6f9032fdbe16b34c051d8e87f9e0b0297a9ae707fc673873732397fa63ea2b27808f4398b7f32c3379d9a42640')
+
+prepare() {
+  cd deepin-desktop-schemas-$pkgver
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/x86/com.deepin.wrap.gnome.desktop.override
+  # don't override GNOME defaults
+  rm overrides/x86/{org.gnome.desktop,other}.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:41:10
  Author: felixonmars
Revision: 220277

upgpkg: deepin-desktop-schemas 3.1.5-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 09:36:01 UTC (rev 220276)
+++ PKGBUILD2017-04-01 09:41:10 UTC (rev 220277)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.1.4
+pkgver=3.1.5
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -11,14 +11,13 @@
 url="https://github.com/linuxdeepin/deepin-desktop-schemas";
 license=('GPL3')
 depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
-makedepends=('git')
 replaces=('deepin-default-gsettings')
 groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver";)
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz";)
+sha512sums=('5c2652b45ff95095167f29cecea46d20c750ad6f9032fdbe16b34c051d8e87f9e0b0297a9ae707fc673873732397fa63ea2b27808f4398b7f32c3379d9a42640')
 
 prepare() {
-  cd "${pkgname}"
+  cd deepin-desktop-schemas-$pkgver
   # fix default background url
   sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/x86/com.deepin.wrap.gnome.desktop.override
   # don't override GNOME defaults
@@ -26,11 +25,11 @@
 }
 
 build() {
-  cd "${pkgname}"
+  cd deepin-desktop-schemas-$pkgver
   make
 }
 
 package() {
-  cd "${pkgname}"
+  cd deepin-desktop-schemas-$pkgver
   make DESTDIR="${pkgdir}" install
 }


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:36:01
  Author: felixonmars
Revision: 220276

archrelease: copy trunk to community-any

Added:
  deepin-go-lib/repos/community-any/PKGBUILD
(from rev 220275, deepin-go-lib/trunk/PKGBUILD)
Deleted:
  deepin-go-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-01 09:35:42 UTC (rev 220275)
+++ PKGBUILD2017-04-01 09:36:01 UTC (rev 220276)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-go-lib
-pkgver=0.5.6
-pkgrel=1
-pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
-arch=('any')
-url="https://github.com/linuxdeepin/go-lib";
-license=('GPL3')
-depends=('libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 'libx11')
-makedepends=('git')
-source=("git+https://cr.deepin.io/go-lib.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  rm -r go-lib/.git
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a go-lib "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
-
-  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
-}

Copied: deepin-go-lib/repos/community-any/PKGBUILD (from rev 220275, 
deepin-go-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-01 09:36:01 UTC (rev 220276)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-go-lib
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
+arch=('any')
+url="https://github.com/linuxdeepin/go-lib";
+license=('GPL3')
+depends=('libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 'libx11')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz";)
+sha512sums=('50af960be2e3312b39df6a8c73e403ad9bfc274068f2b73fb1a5a52b8b4b32ba307fbab2884160843838ffc4116697bb65b667efb3d3a2d9208c9b11a90554a4')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
+  cp -a go-lib-$pkgver "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
+
+  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
+}


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:35:42
  Author: felixonmars
Revision: 220275

upgpkg: deepin-go-lib 1.0.1-1

Modified:
  deepin-go-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 09:25:38 UTC (rev 220274)
+++ PKGBUILD2017-04-01 09:35:42 UTC (rev 220275)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-go-lib
-pkgver=0.5.6
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
 arch=('any')
@@ -9,17 +9,12 @@
 url="https://github.com/linuxdeepin/go-lib";
 license=('GPL3')
 depends=('libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 'libx11')
-makedepends=('git')
-source=("git+https://cr.deepin.io/go-lib.git#tag=$pkgver";)
-md5sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz";)
+sha512sums=('50af960be2e3312b39df6a8c73e403ad9bfc274068f2b73fb1a5a52b8b4b32ba307fbab2884160843838ffc4116697bb65b667efb3d3a2d9208c9b11a90554a4')
 
-prepare() {
-  rm -r go-lib/.git
-}
-
 package() {
   mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a go-lib "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
+  cp -a go-lib-$pkgver "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
 
   rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
 }


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:25:38
  Author: felixonmars
Revision: 220274

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 220273, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 220273, 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-04-01 09:25:04 UTC (rev 220273)
+++ community-i686/PKGBUILD 2017-04-01 09:25:38 UTC (rev 220274)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.1.2
-pkgrel=2
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
-optdepends=('deepin-terminal: for "Open in terminal" to work')
-makedepends=('qt5-tools' 'deepin-dock')
-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";)
-sha256sums=('6bb7c4aba9aed5d404ebb92972026360c815cc0883fb792966549571f1461666')
-
-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 220273, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 09:25:38 UTC (rev 220274)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.1.3
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
+optdepends=('deepin-terminal: for "Open in terminal" to work')
+makedepends=('qt5-tools' 'deepin-dock')
+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=('ea95bcb33467021307c8c18b180229c59bd91e99a5f9fefb26e153ddcef2916e0ece7032475988a37118d023994418762ecbf1dcba604724710f17f525566d66')
+
+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-04-01 09:25:04 UTC (rev 220273)
+++ community-x86_64/PKGBUILD   2017-04-01 09:25:38 UTC (rev 220274)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.1.2
-pkgrel=2
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
-optdepends=('deepin-terminal: for "Open in terminal" to work')
-makedepends=('qt5-tools' 'deepin-dock')
-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";)
-sha256sums=('6bb7c4aba9aed5d404ebb92972026360c815cc0883fb792966549571f1461666')
-
-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-x86_64/PKGBUILD (from rev 220273, 
deepin-file-manager/trunk/PKGBUILD)
=

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:25:04
  Author: felixonmars
Revision: 220273

upgpkg: deepin-file-manager 1:4.1.3-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 09:19:31 UTC (rev 220272)
+++ PKGBUILD2017-04-01 09:25:04 UTC (rev 220273)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.1.2
-pkgrel=2
+pkgver=4.1.3
+pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('i686' 'x86_64')
@@ -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";)
-sha256sums=('6bb7c4aba9aed5d404ebb92972026360c815cc0883fb792966549571f1461666')
+sha512sums=('ea95bcb33467021307c8c18b180229c59bd91e99a5f9fefb26e153ddcef2916e0ece7032475988a37118d023994418762ecbf1dcba604724710f17f525566d66')
 
 build() {
   cd dde-file-manager-$pkgver


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:19:31
  Author: felixonmars
Revision: 220272

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

Added:
  deepin-calendar/repos/community-i686/PKGBUILD
(from rev 220271, deepin-calendar/trunk/PKGBUILD)
  deepin-calendar/repos/community-x86_64/PKGBUILD
(from rev 220271, deepin-calendar/trunk/PKGBUILD)
Deleted:
  deepin-calendar/repos/community-i686/PKGBUILD
  deepin-calendar/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-04-01 09:19:01 UTC (rev 220271)
+++ community-i686/PKGBUILD 2017-04-01 09:19:31 UTC (rev 220272)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-calendar";
-license=('GPL3')
-depends=('deepin-tool-kit')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-calendar.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-calendar
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-calendar
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-i686/PKGBUILD (from rev 220271, 
deepin-calendar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 09:19:31 UTC (rev 220272)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar";
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz";)
+sha512sums=('0694773f3bcd6a2439284cd264b5916567a6de64edd74beee50c991cc1b2e1118decf2c04a5c0b540656114bf4f9aaad6b55704b79abd4f6a825841c30f4597f')
+
+build() {
+  cd dde-calendar-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-calendar-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-01 09:19:01 UTC (rev 220271)
+++ community-x86_64/PKGBUILD   2017-04-01 09:19:31 UTC (rev 220272)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-calendar";
-license=('GPL3')
-depends=('deepin-tool-kit')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-calendar.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-calendar
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-calendar
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-x86_64/PKGBUILD (from rev 220271, 
deepin-calendar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-01 09:19:31 UTC (rev 220272)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-calendar";
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz";)
+sha512sums=('0694773f3bcd6a2439284cd264b5916567a6de64edd74beee50c991cc1b2e1118decf2c04a5c0b540656114bf4f9aaad6b55704b79abd4f6a825841c30f4597f')
+
+build() {
+  cd dde-calendar-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-calendar-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:19:01
  Author: felixonmars
Revision: 220271

upgpkg: deepin-calendar 1.0.5-1

Modified:
  deepin-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 09:18:31 UTC (rev 220270)
+++ PKGBUILD2017-04-01 09:19:01 UTC (rev 220271)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-calendar
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='Calendar for Deepin Desktop Environment'
 arch=('i686' 'x86_64')
@@ -11,18 +11,18 @@
 url="https://github.com/linuxdeepin/dde-calendar";
 license=('GPL3')
 depends=('deepin-tool-kit')
-makedepends=('git' 'qt5-tools')
+makedepends=('qt5-tools')
 groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-calendar.git#tag=$pkgver";)
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz";)
+sha512sums=('0694773f3bcd6a2439284cd264b5916567a6de64edd74beee50c991cc1b2e1118decf2c04a5c0b540656114bf4f9aaad6b55704b79abd4f6a825841c30f4597f')
 
 build() {
-  cd dde-calendar
+  cd dde-calendar-$pkgver
   qmake-qt5 PREFIX=/usr
   make
 }
 
 package() {
-  cd dde-calendar
+  cd dde-calendar-$pkgver
   make INSTALL_ROOT="$pkgdir" install
 }


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:18:31
  Author: felixonmars
Revision: 220270

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

Added:
  deepin-polkit-agent/repos/community-i686/PKGBUILD
(from rev 220269, deepin-polkit-agent/trunk/PKGBUILD)
  deepin-polkit-agent/repos/community-x86_64/PKGBUILD
(from rev 220269, deepin-polkit-agent/trunk/PKGBUILD)
Deleted:
  deepin-polkit-agent/repos/community-i686/PKGBUILD
  deepin-polkit-agent/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-04-01 09:17:55 UTC (rev 220269)
+++ community-i686/PKGBUILD 2017-04-01 09:18:31 UTC (rev 220270)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-polkit-agent
-pkgver=0.0.6
-pkgrel=1
-pkgdesc='Deepin Polkit Agent'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-polkit-agent";
-license=('GPL3')
-depends=('deepin-tool-kit' 'polkit-qt5')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz";)
-sha512sums=('b493ca79532cb39f29b2388c4db964b486fbb61b539fa34812f09c6ea8f25e15d3f6bd0e7caaaedc7d34e2d560559b05ca476d5cd117e57a7dce6a38839facdc')
-
-build() {
-  cd dde-polkit-agent-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-polkit-agent-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-polkit-agent/repos/community-i686/PKGBUILD (from rev 220269, 
deepin-polkit-agent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 09:18:31 UTC (rev 220270)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-polkit-agent
+pkgver=0.0.7
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent";
+license=('GPL3')
+depends=('deepin-tool-kit' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz";)
+sha512sums=('e5b8b440f1f7206cce69d1379f4aedff1d66610e3044c576bb63d3d1dd4347fb78480c14df47131f07786d01f856da6b0e07713b1ae38ff91c50f886d33fb369')
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-01 09:17:55 UTC (rev 220269)
+++ community-x86_64/PKGBUILD   2017-04-01 09:18:31 UTC (rev 220270)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-polkit-agent
-pkgver=0.0.6
-pkgrel=1
-pkgdesc='Deepin Polkit Agent'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-polkit-agent";
-license=('GPL3')
-depends=('deepin-tool-kit' 'polkit-qt5')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz";)
-sha512sums=('b493ca79532cb39f29b2388c4db964b486fbb61b539fa34812f09c6ea8f25e15d3f6bd0e7caaaedc7d34e2d560559b05ca476d5cd117e57a7dce6a38839facdc')
-
-build() {
-  cd dde-polkit-agent-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-polkit-agent-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-polkit-agent/repos/community-x86_64/PKGBUILD (from rev 220269, 
deepin-polkit-agent/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-01 09:18:31 UTC (rev 220270)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-polkit-agent
+pkgver=0.0.7
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent";
+license=('GPL3')
+depends=('deepin-tool-kit' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz";)
+sha512sums=('e5b8b440f1f7206cce69d1379f4aedff1d66610e3044c576bb63d3d1dd4347fb78480c14df47131f07786d01f856da6b0e07713b1ae38ff91c50f886d33fb369')
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_RO

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:17:55
  Author: felixonmars
Revision: 220269

upgpkg: deepin-polkit-agent 0.0.7-1

Modified:
  deepin-polkit-agent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 09:17:40 UTC (rev 220268)
+++ PKGBUILD2017-04-01 09:17:55 UTC (rev 220269)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-polkit-agent
-pkgver=0.0.6
+pkgver=0.0.7
 pkgrel=1
 pkgdesc='Deepin Polkit Agent'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('deepin-tool-kit' 'polkit-qt5')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz";)
-sha512sums=('b493ca79532cb39f29b2388c4db964b486fbb61b539fa34812f09c6ea8f25e15d3f6bd0e7caaaedc7d34e2d560559b05ca476d5cd117e57a7dce6a38839facdc')
+sha512sums=('e5b8b440f1f7206cce69d1379f4aedff1d66610e3044c576bb63d3d1dd4347fb78480c14df47131f07786d01f856da6b0e07713b1ae38ff91c50f886d33fb369')
 
 build() {
   cd dde-polkit-agent-$pkgver


[arch-commits] Commit in deepin-qt-dbus-factory/repos (4 files)

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:17:40
  Author: felixonmars
Revision: 220268

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

Added:
  deepin-qt-dbus-factory/repos/community-i686/PKGBUILD
(from rev 220267, deepin-qt-dbus-factory/trunk/PKGBUILD)
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD
(from rev 220267, deepin-qt-dbus-factory/trunk/PKGBUILD)
Deleted:
  deepin-qt-dbus-factory/repos/community-i686/PKGBUILD
  deepin-qt-dbus-factory/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-04-01 09:17:10 UTC (rev 220267)
+++ community-i686/PKGBUILD 2017-04-01 09:17:40 UTC (rev 220268)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qt-dbus-factory
-pkgver=0.0.7
-pkgrel=1
-pkgdesc='A repository stores auto-generated Qt5 dbus code'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-qt-dbus-factory";
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz";)
-sha512sums=('e84a1d7a6824690c97c22a13e9eda281a20abfee84881cd41367aef6395ddee3c704010fde3ebfcdeccb7175d79fa3345ec010e5a566cb23470af1e198c02a7f')
-
-build() {
-  cd dde-qt-dbus-factory-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-qt-dbus-factory-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt-dbus-factory/repos/community-i686/PKGBUILD (from rev 220267, 
deepin-qt-dbus-factory/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 09:17:40 UTC (rev 220268)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qt-dbus-factory
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='A repository stores auto-generated Qt5 dbus code'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory";
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz";)
+sha512sums=('e986e50ab8c4ba02bca7e46726d7b327097bf920abc6f451ccb39a2ecb904bf91ec71309d58d0e058f583261f18db8766e16846700ba1698d18af9bc6c2175ad')
+
+build() {
+  cd dde-qt-dbus-factory-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-qt-dbus-factory-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-01 09:17:10 UTC (rev 220267)
+++ community-x86_64/PKGBUILD   2017-04-01 09:17:40 UTC (rev 220268)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qt-dbus-factory
-pkgver=0.0.7
-pkgrel=1
-pkgdesc='A repository stores auto-generated Qt5 dbus code'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-qt-dbus-factory";
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz";)
-sha512sums=('e84a1d7a6824690c97c22a13e9eda281a20abfee84881cd41367aef6395ddee3c704010fde3ebfcdeccb7175d79fa3345ec010e5a566cb23470af1e198c02a7f')
-
-build() {
-  cd dde-qt-dbus-factory-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-qt-dbus-factory-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD (from rev 
220267, deepin-qt-dbus-factory/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-01 09:17:40 UTC (rev 220268)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qt-dbus-factory
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='A repository stores auto-generated Qt5 dbus code'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory";
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz";)
+sha512sums=('e986e50ab8c4ba02bca7e46726d7b327097bf920abc6f451ccb39a2ecb904bf91ec71309d58d0e058f583261f18db8766e16846700ba1698d18af9bc6c2175ad')
+
+build() {
+  cd dde-qt-dbus-facto

[arch-commits] Commit in deepin-qt-dbus-factory/trunk (PKGBUILD)

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:17:10
  Author: felixonmars
Revision: 220267

upgpkg: deepin-qt-dbus-factory 0.1.0-1

Modified:
  deepin-qt-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 09:12:44 UTC (rev 220266)
+++ PKGBUILD2017-04-01 09:17:10 UTC (rev 220267)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-qt-dbus-factory
-pkgver=0.0.7
+pkgver=0.1.0
 pkgrel=1
 pkgdesc='A repository stores auto-generated Qt5 dbus code'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('qt5-base')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz";)
-sha512sums=('e84a1d7a6824690c97c22a13e9eda281a20abfee84881cd41367aef6395ddee3c704010fde3ebfcdeccb7175d79fa3345ec010e5a566cb23470af1e198c02a7f')
+sha512sums=('e986e50ab8c4ba02bca7e46726d7b327097bf920abc6f451ccb39a2ecb904bf91ec71309d58d0e058f583261f18db8766e16846700ba1698d18af9bc6c2175ad')
 
 build() {
   cd dde-qt-dbus-factory-$pkgver


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:12:44
  Author: felixonmars
Revision: 220266

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

Added:
  python-tornado/repos/community-i686/0001-use_system_ca_certificates.patch
(from rev 220265, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  python-tornado/repos/community-i686/PKGBUILD
(from rev 220265, python-tornado/trunk/PKGBUILD)
  python-tornado/repos/community-x86_64/0001-use_system_ca_certificates.patch
(from rev 220265, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  python-tornado/repos/community-x86_64/PKGBUILD
(from rev 220265, python-tornado/trunk/PKGBUILD)
Deleted:
  python-tornado/repos/community-i686/0001-use_system_ca_certificates.patch
  python-tornado/repos/community-i686/PKGBUILD
  python-tornado/repos/community-x86_64/0001-use_system_ca_certificates.patch
  python-tornado/repos/community-x86_64/PKGBUILD

+
 /0001-use_system_ca_certificates.patch |   26 ++
 /PKGBUILD  |  186 +++
 community-i686/0001-use_system_ca_certificates.patch   |   13 -
 community-i686/PKGBUILD|   92 ---
 community-x86_64/0001-use_system_ca_certificates.patch |   13 -
 community-x86_64/PKGBUILD  |   92 ---
 6 files changed, 212 insertions(+), 210 deletions(-)

Deleted: community-i686/0001-use_system_ca_certificates.patch
===
--- community-i686/0001-use_system_ca_certificates.patch2017-04-01 
09:12:15 UTC (rev 220265)
+++ community-i686/0001-use_system_ca_certificates.patch2017-04-01 
09:12:44 UTC (rev 220266)
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index f09169f..d42c486 100644
 a/setup.py
-+++ b/setup.py
-@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
- # Certifi is also optional on 2.7.9+, although making our dependencies
- # conditional on micro version numbers seems like a bad idea
- # until we have more declarative metadata.
--install_requires.append('certifi')
-+pass
- if sys.version_info < (3, 5):
- install_requires.append('backports_abc>=0.4')
- kwargs['install_requires'] = install_requires
\ No newline at end of file

Copied: 
python-tornado/repos/community-i686/0001-use_system_ca_certificates.patch (from 
rev 220265, python-tornado/trunk/0001-use_system_ca_certificates.patch)
===
--- community-i686/0001-use_system_ca_certificates.patch
(rev 0)
+++ community-i686/0001-use_system_ca_certificates.patch2017-04-01 
09:12:44 UTC (rev 220266)
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index f09169f..d42c486 100644
+--- a/setup.py
 b/setup.py
+@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
+ # Certifi is also optional on 2.7.9+, although making our dependencies
+ # conditional on micro version numbers seems like a bad idea
+ # until we have more declarative metadata.
+-install_requires.append('certifi')
++pass
+ if sys.version_info < (3, 5):
+ install_requires.append('backports_abc>=0.4')
+ kwargs['install_requires'] = install_requires
\ No newline at end of file

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 09:12:15 UTC (rev 220265)
+++ community-i686/PKGBUILD 2017-04-01 09:12:44 UTC (rev 220266)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-
-pkgname=('python-tornado' 'python2-tornado')
-pkgver=4.4.2
-pkgrel=2
-pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
-arch=('i686' 'x86_64')
-url='http://www.tornadoweb.org/'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted'
-  'python2-twisted' 'python2-futures' 'python2-singledispatch' 
'python2-backports-abc'
-  'python2-trollius' 'python2-monotonic')
-source=("git+https://github.com/tornadoweb/tornado.git#tag=v$pkgver";
-0001-use_system_ca_certificates.patch)
-sha512sums=('SKIP'
-
'a6422735bdce26246088d38aec55042627a1800329847aba54ca85453dcefcdde631519b57088dd441a42a4c341e7f07c73ab6b73d8404869b67ee4107bde912')
-
-prepare() {
-  cd tornado
-  patch -p1 -i ../0001-use_system_ca_certificates.patch
-
-  cd "$srcdir"
-  cp -a tornado{,-py2}
-
-  # python -> python2 rename
-  find tornado-py2 -name '*py' -exec sed -e 's_#!/usr/bin/env python_&2_' -i 
{} \;
-
-  export TORNADO_EXTENSION=1
-}
-
-build() {
-  cd tornado
-  python setup.py build
-
-  cd ../tornado-p

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 09:12:15
  Author: felixonmars
Revision: 220265

upgpkg: python-tornado 4.4.3-1

Modified:
  python-tornado/trunk/PKGBUILD

--+
 PKGBUILD |   37 +++--
 1 file changed, 19 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:52:54 UTC (rev 220264)
+++ PKGBUILD2017-04-01 09:12:15 UTC (rev 220265)
@@ -2,48 +2,49 @@
 # Maintainer: Felix Yan 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 
+pkgbase=python-tornado
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=4.4.2
-pkgrel=2
+pkgver=4.4.3
+pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
 arch=('i686' 'x86_64')
 url='http://www.tornadoweb.org/'
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted'
   'python2-twisted' 'python2-futures' 'python2-singledispatch' 
'python2-backports-abc'
   'python2-trollius' 'python2-monotonic')
-source=("git+https://github.com/tornadoweb/tornado.git#tag=v$pkgver";
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tornadoweb/tornado/archive/v$pkgver.tar.gz";
 0001-use_system_ca_certificates.patch)
-sha512sums=('SKIP'
+sha512sums=('280503bce6b3517beace3dcf55b3e671b74064dd022b7f846fd697335f720a8f445d7ba1ffe230dff612a9160a1ed48b333b77dda3249207fc7f3c5a30948d57'
 
'a6422735bdce26246088d38aec55042627a1800329847aba54ca85453dcefcdde631519b57088dd441a42a4c341e7f07c73ab6b73d8404869b67ee4107bde912')
 
 prepare() {
-  cd tornado
+  cd tornado-$pkgver
   patch -p1 -i ../0001-use_system_ca_certificates.patch
 
   cd "$srcdir"
-  cp -a tornado{,-py2}
+  cp -a tornado-$pkgver{,-py2}
 
   # python -> python2 rename
-  find tornado-py2 -name '*py' -exec sed -e 's_#!/usr/bin/env python_&2_' -i 
{} \;
+  find tornado-$pkgver-py2 -name '*py' -exec sed -e 's_#!/usr/bin/env 
python_&2_' -i {} \;
 
   export TORNADO_EXTENSION=1
 }
 
 build() {
-  cd tornado
+  cd tornado-$pkgver
   python setup.py build
 
-  cd ../tornado-py2
+  cd ../tornado-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
   (
-cd tornado
+cd tornado-$pkgver
 python setup.py install --root="$PWD/tmp_install" --optimize=1
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH"
 cd tmp_install
 python -m tornado.test.runtests
 python -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop
@@ -52,10 +53,10 @@
 python -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop
 python -m tornado.test.runtests 
--ioloop=tornado.platform.asyncio.AsyncIOLoop
 python -m tornado.test.runtests --resolver=tornado.netutil.ThreadedResolver
-  )
+  ) || warning "Tests failed"
 
   (
-cd tornado-py2
+cd tornado-$pkgver-py2
 python2 setup.py install --root="$PWD/tmp_install" --optimize=1
 export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
 cd tmp_install
@@ -75,8 +76,8 @@
   'python-twisted: for tornado.platform.twisted')
   # 'python-pycares: an alternative non-blocking DNS resolver'
 
-  cd tornado
-  python setup.py install --root="${pkgdir}" --optimize=1
+  cd tornado-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-tornado() {
@@ -87,6 +88,6 @@
   'python2-twisted: for tornado.platform.twisted')
   # 'python2-pycares: an alternative non-blocking DNS resolver'
 
-  cd tornado-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+  cd tornado-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }


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

2017-04-01 Thread Andreas Radke
Date: Saturday, April 1, 2017 @ 08:52:59
  Author: andyrtr
Revision: 291981

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

Added:
  gnutls/repos/staging-i686/
  gnutls/repos/staging-i686/PKGBUILD
(from rev 291980, gnutls/trunk/PKGBUILD)
  gnutls/repos/staging-x86_64/
  gnutls/repos/staging-x86_64/PKGBUILD
(from rev 291980, gnutls/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   52 ++
 staging-x86_64/PKGBUILD |   52 ++
 2 files changed, 104 insertions(+)

Copied: gnutls/repos/staging-i686/PKGBUILD (from rev 291980, 
gnutls/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-04-01 08:52:59 UTC (rev 291981)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.5.10
+pkgrel=2
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://www.gnutls.org/";
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn' 
'libunistring')
+checkdepends=('net-tools')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('af443e86ba538d4d3e37c4732c00101a492fe4b56a55f4112ff0ab39dbe6579d'
+'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --without-idn \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+}

Copied: gnutls/repos/staging-x86_64/PKGBUILD (from rev 291980, 
gnutls/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-04-01 08:52:59 UTC (rev 291981)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.5.10
+pkgrel=2
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://www.gnutls.org/";
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn' 
'libunistring')
+checkdepends=('net-tools')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('af443e86ba538d4d3e37c4732c00101a492fe4b56a55f4112ff0ab39dbe6579d'
+'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --without-idn \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+}


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

2017-04-01 Thread Andreas Radke
Date: Saturday, April 1, 2017 @ 08:52:45
  Author: andyrtr
Revision: 291980

upgpkg: gnutls 3.5.10-2

guile rebuild

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:33:44 UTC (rev 291979)
+++ PKGBUILD2017-04-01 08:52:45 UTC (rev 291980)
@@ -4,7 +4,7 @@
 
 pkgname=gnutls
 pkgver=3.5.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL2.1')


[arch-commits] Commit in (deepin-file-manager-backend)

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:52:54
  Author: felixonmars
Revision: 220264

remove deepin-file-manager-backend, deprecated upstream

Deleted:
  deepin-file-manager-backend/


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:50:07
  Author: felixonmars
Revision: 220262

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

Added:
  liri-terminal/repos/community-testing-i686/
  liri-terminal/repos/community-testing-i686/PKGBUILD
(from rev 220261, liri-terminal/trunk/PKGBUILD)
  liri-terminal/repos/community-testing-x86_64/
  liri-terminal/repos/community-testing-x86_64/PKGBUILD
(from rev 220261, liri-terminal/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   32 
 community-testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: liri-terminal/repos/community-testing-i686/PKGBUILD (from rev 220261, 
liri-terminal/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-01 08:50:07 UTC (rev 220262)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Spencer 
+
+pkgname=liri-terminal
+pkgver=0.0.0.20170213
+_commit=62acaf9f943e1cdf1b57c87eb8ca2abd1d24a75d
+pkgrel=1
+pkgdesc="Terminal for Liri"
+arch=("i686" "x86_64")
+url="https://github.com/lirios/terminal";
+license=("GPL")
+depends=("fluid" "vibe" "dconf")
+makedepends=("extra-cmake-modules")
+replaces=('papyros-terminal')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/terminal/archive/$_commit.tar.gz";)
+sha256sums=('90e2d52a7d54020bf97cca284eb36fb0b38ce5ea56aee4b6f966bd686f01af21')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/terminal-$_commit -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: liri-terminal/repos/community-testing-x86_64/PKGBUILD (from rev 220261, 
liri-terminal/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-04-01 08:50:07 UTC (rev 220262)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Spencer 
+
+pkgname=liri-terminal
+pkgver=0.0.0.20170213
+_commit=62acaf9f943e1cdf1b57c87eb8ca2abd1d24a75d
+pkgrel=1
+pkgdesc="Terminal for Liri"
+arch=("i686" "x86_64")
+url="https://github.com/lirios/terminal";
+license=("GPL")
+depends=("fluid" "vibe" "dconf")
+makedepends=("extra-cmake-modules")
+replaces=('papyros-terminal')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/terminal/archive/$_commit.tar.gz";)
+sha256sums=('90e2d52a7d54020bf97cca284eb36fb0b38ce5ea56aee4b6f966bd686f01af21')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/terminal-$_commit -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:49:42
  Author: felixonmars
Revision: 220261

upgpkg: liri-terminal 0.0.0.20170213-1

Modified:
  liri-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:48:13 UTC (rev 220260)
+++ PKGBUILD2017-04-01 08:49:42 UTC (rev 220261)
@@ -3,8 +3,8 @@
 # Contributor: Michael Spencer 
 
 pkgname=liri-terminal
-pkgver=0.0.0.20170118
-_commit=e6b33d1700f454e2c50f74756aa2579fc4994996
+pkgver=0.0.0.20170213
+_commit=62acaf9f943e1cdf1b57c87eb8ca2abd1d24a75d
 pkgrel=1
 pkgdesc="Terminal for Liri"
 arch=("i686" "x86_64")
@@ -11,10 +11,10 @@
 url="https://github.com/lirios/terminal";
 license=("GPL")
 depends=("fluid" "vibe" "dconf")
-makedepends=("git" "extra-cmake-modules")
+makedepends=("extra-cmake-modules")
 replaces=('papyros-terminal')
-source=("git+https://github.com/lirios/terminal.git#commit=$_commit";)
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/terminal/archive/$_commit.tar.gz";)
+sha256sums=('90e2d52a7d54020bf97cca284eb36fb0b38ce5ea56aee4b6f966bd686f01af21')
 
 prepare() {
   mkdir -p build
@@ -22,7 +22,7 @@
 
 build() {
   cd build
-  cmake "$srcdir/terminal" -DCMAKE_INSTALL_PREFIX=/usr
+  cmake "$srcdir"/terminal-$_commit -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:48:13
  Author: felixonmars
Revision: 220260

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

Added:
  liri-files/repos/community-testing-i686/
  liri-files/repos/community-testing-i686/PKGBUILD
(from rev 220259, liri-files/trunk/PKGBUILD)
  liri-files/repos/community-testing-x86_64/
  liri-files/repos/community-testing-x86_64/PKGBUILD
(from rev 220259, liri-files/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   35 +++
 community-testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: liri-files/repos/community-testing-i686/PKGBUILD (from rev 220259, 
liri-files/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-01 08:48:13 UTC (rev 220260)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 159441 2016-01-30 05:03:01Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Riley Trautman 
+# Contributor: Michael Spencer 
+
+pkgname=liri-files
+pkgver=0.1.0
+pkgrel=3
+pkgdesc="The file manager for Liri"
+arch=("i686" "x86_64")
+url="https://github.com/lirios/files";
+license=("GPL")
+depends=("fluid" "taglib")
+makedepends=("extra-cmake-modules" "qt5-tools")
+replaces=('papyros-files')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/files/archive/v$pkgver.tar.gz";
+
"fluid-0.10.patch::https://github.com/lirios/files/commit/aadbc5223f2699341aaf580153b823c41ee7a3d8.patch";)
+sha256sums=('a5d302dcef97735a277473bcbfc3257dcfb444c0ad0be05961e46ca05cf315ae'
+'9dfce5b5957aeb0fe17fed92ded87b86080a89b66338b9907b44d4457e77b124')
+
+prepare() {
+  (cd files-$pkgver; patch -p1 -i ../fluid-0.10.patch)
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/files-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: liri-files/repos/community-testing-x86_64/PKGBUILD (from rev 220259, 
liri-files/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-04-01 08:48:13 UTC (rev 220260)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 159441 2016-01-30 05:03:01Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Riley Trautman 
+# Contributor: Michael Spencer 
+
+pkgname=liri-files
+pkgver=0.1.0
+pkgrel=3
+pkgdesc="The file manager for Liri"
+arch=("i686" "x86_64")
+url="https://github.com/lirios/files";
+license=("GPL")
+depends=("fluid" "taglib")
+makedepends=("extra-cmake-modules" "qt5-tools")
+replaces=('papyros-files')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/files/archive/v$pkgver.tar.gz";
+
"fluid-0.10.patch::https://github.com/lirios/files/commit/aadbc5223f2699341aaf580153b823c41ee7a3d8.patch";)
+sha256sums=('a5d302dcef97735a277473bcbfc3257dcfb444c0ad0be05961e46ca05cf315ae'
+'9dfce5b5957aeb0fe17fed92ded87b86080a89b66338b9907b44d4457e77b124')
+
+prepare() {
+  (cd files-$pkgver; patch -p1 -i ../fluid-0.10.patch)
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/files-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:47:48
  Author: felixonmars
Revision: 220259

upgpkg: liri-files 0.1.0-3

Modified:
  liri-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:46:35 UTC (rev 220258)
+++ PKGBUILD2017-04-01 08:47:48 UTC (rev 220259)
@@ -5,24 +5,27 @@
 
 pkgname=liri-files
 pkgver=0.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The file manager for Liri"
 arch=("i686" "x86_64")
 url="https://github.com/lirios/files";
 license=("GPL")
 depends=("fluid" "taglib")
-makedepends=("git" "extra-cmake-modules" "qt5-tools")
+makedepends=("extra-cmake-modules" "qt5-tools")
 replaces=('papyros-files')
-source=("git+https://github.com/lirios/files.git#tag=v$pkgver";)
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/files/archive/v$pkgver.tar.gz";
+
"fluid-0.10.patch::https://github.com/lirios/files/commit/aadbc5223f2699341aaf580153b823c41ee7a3d8.patch";)
+sha256sums=('a5d302dcef97735a277473bcbfc3257dcfb444c0ad0be05961e46ca05cf315ae'
+'9dfce5b5957aeb0fe17fed92ded87b86080a89b66338b9907b44d4457e77b124')
 
 prepare() {
+  (cd files-$pkgver; patch -p1 -i ../fluid-0.10.patch)
   mkdir -p build
 }
 
 build() {
   cd build
-  cmake "$srcdir/files" -DCMAKE_INSTALL_PREFIX=/usr
+  cmake "$srcdir"/files-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:46:35
  Author: felixonmars
Revision: 220258

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

Added:
  fluid/repos/community-testing-i686/
  fluid/repos/community-testing-i686/PKGBUILD
(from rev 220257, fluid/trunk/PKGBUILD)
  fluid/repos/community-testing-x86_64/
  fluid/repos/community-testing-x86_64/PKGBUILD
(from rev 220257, fluid/trunk/PKGBUILD)

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

Copied: fluid/repos/community-testing-i686/PKGBUILD (from rev 220257, 
fluid/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-01 08:46:35 UTC (rev 220258)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fluid
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Library for QtQuick apps with Material Design and Universal"
+arch=('i686' 'x86_64')
+url='https://github.com/lirios/fluid'
+license=('MPL')
+depends=('qt5-svg' 'qt5-quickcontrols2')
+makedepends=('extra-cmake-modules' 'nodejs-material-design-icons')
+replaces=('qml-material')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/fluid/archive/v$pkgver.tar.gz";)
+sha256sums=('6799019349f4d36f561ee4a818359480bb88987e03d8bb40523284fc3cd5')
+
+prepare() {
+  mkdir -p build
+
+  cd fluid-$pkgver
+  ln -s /usr/lib/node_modules/material-design-icons
+  sed -i '/git submodule/d' scripts/fetch_icons.sh
+  scripts/fetch_icons.sh
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/fluid-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DKDE_INSTALL_QMLDIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: fluid/repos/community-testing-x86_64/PKGBUILD (from rev 220257, 
fluid/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-04-01 08:46:35 UTC (rev 220258)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fluid
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Library for QtQuick apps with Material Design and Universal"
+arch=('i686' 'x86_64')
+url='https://github.com/lirios/fluid'
+license=('MPL')
+depends=('qt5-svg' 'qt5-quickcontrols2')
+makedepends=('extra-cmake-modules' 'nodejs-material-design-icons')
+replaces=('qml-material')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/fluid/archive/v$pkgver.tar.gz";)
+sha256sums=('6799019349f4d36f561ee4a818359480bb88987e03d8bb40523284fc3cd5')
+
+prepare() {
+  mkdir -p build
+
+  cd fluid-$pkgver
+  ln -s /usr/lib/node_modules/material-design-icons
+  sed -i '/git submodule/d' scripts/fetch_icons.sh
+  scripts/fetch_icons.sh
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/fluid-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DKDE_INSTALL_QMLDIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:46:11
  Author: felixonmars
Revision: 220257

upgpkg: fluid 0.10.0-1

Modified:
  fluid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:28:25 UTC (rev 220256)
+++ PKGBUILD2017-04-01 08:46:11 UTC (rev 220257)
@@ -2,31 +2,30 @@
 # Maintainer: Felix Yan 
 
 pkgname=fluid
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="Library for QtQuick apps with Material Design and Universal"
-arch=("i686" "x86_64")
-url="https://github.com/lirios/fluid";
-license=("MPL")
-depends=("qt5-svg" "qt5-quickcontrols2")
-makedepends=("git" "extra-cmake-modules")
+arch=('i686' 'x86_64')
+url='https://github.com/lirios/fluid'
+license=('MPL')
+depends=('qt5-svg' 'qt5-quickcontrols2')
+makedepends=('extra-cmake-modules' 'nodejs-material-design-icons')
 replaces=('qml-material')
-source=("git+https://github.com/lirios/fluid.git#tag=v$pkgver";
-"git+https://github.com/google/material-design-icons.git";)
-sha256sums=('SKIP'
-'SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/fluid/archive/v$pkgver.tar.gz";)
+sha256sums=('6799019349f4d36f561ee4a818359480bb88987e03d8bb40523284fc3cd5')
 
 prepare() {
   mkdir -p build
 
-  cd $pkgname
-  git clone "$srcdir/material-design-icons" material-design-icons
+  cd fluid-$pkgver
+  ln -s /usr/lib/node_modules/material-design-icons
+  sed -i '/git submodule/d' scripts/fetch_icons.sh
   scripts/fetch_icons.sh
 }
 
 build() {
   cd build
-  cmake "$srcdir/$pkgname" \
+  cmake "$srcdir"/fluid-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DKDE_INSTALL_LIBDIR=lib \
 -DKDE_INSTALL_LIBEXECDIR=lib \


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

2017-04-01 Thread Andreas Radke
Date: Saturday, April 1, 2017 @ 08:33:44
  Author: andyrtr
Revision: 291979

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

Added:
  sqlite/repos/testing-i686/
  sqlite/repos/testing-i686/PKGBUILD
(from rev 291978, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 291978, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 291978, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 291978, sqlite/trunk/license.txt)

+
 testing-i686/PKGBUILD  |  117 +++
 testing-i686/license.txt   |   33 
 testing-x86_64/PKGBUILD|  117 +++
 testing-x86_64/license.txt |   33 
 4 files changed, 300 insertions(+)

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 291978, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-01 08:33:44 UTC (rev 291979)
@@ -0,0 +1,117 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
+_srcver=318
+_docver=${_srcver}
+#_docver=3080001
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline')
+source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip
+https://www.sqlite.org/2017/sqlite-doc-${_docver}.zip
+license.txt)
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+sha1sums=('7c8e1acd2e006675aee7fb9578c1ac7de58ab614'
+  '36fac5aa864683d186410c75d2f6e3176beddc7d'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+prepare() {
+  cd sqlite-src-$_srcver
+#  autoreconf -vfi
+}
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+}
+
+package_sqlite() {
+
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+
+  cd sqlite-src-$_srcver
+  make DESTDIR=${pkgdir} install
+
+  install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
+
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+
+  # split out tcl extension
+  mkdir $srcdir/tcl
+  mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
+}
+
+package_sqlite-tcl() {
+
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv $srcdir/tcl/* ${pkgdir}/usr/lib
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/mann
+  install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
+
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-analyzer() {
+
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 sqlite3_analyzer ${pkgdir}/usr/bin/
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
+
+  cd sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+}

Copied: sqlite/repos/testing-i686/license.txt (from rev 291978, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ 

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

2017-04-01 Thread Andreas Radke
Date: Saturday, April 1, 2017 @ 08:33:31
  Author: andyrtr
Revision: 291978

upgpkg: sqlite 3.18.0-1

upstream update 3.18.0

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:28:25 UTC (rev 291977)
+++ PKGBUILD2017-04-01 08:33:31 UTC (rev 291978)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=317
+_srcver=318
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.17.0
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 https://www.sqlite.org/2017/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('67368dfa74dac296cebfc4a8fe9bb92ef47e8b47'
-  'bf3b479067d6eb36c8230b668a45994c9212d6cc'
+sha1sums=('7c8e1acd2e006675aee7fb9578c1ac7de58ab614'
+  '36fac5aa864683d186410c75d2f6e3176beddc7d'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {


[arch-commits] Commit in cowsay/repos/extra-any (4 files)

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 08:28:25
  Author: arojas
Revision: 291977

archrelease: copy trunk to extra-any

Added:
  cowsay/repos/extra-any/PKGBUILD
(from rev 291976, cowsay/trunk/PKGBUILD)
  cowsay/repos/extra-any/cowsay.patch
(from rev 291976, cowsay/trunk/cowsay.patch)
Deleted:
  cowsay/repos/extra-any/PKGBUILD
  cowsay/repos/extra-any/cowsay.patch

--+
 PKGBUILD |   60 -
 cowsay.patch |   22 ++--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-01 08:28:01 UTC (rev 291976)
+++ PKGBUILD2017-04-01 08:28:25 UTC (rev 291977)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX  
-# Contributor: Eric Belanger 
-# Contributor: Sarah Hay 
-
-pkgname=cowsay
-pkgver=3.03
-pkgrel=9
-pkgdesc='Configurable talking cow (and a few other creatures)'
-arch=('any')
-url='http://www.nog.net/~tony/warez/'
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=(http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz
-cowsay.patch)
-sha256sums=('3406ab1634c7d4d7d3f613b56eb9f1a4da8feaac93664a188b4de9bacb036ce8'
-'aa88442a31f01ffe5884b3ae974ed1ced23d860859d7f2234cdcd3ac437fc17f')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i $srcdir/cowsay.patch
-   sed -i 's|/man/|/share/man/|' install.sh
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   echo "${pkgdir}/usr" | ./install.sh
-   # This one is not a valid '.cow' file
-   rm ${pkgdir}/usr/share/cows/mech-and-cow
-}

Copied: cowsay/repos/extra-any/PKGBUILD (from rev 291976, cowsay/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-01 08:28:25 UTC (rev 291977)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Guillaume ALAUX  
+# Contributor: Eric Belanger 
+# Contributor: Sarah Hay 
+
+pkgname=cowsay
+pkgver=3.03
+pkgrel=9
+pkgdesc='Configurable talking cow (and a few other creatures)'
+arch=('any')
+url='http://www.nog.net/~tony/warez/'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=(https://github.com/tnalpgge/rank-amateur-cowsay/archive/cowsay-$pkgver.tar.gz
+cowsay.patch)
+sha256sums=('9a32cba0b561719e1302398857124fdf4dd21a7623c017eaadbf31277f9274af'
+'aa88442a31f01ffe5884b3ae974ed1ced23d860859d7f2234cdcd3ac437fc17f')
+
+build() {
+   cd rank-amateur-cowsay-${pkgname}-${pkgver}
+   patch -p1 -i $srcdir/cowsay.patch
+   sed -i 's|/man/|/share/man/|' install.sh
+}
+
+package() {
+   cd rank-amateur-cowsay-${pkgname}-${pkgver}
+   echo "${pkgdir}/usr" | ./install.sh
+   # This one is not a valid '.cow' file
+   rm ${pkgdir}/usr/share/cows/mech-and-cow
+}

Deleted: cowsay.patch
===
--- cowsay.patch2017-04-01 08:28:01 UTC (rev 291976)
+++ cowsay.patch2017-04-01 08:28:25 UTC (rev 291977)
@@ -1,11 +0,0 @@
 cowsay-3.03/install.sh 1999-11-01 21:19:21.0 +0100
-+++ cowsay-3.03-new/install.sh 2003-08-15 17:14:23.0 +0200
-@@ -67,7 +67,7 @@
- echo Okay, time to install this puppy.
- 
- echo s,%BANGPERL%,!$usethisperl,\; > install.pl
--echo s,%PREFIX%,$PREFIX,\; >> install.pl
-+echo s,%PREFIX%,/usr,\; >> install.pl
- set -x
- mkdir -p $PREFIX/bin || (mkdir $PREFIX; mkdir $PREFIX/bin)
- $usethisperl -p install.pl cowsay > $PREFIX/bin/cowsay

Copied: cowsay/repos/extra-any/cowsay.patch (from rev 291976, 
cowsay/trunk/cowsay.patch)
===
--- cowsay.patch(rev 0)
+++ cowsay.patch2017-04-01 08:28:25 UTC (rev 291977)
@@ -0,0 +1,11 @@
+--- cowsay-3.03/install.sh 1999-11-01 21:19:21.0 +0100
 cowsay-3.03-new/install.sh 2003-08-15 17:14:23.0 +0200
+@@ -67,7 +67,7 @@
+ echo Okay, time to install this puppy.
+ 
+ echo s,%BANGPERL%,!$usethisperl,\; > install.pl
+-echo s,%PREFIX%,$PREFIX,\; >> install.pl
++echo s,%PREFIX%,/usr,\; >> install.pl
+ set -x
+ mkdir -p $PREFIX/bin || (mkdir $PREFIX; mkdir $PREFIX/bin)
+ $usethisperl -p install.pl cowsay > $PREFIX/bin/cowsay


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:27:51
  Author: felixonmars
Revision: 220255

upgpkg: deepin-launcher 4.0.10-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:27:41 UTC (rev 220254)
+++ PKGBUILD2017-04-01 08:27:51 UTC (rev 220255)
@@ -4,28 +4,28 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.0.9
+pkgver=4.0.10
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-launcher";
 license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-tool-kit' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory')
 makedepends=('git' 'qt5-tools')
 conflicts=('dde-launcher')
 replaces=('dde-launcher')
 groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz";)
+sha512sums=('53ee02546ff27eab2e3504472d9d9ce5edc4eaf4266fa5ce53fb5f7ef4ef4050ca4b6a53f8be272b951857286399dc4003972e027d19bdd24f668ae890c3fbac')
 
 build(){
-  cd dde-launcher
+  cd dde-launcher-$pkgver
   qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
   make
 }
 
 package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
+  cd dde-launcher-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
 }


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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 08:28:01
  Author: arojas
Revision: 291976

Fix source

Modified:
  cowsay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:27:01 UTC (rev 291975)
+++ PKGBUILD2017-04-01 08:28:01 UTC (rev 291976)
@@ -11,19 +11,19 @@
 url='http://www.nog.net/~tony/warez/'
 license=('PerlArtistic' 'GPL')
 depends=('perl')
-source=(http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz
+source=(https://github.com/tnalpgge/rank-amateur-cowsay/archive/cowsay-$pkgver.tar.gz
 cowsay.patch)
-sha256sums=('3406ab1634c7d4d7d3f613b56eb9f1a4da8feaac93664a188b4de9bacb036ce8'
+sha256sums=('9a32cba0b561719e1302398857124fdf4dd21a7623c017eaadbf31277f9274af'
 'aa88442a31f01ffe5884b3ae974ed1ced23d860859d7f2234cdcd3ac437fc17f')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd rank-amateur-cowsay-${pkgname}-${pkgver}
patch -p1 -i $srcdir/cowsay.patch
sed -i 's|/man/|/share/man/|' install.sh
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd rank-amateur-cowsay-${pkgname}-${pkgver}
echo "${pkgdir}/usr" | ./install.sh
# This one is not a valid '.cow' file
rm ${pkgdir}/usr/share/cows/mech-and-cow


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:28:25
  Author: felixonmars
Revision: 220256

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 08:27:51 UTC (rev 220255)
+++ community-i686/PKGBUILD 2017-04-01 08:28:25 UTC (rev 220256)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.9
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-i686/PKGBUILD (from rev 220255, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 08:28:25 UTC (rev 220256)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.0.10
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-tool-kit' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz";)
+sha512sums=('53ee02546ff27eab2e3504472d9d9ce5edc4eaf4266fa5ce53fb5f7ef4ef4050ca4b6a53f8be272b951857286399dc4003972e027d19bdd24f668ae890c3fbac')
+
+build(){
+  cd dde-launcher-$pkgver
+  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-01 08:27:51 UTC (rev 220255)
+++ community-x86_64/PKGBUILD   2017-04-01 08:28:25 UTC (rev 220256)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.9
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 220255, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-01 08:28:25 UTC (rev 220256)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.0.10
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-tool-kit' 'deepin-menu'
+   

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:27:16
  Author: felixonmars
Revision: 220253

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 08:27:12 UTC (rev 220252)
+++ community-i686/PKGBUILD 2017-04-01 08:27:16 UTC (rev 220253)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
-sha512sums=('6b07a4aaea53ac17fc4b96b31e9c86b91f84c71c49986a277e16f389241f9a9efd4d22819183886363b93b650b33ebb5c6de2529a096dae9d5790ee0ad7ab714')
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 220251, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 08:27:16 UTC (rev 220253)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.0.4
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
+sha512sums=('3615db2e7671fe75d80b5742be61bcbada7f1e5439852f0b7e17fe78ed2bf3a3aa17a6baad3ba63736a81ad21778801c41e076d6ea611a72654d7d1ac9ca7a1a')
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-01 08:27:12 UTC (rev 220252)
+++ community-x86_64/PKGBUILD   2017-04-01 08:27:16 UTC (rev 220253)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
-sha512sums=('6b07a4aaea53ac17fc4b96b31e9c86b91f84c71c49986a277e16f389241f9a9efd4d22819183886363b93b650b33ebb5c6de2529a096dae9d5790ee0ad7ab714')
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 220251, 
deepin-session-ui/trunk/PKGBUILD)
===
--- commu

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

2017-04-01 Thread Andreas Radke
Date: Saturday, April 1, 2017 @ 08:27:01
  Author: andyrtr
Revision: 291975

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

Added:
  nano/repos/testing-i686/
  nano/repos/testing-i686/PKGBUILD
(from rev 291974, nano/trunk/PKGBUILD)
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 291974, nano/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: nano/repos/testing-i686/PKGBUILD (from rev 291974, nano/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-01 08:27:01 UTC (rev 291975)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org";
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(https://www.nano-editor.org/dist/v2.8/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('0b7b434805e5e343d2fef75804fc61c59323641d8c8e63d3027b4ac442689136'
+'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/sample.nanorc 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 291974, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-01 08:27:01 UTC (rev 291975)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org";
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(https://www.nano-editor.org/dist/v2.8/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('0b7b434805e5e343d2fef75804fc61c59323641d8c8e63d3027b4ac442689136'
+'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/sample.nanorc 
${pkgdir}/etc/nanorc
+}


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

2017-04-01 Thread Andreas Radke
Date: Saturday, April 1, 2017 @ 08:26:41
  Author: andyrtr
Revision: 291974

upgpkg: nano 2.8.0-1

upstream update 2.8.0

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:21:41 UTC (rev 291973)
+++ PKGBUILD2017-04-01 08:26:41 UTC (rev 291974)
@@ -3,7 +3,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=2.7.5
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 groups=('base')
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
-source=(https://www.nano-editor.org/dist/v2.7/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('226be22f46359007aa76499623739f4a7d5fa294a2899c70b21bc09b8d81d907'
+source=(https://www.nano-editor.org/dist/v2.8/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('0b7b434805e5e343d2fef75804fc61c59323641d8c8e63d3027b4ac442689136'
 'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
   'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:26:48
  Author: felixonmars
Revision: 220251

upgpkg: deepin-session-ui 4.0.4-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:25:46 UTC (rev 220250)
+++ PKGBUILD2017-04-01 08:26:48 UTC (rev 220251)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.0.2
+pkgver=4.0.4
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 conflicts=('dde-workspace' 'dde-session-ui')
 replaces=('dde-workspace' 'dde-session-ui')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
-sha512sums=('6b07a4aaea53ac17fc4b96b31e9c86b91f84c71c49986a277e16f389241f9a9efd4d22819183886363b93b650b33ebb5c6de2529a096dae9d5790ee0ad7ab714')
+sha512sums=('3615db2e7671fe75d80b5742be61bcbada7f1e5439852f0b7e17fe78ed2bf3a3aa17a6baad3ba63736a81ad21778801c41e076d6ea611a72654d7d1ac9ca7a1a')
 
 build() {
   cd dde-session-ui-$pkgver


[arch-commits] Commit in nodejs-material-design-icons/repos (2 files)

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:25:46
  Author: felixonmars
Revision: 220250

archrelease: copy trunk to community-any

Added:
  nodejs-material-design-icons/repos/community-any/
  nodejs-material-design-icons/repos/community-any/PKGBUILD
(from rev 220249, nodejs-material-design-icons/trunk/PKGBUILD)

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

Copied: nodejs-material-design-icons/repos/community-any/PKGBUILD (from rev 
220249, nodejs-material-design-icons/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-04-01 08:25:46 UTC (rev 220250)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_npmname=material-design-icons
+pkgname=nodejs-$_npmname
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Material Design icons by Google"
+arch=('any')
+url="http://google.github.io/material-design-icons/";
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";)
+noextract=($_npmname-$pkgver.tgz)
+sha256sums=('e883868c34b21355763fc69d117d658d9c0f4be35711fa6654e57342e6201f7b')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


[arch-commits] Commit in (4 files)

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 08:25:28
  Author: felixonmars
Revision: 220249

addpkg: nodejs-material-design-icons 3.0.1-1

Added:
  nodejs-material-design-icons/
  nodejs-material-design-icons/repos/
  nodejs-material-design-icons/trunk/
  nodejs-material-design-icons/trunk/PKGBUILD

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

Added: nodejs-material-design-icons/trunk/PKGBUILD
===
--- nodejs-material-design-icons/trunk/PKGBUILD (rev 0)
+++ nodejs-material-design-icons/trunk/PKGBUILD 2017-04-01 08:25:28 UTC (rev 
220249)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_npmname=material-design-icons
+pkgname=nodejs-$_npmname
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Material Design icons by Google"
+arch=('any')
+url="http://google.github.io/material-design-icons/";
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";)
+noextract=($_npmname-$pkgver.tgz)
+sha256sums=('e883868c34b21355763fc69d117d658d9c0f4be35711fa6654e57342e6201f7b')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


Property changes on: nodejs-material-design-icons/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 08:23:42
  Author: arojas
Revision: 220248

archrelease: copy trunk to community-any

Added:
  hunspell-nl/repos/community-any/PKGBUILD
(from rev 220247, hunspell-nl/trunk/PKGBUILD)
Deleted:
  hunspell-nl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-01 08:23:25 UTC (rev 220247)
+++ PKGBUILD2017-04-01 08:23:42 UTC (rev 220248)
@@ -1,46 +0,0 @@
-# Maintainer: Sarkasper 
-# Contributor: Jelle van der Waa 
-
-pkgname=hunspell-nl
-pkgver=2.10g
-pkgrel=2
-pkgdesc="Dutch hunspell dictionaries"
-arch=('any')
-url="http://www.opentaal.org/";
-license=('BSD' 'custom:Creative Commons, Attribution 3.0 Unported')
-depends=('hunspell')
-optdepends=('hunspell:  the spell checking libraries and apps')
-makedepends=('unzip')
-# Upstream source 
http://opentaal.org/bestanden/license_result/20-woordenlijst-v-210g-voor-openofficeorg-3?bid=20&agree=1
-source=('http://nymeria.archlinux.org/srv/other/community/OpenTaal-210G-LO.oxt')
-md5sums=('3c96686c2555e3ae23b5de06ba08631b')
-
-package() {
-  cd "${srcdir}"
-  install -dm755 "${pkgdir}/usr/share/hunspell"
-  install -m644 nl_NL.dic "${pkgdir}/usr/share/hunspell/nl_NL.dic"
-  install -m644 nl_NL.aff "${pkgdir}/usr/share/hunspell/nl_NL.aff"
-
-  pushd "${pkgdir}/usr/share/hunspell/"
-  nl_NL_aliases="nl_AW nl_BE"
-  for lang in $nl_NL_aliases; do
-  ln -s nl_NL.aff $lang.aff
-  ln -s nl_NL.dic $lang.dic
-  done
-  popd
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "${pkgdir}/usr/share/myspell/dicts"
-for file in ${pkgdir}/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-
-  # docs
-  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m644 README_nl_NL.txt "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # licences
-  install -D -m644 license_en_EN.txt 
$pkgdir/usr/share/licenses/$pkgname/license_en_EN.txt
-}

Copied: hunspell-nl/repos/community-any/PKGBUILD (from rev 220247, 
hunspell-nl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-01 08:23:42 UTC (rev 220248)
@@ -0,0 +1,46 @@
+# Maintainer: Sarkasper 
+# Contributor: Jelle van der Waa 
+
+pkgname=hunspell-nl
+pkgver=2.10g
+pkgrel=2
+pkgdesc="Dutch hunspell dictionaries"
+arch=('any')
+url="http://www.opentaal.org/";
+license=('BSD' 'custom:Creative Commons, Attribution 3.0 Unported')
+depends=('hunspell')
+optdepends=('hunspell:  the spell checking libraries and apps')
+makedepends=('unzip')
+# Upstream source 
http://opentaal.org/bestanden/license_result/20-woordenlijst-v-210g-voor-openofficeorg-3?bid=20&agree=1
+source=('https://sources.archlinux.org/other/community/hunspell-nl/OpenTaal-210G-LO.oxt')
+md5sums=('3c96686c2555e3ae23b5de06ba08631b')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 "${pkgdir}/usr/share/hunspell"
+  install -m644 nl_NL.dic "${pkgdir}/usr/share/hunspell/nl_NL.dic"
+  install -m644 nl_NL.aff "${pkgdir}/usr/share/hunspell/nl_NL.aff"
+
+  pushd "${pkgdir}/usr/share/hunspell/"
+  nl_NL_aliases="nl_AW nl_BE"
+  for lang in $nl_NL_aliases; do
+  ln -s nl_NL.aff $lang.aff
+  ln -s nl_NL.dic $lang.dic
+  done
+  popd
+
+  # the symlinks
+  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
+  pushd "${pkgdir}/usr/share/myspell/dicts"
+for file in ${pkgdir}/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+
+  # docs
+  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
+  install -m644 README_nl_NL.txt "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # licences
+  install -D -m644 license_en_EN.txt 
$pkgdir/usr/share/licenses/$pkgname/license_en_EN.txt
+}


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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 08:23:25
  Author: arojas
Revision: 220247

Fix source

Modified:
  hunspell-nl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:08:10 UTC (rev 220246)
+++ PKGBUILD2017-04-01 08:23:25 UTC (rev 220247)
@@ -12,7 +12,7 @@
 optdepends=('hunspell:  the spell checking libraries and apps')
 makedepends=('unzip')
 # Upstream source 
http://opentaal.org/bestanden/license_result/20-woordenlijst-v-210g-voor-openofficeorg-3?bid=20&agree=1
-source=('ftp://ftp.archlinux.org/other/community/hunspell-nl/OpenTaal-210G-LO.oxt')
+source=('https://sources.archlinux.org/other/community/hunspell-nl/OpenTaal-210G-LO.oxt')
 md5sums=('3c96686c2555e3ae23b5de06ba08631b')
 
 package() {


[arch-commits] Commit in xinetd/repos (28 files)

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 08:20:39
  Author: arojas
Revision: 291969

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

Added:
  xinetd/repos/core-i686/PKGBUILD
(from rev 291968, xinetd/trunk/PKGBUILD)
  xinetd/repos/core-i686/fix-CVE-2013-4342.patch
(from rev 291968, xinetd/trunk/fix-CVE-2013-4342.patch)
  xinetd/repos/core-i686/servers
(from rev 291968, xinetd/trunk/servers)
  xinetd/repos/core-i686/services
(from rev 291968, xinetd/trunk/services)
  xinetd/repos/core-i686/xinetd
(from rev 291968, xinetd/trunk/xinetd)
  xinetd/repos/core-i686/xinetd.conf
(from rev 291968, xinetd/trunk/xinetd.conf)
  xinetd/repos/core-i686/xinetd.service
(from rev 291968, xinetd/trunk/xinetd.service)
  xinetd/repos/core-x86_64/PKGBUILD
(from rev 291968, xinetd/trunk/PKGBUILD)
  xinetd/repos/core-x86_64/fix-CVE-2013-4342.patch
(from rev 291968, xinetd/trunk/fix-CVE-2013-4342.patch)
  xinetd/repos/core-x86_64/servers
(from rev 291968, xinetd/trunk/servers)
  xinetd/repos/core-x86_64/services
(from rev 291968, xinetd/trunk/services)
  xinetd/repos/core-x86_64/xinetd
(from rev 291968, xinetd/trunk/xinetd)
  xinetd/repos/core-x86_64/xinetd.conf
(from rev 291968, xinetd/trunk/xinetd.conf)
  xinetd/repos/core-x86_64/xinetd.service
(from rev 291968, xinetd/trunk/xinetd.service)
Deleted:
  xinetd/repos/core-i686/PKGBUILD
  xinetd/repos/core-i686/fix-CVE-2013-4342.patch
  xinetd/repos/core-i686/servers
  xinetd/repos/core-i686/services
  xinetd/repos/core-i686/xinetd
  xinetd/repos/core-i686/xinetd.conf
  xinetd/repos/core-i686/xinetd.service
  xinetd/repos/core-x86_64/PKGBUILD
  xinetd/repos/core-x86_64/fix-CVE-2013-4342.patch
  xinetd/repos/core-x86_64/servers
  xinetd/repos/core-x86_64/services
  xinetd/repos/core-x86_64/xinetd
  xinetd/repos/core-x86_64/xinetd.conf
  xinetd/repos/core-x86_64/xinetd.service

-+
 /PKGBUILD   |  106 ++
 /fix-CVE-2013-4342.patch|   26 
 /servers|   20 ++
 /services   |   20 ++
 /xinetd |   76 
 /xinetd.conf|   28 
 /xinetd.service |   20 ++
 core-i686/PKGBUILD  |   53 -
 core-i686/fix-CVE-2013-4342.patch   |   13 
 core-i686/servers   |   10 ---
 core-i686/services  |   10 ---
 core-i686/xinetd|   38 
 core-i686/xinetd.conf   |   14 
 core-i686/xinetd.service|   10 ---
 core-x86_64/PKGBUILD|   53 -
 core-x86_64/fix-CVE-2013-4342.patch |   13 
 core-x86_64/servers |   10 ---
 core-x86_64/services|   10 ---
 core-x86_64/xinetd  |   38 
 core-x86_64/xinetd.conf |   14 
 core-x86_64/xinetd.service  |   10 ---
 21 files changed, 296 insertions(+), 296 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-04-01 08:20:18 UTC (rev 291968)
+++ core-i686/PKGBUILD  2017-04-01 08:20:39 UTC (rev 291969)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Judd 
-
-pkgname=xinetd
-pkgver=2.3.15
-pkgrel=4
-pkgdesc="A secure replacement for inetd"
-arch=('i686' 'x86_64')
-url="http://www.xinetd.org/";
-license=('custom')
-optdepends=('perl: for xconv.pl script')
-backup=('etc/xinetd.conf' 'etc/xinetd.d/servers' 'etc/xinetd.d/services')
-source=(http://www.xinetd.org/xinetd-$pkgver.tar.gz
-xinetd.conf
-servers
-services
-xinetd.service
-fix-CVE-2013-4342.patch)
-md5sums=('77358478fd58efa6366accae99b8b04c'
- 'f109f699a07bc8cfb5791060f5e87f9e'
- '21f47b4aa20921cfad9f9a407f81'
- '9fa2061dc7dd738c8424251deb86f81e'
- '38be35b6e7146dc59902e243d9063b4c'
- 'b14615c73753ceffbcc96d5e08f3c18d')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i "s#${prefix}/man#${prefix}/share/man#" configure
-  # fix #37310
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1006100#c
-  patch -Np1 -i $srcdir/fix-CVE-2013-4342.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --without-libwrap
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr DAEMONDIR=$pkgdir/usr/bin install
-  
-  install -Dm644 $srcdir/xinetd.conf $pkgdir/etc/xinetd.conf
-  install -Dm644 $srcdir/servers $pkgdir/etc/xinetd.d/servers
-  install -Dm644 $srcdir/services $pkgdir/etc/xinetd.d/services
-
-  # install systemd files
-  install -Dm644 $srcdir/xinetd.service 
$pkgdir/usr/lib/systemd/system/xinetd.service
-  # install license
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied:

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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 08:20:18
  Author: arojas
Revision: 291968

Fix source

Modified:
  xinetd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:18:46 UTC (rev 291967)
+++ PKGBUILD2017-04-01 08:20:18 UTC (rev 291968)
@@ -11,7 +11,7 @@
 license=('custom')
 optdepends=('perl: for xconv.pl script')
 backup=('etc/xinetd.conf' 'etc/xinetd.d/servers' 'etc/xinetd.d/services')
-source=("ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.gz";
+source=("https://sources.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.gz";
 xinetd.conf
 servers
 services


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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 08:18:36
  Author: arojas
Revision: 291966

Fix source

Modified:
  giblib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 08:15:17 UTC (rev 291965)
+++ PKGBUILD2017-04-01 08:18:36 UTC (rev 291966)
@@ -10,7 +10,7 @@
 url="http://freshmeat.net/projects/giblib/";
 license=('MIT')
 depends=('imlib2' 'libxext' 'freetype2')
-source=("http://linuxbrit.co.uk/downloads/${pkgname}-${pkgver}.tar.gz";)
+source=("http://kent.dl.sourceforge.net/project/slackbuildsdirectlinks/giblib/giblib-$pkgver.tar.gz";)
 md5sums=('c810ef5389baf24882a1caca2954385e')
 
 build() {


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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 08:18:46
  Author: arojas
Revision: 291967

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-01 08:18:36 UTC (rev 291966)
+++ extra-i686/PKGBUILD 2017-04-01 08:18:46 UTC (rev 291967)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=giblib
-pkgver=1.2.4
-pkgrel=6
-pkgdesc="A library that feh uses as a wrapper to imlib2"
-arch=('i686' 'x86_64')
-url="http://freshmeat.net/projects/giblib/";
-license=('MIT')
-depends=('imlib2' 'libxext' 'freetype2')
-source=("http://linuxbrit.co.uk/downloads/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('c810ef5389baf24882a1caca2954385e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" docsdir=/usr/share/doc/giblib install
-
-  # Install custom license
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: giblib/repos/extra-i686/PKGBUILD (from rev 291966, 
giblib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-01 08:18:46 UTC (rev 291967)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=giblib
+pkgver=1.2.4
+pkgrel=6
+pkgdesc="A library that feh uses as a wrapper to imlib2"
+arch=('i686' 'x86_64')
+url="http://freshmeat.net/projects/giblib/";
+license=('MIT')
+depends=('imlib2' 'libxext' 'freetype2')
+source=("http://kent.dl.sourceforge.net/project/slackbuildsdirectlinks/giblib/giblib-$pkgver.tar.gz";)
+md5sums=('c810ef5389baf24882a1caca2954385e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" docsdir=/usr/share/doc/giblib install
+
+  # Install custom license
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-01 08:18:36 UTC (rev 291966)
+++ extra-x86_64/PKGBUILD   2017-04-01 08:18:46 UTC (rev 291967)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=giblib
-pkgver=1.2.4
-pkgrel=6
-pkgdesc="A library that feh uses as a wrapper to imlib2"
-arch=('i686' 'x86_64')
-url="http://freshmeat.net/projects/giblib/";
-license=('MIT')
-depends=('imlib2' 'libxext' 'freetype2')
-source=("http://linuxbrit.co.uk/downloads/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('c810ef5389baf24882a1caca2954385e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" docsdir=/usr/share/doc/giblib install
-
-  # Install custom license
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: giblib/repos/extra-x86_64/PKGBUILD (from rev 291966, 
giblib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-01 08:18:46 UTC (rev 291967)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=giblib
+pkgver=1.2.4
+pkgrel=6
+pkgdesc="A library that feh uses as a wrapper to imlib2"
+arch=('i686' 'x86_64')
+url="http://freshmeat.net/projects/giblib/";
+license=('MIT')
+depends=('imlib2' 'libxext' 'freetype2')
+source=("http://kent.dl.sourceforge.net/project/slackbuildsdirectlinks/giblib/giblib-$pkgver.tar.gz";)
+md5sums=('c810ef5389baf24882a1caca2954385e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" docsdir=/usr/share/doc/giblib install
+
+  # Install custom license
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 08:15:02
  Author: arojas
Revision: 291964

Fix editra source (FS#53515)

Modified:
  wxpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-31 23:29:33 UTC (rev 291963)
+++ PKGBUILD2017-04-01 08:15:02 UTC (rev 291964)
@@ -12,9 +12,9 @@
 depends=('wxgtk' 'python2')
 makedepends=('mesa' 'glu')
 
source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
-https://editra.googlecode.com/files/Editra-${_editraver}.tar.gz)
-sha1sums=('5053f3fa04f4eb3a9d4bfd762d963deb7fa46866'
-  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
+http://editra.org/uploads/src/Editra-${_editraver}.tar.gz)
+sha256sums=('d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61'
+'ed515bca58d87d9a2b3085f322a9fe7c6d1407a3b05db1434f80ea8f7e42ccc0')
 
 prepare() {
   cd "${srcdir}"


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

2017-04-01 Thread Antonio Rojas
Date: Saturday, April 1, 2017 @ 08:15:17
  Author: arojas
Revision: 291965

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-01 08:15:02 UTC (rev 291964)
+++ extra-i686/PKGBUILD 2017-04-01 08:15:17 UTC (rev 291965)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wxpython
-pkgver=3.0.2.0
-_editraver=0.7.20
-pkgrel=2
-pkgdesc="A wxWidgets GUI toolkit for Python"
-arch=('i686' 'x86_64')
-license=('custom:wxWindows')
-url="http://www.wxpython.org";
-depends=('wxgtk' 'python2')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
-https://editra.googlecode.com/files/Editra-${_editraver}.tar.gz)
-sha1sums=('5053f3fa04f4eb3a9d4bfd762d963deb7fa46866'
-  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
-
-prepare() {
-  cd "${srcdir}"
-  find . -type f -exec sed -i 's/env python/env python2/' {} \;
-  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
-}
-
-build() {
-  cd wxPython-src-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
---with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys
-  cd wxPython
-  python2 setup.py WXPORT=gtk2 UNICODE=1 build
-}
-
-package() {
-  cd wxPython-src-${pkgver}/wxPython
-  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root="${pkgdir}"
-  install -D -m644 ../docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  cd "${srcdir}/Editra-${_editraver}"
-  python2 setup.py install --root="${pkgdir}"
-  rm -r "${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra"
-}

Copied: wxpython/repos/extra-i686/PKGBUILD (from rev 291964, 
wxpython/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-01 08:15:17 UTC (rev 291965)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wxpython
+pkgver=3.0.2.0
+_editraver=0.7.20
+pkgrel=2
+pkgdesc="A wxWidgets GUI toolkit for Python"
+arch=('i686' 'x86_64')
+license=('custom:wxWindows')
+url="http://www.wxpython.org";
+depends=('wxgtk' 'python2')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
+http://editra.org/uploads/src/Editra-${_editraver}.tar.gz)
+sha256sums=('d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61'
+'ed515bca58d87d9a2b3085f322a9fe7c6d1407a3b05db1434f80ea8f7e42ccc0')
+
+prepare() {
+  cd "${srcdir}"
+  find . -type f -exec sed -i 's/env python/env python2/' {} \;
+  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
+}
+
+build() {
+  cd wxPython-src-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
+--with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys
+  cd wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 build
+}
+
+package() {
+  cd wxPython-src-${pkgver}/wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root="${pkgdir}"
+  install -D -m644 ../docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  cd "${srcdir}/Editra-${_editraver}"
+  python2 setup.py install --root="${pkgdir}"
+  rm -r "${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-01 08:15:02 UTC (rev 291964)
+++ extra-x86_64/PKGBUILD   2017-04-01 08:15:17 UTC (rev 291965)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wxpython
-pkgver=3.0.2.0
-_editraver=0.7.20
-pkgrel=2
-pkgdesc="A wxWidgets GUI toolkit for Python"
-arch=('i686' 'x86_64')
-license=('custom:wxWindows')
-url="http://www.wxpython.org";
-depends=('wxgtk' 'python2')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
-https://editra.googlecode.com/files/Editra-${_editraver}.tar.gz)
-sha1sums=('5053f3fa04f4eb3a9d4bfd762d963deb7fa46866'
-  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
-
-p

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

2017-04-01 Thread NicoHood
Date: Saturday, April 1, 2017 @ 08:07:59
  Author: nicohood
Revision: 220245

upgpkg: snap-pac 1.1-1

Modified:
  snap-pac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 07:39:17 UTC (rev 220244)
+++ PKGBUILD2017-04-01 08:07:59 UTC (rev 220245)
@@ -3,7 +3,7 @@
 # Contributor: Wes Barnett 
 
 pkgname=snap-pac
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc="Pacman hooks that use snapper to create pre/post btrfs snapshots like 
openSUSE's YaST"
 arch=('any')
@@ -13,7 +13,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
 
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig")
 validpgpkeys=('8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3')
-sha512sums=('f4530fb227532c4942d55435660a036541045facca6c2c6ad2d7c17c62f1656e4ed37e780dbfc1714c0a9b945c4d89b16b0c173e449937a845fe584cc7b1af41'
+sha512sums=('165b940291825677a39bd67ef7f2881b312b521be5c0a2d15ba3e0e8a88fb61913337c78e3cbe0456e2d237718b976b7c60372d3040114f0a53390864b764db8'
 'SKIP')
 
 package() {


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

2017-04-01 Thread NicoHood
Date: Saturday, April 1, 2017 @ 08:08:10
  Author: nicohood
Revision: 220246

archrelease: copy trunk to community-any

Added:
  snap-pac/repos/community-any/PKGBUILD
(from rev 220245, snap-pac/trunk/PKGBUILD)
Deleted:
  snap-pac/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-01 08:07:59 UTC (rev 220245)
+++ PKGBUILD2017-04-01 08:08:10 UTC (rev 220246)
@@ -1,22 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Wes Barnett 
-
-pkgname=snap-pac
-pkgver=1.0
-pkgrel=1
-pkgdesc="Pacman hooks that use snapper to create pre/post btrfs snapshots like 
openSUSE's YaST"
-arch=('any')
-url="https://github.com/wesbarnett/snap-pac";
-license=('GPL')
-depends=('snapper' 'pacman' 'btrfs-progs' 'procps-ng')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig")
-validpgpkeys=('8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3')
-sha512sums=('f4530fb227532c4942d55435660a036541045facca6c2c6ad2d7c17c62f1656e4ed37e780dbfc1714c0a9b945c4d89b16b0c173e449937a845fe584cc7b1af41'
-'SKIP')
-
-package() {
-cd "${pkgname}"
-make DESTDIR="${pkgdir}" install
-}

Copied: snap-pac/repos/community-any/PKGBUILD (from rev 220245, 
snap-pac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-01 08:08:10 UTC (rev 220246)
@@ -0,0 +1,22 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Wes Barnett 
+
+pkgname=snap-pac
+pkgver=1.1
+pkgrel=1
+pkgdesc="Pacman hooks that use snapper to create pre/post btrfs snapshots like 
openSUSE's YaST"
+arch=('any')
+url="https://github.com/wesbarnett/snap-pac";
+license=('GPL')
+depends=('snapper' 'pacman' 'btrfs-progs' 'procps-ng')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig")
+validpgpkeys=('8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3')
+sha512sums=('165b940291825677a39bd67ef7f2881b312b521be5c0a2d15ba3e0e8a88fb61913337c78e3cbe0456e2d237718b976b7c60372d3040114f0a53390864b764db8'
+'SKIP')
+
+package() {
+cd "${pkgname}"
+make DESTDIR="${pkgdir}" install
+}


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 07:39:17
  Author: felixonmars
Revision: 220244

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 07:38:40 UTC (rev 220243)
+++ community-i686/PKGBUILD 2017-04-01 07:39:17 UTC (rev 220244)
@@ -1,62 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.1.7
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url="http://www.sqlalchemy.org/";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('ad9394b5995334edac934b5edccf32ecb9fbf5d67a9d8d5224abf4fe0ec5bb87adc10e137c12c7c5ef339fe304bb11abfa50c7a5697582a596d91bf5bec4501c'
-'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest
- 
-  cd "$srcdir"/SQLAlchemy2-$pkgver  
-  python2 setup.py pytest
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-i686/PKGBUILD (from rev 220243, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 07:39:17 UTC (rev 220244)
@@ -0,0 +1,62 @@
+# $Id$ 
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.1.8
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url="http://www.sqlalchemy.org/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('665319b550d1749de5a57ad6904826ddc0f0430427b0a3a2e9913f79ae15ce91962f7c0c2e84a06644e1b8a7c063453c9ddeb989a1730114831b742462b4dd83'
+'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py pytest
+ 
+  cd "$srcdir"/SQLAlchemy2-$pkgver  
+  python2 setup.py pytest
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py inst

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 07:38:40
  Author: felixonmars
Revision: 220243

upgpkg: python-sqlalchemy 1.1.8-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 07:24:10 UTC (rev 220242)
+++ PKGBUILD2017-04-01 07:38:40 UTC (rev 220243)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.1.7
+pkgver=1.1.8
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url="http://www.sqlalchemy.org/";
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
 
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('ad9394b5995334edac934b5edccf32ecb9fbf5d67a9d8d5224abf4fe0ec5bb87adc10e137c12c7c5ef339fe304bb11abfa50c7a5697582a596d91bf5bec4501c'
+sha512sums=('665319b550d1749de5a57ad6904826ddc0f0430427b0a3a2e9913f79ae15ce91962f7c0c2e84a06644e1b8a7c063453c9ddeb989a1730114831b742462b4dd83'
 'SKIP')
 
 prepare() {


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 07:24:10
  Author: felixonmars
Revision: 220242

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

Added:
  deepin-tool-kit/repos/community-i686/PKGBUILD
(from rev 220241, deepin-tool-kit/trunk/PKGBUILD)
  deepin-tool-kit/repos/community-x86_64/PKGBUILD
(from rev 220241, deepin-tool-kit/trunk/PKGBUILD)
Deleted:
  deepin-tool-kit/repos/community-i686/PKGBUILD
  deepin-tool-kit/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 07:23:42 UTC (rev 220241)
+++ community-i686/PKGBUILD 2017-04-01 07:24:10 UTC (rev 220242)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-tool-kit
-pkgver=0.2.7
-pkgrel=1
-pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-tool-kit";
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification' 'dtksettings')
-makedepends=('qt5-tools' 'git')
-replaces=('libdui')
-source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd deepin-tool-kit
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-tool-kit
-  make INSTALL_ROOT="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/tests
-}

Copied: deepin-tool-kit/repos/community-i686/PKGBUILD (from rev 220241, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 07:24:10 UTC (rev 220242)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.2.8
+pkgrel=1
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit";
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification' 'dtksettings')
+makedepends=('qt5-tools')
+replaces=('libdui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-tool-kit/archive/$pkgver.tar.gz";)
+sha512sums=('e8728c6fef8bc4b14b2ddf1577d546b04833e12a15df1ad513678f752f65e9ae876d277a5f02c1d585d0e149bcf75235088ae5216f259056516f13f9ea5de26e')
+
+build() {
+  cd deepin-tool-kit-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-tool-kit-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/tests
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-01 07:23:42 UTC (rev 220241)
+++ community-x86_64/PKGBUILD   2017-04-01 07:24:10 UTC (rev 220242)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-tool-kit
-pkgver=0.2.7
-pkgrel=1
-pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-tool-kit";
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification' 'dtksettings')
-makedepends=('qt5-tools' 'git')
-replaces=('libdui')
-source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd deepin-tool-kit
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-tool-kit
-  make INSTALL_ROOT="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/tests
-}

Copied: deepin-tool-kit/repos/community-x86_64/PKGBUILD (from rev 220241, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-01 07:24:10 UTC (rev 220242)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.2.8
+pkgrel=1
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit";
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification' 'dtksettings')
+makedepends=('qt5-tools')
+replaces=('libdui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-tool-kit/archive/$pkgver.tar.gz";)
+sha512sums=('e8728c6fef8bc4b14b2ddf1577d546b04833e12a15df1ad513678f752f65e9ae876d277a5f02c1d585d0e149bcf75235088ae5216f259056516f13f9ea5de26e')
+
+build() {
+  cd deepin-tool-kit-$pkgve

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 07:23:42
  Author: felixonmars
Revision: 220241

upgpkg: deepin-tool-kit 0.2.8-1

Modified:
  deepin-tool-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 07:21:51 UTC (rev 220240)
+++ PKGBUILD2017-04-01 07:23:42 UTC (rev 220241)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-tool-kit
-pkgver=0.2.7
+pkgver=0.2.8
 pkgrel=1
 pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
 arch=('i686' 'x86_64')
@@ -11,19 +11,19 @@
 url="https://github.com/linuxdeepin/deepin-tool-kit";
 license=('GPL3')
 depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification' 'dtksettings')
-makedepends=('qt5-tools' 'git')
+makedepends=('qt5-tools')
 replaces=('libdui')
-source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#tag=$pkgver";)
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-tool-kit/archive/$pkgver.tar.gz";)
+sha512sums=('e8728c6fef8bc4b14b2ddf1577d546b04833e12a15df1ad513678f752f65e9ae876d277a5f02c1d585d0e149bcf75235088ae5216f259056516f13f9ea5de26e')
 
 build() {
-  cd deepin-tool-kit
+  cd deepin-tool-kit-$pkgver
   qmake-qt5 PREFIX=/usr
   make
 }
 
 package() {
-  cd deepin-tool-kit
+  cd deepin-tool-kit-$pkgver
   make INSTALL_ROOT="$pkgdir" install
 
   rm -r "$pkgdir"/usr/tests


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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 07:21:51
  Author: felixonmars
Revision: 220240

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 07:21:25 UTC (rev 220239)
+++ community-i686/PKGBUILD 2017-04-01 07:21:51 UTC (rev 220240)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=0.1.4
-pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/qt5integration";
-license=('GPL3')
-depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
-makedepends=('git' '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";
-"libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git";)
-sha512sums=('ebd32a87e201127be0158a50280b64a1a5c2fde92eab7eb8693604af0d613431b028f2e80d11abcec9b2e12087d057c8fd89f7b62742700f1022704b8b963b4d'
-'SKIP')
-
-prepare() {
-  cd qt5integration-$pkgver
-  ln -s ../../libqt5xcbqpa-dev ./platformplugin/libqt5xcbqpa-dev
-}
-
-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 220239, 
deepin-qt5integration/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 07:21:51 UTC (rev 220240)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5integration";
+license=('GPL3')
+depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
+makedepends=('git' '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";
+"libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git";)
+sha512sums=('3c1022eddc3eb89884df52684e80e475c8d9bb7e5239e00832f6ad5e8231e349c45018c20273fa8ffc5a46bfd25e8ff030d58407bcb4834a6899e5627c8f67b8'
+'SKIP')
+
+prepare() {
+  cd qt5integration-$pkgver
+  ln -s ../../libqt5xcbqpa-dev ./platformplugin/libqt5xcbqpa-dev
+}
+
+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-04-01 07:21:25 UTC (rev 220239)
+++ community-x86_64/PKGBUILD   2017-04-01 07:21:51 UTC (rev 220240)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=0.1.4
-pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/qt5integration";
-license=('GPL3')
-depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
-makedepends=('git' '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";
-"libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git";)
-sha512sums=('ebd32a87e201127be0158a50280b64a1a5c2fde92eab7eb8693604af0d613431b028f2e80d11abcec9b2e12087d057c8fd89f7b62742700f1022704b8b963b4d'
-'SKIP')
-
-prepare() {
-  cd qt5integration-$pkgver
-  ln -s ../../libqt5xcbqpa-dev ./platformplugin/libqt5xcbqpa-dev
-}
-
-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-x86_64/PKGBUILD (from rev 220239, 
deepin-qt5integration/trunk/PKGBUILD)
===

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

2017-04-01 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 07:21:25
  Author: felixonmars
Revision: 220239

upgpkg: deepin-qt5integration 0.1.5-1

Modified:
  deepin-qt5integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 06:17:45 UTC (rev 220238)
+++ PKGBUILD2017-04-01 07:21:25 UTC (rev 220239)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5integration
-pkgver=0.1.4
+pkgver=0.1.5
 pkgrel=1
 pkgdesc='Deepin Qt5 platform plugin'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz";
 "libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git";)
-sha512sums=('ebd32a87e201127be0158a50280b64a1a5c2fde92eab7eb8693604af0d613431b028f2e80d11abcec9b2e12087d057c8fd89f7b62742700f1022704b8b963b4d'
+sha512sums=('3c1022eddc3eb89884df52684e80e475c8d9bb7e5239e00832f6ad5e8231e349c45018c20273fa8ffc5a46bfd25e8ff030d58407bcb4834a6899e5627c8f67b8'
 'SKIP')
 
 prepare() {