[arch-commits] Commit in kicad/trunk (PKGBUILD swig.3.0.10.patch)

2016-08-12 Thread Kyle Keen
Date: Saturday, August 13, 2016 @ 05:05:21
  Author: kkeen
Revision: 186695

upgpkg: kicad 4.0.3-1

Modified:
  kicad/trunk/PKGBUILD
Deleted:
  kicad/trunk/swig.3.0.10.patch

---+
 PKGBUILD  |   18 +-
 swig.3.0.10.patch |   23 ---
 2 files changed, 5 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 04:48:35 UTC (rev 186694)
+++ PKGBUILD2016-08-13 05:05:21 UTC (rev 186695)
@@ -3,8 +3,8 @@
 # Contributor: Marq Schneider 
 
 pkgname=kicad
-pkgver=4.0.2
-pkgrel=7
+pkgver=4.0.3
+pkgrel=1
 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
 arch=('i686' 'x86_64')
 #url="http://iut-tice.ujf-grenoble.fr/kicad/;
@@ -15,18 +15,10 @@
 optdepends=('kicad-library: for footprints and symbols'
 'kicad-library-3d: for 3d models of components')
 
source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz;
-
"kicad-i18n.$pkgver.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz;
-"swig.3.0.10.patch")
-md5sums=('6c40f3a511f47c1145ccc75b9c3729f7'
- '14b17243b11bccc0483efb3743bd0f7b'
- 'd57d67f202e19526187dadfda128862f')
+
"kicad-i18n.$pkgver.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz;)
+md5sums=('2691b85b4f1a363116251e004082462d'
+ '6e883d3c271c1324c5e1af042f6686fa')
 
-prepare() {
-  cd "$srcdir/kicad-$pkgver"
-  # official patch, remove for 4.0.3
-  patch -Np0 -i "$srcdir/swig.3.0.10.patch"
-}
-
 build() {
   cd "$srcdir/kicad-$pkgver"
 

Deleted: swig.3.0.10.patch
===
--- swig.3.0.10.patch   2016-08-13 04:48:35 UTC (rev 186694)
+++ swig.3.0.10.patch   2016-08-13 05:05:21 UTC (rev 186695)
@@ -1,23 +0,0 @@
 scripting/build_tools/fix_swig_imports.py  2016-02-13 16:14:42.0 
-0500
-+++ scripting/build_tools/fix_swig_imports.py  2016-08-03 01:36:10.110412204 
-0400
-@@ -37,7 +37,19 @@
- txt = ""
- 
- for l in lines:
--if l.startswith("if version_info >= (2,6,0):"): # ok with swig 
version <= 3.0.2
-+if l.startswith("if _swig_python_version_info >= (2, 7, 0):"): # ok 
with swig version >= 3.0.10
-+l = l.replace("_swig_python_version_info >= (2, 7, 0)","False")
-+doneOk = True
-+elif l.startswith("elif _swig_python_version_info >= (2, 6, 0):"):  # 
needed with swig version >= 3.0.10
-+l = l.replace("_swig_python_version_info >= (2, 6, 0)","False")
-+doneOk = True
-+if l.startswith("if version_info >= (2, 7, 0):"): # ok with swig 
version >= 3.0.9
-+l = l.replace("version_info >= (2, 7, 0)","False")
-+doneOk = True
-+elif l.startswith("elif version_info >= (2, 6, 0):"):  # needed with swig 
version >= 3.0.9
-+l = l.replace("version_info >= (2, 6, 0)","False")
-+doneOk = True
-+elif l.startswith("if version_info >= (2,6,0):"): # ok with swig 
version <= 3.0.2
- l = l.replace("version_info >= (2,6,0)","False")
- doneOk = True
- elif l.startswith("if version_info >= (2, 6, 0):"): # needed with swig 
version 3.0.3


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

2016-08-12 Thread Kyle Keen
Date: Saturday, August 13, 2016 @ 05:05:47
  Author: kkeen
Revision: 186696

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

Added:
  kicad/repos/community-i686/PKGBUILD
(from rev 186695, kicad/trunk/PKGBUILD)
  kicad/repos/community-x86_64/PKGBUILD
(from rev 186695, kicad/trunk/PKGBUILD)
Deleted:
  kicad/repos/community-i686/PKGBUILD
  kicad/repos/community-i686/swig.3.0.10.patch
  kicad/repos/community-x86_64/PKGBUILD
  kicad/repos/community-x86_64/swig.3.0.10.patch

+
 /PKGBUILD  |  112 +++
 community-i686/PKGBUILD|   64 
 community-i686/swig.3.0.10.patch   |   23 ---
 community-x86_64/PKGBUILD  |   64 
 community-x86_64/swig.3.0.10.patch |   23 ---
 5 files changed, 112 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-13 05:05:21 UTC (rev 186695)
+++ community-i686/PKGBUILD 2016-08-13 05:05:47 UTC (rev 186696)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Marq Schneider 
-
-pkgname=kicad
-pkgver=4.0.2
-pkgrel=7
-pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
-arch=('i686' 'x86_64')
-#url="http://iut-tice.ujf-grenoble.fr/kicad/;
-url="http://kicad-pcb.org/;
-license=('GPL')
-depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 
'boost-libs' 'glew' 'wxpython')
-makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext' 'wxpython' 'swig')
-optdepends=('kicad-library: for footprints and symbols'
-'kicad-library-3d: for 3d models of components')
-source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz;
-
"kicad-i18n.$pkgver.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz;
-"swig.3.0.10.patch")
-md5sums=('6c40f3a511f47c1145ccc75b9c3729f7'
- '14b17243b11bccc0483efb3743bd0f7b'
- 'd57d67f202e19526187dadfda128862f')
-
-prepare() {
-  cd "$srcdir/kicad-$pkgver"
-  # official patch, remove for 4.0.3
-  patch -Np0 -i "$srcdir/swig.3.0.10.patch"
-}
-
-build() {
-  cd "$srcdir/kicad-$pkgver"
-
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DKICAD_STABLE_VERSION=ON \
-  -DKICAD_REPO_NAME=stable  \
-  -DKICAD_BUILD_VERSION=$pkgver \
-  -DCMAKE_BUILD_TYPE=Release\
-  -DCMAKE_INSTALL_PREFIX=/usr   \
-  -DKICAD_SKIP_BOOST=ON \
-  -DKICAD_SCRIPTING=ON  \
-  -DKICAD_SCRIPTING_MODULES=ON  \
-  -DKICAD_SCRIPTING_WXPYTHON=ON \
-  -DBUILD_GITHUB_PLUGIN=ON
-  make
-
-  cd "$srcdir/kicad-i18n-$pkgver"
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/kicad-$pkgver/build/Release"
-
-  make DESTDIR="$pkgdir" install
-
-  # copy updated linux icons
-  #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" 
"$pkgdir/usr/share/"
-
-  cd "$srcdir/kicad-i18n-$pkgver/build/Release"
-  make DESTDIR="$pkgdir" install
-}

Copied: kicad/repos/community-i686/PKGBUILD (from rev 186695, 
kicad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-13 05:05:47 UTC (rev 186696)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Marq Schneider 
+
+pkgname=kicad
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('i686' 'x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/;
+url="http://kicad-pcb.org/;
+license=('GPL')
+depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 
'boost-libs' 'glew' 'wxpython')
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext' 'wxpython' 'swig')
+optdepends=('kicad-library: for footprints and symbols'
+'kicad-library-3d: for 3d models of components')
+source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz;
+
"kicad-i18n.$pkgver.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz;)
+md5sums=('2691b85b4f1a363116251e004082462d'
+ '6e883d3c271c1324c5e1af042f6686fa')
+
+build() {
+  cd "$srcdir/kicad-$pkgver"
+
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DKICAD_STABLE_VERSION=ON \
+  -DKICAD_REPO_NAME=stable  \
+  -DKICAD_BUILD_VERSION=$pkgver \
+  -DCMAKE_BUILD_TYPE=Release\
+  -DCMAKE_INSTALL_PREFIX=/usr   \
+  -DKICAD_SKIP_BOOST=ON \
+  -DKICAD_SCRIPTING=ON  \
+  -DKICAD_SCRIPTING_MODULES=ON  \
+  -DKICAD_SCRIPTING_WXPYTHON=ON \
+   

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

2016-08-12 Thread Kyle Keen
Date: Saturday, August 13, 2016 @ 04:48:06
  Author: kkeen
Revision: 186693

upgpkg: kicad-library 4.0.3-1

Modified:
  kicad-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 03:39:59 UTC (rev 186692)
+++ PKGBUILD2016-08-13 04:48:06 UTC (rev 186693)
@@ -3,7 +3,7 @@
 
 pkgbase=kicad-library
 pkgname=('kicad-library' 'kicad-library-3d')
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 pkgdesc="Kicad component and footprint libraries"
 arch=('any')
@@ -10,12 +10,11 @@
 url="https://github.com/KiCad/kicad-library;
 license=('GPL')
 makedepends=('cmake')
-#replaces=('kicad-library-bzr')
 options=('!strip')
 
source=("http://downloads.kicad-pcb.org/libraries/kicad-footprints-$pkgver.tar.gz;
 
"http://downloads.kicad-pcb.org/libraries/kicad-library-$pkgver.tar.gz;)
-md5sums=('6d7e2b2c6767ee17c93e4fa550cb9566'
- '217eee65b2317909c6fcc4eb4de613bd')
+md5sums=('b37aa3fe1203e56425281f16f4e8a0ae'
+ 'df59d23c8889905163f28787cf316e27')
 
 build() {
   # schematics, 3D files, docs
@@ -49,7 +48,7 @@
 }
 
 package_kicad-library-3d() {
-  pkgdesc="Kicad 3D render model libararies"
+  pkgdesc="Kicad 3D render model libraries"
 
   install -d "$pkgdir/usr/share/kicad/modules/packages3d"
   cd "$srcdir/kicad-library-$pkgver/modules/packages3d"


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

2016-08-12 Thread Kyle Keen
Date: Saturday, August 13, 2016 @ 04:48:35
  Author: kkeen
Revision: 186694

archrelease: copy trunk to community-any

Added:
  kicad-library/repos/community-any/PKGBUILD
(from rev 186693, kicad-library/trunk/PKGBUILD)
Deleted:
  kicad-library/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-13 04:48:06 UTC (rev 186693)
+++ PKGBUILD2016-08-13 04:48:35 UTC (rev 186694)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=kicad-library
-pkgname=('kicad-library' 'kicad-library-3d')
-pkgver=4.0.2
-pkgrel=1
-pkgdesc="Kicad component and footprint libraries"
-arch=('any')
-url="https://github.com/KiCad/kicad-library;
-license=('GPL')
-makedepends=('cmake')
-#replaces=('kicad-library-bzr')
-options=('!strip')
-source=("http://downloads.kicad-pcb.org/libraries/kicad-footprints-$pkgver.tar.gz;
-
"http://downloads.kicad-pcb.org/libraries/kicad-library-$pkgver.tar.gz;)
-md5sums=('6d7e2b2c6767ee17c93e4fa550cb9566'
- '217eee65b2317909c6fcc4eb4de613bd')
-
-build() {
-  # schematics, 3D files, docs
-  cd "$srcdir/kicad-library-$pkgver"
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-
-  # footprints
-  cd "$srcdir/kicad-footprints-$pkgver"
-  # nothing to build
-}
-
-package_kicad-library() {
-  pkgdesc="Kicad component and footprint libraries"
-  cd "$srcdir/kicad-library-$pkgver/build/Release"
-  make DESTDIR="$pkgdir" install
-
-  # not libraries (and provided by kicad)
-  #rm -rf "$pkgdir/usr/share/kicad/template"
-
-  # footprints
-  cd "$srcdir/kicad-footprints-$pkgver"
-  # no install either, do it manually
-  install -d "$pkgdir/usr/share/kicad/footprints/"
-  cp -r * "$pkgdir/usr/share/kicad/footprints/"
-
-  # nuke 3D, nuke docs
-  rm -rf "$pkgdir/usr/share/kicad/modules/packages3d"
-  rm -rf "$pkgdir/usr/share/kicad/modules/footprints_doc"
-}
-
-package_kicad-library-3d() {
-  pkgdesc="Kicad 3D render model libararies"
-
-  install -d "$pkgdir/usr/share/kicad/modules/packages3d"
-  cd "$srcdir/kicad-library-$pkgver/modules/packages3d"
-  cp -r * "$pkgdir/usr/share/kicad/modules/packages3d/"
-}

Copied: kicad-library/repos/community-any/PKGBUILD (from rev 186693, 
kicad-library/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-13 04:48:35 UTC (rev 186694)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=kicad-library
+pkgname=('kicad-library' 'kicad-library-3d')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Kicad component and footprint libraries"
+arch=('any')
+url="https://github.com/KiCad/kicad-library;
+license=('GPL')
+makedepends=('cmake')
+options=('!strip')
+source=("http://downloads.kicad-pcb.org/libraries/kicad-footprints-$pkgver.tar.gz;
+
"http://downloads.kicad-pcb.org/libraries/kicad-library-$pkgver.tar.gz;)
+md5sums=('b37aa3fe1203e56425281f16f4e8a0ae'
+ 'df59d23c8889905163f28787cf316e27')
+
+build() {
+  # schematics, 3D files, docs
+  cd "$srcdir/kicad-library-$pkgver"
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  # footprints
+  cd "$srcdir/kicad-footprints-$pkgver"
+  # nothing to build
+}
+
+package_kicad-library() {
+  pkgdesc="Kicad component and footprint libraries"
+  cd "$srcdir/kicad-library-$pkgver/build/Release"
+  make DESTDIR="$pkgdir" install
+
+  # not libraries (and provided by kicad)
+  #rm -rf "$pkgdir/usr/share/kicad/template"
+
+  # footprints
+  cd "$srcdir/kicad-footprints-$pkgver"
+  # no install either, do it manually
+  install -d "$pkgdir/usr/share/kicad/footprints/"
+  cp -r * "$pkgdir/usr/share/kicad/footprints/"
+
+  # nuke 3D, nuke docs
+  rm -rf "$pkgdir/usr/share/kicad/modules/packages3d"
+  rm -rf "$pkgdir/usr/share/kicad/modules/footprints_doc"
+}
+
+package_kicad-library-3d() {
+  pkgdesc="Kicad 3D render model libraries"
+
+  install -d "$pkgdir/usr/share/kicad/modules/packages3d"
+  cd "$srcdir/kicad-library-$pkgver/modules/packages3d"
+  cp -r * "$pkgdir/usr/share/kicad/modules/packages3d/"
+}


[arch-commits] Commit in (4 files)

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 03:39:35
  Author: felixonmars
Revision: 186691

addpkg: haskell-hasql 0.19.15-1

Added:
  haskell-hasql/
  haskell-hasql/repos/
  haskell-hasql/trunk/
  haskell-hasql/trunk/PKGBUILD

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

Added: haskell-hasql/trunk/PKGBUILD
===
--- haskell-hasql/trunk/PKGBUILD(rev 0)
+++ haskell-hasql/trunk/PKGBUILD2016-08-13 03:39:35 UTC (rev 186691)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.15
+pkgrel=1
+pkgdesc="A very efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base-prelude'
+ 'haskell-bytestring-tree-builder' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-data-default-class' 'haskell-dlist' 'haskell-either' 
'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-mtl' 
'haskell-placeholders'
+ 'haskell-postgresql-binary' 'haskell-postgresql-libpq' 
'haskell-profunctors'
+ 'haskell-scientific' 'haskell-semigroups' 'haskell-text' 
'haskell-uuid' 'haskell-vector')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('89dd2b1309f546841989def69e1d358f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 03:39:59
  Author: felixonmars
Revision: 186692

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

Added:
  haskell-hasql/repos/community-i686/
  haskell-hasql/repos/community-i686/PKGBUILD
(from rev 186691, haskell-hasql/trunk/PKGBUILD)
  haskell-hasql/repos/community-x86_64/
  haskell-hasql/repos/community-x86_64/PKGBUILD
(from rev 186691, haskell-hasql/trunk/PKGBUILD)

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

Copied: haskell-hasql/repos/community-i686/PKGBUILD (from rev 186691, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-13 03:39:59 UTC (rev 186692)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.15
+pkgrel=1
+pkgdesc="A very efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base-prelude'
+ 'haskell-bytestring-tree-builder' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-data-default-class' 'haskell-dlist' 'haskell-either' 
'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-mtl' 
'haskell-placeholders'
+ 'haskell-postgresql-binary' 'haskell-postgresql-libpq' 
'haskell-profunctors'
+ 'haskell-scientific' 'haskell-semigroups' 'haskell-text' 
'haskell-uuid' 'haskell-vector')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('89dd2b1309f546841989def69e1d358f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hasql/repos/community-x86_64/PKGBUILD (from rev 186691, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-13 03:39:59 UTC (rev 186692)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.15
+pkgrel=1
+pkgdesc="A very efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base-prelude'
+ 'haskell-bytestring-tree-builder' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-data-default-class' 'haskell-dlist' 'haskell-either' 
'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-mtl' 
'haskell-placeholders'
+ 'haskell-postgresql-binary' 'haskell-postgresql-libpq' 
'haskell-profunctors'
+ 'haskell-scientific' 'haskell-semigroups' 'haskell-text' 
'haskell-uuid' 'haskell-vector')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('89dd2b1309f546841989def69e1d358f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e 

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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 03:23:23
  Author: felixonmars
Revision: 186689

upgpkg: lib32-fakeroot 1.21-1

Modified:
  lib32-fakeroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 03:18:17 UTC (rev 186688)
+++ PKGBUILD2016-08-13 03:23:23 UTC (rev 186689)
@@ -6,7 +6,7 @@
 
 _pkgbasename=fakeroot
 pkgname=lib32-${_pkgbasename}
-pkgver=1.20.2
+pkgver=1.21
 pkgrel=1
 pkgdesc='Tool for simulating superuser privileges (32-bit)'
 arch=('x86_64')
@@ -14,9 +14,10 @@
 url="http://packages.debian.org/fakeroot;
 groups=('multilib-devel')
 install=fakeroot.install
-depends=(lib32-glibc $_pkgbasename)
-source=("http://ftp.debian.org/debian/pool/main/f/${_pkgbasename}/${_pkgbasename}_${pkgver}.orig.tar.bz2;)
-md5sums=('a4b4564a75024aa96c86e4d1017ac786')
+depends=('lib32-glibc' "$_pkgbasename")
+makedepends=('po4a')
+source=("http://ftp.debian.org/debian/pool/main/f/${_pkgbasename}/${_pkgbasename}_${pkgver}.orig.tar.gz;)
+md5sums=('be5c9a0e516869fca4a6758105968e5a')
 
 build() {
   export CC="gcc -m32"
@@ -24,9 +25,13 @@
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./bootstrap
   ./configure --prefix=/usr --libdir=/usr/lib32/libfakeroot \
   --disable-static --with-ipc=sysv
   make
+
+  cd doc
+  po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg
 }
 
 package() {


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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 03:23:39
  Author: felixonmars
Revision: 186690

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fakeroot/repos/multilib-x86_64/PKGBUILD
(from rev 186689, lib32-fakeroot/trunk/PKGBUILD)
  lib32-fakeroot/repos/multilib-x86_64/fakeroot.install
(from rev 186689, lib32-fakeroot/trunk/fakeroot.install)
Deleted:
  lib32-fakeroot/repos/multilib-x86_64/PKGBUILD
  lib32-fakeroot/repos/multilib-x86_64/fakeroot.install

--+
 PKGBUILD |   83 -
 fakeroot.install |   22 +++---
 2 files changed, 55 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-13 03:23:23 UTC (rev 186689)
+++ PKGBUILD2016-08-13 03:23:39 UTC (rev 186690)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jochem Kossen 
-
-_pkgbasename=fakeroot
-pkgname=lib32-${_pkgbasename}
-pkgver=1.20.2
-pkgrel=1
-pkgdesc='Tool for simulating superuser privileges (32-bit)'
-arch=('x86_64')
-license=('GPL')
-url="http://packages.debian.org/fakeroot;
-groups=('multilib-devel')
-install=fakeroot.install
-depends=(lib32-glibc $_pkgbasename)
-source=("http://ftp.debian.org/debian/pool/main/f/${_pkgbasename}/${_pkgbasename}_${pkgver}.orig.tar.bz2;)
-md5sums=('a4b4564a75024aa96c86e4d1017ac786')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  ./configure --prefix=/usr --libdir=/usr/lib32/libfakeroot \
-  --disable-static --with-ipc=sysv
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-  rm -rf "$pkgdir"/usr/{bin,share}
-
-  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
-  echo '/usr/lib32/libfakeroot' > "$pkgdir/etc/ld.so.conf.d/$pkgname.conf"
-}

Copied: lib32-fakeroot/repos/multilib-x86_64/PKGBUILD (from rev 186689, 
lib32-fakeroot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-13 03:23:39 UTC (rev 186690)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jochem Kossen 
+
+_pkgbasename=fakeroot
+pkgname=lib32-${_pkgbasename}
+pkgver=1.21
+pkgrel=1
+pkgdesc='Tool for simulating superuser privileges (32-bit)'
+arch=('x86_64')
+license=('GPL')
+url="http://packages.debian.org/fakeroot;
+groups=('multilib-devel')
+install=fakeroot.install
+depends=('lib32-glibc' "$_pkgbasename")
+makedepends=('po4a')
+source=("http://ftp.debian.org/debian/pool/main/f/${_pkgbasename}/${_pkgbasename}_${pkgver}.orig.tar.gz;)
+md5sums=('be5c9a0e516869fca4a6758105968e5a')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./bootstrap
+  ./configure --prefix=/usr --libdir=/usr/lib32/libfakeroot \
+  --disable-static --with-ipc=sysv
+  make
+
+  cd doc
+  po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+  rm -rf "$pkgdir"/usr/{bin,share}
+
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib32/libfakeroot' > "$pkgdir/etc/ld.so.conf.d/$pkgname.conf"
+}

Deleted: fakeroot.install
===
--- fakeroot.install2016-08-13 03:23:23 UTC (rev 186689)
+++ fakeroot.install2016-08-13 03:23:39 UTC (rev 186690)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/ldconfig -r .
-}
-
-post_upgrade() {
-  usr/bin/ldconfig -r .
-}
-
-pre_remove() {
-  usr/bin/ldconfig -r .
-}

Copied: lib32-fakeroot/repos/multilib-x86_64/fakeroot.install (from rev 186689, 
lib32-fakeroot/trunk/fakeroot.install)
===
--- fakeroot.install(rev 0)
+++ fakeroot.install2016-08-13 03:23:39 UTC (rev 186690)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/ldconfig -r .
+}
+
+post_upgrade() {
+  usr/bin/ldconfig -r .
+}
+
+pre_remove() {
+  usr/bin/ldconfig -r .
+}


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

2016-08-12 Thread Nicola Squartini
Date: Saturday, August 13, 2016 @ 03:18:17
  Author: tensor5
Revision: 186688

archrelease: copy trunk to community-any

Added:
  asar/repos/community-any/
  asar/repos/community-any/PKGBUILD
(from rev 186687, asar/trunk/PKGBUILD)

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

Copied: asar/repos/community-any/PKGBUILD (from rev 186687, asar/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-08-13 03:18:17 UTC (rev 186688)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=asar
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='Creating atom-shell app packages'
+arch=('any')
+url='https://github.com/electron/asar'
+license=('MIT')
+depends=('nodejs')
+makedepends=('coffee-script' 'npm')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/electron/asar/archive/v${pkgver}.tar.gz;)
+sha256sums=('4aba846709dd3eeef47857425191ebe8952a1888e9546024b6ddcaff9e12e2dc')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+sed -e '/prepublish/d' -i package.json
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+coffee -c --no-header -o lib src/*.coffee
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+npm install --user root -g --prefix="${pkgdir}"/usr
+
+moduledir=/usr/lib/node_modules/${pkgname}
+
+install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ln -s $(realpath \
+--relative-to="${pkgdir}"/usr/share/licenses/${pkgname} \
+"${pkgdir}"${moduledir})/LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}"
+
+# Remove useless stuff and occurrences of ${pkgdir} and ${srcdir}
+rm "${pkgdir}"${moduledir}/coffeelint.json
+find "${pkgdir}"${moduledir} \
+-name '.*' -prune -exec rm -r '{}' \; \
+-or -name 'appveyor.yml' -exec rm '{}' \; \
+-or -name 'benchmark' -prune -exec rm -r '{}' \; \
+-or -path "*/${pkgname}/node_modules/*/bin" -prune -exec rm -r '{}' \; 
\
+-or -name 'bin.js' -exec rm '{}' \; \
+-or -name 'bower.json' -exec rm '{}' \; \
+-or -name 'cleanup.sh' -exec rm '{}' \; \
+-or -name 'component.json' -exec rm '{}' \; \
+-or -name 'example' -prune -exec rm -r '{}' \; \
+-or -name 'example.js' -exec rm '{}' \; \
+-or -name 'examples' -prune -exec rm -r '{}' \; \
+-or -name 'Gruntfile.js' -exec rm '{}' \; \
+-or -name 'Makefile' -exec rm '{}' \; \
+-or -name 'man' -prune -exec rm -r '{}' \; \
+-or -name 'package.json' -exec sed -e "s|${pkgdir}||" \
+-e "s|${srcdir}/${pkgname}-${pkgver}|${moduledir}|" -i '{}' \; \
+-or -name 'perf' -prune -exec rm -r '{}' \; \
+-or -name 'test' -prune -exec rm -r '{}' \; \
+-or -name 'test.js' -exec rm '{}' \; \
+-or -name 'tools' -prune -exec rm -r '{}' \; \
+-or -name 'tst' -prune -exec rm -r '{}' \;
+}


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

2016-08-12 Thread Nicola Squartini
Date: Saturday, August 13, 2016 @ 03:16:38
  Author: tensor5
Revision: 186687

addpkg: asar 0.12.1-1

Added:
  asar/
  asar/repos/
  asar/trunk/
  asar/trunk/PKGBUILD

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

Added: asar/trunk/PKGBUILD
===
--- asar/trunk/PKGBUILD (rev 0)
+++ asar/trunk/PKGBUILD 2016-08-13 03:16:38 UTC (rev 186687)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=asar
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='Creating atom-shell app packages'
+arch=('any')
+url='https://github.com/electron/asar'
+license=('MIT')
+depends=('nodejs')
+makedepends=('coffee-script' 'npm')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/electron/asar/archive/v${pkgver}.tar.gz;)
+sha256sums=('4aba846709dd3eeef47857425191ebe8952a1888e9546024b6ddcaff9e12e2dc')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+sed -e '/prepublish/d' -i package.json
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+coffee -c --no-header -o lib src/*.coffee
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+npm install --user root -g --prefix="${pkgdir}"/usr
+
+moduledir=/usr/lib/node_modules/${pkgname}
+
+install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ln -s $(realpath \
+--relative-to="${pkgdir}"/usr/share/licenses/${pkgname} \
+"${pkgdir}"${moduledir})/LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}"
+
+# Remove useless stuff and occurrences of ${pkgdir} and ${srcdir}
+rm "${pkgdir}"${moduledir}/coffeelint.json
+find "${pkgdir}"${moduledir} \
+-name '.*' -prune -exec rm -r '{}' \; \
+-or -name 'appveyor.yml' -exec rm '{}' \; \
+-or -name 'benchmark' -prune -exec rm -r '{}' \; \
+-or -path "*/${pkgname}/node_modules/*/bin" -prune -exec rm -r '{}' \; 
\
+-or -name 'bin.js' -exec rm '{}' \; \
+-or -name 'bower.json' -exec rm '{}' \; \
+-or -name 'cleanup.sh' -exec rm '{}' \; \
+-or -name 'component.json' -exec rm '{}' \; \
+-or -name 'example' -prune -exec rm -r '{}' \; \
+-or -name 'example.js' -exec rm '{}' \; \
+-or -name 'examples' -prune -exec rm -r '{}' \; \
+-or -name 'Gruntfile.js' -exec rm '{}' \; \
+-or -name 'Makefile' -exec rm '{}' \; \
+-or -name 'man' -prune -exec rm -r '{}' \; \
+-or -name 'package.json' -exec sed -e "s|${pkgdir}||" \
+-e "s|${srcdir}/${pkgname}-${pkgver}|${moduledir}|" -i '{}' \; \
+-or -name 'perf' -prune -exec rm -r '{}' \; \
+-or -name 'test' -prune -exec rm -r '{}' \; \
+-or -name 'test.js' -exec rm '{}' \; \
+-or -name 'tools' -prune -exec rm -r '{}' \; \
+-or -name 'tst' -prune -exec rm -r '{}' \;
+}


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


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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 03:09:07
  Author: felixonmars
Revision: 186686

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fontconfig/repos/multilib-x86_64/PKGBUILD
(from rev 186685, lib32-fontconfig/trunk/PKGBUILD)
  lib32-fontconfig/repos/multilib-x86_64/lib32-fontconfig.install
(from rev 186685, lib32-fontconfig/trunk/lib32-fontconfig.install)
Deleted:
  lib32-fontconfig/repos/multilib-x86_64/PKGBUILD
  lib32-fontconfig/repos/multilib-x86_64/lib32-fontconfig.install

--+
 PKGBUILD |  109 +
 lib32-fontconfig.install |   22 -
 2 files changed, 64 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-13 03:08:53 UTC (rev 186685)
+++ PKGBUILD2016-08-13 03:09:07 UTC (rev 186686)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-_pkgbasename=fontconfig
-pkgname=lib32-$_pkgbasename
-pkgver=2.12.0
-pkgrel=1
-pkgdesc="A library for configuring and customizing font access (32-bit)"
-arch=(x86_64)
-url="http://www.fontconfig.org/release/;
-license=('custom')
-depends=('lib32-expat' 'lib32-freetype2' $_pkgbasename)
-makedepends=('python2')
-install=lib32-fontconfig.install
-source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224')
-
-  # a nice page to test font matching:
-  # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---with-templatedir=/etc/fonts/conf.avail \
---with-xmldir=/etc/fonts \
---localstatedir=/var \
---disable-static \
---with-default-fonts=/usr/share/fonts \
---with-add-fonts=/usr/share/fonts \
---libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd $_pkgbasename-$pkgver
-  make -k check
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "$pkgdir"/{etc,usr/{include,share}}
-  find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
-  mv "$pkgdir"/usr/bin/fc-cache{,-32}
-
-  # Install license
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-fontconfig/repos/multilib-x86_64/PKGBUILD (from rev 186685, 
lib32-fontconfig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-13 03:09:07 UTC (rev 186686)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+_pkgbasename=fontconfig
+pkgname=lib32-$_pkgbasename
+pkgver=2.12.1
+pkgrel=1
+pkgdesc="A library for configuring and customizing font access (32-bit)"
+arch=(x86_64)
+url="http://www.fontconfig.org/release/;
+license=('custom')
+depends=('lib32-expat' 'lib32-freetype2' $_pkgbasename)
+makedepends=('python2')
+install=lib32-fontconfig.install
+source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--with-templatedir=/etc/fonts/conf.avail \
+--with-xmldir=/etc/fonts \
+--localstatedir=/var \
+--disable-static \
+--with-default-fonts=/usr/share/fonts \
+--with-add-fonts=/usr/share/fonts \
+--libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd $_pkgbasename-$pkgver
+  make -k check
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "$pkgdir"/{etc,usr/{include,share}}
+  find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
+  mv "$pkgdir"/usr/bin/fc-cache{,-32}
+
+  # Install license
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: lib32-fontconfig.install
===
--- lib32-fontconfig.install2016-08-13 03:08:53 UTC (rev 186685)
+++ lib32-fontconfig.install2016-08-13 03:09:07 UTC (rev 186686)
@@ -1,11 +0,0 @@
-post_install() {
-  echo -n "updating font cache... "
-  /usr/bin/fc-cache-32 -f
-  echo "done."
-}
-
-post_upgrade() {
-  echo -n "updating font cache... "
-  /usr/bin/fc-cache-32 -f
-  echo "done."
-}

Copied: lib32-fontconfig/repos/multilib-x86_64/lib32-fontconfig.install (from 
rev 186685, lib32-fontconfig/trunk/lib32-fontconfig.install)
===
--- lib32-fontconfig.install(rev 0)
+++ lib32-fontconfig.install2016-08-13 03:09:07 UTC (rev 

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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 03:08:53
  Author: felixonmars
Revision: 186685

upgpkg: lib32-fontconfig 2.12.1-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 03:01:30 UTC (rev 186684)
+++ PKGBUILD2016-08-13 03:08:53 UTC (rev 186685)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.12.0
+pkgver=2.12.1
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -13,11 +13,8 @@
 makedepends=('python2')
 install=lib32-fontconfig.install
 source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224')
+sha256sums=('b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3')
 
-  # a nice page to test font matching:
-  # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
-
 build() {
   cd $_pkgbasename-$pkgver
 


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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 03:01:30
  Author: felixonmars
Revision: 186684

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-13 03:01:06 UTC (rev 186683)
+++ community-i686/PKGBUILD 2016-08-13 03:01:30 UTC (rev 186684)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=boinctui
-pkgver=2.3.6
-pkgrel=1
-pkgdesc="Curses based fullscreen BOINC manager"
-arch=('i686' 'x86_64')
-url="http://boinctui.googlecode.com/;
-license=('GPL')
-depends=('expat' 'gcc-libs' 'openssl')
-makedepends=("cmake")
-source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz;)
-sha512sums=('eeb88b692d316905d723d50ff28aa89186f09800acbde9d338824ae68a76f5dbfb3223001dfd94b149fcff7a97c9cb0144085bf8824cc29fd73ef4cf54bc1346')
-
-build() {
-  cd $pkgname-$pkgver
-  autoconf
-  ./configure --prefix=/usr --without-gnutls
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: boinctui/repos/community-i686/PKGBUILD (from rev 186683, 
boinctui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-13 03:01:30 UTC (rev 186684)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=boinctui
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('i686' 'x86_64')
+url="http://boinctui.googlecode.com/;
+license=('GPL')
+depends=('expat' 'gcc-libs' 'openssl')
+makedepends=("cmake")
+source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz;)
+sha512sums=('be4c3ba61d389814a7cd91d239e6766140c7257e2d3271cba54c1cffac2a593d0959b23abcf763838d1f8b02a790fc5537bc2f0f82d4a615348344548e5ea485')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's_#include _#include _' 
src/tui-main.cpp
+  sed -i 's_#include 
-
-pkgname=boinctui
-pkgver=2.3.6
-pkgrel=1
-pkgdesc="Curses based fullscreen BOINC manager"
-arch=('i686' 'x86_64')
-url="http://boinctui.googlecode.com/;
-license=('GPL')
-depends=('expat' 'gcc-libs' 'openssl')
-makedepends=("cmake")
-source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz;)
-sha512sums=('eeb88b692d316905d723d50ff28aa89186f09800acbde9d338824ae68a76f5dbfb3223001dfd94b149fcff7a97c9cb0144085bf8824cc29fd73ef4cf54bc1346')
-
-build() {
-  cd $pkgname-$pkgver
-  autoconf
-  ./configure --prefix=/usr --without-gnutls
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: boinctui/repos/community-x86_64/PKGBUILD (from rev 186683, 
boinctui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-13 03:01:30 UTC (rev 186684)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=boinctui
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('i686' 'x86_64')
+url="http://boinctui.googlecode.com/;
+license=('GPL')
+depends=('expat' 'gcc-libs' 'openssl')
+makedepends=("cmake")
+source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz;)
+sha512sums=('be4c3ba61d389814a7cd91d239e6766140c7257e2d3271cba54c1cffac2a593d0959b23abcf763838d1f8b02a790fc5537bc2f0f82d4a615348344548e5ea485')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's_#include _#include _' 
src/tui-main.cpp
+  sed -i 's_#include 

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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 03:01:06
  Author: felixonmars
Revision: 186683

upgpkg: boinctui 2.4.2-1

Modified:
  boinctui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 02:45:53 UTC (rev 186682)
+++ PKGBUILD2016-08-13 03:01:06 UTC (rev 186683)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=boinctui
-pkgver=2.3.6
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Curses based fullscreen BOINC manager"
 arch=('i686' 'x86_64')
@@ -11,8 +11,16 @@
 depends=('expat' 'gcc-libs' 'openssl')
 makedepends=("cmake")
 
source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz;)
-sha512sums=('eeb88b692d316905d723d50ff28aa89186f09800acbde9d338824ae68a76f5dbfb3223001dfd94b149fcff7a97c9cb0144085bf8824cc29fd73ef4cf54bc1346')
+sha512sums=('be4c3ba61d389814a7cd91d239e6766140c7257e2d3271cba54c1cffac2a593d0959b23abcf763838d1f8b02a790fc5537bc2f0f82d4a615348344548e5ea485')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's_#include _#include _' 
src/tui-main.cpp
+  sed -i 's_#include 

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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 02:45:53
  Author: felixonmars
Revision: 186682

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 186681, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-13 02:45:37 UTC (rev 186681)
+++ PKGBUILD2016-08-13 02:45:53 UTC (rev 186682)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('86adb4e5529439107b07b9251285064d')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 186681, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-13 02:45:53 UTC (rev 186682)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('a47163c71953f05a1295a08e5a0b88fe')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 02:46:12
  Author: felixonmars
Revision: 273649

upgpkg: python-setuptools 1:25.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 02:41:16 UTC (rev 273648)
+++ PKGBUILD2016-08-13 02:46:12 UTC (rev 273649)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=25.1.6
+pkgver=25.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 02:46:27
  Author: felixonmars
Revision: 273650

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 273649, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-13 02:46:12 UTC (rev 273649)
+++ PKGBUILD2016-08-13 02:46:27 UTC (rev 273650)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=25.1.6
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 273649, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-13 02:46:27 UTC (rev 273650)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=25.2.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools
+  python setup.py install --prefix=/usr --root="$pkgdir" 

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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 02:45:37
  Author: felixonmars
Revision: 186681

upgpkg: eslint 3.3.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 02:41:32 UTC (rev 186680)
+++ PKGBUILD2016-08-13 02:45:37 UTC (rev 186681)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=3.2.2
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('86adb4e5529439107b07b9251285064d')
+md5sums=('a47163c71953f05a1295a08e5a0b88fe')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 02:41:32
  Author: felixonmars
Revision: 186680

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

Added:
  aspell-pt/repos/community-i686/PKGBUILD
(from rev 186679, aspell-pt/trunk/PKGBUILD)
  aspell-pt/repos/community-x86_64/PKGBUILD
(from rev 186679, aspell-pt/trunk/PKGBUILD)
Deleted:
  aspell-pt/repos/community-i686/PKGBUILD
  aspell-pt/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-13 02:40:16 UTC (rev 186679)
+++ community-i686/PKGBUILD 2016-08-13 02:41:32 UTC (rev 186680)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=aspell-pt
-_pkgverPT=20160624
-_pkgverBR=20090702
-pkgver=$_pkgverPT
-pkgrel=1
-pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/;
-license=('GPL2')
-depends=('aspell')
-conflicts=('aspell-pt_br')
-replaces=('aspell-pt_br')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
-sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  '615394d836f357108b0fc67e8b205ecd88a09b0a'
-  '60ee6fb558b422208cc3c6c3c7d31530cfd5df72')
-
-build() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  make DESTDIR="$pkgdir" install
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  make DESTDIR="$pkgdir" install
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
-  make DESTDIR="$pkgdir" install
-
-  echo "add pt_BR.multi" > "$pkgdir"/usr/lib/aspell-0.60/brasileiro.alias
-}

Copied: aspell-pt/repos/community-i686/PKGBUILD (from rev 186679, 
aspell-pt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-13 02:41:32 UTC (rev 186680)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+
+pkgname=aspell-pt
+_pkgverPT=20160807
+_pkgverBR=20090702
+pkgver=$_pkgverPT
+pkgrel=1
+pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/;
+license=('GPL2')
+depends=('aspell')
+conflicts=('aspell-pt_br')
+replaces=('aspell-pt_br')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
+sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
+  'b3ad29ac9a0ee46ca9bb4551a2de364702c626ad'
+  'ebc30f91b6951f0b7772115b38fcf62fa2e96bb6')
+
+build() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  make DESTDIR="$pkgdir" install
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  make DESTDIR="$pkgdir" install
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR="$pkgdir" install
+
+  echo "add pt_BR.multi" > "$pkgdir"/usr/lib/aspell-0.60/brasileiro.alias
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-13 02:40:16 UTC (rev 186679)
+++ community-x86_64/PKGBUILD   2016-08-13 02:41:32 UTC (rev 186680)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=aspell-pt
-_pkgverPT=20160624
-_pkgverBR=20090702
-pkgver=$_pkgverPT
-pkgrel=1
-pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/;
-license=('GPL2')
-depends=('aspell')
-conflicts=('aspell-pt_br')
-replaces=('aspell-pt_br')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
-sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  '615394d836f357108b0fc67e8b205ecd88a09b0a'
-  '60ee6fb558b422208cc3c6c3c7d31530cfd5df72')
-
-build() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  ./configure
-  make
-
- 

[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 02:41:16
  Author: felixonmars
Revision: 273648

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 273647, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-13 02:39:56 UTC (rev 273647)
+++ PKGBUILD2016-08-13 02:41:16 UTC (rev 273648)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.68
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-makedepends=('python')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('a5ce7d78b80f6d29150883d892f2e185'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 273647, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-13 02:41:16 UTC (rev 273648)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.69
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+makedepends=('python')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('33ed5ea7eed84a7609f041c838fc96d7'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 02:39:56
  Author: felixonmars
Revision: 273647

upgpkg: iso-codes 3.69-1

Modified:
  iso-codes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 21:26:11 UTC (rev 273646)
+++ PKGBUILD2016-08-13 02:39:56 UTC (rev 273647)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=iso-codes
-pkgver=3.68
+pkgver=3.69
 pkgrel=1
 pkgdesc="Lists of the country, language, and currency names"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('LGPL')
 makedepends=('python')
 
source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('a5ce7d78b80f6d29150883d892f2e185'
+md5sums=('33ed5ea7eed84a7609f041c838fc96d7'
  'SKIP')
 validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
   'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer


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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 02:40:16
  Author: felixonmars
Revision: 186679

upgpkg: aspell-pt 20160807-1

Modified:
  aspell-pt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 02:38:50 UTC (rev 186678)
+++ PKGBUILD2016-08-13 02:40:16 UTC (rev 186679)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=aspell-pt
-_pkgverPT=20160624
+_pkgverPT=20160807
 _pkgverBR=20090702
 pkgver=$_pkgverPT
 pkgrel=1
@@ -17,8 +17,8 @@
 
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
 
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
 sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  '615394d836f357108b0fc67e8b205ecd88a09b0a'
-  '60ee6fb558b422208cc3c6c3c7d31530cfd5df72')
+  'b3ad29ac9a0ee46ca9bb4551a2de364702c626ad'
+  'ebc30f91b6951f0b7772115b38fcf62fa2e96bb6')
 
 build() {
   cd aspell6-pt_BR-$_pkgverBR-0


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 02:38:50
  Author: felixonmars
Revision: 186678

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 186677, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 186677, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 186677, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 186677, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 186677, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 186677, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 186677, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-08-13 02:38:17 UTC (rev 186677)
+++ LICENSE 2016-08-13 02:38:50 UTC (rev 186678)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 186677, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-08-13 02:38:50 UTC (rev 186678)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-13 02:38:17 UTC (rev 186677)
+++ PKGBUILD2016-08-13 02:38:50 UTC (rev 186678)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.16
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 02:38:17
  Author: felixonmars
Revision: 186677

upgpkg: jenkins 2.17-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 18:02:39 UTC (rev 186676)
+++ PKGBUILD2016-08-13 02:38:17 UTC (rev 186677)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.16
+pkgver=2.17
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('6149e18d66ca607830dd3a189e26907096a2e4a3d37cf6e44d2bcb6ff296e5c3c9032ce45d44f1dc823fe31df50754012122c0570a2e1f98f0c9548cb86d45b8'
+sha512sums=('0bdd07d546a7719be5aa6bd61d82b32d1c5caa3cd4f636f49a059e12cd2f9d7a6465a456b857d6575671d3d6c37ccf48b701030ff67e933b96ac1ad10caa5a36'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2016-08-12 Thread Lukas Fleischer
Date: Friday, August 12, 2016 @ 21:26:11
  Author: lfleischer
Revision: 273646

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

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 273645, lirc/trunk/PKGBUILD)
  lirc/repos/extra-i686/lirc.install
(from rev 273645, lirc/trunk/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 273645, lirc/trunk/lirc.logrotate)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 273645, lirc/trunk/lirc.tmpfiles)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 273645, lirc/trunk/PKGBUILD)
  lirc/repos/extra-x86_64/lirc.install
(from rev 273645, lirc/trunk/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 273645, lirc/trunk/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 273645, lirc/trunk/lirc.tmpfiles)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc.tmpfiles
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.tmpfiles

-+
 /PKGBUILD   |   90 ++
 /lirc.install   |   26 
 /lirc.logrotate |   10 
 /lirc.tmpfiles  |2 
 extra-i686/PKGBUILD |   45 -
 extra-i686/lirc.install |   13 --
 extra-i686/lirc.logrotate   |5 --
 extra-i686/lirc.tmpfiles|1 
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/lirc.install   |   13 --
 extra-x86_64/lirc.logrotate |5 --
 extra-x86_64/lirc.tmpfiles  |1 
 12 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-12 21:26:03 UTC (rev 273645)
+++ extra-i686/PKGBUILD 2016-08-12 21:26:11 UTC (rev 273646)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Paul Mattal 
-
-pkgname=lirc
-_pkgver=0.9.4a
-[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
-pkgrel=1
-epoch=1
-pkgdesc="Linux Infrared Remote Control utilities"
-arch=('i686' 'x86_64')
-url="http://www.lirc.org/;
-license=('GPL')
-depends=('alsa-lib' 'libx11' 'libftdi')
-makedepends=('help2man' 'alsa-lib' 'libx11' 'libxslt' 'python')
-optdepends=('python: for lirc-setup, irdb-get and pronto2lirc')
-provides=('lirc-utils')
-conflicts=('lirc-utils')
-replaces=('lirc-utils')
-backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
-install=lirc.install
-source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
-lirc.logrotate
-lirc.tmpfiles)
-md5sums=('d38566cb159c864089c24f2fcc7c5ccc'
- '3deb02604b37811d41816e9b4385fcc3'
- 'febf25c154a7d36f01159e84f26c2d9a')
-
-build() {
-  cd "${srcdir}/lirc-${_pkgver}"
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--localstatedir=/var \
- --with-transmitter --enable-sandboxed
-  make
-}
-
-package() {
-  cd "${srcdir}/lirc-${_pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/lirc.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/lirc.conf
-  install -Dm644 "${srcdir}"/lirc.logrotate "${pkgdir}"/etc/logrotate.d/lirc
-
-  rmdir "${pkgdir}"/var/{run/lirc/,run/}
-}

Copied: lirc/repos/extra-i686/PKGBUILD (from rev 273645, lirc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-12 21:26:11 UTC (rev 273646)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Paul Mattal 
+
+pkgname=lirc
+_pkgver=0.9.4b
+[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
+pkgrel=1
+epoch=1
+pkgdesc="Linux Infrared Remote Control utilities"
+arch=('i686' 'x86_64')
+url="http://www.lirc.org/;
+license=('GPL')
+depends=('alsa-lib' 'libx11' 'libftdi' 'libusb-compat')
+makedepends=('help2man' 'alsa-lib' 'libx11' 'libxslt' 'python')
+optdepends=('python: for lirc-setup, irdb-get and pronto2lirc')
+provides=('lirc-utils')
+conflicts=('lirc-utils')
+replaces=('lirc-utils')
+backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
+install=lirc.install
+source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
+lirc.logrotate
+lirc.tmpfiles)
+md5sums=('9e3f2869a47bbd7c973dd63f30c13fc2'
+ '3deb02604b37811d41816e9b4385fcc3'
+ 'febf25c154a7d36f01159e84f26c2d9a')
+
+build() {
+  cd "${srcdir}/lirc-${_pkgver}"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  

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

2016-08-12 Thread Lukas Fleischer
Date: Friday, August 12, 2016 @ 21:26:03
  Author: lfleischer
Revision: 273645

upgpkg: lirc 1:0.9.4.b-1

Upstream update.

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 21:07:37 UTC (rev 273644)
+++ PKGBUILD2016-08-12 21:26:03 UTC (rev 273645)
@@ -2,7 +2,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=lirc
-_pkgver=0.9.4a
+_pkgver=0.9.4b
 [[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
 pkgrel=1
 epoch=1
@@ -21,7 +21,7 @@
 
source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
 lirc.logrotate
 lirc.tmpfiles)
-md5sums=('d38566cb159c864089c24f2fcc7c5ccc'
+md5sums=('9e3f2869a47bbd7c973dd63f30c13fc2'
  '3deb02604b37811d41816e9b4385fcc3'
  'febf25c154a7d36f01159e84f26c2d9a')
 


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

2016-08-12 Thread Antonio Rojas
Date: Friday, August 12, 2016 @ 18:35:39
  Author: arojas
Revision: 273641

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

Added:
  amule/repos/extra-i686/PKGBUILD
(from rev 273640, amule/trunk/PKGBUILD)
  amule/repos/extra-i686/amule.install
(from rev 273640, amule/trunk/amule.install)
  amule/repos/extra-i686/amuled.systemd
(from rev 273640, amule/trunk/amuled.systemd)
  amule/repos/extra-i686/amuleweb.systemd
(from rev 273640, amule/trunk/amuleweb.systemd)
  amule/repos/extra-x86_64/PKGBUILD
(from rev 273640, amule/trunk/PKGBUILD)
  amule/repos/extra-x86_64/amule.install
(from rev 273640, amule/trunk/amule.install)
  amule/repos/extra-x86_64/amuled.systemd
(from rev 273640, amule/trunk/amuled.systemd)
  amule/repos/extra-x86_64/amuleweb.systemd
(from rev 273640, amule/trunk/amuleweb.systemd)
Deleted:
  amule/repos/extra-i686/PKGBUILD
  amule/repos/extra-i686/amule.install
  amule/repos/extra-i686/amuled.systemd
  amule/repos/extra-i686/amuleweb.systemd
  amule/repos/extra-x86_64/PKGBUILD
  amule/repos/extra-x86_64/amule.install
  amule/repos/extra-x86_64/amuled.systemd
  amule/repos/extra-x86_64/amuleweb.systemd

---+
 /PKGBUILD |  120 
 /amule.install|   44 ++
 /amuled.systemd   |   22 +++
 /amuleweb.systemd |   26 
 extra-i686/PKGBUILD   |   60 
 extra-i686/amule.install  |   29 -
 extra-i686/amuled.systemd |   11 ---
 extra-i686/amuleweb.systemd   |   13 
 extra-x86_64/PKGBUILD |   60 
 extra-x86_64/amule.install|   29 -
 extra-x86_64/amuled.systemd   |   11 ---
 extra-x86_64/amuleweb.systemd |   13 
 12 files changed, 212 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-12 18:34:41 UTC (rev 273640)
+++ extra-i686/PKGBUILD 2016-08-12 18:35:39 UTC (rev 273641)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Henrik Ronellenfitsch 
-# Contributor: Alessio Sergi 
-# Contributor: Dario 'Dax' Vilardi 
-# Contributor: Anatol Pomozov 
-
-pkgname=amule
-pkgver=10874
-pkgrel=1
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=('i686' 'x86_64')
-url="http://www.amule.org;
-license=('GPL')
-depends=('wxgtk2.8' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
-makedepends=('git')
-install=amule.install
-source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
-'amuled.systemd'
-'amuleweb.systemd')
-md5sums=('SKIP'
- '59772c41860e238f1c822feb8ca8d47f'
- '05975c5d94bfc41fddb894d98b1115d5')
-
-prepare() {
-  cd amule
-  sed -e 's|wx-config|wx-config-2.8|g' -i configure
-}
-
-build() {
-  cd amule
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp \
-  --with-wxversion=2.8
-
-  make
-}
-
-package() {
-  cd amule
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 "${srcdir}/amuled.systemd" 
"${pkgdir}/usr/lib/systemd/system/amuled.service"
-  install -D -m644 "${srcdir}/amuleweb.systemd" 
"${pkgdir}/usr/lib/systemd/system/amuleweb.service"
-}

Copied: amule/repos/extra-i686/PKGBUILD (from rev 273640, amule/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-12 18:35:39 UTC (rev 273641)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+# Contributor: Anatol Pomozov 
+
+pkgname=amule
+pkgver=10944
+pkgrel=1
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=('i686' 'x86_64')
+url="http://www.amule.org;
+license=('GPL')
+depends=('wxgtk2.8' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+makedepends=('git' 'ccache')
+install=amule.install
+source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
+'amuled.systemd'
+'amuleweb.systemd')
+md5sums=('SKIP'
+ '59772c41860e238f1c822feb8ca8d47f'
+ '05975c5d94bfc41fddb894d98b1115d5')
+
+prepare() {
+  cd amule
+  sed -e 's|wx-config|wx-config-2.8|g' -i configure
+}
+
+build() {
+  cd amule
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man 

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

2016-08-12 Thread Antonio Rojas
Date: Friday, August 12, 2016 @ 18:34:41
  Author: arojas
Revision: 273640

Update to 10944

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 18:20:30 UTC (rev 273639)
+++ PKGBUILD2016-08-12 18:34:41 UTC (rev 273640)
@@ -6,7 +6,7 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=amule
-pkgver=10874
+pkgver=10944
 pkgrel=1
 pkgdesc="An eMule-like client for ed2k p2p network"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url="http://www.amule.org;
 license=('GPL')
 depends=('wxgtk2.8' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
-makedepends=('git')
+makedepends=('git' 'ccache')
 install=amule.install
 source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
 'amuled.systemd'


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

2016-08-12 Thread Guillaume Alaux
Date: Friday, August 12, 2016 @ 18:20:30
  Author: guillaume
Revision: 273639

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

Added:
  swt/repos/extra-i686/PKGBUILD
(from rev 273638, swt/trunk/PKGBUILD)
  swt/repos/extra-i686/build-swt.xml
(from rev 273638, swt/trunk/build-swt.xml)
  swt/repos/extra-x86_64/PKGBUILD
(from rev 273638, swt/trunk/PKGBUILD)
  swt/repos/extra-x86_64/build-swt.xml
(from rev 273638, swt/trunk/build-swt.xml)
Deleted:
  swt/repos/extra-i686/PKGBUILD
  swt/repos/extra-i686/build-swt.xml
  swt/repos/extra-x86_64/PKGBUILD
  swt/repos/extra-x86_64/build-swt.xml

+
 /PKGBUILD  |  114 +++
 /build-swt.xml |   34 
 extra-i686/PKGBUILD|   57 -
 extra-i686/build-swt.xml   |   17 --
 extra-x86_64/PKGBUILD  |   57 -
 extra-x86_64/build-swt.xml |   17 --
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-12 18:15:15 UTC (rev 273638)
+++ extra-i686/PKGBUILD 2016-08-12 18:20:30 UTC (rev 273639)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-pkgname=swt
-# http://download.eclipse.org/eclipse/downloads/drops4
-pkgver=4.5
-pkgrel=1
-_date=201506032000
-pkgdesc='An open source widget toolkit for Java'
-arch=('i686' 'x86_64')
-url='http://www.eclipse.org/swt/'
-license=('EPL')
-depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
-optdepends=('libgnomeui' 'glu' 'webkitgtk2')
-makedepends=('java-environment' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
-
-source=(build-swt.xml)
-source_i686=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip)
-source_x86_64=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip)
-
-sha256sums=('6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
-sha256sums_i686=('180cf993af914726e6da9abe669a636b057e9353058e76be7644b31955feb00e')
-sha256sums_x86_64=('ce89cb9dea5bef927873cbc377a81b5d9f1995622e42402bd9600043a9bc00e3')
-
-# These examples don't even run anymore (Try Tux Guitar instead)!
-# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
-# http://download.eclipse.org/eclipse/downloads/
-
-# 
http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
-
-build() {
-  cd ${srcdir}
-  unzip -oq src.zip -d src
-
-  export JAVA_HOME=/usr/lib/jvm/default
-  . /etc/profile.d/apache-ant.sh
-
-  # Shared objects
-  cd src
-  ./build.sh
-
-  # SWT jar
-  ant -f ../build-swt.xml compile
-}
-
-package() {
-  cd ${srcdir}/src
-
-  # Shared objects
-  export OUTPUT_DIR=${pkgdir}/usr/lib
-  install -dm755 ${OUTPUT_DIR} 
-  make -f make_linux.mak install
-
-  # SWT jar
-  ant -f ../build-swt.xml jar
-  install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar
-  ln -s swt-${pkgver}.jar ${pkgdir}/usr/share/java/swt.jar
-}

Copied: swt/repos/extra-i686/PKGBUILD (from rev 273638, swt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-12 18:20:30 UTC (rev 273639)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+pkgname=swt
+# http://download.eclipse.org/eclipse/downloads/drops4
+pkgver=4.6
+pkgrel=1
+_date=201606061100
+pkgdesc='An open source widget toolkit for Java'
+arch=('i686' 'x86_64')
+url='http://www.eclipse.org/swt/'
+license=('EPL')
+depends=('java-runtime>=7' 'gtk2>=2.20.1' 'libxtst')
+optdepends=('libgnomeui' 'glu' 'webkitgtk2')
+makedepends=('java-environment=8' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
+
+source=(build-swt.xml)
+source_i686=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip)
+source_x86_64=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip)
+
+sha256sums=('3d30fbde25a6a6d260d04cb1782b7618c2a0a926440935a9eea516146eb0e1e1')
+sha256sums_i686=('3906ce9efa190b3f1d48988d507fa7d4fae8b3f92212a3bff4ba635e0c0cbd4a')
+sha256sums_x86_64=('fe5191cc087020e47efbbde1ff1b30b3b6e1a3a305e25efabb0937ad7b00cd72')
+
+# These examples don't even run anymore (Try Tux Guitar instead)!
+# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
+# http://download.eclipse.org/eclipse/downloads/
+
+# 
http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
+
+build() {
+  cd ${srcdir}
+  unzip -oq src.zip -d src
+
+  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
+
+  # Shared objects
+  cd src
+  ./build.sh
+
+  # SWT jar
+  . 

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

2016-08-12 Thread Guillaume Alaux
Date: Friday, August 12, 2016 @ 18:15:15
  Author: guillaume
Revision: 273638

archrelease: copy trunk to extra-x86_64

Added:
  swt/repos/extra-x86_64/PKGBUILD
(from rev 273637, swt/trunk/PKGBUILD)
  swt/repos/extra-x86_64/build-swt.xml
(from rev 273637, swt/trunk/build-swt.xml)
Deleted:
  swt/repos/extra-x86_64/PKGBUILD
  swt/repos/extra-x86_64/build-swt.xml

---+
 PKGBUILD  |  114 
 build-swt.xml |   34 
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 18:14:24 UTC (rev 273637)
+++ PKGBUILD2016-08-12 18:15:15 UTC (rev 273638)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-pkgname=swt
-# http://download.eclipse.org/eclipse/downloads/drops4
-pkgver=4.5
-pkgrel=1
-_date=201506032000
-pkgdesc='An open source widget toolkit for Java'
-arch=('i686' 'x86_64')
-url='http://www.eclipse.org/swt/'
-license=('EPL')
-depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
-optdepends=('libgnomeui' 'glu' 'webkitgtk2')
-makedepends=('java-environment' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
-
-source=(build-swt.xml)
-source_i686=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip)
-source_x86_64=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip)
-
-sha256sums=('6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
-sha256sums_i686=('180cf993af914726e6da9abe669a636b057e9353058e76be7644b31955feb00e')
-sha256sums_x86_64=('ce89cb9dea5bef927873cbc377a81b5d9f1995622e42402bd9600043a9bc00e3')
-
-# These examples don't even run anymore (Try Tux Guitar instead)!
-# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
-# http://download.eclipse.org/eclipse/downloads/
-
-# 
http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
-
-build() {
-  cd ${srcdir}
-  unzip -oq src.zip -d src
-
-  export JAVA_HOME=/usr/lib/jvm/default
-  . /etc/profile.d/apache-ant.sh
-
-  # Shared objects
-  cd src
-  ./build.sh
-
-  # SWT jar
-  ant -f ../build-swt.xml compile
-}
-
-package() {
-  cd ${srcdir}/src
-
-  # Shared objects
-  export OUTPUT_DIR=${pkgdir}/usr/lib
-  install -dm755 ${OUTPUT_DIR} 
-  make -f make_linux.mak install
-
-  # SWT jar
-  ant -f ../build-swt.xml jar
-  install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar
-  ln -s swt-${pkgver}.jar ${pkgdir}/usr/share/java/swt.jar
-}

Copied: swt/repos/extra-x86_64/PKGBUILD (from rev 273637, swt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 18:15:15 UTC (rev 273638)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+pkgname=swt
+# http://download.eclipse.org/eclipse/downloads/drops4
+pkgver=4.6
+pkgrel=1
+_date=201606061100
+pkgdesc='An open source widget toolkit for Java'
+arch=('i686' 'x86_64')
+url='http://www.eclipse.org/swt/'
+license=('EPL')
+depends=('java-runtime>=7' 'gtk2>=2.20.1' 'libxtst')
+optdepends=('libgnomeui' 'glu' 'webkitgtk2')
+makedepends=('java-environment=8' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
+
+source=(build-swt.xml)
+source_i686=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip)
+source_x86_64=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip)
+
+sha256sums=('3d30fbde25a6a6d260d04cb1782b7618c2a0a926440935a9eea516146eb0e1e1')
+sha256sums_i686=('3906ce9efa190b3f1d48988d507fa7d4fae8b3f92212a3bff4ba635e0c0cbd4a')
+sha256sums_x86_64=('fe5191cc087020e47efbbde1ff1b30b3b6e1a3a305e25efabb0937ad7b00cd72')
+
+# These examples don't even run anymore (Try Tux Guitar instead)!
+# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
+# http://download.eclipse.org/eclipse/downloads/
+
+# 
http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
+
+build() {
+  cd ${srcdir}
+  unzip -oq src.zip -d src
+
+  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
+
+  # Shared objects
+  cd src
+  ./build.sh
+
+  # SWT jar
+  . /etc/profile.d/apache-ant.sh
+  ant -f ../build-swt.xml compile
+}
+
+package() {
+  cd ${srcdir}/src
+
+  # Shared objects
+  export OUTPUT_DIR=${pkgdir}/usr/lib
+  install -dm755 ${OUTPUT_DIR} 
+  make -f make_linux.mak install
+
+  # SWT jar
+  ant -f ../build-swt.xml jar
+  install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar
+  ln -s swt-${pkgver}.jar ${pkgdir}/usr/share/java/swt.jar
+}

Deleted: build-swt.xml
===

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

2016-08-12 Thread Guillaume Alaux
Date: Friday, August 12, 2016 @ 18:14:24
  Author: guillaume
Revision: 273637

Bump JRE dependency version to 7

Modified:
  swt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 18:11:36 UTC (rev 273636)
+++ PKGBUILD2016-08-12 18:14:24 UTC (rev 273637)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://www.eclipse.org/swt/'
 license=('EPL')
-depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
+depends=('java-runtime>=7' 'gtk2>=2.20.1' 'libxtst')
 optdepends=('libgnomeui' 'glu' 'webkitgtk2')
 makedepends=('java-environment=8' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
 


[arch-commits] Commit in swt/trunk (PKGBUILD build-swt.xml)

2016-08-12 Thread Guillaume Alaux
Date: Friday, August 12, 2016 @ 18:11:36
  Author: guillaume
Revision: 273636

Upstream release 4.6

Modified:
  swt/trunk/PKGBUILD
  swt/trunk/build-swt.xml

---+
 PKGBUILD  |   16 
 build-swt.xml |2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 15:08:10 UTC (rev 273635)
+++ PKGBUILD2016-08-12 18:11:36 UTC (rev 273636)
@@ -2,9 +2,9 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=swt
 # http://download.eclipse.org/eclipse/downloads/drops4
-pkgver=4.5
+pkgver=4.6
 pkgrel=1
-_date=201506032000
+_date=201606061100
 pkgdesc='An open source widget toolkit for Java'
 arch=('i686' 'x86_64')
 url='http://www.eclipse.org/swt/'
@@ -11,15 +11,15 @@
 license=('EPL')
 depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
 optdepends=('libgnomeui' 'glu' 'webkitgtk2')
-makedepends=('java-environment' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
+makedepends=('java-environment=8' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
 
 source=(build-swt.xml)
 
source_i686=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip)
 
source_x86_64=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip)
 
-sha256sums=('6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
-sha256sums_i686=('180cf993af914726e6da9abe669a636b057e9353058e76be7644b31955feb00e')
-sha256sums_x86_64=('ce89cb9dea5bef927873cbc377a81b5d9f1995622e42402bd9600043a9bc00e3')
+sha256sums=('3d30fbde25a6a6d260d04cb1782b7618c2a0a926440935a9eea516146eb0e1e1')
+sha256sums_i686=('3906ce9efa190b3f1d48988d507fa7d4fae8b3f92212a3bff4ba635e0c0cbd4a')
+sha256sums_x86_64=('fe5191cc087020e47efbbde1ff1b30b3b6e1a3a305e25efabb0937ad7b00cd72')
 
 # These examples don't even run anymore (Try Tux Guitar instead)!
 # http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
@@ -31,8 +31,7 @@
   cd ${srcdir}
   unzip -oq src.zip -d src
 
-  export JAVA_HOME=/usr/lib/jvm/default
-  . /etc/profile.d/apache-ant.sh
+  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
 
   # Shared objects
   cd src
@@ -39,6 +38,7 @@
   ./build.sh
 
   # SWT jar
+  . /etc/profile.d/apache-ant.sh
   ant -f ../build-swt.xml compile
 }
 

Modified: build-swt.xml
===
--- build-swt.xml   2016-08-12 15:08:10 UTC (rev 273635)
+++ build-swt.xml   2016-08-12 18:11:36 UTC (rev 273636)
@@ -8,7 +8,7 @@

 

-  
+  

 



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

2016-08-12 Thread Lukas Fleischer
Date: Friday, August 12, 2016 @ 18:02:32
  Author: lfleischer
Revision: 186675

upgpkg: duplicity 0.7.09-1

Upstream update.

Modified:
  duplicity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 17:43:59 UTC (rev 186674)
+++ PKGBUILD2016-08-12 18:02:32 UTC (rev 186675)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=duplicity
-pkgver=0.7.08
+pkgver=0.7.09
 pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'python2-gdata: Google Docs backend'
 'rsync: rsync backend')
 
source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('331fae9d910fe04ea9c5cad37ece667c'
+md5sums=('f467f8cbede03f3133e1e5decd041356'
  'SKIP')
 validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
 


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

2016-08-12 Thread Lukas Fleischer
Date: Friday, August 12, 2016 @ 18:02:39
  Author: lfleischer
Revision: 186676

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-12 18:02:32 UTC (rev 186675)
+++ community-i686/PKGBUILD 2016-08-12 18:02:39 UTC (rev 186676)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgname=duplicity
-pkgver=0.7.08
-pkgrel=1
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile')
-makedepends=('python2-setuptools')
-optdepends=('lftp: FTPS backend'
-'python2-boto: Amazon S3 and Google Cloud Storage backend'
-'python2-dropbox: Dropbox backend'
-'python2-gobject: GIO backend'
-'gvfs: GIO backend'
-'python2-gdata: Google Docs backend'
-'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('331fae9d910fe04ea9c5cad37ece667c'
- 'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
-  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
-}

Copied: duplicity/repos/community-i686/PKGBUILD (from rev 186675, 
duplicity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-12 18:02:39 UTC (rev 186676)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgname=duplicity
+pkgver=0.7.09
+pkgrel=1
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile')
+makedepends=('python2-setuptools')
+optdepends=('lftp: FTPS backend'
+'python2-boto: Amazon S3 and Google Cloud Storage backend'
+'python2-dropbox: Dropbox backend'
+'python2-gobject: GIO backend'
+'gvfs: GIO backend'
+'python2-gdata: Google Docs backend'
+'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('f467f8cbede03f3133e1e5decd041356'
+ 'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
+  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-12 18:02:32 UTC (rev 186675)
+++ community-x86_64/PKGBUILD   2016-08-12 18:02:39 UTC (rev 186676)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron 

[arch-commits] Commit in josm/repos/community-any (8 files)

2016-08-12 Thread Jaroslav Lichtblau
Date: Friday, August 12, 2016 @ 17:43:59
  Author: jlichtblau
Revision: 186674

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 186673, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 186673, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 186673, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 186673, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |  104 +++---
 josm.changelog |  405 +++
 josm.conf.d|8 -
 josm.desktop   |   16 +-
 4 files changed, 268 insertions(+), 265 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 17:42:28 UTC (rev 186673)
+++ PKGBUILD2016-08-12 17:43:59 UTC (rev 186674)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=10526
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime' 'libxtst' 'ttf-font')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar
-$pkgname.desktop
-$pkgname.conf.d)
-noextract=($pkgname-tested.jar)
-sha256sums=('214e4dce1378b4005906c3a656f7a4381634486140a17f0175e0b8628ddcb91f'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-prepare() {
-  cd "${srcdir}"
-  bsdtar -xf $pkgname-tested.jar images/logo.png
-}
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 186673, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 17:43:59 UTC (rev 186674)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=10786
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime' 'libxtst' 'ttf-font')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar
+$pkgname.desktop
+$pkgname.conf.d)
+noextract=($pkgname-tested.jar)
+sha256sums=('f6cafd5be7689d00e4ecd1f528fe5079daa6f54eb7781ca1beb145c4ed188bb6'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+prepare() {
+  cd "${srcdir}"
+  bsdtar -xf $pkgname-tested.jar images/logo.png
+}
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2016-08-12 17:42:28 UTC 

[arch-commits] Commit in josm/trunk (PKGBUILD josm.changelog)

2016-08-12 Thread Jaroslav Lichtblau
Date: Friday, August 12, 2016 @ 17:42:28
  Author: jlichtblau
Revision: 186673

upgpkg: josm 10786-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 17:10:01 UTC (rev 186672)
+++ PKGBUILD2016-08-12 17:42:28 UTC (rev 186673)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=10526
+pkgver=10786
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -16,7 +16,7 @@
 $pkgname.desktop
 $pkgname.conf.d)
 noextract=($pkgname-tested.jar)
-sha256sums=('214e4dce1378b4005906c3a656f7a4381634486140a17f0175e0b8628ddcb91f'
+sha256sums=('f6cafd5be7689d00e4ecd1f528fe5079daa6f54eb7781ca1beb145c4ed188bb6'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2016-08-12 17:10:01 UTC (rev 186672)
+++ josm.changelog  2016-08-12 17:42:28 UTC (rev 186673)
@@ -1,3 +1,6 @@
+2016-08-12 Jaroslav Lichtblau 
+   * josm 10786-1
+
 2016-07-12 Jaroslav Lichtblau 
* josm 10526-1
 


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 17:10:01
  Author: felixonmars
Revision: 186672

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 17:09:46 UTC (rev 186671)
+++ PKGBUILD2016-08-12 17:10:01 UTC (rev 186672)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-pkgver=7.5.1
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-makedepends=("python-setuptools" "python2-setuptools" "git")
-source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=release-$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a python-phonenumbers{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-phonenumbers
-  python setup.py build
-
-  cd "$srcdir"/python-phonenumbers-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-phonenumbers
-  python setup.py test
-
-  cd "$srcdir"/python-phonenumbers-py2
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd python-phonenumbers
-  python setup.py install -O1 --root "$pkgdir"
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd python-phonenumbers-py2
-  python2 setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 186671, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 17:10:01 UTC (rev 186672)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+pkgver=7.5.2
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+makedepends=("python-setuptools" "python2-setuptools" "git")
+source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=release-$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a python-phonenumbers{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-phonenumbers
+  python setup.py build
+
+  cd "$srcdir"/python-phonenumbers-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-phonenumbers
+  python setup.py test
+
+  cd "$srcdir"/python-phonenumbers-py2
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd python-phonenumbers
+  python setup.py install -O1 --root "$pkgdir"
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd python-phonenumbers-py2
+  python2 setup.py install -O1 --root "$pkgdir"
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 17:09:46
  Author: felixonmars
Revision: 186671

upgpkg: python-phonenumbers 7.5.2-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 17:07:40 UTC (rev 186670)
+++ PKGBUILD2016-08-12 17:09:46 UTC (rev 186671)
@@ -3,7 +3,7 @@
 
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
-pkgver=7.5.1
+pkgver=7.5.2
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 17:07:24
  Author: felixonmars
Revision: 186669

upgpkg: python-pytest-xdist 1.15.0-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 16:47:16 UTC (rev 186668)
+++ PKGBUILD2016-08-12 17:07:24 UTC (rev 186669)
@@ -3,8 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-_pypiname=pytest-xdist
-pkgver=1.14
+pkgver=1.15.0
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -15,14 +14,14 @@
 md5sums=('SKIP')
 
 prepare() {
-  cp -a "${srcdir}/${_pypiname}"{,-py2}
+  cp -a pytest-xdist{,-py2}
 }
 
 build() {
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir"/pytest-xdist
   python setup.py build
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir"/pytest-xdist-py2
   python2 setup.py build
 }
 
@@ -29,11 +28,11 @@
 check() {
   # Hack entry points by installing it
 
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir"/pytest-xdist
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir"/pytest-xdist-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
 }
@@ -41,16 +40,16 @@
 package_python-pytest-xdist() {
   depends=('python-pytest' 'python-execnet')
 
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir/pytest-xdist"
   python setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-pytest-xdist() {
   depends=('python2-pytest' 'python2-execnet')
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir/pytest-xdist-py2"
   python2 setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 # vim:set ts=2 sw=2 et:


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 17:07:40
  Author: felixonmars
Revision: 186670

archrelease: copy trunk to community-any

Added:
  python-pytest-xdist/repos/community-any/PKGBUILD
(from rev 186669, python-pytest-xdist/trunk/PKGBUILD)
Deleted:
  python-pytest-xdist/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 17:07:24 UTC (rev 186669)
+++ PKGBUILD2016-08-12 17:07:40 UTC (rev 186670)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-xdist
-pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-_pypiname=pytest-xdist
-pkgver=1.14
-pkgrel=1
-pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
-arch=('any')
-license=('MIT')
-url='https://bitbucket.org/pytest-dev/pytest-xdist'
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm' 'python-execnet' 'python2-execnet' 'git')
-source=("git+https://github.com/pytest-dev/pytest-xdist#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "${srcdir}/${_pypiname}"{,-py2}
-}
-
-build() {
-  cd "$srcdir/$_pypiname"
-  python setup.py build
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_python-pytest-xdist() {
-  depends=('python-pytest' 'python-execnet')
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pytest-xdist() {
-  depends=('python2-pytest' 'python2-execnet')
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-xdist/repos/community-any/PKGBUILD (from rev 186669, 
python-pytest-xdist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 17:07:40 UTC (rev 186670)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-xdist
+pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
+pkgver=1.15.0
+pkgrel=1
+pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
+arch=('any')
+license=('MIT')
+url='https://bitbucket.org/pytest-dev/pytest-xdist'
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm' 'python-execnet' 'python2-execnet' 'git')
+source=("git+https://github.com/pytest-dev/pytest-xdist#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pytest-xdist{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-xdist
+  python setup.py build
+
+  cd "$srcdir"/pytest-xdist-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-xdist
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-xdist-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-xdist() {
+  depends=('python-pytest' 'python-execnet')
+
+  cd "$srcdir/pytest-xdist"
+  python setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-xdist() {
+  depends=('python2-pytest' 'python2-execnet')
+
+  cd "$srcdir/pytest-xdist-py2"
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+# vim:set ts=2 sw=2 et:


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:47:16
  Author: felixonmars
Revision: 186668

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-08-12 16:46:38 UTC (rev 186667)
+++ community-testing-i686/PKGBUILD 2016-08-12 16:47:16 UTC (rev 186668)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.14
-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')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-testing-i686/PKGBUILD (from rev 
186667, deepin-session-ui/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-12 16:47:16 UTC (rev 186668)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.14
+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')
+makedepends=('git' 'qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-session-ui/repos/community-testing-x86_64/PKGBUILD (from rev 
186667, deepin-session-ui/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-12 16:47:16 UTC (rev 186668)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.14
+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')
+makedepends=('git' 'qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:46:38
  Author: felixonmars
Revision: 186667

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

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

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

Copied: startdde/repos/community-testing-i686/PKGBUILD (from rev 18, 
startdde/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-12 16:46:38 UTC (rev 186667)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.0.7
+_golibver=0.4.11
+_deepinapiver=3.0.10
+_dbusfactoryver=3.0.5
+_girgeneratorver=0.9.5
+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') # 'gcc-libs>=5.3.0-3')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'go' 'python2' 'webkitgtk' 'git') # 'gcc-go')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/startdde"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd startdde
+  make DESTDIR="${pkgdir}" install
+}

Copied: startdde/repos/community-testing-x86_64/PKGBUILD (from rev 18, 
startdde/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-12 16:46:38 UTC (rev 186667)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.0.7
+_golibver=0.4.11
+_deepinapiver=3.0.10
+_dbusfactoryver=3.0.5
+_girgeneratorver=0.9.5
+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') # 'gcc-libs>=5.3.0-3')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'go' 'python2' 'webkitgtk' 'git') # 'gcc-go')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/startdde"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd startdde
+  make 

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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:46:18
  Author: felixonmars
Revision: 18

upgpkg: startdde 3.0.7-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 16:37:39 UTC (rev 186665)
+++ PKGBUILD2016-08-12 16:46:18 UTC (rev 18)
@@ -4,12 +4,12 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.0.6
+pkgver=3.0.7
 _golibver=0.4.11
-_deepinapiver=3.0.9
-_dbusfactoryver=3.0.4
+_deepinapiver=3.0.10
+_dbusfactoryver=3.0.5
 _girgeneratorver=0.9.5
-pkgrel=2
+pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/startdde;


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:37:39
  Author: felixonmars
Revision: 186665

archrelease: copy trunk to community-testing-i686

Added:
  deepin-session-ui/repos/community-testing-i686/
  deepin-session-ui/repos/community-testing-i686/PKGBUILD
(from rev 186664, deepin-session-ui/trunk/PKGBUILD)

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

Copied: deepin-session-ui/repos/community-testing-i686/PKGBUILD (from rev 
186664, deepin-session-ui/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-12 16:37:39 UTC (rev 186665)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.14
+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')
+makedepends=('git' 'qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:37:27
  Author: felixonmars
Revision: 186664

upgpkg: deepin-session-ui 3.0.14-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 16:24:53 UTC (rev 186663)
+++ PKGBUILD2016-08-12 16:37:27 UTC (rev 186664)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=3.0.13
+pkgver=3.0.14
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:24:33
  Author: felixonmars
Revision: 186662

upgpkg: deepin-launcher 3.0.12-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 16:21:57 UTC (rev 186661)
+++ PKGBUILD2016-08-12 16:24:33 UTC (rev 186662)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=3.0.11
-pkgrel=2
+pkgver=3.0.12
+pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-launcher;


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:24:53
  Author: felixonmars
Revision: 186663

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

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

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

Copied: deepin-launcher/repos/community-testing-i686/PKGBUILD (from rev 186662, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-12 16:24:53 UTC (rev 186663)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=3.0.12
+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')
+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
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-launcher/repos/community-testing-x86_64/PKGBUILD (from rev 
186662, deepin-launcher/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-12 16:24:53 UTC (rev 186663)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=3.0.12
+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')
+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
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:21:36
  Author: felixonmars
Revision: 186660

upgpkg: deepin-menu 3.0.4-1

Modified:
  deepin-menu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 16:17:47 UTC (rev 186659)
+++ PKGBUILD2016-08-12 16:21:36 UTC (rev 186660)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-menu
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc="Deepin menu service for building beautiful menus"
 arch=('i686' 'x86_64')


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:21:57
  Author: felixonmars
Revision: 186661

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

Added:
  deepin-menu/repos/community-testing-i686/
  deepin-menu/repos/community-testing-i686/PKGBUILD
(from rev 186660, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-testing-x86_64/
  deepin-menu/repos/community-testing-x86_64/PKGBUILD
(from rev 186660, deepin-menu/trunk/PKGBUILD)

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

Copied: deepin-menu/repos/community-testing-i686/PKGBUILD (from rev 186660, 
deepin-menu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-12 16:21:57 UTC (rev 186661)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Copied: deepin-menu/repos/community-testing-x86_64/PKGBUILD (from rev 186660, 
deepin-menu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-12 16:21:57 UTC (rev 186661)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:17:47
  Author: felixonmars
Revision: 186659

archrelease: copy trunk to community-testing-any

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

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

Copied: deepin-icon-theme/repos/community-testing-any/PKGBUILD (from rev 
186658, deepin-icon-theme/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-08-12 16:17:47 UTC (rev 186659)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=15.12.29
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme;
+license=('GPL3')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+depends=('flattr-icon-theme' 'faenza-icon-theme')
+makedepends=('git' 'inkscape')
+source=("git+https://cr.deepin.io/deepin-icon-theme.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  sed 's\flattr\Flattr\' -i deepin/index.theme
+
+  mkdir -p build
+}
+
+build() {
+  cd "${pkgname}"
+  python2 tools/convert.py deepin build
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:17:33
  Author: felixonmars
Revision: 186658

upgpkg: deepin-icon-theme 15.12.29-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 16:14:47 UTC (rev 186657)
+++ PKGBUILD2016-08-12 16:17:33 UTC (rev 186658)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-icon-theme
-pkgver=15.12.28
+pkgver=15.12.29
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:14:47
  Author: felixonmars
Revision: 186657

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

Added:
  deepin-dock/repos/community-testing-i686/
  deepin-dock/repos/community-testing-i686/PKGBUILD
(from rev 186656, deepin-dock/trunk/PKGBUILD)
  deepin-dock/repos/community-testing-i686/gio-unix.patch
(from rev 186656, deepin-dock/trunk/gio-unix.patch)
  deepin-dock/repos/community-testing-x86_64/
  deepin-dock/repos/community-testing-x86_64/PKGBUILD
(from rev 186656, deepin-dock/trunk/PKGBUILD)
  deepin-dock/repos/community-testing-x86_64/gio-unix.patch
(from rev 186656, deepin-dock/trunk/gio-unix.patch)

-+
 community-testing-i686/PKGBUILD |   37 ++
 community-testing-i686/gio-unix.patch   |   13 ++
 community-testing-x86_64/PKGBUILD   |   37 ++
 community-testing-x86_64/gio-unix.patch |   13 ++
 4 files changed, 100 insertions(+)

Copied: deepin-dock/repos/community-testing-i686/PKGBUILD (from rev 186656, 
deepin-dock/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-12 16:14:47 UTC (rev 186657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=3.0.12
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 
'deepin-file-manager-backend' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;
+gio-unix.patch)
+sha256sums=('SKIP'
+'4d8db51be40a19a9d2abc16466342ea5593b57cb8cd6135b4e054ff4e6b0e29c')
+
+prepare() {
+  cd dde-dock
+  patch -p1 -i ../gio-unix.patch
+}
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-dock/repos/community-testing-i686/gio-unix.patch (from rev 
186656, deepin-dock/trunk/gio-unix.patch)
===
--- community-testing-i686/gio-unix.patch   (rev 0)
+++ community-testing-i686/gio-unix.patch   2016-08-12 16:14:47 UTC (rev 
186657)
@@ -0,0 +1,13 @@
+diff --git a/frame/frame.pro b/frame/frame.pro
+index bdc5f2d..953bea1 100644
+--- a/frame/frame.pro
 b/frame/frame.pro
+@@ -8,7 +8,7 @@ DESTDIR = $$_PRO_FILE_PWD_/../
+ TEMPLATE= app
+ CONFIG += c++11 link_pkgconfig
+ 
+-PKGCONFIG += xcb-ewmh gtk+-2.0 dtkwidget dtkbase dtkutil
++PKGCONFIG += xcb-ewmh gtk+-2.0 dtkwidget dtkbase dtkutil gio-unix-2.0
+ 
+ SOURCES += main.cpp \
+ window/mainwindow.cpp \

Copied: deepin-dock/repos/community-testing-x86_64/PKGBUILD (from rev 186656, 
deepin-dock/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-12 16:14:47 UTC (rev 186657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=3.0.12
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 
'deepin-file-manager-backend' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;
+gio-unix.patch)
+sha256sums=('SKIP'
+'4d8db51be40a19a9d2abc16466342ea5593b57cb8cd6135b4e054ff4e6b0e29c')
+
+prepare() {
+  cd dde-dock
+  patch -p1 -i ../gio-unix.patch
+}
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-dock/repos/community-testing-x86_64/gio-unix.patch (from rev 
186656, deepin-dock/trunk/gio-unix.patch)
===
--- community-testing-x86_64/gio-unix.patch (rev 0)
+++ community-testing-x86_64/gio-unix.patch 2016-08-12 16:14:47 UTC (rev 
186657)
@@ -0,0 +1,13 @@
+diff --git a/frame/frame.pro b/frame/frame.pro
+index bdc5f2d..953bea1 100644
+--- a/frame/frame.pro
 b/frame/frame.pro
+@@ -8,7 +8,7 @@ DESTDIR = $$_PRO_FILE_PWD_/../
+ TEMPLATE= app
+ CONFIG  

[arch-commits] Commit in deepin-dock/trunk (PKGBUILD gio-unix.patch)

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:14:27
  Author: felixonmars
Revision: 186656

upgpkg: deepin-dock 3.0.12-1

Added:
  deepin-dock/trunk/gio-unix.patch
Modified:
  deepin-dock/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 gio-unix.patch |   13 +
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 16:13:39 UTC (rev 186655)
+++ PKGBUILD2016-08-12 16:14:27 UTC (rev 186656)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=3.0.11
+pkgver=3.0.12
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('i686' 'x86_64')
@@ -15,9 +15,16 @@
 conflicts=('dde-dock')
 replaces=('dde-dock')
 groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;)
-sha256sums=('SKIP')
+source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;
+gio-unix.patch)
+sha256sums=('SKIP'
+'4d8db51be40a19a9d2abc16466342ea5593b57cb8cd6135b4e054ff4e6b0e29c')
 
+prepare() {
+  cd dde-dock
+  patch -p1 -i ../gio-unix.patch
+}
+
 build() {
   cd dde-dock
   qmake-qt5 PREFIX=/usr

Added: gio-unix.patch
===
--- gio-unix.patch  (rev 0)
+++ gio-unix.patch  2016-08-12 16:14:27 UTC (rev 186656)
@@ -0,0 +1,13 @@
+diff --git a/frame/frame.pro b/frame/frame.pro
+index bdc5f2d..953bea1 100644
+--- a/frame/frame.pro
 b/frame/frame.pro
+@@ -8,7 +8,7 @@ DESTDIR = $$_PRO_FILE_PWD_/../
+ TEMPLATE= app
+ CONFIG += c++11 link_pkgconfig
+ 
+-PKGCONFIG += xcb-ewmh gtk+-2.0 dtkwidget dtkbase dtkutil
++PKGCONFIG += xcb-ewmh gtk+-2.0 dtkwidget dtkbase dtkutil gio-unix-2.0
+ 
+ SOURCES += main.cpp \
+ window/mainwindow.cpp \


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:13:39
  Author: felixonmars
Revision: 186655

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

Added:
  deepin-file-manager-backend/repos/community-testing-i686/
  deepin-file-manager-backend/repos/community-testing-i686/PKGBUILD
(from rev 186654, deepin-file-manager-backend/trunk/PKGBUILD)
  deepin-file-manager-backend/repos/community-testing-x86_64/
  deepin-file-manager-backend/repos/community-testing-x86_64/PKGBUILD
(from rev 186654, deepin-file-manager-backend/trunk/PKGBUILD)

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

Copied: deepin-file-manager-backend/repos/community-testing-i686/PKGBUILD (from 
rev 186654, deepin-file-manager-backend/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-12 16:13:39 UTC (rev 186655)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager-backend
+pkgver=0.1.15
+_golibver=0.4.11
+_deepinapiver=3.0.10
+_dbusfactoryver=3.0.5
+_girgeneratorver=0.9.5
+pkgrel=1
+pkgdesc='deepin file manager backend'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-file-manager-backend;
+license=('GPL3')
+depends=('deepin-metacity' 'libcanberra' 'poppler-glib') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'go') # 
'gcc-go')
+source=("git+https://cr.deepin.io/deepin-file-manager-backend.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
deepin-file-manager-backend/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/howeyc/fsnotify github.com/mattn/go-sqlite3 
gopkg.in/alecthomas/kingpin.v2
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/$pkgname"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" do-install
+}

Copied: deepin-file-manager-backend/repos/community-testing-x86_64/PKGBUILD 
(from rev 186654, deepin-file-manager-backend/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-12 16:13:39 UTC (rev 186655)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager-backend
+pkgver=0.1.15
+_golibver=0.4.11
+_deepinapiver=3.0.10
+_dbusfactoryver=3.0.5
+_girgeneratorver=0.9.5
+pkgrel=1
+pkgdesc='deepin file manager backend'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-file-manager-backend;
+license=('GPL3')
+depends=('deepin-metacity' 'libcanberra' 'poppler-glib') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'go') # 
'gcc-go')
+source=("git+https://cr.deepin.io/deepin-file-manager-backend.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
deepin-file-manager-backend/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/howeyc/fsnotify github.com/mattn/go-sqlite3 
gopkg.in/alecthomas/kingpin.v2
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make 

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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:13:17
  Author: felixonmars
Revision: 186654

upgpkg: deepin-file-manager-backend 0.1.15-1

Modified:
  deepin-file-manager-backend/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 16:01:52 UTC (rev 186653)
+++ PKGBUILD2016-08-12 16:13:17 UTC (rev 186654)
@@ -4,12 +4,12 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager-backend
-pkgver=0.1.14
+pkgver=0.1.15
 _golibver=0.4.11
-_deepinapiver=3.0.9
-_dbusfactoryver=3.0.4
+_deepinapiver=3.0.10
+_dbusfactoryver=3.0.5
 _girgeneratorver=0.9.5
-pkgrel=6
+pkgrel=1
 pkgdesc='deepin file manager backend'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-file-manager-backend;


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:01:52
  Author: felixonmars
Revision: 186653

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

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

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

Copied: deepin-control-center/repos/community-testing-i686/PKGBUILD (from rev 
186652, deepin-control-center/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-12 16:01:52 UTC (rev 186653)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=3.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' 'gtk2' 'deepin-account-faces' 
'deepin-api'
+ 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
+makedepends=('deepin-dock' 'qt5-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-control-center/repos/community-testing-x86_64/PKGBUILD (from rev 
186652, deepin-control-center/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-12 16:01:52 UTC (rev 186653)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=3.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' 'gtk2' 'deepin-account-faces' 
'deepin-api'
+ 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
+makedepends=('deepin-dock' 'qt5-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:01:25
  Author: felixonmars
Revision: 186652

upgpkg: deepin-control-center 3.0.14-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 15:37:43 UTC (rev 186651)
+++ PKGBUILD2016-08-12 16:01:25 UTC (rev 186652)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=3.0.13
-pkgrel=2
+pkgver=3.0.14
+pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')
 url="http://github.com/linuxdeepin/dde-control-center;


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 15:37:43
  Author: felixonmars
Revision: 186651

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

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

-+
 community-testing-i686/PKGBUILD |  
 77 
 community-testing-i686/deepin-daemon.install|  
 11 
 community-testing-i686/deepin-daemon.sysusers   |  
  2 
 community-testing-i686/launcher.patch   | 
5676 ++
 community-testing-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |  
 87 
 community-testing-x86_64/PKGBUILD   |  
 77 
 community-testing-x86_64/deepin-daemon.install  |  
 11 
 community-testing-x86_64/deepin-daemon.sysusers |  
  2 
 community-testing-x86_64/launcher.patch | 
5676 ++
 community-testing-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |  
 87 
 10 files changed, 11706 insertions(+)

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


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 15:36:44
  Author: felixonmars
Revision: 186650

upgpkg: deepin-daemon 3.0.17-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:52:00 UTC (rev 186649)
+++ PKGBUILD2016-08-12 15:36:44 UTC (rev 186650)
@@ -6,10 +6,10 @@
 pkgname=deepin-daemon
 pkgver=3.0.17
 _golibver=0.4.11
-_deepinapiver=3.0.9
-_dbusfactoryver=3.0.4
+_deepinapiver=3.0.10
+_dbusfactoryver=3.0.5
 _girgeneratorver=0.9.5
-pkgrel=3
+pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;


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

2016-08-12 Thread Jan Steffens
Date: Friday, August 12, 2016 @ 15:08:10
  Author: heftig
Revision: 273635

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

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

--+
 testing-i686/PKGBUILD|  308 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8213 +
 testing-i686/config.x86_64   | 7970 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  308 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8213 +
 testing-x86_64/config.x86_64 | 7970 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33106 insertions(+)

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


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

2016-08-12 Thread Jan Steffens
Date: Friday, August 12, 2016 @ 15:05:47
  Author: heftig
Revision: 273634

4.7-1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config
  linux-zen/trunk/config.x86_64
  linux-zen/trunk/linux.install

---+
 PKGBUILD  |   22 +++
 config|  159 +++--
 config.x86_64 |  166 
 linux.install |4 -
 4 files changed, 249 insertions(+), 102 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:50:02 UTC (rev 273633)
+++ PKGBUILD2016-08-12 15:05:47 UTC (rev 273634)
@@ -5,9 +5,9 @@
 
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcname=linux-4.6
-_zenpatch=zen-4.6.5-67fab60d3c994def0f3a75d73a5ad938695b9d75.diff
-pkgver=4.6.5
+_srcname=linux-4.7
+_zenpatch=zen-4.7-1de7f25442c9b1b0faa2280de165f6a625b97456.diff
+pkgver=4.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -16,8 +16,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
-"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
-"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
+#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
+#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
 "http://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.xz;
 "http://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.sign;
 # the main kernel config files
@@ -25,14 +25,12 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch')
-sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866'
+sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10'
 'SKIP'
-'857df33f085a0116b9d2322ffe3b23d5b7d8c4898427d79f68108a653e84910c'
+'c26120d09f6822822971998e6c92b138ba1d835d6f9b8ee60f5265c313ebb045'
 'SKIP'
-'eece6f5aed091972be5e33a4bc9ab1f0f7d345b0ee18cba11fdbb14c1b915d48'
-'SKIP'
-'1cced95778d343cc630debf307ae2939bc6d8b57b57f50cc5e691957dfca251b'
-'e4a34885e046ae6b786296dad560757a41ffeca67832b2d16768a99a0136d685'
+'d5c614e6dabb7d81ffdfb81ed9a21abb2863252ed5bd6dec50d5a3d1084e3268'
+'ecc46479458bfae10382c64881f29f9493b3ec1148be8aa8e35defc29e4b13ba'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
@@ -47,7 +45,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  patch -p1 -i "${srcdir}/patch-${pkgver}"
+  #patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git

Modified: config
===
--- config  2016-08-12 14:50:02 UTC (rev 273633)
+++ config  2016-08-12 15:05:47 UTC (rev 273634)
@@ -1,12 +1,11 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.6.0 Kernel Configuration
+# Linux/x86 4.7.0 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
 CONFIG_X86=y
 CONFIG_INSTRUCTION_DECODER=y
-CONFIG_PERF_EVENTS_INTEL_UNCORE=y
 CONFIG_OUTPUT_FORMAT="elf32-i386"
 CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
 CONFIG_LOCKDEP_SUPPORT=y
@@ -139,6 +138,7 @@
 CONFIG_IKCONFIG_PROC=y
 CONFIG_LOG_BUF_SHIFT=19
 CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
+CONFIG_NMI_LOG_BUF_SHIFT=13
 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
 CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
 CONFIG_CGROUPS=y
@@ -166,7 +166,7 @@
 CONFIG_NAMESPACES=y
 CONFIG_UTS_NS=y
 CONFIG_IPC_NS=y
-# CONFIG_USER_NS is not set
+CONFIG_USER_NS=y
 CONFIG_PID_NS=y
 CONFIG_NET_NS=y
 CONFIG_SCHED_AUTOGROUP=y
@@ -180,7 +180,7 @@
 CONFIG_RD_XZ=y
 CONFIG_RD_LZO=y
 CONFIG_RD_LZ4=y
-CONFIG_CC_OPTIMIZE_DEFAULT=y
+CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
 # CONFIG_CC_OPTIMIZE_HARDER is not set
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
@@ -200,6 +200,7 @@
 # CONFIG_KALLSYMS_ABSOLUTE_PERCPU is not set
 CONFIG_KALLSYMS_BASE_RELATIVE=y
 CONFIG_PRINTK=y
+CONFIG_PRINTK_NMI=y
 CONFIG_BUG=y
 CONFIG_ELF_CORE=y
 CONFIG_PCSPKR_PLATFORM=y
@@ -253,6 +254,7 @@
 CONFIG_HAVE_KRETPROBES=y
 CONFIG_HAVE_OPTPROBES=y
 CONFIG_HAVE_KPROBES_ON_FTRACE=y
+CONFIG_HAVE_NMI=y
 CONFIG_HAVE_ARCH_TRACEHOOK=y
 CONFIG_HAVE_DMA_CONTIGUOUS=y
 CONFIG_GENERIC_SMP_IDLE_THREAD=y
@@ -284,11 +286,15 @@
 CONFIG_MODULES_USE_ELF_REL=y
 CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
 CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
+CONFIG_HAVE_EXIT_THREAD=y
 CONFIG_ARCH_MMAP_RND_BITS=8
 

[arch-commits] Commit in atom/repos (46 files)

2016-08-12 Thread Nicola Squartini
Date: Friday, August 12, 2016 @ 14:51:59
  Author: tensor5
Revision: 186648

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

Added:
  atom/repos/community-i686/PKGBUILD
(from rev 186644, atom/trunk/PKGBUILD)
  atom/repos/community-i686/autocomplete-plus.patch
(from rev 186644, atom/trunk/autocomplete-plus.patch)
  atom/repos/community-i686/beforeunload.patch
(from rev 186644, atom/trunk/beforeunload.patch)
  atom/repos/community-i686/deprecated-api.patch
(from rev 186644, atom/trunk/deprecated-api.patch)
  atom/repos/community-i686/fix-atom-sh.patch
(from rev 186644, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-i686/fix-license-path.patch
(from rev 186644, atom/trunk/fix-license-path.patch)
  atom/repos/community-i686/fix-marker-index.patch
(from rev 186644, atom/trunk/fix-marker-index.patch)
  atom/repos/community-i686/fix-oniguruma.patch
(from rev 186644, atom/trunk/fix-oniguruma.patch)
  atom/repos/community-i686/run-as-node.patch
(from rev 186644, atom/trunk/run-as-node.patch)
  atom/repos/community-i686/tree-view.patch
(from rev 186644, atom/trunk/tree-view.patch)
  atom/repos/community-i686/use-system-apm.patch
(from rev 186644, atom/trunk/use-system-apm.patch)
  atom/repos/community-i686/use-system-electron.patch
(from rev 186644, atom/trunk/use-system-electron.patch)
  atom/repos/community-x86_64/PKGBUILD
(from rev 186646, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/autocomplete-plus.patch
(from rev 186646, atom/trunk/autocomplete-plus.patch)
  atom/repos/community-x86_64/beforeunload.patch
(from rev 186646, atom/trunk/beforeunload.patch)
  atom/repos/community-x86_64/deprecated-api.patch
(from rev 186646, atom/trunk/deprecated-api.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 186646, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 186646, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-marker-index.patch
(from rev 186646, atom/trunk/fix-marker-index.patch)
  atom/repos/community-x86_64/fix-oniguruma.patch
(from rev 186646, atom/trunk/fix-oniguruma.patch)
  atom/repos/community-x86_64/run-as-node.patch
(from rev 186646, atom/trunk/run-as-node.patch)
  atom/repos/community-x86_64/tree-view.patch
(from rev 186646, atom/trunk/tree-view.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 186646, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 186646, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-i686/PKGBUILD
  atom/repos/community-i686/beforeunload.patch
  atom/repos/community-i686/deprecated-api.patch
  atom/repos/community-i686/fix-atom-sh.patch
  atom/repos/community-i686/fix-license-path.patch
  atom/repos/community-i686/fix-marker-index.patch
  atom/repos/community-i686/fix-oniguruma.patch
  atom/repos/community-i686/run-as-node.patch
  atom/repos/community-i686/tree-view.patch
  atom/repos/community-i686/use-system-apm.patch
  atom/repos/community-i686/use-system-electron.patch
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/beforeunload.patch
  atom/repos/community-x86_64/deprecated-api.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-marker-index.patch
  atom/repos/community-x86_64/fix-oniguruma.patch
  atom/repos/community-x86_64/run-as-node.patch
  atom/repos/community-x86_64/tree-view.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

+
 /PKGBUILD  |  280 +++
 /beforeunload.patch|   28 ++
 /deprecated-api.patch  |   34 +++
 /fix-atom-sh.patch |  204 +++
 /fix-license-path.patch|   44 
 /fix-marker-index.patch|   74 +++
 /fix-oniguruma.patch   |   26 ++
 /run-as-node.patch |   22 ++
 /tree-view.patch   |   22 ++
 /use-system-apm.patch  |   58 +
 /use-system-electron.patch |  152 ++
 community-i686/PKGBUILD|  135 -
 community-i686/autocomplete-plus.patch |   11 +
 community-i686/beforeunload.patch  |   14 -
 community-i686/deprecated-api.patch|   17 -
 community-i686/fix-atom-sh.patch   |  102 -
 community-i686/fix-license-path.patch  |   22 --
 community-i686/fix-marker-index.patch  |   37 ---
 community-i686/fix-oniguruma.patch |   13 -
 community-i686/run-as-node.patch   |   11 -
 community-i686/tree-view.patch |   11 -
 community-i686/use-system-apm.patch|   29 

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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:52:00
  Author: felixonmars
Revision: 186649

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

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

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

Copied: deepin-api/repos/community-testing-i686/PKGBUILD (from rev 186647, 
deepin-api/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-12 14:52:00 UTC (rev 186649)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.0.10
+_golibver=0.4.11
+_dbusfactoryver=3.0.5
+_girgeneratorver=0.9.5
+pkgrel=1
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/dde-api"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
+}

Copied: deepin-api/repos/community-testing-x86_64/PKGBUILD (from rev 186647, 
deepin-api/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-12 14:52:00 UTC (rev 186649)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.0.10
+_golibver=0.4.11
+_dbusfactoryver=3.0.5
+_girgeneratorver=0.9.5
+pkgrel=1
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/dde-api"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib 

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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:51:36
  Author: felixonmars
Revision: 186647

upgpkg: deepin-api 3.0.10-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:50:21 UTC (rev 186646)
+++ PKGBUILD2016-08-12 14:51:36 UTC (rev 186647)
@@ -4,11 +4,11 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.0.9
+pkgver=3.0.10
 _golibver=0.4.11
-_dbusfactoryver=3.0.4
+_dbusfactoryver=3.0.5
 _girgeneratorver=0.9.5
-pkgrel=2
+pkgrel=1
 pkgdesc='Go-lang bingdings for dde-daemon'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dde-api;


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:50:21
  Author: felixonmars
Revision: 186646

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 14:50:02 UTC (rev 186645)
+++ PKGBUILD2016-08-12 14:50:21 UTC (rev 186646)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Maintainer: Felix Yan 
-# Contributor: josephgbr 
-
-_pkgbasename=gmp
-pkgname=lib32-$_pkgbasename
-pkgver=6.1.0
-pkgrel=2
-pkgdesc="A free library for arbitrary precision arithmetic (32-bit)"
-arch=('x86_64')
-url="http://gmplib.org/;
-depends=('lib32-gcc-libs' $_pkgbasename)
-makedepends=(gcc-multilib)
-license=('LGPL3' 'GPL')
-options=('!libtool')
-source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('a9868ef2556ad6a2909babcd1428f3c7'
- 'SKIP')
-validpgpkeys=('5972C48224C1E7E62AA0275D1150EE33C1A000B0') # Marco Bodrato
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  export ABI=32
-  ./configure \
---prefix=/usr --infodir=/usr/share/info \
---enable-fat --enable-cxx --libdir=/usr/lib32 \
---includedir=/usr/lib32/gmp
-
-  #Put gmp.h in the same folder as gmpxx.h
-  sed -i 's/$(exec_prefix)\/include/$\(includedir\)/' Makefile
-
-  make
-}
-
-check() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-gmp/repos/multilib-x86_64/PKGBUILD (from rev 186645, 
lib32-gmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 14:50:21 UTC (rev 186646)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Maintainer: Felix Yan 
+# Contributor: josephgbr 
+
+_pkgbasename=gmp
+pkgname=lib32-$_pkgbasename
+pkgver=6.1.1
+pkgrel=1
+pkgdesc="A free library for arbitrary precision arithmetic (32-bit)"
+arch=('x86_64')
+url="http://gmplib.org/;
+depends=('lib32-gcc-libs' $_pkgbasename)
+makedepends=(gcc-multilib)
+license=('LGPL3' 'GPL')
+options=('!libtool')
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('e70e183609244a332d80529e7e155a35'
+ 'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${_pkgbasename}-${pkgver}"
+
+  export ABI=32
+  ./configure \
+--prefix=/usr --infodir=/usr/share/info \
+--enable-fat --enable-cxx --libdir=/usr/lib32 \
+--includedir=/usr/lib32/gmp
+
+  #Put gmp.h in the same folder as gmpxx.h
+  sed -i 's/$(exec_prefix)\/include/$\(includedir\)/' Makefile
+
+  make
+}
+
+check() {
+  cd "${_pkgbasename}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:50:02
  Author: felixonmars
Revision: 186645

upgpkg: lib32-gmp 6.1.1-1

Modified:
  lib32-gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:48:24 UTC (rev 186644)
+++ PKGBUILD2016-08-12 14:50:02 UTC (rev 186645)
@@ -5,8 +5,8 @@
 
 _pkgbasename=gmp
 pkgname=lib32-$_pkgbasename
-pkgver=6.1.0
-pkgrel=2
+pkgver=6.1.1
+pkgrel=1
 pkgdesc="A free library for arbitrary precision arithmetic (32-bit)"
 arch=('x86_64')
 url="http://gmplib.org/;
@@ -15,9 +15,9 @@
 license=('LGPL3' 'GPL')
 options=('!libtool')
 source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('a9868ef2556ad6a2909babcd1428f3c7'
+md5sums=('e70e183609244a332d80529e7e155a35'
  'SKIP')
-validpgpkeys=('5972C48224C1E7E62AA0275D1150EE33C1A000B0') # Marco Bodrato
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller
 
 build() {
   export CC="gcc -m32"
@@ -24,7 +24,7 @@
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  cd "${_pkgbasename}-${pkgver}"
 
   export ABI=32
   ./configure \
@@ -39,12 +39,12 @@
 }
 
 check() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  cd "${_pkgbasename}-${pkgver}"
   make check
 }
 
 package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  cd "${_pkgbasename}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   rm -rf "${pkgdir}"/usr/{include,share,bin}


[arch-commits] Commit in atom/trunk (PKGBUILD autocomplete-plus.patch)

2016-08-12 Thread Nicola Squartini
Date: Friday, August 12, 2016 @ 14:48:24
  Author: tensor5
Revision: 186644

upgpkg: atom 1.9.8-2

Fix autocomplete-plus TypeError

Added:
  atom/trunk/autocomplete-plus.patch
Modified:
  atom/trunk/PKGBUILD

-+
 PKGBUILD|7 ++-
 autocomplete-plus.patch |   11 +++
 2 files changed, 17 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:46:56 UTC (rev 186643)
+++ PKGBUILD2016-08-12 14:48:24 UTC (rev 186644)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.9.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -12,6 +12,7 @@
  'electron')
 makedepends=('git' 'npm')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
+'autocomplete-plus.patch'
 'beforeunload.patch'
 'deprecated-api.patch'
 'fix-atom-sh.patch'
@@ -23,6 +24,7 @@
 'use-system-apm.patch'
 'use-system-electron.patch')
 sha256sums=('148c6dc162f51f438fc8385f0b6b6b4f19dc554c13a8edf2ec3826b5c164b466'
+'58198d214edc434580c5764f749e26fb686d77c3c983d01f247f48aec84eb1a4'
 'e92e23bbf839bec6611b2ac76c1f5bba35b476983b0faa9b310288e2956247a2'
 '6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'
 'd3eb239f53feb3181fb4d57d2db391d7b31ce2188c5bd5b79d9ed3133351cd90'
@@ -60,6 +62,9 @@
   apm install
 
   # Fix for Node 6
+  cd node_modules/autocomplete-plus
+  patch -Np1 -i "${srcdir}"/autocomplete-plus.patch
+  cd ../..
   cd node_modules/tree-view
   patch -Np1 -i "${srcdir}"/tree-view.patch
   cd ../..

Added: autocomplete-plus.patch
===
--- autocomplete-plus.patch (rev 0)
+++ autocomplete-plus.patch 2016-08-12 14:48:24 UTC (rev 186644)
@@ -0,0 +1,11 @@
+--- a/lib/autocomplete-manager.coffee
 b/lib/autocomplete-manager.coffee
+@@ -441,7 +441,7 @@ class AutocompleteManager
+   return @isCurrentFileBlackListedCache
+ 
+ minimatch ?= require('minimatch')
+-fileName = path.basename(@buffer.getPath())
++fileName = path.basename(@buffer.getPath() or '')
+ for blacklistGlob in @fileBlacklist
+   if minimatch(fileName, blacklistGlob)
+ @isCurrentFileBlackListedCache = true


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:46:56
  Author: felixonmars
Revision: 186643

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 14:46:38 UTC (rev 186642)
+++ PKGBUILD2016-08-12 14:46:56 UTC (rev 186643)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Maintainer: Felix Yan 
-# Contributor: Christoph Vigano 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.4.13
-pkgrel=1
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url="http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('bdaccae1942c643fe907090438ec942a'
- 'SKIP')
-validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # disable libidn for security reasons:
-  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  find $pkgdir
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 186642, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 14:46:56 UTC (rev 186643)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Maintainer: Felix Yan 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.4.14
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('ad3e269a6793424d5d21c9626e1c9ef1'
+ 'SKIP')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  find $pkgdir
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:46:38
  Author: felixonmars
Revision: 186642

upgpkg: lib32-gnutls 3.4.14-1

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:44:29 UTC (rev 186641)
+++ PKGBUILD2016-08-12 14:46:38 UTC (rev 186642)
@@ -8,7 +8,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.4.13
+pkgver=3.4.14
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('bdaccae1942c643fe907090438ec942a'
+md5sums=('ad3e269a6793424d5d21c9626e1c9ef1'
  'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:44:29
  Author: felixonmars
Revision: 186641

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

Added:
  deepin-dbus-factory/repos/community-testing-i686/
  deepin-dbus-factory/repos/community-testing-i686/PKGBUILD
(from rev 186640, deepin-dbus-factory/trunk/PKGBUILD)
  deepin-dbus-factory/repos/community-testing-i686/fix-arch.patch
(from rev 186640, deepin-dbus-factory/trunk/fix-arch.patch)
  deepin-dbus-factory/repos/community-testing-x86_64/
  deepin-dbus-factory/repos/community-testing-x86_64/PKGBUILD
(from rev 186640, deepin-dbus-factory/trunk/PKGBUILD)
  deepin-dbus-factory/repos/community-testing-x86_64/fix-arch.patch
(from rev 186640, deepin-dbus-factory/trunk/fix-arch.patch)

-+
 community-testing-i686/PKGBUILD |   33 ++
 community-testing-i686/fix-arch.patch   |   13 +++
 community-testing-x86_64/PKGBUILD   |   33 ++
 community-testing-x86_64/fix-arch.patch |   13 +++
 4 files changed, 92 insertions(+)

Copied: deepin-dbus-factory/repos/community-testing-i686/PKGBUILD (from rev 
186640, deepin-dbus-factory/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-12 14:44:29 UTC (rev 186641)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-factory
+pkgver=3.0.5
+pkgrel=1
+pkgdesc='QML DBus factory for DDE'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dbus-factory;
+license=('GPL3')
+depends=('qt5-declarative')
+makedepends=('git' 'deepin-dbus-generator')
+source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver;
+fix-arch.patch)
+sha256sums=('SKIP'
+'0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
+
+prepare() {
+  cd dbus-factory
+  patch -p1 -i ../fix-arch.patch
+}
+
+build(){
+  cd dbus-factory
+  make build-qml
+}
+
+package() {
+  cd dbus-factory
+  make DESTDIR="${pkgdir}" install-qml
+}

Copied: deepin-dbus-factory/repos/community-testing-i686/fix-arch.patch (from 
rev 186640, deepin-dbus-factory/trunk/fix-arch.patch)
===
--- community-testing-i686/fix-arch.patch   (rev 0)
+++ community-testing-i686/fix-arch.patch   2016-08-12 14:44:29 UTC (rev 
186641)
@@ -0,0 +1,13 @@
+diff -ruN a/in.json/Makefile b/in.json/Makefile
+--- a/in.json/Makefile  2014-12-30 20:01:39.978997830 +0100
 b/in.json/Makefile  2014-12-30 20:08:45.569012561 +0100
+@@ -1,7 +1,7 @@
+ PREFIX  = /usr
+ 
+-GOPATH := $(shell go env GOPATH)
+-QT5_LIBDIR ?= $(PREFIX)/lib/qt5
++GOPATH := $(PREFIX)/lib/go
++QT5_LIBDIR ?= $(PREFIX)/lib/qt
+ QMLDIR ?= $(QT5_LIBDIR)/qml
+ 
+ JSONS  := $(wildcard *.in.json)

Copied: deepin-dbus-factory/repos/community-testing-x86_64/PKGBUILD (from rev 
186640, deepin-dbus-factory/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-12 14:44:29 UTC (rev 186641)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-factory
+pkgver=3.0.5
+pkgrel=1
+pkgdesc='QML DBus factory for DDE'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dbus-factory;
+license=('GPL3')
+depends=('qt5-declarative')
+makedepends=('git' 'deepin-dbus-generator')
+source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver;
+fix-arch.patch)
+sha256sums=('SKIP'
+'0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
+
+prepare() {
+  cd dbus-factory
+  patch -p1 -i ../fix-arch.patch
+}
+
+build(){
+  cd dbus-factory
+  make build-qml
+}
+
+package() {
+  cd dbus-factory
+  make DESTDIR="${pkgdir}" install-qml
+}

Copied: deepin-dbus-factory/repos/community-testing-x86_64/fix-arch.patch (from 
rev 186640, deepin-dbus-factory/trunk/fix-arch.patch)
===
--- community-testing-x86_64/fix-arch.patch (rev 0)
+++ community-testing-x86_64/fix-arch.patch 2016-08-12 14:44:29 UTC (rev 
186641)
@@ -0,0 +1,13 @@
+diff -ruN a/in.json/Makefile b/in.json/Makefile
+--- a/in.json/Makefile  2014-12-30 20:01:39.978997830 +0100
 b/in.json/Makefile  2014-12-30 20:08:45.569012561 +0100
+@@ -1,7 +1,7 @@
+ PREFIX  = /usr
+ 
+-GOPATH := $(shell go env GOPATH)
+-QT5_LIBDIR ?= $(PREFIX)/lib/qt5
++GOPATH := $(PREFIX)/lib/go
++QT5_LIBDIR ?= $(PREFIX)/lib/qt
+ QMLDIR ?= $(QT5_LIBDIR)/qml

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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:44:04
  Author: felixonmars
Revision: 186640

upgpkg: deepin-dbus-factory 3.0.5-1

Modified:
  deepin-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:36:08 UTC (rev 186639)
+++ PKGBUILD2016-08-12 14:44:04 UTC (rev 186640)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dbus-factory
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc='QML DBus factory for DDE'
 arch=('i686' 'x86_64')


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:36:08
  Author: felixonmars
Revision: 186639

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 14:35:49 UTC (rev 186638)
+++ PKGBUILD2016-08-12 14:36:08 UTC (rev 186639)
@@ -1,42 +0,0 @@
-# Maintainer: Florian Pritz 
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=1.2.7
-pkgrel=1
-pkgdesc="OpenType text shaping engine. (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib' 'ragel')
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026')
-
-prepare() {
-  cd ${_pkgbasename}-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
- 
-  CFLAGS+=' -DNDEBUG'
-  CXXFLAGS+=' -DNDEBUG'
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  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"
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 186638, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 14:36:08 UTC (rev 186639)
@@ -0,0 +1,42 @@
+# Maintainer: Florian Pritz 
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="OpenType text shaping engine. (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib' 'ragel')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('b04be31633efee2cae1d62d46434587302554fa837224845a62565ec68a0334d')
+
+prepare() {
+  cd ${_pkgbasename}-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+ 
+  CFLAGS+=' -DNDEBUG'
+  CXXFLAGS+=' -DNDEBUG'
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  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 deepin-desktop-schemas/repos (2 files)

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:35:42
  Author: felixonmars
Revision: 186637

archrelease: copy trunk to community-testing-any

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

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

Copied: deepin-desktop-schemas/repos/community-testing-any/PKGBUILD (from rev 
186636, deepin-desktop-schemas/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-08-12 14:35:42 UTC (rev 186637)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.0.7
+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')
+conflicts=('dde-daemon<=2.92.1')
+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
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:35:49
  Author: felixonmars
Revision: 186638

upgpkg: lib32-harfbuzz 1.3.0-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:35:42 UTC (rev 186637)
+++ PKGBUILD2016-08-12 14:35:49 UTC (rev 186638)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=1.2.7
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine. (32-bit)"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
 makedepends=('gcc-multilib' 'ragel')
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026')
+sha256sums=('b04be31633efee2cae1d62d46434587302554fa837224845a62565ec68a0334d')
 
 prepare() {
   cd ${_pkgbasename}-$pkgver


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:35:27
  Author: felixonmars
Revision: 186636

upgpkg: deepin-desktop-schemas 3.0.7-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:34:53 UTC (rev 186635)
+++ PKGBUILD2016-08-12 14:35:27 UTC (rev 186636)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.0.6
+pkgver=3.0.7
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:34:53
  Author: felixonmars
Revision: 186635

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 14:34:31 UTC (rev 186634)
+++ PKGBUILD2016-08-12 14:34:53 UTC (rev 186635)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-_pkgbasename=libcups
-pkgname=lib32-$_pkgbasename
-pkgver=2.1.3
-pkgrel=1
-pkgdesc="The CUPS Printing System - client libraries (32-bit)"
-arch=('x86_64')
-license=('GPL')
-url="http://www.cups.org/;
-depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(#ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
-http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig})
-md5sums=('62b8fafd590e75f72316915790b0850a'
- 'SKIP')
-validpgpkeys=(3737FD0D0E63B30172440D2DDBA3A7AB08D76223)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/cups-${pkgver}
-
-  aclocal -I config-scripts
-  autoconf -I config-scripts
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
- --enable-ssl=yes--enable-threads --enable-libusb=no \
---disable-avahi --disable-dnssd \
- --with-optim="$CFLAGS" --libdir=/usr/lib32
-  make libs
-}
-
-package() {
-  cd ${srcdir}/cups-${pkgver}
-  make BUILDROOT=${pkgdir} install-libs
-  rm -rf "$pkgdir/usr/lib"
-}
-

Copied: lib32-libcups/repos/multilib-x86_64/PKGBUILD (from rev 186634, 
lib32-libcups/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 14:34:53 UTC (rev 186635)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+_pkgbasename=libcups
+pkgname=lib32-$_pkgbasename
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="The CUPS Printing System - client libraries (32-bit)"
+arch=('x86_64')
+license=('GPL')
+url="http://www.cups.org/;
+depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
+source=(https://github.com/apple/cups/releases/download/release-${pkgver}/cups-${pkgver}-source.tar.gz)
+md5sums=('9f9bf6e3b9c20a3519b4dc409666d6e7')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/cups-${pkgver}
+
+  aclocal -I config-scripts
+  autoconf -I config-scripts
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
+ --enable-ssl=yes--enable-threads --enable-libusb=no \
+--disable-avahi --disable-dnssd \
+ --with-optim="$CFLAGS" --libdir=/usr/lib32
+  make libs
+}
+
+package() {
+  cd ${srcdir}/cups-${pkgver}
+  make BUILDROOT=${pkgdir} install-libs
+  rm -rf "$pkgdir/usr/lib"
+}
+


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:34:31
  Author: felixonmars
Revision: 186634

upgpkg: lib32-libcups 2.1.4-1

Modified:
  lib32-libcups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:29:51 UTC (rev 186633)
+++ PKGBUILD2016-08-12 14:34:31 UTC (rev 186634)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libcups
 pkgname=lib32-$_pkgbasename
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="The CUPS Printing System - client libraries (32-bit)"
 arch=('x86_64')
@@ -10,12 +10,8 @@
 license=('GPL')
 url="http://www.cups.org/;
 depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(#ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
-http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig})
-md5sums=('62b8fafd590e75f72316915790b0850a'
- 'SKIP')
-validpgpkeys=(3737FD0D0E63B30172440D2DDBA3A7AB08D76223)
+source=(https://github.com/apple/cups/releases/download/release-${pkgver}/cups-${pkgver}-source.tar.gz)
+md5sums=('9f9bf6e3b9c20a3519b4dc409666d6e7')
 
 build() {
   export CC="gcc -m32"


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

2016-08-12 Thread Antonio Rojas
Date: Friday, August 12, 2016 @ 14:31:10
  Author: arojas
Revision: 273632

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-12 14:30:34 UTC (rev 273631)
+++ extra-i686/PKGBUILD 2016-08-12 14:31:10 UTC (rev 273632)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: damir 
-# Contributor: Kevin Edmonds 
-
-pkgname=libmtp
-pkgver=1.1.11
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=("i686" "x86_64")
-url="http://libmtp.sourceforge.net;
-license=('LGPL')
-depends=('libusb')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('eea14dd30ddd08bbe39cfcb57564a4b8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # fix broken udev rule
-  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
-}

Copied: libmtp/repos/extra-i686/PKGBUILD (from rev 273631, 
libmtp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-12 14:31:10 UTC (rev 273632)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: damir 
+# Contributor: Kevin Edmonds 
+
+pkgname=libmtp
+pkgver=1.1.12
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=("i686" "x86_64")
+url="http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0c59559ea253d02170511ecf6b05d577')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # fix broken udev rule
+  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-12 14:30:34 UTC (rev 273631)
+++ extra-x86_64/PKGBUILD   2016-08-12 14:31:10 UTC (rev 273632)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: damir 
-# Contributor: Kevin Edmonds 
-
-pkgname=libmtp
-pkgver=1.1.11
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=("i686" "x86_64")
-url="http://libmtp.sourceforge.net;
-license=('LGPL')
-depends=('libusb')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('eea14dd30ddd08bbe39cfcb57564a4b8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # fix broken udev rule
-  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
-}

Copied: libmtp/repos/extra-x86_64/PKGBUILD (from rev 273631, 
libmtp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-12 14:31:10 UTC (rev 273632)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: damir 
+# Contributor: Kevin Edmonds 
+
+pkgname=libmtp
+pkgver=1.1.12
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=("i686" "x86_64")
+url="http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0c59559ea253d02170511ecf6b05d577')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # fix broken 

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

2016-08-12 Thread Antonio Rojas
Date: Friday, August 12, 2016 @ 14:30:34
  Author: arojas
Revision: 273631

Update to 1.1.12

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 13:39:40 UTC (rev 273630)
+++ PKGBUILD2016-08-12 14:30:34 UTC (rev 273631)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Edmonds 
 
 pkgname=libmtp
-pkgver=1.1.11
+pkgver=1.1.12
 pkgrel=1
 pkgdesc="Library implementation of the Media Transfer Protocol"
 arch=("i686" "x86_64")
@@ -12,7 +12,7 @@
 license=('LGPL')
 depends=('libusb')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('eea14dd30ddd08bbe39cfcb57564a4b8')
+md5sums=('0c59559ea253d02170511ecf6b05d577')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:29:31
  Author: felixonmars
Revision: 186632

upgpkg: lib32-libgcrypt 1.7.2-1

Modified:
  lib32-libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:27:15 UTC (rev 186631)
+++ PKGBUILD2016-08-12 14:29:31 UTC (rev 186632)
@@ -3,16 +3,16 @@
 
 _pkgbasename=libgcrypt
 pkgname=lib32-$_pkgbasename
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="General purpose cryptographic library based on the code from GnuPG 
(32-bit)"
 arch=(x86_64)
 url="http://www.gnupg.org;
 license=('LGPL')
-depends=('lib32-libgpg-error>=1.10-2' $_pkgbasename)
+depends=('lib32-libgpg-error' $_pkgbasename)
 makedepends=(gcc-multilib libtool-multilib)
 
source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b688add52b622bb96bbd823ba21aa05a116d442f'
+sha1sums=('85a6a936bcab4c3c05f5efbf6ce847f23d35c0c4'
   'SKIP')
 validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06'  # "NIIBE Yutaka 
(GnuPG Release Key) "
   'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:29:51
  Author: felixonmars
Revision: 186633

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 14:29:31 UTC (rev 186632)
+++ PKGBUILD2016-08-12 14:29:51 UTC (rev 186633)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-_pkgbasename=libgcrypt
-pkgname=lib32-$_pkgbasename
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="General purpose cryptographic library based on the code from GnuPG 
(32-bit)"
-arch=(x86_64)
-url="http://www.gnupg.org;
-license=('LGPL')
-depends=('lib32-libgpg-error>=1.10-2' $_pkgbasename)
-makedepends=(gcc-multilib libtool-multilib)
-source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b688add52b622bb96bbd823ba21aa05a116d442f'
-  'SKIP')
-validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06'  # "NIIBE Yutaka 
(GnuPG Release Key) "
-  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${_pkgbasename}-${pkgver}
-
-  # Use 32-bit assembler
-  sed 's:path="amd64":path="i586 i386":' -i mpi/config.links
-
-  ./configure --prefix=/usr --disable-static --disable-padlock-support \
-  --libdir=/usr/lib32 --enable-shared
-  make
-}
-
-package() {
-  cd ${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
-}

Copied: lib32-libgcrypt/repos/multilib-x86_64/PKGBUILD (from rev 186632, 
lib32-libgcrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 14:29:51 UTC (rev 186633)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+_pkgbasename=libgcrypt
+pkgname=lib32-$_pkgbasename
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="General purpose cryptographic library based on the code from GnuPG 
(32-bit)"
+arch=(x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('lib32-libgpg-error' $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib)
+source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('85a6a936bcab4c3c05f5efbf6ce847f23d35c0c4'
+  'SKIP')
+validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06'  # "NIIBE Yutaka 
(GnuPG Release Key) "
+  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgbasename}-${pkgver}
+
+  # Use 32-bit assembler
+  sed 's:path="amd64":path="i586 i386":' -i mpi/config.links
+
+  ./configure --prefix=/usr --disable-static --disable-padlock-support \
+  --libdir=/usr/lib32 --enable-shared
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:27:15
  Author: felixonmars
Revision: 186631

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 14:26:58 UTC (rev 186630)
+++ PKGBUILD2016-08-12 14:27:15 UTC (rev 186631)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-_pkgbasename=libidn
-pkgname=lib32-$_pkgbasename
-pkgver=1.32
-pkgrel=1
-pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications 
(32 bit)"
-url="http://www.gnu.org/software/libidn/;
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-libidn/repos/multilib-x86_64/PKGBUILD (from rev 186630, 
lib32-libidn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 14:27:15 UTC (rev 186631)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Florian Pritz 
+
+_pkgbasename=libidn
+pkgname=lib32-$_pkgbasename
+pkgver=1.33
+pkgrel=1
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications 
(32 bit)"
+url="http://www.gnu.org/software/libidn/;
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
+source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
+sha1sums=('57872fdc665dcc585e16f4ac0bb35374b1103f7e'
+  'SKIP')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # "Simon Josefsson 
"
+
+build() {
+  cd ${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:26:58
  Author: felixonmars
Revision: 186630

upgpkg: lib32-libidn 1.33-1

Modified:
  lib32-libidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:25:01 UTC (rev 186629)
+++ PKGBUILD2016-08-12 14:26:58 UTC (rev 186630)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Florian Pritz 
+
 _pkgbasename=libidn
 pkgname=lib32-$_pkgbasename
-pkgver=1.32
+pkgver=1.33
 pkgrel=1
 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications 
(32 bit)"
 url="http://www.gnu.org/software/libidn/;
@@ -9,19 +10,19 @@
 arch=('x86_64')
 license=('GPL3' 'LGPL')
 depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5')
+source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
+sha1sums=('57872fdc665dcc585e16f4ac0bb35374b1103f7e'
+  'SKIP')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # "Simon Josefsson 
"
 
 build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  cd ${_pkgbasename}-${pkgver}
   ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
   make
 }
 
 package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  cd ${_pkgbasename}-${pkgver}
   make DESTDIR=${pkgdir} install
   rm -rf ${pkgdir}/usr/{bin,include,share}
 }


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:25:01
  Author: felixonmars
Revision: 186629

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD
(from rev 186628, lib32-libgpg-error/trunk/PKGBUILD)
Deleted:
  lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 14:24:43 UTC (rev 186628)
+++ PKGBUILD2016-08-12 14:25:01 UTC (rev 186629)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: judd 
-
-_pkgbasename=libgpg-error
-pkgname=lib32-$_pkgbasename
-pkgver=1.22
-pkgrel=1
-pkgdesc="Support library for libgcrypt (32-bit)"
-arch=(x86_64)
-url="http://www.gnupg.org;
-license=('LGPL')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=(!libtool)
-source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
-  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c40015ed88bf5f50fa58d02252d75cf20b858951')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  make check
-}
-
-package() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD (from rev 186628, 
lib32-libgpg-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 14:25:01 UTC (rev 186629)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: judd 
+
+_pkgbasename=libgpg-error
+pkgname=lib32-$_pkgbasename
+pkgver=1.24
+pkgrel=1
+pkgdesc="Support library for libgcrypt (32-bit)"
+arch=(x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=(!libtool)
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
+  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('c3e5bd0c3ddea647416b429cd8e2ec755bad9d9e')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:24:43
  Author: felixonmars
Revision: 186628

upgpkg: lib32-libgpg-error 1.24-1

Modified:
  lib32-libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:19:06 UTC (rev 186627)
+++ PKGBUILD2016-08-12 14:24:43 UTC (rev 186628)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libgpg-error
 pkgname=lib32-$_pkgbasename
-pkgver=1.22
+pkgver=1.24
 pkgrel=1
 pkgdesc="Support library for libgcrypt (32-bit)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!libtool)
 
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c40015ed88bf5f50fa58d02252d75cf20b858951')
+sha1sums=('c3e5bd0c3ddea647416b429cd8e2ec755bad9d9e')
 
 build() {
   export CC="gcc -m32"


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:19:06
  Author: felixonmars
Revision: 186627

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 14:18:25 UTC (rev 186626)
+++ PKGBUILD2016-08-12 14:19:06 UTC (rev 186627)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-# Contributor: Travis Willard 
-# Contributor: Douglas Soares de Andrade 
-
-_pkgbasename=libpng
-pkgname=lib32-$_pkgbasename
-pkgver=1.6.23
-_apngver=1.6.23
-_libversion=16
-pkgrel=1
-pkgdesc="A collection of routines used to create PNG format graphics files 
(32-bit)"
-arch=('x86_64')
-url="http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('lib32-zlib' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz"{,.asc}
-
"http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
-md5sums=('9b320a05ed4db1f3f0865c8a951fd9aa'
- 'SKIP'
- 'bf44929a1c272f585a11baeca05af500')
-validpgpkeys=(8048643BA2C840F4F92A195FF54984BFA16C640F)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -p1 -i "${srcdir}/libpng-${_apngver}-apng.patch"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --program-suffix=-32 
--disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  cd contrib/pngminus
-  make PNGLIB="-L${pkgdir}/usr/lib32 -lpng" -f makefile.std png2pnm pnm2png
-
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  rm "$pkgdir/usr/bin/libpng-config"
-  ln -s "libpng${_libversion}-config-32" "$pkgdir/usr/bin/libpng-config-32"
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libpng/repos/multilib-x86_64/PKGBUILD (from rev 186626, 
lib32-libpng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 14:19:06 UTC (rev 186627)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+# Contributor: Travis Willard 
+# Contributor: Douglas Soares de Andrade 
+
+_pkgbasename=libpng
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.24
+_apngver=1.6.23
+_libversion=16
+pkgrel=1
+pkgdesc="A collection of routines used to create PNG format graphics files 
(32-bit)"
+arch=('x86_64')
+url="http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('lib32-zlib' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz"{,.asc}
+
"http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
+md5sums=('ffcdbd549814787fa8010c372e35ff25'
+ 'SKIP'
+ 'bf44929a1c272f585a11baeca05af500')
+validpgpkeys=(8048643BA2C840F4F92A195FF54984BFA16C640F)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  # Add animated PNG (apng) support
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -p1 -i "${srcdir}/libpng-${_apngver}-apng.patch"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --program-suffix=-32 
--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  cd contrib/pngminus
+  make PNGLIB="-L${pkgdir}/usr/lib32 -lpng" -f makefile.std png2pnm pnm2png
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  rm "$pkgdir/usr/bin/libpng-config"
+  ln -s "libpng${_libversion}-config-32" "$pkgdir/usr/bin/libpng-config-32"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:18:25
  Author: felixonmars
Revision: 186626

upgpkg: lib32-libpng 1.6.24-1

Modified:
  lib32-libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:15:31 UTC (rev 186625)
+++ PKGBUILD2016-08-12 14:18:25 UTC (rev 186626)
@@ -6,7 +6,7 @@
 
 _pkgbasename=libpng
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.23
+pkgver=1.6.24
 _apngver=1.6.23
 _libversion=16
 pkgrel=1
@@ -19,7 +19,7 @@
 options=('!libtool')
 
source=("http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz"{,.asc}
 
"http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
-md5sums=('9b320a05ed4db1f3f0865c8a951fd9aa'
+md5sums=('ffcdbd549814787fa8010c372e35ff25'
  'SKIP'
  'bf44929a1c272f585a11baeca05af500')
 validpgpkeys=(8048643BA2C840F4F92A195FF54984BFA16C640F)


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:15:31
  Author: felixonmars
Revision: 186625

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 14:15:15 UTC (rev 186624)
+++ PKGBUILD2016-08-12 14:15:31 UTC (rev 186625)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-
-_pkgbasename=tdb
-pkgname=lib32-$_pkgbasename
-pkgver=1.3.8
-pkgrel=1
-pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
-arch=(x86_64)
-license=('GPL3')
-url="http://tdb.samba.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=(gcc-multilib libxslt python2)
-source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('fa4c9e2f59fcf41441285bca5f5ab481')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-
-   ./configure --prefix=/usr \
-   --localstatedir=/var \
-   --sysconfdir=/etc/samba \
-   --libdir=/usr/lib32 \
-   --disable-python
-   make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make -j1  DESTDIR="$pkgdir" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-tdb/repos/multilib-x86_64/PKGBUILD (from rev 186624, 
lib32-tdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 14:15:31 UTC (rev 186625)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Florian Pritz 
+
+_pkgbasename=tdb
+pkgname=lib32-$_pkgbasename
+pkgver=1.3.9
+pkgrel=1
+pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
+arch=(x86_64)
+license=('GPL3')
+url="http://tdb.samba.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=(gcc-multilib libxslt python2)
+source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('20c980778114543656e0770249d13735')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+
+   ./configure --prefix=/usr \
+   --localstatedir=/var \
+   --sysconfdir=/etc/samba \
+   --libdir=/usr/lib32 \
+   --disable-python
+   make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make -j1  DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:15:15
  Author: felixonmars
Revision: 186624

upgpkg: lib32-tdb 1.3.9-1

Modified:
  lib32-tdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:13:36 UTC (rev 186623)
+++ PKGBUILD2016-08-12 14:15:15 UTC (rev 186624)
@@ -3,7 +3,7 @@
 
 _pkgbasename=tdb
 pkgname=lib32-$_pkgbasename
-pkgver=1.3.8
+pkgver=1.3.9
 pkgrel=1
 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=(gcc-multilib libxslt python2)
 source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('fa4c9e2f59fcf41441285bca5f5ab481')
+md5sums=('20c980778114543656e0770249d13735')
 
 build() {
   export CC="gcc -m32"


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

2016-08-12 Thread Alexander Rødseth
Date: Friday, August 12, 2016 @ 14:13:22
  Author: arodseth
Revision: 186622

archrelease: copy trunk to community-any

Added:
  python2-pyxmpp/repos/community-any/
  python2-pyxmpp/repos/community-any/PKGBUILD
(from rev 186620, python2-pyxmpp/trunk/PKGBUILD)

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

Copied: python2-pyxmpp/repos/community-any/PKGBUILD (from rev 186620, 
python2-pyxmpp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-08-12 14:13:22 UTC (rev 186622)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=python2-pyxmpp
+pkgver=1.1.2
+pkgrel=5
+pkgdesc='Python XMPP and Jabber implementation based on libxml2'
+arch=('any')
+url='https://github.com/Jajcus/pyxmpp'
+license=('LGPL')
+depends=('python2-dnspython' 'libxml2' 'python2-m2crypto')
+makedepends=('git')
+source=("git://github.com/Jajcus/pyxmpp.git#tag=pyxmpp-$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  # Horrible hacks to convince pyxmpp to use /usr/bin/python2
+  cd pyxmpp
+  for pyf in Makefile tests/*.py utils/*.py examples/*.py; do
+sed 's/python/python2/g' -i "$pyf"
+  done
+  sed 's/env python/env python2/g' -i configure.py
+  sed 's/python setup/python2 setup/g' -i configure.py
+}
+
+build() {
+  cd pyxmpp
+  ./configure.py
+
+  # This is my life now
+  make || make
+}
+
+package() {
+  cd pyxmpp
+  make DESTDIR="$pkgdir" install || make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-12 Thread Dave Reisner
Date: Friday, August 12, 2016 @ 14:13:36
  Author: dreisner
Revision: 186623

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-util-linux/repos/multilib-testing-x86_64/
  lib32-util-linux/repos/multilib-testing-x86_64/PKGBUILD
(from rev 186622, lib32-util-linux/trunk/PKGBUILD)

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

Copied: lib32-util-linux/repos/multilib-testing-x86_64/PKGBUILD (from rev 
186622, lib32-util-linux/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-08-12 14:13:36 UTC (rev 186623)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+_pkgbasename=util-linux
+pkgname=lib32-$_pkgbasename
+_pkgmajor=2.28
+pkgver=${_pkgmajor}.1
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
+url='http://www.kernel.org/pub/linux/utils/util-linux/'
+arch=('x86_64')
+depends=('lib32-glibc' "$_pkgbasename")
+provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 
'libsmartcols.so')
+makedepends=('gcc-multilib')
+license=('GPL2')
+options=('!libtool' '!emptydirs')
+validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$_pkgbasename-$pkgver.tar."{xz,sign})
+md5sums=('e2d863efaf4fd330a42c5efe9f1b02b4'
+ 'SKIP')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+
+  ./configure \
+  CC="${CC:-cc} -m32" \
+  PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
+  --libdir=/usr/lib32
+
+  make lib{uuid,blkid,fdisk,mount,smartcols}.la
+}
+
+package() {
+  make -C "$_pkgbasename-$pkgver" \
+DESTDIR="$pkgdir" \
+install-usrlib_execLTLIBRARIES \
+install-pkgconfigDATA
+}


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

2016-08-12 Thread Dave Reisner
Date: Friday, August 12, 2016 @ 14:13:18
  Author: dreisner
Revision: 186621

upgpkg: lib32-util-linux 2.28.1-1

Modified:
  lib32-util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:08:34 UTC (rev 186620)
+++ PKGBUILD2016-08-12 14:13:18 UTC (rev 186621)
@@ -5,7 +5,7 @@
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
 _pkgmajor=2.28
-pkgver=${_pkgmajor}
+pkgver=${_pkgmajor}.1
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
 url='http://www.kernel.org/pub/linux/utils/util-linux/'
@@ -17,7 +17,7 @@
 options=('!libtool' '!emptydirs')
 validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
 
source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$_pkgbasename-$pkgver.tar."{xz,sign})
-md5sums=('e534e6ccc49107e5d31c329af798ef7d'
+md5sums=('e2d863efaf4fd330a42c5efe9f1b02b4'
  'SKIP')
 
 build() {


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:08:34
  Author: felixonmars
Revision: 186620

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-12 14:07:47 UTC (rev 186619)
+++ community-i686/PKGBUILD 2016-08-12 14:08:34 UTC (rev 186620)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mateusz 'mrlemux' Lemusisk mrlemux at gmail dotcom
-# Based on the pcre package by Sébastien "Seblu" Luttringer
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=pcre2
-pkgver=10.21
-pkgrel=1
-pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2;)
-md5sums=('e79460519f916e3fcb204e59714bfd4a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-pcre2-16 \
---enable-pcre2-32 \
---enable-jit \
---enable-pcre2grep-libz \
---enable-pcre2grep-libbz2 \
---enable-pcre2test-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcre2/repos/community-i686/PKGBUILD (from rev 186619, 
pcre2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-12 14:08:34 UTC (rev 186620)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mateusz 'mrlemux' Lemusisk mrlemux at gmail dotcom
+# Based on the pcre package by Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre2
+pkgver=10.22
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2;)
+md5sums=('c0c02517938ee2b0d350d53edf450664')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-pcre2-16 \
+--enable-pcre2-32 \
+--enable-jit \
+--enable-pcre2grep-libz \
+--enable-pcre2grep-libbz2 \
+--enable-pcre2test-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-12 14:07:47 UTC (rev 186619)
+++ community-x86_64/PKGBUILD   2016-08-12 14:08:34 UTC (rev 186620)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mateusz 'mrlemux' Lemusisk mrlemux at gmail dotcom
-# Based on the pcre package by Sébastien "Seblu" Luttringer
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=pcre2
-pkgver=10.21
-pkgrel=1
-pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2;)
-md5sums=('e79460519f916e3fcb204e59714bfd4a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-pcre2-16 \
---enable-pcre2-32 \
---enable-jit \
---enable-pcre2grep-libz \
---enable-pcre2grep-libbz2 \
---enable-pcre2test-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd 

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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 14:07:47
  Author: felixonmars
Revision: 186619

upgpkg: pcre2 10.22-1

Modified:
  pcre2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:05:38 UTC (rev 186618)
+++ PKGBUILD2016-08-12 14:07:47 UTC (rev 186619)
@@ -7,7 +7,7 @@
 # Contributor: John Proctor 
 
 pkgname=pcre2
-pkgver=10.21
+pkgver=10.22
 pkgrel=1
 pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 license=('BSD')
 depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
 
source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2;)
-md5sums=('e79460519f916e3fcb204e59714bfd4a')
+md5sums=('c0c02517938ee2b0d350d53edf450664')
 
 build() {
   cd $pkgname-$pkgver


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

2016-08-12 Thread Alexander Rødseth
Date: Friday, August 12, 2016 @ 14:05:38
  Author: arodseth
Revision: 186618

upgpkg: python2-pyxmpp 1.1.2-5

Modified:
  python2-pyxmpp/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 13:39:04 UTC (rev 186617)
+++ PKGBUILD2016-08-12 14:05:38 UTC (rev 186618)
@@ -1,26 +1,41 @@
-# $Id: PKGBUILD 72078 2012-06-08 09:35:02Z spupykin $
-# Maintainer: Sergej Pupykin 
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
 # Contributor: William Rea 
 
 pkgname=python2-pyxmpp
 pkgver=1.1.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Python XMPP and Jabber implementation based on libxml2'
-arch=('x86_64' 'i686')
-url='http://pyxmpp.jajcus.net/'
+arch=('any')
+url='https://github.com/Jajcus/pyxmpp'
 license=('LGPL')
 depends=('python2-dnspython' 'libxml2' 'python2-m2crypto')
-source=("http://pyxmpp.jajcus.net/downloads/pyxmpp-$pkgver.tar.gz;)
-sha256sums=('f45365bae922a9e44226622cf086e3ffd3c681012f6c6b609d3306e4d0dfb33c')
+makedepends=('git')
+source=("git://github.com/Jajcus/pyxmpp.git#tag=pyxmpp-$pkgver")
+md5sums=('SKIP')
 
+prepare() {
+  # Horrible hacks to convince pyxmpp to use /usr/bin/python2
+  cd pyxmpp
+  for pyf in Makefile tests/*.py utils/*.py examples/*.py; do
+sed 's/python/python2/g' -i "$pyf"
+  done
+  sed 's/env python/env python2/g' -i configure.py
+  sed 's/python setup/python2 setup/g' -i configure.py
+}
+
 build() {
-  cd "$srcdir/pyxmpp-$pkgver"
-  python2 setup.py build
+  cd pyxmpp
+  ./configure.py
+
+  # This is my life now
+  make || make
 }
 
 package() {
-  cd "$srcdir/pyxmpp-$pkgver"
-  python2 setup.py install --root=$pkgdir
+  cd pyxmpp
+  make DESTDIR="$pkgdir" install || make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:


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


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

2016-08-12 Thread Lukas Fleischer
Date: Friday, August 12, 2016 @ 13:34:10
  Author: lfleischer
Revision: 186612

upgpkg: tig 2.2-1

Upstream update.

Modified:
  tig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 12:50:08 UTC (rev 186611)
+++ PKGBUILD2016-08-12 13:34:10 UTC (rev 186612)
@@ -4,8 +4,8 @@
 # Contributor: Nathan Jones 
 
 pkgname=tig
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
 pkgdesc='Text-mode interface for Git.'
 depends=('git' 'ncurses')
 makedepends=('asciidoc' 'xmlto')
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 backup=('etc/tigrc')
 
source=("http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d6eb13d31319d57a3f726d8238f8ebc0')
+md5sums=('11c1c3c54a8c9883b14a35ba1dad0b87')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 13:39:40
  Author: felixonmars
Revision: 273630

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

Added:
  libglvnd/repos/extra-i686/LICENSE
(from rev 273629, libglvnd/trunk/LICENSE)
  libglvnd/repos/extra-i686/PKGBUILD
(from rev 273629, libglvnd/trunk/PKGBUILD)
  libglvnd/repos/extra-x86_64/LICENSE
(from rev 273629, libglvnd/trunk/LICENSE)
  libglvnd/repos/extra-x86_64/PKGBUILD
(from rev 273629, libglvnd/trunk/PKGBUILD)
Deleted:
  libglvnd/repos/extra-i686/LICENSE
  libglvnd/repos/extra-i686/PKGBUILD
  libglvnd/repos/extra-x86_64/LICENSE
  libglvnd/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |   52 +
 /PKGBUILD |   74 
 extra-i686/LICENSE|   26 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/LICENSE  |   26 
 extra-x86_64/PKGBUILD |   38 
 6 files changed, 126 insertions(+), 128 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2016-08-12 13:38:36 UTC (rev 273629)
+++ extra-i686/LICENSE  2016-08-12 13:39:40 UTC (rev 273630)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/extra-i686/LICENSE (from rev 273629, 
libglvnd/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2016-08-12 13:39:40 UTC (rev 273630)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-12 13:38:36 UTC (rev 273629)
+++ extra-i686/PKGBUILD 2016-08-12 13:39:40 UTC (rev 273630)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 249779 2015-10-27 00:47:25Z eric $
-# Maintainer: Felix Yan 
-
-pkgname=libglvnd
-pkgver=0.1.0.20160411
-_commit=5a69af6
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('i686' 'x86_64')
-url="https://github.com/NVIDIA/libglvnd;
-license=('custom:BSD-like')

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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 13:39:04
  Author: felixonmars
Revision: 186617

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
(from rev 186616, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD
(from rev 186616, lib32-libglvnd/trunk/PKGBUILD)
Deleted:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |   52 ++---
 PKGBUILD |   85 ++---
 2 files changed, 68 insertions(+), 69 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-08-12 13:38:21 UTC (rev 186616)
+++ LICENSE 2016-08-12 13:39:04 UTC (rev 186617)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-x86_64/LICENSE (from rev 186616, 
lib32-libglvnd/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-08-12 13:39:04 UTC (rev 186617)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 13:38:21 UTC (rev 186616)
+++ PKGBUILD2016-08-12 13:39:04 UTC (rev 186617)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=lib32-libglvnd
-pkgver=0.1.0.20160411
-_commit=5a69af6
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd;
-license=('custom:BSD-like')
-depends=('lib32-libxext' 'libglvnd')
-makedepends=('xorg-server-devel' 'git' 'python2')
-source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit;)
-sha1sums=('SKIP')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd libglvnd
-  ./autogen.sh
-  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
-  make
-}
-
-package() {
-  cd libglvnd
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir/usr/include"
-
-  # For 

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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 13:38:36
  Author: felixonmars
Revision: 273629

upgpkg: libglvnd 0.1.1-1

Modified:
  libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 12:38:11 UTC (rev 273628)
+++ PKGBUILD2016-08-12 13:38:36 UTC (rev 273629)
@@ -2,8 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libglvnd
-pkgver=0.1.0.20160411
-_commit=5a69af6
+pkgver=0.1.1
 pkgrel=1
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('i686' 'x86_64')
@@ -11,7 +10,7 @@
 license=('custom:BSD-like')
 depends=('libxext')
 makedepends=('xorg-server-devel' 'git' 'python2')
-source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit;
+source=("git+https://github.com/NVIDIA/libglvnd.git#tag=v$pkgver;
 LICENSE)
 sha1sums=('SKIP'
   'c88e07f333fcf8dcdbef370b85372b4d88ad8a66')


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

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 13:38:21
  Author: felixonmars
Revision: 186616

upgpkg: lib32-libglvnd 0.1.1-1

Modified:
  lib32-libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 13:37:50 UTC (rev 186615)
+++ PKGBUILD2016-08-12 13:38:21 UTC (rev 186616)
@@ -2,9 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=lib32-libglvnd
-pkgver=0.1.0.20160329
-_commit=af2aeb0b4293e085ad61eae08be34e52f9d7b389
-pkgrel=3
+pkgver=0.1.1
+pkgrel=1
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
 url="https://github.com/NVIDIA/libglvnd;
@@ -11,7 +10,7 @@
 license=('custom:BSD-like')
 depends=('lib32-libxext' 'libglvnd')
 makedepends=('xorg-server-devel' 'git' 'python2')
-source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit;)
+source=("git+https://github.com/NVIDIA/libglvnd.git#tag=v$pkgver;)
 sha1sums=('SKIP')
 
 build() {


  1   2   3   >