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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 08:22:05
  Author: fyan
Revision: 162635

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

Added:
  mongodb/repos/community-i686/PKGBUILD
(from rev 162634, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-i686/boost160.patch
(from rev 162634, mongodb/trunk/boost160.patch)
  mongodb/repos/community-i686/mongodb.conf
(from rev 162634, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-i686/mongodb.install
(from rev 162634, mongodb/trunk/mongodb.install)
  mongodb/repos/community-i686/mongodb.service
(from rev 162634, mongodb/trunk/mongodb.service)
  mongodb/repos/community-x86_64/PKGBUILD
(from rev 162634, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-x86_64/boost160.patch
(from rev 162634, mongodb/trunk/boost160.patch)
  mongodb/repos/community-x86_64/mongodb.conf
(from rev 162634, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-x86_64/mongodb.install
(from rev 162634, mongodb/trunk/mongodb.install)
  mongodb/repos/community-x86_64/mongodb.service
(from rev 162634, mongodb/trunk/mongodb.service)
Deleted:
  mongodb/repos/community-i686/PKGBUILD
  mongodb/repos/community-i686/boost160.patch
  mongodb/repos/community-i686/mongodb.conf
  mongodb/repos/community-i686/mongodb.install
  mongodb/repos/community-i686/mongodb.service
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/repos/community-x86_64/boost160.patch
  mongodb/repos/community-x86_64/mongodb.conf
  mongodb/repos/community-x86_64/mongodb.install
  mongodb/repos/community-x86_64/mongodb.service

--+
 /PKGBUILD|  192 +
 /boost160.patch  |   22 
 /mongodb.conf|   16 +++
 /mongodb.install |   64 
 /mongodb.service |   20 +++
 community-i686/PKGBUILD  |   96 --
 community-i686/boost160.patch|   11 --
 community-i686/mongodb.conf  |8 -
 community-i686/mongodb.install   |   32 --
 community-i686/mongodb.service   |   10 -
 community-x86_64/PKGBUILD|   96 --
 community-x86_64/boost160.patch  |   11 --
 community-x86_64/mongodb.conf|8 -
 community-x86_64/mongodb.install |   32 --
 community-x86_64/mongodb.service |   10 -
 15 files changed, 314 insertions(+), 314 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-20 07:21:18 UTC (rev 162634)
+++ community-i686/PKGBUILD 2016-02-20 07:22:05 UTC (rev 162635)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Mathias Stearn 
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp')
-[[ "$CARCH" == "x86_64" ]] && depends+=('wiredtiger')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
-checkdepends=('python2-pymongo' 'python2-yaml')
-optdepends=('libpcap: needed for mongosniff'
-'mongodb-tools: mongoimport, mongodump, mongotop, etc')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'boost160.patch'
-'mongodb.conf' 'mongodb.service')
-sha512sums=('5ce0af3e70010e3602dd2f7c49c80feee1c89903a694db038543a7f399f4296f2c04bf3aee7089da0b24aa9239aa79823e6f5408bf0f3c6fade6166e94070309'
-
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
-
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
-
-_scons_args=(
-  --use-system-boost
-  --use-system-pcre
-  --use-system-snappy
-  --use-system-yaml
-  --use-system-zlib
-  --use-sasl-client
-  --ssl
-  --disable-warnings-as-errors
-  # --use-system-asio # https://jira.mongodb.org/browse/SERVER-21839
-  # --use-system-v8   # Doesn't compile
-  # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
-)
-
-if [ "$CARCH" == "x86_64" ]; then
-  _scons_args+=(--use-system-wiredtiger)
-else
-  # WiredTiger must be disabled manually when building for i686
-  _scons_args+=(--wiredtiger=off)
-fi
-
-prepare() {
-  cd 

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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 08:21:18
  Author: fyan
Revision: 162634

upgpkg: mongodb 3.2.3-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 05:44:13 UTC (rev 162633)
+++ PKGBUILD2016-02-20 07:21:18 UTC (rev 162634)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.2.1
+pkgver=3.2.3
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
 'boost160.patch'
 'mongodb.conf' 'mongodb.service')
-sha512sums=('5ce0af3e70010e3602dd2f7c49c80feee1c89903a694db038543a7f399f4296f2c04bf3aee7089da0b24aa9239aa79823e6f5408bf0f3c6fade6166e94070309'
+sha512sums=('43b652da8fb461c36be1566965985aed036d53a8f4ed2a5f4a67e08571697c4030eb682a2a14ebc41991757d7083a268c5161b536d20dc1b3de13dac8df1da53'
 
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')


[arch-commits] Commit in make/repos (36 files)

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 08:13:30
  Author: allan
Revision: 260036

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

Added:
  make/repos/testing-i686/PKGBUILD
(from rev 260035, make/trunk/PKGBUILD)
  make/repos/testing-i686/make-3.82-bug30612.patch
(from rev 260035, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-i686/make-3.82-bug30723.patch
(from rev 260035, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-i686/make-3.82-dont-prune-intermediate.patch
(from rev 260035, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-i686/make-3.82-expensive_glob.patch
(from rev 260035, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-i686/make-3.82-makeflags.patch
(from rev 260035, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-i686/make-3.82-sort-blank.patch
(from rev 260035, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-i686/make-4.1-NULL-ttyname.patch
(from rev 260035, make/trunk/make-4.1-NULL-ttyname.patch)
  make/repos/testing-i686/make.install
(from rev 260035, make/trunk/make.install)
  make/repos/testing-x86_64/PKGBUILD
(from rev 260035, make/trunk/PKGBUILD)
  make/repos/testing-x86_64/make-3.82-bug30612.patch
(from rev 260035, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-x86_64/make-3.82-bug30723.patch
(from rev 260035, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-x86_64/make-3.82-dont-prune-intermediate.patch
(from rev 260035, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-x86_64/make-3.82-expensive_glob.patch
(from rev 260035, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-x86_64/make-3.82-makeflags.patch
(from rev 260035, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-x86_64/make-3.82-sort-blank.patch
(from rev 260035, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-x86_64/make-4.1-NULL-ttyname.patch
(from rev 260035, make/trunk/make-4.1-NULL-ttyname.patch)
  make/repos/testing-x86_64/make.install
(from rev 260035, make/trunk/make.install)
Deleted:
  make/repos/testing-i686/PKGBUILD
  make/repos/testing-i686/make-3.82-bug30612.patch
  make/repos/testing-i686/make-3.82-bug30723.patch
  make/repos/testing-i686/make-3.82-dont-prune-intermediate.patch
  make/repos/testing-i686/make-3.82-expensive_glob.patch
  make/repos/testing-i686/make-3.82-makeflags.patch
  make/repos/testing-i686/make-3.82-sort-blank.patch
  make/repos/testing-i686/make-4.1-NULL-ttyname.patch
  make/repos/testing-i686/make.install
  make/repos/testing-x86_64/PKGBUILD
  make/repos/testing-x86_64/make-3.82-bug30612.patch
  make/repos/testing-x86_64/make-3.82-bug30723.patch
  make/repos/testing-x86_64/make-3.82-dont-prune-intermediate.patch
  make/repos/testing-x86_64/make-3.82-expensive_glob.patch
  make/repos/testing-x86_64/make-3.82-makeflags.patch
  make/repos/testing-x86_64/make-3.82-sort-blank.patch
  make/repos/testing-x86_64/make-4.1-NULL-ttyname.patch
  make/repos/testing-x86_64/make.install

+
 /PKGBUILD  |   92 +
 /make-3.82-bug30612.patch  |  182 +++
 /make-3.82-bug30723.patch  |   24 +
 /make-3.82-dont-prune-intermediate.patch   |  114 +++
 /make-3.82-expensive_glob.patch|  232 +++
 /make-3.82-makeflags.patch |   72 
 /make-3.82-sort-blank.patch|   34 ++
 /make-4.1-NULL-ttyname.patch   |  118 +++
 /make.install  |   40 ++
 testing-i686/PKGBUILD  |   46 --
 testing-i686/make-3.82-bug30612.patch  |   91 -
 testing-i686/make-3.82-bug30723.patch  |   12 
 testing-i686/make-3.82-dont-prune-intermediate.patch   |   57 ---
 testing-i686/make-3.82-expensive_glob.patch|  116 ---
 testing-i686/make-3.82-makeflags.patch |   36 --
 testing-i686/make-3.82-sort-blank.patch|   17 -
 testing-i686/make-4.1-NULL-ttyname.patch   |   59 ---
 testing-i686/make.install  |   20 -
 testing-x86_64/PKGBUILD|   46 --
 testing-x86_64/make-3.82-bug30612.patch|   91 -
 testing-x86_64/make-3.82-bug30723.patch|   12 
 testing-x86_64/make-3.82-dont-prune-intermediate.patch |   57 ---
 testing-x86_64/make-3.82-expensive_glob.patch  |  116 ---
 testing-x86_64/make-3.82-makeflags.patch   |   36 --
 testing-x86_64/make-3.82-sort-blank.patch  |   17 -
 testing-x86_64/make-4.1-NULL-ttyname.patch |   59 ---
 testing-x86_64/make.install|   20 -
 27 files changed, 908 

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

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 08:10:20
  Author: allan
Revision: 260035

upgpkg: make 4.1-3

patches don't apply when commented out...

Modified:
  make/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 03:20:53 UTC (rev 260034)
+++ PKGBUILD2016-02-20 07:10:20 UTC (rev 260035)
@@ -4,7 +4,7 @@
 
 pkgname=make
 pkgver=4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="GNU make utility to maintain groups of programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/make;
@@ -24,7 +24,7 @@
   cd ${pkgname}-${pkgver}
 
   # upstream commit 292da6f6
-  #patch -p1 -i ${srcdir}/make-4.1-NULL-ttyname.patch
+  patch -p1 -i ${srcdir}/make-4.1-NULL-ttyname.patch
 }
 
 build() {


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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 06:44:13
  Author: fyan
Revision: 162633

archrelease: copy trunk to community-x86_64

Added:
  wiredtiger/repos/community-x86_64/PKGBUILD
(from rev 162632, wiredtiger/trunk/PKGBUILD)
Deleted:
  wiredtiger/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-20 05:43:28 UTC (rev 162632)
+++ PKGBUILD2016-02-20 05:44:13 UTC (rev 162633)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stefan Husmann 
-
-pkgname=wiredtiger
-pkgver=2.7.0
-pkgrel=2
-pkgdesc="High performance, scalable, production quality, NoSQL, Open Source 
extensible platform for data management"
-arch=('x86_64')
-url="http://source.wiredtiger.com/;
-license=('GPL')
-depends=('snappy' 'lz4' 'zlib' 'bzip2')
-makedepends=('git')
-provides=('wiredtiger')
-conflicts=('wiredtiger')
-source=("git://github.com/wiredtiger/wiredtiger.git#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir/wiredtiger"
-  
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-leveldb \
-  --enable-bzip2 \
-  --enable-lz4 \
-  --with-builtins=snappy,zlib
-  make
-}
-
-check() {
-  cd "$srcdir/wiredtiger"
-  make test
-}
-
-package() {
-  cd "$srcdir/wiredtiger"
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiredtiger/repos/community-x86_64/PKGBUILD (from rev 162632, 
wiredtiger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-20 05:44:13 UTC (rev 162633)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stefan Husmann 
+
+pkgname=wiredtiger
+pkgver=2.7.0.20160218
+_commit=5cdd3e320cb19cd54111c2572a3d6e33d3009ad4
+pkgrel=1
+pkgdesc="High performance, scalable, production quality, NoSQL, Open Source 
extensible platform for data management"
+arch=('x86_64')
+url="http://source.wiredtiger.com/;
+license=('GPL')
+depends=('snappy' 'lz4' 'zlib' 'gperftools')
+makedepends=('git')
+source=("git://github.com/wiredtiger/wiredtiger.git#commit=$_commit")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/wiredtiger"
+  
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-leveldb \
+  --enable-lz4 \
+  --enable-tcmalloc \
+  --with-builtins=snappy,zlib
+  make
+}
+
+check() {
+  cd "$srcdir/wiredtiger"
+  make test
+}
+
+package() {
+  cd "$srcdir/wiredtiger"
+  make DESTDIR="$pkgdir/" install
+}


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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 06:43:28
  Author: fyan
Revision: 162632

upgpkg: wiredtiger 2.7.0.20160218-1

Modified:
  wiredtiger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 05:16:50 UTC (rev 162631)
+++ PKGBUILD2016-02-20 05:43:28 UTC (rev 162632)
@@ -3,17 +3,16 @@
 # Contributor: Stefan Husmann 
 
 pkgname=wiredtiger
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.7.0.20160218
+_commit=5cdd3e320cb19cd54111c2572a3d6e33d3009ad4
+pkgrel=1
 pkgdesc="High performance, scalable, production quality, NoSQL, Open Source 
extensible platform for data management"
 arch=('x86_64')
 url="http://source.wiredtiger.com/;
 license=('GPL')
-depends=('snappy' 'lz4' 'zlib' 'bzip2')
+depends=('snappy' 'lz4' 'zlib' 'gperftools')
 makedepends=('git')
-provides=('wiredtiger')
-conflicts=('wiredtiger')
-source=("git://github.com/wiredtiger/wiredtiger.git#tag=$pkgver")
+source=("git://github.com/wiredtiger/wiredtiger.git#commit=$_commit")
 md5sums=('SKIP')
 
 build() {
@@ -22,8 +21,8 @@
   ./autogen.sh
   ./configure --prefix=/usr \
   --enable-leveldb \
-  --enable-bzip2 \
   --enable-lz4 \
+  --enable-tcmalloc \
   --with-builtins=snappy,zlib
   make
 }


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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 06:16:50
  Author: fyan
Revision: 162631

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 162630, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 162630, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 162630, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  358 
 wine.install  |   24 +--
 3 files changed, 211 insertions(+), 211 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-02-20 05:05:22 UTC (rev 162630)
+++ 30-win32-aliases.conf   2016-02-20 05:16:50 UTC (rev 162631)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 162630, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-02-20 05:16:50 UTC (rev 162631)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-20 05:05:22 UTC (rev 162630)
+++ PKGBUILD2016-02-20 05:16:50 UTC (rev 162631)
@@ -1,179 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.3
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('2f9565017719ab1057907621ea5775a37023cdd7'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 

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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 06:05:22
  Author: fyan
Revision: 162630

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 162629, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 162629, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 162629, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  358 
 wine.install  |   24 +--
 3 files changed, 211 insertions(+), 211 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-02-20 05:04:59 UTC (rev 162629)
+++ 30-win32-aliases.conf   2016-02-20 05:05:22 UTC (rev 162630)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 162629, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-02-20 05:05:22 UTC (rev 162630)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-20 05:04:59 UTC (rev 162629)
+++ PKGBUILD2016-02-20 05:05:22 UTC (rev 162630)
@@ -1,179 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.3
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('2f9565017719ab1057907621ea5775a37023cdd7'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on 

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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 06:04:59
  Author: fyan
Revision: 162629

upgpkg: wine 1.9.4-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 04:02:59 UTC (rev 162628)
+++ PKGBUILD2016-02-20 05:04:59 UTC (rev 162629)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.9.3
+pkgver=1.9.4
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('2f9565017719ab1057907621ea5775a37023cdd7'
+sha1sums=('eac999337f5f239240edc3039a0bf7a99307bc79'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2016-02-19 Thread Daniel Micay
Date: Saturday, February 20, 2016 @ 05:02:59
  Author: thestinger
Revision: 162628

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

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

+
 /PKGBUILD  |  632 
 /change-default-console-loglevel.patch |   22 
 /config|15932 +++
 /config.x86_64 |15346 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  316 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7876 ---
 community-i686/config.x86_64   | 7579 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  316 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7876 ---
 community-x86_64/config.x86_64 | 7579 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32034 insertions(+), 31666 deletions(-)

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


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

2016-02-19 Thread Daniel Micay
Date: Saturday, February 20, 2016 @ 05:01:53
  Author: thestinger
Revision: 162627

upgpkg: linux-grsec 4.4.2.201602182048-1

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

---+
 PKGBUILD  |   16 ++--
 config|  182 +---
 config.x86_64 |  168 ---
 3 files changed, 275 insertions(+), 91 deletions(-)

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


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

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 04:20:53
  Author: allan
Revision: 260034

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

Added:
  make/repos/testing-i686/
  make/repos/testing-i686/PKGBUILD
(from rev 260033, make/trunk/PKGBUILD)
  make/repos/testing-i686/make-3.82-bug30612.patch
(from rev 260033, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-i686/make-3.82-bug30723.patch
(from rev 260033, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-i686/make-3.82-dont-prune-intermediate.patch
(from rev 260033, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-i686/make-3.82-expensive_glob.patch
(from rev 260033, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-i686/make-3.82-makeflags.patch
(from rev 260033, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-i686/make-3.82-sort-blank.patch
(from rev 260033, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-i686/make-4.1-NULL-ttyname.patch
(from rev 260033, make/trunk/make-4.1-NULL-ttyname.patch)
  make/repos/testing-i686/make.install
(from rev 260033, make/trunk/make.install)
  make/repos/testing-x86_64/
  make/repos/testing-x86_64/PKGBUILD
(from rev 260033, make/trunk/PKGBUILD)
  make/repos/testing-x86_64/make-3.82-bug30612.patch
(from rev 260033, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-x86_64/make-3.82-bug30723.patch
(from rev 260033, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-x86_64/make-3.82-dont-prune-intermediate.patch
(from rev 260033, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-x86_64/make-3.82-expensive_glob.patch
(from rev 260033, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-x86_64/make-3.82-makeflags.patch
(from rev 260033, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-x86_64/make-3.82-sort-blank.patch
(from rev 260033, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-x86_64/make-4.1-NULL-ttyname.patch
(from rev 260033, make/trunk/make-4.1-NULL-ttyname.patch)
  make/repos/testing-x86_64/make.install
(from rev 260033, make/trunk/make.install)

+
 testing-i686/PKGBUILD  |   46 +
 testing-i686/make-3.82-bug30612.patch  |   91 +++
 testing-i686/make-3.82-bug30723.patch  |   12 +
 testing-i686/make-3.82-dont-prune-intermediate.patch   |   57 +++
 testing-i686/make-3.82-expensive_glob.patch|  116 +++
 testing-i686/make-3.82-makeflags.patch |   36 
 testing-i686/make-3.82-sort-blank.patch|   17 ++
 testing-i686/make-4.1-NULL-ttyname.patch   |   59 +++
 testing-i686/make.install  |   20 ++
 testing-x86_64/PKGBUILD|   46 +
 testing-x86_64/make-3.82-bug30612.patch|   91 +++
 testing-x86_64/make-3.82-bug30723.patch|   12 +
 testing-x86_64/make-3.82-dont-prune-intermediate.patch |   57 +++
 testing-x86_64/make-3.82-expensive_glob.patch  |  116 +++
 testing-x86_64/make-3.82-makeflags.patch   |   36 
 testing-x86_64/make-3.82-sort-blank.patch  |   17 ++
 testing-x86_64/make-4.1-NULL-ttyname.patch |   59 +++
 testing-x86_64/make.install|   20 ++
 18 files changed, 908 insertions(+)

Copied: make/repos/testing-i686/PKGBUILD (from rev 260033, make/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-20 03:20:53 UTC (rev 260034)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=make
+pkgver=4.1
+pkgrel=2
+pkgdesc="GNU make utility to maintain groups of programs"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/make;
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'sh' 'guile')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+make-4.1-NULL-ttyname.patch)
+md5sums=('57a7a224a822f94789a587ccbcedff69'
+ 'SKIP'
+ '91cfbd6ca26b0f59b800d1a81154c080')
+validpgpkeys=('3D2554F0A15338AB9AF1BB9D96B047156338B6D4')   # Paul Smith
+
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # upstream commit 292da6f6
+  #patch -p1 -i ${srcdir}/make-4.1-NULL-ttyname.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # features/archives ... FAILED (3/10 
passed)
+  # caused by binutils configured with --enable-deterministic-archives
+  make -k check || true
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make 

[arch-commits] Commit in make/trunk (PKGBUILD make-4.1-NULL-ttyname.patch)

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 04:17:53
  Author: allan
Revision: 260033

upgpkg: make 4.1-2

crash fix from upstream

Added:
  make/trunk/make-4.1-NULL-ttyname.patch
Modified:
  make/trunk/PKGBUILD

-+
 PKGBUILD|   25 -
 make-4.1-NULL-ttyname.patch |   59 ++
 2 files changed, 77 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 02:13:35 UTC (rev 260032)
+++ PKGBUILD2016-02-20 03:17:53 UTC (rev 260033)
@@ -4,7 +4,7 @@
 
 pkgname=make
 pkgver=4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU make utility to maintain groups of programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/make;
@@ -12,24 +12,35 @@
 groups=('base-devel')
 depends=('glibc' 'sh' 'guile')
 install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+make-4.1-NULL-ttyname.patch)
 md5sums=('57a7a224a822f94789a587ccbcedff69'
- 'SKIP')
+ 'SKIP'
+ '91cfbd6ca26b0f59b800d1a81154c080')
 validpgpkeys=('3D2554F0A15338AB9AF1BB9D96B047156338B6D4')   # Paul Smith
 
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # upstream commit 292da6f6
+  #patch -p1 -i ${srcdir}/make-4.1-NULL-ttyname.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
+  cd ${pkgname}-${pkgver}
+  # features/archives ... FAILED (3/10 
passed)
+  # caused by binutils configured with --enable-deterministic-archives
+  make -k check || true
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }

Added: make-4.1-NULL-ttyname.patch
===
--- make-4.1-NULL-ttyname.patch (rev 0)
+++ make-4.1-NULL-ttyname.patch 2016-02-20 03:17:53 UTC (rev 260033)
@@ -0,0 +1,59 @@
+From 292da6f6867b75a5af7ddbb639a1feae022f438f Mon Sep 17 00:00:00 2001
+From: Paul Smith 
+Date: Mon, 20 Oct 2014 01:54:56 -0400
+Subject: [PATCH] * main.c (main): [SV 43434] Handle NULL returns from
+ ttyname().
+
+---
+ main.c| 15 ++-
+ makeint.h |  3 ++-
+ 2 files changed, 12 insertions(+), 6 deletions(-)
+
+diff --git a/main.c b/main.c
+index b2d169c..0cdb8a8 100644
+--- a/main.c
 b/main.c
+@@ -1429,13 +1429,18 @@ main (int argc, char **argv, char **envp)
+ #ifdef HAVE_ISATTY
+ if (isatty (fileno (stdout)))
+   if (! lookup_variable (STRING_SIZE_TUPLE ("MAKE_TERMOUT")))
+-define_variable_cname ("MAKE_TERMOUT", TTYNAME (fileno (stdout)),
+-   o_default, 0)->export = v_export;
+-
++{
++  const char *tty = TTYNAME (fileno (stdout));
++  define_variable_cname ("MAKE_TERMOUT", tty ? tty : DEFAULT_TTYNAME,
++ o_default, 0)->export = v_export;
++}
+ if (isatty (fileno (stderr)))
+   if (! lookup_variable (STRING_SIZE_TUPLE ("MAKE_TERMERR")))
+-define_variable_cname ("MAKE_TERMERR", TTYNAME (fileno (stderr)),
+-   o_default, 0)->export = v_export;
++{
++  const char *tty = TTYNAME (fileno (stderr));
++  define_variable_cname ("MAKE_TERMERR", tty ? tty : DEFAULT_TTYNAME,
++ o_default, 0)->export = v_export;
++}
+ #endif
+ 
+   /* Reset in case the switches changed our minds.  */
+diff --git a/makeint.h b/makeint.h
+index 6223936..2009f41 100644
+--- a/makeint.h
 b/makeint.h
+@@ -436,10 +436,11 @@ extern struct rlimit stack_limit;
+ /* The number of bytes needed to represent the largest integer as a string.  
*/
+ #define INTSTR_LENGTH CSTRLEN ("18446744073709551616")
+ 
++#define DEFAULT_TTYNAME "true"
+ #ifdef HAVE_TTYNAME
+ # define TTYNAME(_f) ttyname (_f)
+ #else
+-# define TTYNAME(_f) "true"
++# define TTYNAME(_f) DEFAULT_TTYNAME
+ #endif
+ 
+ 
+-- 
+2.7.1
+


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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 04:00:25
  Author: fyan
Revision: 162626

archrelease: copy trunk to community-any

Added:
  deepin-terminal/repos/community-any/PKGBUILD
(from rev 162625, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-any/deepin-terminal.install
(from rev 162625, deepin-terminal/trunk/deepin-terminal.install)
  deepin-terminal/repos/community-any/use-deepinvte.patch
(from rev 162625, deepin-terminal/trunk/use-deepinvte.patch)
Deleted:
  deepin-terminal/repos/community-any/PKGBUILD
  deepin-terminal/repos/community-any/deepin-terminal.install
  deepin-terminal/repos/community-any/use-deepinvte.patch

-+
 PKGBUILD|   84 +--
 use-deepinvte.patch |  120 +-
 2 files changed, 101 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-20 03:00:03 UTC (rev 162625)
+++ PKGBUILD2016-02-20 03:00:25 UTC (rev 162626)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=1.1.3
-pkgrel=2
-pkgdesc='Awesome terminal for Linux Deepin'
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-terminal;
-license=('GPL3')
-depends=('python2-deepin-vte' 'desktop-file-utils' 'expect' 
'hicolor-icon-theme'
- 'python2-dbus' 'python2-deepin-ui' 'xdotool' 'ttf-dejavu')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-install="$pkgname.install"
-source=("git+https://cr.deepin.io/deepin-terminal.git#tag=$pkgver;
-use-deepinvte.patch)
-sha256sums=('SKIP'
-'b1d0d3a1ac3ea78d235cd721d757ad00715267775e2c219a5ba0474119c2bb3c')
- 
-prepare(){
-  cd deepin-terminal
-
-  # use deepinvte
-  patch -p1 --no-backup-if-mismatch -i ../use-deepinvte.patch
- 
-  # fix python version
-  find "$srcdir" -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python 
*$=\1python2='
-}
- 
-build() {
-  cd deepin-terminal
-  deepin-generate-mo tools/locale_config.ini
-}
- 
-package() {
-  cd deepin-terminal
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-
-  chmod 0755 "$pkgdir"/usr/share/deepin-terminal/src/main.py
-}

Copied: deepin-terminal/repos/community-any/PKGBUILD (from rev 162625, 
deepin-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-20 03:00:25 UTC (rev 162626)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+ 
+pkgname=deepin-terminal
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='Awesome terminal for Linux Deepin'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-terminal;
+license=('GPL3')
+depends=('python2-deepin-vte' 'desktop-file-utils' 'expect' 
'hicolor-icon-theme'
+ 'python2-dbus' 'python2-deepin-ui' 'xdotool' 'ttf-dejavu')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+install="$pkgname.install"
+source=("git+https://cr.deepin.io/deepin-terminal.git#tag=$pkgver;
+use-deepinvte.patch)
+sha256sums=('SKIP'
+'b1d0d3a1ac3ea78d235cd721d757ad00715267775e2c219a5ba0474119c2bb3c')
+ 
+prepare(){
+  cd deepin-terminal
+
+  # use deepinvte
+  patch -p1 --no-backup-if-mismatch -i ../use-deepinvte.patch
+ 
+  # fix python version
+  find "$srcdir" -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python 
*$=\1python2='
+}
+ 
+build() {
+  cd deepin-terminal
+  deepin-generate-mo tools/locale_config.ini
+}
+ 
+package() {
+  cd deepin-terminal
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: deepin-terminal.install
===
Copied: deepin-terminal/repos/community-any/deepin-terminal.install (from rev 
162625, deepin-terminal/trunk/deepin-terminal.install)
===
Deleted: use-deepinvte.patch
===
--- use-deepinvte.patch 2016-02-20 03:00:03 UTC (rev 162625)
+++ use-deepinvte.patch 2016-02-20 03:00:25 UTC (rev 162626)
@@ -1,60 +0,0 @@
-diff --git a/src/main.py b/src/main.py
-index bfb7005..3ef77ee 100755
 a/src/main.py
-+++ b/src/main.py
-@@ -57,7 +57,7 @@ import subprocess
- import sys
- import traceback
- import urllib
--import vte
-+import deepinvte
- import shlex
- 
- PROJECT_NAME = "deepin-terminal"
-@@ -1324,9 +1324,9 @@ class Terminal(object):
- 
- gtk.main()
- 
--class TerminalWrapper(vte.Terminal):
-+class TerminalWrapper(deepinvte.Terminal):
- """
--Wrapper class for vte.Terminal. Propagate keys. Make some customize as 
well.
-+Wrapper class for deepinvte.Terminal. Propagate keys. Make some customize 
as well.
- """

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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 04:00:03
  Author: fyan
Revision: 162625

upgpkg: deepin-terminal 1.1.4-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 02:52:56 UTC (rev 162624)
+++ PKGBUILD2016-02-20 03:00:03 UTC (rev 162625)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
  
 pkgname=deepin-terminal
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
 pkgdesc='Awesome terminal for Linux Deepin'
 arch=('any')
 url="https://gitcafe.com/Deepin/deepin-terminal;
@@ -38,6 +38,4 @@
 package() {
   cd deepin-terminal
   make DESTDIR="$pkgdir" PREFIX="/usr" install
-
-  chmod 0755 "$pkgdir"/usr/share/deepin-terminal/src/main.py
 }


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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 03:52:56
  Author: fyan
Revision: 162624

archrelease: copy trunk to community-any

Added:
  deepin-terminal/repos/community-any/PKGBUILD
(from rev 162623, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-any/deepin-terminal.install
(from rev 162623, deepin-terminal/trunk/deepin-terminal.install)
  deepin-terminal/repos/community-any/use-deepinvte.patch
(from rev 162623, deepin-terminal/trunk/use-deepinvte.patch)
Deleted:
  deepin-terminal/repos/community-any/PKGBUILD
  deepin-terminal/repos/community-any/deepin-terminal.install
  deepin-terminal/repos/community-any/use-deepinvte.patch

-+
 PKGBUILD|   84 +--
 use-deepinvte.patch |  120 +-
 2 files changed, 103 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-20 02:27:00 UTC (rev 162623)
+++ PKGBUILD2016-02-20 02:52:56 UTC (rev 162624)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=1.1.3
-pkgrel=1
-pkgdesc='Awesome terminal for Linux Deepin'
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-terminal;
-license=('GPL3')
-depends=('python2-deepin-vte' 'desktop-file-utils' 'expect' 
'hicolor-icon-theme'
- 'python2-dbus' 'python2-deepin-ui' 'xdotool' 'ttf-dejavu')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-install="${pkgname}.install"
-source=("git+https://cr.deepin.io/deepin-terminal.git#tag=$pkgver;
-use-deepinvte.patch)
-sha256sums=('SKIP'
-'b1d0d3a1ac3ea78d235cd721d757ad00715267775e2c219a5ba0474119c2bb3c')
- 
-prepare(){
-  cd deepin-terminal
-
-  # use deepinvte
-  patch -p1 --no-backup-if-mismatch -i ../use-deepinvte.patch
- 
-  # fix python version
-  find "${srcdir}" -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python 
*$=\1python2='
-}
- 
-build() {
-  cd deepin-terminal
-  deepin-generate-mo tools/locale_config.ini
-}
- 
-package() {
-  cd deepin-terminal
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-}

Copied: deepin-terminal/repos/community-any/PKGBUILD (from rev 162623, 
deepin-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-20 02:52:56 UTC (rev 162624)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+ 
+pkgname=deepin-terminal
+pkgver=1.1.3
+pkgrel=2
+pkgdesc='Awesome terminal for Linux Deepin'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-terminal;
+license=('GPL3')
+depends=('python2-deepin-vte' 'desktop-file-utils' 'expect' 
'hicolor-icon-theme'
+ 'python2-dbus' 'python2-deepin-ui' 'xdotool' 'ttf-dejavu')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+install="$pkgname.install"
+source=("git+https://cr.deepin.io/deepin-terminal.git#tag=$pkgver;
+use-deepinvte.patch)
+sha256sums=('SKIP'
+'b1d0d3a1ac3ea78d235cd721d757ad00715267775e2c219a5ba0474119c2bb3c')
+ 
+prepare(){
+  cd deepin-terminal
+
+  # use deepinvte
+  patch -p1 --no-backup-if-mismatch -i ../use-deepinvte.patch
+ 
+  # fix python version
+  find "$srcdir" -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python 
*$=\1python2='
+}
+ 
+build() {
+  cd deepin-terminal
+  deepin-generate-mo tools/locale_config.ini
+}
+ 
+package() {
+  cd deepin-terminal
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+
+  chmod 0755 "$pkgdir"/usr/share/deepin-terminal/src/main.py
+}

Deleted: deepin-terminal.install
===
Copied: deepin-terminal/repos/community-any/deepin-terminal.install (from rev 
162623, deepin-terminal/trunk/deepin-terminal.install)
===
Deleted: use-deepinvte.patch
===
--- use-deepinvte.patch 2016-02-20 02:27:00 UTC (rev 162623)
+++ use-deepinvte.patch 2016-02-20 02:52:56 UTC (rev 162624)
@@ -1,60 +0,0 @@
-diff --git a/src/main.py b/src/main.py
-index bfb7005..3ef77ee 100755
 a/src/main.py
-+++ b/src/main.py
-@@ -57,7 +57,7 @@ import subprocess
- import sys
- import traceback
- import urllib
--import vte
-+import deepinvte
- import shlex
- 
- PROJECT_NAME = "deepin-terminal"
-@@ -1324,9 +1324,9 @@ class Terminal(object):
- 
- gtk.main()
- 
--class TerminalWrapper(vte.Terminal):
-+class TerminalWrapper(deepinvte.Terminal):
- """
--Wrapper class for vte.Terminal. Propagate keys. Make some customize as 
well.
-+Wrapper class for deepinvte.Terminal. Propagate keys. Make some customize 
as well.
-   

[arch-commits] Commit in pcmanfm-gtk3 (9 files)

2016-02-19 Thread Balló György
Date: Saturday, February 20, 2016 @ 03:27:00
  Author: bgyorgy
Revision: 162623

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

Added:
  pcmanfm-gtk3/repos/
  pcmanfm-gtk3/repos/community-testing-i686/
  pcmanfm-gtk3/repos/community-testing-i686/PKGBUILD
(from rev 162622, pcmanfm-gtk3/trunk/PKGBUILD)
  pcmanfm-gtk3/repos/community-testing-i686/git-fixes.patch
(from rev 162622, pcmanfm-gtk3/trunk/git-fixes.patch)
  pcmanfm-gtk3/repos/community-testing-i686/pcmanfm.install
(from rev 162622, pcmanfm-gtk3/trunk/pcmanfm.install)
  pcmanfm-gtk3/repos/community-testing-x86_64/
  pcmanfm-gtk3/repos/community-testing-x86_64/PKGBUILD
(from rev 162622, pcmanfm-gtk3/trunk/PKGBUILD)
  pcmanfm-gtk3/repos/community-testing-x86_64/git-fixes.patch
(from rev 162622, pcmanfm-gtk3/trunk/git-fixes.patch)
  pcmanfm-gtk3/repos/community-testing-x86_64/pcmanfm.install
(from rev 162622, pcmanfm-gtk3/trunk/pcmanfm.install)

--+
 community-testing-i686/PKGBUILD  |   45 +
 community-testing-i686/git-fixes.patch   |  826 +
 community-testing-i686/pcmanfm.install   |   11 
 community-testing-x86_64/PKGBUILD|   45 +
 community-testing-x86_64/git-fixes.patch |  826 +
 community-testing-x86_64/pcmanfm.install |   11 
 6 files changed, 1764 insertions(+)

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


[arch-commits] Commit in (5 files)

2016-02-19 Thread Balló György
Date: Saturday, February 20, 2016 @ 03:26:41
  Author: bgyorgy
Revision: 162622

Add GTK+ 3 version of pcmanfm

Added:
  pcmanfm-gtk3/
  pcmanfm-gtk3/trunk/
  pcmanfm-gtk3/trunk/PKGBUILD
  pcmanfm-gtk3/trunk/git-fixes.patch
  pcmanfm-gtk3/trunk/pcmanfm.install

-+
 PKGBUILD|   45 ++
 git-fixes.patch |  826 ++
 pcmanfm.install |   11 
 3 files changed, 882 insertions(+)

Added: pcmanfm-gtk3/trunk/PKGBUILD
===
--- pcmanfm-gtk3/trunk/PKGBUILD (rev 0)
+++ pcmanfm-gtk3/trunk/PKGBUILD 2016-02-20 02:26:41 UTC (rev 162622)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=pcmanfm-gtk3
+_pkgname=pcmanfm
+pkgver=1.2.3
+pkgrel=2
+pkgdesc='Extremely fast and lightweight file manager (GTK+ 3 version)'
+arch=('i686' 'x86_64')
+url='http://pcmanfm.sourceforge.net/'
+license=('GPL')
+groups=('lxde-gtk3')
+depends=('desktop-file-utils' 'libfm-gtk3' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
+'udisks: alternative for mounting volumes'
+'xarchiver: archive management')
+conflicts=($_pkgname)
+install=$_pkgname.install
+source=(http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.xz
+git-fixes.patch)
+md5sums=('c993402d407b0a3fc076f842ac1bc5c9'
+ '39426b99f7b2e76255f23262381d542e')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Apply fixes from git
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=3
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: pcmanfm-gtk3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: pcmanfm-gtk3/trunk/git-fixes.patch
===
--- pcmanfm-gtk3/trunk/git-fixes.patch  (rev 0)
+++ pcmanfm-gtk3/trunk/git-fixes.patch  2016-02-20 02:26:41 UTC (rev 162622)
@@ -0,0 +1,826 @@
+diff --git a/NEWS b/NEWS
+index 0d1c2a2..8d61c2c 100644
+--- a/NEWS
 b/NEWS
+@@ -1,3 +1,41 @@
++* Workarounded a bug in gtk_file_chooser_set_file() function (patch from
++Simon Long).
++
++* Fixed single instance options cleanup that might affect next call.
++
++* Fixed wrong update of status text after folder update when there are
++selected files in the folder.
++
++* Disabled using desktop background from the GTK+ style since there is
++own color setting and changing the style may repaint the desktop.
++
++* Enforced desktop font update on the desktop resize with GTK+ 3.0.
++
++* Fixed items layout order to never be tried before desktop is realized.
++
++* Fixed item borders calculations when matching to pointer position.
++
++* Fixed forwarding events to root window, it could get unpaired events.
++
++* Fixed crash on too fast folder change with focus_previous=1.
++
++* Fixed stuck tooltip after click on the item.
++
++* Improved option to open folder in terminal, it should work with gvfs
++paths that have resolvable local path as well.
++
++* Fixed incorrect file names rendering position on the desktop.
++
++* Fixed not working Connect to Server... dialog when non-anonymous user
++is selected.
++
++* Fixed possible memory corruption in the Connect to Server... dialog.
++
++* Support explicit mention of scheme in the Server line of the Connect to
++Server... dialog, not duplicate it if it's present. That includes the
++https:// to fix support for secure WebDAV access as well.
++
++
+ Changes on 1.2.3 since 1.2.2:
+ 
+ * Disabled unrequested config save on changing dir if show_hidden changes.
+diff --git a/data/pcmanfm-desktop-pref.desktop.in 
b/data/pcmanfm-desktop-pref.desktop.in
+index ea78560..4f42849 100644
+--- a/data/pcmanfm-desktop-pref.desktop.in
 b/data/pcmanfm-desktop-pref.desktop.in
+@@ -7,4 +7,4 @@ Categories=Settings;GTK;DesktopSettings;X-LXDE-Settings;
+ Exec=pcmanfm --desktop-pref
+ StartupNotify=true
+ Terminal=false
+-NotShowIn=GNOME;XFCE;KDE;
++NotShowIn=GNOME;XFCE;KDE;MATE;
+diff --git a/data/ui/about.glade.in b/data/ui/about.glade.in
+index 3b40720..758fe00 100644
+--- a/data/ui/about.glade.in
 b/data/ui/about.glade.in
+@@ -6,7 +6,6 @@
+ 5
+ center-on-parent
+ dialog
+-False
+ PCManFM
+ @VERSION@
+ Copyright (C) 2009 - 
2014
+diff --git a/src/connect-server.c b/src/connect-server.c
+index e6a05fd..31b597c 100644
+--- a/src/connect-server.c
 

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

2016-02-19 Thread Balló György
Date: Saturday, February 20, 2016 @ 03:25:00
  Author: bgyorgy
Revision: 162620

upgpkg: lxpanel 0.8.1-2

Rebuild for libfm-gtk2 split

Modified:
  lxpanel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 02:24:30 UTC (rev 162619)
+++ PKGBUILD2016-02-20 02:25:00 UTC (rev 162620)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Balló György 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Angel Velasquez 
 # Contributor: Juergen Hoetzel 
@@ -5,16 +6,16 @@
 
 pkgname=lxpanel
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight X11 desktop panel for LXDE'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
 groups=('lxde')
-depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm' 
'libkeybinder2')
+depends=('alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm-gtk2' 
'libkeybinder2')
 makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
 optdepends=('wireless_tools: netstat plugin')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz)
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
 sha256sums=('c657eb049a0f59e7b2d1ad6cb621c272833b765705c19089e48b3c248351b1e0')
 
 build() {
@@ -22,6 +23,10 @@
   ./configure \
 --sysconfdir=/etc \
 --prefix=/usr
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2016-02-19 Thread Balló György
Date: Saturday, February 20, 2016 @ 03:25:07
  Author: bgyorgy
Revision: 162621

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

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

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

Copied: lxpanel/repos/community-testing-i686/PKGBUILD (from rev 162620, 
lxpanel/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-20 02:25:07 UTC (rev 162621)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=lxpanel
+pkgver=0.8.1
+pkgrel=2
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm-gtk2' 
'libkeybinder2')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+sha256sums=('c657eb049a0f59e7b2d1ad6cb621c272833b765705c19089e48b3c248351b1e0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--sysconfdir=/etc \
+--prefix=/usr
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: lxpanel/repos/community-testing-x86_64/PKGBUILD (from rev 162620, 
lxpanel/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-02-20 02:25:07 UTC (rev 162621)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=lxpanel
+pkgver=0.8.1
+pkgrel=2
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm-gtk2' 
'libkeybinder2')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+sha256sums=('c657eb049a0f59e7b2d1ad6cb621c272833b765705c19089e48b3c248351b1e0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--sysconfdir=/etc \
+--prefix=/usr
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-02-19 Thread Balló György
Date: Saturday, February 20, 2016 @ 03:24:30
  Author: bgyorgy
Revision: 162619

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

Added:
  pcmanfm/repos/community-testing-i686/
  pcmanfm/repos/community-testing-i686/PKGBUILD
(from rev 162618, pcmanfm/trunk/PKGBUILD)
  pcmanfm/repos/community-testing-i686/git-fixes.patch
(from rev 162618, pcmanfm/trunk/git-fixes.patch)
  pcmanfm/repos/community-testing-i686/pcmanfm.install
(from rev 162618, pcmanfm/trunk/pcmanfm.install)
  pcmanfm/repos/community-testing-x86_64/
  pcmanfm/repos/community-testing-x86_64/PKGBUILD
(from rev 162618, pcmanfm/trunk/PKGBUILD)
  pcmanfm/repos/community-testing-x86_64/git-fixes.patch
(from rev 162618, pcmanfm/trunk/git-fixes.patch)
  pcmanfm/repos/community-testing-x86_64/pcmanfm.install
(from rev 162618, pcmanfm/trunk/pcmanfm.install)

--+
 community-testing-i686/PKGBUILD  |   43 +
 community-testing-i686/git-fixes.patch   |  826 +
 community-testing-i686/pcmanfm.install   |   11 
 community-testing-x86_64/PKGBUILD|   43 +
 community-testing-x86_64/git-fixes.patch |  826 +
 community-testing-x86_64/pcmanfm.install |   11 
 6 files changed, 1760 insertions(+)

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


[arch-commits] Commit in pcmanfm/trunk (PKGBUILD git-fixes.patch pcmanfm.install)

2016-02-19 Thread Balló György
Date: Saturday, February 20, 2016 @ 03:24:22
  Author: bgyorgy
Revision: 162618

upgpkg: pcmanfm 1.2.3-2

Apply fixes from git, rebuild for libfm-gtk2 split

Added:
  pcmanfm/trunk/git-fixes.patch
Modified:
  pcmanfm/trunk/PKGBUILD
  pcmanfm/trunk/pcmanfm.install

-+
 PKGBUILD|   19 -
 git-fixes.patch |  826 ++
 pcmanfm.install |4 
 3 files changed, 842 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 02:23:07 UTC (rev 162617)
+++ PKGBUILD2016-02-20 02:24:22 UTC (rev 162618)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Balló György 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Unknown47 
 # Contributor: Angel Velasquez 
@@ -7,21 +7,30 @@
 
 pkgname=pcmanfm
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Extremely fast and lightweight file manager'
 arch=('i686' 'x86_64')
 url='http://pcmanfm.sourceforge.net/'
 license=('GPL')
 groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+depends=('desktop-file-utils' 'libfm-gtk2' 'lxmenu-data')
 makedepends=('intltool')
 optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
 'udisks: alternative for mounting volumes'
 'xarchiver: archive management')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('c993402d407b0a3fc076f842ac1bc5c9')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
+git-fixes.patch)
+md5sums=('c993402d407b0a3fc076f842ac1bc5c9'
+ '39426b99f7b2e76255f23262381d542e')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Apply fixes from git
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --sysconfdir=/etc --prefix=/usr

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-02-20 02:24:22 UTC (rev 162618)
@@ -0,0 +1,826 @@
+diff --git a/NEWS b/NEWS
+index 0d1c2a2..8d61c2c 100644
+--- a/NEWS
 b/NEWS
+@@ -1,3 +1,41 @@
++* Workarounded a bug in gtk_file_chooser_set_file() function (patch from
++Simon Long).
++
++* Fixed single instance options cleanup that might affect next call.
++
++* Fixed wrong update of status text after folder update when there are
++selected files in the folder.
++
++* Disabled using desktop background from the GTK+ style since there is
++own color setting and changing the style may repaint the desktop.
++
++* Enforced desktop font update on the desktop resize with GTK+ 3.0.
++
++* Fixed items layout order to never be tried before desktop is realized.
++
++* Fixed item borders calculations when matching to pointer position.
++
++* Fixed forwarding events to root window, it could get unpaired events.
++
++* Fixed crash on too fast folder change with focus_previous=1.
++
++* Fixed stuck tooltip after click on the item.
++
++* Improved option to open folder in terminal, it should work with gvfs
++paths that have resolvable local path as well.
++
++* Fixed incorrect file names rendering position on the desktop.
++
++* Fixed not working Connect to Server... dialog when non-anonymous user
++is selected.
++
++* Fixed possible memory corruption in the Connect to Server... dialog.
++
++* Support explicit mention of scheme in the Server line of the Connect to
++Server... dialog, not duplicate it if it's present. That includes the
++https:// to fix support for secure WebDAV access as well.
++
++
+ Changes on 1.2.3 since 1.2.2:
+ 
+ * Disabled unrequested config save on changing dir if show_hidden changes.
+diff --git a/data/pcmanfm-desktop-pref.desktop.in 
b/data/pcmanfm-desktop-pref.desktop.in
+index ea78560..4f42849 100644
+--- a/data/pcmanfm-desktop-pref.desktop.in
 b/data/pcmanfm-desktop-pref.desktop.in
+@@ -7,4 +7,4 @@ Categories=Settings;GTK;DesktopSettings;X-LXDE-Settings;
+ Exec=pcmanfm --desktop-pref
+ StartupNotify=true
+ Terminal=false
+-NotShowIn=GNOME;XFCE;KDE;
++NotShowIn=GNOME;XFCE;KDE;MATE;
+diff --git a/data/ui/about.glade.in b/data/ui/about.glade.in
+index 3b40720..758fe00 100644
+--- a/data/ui/about.glade.in
 b/data/ui/about.glade.in
+@@ -6,7 +6,6 @@
+ 5
+ center-on-parent
+ dialog
+-False
+ PCManFM
+ @VERSION@
+ Copyright (C) 2009 - 
2014
+diff --git a/src/connect-server.c b/src/connect-server.c
+index e6a05fd..31b597c 100644
+--- a/src/connect-server.c
 b/src/connect-server.c
+@@ -3,7 +3,7 @@
+  *
+  *  This file is a part of the PCManFM project.
+  *
+- *  Copyright 2013-2014 Andriy Grytsenko (LStranger) 
++ *  Copyright 2013-2016 Andriy Grytsenko (LStranger) 
+  *
+  * 

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

2016-02-19 Thread Balló György
Date: Saturday, February 20, 2016 @ 03:23:07
  Author: bgyorgy
Revision: 162617

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

Added:
  libfm/repos/community-testing-i686/
  libfm/repos/community-testing-i686/PKGBUILD
(from rev 162616, libfm/trunk/PKGBUILD)
  libfm/repos/community-testing-i686/git-fixes.patch
(from rev 162616, libfm/trunk/git-fixes.patch)
  libfm/repos/community-testing-i686/libfm-gtk.install
(from rev 162616, libfm/trunk/libfm-gtk.install)
  libfm/repos/community-testing-i686/libfm.install
(from rev 162616, libfm/trunk/libfm.install)
  libfm/repos/community-testing-x86_64/
  libfm/repos/community-testing-x86_64/PKGBUILD
(from rev 162616, libfm/trunk/PKGBUILD)
  libfm/repos/community-testing-x86_64/git-fixes.patch
(from rev 162616, libfm/trunk/git-fixes.patch)
  libfm/repos/community-testing-x86_64/libfm-gtk.install
(from rev 162616, libfm/trunk/libfm-gtk.install)
  libfm/repos/community-testing-x86_64/libfm.install
(from rev 162616, libfm/trunk/libfm.install)

+
 community-testing-i686/PKGBUILD|  138 +
 community-testing-i686/git-fixes.patch | 1990 +++
 community-testing-i686/libfm-gtk.install   |   11 
 community-testing-i686/libfm.install   |   11 
 community-testing-x86_64/PKGBUILD  |  138 +
 community-testing-x86_64/git-fixes.patch   | 1990 +++
 community-testing-x86_64/libfm-gtk.install |   11 
 community-testing-x86_64/libfm.install |   11 
 8 files changed, 4300 insertions(+)

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


[arch-commits] Commit in libfm/trunk (4 files)

2016-02-19 Thread Balló György
Date: Saturday, February 20, 2016 @ 03:22:57
  Author: bgyorgy
Revision: 162616

upgpkg: libfm 1.2.3-2

Split out libfm-gtk, add GTK+ 3 version

Added:
  libfm/trunk/git-fixes.patch
  libfm/trunk/libfm-gtk.install
Modified:
  libfm/trunk/PKGBUILD
  libfm/trunk/libfm.install

---+
 PKGBUILD  |  105 ++
 git-fixes.patch   | 1990 
 libfm-gtk.install |   11 
 libfm.install |3 
 4 files changed, 2090 insertions(+), 19 deletions(-)

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


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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 03:22:18
  Author: fyan
Revision: 162615

upgpkg: deepin-terminal 1.1.3-2

fix the executable bit

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 01:25:16 UTC (rev 162614)
+++ PKGBUILD2016-02-20 02:22:18 UTC (rev 162615)
@@ -5,7 +5,7 @@
  
 pkgname=deepin-terminal
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Awesome terminal for Linux Deepin'
 arch=('any')
 url="https://gitcafe.com/Deepin/deepin-terminal;
@@ -14,7 +14,7 @@
  'python2-dbus' 'python2-deepin-ui' 'xdotool' 'ttf-dejavu')
 makedepends=('deepin-gettext-tools' 'git')
 groups=('deepin-extra')
-install="${pkgname}.install"
+install="$pkgname.install"
 source=("git+https://cr.deepin.io/deepin-terminal.git#tag=$pkgver;
 use-deepinvte.patch)
 sha256sums=('SKIP'
@@ -27,7 +27,7 @@
   patch -p1 --no-backup-if-mismatch -i ../use-deepinvte.patch
  
   # fix python version
-  find "${srcdir}" -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python 
*$=\1python2='
+  find "$srcdir" -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python 
*$=\1python2='
 }
  
 build() {
@@ -37,5 +37,7 @@
  
 package() {
   cd deepin-terminal
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+
+  chmod 0755 "$pkgdir"/usr/share/deepin-terminal/src/main.py
 }


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

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 03:13:35
  Author: allan
Revision: 260032

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

Added:
  flex/repos/testing-i686/
  flex/repos/testing-i686/PKGBUILD
(from rev 260031, flex/trunk/PKGBUILD)
  flex/repos/testing-i686/flex-2.6.0-comment-style.patch
(from rev 260031, flex/trunk/flex-2.6.0-comment-style.patch)
  flex/repos/testing-i686/flex.install
(from rev 260031, flex/trunk/flex.install)
  flex/repos/testing-x86_64/
  flex/repos/testing-x86_64/PKGBUILD
(from rev 260031, flex/trunk/PKGBUILD)
  flex/repos/testing-x86_64/flex-2.6.0-comment-style.patch
(from rev 260031, flex/trunk/flex-2.6.0-comment-style.patch)
  flex/repos/testing-x86_64/flex.install
(from rev 260031, flex/trunk/flex.install)

---+
 testing-i686/PKGBUILD |   48 
 testing-i686/flex-2.6.0-comment-style.patch   |   22 +++
 testing-i686/flex.install |   22 +++
 testing-x86_64/PKGBUILD   |   48 
 testing-x86_64/flex-2.6.0-comment-style.patch |   22 +++
 testing-x86_64/flex.install   |   22 +++
 6 files changed, 184 insertions(+)

Copied: flex/repos/testing-i686/PKGBUILD (from rev 260031, flex/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-20 02:13:35 UTC (rev 260032)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=flex
+pkgver=2.6.0
+pkgrel=2
+pkgdesc="A tool for generating text-scanning programs"
+arch=('i686' 'x86_64')
+url="http://flex.sourceforge.net;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'm4' 'sh')
+makedepends=('help2man')  # needed for patch...
+install=flex.install
+source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.xz
+flex-2.6.0-comment-style.patch)
+md5sums=('3cbbfa1554d0b75fad9f8100732454de'
+ '14c93c3930a8591bed2f736e28c47106')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  # git commit 07d89829
+  patch -p1 -i $srcdir/flex-2.6.0-comment-style.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  ln -s flex ${pkgdir}/usr/bin/lex
+
+  install -Dm644 COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+

Copied: flex/repos/testing-i686/flex-2.6.0-comment-style.patch (from rev 
260031, flex/trunk/flex-2.6.0-comment-style.patch)
===
--- testing-i686/flex-2.6.0-comment-style.patch (rev 0)
+++ testing-i686/flex-2.6.0-comment-style.patch 2016-02-20 02:13:35 UTC (rev 
260032)
@@ -0,0 +1,22 @@
+From 07d89829cce4527c7614a34642d4b2c2ef5d6005 Mon Sep 17 00:00:00 2001
+From: Will Estes 
+Date: Fri, 11 Dec 2015 09:45:14 -0500
+Subject: [PATCH] Commented in C style in skeleton; fixed sf#195
+
+---
+ src/flex.skl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/flex.skl b/src/flex.skl
+index b63c8c8..40287b6 100644
+--- a/src/flex.skl
 b/src/flex.skl
+@@ -2350,7 +2350,7 @@ void yyFlexLexer::yyensure_buffer_stack(void)
+* scanner will even need a stack. We use 2 instead of 1 to 
avoid an
+* immediate realloc on the next call.
+  */
+-  num_to_alloc = 1; // After all that talk, this was set to 1 
anyways...
++  num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... 
*/
+   YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
+   (num_to_alloc * 
sizeof(struct yy_buffer_state*)
+   
M4_YY_CALL_LAST_ARG);

Copied: flex/repos/testing-i686/flex.install (from rev 260031, 
flex/trunk/flex.install)
===
--- testing-i686/flex.install   (rev 0)
+++ testing-i686/flex.install   2016-02-20 02:13:35 UTC (rev 260032)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(flex.info{,-1,-2})
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: flex/repos/testing-x86_64/PKGBUILD (from rev 260031, 
flex/trunk/PKGBUILD)

[arch-commits] Commit in flex/trunk (PKGBUILD flex-2.6.0-comment-style.patch)

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 03:12:24
  Author: allan
Revision: 260031

upgpkg: flex 2.6.0-2

fix quoting style bug

Added:
  flex/trunk/flex-2.6.0-comment-style.patch
Modified:
  flex/trunk/PKGBUILD

+
 PKGBUILD   |   22 --
 flex-2.6.0-comment-style.patch |   22 ++
 2 files changed, 38 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 01:14:52 UTC (rev 260030)
+++ PKGBUILD2016-02-20 02:12:24 UTC (rev 260031)
@@ -4,7 +4,7 @@
 
 pkgname=flex
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for generating text-scanning programs"
 arch=('i686' 'x86_64')
 url="http://flex.sourceforge.net;
@@ -11,23 +11,33 @@
 license=('custom')
 groups=('base-devel')
 depends=('glibc' 'm4' 'sh')
+makedepends=('help2man')  # needed for patch...
 install=flex.install
-source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.xz)
-md5sums=('3cbbfa1554d0b75fad9f8100732454de')
+source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.xz
+flex-2.6.0-comment-style.patch)
+md5sums=('3cbbfa1554d0b75fad9f8100732454de'
+ '14c93c3930a8591bed2f736e28c47106')
 
+prepare() {
+  cd $pkgname-$pkgver
+  
+  # git commit 07d89829
+  patch -p1 -i $srcdir/flex-2.6.0-comment-style.patch
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make check
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
   ln -s flex ${pkgdir}/usr/bin/lex

Added: flex-2.6.0-comment-style.patch
===
--- flex-2.6.0-comment-style.patch  (rev 0)
+++ flex-2.6.0-comment-style.patch  2016-02-20 02:12:24 UTC (rev 260031)
@@ -0,0 +1,22 @@
+From 07d89829cce4527c7614a34642d4b2c2ef5d6005 Mon Sep 17 00:00:00 2001
+From: Will Estes 
+Date: Fri, 11 Dec 2015 09:45:14 -0500
+Subject: [PATCH] Commented in C style in skeleton; fixed sf#195
+
+---
+ src/flex.skl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/flex.skl b/src/flex.skl
+index b63c8c8..40287b6 100644
+--- a/src/flex.skl
 b/src/flex.skl
+@@ -2350,7 +2350,7 @@ void yyFlexLexer::yyensure_buffer_stack(void)
+* scanner will even need a stack. We use 2 instead of 1 to 
avoid an
+* immediate realloc on the next call.
+  */
+-  num_to_alloc = 1; // After all that talk, this was set to 1 
anyways...
++  num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... 
*/
+   YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
+   (num_to_alloc * 
sizeof(struct yy_buffer_state*)
+   
M4_YY_CALL_LAST_ARG);


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

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 02:25:16
  Author: fyan
Revision: 162614

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-20 01:25:02 UTC (rev 162613)
+++ PKGBUILD2016-02-20 01:25:16 UTC (rev 162614)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=2.1.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=('bfdc68abea59f19ba4b12660ef798283')
-
-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 162613, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-20 01:25:16 UTC (rev 162614)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=2.2.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=('99ef6e94f64db7af55f5d9e070c93215')
+
+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 eslint/trunk (PKGBUILD)

2016-02-19 Thread Felix Yan
Date: Saturday, February 20, 2016 @ 02:25:02
  Author: fyan
Revision: 162613

upgpkg: eslint 2.2.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 01:14:23 UTC (rev 162612)
+++ PKGBUILD2016-02-20 01:25:02 UTC (rev 162613)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=2.1.0
+pkgver=2.2.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=('bfdc68abea59f19ba4b12660ef798283')
+md5sums=('99ef6e94f64db7af55f5d9e070c93215')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-02-19 Thread Levente Polyak
Date: Saturday, February 20, 2016 @ 02:14:23
  Author: anthraxx
Revision: 162612

archrelease: copy trunk to community-any

Added:
  ruby-rspec-core/repos/community-any/PKGBUILD
(from rev 162611, ruby-rspec-core/trunk/PKGBUILD)
Deleted:
  ruby-rspec-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-20 01:14:16 UTC (rev 162611)
+++ PKGBUILD2016-02-20 01:14:23 UTC (rev 162612)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Artem Vorotnikov 
-
-_gemname=rspec-core
-pkgname=ruby-${_gemname}
-pkgver=3.4.2
-pkgrel=1
-pkgdesc='RSpec runner and formatters'
-url='https://github.com/rspec/rspec-core'
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec-support')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('cfc28f7355106436da8eb4d929e0d944524b3eb472723834bf578e17c5b2d81887c16fb3225e36cae3a21d68ff8aa991f413afc47d0c5de081767c33e46e241a')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rspec-core/repos/community-any/PKGBUILD (from rev 162611, 
ruby-rspec-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-20 01:14:23 UTC (rev 162612)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Artem Vorotnikov 
+
+_gemname=rspec-core
+pkgname=ruby-${_gemname}
+pkgver=3.4.3
+pkgrel=1
+pkgdesc='RSpec runner and formatters'
+url='https://github.com/rspec/rspec-core'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec-support')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('997c75b0ef0f0f2c75acbf5246a76a126ba71ce054748d253be92b591c8c986aaba475d3fffc2022176e5edf07c354274c775a55433bf4fe2d827a80863e0b8a')
+
+package() {
+  local _gemdir="$(gem environment gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 02:14:52
  Author: allan
Revision: 260030

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

Added:
  valgrind/repos/testing-i686/
  valgrind/repos/testing-i686/PKGBUILD
(from rev 260029, valgrind/trunk/PKGBUILD)
  valgrind/repos/testing-x86_64/
  valgrind/repos/testing-x86_64/PKGBUILD
(from rev 260029, valgrind/trunk/PKGBUILD)

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

Copied: valgrind/repos/testing-i686/PKGBUILD (from rev 260029, 
valgrind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-20 01:14:52 UTC (rev 260030)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Maintainer: Allan McRae 
+
+pkgname=valgrind
+pkgver=3.11.0
+pkgrel=2
+pkgdesc='A tool to help find memory-management problems in programs'
+arch=(i686 x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('glibc>=2.23' 'glibc<2.24' 'perl')
+makedepends=(gdb openmpi)
+optdepends=('openmpi: MPI support')
+# valgrind does not like stack protector flags
+options=(!emptydirs !buildflags)
+source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2)
+sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: valgrind/repos/testing-x86_64/PKGBUILD (from rev 260029, 
valgrind/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-20 01:14:52 UTC (rev 260030)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Maintainer: Allan McRae 
+
+pkgname=valgrind
+pkgver=3.11.0
+pkgrel=2
+pkgdesc='A tool to help find memory-management problems in programs'
+arch=(i686 x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('glibc>=2.23' 'glibc<2.24' 'perl')
+makedepends=(gdb openmpi)
+optdepends=('openmpi: MPI support')
+# valgrind does not like stack protector flags
+options=(!emptydirs !buildflags)
+source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2)
+sha1sums=('340757e91d9e83591158fe8bb985c6b11bc53de5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-02-19 Thread Levente Polyak
Date: Saturday, February 20, 2016 @ 02:14:16
  Author: anthraxx
Revision: 162611

upgpkg: ruby-rspec-core 3.4.3-1

Modified:
  ruby-rspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 23:28:33 UTC (rev 162610)
+++ PKGBUILD2016-02-20 01:14:16 UTC (rev 162611)
@@ -3,7 +3,7 @@
 
 _gemname=rspec-core
 pkgname=ruby-${_gemname}
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc='RSpec runner and formatters'
 url='https://github.com/rspec/rspec-core'
@@ -13,10 +13,10 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('cfc28f7355106436da8eb4d929e0d944524b3eb472723834bf578e17c5b2d81887c16fb3225e36cae3a21d68ff8aa991f413afc47d0c5de081767c33e46e241a')
+sha512sums=('997c75b0ef0f0f2c75acbf5246a76a126ba71ce054748d253be92b591c8c986aaba475d3fffc2022176e5edf07c354274c775a55433bf4fe2d827a80863e0b8a')
 
 package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  local _gemdir="$(gem environment gemdir)"
   gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
   install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"


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

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 02:13:43
  Author: allan
Revision: 260029

upgpkg: valgrind 3.11.0-2

glibc-2.23 rebuild

Modified:
  valgrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 00:57:09 UTC (rev 260028)
+++ PKGBUILD2016-02-20 01:13:43 UTC (rev 260029)
@@ -4,12 +4,12 @@
 
 pkgname=valgrind
 pkgver=3.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A tool to help find memory-management problems in programs'
 arch=(i686 x86_64)
 license=(GPL)
 url='http://valgrind.org/'
-depends=('glibc>=2.22' 'glibc<2.23' 'perl')
+depends=('glibc>=2.23' 'glibc<2.24' 'perl')
 makedepends=(gdb openmpi)
 optdepends=('openmpi: MPI support')
 # valgrind does not like stack protector flags


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

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 01:57:09
  Author: allan
Revision: 260028

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

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 260027, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.22-CVE-2015-7547.patch
(from rev 260027, glibc/trunk/glibc-2.22-CVE-2015-7547.patch)
  glibc/repos/testing-i686/glibc-2.22-roundup.patch
(from rev 260027, glibc/trunk/glibc-2.22-roundup.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 260027, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 260027, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 260027, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 260027, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.22-CVE-2015-7547.patch
(from rev 260027, glibc/trunk/glibc-2.22-CVE-2015-7547.patch)
  glibc/repos/testing-x86_64/glibc-2.22-roundup.patch
(from rev 260027, glibc/trunk/glibc-2.22-roundup.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 260027, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 260027, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 260027, glibc/trunk/locale.gen.txt)

---+
 testing-i686/PKGBUILD |  137 +
 testing-i686/glibc-2.22-CVE-2015-7547.patch   |  572 
 testing-i686/glibc-2.22-roundup.patch | 2747 
 testing-i686/glibc.install|   20 
 testing-i686/locale-gen   |   42 
 testing-i686/locale.gen.txt   |   23 
 testing-x86_64/PKGBUILD   |  137 +
 testing-x86_64/glibc-2.22-CVE-2015-7547.patch |  572 
 testing-x86_64/glibc-2.22-roundup.patch   | 2747 
 testing-x86_64/glibc.install  |   20 
 testing-x86_64/locale-gen |   42 
 testing-x86_64/locale.gen.txt |   23 
 12 files changed, 7082 insertions(+)

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


[arch-commits] Commit in glibc/trunk (PKGBUILD glibc.install)

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 01:54:28
  Author: allan
Revision: 260027

upgpkg: glibc 2.23-1

glibc-2.23 + binutils-2.26 rebuild

Modified:
  glibc/trunk/PKGBUILD
  glibc/trunk/glibc.install

---+
 PKGBUILD  |   59 
 glibc.install |4 ---
 2 files changed, 18 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 23:31:11 UTC (rev 260026)
+++ PKGBUILD2016-02-20 00:54:28 UTC (rev 260027)
@@ -4,11 +4,10 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 # NOTE: valgrind requires rebuilt with each major glibc version
 
-# NOTE: adjust version in install script when locale files are updated
-
 pkgname=glibc
-pkgver=2.22
-pkgrel=4
+pkgver=2.23
+pkgrel=1
+_commit=e742928c
 pkgdesc="GNU C Library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libc;
@@ -15,41 +14,25 @@
 license=('GPL' 'LGPL')
 groups=('base')
 depends=('linux-api-headers>=4.1' 'tzdata' 'filesystem')
-makedepends=('gcc>=5.2')
+makedepends=('gcc>=5.2' 'git')
 backup=(etc/gai.conf
 etc/locale.gen
 etc/nscd.conf)
 options=('!strip' 'staticlibs')
 install=glibc.install
-source=(http://ftp.gnu.org/gnu/libc/${pkgname}-${pkgver}.tar.xz{,.sig}
-glibc-2.22-roundup.patch
-glibc-2.22-CVE-2015-7547.patch
+source=(git://sourceware.org/git/glibc.git#commit=${_commit}
 locale.gen.txt
 locale-gen)
-md5sums=('e51e02bf552a0a1fbbdc948fb2f5e83c'
- 'SKIP'
- 'd4b9754a2d5e8f113d47c67386f75e7b'
- 'db053da46e40f25a0fc988936725080b'
+md5sums=('SKIP'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf')
-validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
 
 prepare() {
-  cd ${srcdir}/glibc-${pkgver}
-
-  # glibc-2.22..287de30e
-  # 060f8dbd (and 13ff0739) is reverted as it breaks the testsuite on x86_64
-  # TODO: figure out why...
-  patch -p1 -i $srcdir/glibc-2.22-roundup.patch
-
-  # CVE-2015-7547 - patch from upstream
-  patch -p1 -i $srcdir/glibc-2.22-CVE-2015-7547.patch
-
-  mkdir ${srcdir}/glibc-build
+  mkdir glibc-build
 }
 
 build() {
-  cd ${srcdir}/glibc-build
+  cd glibc-build
 
   if [[ ${CARCH} = "i686" ]]; then
 # Hack to fix NPTL issues with Xen, only required on 32bit platforms
@@ -66,7 +49,7 @@
   CFLAGS=${CFLAGS/-fstack-protector-strong/}
   CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
 
-  ${srcdir}/${pkgname}-${pkgver}/configure --prefix=/usr \
+  ../${pkgname}/configure --prefix=/usr \
   --libdir=/usr/lib --libexecdir=/usr/lib \
   --with-headers=/usr/include \
   --with-bugurl=https://bugs.archlinux.org/ \
@@ -90,11 +73,11 @@
   make
 
   # remove harding in preparation to run test-suite
-  sed -i '5,7d' configparms
+  sed -i '/FORTIFY/d' configparms
 }
 
 check() {
-  cd ${srcdir}/glibc-build
+  cd glibc-build
 
   # some failures are "expected"
   make check || true
@@ -101,7 +84,7 @@
 }
 
 package() {
-  cd ${srcdir}/glibc-build
+  cd glibc-build
 
   install -dm755 ${pkgdir}/etc
   touch ${pkgdir}/etc/ld.so.conf
@@ -112,11 +95,11 @@
 
   install -dm755 ${pkgdir}/usr/lib/{locale,systemd/system,tmpfiles.d}
 
-  install -m644 ${srcdir}/${pkgname}-${pkgver}/nscd/nscd.conf 
${pkgdir}/etc/nscd.conf
-  install -m644 ${srcdir}/${pkgname}-${pkgver}/nscd/nscd.service 
${pkgdir}/usr/lib/systemd/system
-  install -m644 ${srcdir}/${pkgname}-${pkgver}/nscd/nscd.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/nscd.conf
+  install -m644 ${srcdir}/${pkgname}/nscd/nscd.conf ${pkgdir}/etc/nscd.conf
+  install -m644 ${srcdir}/${pkgname}/nscd/nscd.service 
${pkgdir}/usr/lib/systemd/system
+  install -m644 ${srcdir}/${pkgname}/nscd/nscd.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/nscd.conf
 
-  install -m644 ${srcdir}/${pkgname}-${pkgver}/posix/gai.conf 
${pkgdir}/etc/gai.conf
+  install -m644 ${srcdir}/${pkgname}/posix/gai.conf ${pkgdir}/etc/gai.conf
 
   install -m755 ${srcdir}/locale-gen ${pkgdir}/usr/bin
 
@@ -123,16 +106,8 @@
   # create /etc/locale.gen
   install -m644 ${srcdir}/locale.gen.txt ${pkgdir}/etc/locale.gen
   sed -e '1,3d' -e 's|/| |g' -e 's|\\| |g' -e 's|^|#|g' \
-${srcdir}/glibc-${pkgver}/localedata/SUPPORTED >> ${pkgdir}/etc/locale.gen
+${srcdir}/glibc/localedata/SUPPORTED >> ${pkgdir}/etc/locale.gen
 
-  # remove the static libraries that have a shared counterpart
-  # libc, libdl, libm and libpthread are required for toolchain testsuites
-  # in addition libcrypt appears widely required
-  rm $pkgdir/usr/lib/lib{anl,BrokenLocale,nsl,resolv,rt,util}.a
-  if [[ $CARCH = "x86_64" ]]; then
-rm $pkgdir/usr/lib/libmvec.a
-  fi
-
   # Do not strip the following files for improved debugging support
   # ("improved" as in not breaking gdb and valgrind...):
   #   ld-${pkgver}.so

Modified: glibc.install
===
--- 

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

2016-02-19 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 00:31:11
  Author: arojas
Revision: 260026

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

Added:
  libmtp/repos/extra-i686/PKGBUILD
(from rev 260025, libmtp/trunk/PKGBUILD)
  libmtp/repos/extra-x86_64/PKGBUILD
(from rev 260025, 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-02-19 23:30:57 UTC (rev 260025)
+++ extra-i686/PKGBUILD 2016-02-19 23:31:11 UTC (rev 260026)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: damir 
-# Contributor: Kevin Edmonds 
-
-pkgname=libmtp
-pkgver=1.1.10
-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=('a82e999363c2504025fb50d2e095ec23')
-
-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 260025, 
libmtp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-19 23:31:11 UTC (rev 260026)
@@ -0,0 +1,34 @@
+# $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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-19 23:30:57 UTC (rev 260025)
+++ extra-x86_64/PKGBUILD   2016-02-19 23:31:11 UTC (rev 260026)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: damir 
-# Contributor: Kevin Edmonds 
-
-pkgname=libmtp
-pkgver=1.1.10
-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=('a82e999363c2504025fb50d2e095ec23')
-
-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 260025, 
libmtp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-19 23:31:11 UTC (rev 260026)
@@ -0,0 +1,34 @@
+# $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 

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

2016-02-19 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 00:30:38
  Author: arojas
Revision: 260024

Update to 1.1.11

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 23:28:29 UTC (rev 260023)
+++ PKGBUILD2016-02-19 23:30:38 UTC (rev 260024)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Edmonds 
 
 pkgname=libmtp
-pkgver=1.1.10
+pkgver=1.1.11
 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=('a82e999363c2504025fb50d2e095ec23')
+md5sums=('eea14dd30ddd08bbe39cfcb57564a4b8')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 00:30:57
  Author: allan
Revision: 260025

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 260023, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/Unlink-the-response-file.patch
(from rev 260023, gcc/trunk/Unlink-the-response-file.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 260023, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 260023, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 260023, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 260023, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 260023, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 260023, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/Unlink-the-response-file.patch
(from rev 260023, gcc/trunk/Unlink-the-response-file.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 260023, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 260023, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 260023, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 260023, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 260023, gcc/trunk/gcc.install)

---+
 testing-i686/PKGBUILD |  325 
 testing-i686/Unlink-the-response-file.patch   |   54 +++
 testing-i686/gcc-ada.install  |   20 +
 testing-i686/gcc-fortran.install  |   16 +
 testing-i686/gcc-go.install   |   20 +
 testing-i686/gcc-libs.install |   16 +
 testing-i686/gcc.install  |   20 +
 testing-x86_64/PKGBUILD   |  325 
 testing-x86_64/Unlink-the-response-file.patch |   54 +++
 testing-x86_64/gcc-ada.install|   20 +
 testing-x86_64/gcc-fortran.install|   16 +
 testing-x86_64/gcc-go.install |   20 +
 testing-x86_64/gcc-libs.install   |   16 +
 testing-x86_64/gcc.install|   20 +
 14 files changed, 942 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 260023, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-19 23:30:57 UTC (rev 260025)
@@ -0,0 +1,325 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=5.3.0
+_pkgver=5
+_islver=0.15
+pkgrel=5
+_snapshot=5-20160209
+pkgdesc="The GNU Compiler Collection"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org;
+makedepends=('binutils>=2.26' 'libmpc' 'gcc-ada' 'doxygen')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+Unlink-the-response-file.patch)
+md5sums=('499161c65b639aa5c12a14944582b7ec'
+ '8428efbbc6f6e2810ce5c1ba73ecf98c'
+ '1f4d4ef71004261376d26d5ba6a84499')
+
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir="usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver} > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  # https://bugs.archlinux.org/task/47874 - commit f591a95d
+  patch -p1 -i $srcdir/Unlink-the-response-file.patch
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  

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

2016-02-19 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 00:28:33
  Author: arojas
Revision: 162610

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

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

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

Copied: pcsclite/repos/community-testing-i686/PKGBUILD (from rev 162609, 
pcsclite/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-19 23:28:33 UTC (rev 162610)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Daniel Plaza 
+
+pkgname=pcsclite
+pkgver=1.8.15
+pkgrel=1
+pkgdesc="PC/SC Architecture smartcard middleware library"
+arch=('i686' 'x86_64')
+url="https://alioth.debian.org/projects/pcsclite/;
+license=('BSD')
+depends=('python2' 'systemd')
+makedepends=('pkg-config')
+options=('!docs')
+source=("https://alioth.debian.org/frs/download.php/file/4138/pcsc-lite-${pkgver}.tar.bz2;)
+md5sums=('439b2c8892f502e39e5b8997a7ae01ed')
+
+prepare() {
+# fix wrong dir name
+  mv pcsc-lite-{1.8.14,1.8.15}
+}
+
+build() {
+  cd "${srcdir}/pcsc-lite-${pkgver}"
+
+  sed -i -e "s:python:python2:g" src/spy/pcsc-spy
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-libudev \
+  --sysconfdir=/etc \
+  --enable-ipcdir=/run/pcscd \
+  --enable-usbdropdir=/usr/lib/pcsc/drivers \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd "${srcdir}/pcsc-lite-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -d ${pkgdir}/usr/lib/pcsc/drivers
+}

Copied: pcsclite/repos/community-testing-x86_64/PKGBUILD (from rev 162609, 
pcsclite/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-02-19 23:28:33 UTC (rev 162610)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Daniel Plaza 
+
+pkgname=pcsclite
+pkgver=1.8.15
+pkgrel=1
+pkgdesc="PC/SC Architecture smartcard middleware library"
+arch=('i686' 'x86_64')
+url="https://alioth.debian.org/projects/pcsclite/;
+license=('BSD')
+depends=('python2' 'systemd')
+makedepends=('pkg-config')
+options=('!docs')
+source=("https://alioth.debian.org/frs/download.php/file/4138/pcsc-lite-${pkgver}.tar.bz2;)
+md5sums=('439b2c8892f502e39e5b8997a7ae01ed')
+
+prepare() {
+# fix wrong dir name
+  mv pcsc-lite-{1.8.14,1.8.15}
+}
+
+build() {
+  cd "${srcdir}/pcsc-lite-${pkgver}"
+
+  sed -i -e "s:python:python2:g" src/spy/pcsc-spy
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-libudev \
+  --sysconfdir=/etc \
+  --enable-ipcdir=/run/pcscd \
+  --enable-usbdropdir=/usr/lib/pcsc/drivers \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd "${srcdir}/pcsc-lite-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -d ${pkgdir}/usr/lib/pcsc/drivers
+}


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

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 00:28:29
  Author: allan
Revision: 260023

upgpkg: gcc 5.3.0-5

glibc-2.23 + binutils-2.26 rebuild

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 23:24:46 UTC (rev 260022)
+++ PKGBUILD2016-02-19 23:28:29 UTC (rev 260023)
@@ -8,13 +8,13 @@
 pkgver=5.3.0
 _pkgver=5
 _islver=0.15
-pkgrel=4
+pkgrel=5
 _snapshot=5-20160209
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
 url="http://gcc.gnu.org;
-makedepends=('binutils>=2.25' 'libmpc' 'gcc-ada' 'doxygen')
+makedepends=('binutils>=2.26' 'libmpc' 'gcc-ada' 'doxygen')
 checkdepends=('dejagnu' 'inetutils')
 options=('!emptydirs')
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
@@ -101,7 +101,7 @@
 {
   pkgdesc="Runtime libraries shipped by GCC"
   groups=('base')
-  depends=('glibc>=2.22')
+  depends=('glibc>=2.23')
   options=('!emptydirs' '!strip')
   install=gcc-libs.install
 
@@ -147,7 +147,7 @@
 package_gcc()
 {
   pkgdesc="The GNU Compiler Collection - C and C++ frontends"
-  depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.25' 'libmpc')
+  depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.26' 'libmpc')
   groups=('base-devel')
   options=('staticlibs')
   install=gcc.install


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

2016-02-19 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 00:28:05
  Author: arojas
Revision: 162609

Update to 1.8.15

Modified:
  pcsclite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 23:24:04 UTC (rev 162608)
+++ PKGBUILD2016-02-19 23:28:05 UTC (rev 162609)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Plaza 
 
 pkgname=pcsclite
-pkgver=1.8.14
+pkgver=1.8.15
 pkgrel=1
 pkgdesc="PC/SC Architecture smartcard middleware library"
 arch=('i686' 'x86_64')
@@ -15,6 +15,11 @@
 
source=("https://alioth.debian.org/frs/download.php/file/4138/pcsc-lite-${pkgver}.tar.bz2;)
 md5sums=('439b2c8892f502e39e5b8997a7ae01ed')
 
+prepare() {
+# fix wrong dir name
+  mv pcsc-lite-{1.8.14,1.8.15}
+}
+
 build() {
   cd "${srcdir}/pcsc-lite-${pkgver}"
 


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

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 00:24:46
  Author: allan
Revision: 260022

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

Added:
  binutils/repos/testing-i686/
  binutils/repos/testing-i686/PKGBUILD
(from rev 260021, binutils/trunk/PKGBUILD)
  binutils/repos/testing-i686/binutils-e9c1bdad.patch
(from rev 260021, binutils/trunk/binutils-e9c1bdad.patch)
  binutils/repos/testing-i686/binutils.install
(from rev 260021, binutils/trunk/binutils.install)
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 260021, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/binutils-e9c1bdad.patch
(from rev 260021, binutils/trunk/binutils-e9c1bdad.patch)
  binutils/repos/testing-x86_64/binutils.install
(from rev 260021, binutils/trunk/binutils.install)

+
 testing-i686/PKGBUILD  |   70 +++
 testing-i686/binutils-e9c1bdad.patch   |   78 +++
 testing-i686/binutils.install  |   17 ++
 testing-x86_64/PKGBUILD|   70 +++
 testing-x86_64/binutils-e9c1bdad.patch |   78 +++
 testing-x86_64/binutils.install|   17 ++
 6 files changed, 330 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 260021, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-19 23:24:46 UTC (rev 260022)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=binutils
+pkgver=2.26
+pkgrel=1
+_commit=a4496709
+pkgdesc="A set of programs to assemble and manipulate binary and object files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc>=2.23' 'zlib')
+makedepends=('git')
+checkdepends=('dejagnu' 'bc')
+conflicts=('binutils-multilib')
+replaces=('binutils-multilib')
+options=('staticlibs' '!distcc' '!ccache')
+install=binutils.install
+source=(git://sourceware.org/git/binutils-gdb.git#commit=${_commit})
+md5sums=('SKIP')
+
+prepare() {
+  cd binutils-gdb
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  mkdir ${srcdir}/binutils-build
+}
+
+build() {
+  cd binutils-build
+
+  ../binutils-gdb/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-threads --enable-shared --with-pic \
+--enable-ld=default --enable-gold --enable-plugins \
+--enable-deterministic-archives \
+--disable-werror --disable-gdb
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=/usr
+}
+
+check() {
+  cd binutils-build
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # ignore failures in gold testsuite...
+  make -k LDFLAGS="" check || true
+}
+
+package() {
+  cd binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+
+  # Remove unwanted files
+  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+
+  # No shared linking to these files outside binutils
+  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+  echo "INPUT ( %{_libdir}/libbfd.a -liberty -lz -ldl )" > 
"$pkgdir"/usr/lib/libbfd.so
+  echo "INPUT ( %{_libdir}/libopcodes.a -lbfd )" > 
"$pkgdir"/usr/lib/libopcodes.so
+}

Copied: binutils/repos/testing-i686/binutils-e9c1bdad.patch (from rev 260021, 
binutils/trunk/binutils-e9c1bdad.patch)
===
--- testing-i686/binutils-e9c1bdad.patch(rev 0)
+++ testing-i686/binutils-e9c1bdad.patch2016-02-19 23:24:46 UTC (rev 
260022)
@@ -0,0 +1,78 @@
+diff --git a/gold/layout.cc b/gold/layout.cc
+index bcdaac8..7836640 100644
+--- a/gold/layout.cc
 b/gold/layout.cc
+@@ -4873,7 +4873,8 @@ Layout::finish_dynamic_section(const Input_objects* 
input_objects,
+ flags |= elfcpp::DF_STATIC_TLS;
+   if (parameters->options().origin())
+ flags |= elfcpp::DF_ORIGIN;
+-  if (parameters->options().Bsymbolic())
++  if (parameters->options().Bsymbolic()
++  && !parameters->options().have_dynamic_list())
+ {
+   flags |= elfcpp::DF_SYMBOLIC;
+   // Add DT_SYMBOLIC for compatibility with older loaders.
+diff --git a/gold/options.cc b/gold/options.cc
+index 7eb8f27..7f1f69e 100644
+--- a/gold/options.cc
 b/gold/options.cc
+@@ -1200,13 +1200,6 @@ General_options::finalize()
+   // in the path, as appropriate.
+   this->add_sysroot();
+ 
+-  // --dynamic-list overrides -Bsymbolic and -Bsymbolic-functions.
+-  if 

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

2016-02-19 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 00:24:04
  Author: arojas
Revision: 162608

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-19 23:23:34 UTC (rev 162607)
+++ community-i686/PKGBUILD 2016-02-19 23:24:04 UTC (rev 162608)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jochem Kossen 
-
-pkgname=id3
-pkgver=0.79
-pkgrel=2
-pkgdesc="Utility to edit id3v1 and id3v2 tags"
-arch=('i686' 'x86_64')
-url="https://squell.github.io/id3/;
-license=('BSD')
-depends=('gcc-libs')
-options=('!makeflags')
-source=("https://github.com/squell/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('87dc8acb7bb45e99596816f5171987ab')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
-
-  #install license
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: id3/repos/community-i686/PKGBUILD (from rev 162607, id3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-19 23:24:04 UTC (rev 162608)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jochem Kossen 
+
+pkgname=id3
+pkgver=0.80
+pkgrel=1
+pkgdesc="Utility to edit id3v1 and id3v2 tags"
+arch=('i686' 'x86_64')
+url="https://squell.github.io/id3/;
+license=('BSD')
+depends=('gcc-libs')
+options=('!makeflags')
+source=("https://github.com/squell/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('9eb2bca6ec194f0b6a56d91c7f433dd5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
+
+  #install license
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-19 23:23:34 UTC (rev 162607)
+++ community-x86_64/PKGBUILD   2016-02-19 23:24:04 UTC (rev 162608)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jochem Kossen 
-
-pkgname=id3
-pkgver=0.79
-pkgrel=2
-pkgdesc="Utility to edit id3v1 and id3v2 tags"
-arch=('i686' 'x86_64')
-url="https://squell.github.io/id3/;
-license=('BSD')
-depends=('gcc-libs')
-options=('!makeflags')
-source=("https://github.com/squell/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('87dc8acb7bb45e99596816f5171987ab')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
-
-  #install license
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: id3/repos/community-x86_64/PKGBUILD (from rev 162607, 
id3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-19 23:24:04 UTC (rev 162608)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jochem Kossen 
+
+pkgname=id3
+pkgver=0.80
+pkgrel=1
+pkgdesc="Utility to edit id3v1 and id3v2 tags"
+arch=('i686' 'x86_64')
+url="https://squell.github.io/id3/;
+license=('BSD')
+depends=('gcc-libs')
+options=('!makeflags')
+source=("https://github.com/squell/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('9eb2bca6ec194f0b6a56d91c7f433dd5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
+
+  #install license
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-02-19 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 00:23:34
  Author: arojas
Revision: 162607

Update to 0.80

Modified:
  id3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 23:19:57 UTC (rev 162606)
+++ PKGBUILD2016-02-19 23:23:34 UTC (rev 162607)
@@ -3,8 +3,8 @@
 # Contributor: Jochem Kossen 
 
 pkgname=id3
-pkgver=0.79
-pkgrel=2
+pkgver=0.80
+pkgrel=1
 pkgdesc="Utility to edit id3v1 and id3v2 tags"
 arch=('i686' 'x86_64')
 url="https://squell.github.io/id3/;
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 options=('!makeflags')
 
source=("https://github.com/squell/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('87dc8acb7bb45e99596816f5171987ab')
+md5sums=('9eb2bca6ec194f0b6a56d91c7f433dd5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 00:16:23
  Author: allan
Revision: 260020

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

Added:
  linux-api-headers/repos/testing-i686/
  linux-api-headers/repos/testing-i686/PKGBUILD
(from rev 260019, linux-api-headers/trunk/PKGBUILD)
  linux-api-headers/repos/testing-x86_64/
  linux-api-headers/repos/testing-x86_64/PKGBUILD
(from rev 260019, linux-api-headers/trunk/PKGBUILD)

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

Copied: linux-api-headers/repos/testing-i686/PKGBUILD (from rev 260019, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-19 23:16:23 UTC (rev 260020)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=linux-api-headers
+pkgver=4.4.1
+_basever=4.4
+pkgrel=1
+pkgdesc="Kernel headers sanitized for use in userspace"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.sign
+http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz
+http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign)
+md5sums=('9a78fa2eb6c68ca5a40ed5af08142599'
+ 'SKIP'
+ 'd9e951895c8c249f0bf52d85f3e63bce'
+ 'SKIP')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
+
+prepare() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]] && patch -p1 -i ${srcdir}/patch-${pkgver} || true
+}
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -r ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}

Copied: linux-api-headers/repos/testing-x86_64/PKGBUILD (from rev 260019, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-19 23:16:23 UTC (rev 260020)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=linux-api-headers
+pkgver=4.4.1
+_basever=4.4
+pkgrel=1
+pkgdesc="Kernel headers sanitized for use in userspace"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.sign
+http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz
+http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign)
+md5sums=('9a78fa2eb6c68ca5a40ed5af08142599'
+ 'SKIP'
+ 'd9e951895c8c249f0bf52d85f3e63bce'
+ 'SKIP')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
+
+prepare() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]] && patch -p1 -i ${srcdir}/patch-${pkgver} || true
+}
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -r ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}


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

2016-02-19 Thread Allan McRae
Date: Saturday, February 20, 2016 @ 00:15:20
  Author: allan
Revision: 260019

upgpkg: linux-api-headers 4.4.1-1

glibc-2.23 + binutils-2.26 rebuild, upstream update

Modified:
  linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 23:01:39 UTC (rev 260018)
+++ PKGBUILD2016-02-19 23:15:20 UTC (rev 260019)
@@ -4,8 +4,8 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
 pkgname=linux-api-headers
-pkgver=4.1.4
-_basever=4.1
+pkgver=4.4.1
+_basever=4.4
 pkgrel=1
 pkgdesc="Kernel headers sanitized for use in userspace"
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.sign
 http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz
 http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign)
-md5sums=('fe9dc0f6729f36400ea81aa41d614c37'
+md5sums=('9a78fa2eb6c68ca5a40ed5af08142599'
  'SKIP'
- 'd7e306b17b0b5d49120adeee1a6bf4a8'
+ 'd9e951895c8c249f0bf52d85f3e63bce'
  'SKIP')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman


[arch-commits] Commit in c++-gtk-utils/repos (4 files)

2016-02-19 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 00:09:09
  Author: arojas
Revision: 162602

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

Added:
  c++-gtk-utils/repos/community-staging-i686/
  c++-gtk-utils/repos/community-staging-i686/PKGBUILD
(from rev 162601, c++-gtk-utils/trunk/PKGBUILD)
  c++-gtk-utils/repos/community-staging-x86_64/
  c++-gtk-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 162601, c++-gtk-utils/trunk/PKGBUILD)

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

Copied: c++-gtk-utils/repos/community-staging-i686/PKGBUILD (from rev 162601, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-19 23:09:09 UTC (rev 162602)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=c++-gtk-utils
+pkgver=2.2.12
+pkgrel=1
+pkgdesc="Classes and functions for programming in GTK+"
+arch=('i686' 'x86_64')
+url="http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!docs' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3064d9d4de0eb5990af7e06fe0b19b15')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: c++-gtk-utils/repos/community-staging-x86_64/PKGBUILD (from rev 162601, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-19 23:09:09 UTC (rev 162602)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=c++-gtk-utils
+pkgver=2.2.12
+pkgrel=1
+pkgdesc="Classes and functions for programming in GTK+"
+arch=('i686' 'x86_64')
+url="http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!docs' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3064d9d4de0eb5990af7e06fe0b19b15')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in c++-gtk-utils/trunk (PKGBUILD)

2016-02-19 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 00:08:31
  Author: arojas
Revision: 162601

Update to 2.2.12

Modified:
  c++-gtk-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 22:40:25 UTC (rev 162600)
+++ PKGBUILD2016-02-19 23:08:31 UTC (rev 162601)
@@ -2,8 +2,8 @@
 # Maintainer: Giovanni Scafora 
 
 pkgname=c++-gtk-utils
-pkgver=2.0.28
-pkgrel=2
+pkgver=2.2.12
+pkgrel=1
 pkgdesc="Classes and functions for programming in GTK+"
 arch=('i686' 'x86_64')
 url="http://cxx-gtk-utils.sourceforge.net/;
@@ -11,7 +11,7 @@
 depends=('gtk3')
 options=('!docs' '!emptydirs')
 
source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('e0a7f8c54327ae82d2cdb22851c0f6f0')
+md5sums=('3064d9d4de0eb5990af7e06fe0b19b15')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-02-19 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 00:01:39
  Author: arojas
Revision: 260018

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

Added:
  enca/repos/testing-i686/
  enca/repos/testing-i686/PKGBUILD
(from rev 260017, enca/trunk/PKGBUILD)
  enca/repos/testing-x86_64/
  enca/repos/testing-x86_64/PKGBUILD
(from rev 260017, enca/trunk/PKGBUILD)

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

Copied: enca/repos/testing-i686/PKGBUILD (from rev 260017, enca/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-19 23:01:39 UTC (rev 260018)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Filip Dvorak 
+
+pkgname=enca
+pkgver=1.18
+pkgrel=1
+pkgdesc="Charset analyser and converter"
+arch=('i686' 'x86_64')
+url="http://cihar.com/software/enca/;
+license=('GPL')
+depends=('recode')
+options=('!docs')
+source=("http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a139a6ba811c375f50947f9c547b3306')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --with-librecode=/usr \
+  --enable-external
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: enca/repos/testing-x86_64/PKGBUILD (from rev 260017, 
enca/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-19 23:01:39 UTC (rev 260018)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Filip Dvorak 
+
+pkgname=enca
+pkgver=1.18
+pkgrel=1
+pkgdesc="Charset analyser and converter"
+arch=('i686' 'x86_64')
+url="http://cihar.com/software/enca/;
+license=('GPL')
+depends=('recode')
+options=('!docs')
+source=("http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a139a6ba811c375f50947f9c547b3306')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --with-librecode=/usr \
+  --enable-external
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-19 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 00:00:59
  Author: arojas
Revision: 260017

Update to 1.18

Modified:
  enca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 22:59:27 UTC (rev 260016)
+++ PKGBUILD2016-02-19 23:00:59 UTC (rev 260017)
@@ -3,7 +3,7 @@
 # Contributor: Filip Dvorak 
 
 pkgname=enca
-pkgver=1.16
+pkgver=1.18
 pkgrel=1
 pkgdesc="Charset analyser and converter"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('recode')
 options=('!docs')
 source=("http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0a1483530b1fdb9e2a54786489ee0b69')
+md5sums=('a139a6ba811c375f50947f9c547b3306')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-02-19 Thread Antonio Rojas
Date: Friday, February 19, 2016 @ 23:59:27
  Author: arojas
Revision: 260016

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-19 22:58:58 UTC (rev 260015)
+++ extra-i686/PKGBUILD 2016-02-19 22:59:27 UTC (rev 260016)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dale 
-# Contributor: Tom Newsom 
-
-pkgname=gpart
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="Partition table rescue/guessing tool"
-arch=('i686' 'x86_64')
-url="https://github.com/baruch/gpart;
-license=('GPL')
-depends=('glibc')
-source=("https://github.com/baruch/${pkgname}/archive/v${pkgver}.tar.gz;)
-md5sums=('39fda5dafb48a7a353f4c98347055dd8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=${pkgdir}/usr sbindir=${pkgdir}/usr/bin install
-}

Copied: gpart/repos/extra-i686/PKGBUILD (from rev 260015, gpart/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-19 22:59:27 UTC (rev 260016)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: dale 
+# Contributor: Tom Newsom 
+
+pkgname=gpart
+pkgver=0.3
+pkgrel=1
+pkgdesc="Partition table rescue/guessing tool"
+arch=('i686' 'x86_64')
+url="https://github.com/baruch/gpart;
+license=('GPL')
+depends=('glibc')
+source=("https://github.com/baruch/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('2d709068b5123198b3eb337f9d4686a8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=${pkgdir}/usr sbindir=${pkgdir}/usr/bin install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-19 22:58:58 UTC (rev 260015)
+++ extra-x86_64/PKGBUILD   2016-02-19 22:59:27 UTC (rev 260016)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dale 
-# Contributor: Tom Newsom 
-
-pkgname=gpart
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="Partition table rescue/guessing tool"
-arch=('i686' 'x86_64')
-url="https://github.com/baruch/gpart;
-license=('GPL')
-depends=('glibc')
-source=("https://github.com/baruch/${pkgname}/archive/v${pkgver}.tar.gz;)
-md5sums=('39fda5dafb48a7a353f4c98347055dd8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./autogen.sh
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=${pkgdir}/usr sbindir=${pkgdir}/usr/bin install
-}

Copied: gpart/repos/extra-x86_64/PKGBUILD (from rev 260015, 
gpart/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-19 22:59:27 UTC (rev 260016)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: dale 
+# Contributor: Tom Newsom 
+
+pkgname=gpart
+pkgver=0.3
+pkgrel=1
+pkgdesc="Partition table rescue/guessing tool"
+arch=('i686' 'x86_64')
+url="https://github.com/baruch/gpart;
+license=('GPL')
+depends=('glibc')
+source=("https://github.com/baruch/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('2d709068b5123198b3eb337f9d4686a8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=${pkgdir}/usr sbindir=${pkgdir}/usr/bin install
+}


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

2016-02-19 Thread Antonio Rojas
Date: Friday, February 19, 2016 @ 23:58:58
  Author: arojas
Revision: 260015

Update to 0.3

Modified:
  gpart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 22:56:10 UTC (rev 260014)
+++ PKGBUILD2016-02-19 22:58:58 UTC (rev 260015)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=gpart
-pkgver=0.2.2
+pkgver=0.3
 pkgrel=1
 pkgdesc="Partition table rescue/guessing tool"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 url="https://github.com/baruch/gpart;
 license=('GPL')
 depends=('glibc')
-source=("https://github.com/baruch/${pkgname}/archive/v${pkgver}.tar.gz;)
-md5sums=('39fda5dafb48a7a353f4c98347055dd8')
+source=("https://github.com/baruch/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('2d709068b5123198b3eb337f9d4686a8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-02-19 Thread Antonio Rojas
Date: Friday, February 19, 2016 @ 23:56:10
  Author: arojas
Revision: 260014

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 260013, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 260013, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-19 22:55:37 UTC (rev 260013)
+++ extra-i686/PKGBUILD 2016-02-19 22:56:10 UTC (rev 260014)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2015.08.07
-pkgrel=2
-pkgdesc="A set of C++ libraries for multimedia streaming"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-#source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-source=("https://sources.archlinux.org/other/$pkgname/live.${pkgver}.tar.gz;)
-md5sums=('047008e71c58a1caf4e0c0439c392486')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
-install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} "${pkgdir}/usr/bin"
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 260013, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-19 22:56:10 UTC (rev 260014)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Gilles CHAUVIN 
+
+pkgname=live-media
+pkgver=2016.02.09
+pkgrel=1
+pkgdesc="A set of C++ libraries for multimedia streaming"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://live555.com/liveMedia;
+depends=('gcc-libs')
+options=('staticlibs')
+source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('5421d55789c7cf03123f465cf3e9c428')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
+install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} "${pkgdir}/usr/bin"
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-19 22:55:37 UTC (rev 260013)
+++ extra-x86_64/PKGBUILD   2016-02-19 22:56:10 UTC (rev 260014)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2015.08.07
-pkgrel=2
-pkgdesc="A set of C++ libraries for multimedia streaming"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-#source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-source=("https://sources.archlinux.org/other/$pkgname/live.${pkgver}.tar.gz;)
-md5sums=('047008e71c58a1caf4e0c0439c392486')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a "${pkgdir}/usr/lib"
-install -m644 ${dir}/include/*.h* "${pkgdir}/usr/include/${dir}"
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} "${pkgdir}/usr/bin"
-  done
-}

Copied: 

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

2016-02-19 Thread Antonio Rojas
Date: Friday, February 19, 2016 @ 23:55:37
  Author: arojas
Revision: 260013

Update to 2016.02.09

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 22:51:25 UTC (rev 260012)
+++ PKGBUILD2016-02-19 22:55:37 UTC (rev 260013)
@@ -3,8 +3,8 @@
 # Contributor: Gilles CHAUVIN 
 
 pkgname=live-media
-pkgver=2015.08.07
-pkgrel=2
+pkgver=2016.02.09
+pkgrel=1
 pkgdesc="A set of C++ libraries for multimedia streaming"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,9 +11,8 @@
 url="http://live555.com/liveMedia;
 depends=('gcc-libs')
 options=('staticlibs')
-#source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-source=("https://sources.archlinux.org/other/$pkgname/live.${pkgver}.tar.gz;)
-md5sums=('047008e71c58a1caf4e0c0439c392486')
+source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('5421d55789c7cf03123f465cf3e9c428')
 
 build() {
   cd ${srcdir}/live


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

2016-02-19 Thread Antonio Rojas
Date: Friday, February 19, 2016 @ 23:50:57
  Author: arojas
Revision: 260011

Update to 5.3.3

Modified:
  link-grammar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 22:39:53 UTC (rev 260010)
+++ PKGBUILD2016-02-19 22:50:57 UTC (rev 260011)
@@ -3,16 +3,16 @@
 # Contributor: Jan de Groot 
 
 pkgname=link-grammar
-pkgver=5.2.1
-pkgrel=2
+pkgver=5.3.3
+pkgrel=1
 pkgdesc="A Grammar Checking library"
 arch=('i686' 'x86_64')
 url="http://www.abisource.com/downloads/link-grammar/;
 license=('BSD')
-depends=('aspell')
+depends=('aspell' 'sqlite')
 options=('!makeflags')
 
source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d95620dc8332d82f009b5c41ffeac72a')
+md5sums=('c2224854590327bffc75e76c260f5046')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-02-19 Thread Antonio Rojas
Date: Friday, February 19, 2016 @ 23:51:25
  Author: arojas
Revision: 260012

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

Added:
  link-grammar/repos/testing-i686/
  link-grammar/repos/testing-i686/PKGBUILD
(from rev 260011, link-grammar/trunk/PKGBUILD)
  link-grammar/repos/testing-x86_64/
  link-grammar/repos/testing-x86_64/PKGBUILD
(from rev 260011, link-grammar/trunk/PKGBUILD)

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

Copied: link-grammar/repos/testing-i686/PKGBUILD (from rev 260011, 
link-grammar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-19 22:51:25 UTC (rev 260012)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jan de Groot 
+
+pkgname=link-grammar
+pkgver=5.3.3
+pkgrel=1
+pkgdesc="A Grammar Checking library"
+arch=('i686' 'x86_64')
+url="http://www.abisource.com/downloads/link-grammar/;
+license=('BSD')
+depends=('aspell' 'sqlite')
+options=('!makeflags')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('c2224854590327bffc75e76c260f5046')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/link-grammar/LICENSE"
+}

Copied: link-grammar/repos/testing-x86_64/PKGBUILD (from rev 260011, 
link-grammar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-19 22:51:25 UTC (rev 260012)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jan de Groot 
+
+pkgname=link-grammar
+pkgver=5.3.3
+pkgrel=1
+pkgdesc="A Grammar Checking library"
+arch=('i686' 'x86_64')
+url="http://www.abisource.com/downloads/link-grammar/;
+license=('BSD')
+depends=('aspell' 'sqlite')
+options=('!makeflags')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('c2224854590327bffc75e76c260f5046')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/link-grammar/LICENSE"
+}


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

2016-02-19 Thread Antonio Rojas
Date: Friday, February 19, 2016 @ 23:20:29
  Author: arojas
Revision: 260009

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

Added:
  opal/repos/staging-i686/
  opal/repos/staging-i686/PKGBUILD
(from rev 260008, opal/trunk/PKGBUILD)
  opal/repos/staging-i686/opal-ffmpeg.patch
(from rev 260008, opal/trunk/opal-ffmpeg.patch)
  opal/repos/staging-i686/opal-ffmpeg3.patch
(from rev 260008, opal/trunk/opal-ffmpeg3.patch)
  opal/repos/staging-x86_64/
  opal/repos/staging-x86_64/PKGBUILD
(from rev 260008, opal/trunk/PKGBUILD)
  opal/repos/staging-x86_64/opal-ffmpeg.patch
(from rev 260008, opal/trunk/opal-ffmpeg.patch)
  opal/repos/staging-x86_64/opal-ffmpeg3.patch
(from rev 260008, opal/trunk/opal-ffmpeg3.patch)

---+
 staging-i686/PKGBUILD |   38 +++
 staging-i686/opal-ffmpeg.patch|  389 
 staging-i686/opal-ffmpeg3.patch   |  247 ++
 staging-x86_64/PKGBUILD   |   38 +++
 staging-x86_64/opal-ffmpeg.patch  |  389 
 staging-x86_64/opal-ffmpeg3.patch |  247 ++
 6 files changed, 1348 insertions(+)

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


[arch-commits] Commit in opal/trunk (PKGBUILD opal-ffmpeg3.patch)

2016-02-19 Thread Antonio Rojas
Date: Friday, February 19, 2016 @ 23:19:45
  Author: arojas
Revision: 260008

ffmpeg 3.0 rebuild

Added:
  opal/trunk/opal-ffmpeg3.patch
Modified:
  opal/trunk/PKGBUILD

+
 PKGBUILD   |9 +
 opal-ffmpeg3.patch |  247 +++
 2 files changed, 253 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 22:01:00 UTC (rev 260007)
+++ PKGBUILD2016-02-19 22:19:45 UTC (rev 260008)
@@ -3,7 +3,7 @@
 # Contributor: Tom K 
 pkgname=opal
 pkgver=3.10.11
-pkgrel=9
+pkgrel=10
 pkgdesc="Open Phone Abstraction Library"
 arch=(i686 x86_64)
 url="http://www.opalvoip.org;
@@ -13,13 +13,16 @@
 optdepends=('ffmpeg: h263 and mpeg4 plugins')
 options=(!makeflags)
 source=(http://downloads.sourceforge.net/opalvoip/$pkgname-$pkgver.tar.bz2
-opal-ffmpeg.patch)
+opal-ffmpeg.patch opal-ffmpeg3.patch)
 sha256sums=('f38e7969e88a28dd9a10a6051315aceecde79d0bbd1a35676868dc5787aed706'
-'83f60ecf692e004293ce9dbaae7d7eb64d9713d3bfb71a0e7b1a0d1f936794cd')
+'83f60ecf692e004293ce9dbaae7d7eb64d9713d3bfb71a0e7b1a0d1f936794cd'
+'e4927c5e703842b25fe94010dd4e0bc4e5e8f5d3d8ce086cf11500c24e2b3bf5')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../opal-ffmpeg.patch
+# Fix build with ffmpeg 3.0 (Debian)
+  patch -p1 -i ../opal-ffmpeg3.patch
 }
 
 build() {

Added: opal-ffmpeg3.patch
===
--- opal-ffmpeg3.patch  (rev 0)
+++ opal-ffmpeg3.patch  2016-02-19 22:19:45 UTC (rev 260008)
@@ -0,0 +1,247 @@
+Description: Replace deprecated FFmpeg API
+Author: Andreas Cadhalpun 
+Last-Update: <2015-11-02>
+
+--- opal-3.10.10~dfsg2.orig/plugins/video/H.263-1998/h263-1998.cxx
 opal-3.10.10~dfsg2/plugins/video/H.263-1998/h263-1998.cxx
+@@ -230,11 +230,10 @@ bool H263_Base_EncoderContext::Init(AVCo
+ 
+   m_context->opaque = this;
+ 
+-  m_context->flags = CODEC_FLAG_EMU_EDGE   // don't draw edges
+-   | CODEC_FLAG_TRUNCATED  // Possible missing packets
++  m_context->flags = CODEC_FLAG_TRUNCATED  // Possible missing packets
+;
+ 
+-  m_context->pix_fmt = PIX_FMT_YUV420P;
++  m_context->pix_fmt = AV_PIX_FMT_YUV420P;
+   m_context->gop_size = H263_KEY_FRAME_INTERVAL;
+ 
+   // X-Lite does not like Custom Picture frequency clocks... stick to 29.97Hz
+@@ -440,9 +439,6 @@ bool H263_Base_EncoderContext::OpenCodec
+   m_inputFrame->data[1] = m_inputFrame->data[0] + planeSize;
+   m_inputFrame->data[2] = m_inputFrame->data[1] + (planeSize / 4);
+ 
+-  if (m_context->width > 352)
+-m_context->flags &= ~CODEC_FLAG_EMU_EDGE; // Totally bizarre! FFMPEG 
crashes if on for CIF4
+-
+   // Dump info
+   PTRACE(5, m_prefix, "Size is " << m_context->width << "x" << 
m_context->height);
+   PTRACE(5, m_prefix, "GOP is " << m_context->gop_size);
+@@ -456,7 +452,7 @@ bool H263_Base_EncoderContext::OpenCodec
+   PTRACE(5, m_prefix, "qmax set to " << m_context->qmax);
+   PTRACE(5, m_prefix, "payload size set to " << m_context->rtp_payload_size);
+ 
+-  return FFMPEGLibraryInstance.AvcodecOpen(m_context, m_codec) == 0;
++  return FFMPEGLibraryInstance.AvcodecOpen(m_context, m_codec, NULL) == 0;
+ }
+ 
+ void H263_Base_EncoderContext::CloseCodec()
+@@ -707,7 +703,7 @@ bool H263_Base_DecoderContext::OpenCodec
+ return 0;
+   }
+ 
+-  if (FFMPEGLibraryInstance.AvcodecOpen(m_context, m_codec) < 0) {
++  if (FFMPEGLibraryInstance.AvcodecOpen(m_context, m_codec, NULL) < 0) {
+ PTRACE(1, m_prefix, "Failed to open H.263 decoder");
+ return false;
+   }
+--- opal-3.10.10~dfsg2.orig/plugins/video/H.264/h264-x264.cxx
 opal-3.10.10~dfsg2/plugins/video/H.264/h264-x264.cxx
+@@ -1074,7 +1074,6 @@ class MyDecoder : public PluginCodecworkaround_bugs = FF_BUG_AUTODETECT;
+   m_context->idct_algo = FF_IDCT_H264;
+   m_context->error_concealment = FF_EC_GUESS_MVS | FF_EC_DEBLOCK;
+-  m_context->flags = CODEC_FLAG_INPUT_PRESERVED | CODEC_FLAG_EMU_EDGE;
+   m_context->flags2 = CODEC_FLAG2_DROP_FRAME_TIMECODE |
+   CODEC_FLAG2_SKIP_RD |
+   CODEC_FLAG2_CHUNKS;
+@@ -1084,7 +1083,7 @@ class MyDecoder : public PluginCodecpix_fmt = PIX_FMT_YUV420P;
++m_avcontext->pix_fmt = AV_PIX_FMT_YUV420P;
+ m_avcontext->mb_decision = FF_MB_DECISION_SIMPLE;// high quality off
+ m_avcontext->rtp_payload_size = 750; // ffh263 uses 750
+ m_avcontext->rtp_callback = ::RtpCallback;
+@@ -595,7 +595,6 @@ void MPEG4EncoderContext::SetStaticEncod
+ m_avcontext->flags|=CODEC_FLAG_AC_PRED;
+ /*c->flags|=CODEC_FLAG_QPEL;*/ /*don't enable this one: this forces 
profile_level to advanced simple profile */
+ m_avcontext->flags|=CODEC_FLAG_4MV;
+-m_avcontext->flags|=CODEC_FLAG_GMC;
+ 

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

2016-02-19 Thread Jan Steffens
Date: Friday, February 19, 2016 @ 23:01:00
  Author: heftig
Revision: 260007

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-19 21:59:24 UTC (rev 260006)
+++ extra-i686/PKGBUILD 2016-02-19 22:01:00 UTC (rev 260007)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7')
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  PATH="$srcdir/path:$PATH" make -k check || :
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 260006, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-19 22:01:00 UTC (rev 260007)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject --enable-doc
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  PATH="$srcdir/path:$PATH" make check
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-19 21:59:24 UTC (rev 260006)
+++ extra-x86_64/PKGBUILD   2016-02-19 22:01:00 UTC (rev 260007)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)

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

2016-02-19 Thread Jan Steffens
Date: Friday, February 19, 2016 @ 22:59:24
  Author: heftig
Revision: 260006

1.2.0

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 18:23:52 UTC (rev 260005)
+++ PKGBUILD2016-02-19 21:59:24 UTC (rev 260006)
@@ -3,15 +3,15 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.1.3
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
 license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7')
+sha256sums=('79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685')
 
 prepare() {
   mkdir path
@@ -18,6 +18,7 @@
   ln -s /usr/bin/python2 path/python
 
   cd $pkgbase-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
@@ -24,13 +25,13 @@
   cd $pkgbase-$pkgver
   ./configure --prefix=/usr \
 --with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
+--with-gobject --enable-doc
   make
 }
 
 check() {
   cd $pkgbase-$pkgver
-  PATH="$srcdir/path:$PATH" make -k check || :
+  PATH="$srcdir/path:$PATH" make check
 }
 
 package_harfbuzz() {


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

2016-02-19 Thread Antonio Rojas
Date: Friday, February 19, 2016 @ 20:55:48
  Author: arojas
Revision: 162599

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

Added:
  cinelerra-cv/repos/community-staging-i686/
  cinelerra-cv/repos/community-staging-i686/PKGBUILD
(from rev 162598, cinelerra-cv/trunk/PKGBUILD)
  cinelerra-cv/repos/community-staging-i686/cinelerra-cv-ffmpeg3.patch
(from rev 162598, cinelerra-cv/trunk/cinelerra-cv-ffmpeg3.patch)
  cinelerra-cv/repos/community-staging-i686/ffmpeg-link.patch
(from rev 162598, cinelerra-cv/trunk/ffmpeg-link.patch)
  cinelerra-cv/repos/community-staging-i686/ffmpeg2.0.patch
(from rev 162598, cinelerra-cv/trunk/ffmpeg2.0.patch)
  cinelerra-cv/repos/community-staging-i686/ffmpeg_api.patch
(from rev 162598, cinelerra-cv/trunk/ffmpeg_api.patch)
  cinelerra-cv/repos/community-staging-i686/gcc5fix.patch
(from rev 162598, cinelerra-cv/trunk/gcc5fix.patch)
  cinelerra-cv/repos/community-staging-i686/v4l1_removal.patch
(from rev 162598, cinelerra-cv/trunk/v4l1_removal.patch)
  cinelerra-cv/repos/community-staging-x86_64/
  cinelerra-cv/repos/community-staging-x86_64/PKGBUILD
(from rev 162598, cinelerra-cv/trunk/PKGBUILD)
  cinelerra-cv/repos/community-staging-x86_64/cinelerra-cv-ffmpeg3.patch
(from rev 162598, cinelerra-cv/trunk/cinelerra-cv-ffmpeg3.patch)
  cinelerra-cv/repos/community-staging-x86_64/ffmpeg-link.patch
(from rev 162598, cinelerra-cv/trunk/ffmpeg-link.patch)
  cinelerra-cv/repos/community-staging-x86_64/ffmpeg2.0.patch
(from rev 162598, cinelerra-cv/trunk/ffmpeg2.0.patch)
  cinelerra-cv/repos/community-staging-x86_64/ffmpeg_api.patch
(from rev 162598, cinelerra-cv/trunk/ffmpeg_api.patch)
  cinelerra-cv/repos/community-staging-x86_64/gcc5fix.patch
(from rev 162598, cinelerra-cv/trunk/gcc5fix.patch)
  cinelerra-cv/repos/community-staging-x86_64/v4l1_removal.patch
(from rev 162598, cinelerra-cv/trunk/v4l1_removal.patch)

-+
 community-staging-i686/PKGBUILD |  100 ++
 community-staging-i686/cinelerra-cv-ffmpeg3.patch   |  681 ++
 community-staging-i686/ffmpeg-link.patch|   24 
 community-staging-i686/ffmpeg2.0.patch  |   98 ++
 community-staging-i686/ffmpeg_api.patch |  163 
 community-staging-i686/gcc5fix.patch|   33 
 community-staging-i686/v4l1_removal.patch   |  125 +++
 community-staging-x86_64/PKGBUILD   |  100 ++
 community-staging-x86_64/cinelerra-cv-ffmpeg3.patch |  681 ++
 community-staging-x86_64/ffmpeg-link.patch  |   24 
 community-staging-x86_64/ffmpeg2.0.patch|   98 ++
 community-staging-x86_64/ffmpeg_api.patch   |  163 
 community-staging-x86_64/gcc5fix.patch  |   33 
 community-staging-x86_64/v4l1_removal.patch |  125 +++
 14 files changed, 2448 insertions(+)

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


[arch-commits] Commit in cinelerra-cv/trunk (4 files)

2016-02-19 Thread Antonio Rojas
Date: Friday, February 19, 2016 @ 20:54:12
  Author: arojas
Revision: 162598

Update to 2.3, update patches for ffmpeg 3.0

Added:
  cinelerra-cv/trunk/cinelerra-cv-ffmpeg3.patch
  cinelerra-cv/trunk/ffmpeg-link.patch
Modified:
  cinelerra-cv/trunk/PKGBUILD
Deleted:
  cinelerra-cv/trunk/cinelerra-std_and_str_h.patch

---+
 PKGBUILD  |   28 -
 cinelerra-cv-ffmpeg3.patch|  681 
 cinelerra-std_and_str_h.patch |   81 
 ffmpeg-link.patch |   24 +
 4 files changed, 719 insertions(+), 95 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 19:32:01 UTC (rev 162597)
+++ PKGBUILD2016-02-19 19:54:12 UTC (rev 162598)
@@ -5,9 +5,9 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=cinelerra-cv
-pkgver=2.2
-_gitrel=2.2.0
-pkgrel=27
+pkgver=2.3
+_gitrel=2.3.0
+pkgrel=1
 epoch=1
 pkgdesc="Professional video editing and compositing environment"
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 license=('GPL')
 depends=('e2fsprogs' 'libavc1394' 'libiec61883' 'libxv'
  'libtiff' 'mjpegtools' 'fftw' 'a52dec' 'glu'
- 'ffmpeg' 'faad2' 'faac' 'openexr>=2.0.0')
+ 'ffmpeg' 'faad2' 'faac' 'openexr>=2.0.0' 'libxft')
 makedepends=('git' 'nasm' 'mesa')
 
source=("$pkgname::git+git://git.cinelerra-cv.org/CinelerraCV.git#branch=rel$_gitrel"
 'v4l1_removal.patch'
@@ -22,13 +22,17 @@
 'ffmpeg_api.patch'
 'ffmpeg2.0.patch'
 'cinelerra-std_and_str_h.patch'
-'gcc5fix.patch')
+'gcc5fix.patch'
+   'cinelerra-cv-ffmpeg3.patch'
+   'ffmpeg-link.patch')
 md5sums=('SKIP'
  'bfa85e20809429d88eba4ab83e569612'
  'b05ec2fb54e7d02f6167525417802111'
  '14dd897084d64cd0b5e9caa8a69818bd'
  '02d8222e596133bbc05eaad15bef242c'
- '7bf8fe04ce242d8aa76dba94897eac4e')
+ '7bf8fe04ce242d8aa76dba94897eac4e'
+ '4d45860f1780b5e42fbbfc0e35614cdd'
+ '0338a22d2785ef52c908574bb323ab02')
 
 prepare() {
   cd "$srcdir/$pkgname"
@@ -41,9 +45,6 @@
   # ffmpeg api patch update for 0.11
   patch -Np1 -i "$srcdir/ffmpeg_api.patch"
 
-  # fix some missing headers
-  patch -Np0 -i "$srcdir/cinelerra-std_and_str_h.patch"
-
   # fix avcodec_alloc_context and alloc_open
   patch -Np1 -i "$srcdir/ffmpeg2.0.patch"
 
@@ -56,13 +57,12 @@
   # TODO: check if this is still needed (old commit; r29539 by ibiru) --schiv
   #sed -i -e '/Debian/d' admin/nasm
 
-  # ffmpeg 2.0 related replacements
-  # TODO: super slow on HDDs, but proper patch requires merging with others
-  find -type f -exec sed -i 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' {} \;
-  find -type f -exec sed -i 's/CodecID/AVCodecID/' {} \;
-
   # gcc 5.x fix
   patch -Np1 -i "$srcdir/gcc5fix.patch"
+
+  # fix build with ffmpeg 3.0
+  patch -p1 -i ../cinelerra-cv-ffmpeg3.patch
+  patch -p0 -i ../ffmpeg-link.patch
 }
 
 build() {

Added: cinelerra-cv-ffmpeg3.patch
===
--- cinelerra-cv-ffmpeg3.patch  (rev 0)
+++ cinelerra-cv-ffmpeg3.patch  2016-02-19 19:54:12 UTC (rev 162598)
@@ -0,0 +1,681 @@
+Index: cinelerra-20140710/cinelerra/ffmpeg.C
+===
+--- ffmpeg.C.orig  2016-02-19 19:37:33.634278174 +
 ffmpeg.C   2016-02-19 19:39:37.540403052 +
+@@ -25,20 +25,20 @@
+ 
+   avcodec_register_all();
+ 
+-  CodecID id = codec_id(codec_string);
++  AVCodecID id = codec_id(codec_string);
+   codec = avcodec_find_decoder(id);
+   if (codec == NULL) {
+   printf("FFMPEG::init no decoder for '%s'", codec_string);
+   return 1;
+   }
+ 
+   context = avcodec_alloc_context3(codec);
+ 
+   if (avcodec_open2(context, codec,NULL)) {
+   printf("FFMPEG::init avcodec_open() failed\n");
+   }
+ 
+-  picture = avcodec_alloc_frame();
++  picture = av_frame_alloc();
+ 
+ 
+   return 0;
+@@ -51,66 +51,66 @@
+ }
+ 
+ 
+-CodecID FFMPEG::codec_id(char *codec_string) {
++AVCodecID FFMPEG::codec_id(char *codec_string) {
+ #define CODEC_IS(x) (! strncmp(codec_string, x, 4))
+ 
+   if (CODEC_IS(QUICKTIME_DV) ||
+-  CODEC_IS(QUICKTIME_DVSD)) return CODEC_ID_DVVIDEO;
++  CODEC_IS(QUICKTIME_DVSD)) return AV_CODEC_ID_DVVIDEO;
+   
+   if (CODEC_IS(QUICKTIME_MP4V) ||
+-  CODEC_IS(QUICKTIME_DIVX)) return CODEC_ID_MPEG4;
++  CODEC_IS(QUICKTIME_DIVX)) return AV_CODEC_ID_MPEG4;
+ 
+-  return CODEC_ID_NONE;
++  return AV_CODEC_ID_NONE;
+ 
+ #undef CODEC_IS
+ }
+ 
+-PixelFormat FFMPEG::color_model_to_pix_fmt(int color_model) {
++AVPixelFormat FFMPEG::color_model_to_pix_fmt(int color_model) {
+   switch (color_model) 
+   { 
+   case BC_YUV422: 
+-return PIX_FMT_YUYV422;
++  

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

2016-02-19 Thread Lukas Fleischer
Date: Friday, February 19, 2016 @ 20:32:01
  Author: lfleischer
Revision: 162597

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

Added:
  borg/repos/community-i686/PKGBUILD
(from rev 162596, borg/trunk/PKGBUILD)
  borg/repos/community-i686/borg.coveragerc
(from rev 162596, borg/trunk/borg.coveragerc)
  borg/repos/community-x86_64/PKGBUILD
(from rev 162596, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 162596, borg/trunk/borg.coveragerc)
Deleted:
  borg/repos/community-i686/PKGBUILD
  borg/repos/community-i686/borg.coveragerc
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/borg.coveragerc

--+
 /PKGBUILD|   88 +
 /borg.coveragerc |   36 +++
 community-i686/PKGBUILD  |   44 --
 community-i686/borg.coveragerc   |   18 ---
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/borg.coveragerc |   18 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-19 19:26:46 UTC (rev 162596)
+++ community-i686/PKGBUILD 2016-02-19 19:32:01 UTC (rev 162597)
@@ -1,44 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=0.30.0
-pkgrel=2
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz;
-borg.coveragerc)
-sha256sums=('a467310d2846cd90ddfc371f2d981994ccd8dedf8c2b99a25fd8b5295062e858'
-'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py build
-
-  cd docs
-  make man
-}
-
-check() {
-  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
-  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
---cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
--k 'not test_non_ascii_acl'
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  python setup.py -q install --root="$pkgdir" --optimize=1
-}

Copied: borg/repos/community-i686/PKGBUILD (from rev 162596, 
borg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-19 19:32:01 UTC (rev 162597)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=0.30.1
+pkgrel=1
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz;
+borg.coveragerc)
+sha256sums=('775a2a4b5441fa239e6c3c87e7f08f830449046d045ed938a9bce2edfa5a2184'
+'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python setup.py -q install --root="$pkgdir" --optimize=1
+}

Deleted: community-i686/borg.coveragerc

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

2016-02-19 Thread Lukas Fleischer
Date: Friday, February 19, 2016 @ 20:26:46
  Author: lfleischer
Revision: 162596

upgpkg: borg 0.30.1-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 18:08:25 UTC (rev 162595)
+++ PKGBUILD2016-02-19 19:26:46 UTC (rev 162596)
@@ -3,8 +3,8 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=0.30.0
-pkgrel=2
+pkgver=0.30.1
+pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
 license=('BSD')
@@ -18,7 +18,7 @@
 replaces=('borgbackup')
 
source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz;
 borg.coveragerc)
-sha256sums=('a467310d2846cd90ddfc371f2d981994ccd8dedf8c2b99a25fd8b5295062e858'
+sha256sums=('775a2a4b5441fa239e6c3c87e7f08f830449046d045ed938a9bce2edfa5a2184'
 '024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
 
 build() {


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

2016-02-19 Thread Tobias Powalowski
Date: Friday, February 19, 2016 @ 19:23:39
  Author: tpowa
Revision: 260004

upgpkg: nvidia-304xx 304.131-7

rebuild against 4.4.2

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 18:08:32 UTC (rev 260003)
+++ PKGBUILD2016-02-19 18:23:39 UTC (rev 260004)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.131
 _extramodules=extramodules-4.4-ARCH
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.4' 'linux-headers<4.5')


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

2016-02-19 Thread Tobias Powalowski
Date: Friday, February 19, 2016 @ 19:23:52
  Author: tpowa
Revision: 260005

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 260004, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/disable-mtrr.patch
(from rev 260004, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-i686/nvidia-304xx-dkms.install
(from rev 260004, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/testing-i686/nvidia-304xx.install
(from rev 260004, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 260004, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/disable-mtrr.patch
(from rev 260004, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx-dkms.install
(from rev 260004, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install
(from rev 260004, nvidia-304xx/trunk/nvidia-304xx.install)

--+
 testing-i686/PKGBUILD|   71 +
 testing-i686/disable-mtrr.patch  |   24 +
 testing-i686/nvidia-304xx-dkms.install   |   30 
 testing-i686/nvidia-304xx.install|   13 +
 testing-x86_64/PKGBUILD  |   71 +
 testing-x86_64/disable-mtrr.patch|   24 +
 testing-x86_64/nvidia-304xx-dkms.install |   30 
 testing-x86_64/nvidia-304xx.install  |   13 +
 8 files changed, 276 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 260004, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-19 18:23:52 UTC (rev 260005)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.131
+_extramodules=extramodules-4.4-ARCH
+pkgrel=7
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.4' 'linux-headers<4.5')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+disable-mtrr.patch)
+sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
+
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93'
+
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+# FS#47092
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-304xx() {
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+depends=('linux>=4.4' 'linux<4.5' 'libgl' "nvidia-304xx-utils=${pkgver}")
+   conflicts+=('nvidia-304xx-dkms')
+install=nvidia-304xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/${pkgname}.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}
+
+package_nvidia-304xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 304xx legacy branch"
+depends=('dkms' "nvidia-304xx-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+   conflicts+=('nvidia-304xx')
+install=nvidia-304xx-dkms.install
+
+cd ${_pkg}
+   make -C kernel clean
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+

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

2016-02-19 Thread Tobias Powalowski
Date: Friday, February 19, 2016 @ 19:08:32
  Author: tpowa
Revision: 260003

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 260002, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia-dkms.install
(from rev 260002, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/testing-i686/nvidia.install
(from rev 260002, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 260002, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia-dkms.install
(from rev 260002, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 260002, nvidia/trunk/nvidia.install)

+
 testing-i686/PKGBUILD  |   82 +++
 testing-i686/nvidia-dkms.install   |   30 
 testing-i686/nvidia.install|   13 +
 testing-x86_64/PKGBUILD|   82 +++
 testing-x86_64/nvidia-dkms.install |   30 
 testing-x86_64/nvidia.install  |   13 +
 6 files changed, 250 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 260002, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-19 18:08:32 UTC (rev 260003)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=361.28
+_extramodules=extramodules-4.4-ARCH
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.4' 'linux-headers<4.5')
+license=('custom')
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums_i686=('d4fc7fcf1204a46f15733d7cc2711ad2')
+md5sums_x86_64=('8799b9a29ea1ef72feb739f1d8290728')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() { 
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.4' 'linux<4.5' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+install=nvidia-dkms.install
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia/repos/testing-i686/nvidia-dkms.install (from rev 260002, 
nvidia/trunk/nvidia-dkms.install)
===
--- testing-i686/nvidia-dkms.install(rev 0)
+++ testing-i686/nvidia-dkms.install2016-02-19 18:08:32 UTC (rev 260003)
@@ -0,0 +1,30 @@
+#/bin/sh
+
+# arg 

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

2016-02-19 Thread Tobias Powalowski
Date: Friday, February 19, 2016 @ 19:08:21
  Author: tpowa
Revision: 260002

upgpkg: nvidia 361.28-2

rebuild against 4.4.2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 15:16:57 UTC (rev 260001)
+++ PKGBUILD2016-02-19 18:08:21 UTC (rev 260002)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=361.28
 _extramodules=extramodules-4.4-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;


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

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 19:08:25
  Author: tredaelli
Revision: 162595

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

Added:
  trojita/repos/community-i686/PKGBUILD
(from rev 162594, trojita/trunk/PKGBUILD)
  trojita/repos/community-i686/trojita.install
(from rev 162594, trojita/trunk/trojita.install)
  trojita/repos/community-x86_64/PKGBUILD
(from rev 162594, trojita/trunk/PKGBUILD)
  trojita/repos/community-x86_64/trojita.install
(from rev 162594, trojita/trunk/trojita.install)
Deleted:
  trojita/repos/community-i686/PKGBUILD
  trojita/repos/community-i686/trojita.install
  trojita/repos/community-x86_64/PKGBUILD
  trojita/repos/community-x86_64/trojita.install

--+
 /PKGBUILD|   66 +
 /trojita.install |   24 +
 community-i686/PKGBUILD  |   33 --
 community-i686/trojita.install   |   12 --
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/trojita.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-19 18:08:13 UTC (rev 162594)
+++ community-i686/PKGBUILD 2016-02-19 18:08:25 UTC (rev 162595)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: birdflesh 
-
-pkgname=trojita
-pkgver=0.5
-pkgrel=3
-pkgdesc="A QT IMAP email client"
-arch=('i686' 'x86_64')
-url="http://trojita.flaska.net;
-license=('GPL')
-makedepends=('cmake' 'automoc4')
-depends=('qtwebkit' 'qtkeychain-qt4')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('c583bb4d82620cda1c49e5f1b084f550'
- 'SKIP')
-validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "build"
-  make DESTDIR="$pkgdir" install
-}

Copied: trojita/repos/community-i686/PKGBUILD (from rev 162594, 
trojita/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-19 18:08:25 UTC (rev 162595)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: birdflesh 
+
+pkgname=trojita
+pkgver=0.6
+pkgrel=1
+pkgdesc="A QT IMAP email client"
+arch=('i686' 'x86_64')
+url="http://trojita.flaska.net;
+license=('GPL')
+makedepends=('cmake')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-webkit' 
'qtkeychain-qt5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('fae2071fba700d626f6b551449b427fa'
+ 'SKIP')
+validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt5 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "build"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/trojita.install
===
--- community-i686/trojita.install  2016-02-19 18:08:13 UTC (rev 162594)
+++ community-i686/trojita.install  2016-02-19 18:08:25 UTC (rev 162595)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
\ No newline at end of file

Copied: trojita/repos/community-i686/trojita.install (from rev 162594, 
trojita/trunk/trojita.install)
===
--- community-i686/trojita.install  (rev 0)
+++ community-i686/trojita.install  2016-02-19 18:08:25 UTC (rev 162595)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-19 18:08:13 UTC (rev 162594)
+++ community-x86_64/PKGBUILD   2016-02-19 18:08:25 UTC (rev 162595)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: birdflesh 
-
-pkgname=trojita
-pkgver=0.5
-pkgrel=3
-pkgdesc="A QT IMAP email client"
-arch=('i686' 'x86_64')
-url="http://trojita.flaska.net;
-license=('GPL')
-makedepends=('cmake' 'automoc4')
-depends=('qtwebkit' 'qtkeychain-qt4')

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

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 19:08:13
  Author: tredaelli
Revision: 162594

upgpkg: trojita 0.6-1

Modified:
  trojita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 17:49:51 UTC (rev 162593)
+++ PKGBUILD2016-02-19 18:08:13 UTC (rev 162594)
@@ -3,17 +3,17 @@
 # Contributor: birdflesh 
 
 pkgname=trojita
-pkgver=0.5
-pkgrel=3
+pkgver=0.6
+pkgrel=1
 pkgdesc="A QT IMAP email client"
 arch=('i686' 'x86_64')
 url="http://trojita.flaska.net;
 license=('GPL')
-makedepends=('cmake' 'automoc4')
-depends=('qtwebkit' 'qtkeychain-qt4')
+makedepends=('cmake')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-webkit' 
'qtkeychain-qt5')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('c583bb4d82620cda1c49e5f1b084f550'
+md5sums=('fae2071fba700d626f6b551449b427fa'
  'SKIP')
 validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
 
@@ -21,7 +21,7 @@
   mkdir -p build
   cd build
   cmake ../$pkgname-$pkgver \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DQT_QMAKE_EXECUTABLE=qmake-qt5 \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make


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

2016-02-19 Thread Evgeniy Alekseev
Date: Friday, February 19, 2016 @ 18:49:51
  Author: arcanis
Revision: 162593

Just remove comma from dep list. No rebuild required.

Modified:
  pdfsam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 15:47:46 UTC (rev 162592)
+++ PKGBUILD2016-02-19 17:49:51 UTC (rev 162593)
@@ -10,7 +10,7 @@
 arch=('any')
 url="http://www.pdfsam.org/;
 license=('AGPL3')
-depends=('java-environment', 'sh')
+depends=('java-environment' 'sh')
 makedepends=('desktop-file-utils' 'gendesk')
 optdepends=('java-openjfx: required if openjdk is used')
 
source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip;


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

2016-02-19 Thread Sébastien Luttringer
Date: Friday, February 19, 2016 @ 16:47:23
  Author: seblu
Revision: 162591

upgpkg: dkms 2.2.0.3+git151023-3

- allow ordering of hooks by using numerical prefix

Modified:
  dkms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 15:13:17 UTC (rev 162590)
+++ PKGBUILD2016-02-19 15:47:23 UTC (rev 162591)
@@ -4,7 +4,7 @@
 
 pkgname=dkms
 pkgver=2.2.0.3+git151023
-pkgrel=2
+pkgrel=3
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='http://linux.dell.com/dkms/'
@@ -43,7 +43,7 @@
 
 package() {
   # alpm hook
-  install -D -m 644 dkms.hook "$pkgdir/usr/share/libalpm/hooks/dkms.hook"
+  install -D -m 644 dkms.hook "$pkgdir/usr/share/libalpm/hooks/70-dkms.hook"
   install -D -m 755 alpm-hook "$pkgdir/usr/lib/dkms/alpm-hook"
   # upstream installer
   cd dkms


[arch-commits] Commit in dkms/repos/community-testing-any (10 files)

2016-02-19 Thread Sébastien Luttringer
Date: Friday, February 19, 2016 @ 16:47:46
  Author: seblu
Revision: 162592

archrelease: copy trunk to community-testing-any

Added:
  dkms/repos/community-testing-any/02-no-kernel-hook.patch
(from rev 162591, dkms/trunk/02-no-kernel-hook.patch)
  dkms/repos/community-testing-any/PKGBUILD
(from rev 162591, dkms/trunk/PKGBUILD)
  dkms/repos/community-testing-any/alpm-hook
(from rev 162591, dkms/trunk/alpm-hook)
  dkms/repos/community-testing-any/dkms.hook
(from rev 162591, dkms/trunk/dkms.hook)
  dkms/repos/community-testing-any/dkms.install
(from rev 162591, dkms/trunk/dkms.install)
Deleted:
  dkms/repos/community-testing-any/02-no-kernel-hook.patch
  dkms/repos/community-testing-any/PKGBUILD
  dkms/repos/community-testing-any/alpm-hook
  dkms/repos/community-testing-any/dkms.hook
  dkms/repos/community-testing-any/dkms.install

-+
 02-no-kernel-hook.patch |   26 +-
 PKGBUILD|  114 +++---
 alpm-hook   |   58 +++
 dkms.hook   |   22 
 dkms.install|   34 ++---
 5 files changed, 127 insertions(+), 127 deletions(-)

Deleted: 02-no-kernel-hook.patch
===
--- 02-no-kernel-hook.patch 2016-02-19 15:47:23 UTC (rev 162591)
+++ 02-no-kernel-hook.patch 2016-02-19 15:47:46 UTC (rev 162592)
@@ -1,13 +0,0 @@
-# Author: Sébastien Luttringer 
 a/Makefile 2011-12-07 19:23:51.0 +0100
-+++ b/Makefile 2013-05-13 00:48:19.62000 +0200
-@@ -46,9 +46,6 @@
-   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
-   chmod 0644 $(MAN)/dkms.8.gz
-   touch --reference=dkms.8 $(MAN)/dkms.8.gz
--  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
--  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
--  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
- 
- DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
- 

Copied: dkms/repos/community-testing-any/02-no-kernel-hook.patch (from rev 
162591, dkms/trunk/02-no-kernel-hook.patch)
===
--- 02-no-kernel-hook.patch (rev 0)
+++ 02-no-kernel-hook.patch 2016-02-19 15:47:46 UTC (rev 162592)
@@ -0,0 +1,13 @@
+# Author: Sébastien Luttringer 
+--- a/Makefile 2011-12-07 19:23:51.0 +0100
 b/Makefile 2013-05-13 00:48:19.62000 +0200
+@@ -46,9 +46,6 @@
+   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
+   chmod 0644 $(MAN)/dkms.8.gz
+   touch --reference=dkms.8 $(MAN)/dkms.8.gz
+-  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
+-  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
+-  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
+ 
+ DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-19 15:47:23 UTC (rev 162591)
+++ PKGBUILD2016-02-19 15:47:46 UTC (rev 162592)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
-
-pkgname=dkms
-pkgver=2.2.0.3+git151023
-pkgrel=2
-pkgdesc='Dynamic Kernel Modules System'
-arch=('any')
-url='http://linux.dell.com/dkms/'
-license=('GPL2')
-depends=('bash' 'kmod' 'gcc' 'make' 'patch')
-makedepends=('git')
-optdepends=('linux-headers: build modules against Arch kernel'
-'linux-lts-headers: build modules against LTS Arch kernel')
-backup=('etc/dkms/framework.conf')
-install=$pkgname.install
-source=('git+git://linux.dell.com/dkms.git#commit=7b6e78f'
-'02-no-kernel-hook.patch'
-'alpm-hook'
-"$pkgname.hook")
-md5sums=('SKIP'
- '82d520c39c99c34977e48b313a189c6c'
- '87715a4b2f8520eb85b380fa5509ac10'
- '579ec5e7d91acbf75eaf0ed154864a05')
-
-prepare() {
-  cd dkms
-  # patching
-  patches=("$srcdir"/*.patch)
-  if (( ${#patches[*]} > 0 )); then
-for p in "${patches[@]}"; do
-  msg2 "Apply patch: ${p##*/}"
-  patch -p1 -i "$p"
-done
-  fi
-  # /usr move
-  msg2 '/usr move patching'
-  for i in dkms{,_framework.conf,.bash-completion,.8,_common.postinst}; do
-sed -ri 's,/lib/modules,/usr/lib/modules,g' "$i"
-  done
-}
-
-package() {
-  # alpm hook
-  install -D -m 644 dkms.hook "$pkgdir/usr/share/libalpm/hooks/dkms.hook"
-  install -D -m 755 alpm-hook "$pkgdir/usr/lib/dkms/alpm-hook"
-  # upstream installer
-  cd dkms
-  make \
-DESTDIR="$pkgdir" \
-SBIN="$pkgdir/usr/bin" \
-BASHDIR="$pkgdir/usr/share/bash-completion/completions" \
-install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dkms/repos/community-testing-any/PKGBUILD (from rev 162591, 
dkms/trunk/PKGBUILD)

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

2016-02-19 Thread Guillaume Alaux
Date: Friday, February 19, 2016 @ 16:16:57
  Author: guillaume
Revision: 260001

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

Added:
  java-openjfx/repos/staging-i686/
  java-openjfx/repos/staging-i686/PKGBUILD
(from rev 26, java-openjfx/trunk/PKGBUILD)
  java-openjfx/repos/staging-i686/gradle.properties
(from rev 26, java-openjfx/trunk/gradle.properties)
  java-openjfx/repos/staging-x86_64/
  java-openjfx/repos/staging-x86_64/PKGBUILD
(from rev 26, java-openjfx/trunk/PKGBUILD)
  java-openjfx/repos/staging-x86_64/gradle.properties
(from rev 26, java-openjfx/trunk/gradle.properties)

--+
 staging-i686/PKGBUILD|   99 +
 staging-i686/gradle.properties   |4 +
 staging-x86_64/PKGBUILD  |   99 +
 staging-x86_64/gradle.properties |4 +
 4 files changed, 206 insertions(+)

Copied: java-openjfx/repos/staging-i686/PKGBUILD (from rev 26, 
java-openjfx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-19 15:16:57 UTC (rev 260001)
@@ -0,0 +1,99 @@
+# Maintainer: Guillaume ALAUX 
+# Contributor: Emanuel Couto 
+# Contributor: Richard Jackson 
+# Contributor: Tinx 
+# Contributor: Jens Kapitza 
+# Contributor: Olli 
+
+# Demos available in `java-openjfx/src/openjfx/apps/samples`
+# To build them: `ant -Dplatforms.JDK_1.8.home=/usr/lib/jvm/default jar`
+
+_libname=openjfx
+pkgbase=java-${_libname}
+pkgname=('java-openjfx' 'java-openjfx-doc' 'java-openjfx-src')
+_java_ver=8
+_jdk_update=76
+_build_ver=03
+_hgtag=${_java_ver}u${_jdk_update}-b${_build_ver}
+pkgver=${_java_ver}.u${_jdk_update}
+pkgrel=2
+pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX)'
+arch=('i686' 'x86_64')
+url='https://wiki.openjdk.java.net/display/OpenJFX/Main'
+license=('GPL')
+depends=('java-runtime-openjdk=8' 'gstreamer' 'libxtst' 'webkitgtk2' 'ffmpeg' 
'qt5-base')
+makedepends=('java-environment-openjdk=8' 'mercurial' 'bison' 'gperf' 
'qtchooser' 'gtk2'
+ 'libxtst' 'ffmpeg' 'python' 'qt5-base' 'webkitgtk2' 'ruby')
+source=(openjfx::hg+http://hg.openjdk.java.net/openjfx/8u-dev/rt#tag=${_hgtag}
+gradle.properties
+https://services.gradle.org/distributions/gradle-1.8-bin.zip)
+
+sha256sums=('SKIP'
+'1d09385ac23d755aec079954247365de3875507641f5ecd7bd3511ebf3fa9e3c'
+'a342bbfa15fd18e2482287da4959588f45a41b60910970a16e6d97959aea5703')
+
+_openjdk8dir="/usr/lib/jvm/java-8-openjdk"
+
+case $CARCH in
+  'i686') _CARCH='i386' ;;
+  'x86_64')_CARCH='amd64' ;;
+esac
+
+build() {
+  cd "${srcdir}/${_libname}"
+
+  ln -sf "${srcdir}/gradle.properties" .
+  export GRADLE_USER_HOME="${srcdir}/gradle_home"
+  mkdir -p ${GRADLE_USER_HOME}
+
+  "${srcdir}"/gradle-1.8/bin/gradle
+}
+
+package_java-openjfx() {
+  pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX)'
+  conflicts=('openjfx')
+  replaces=('openjfx')
+
+  local _builddir="${srcdir}/${_libname}/build"
+  local _sdkdir="${_builddir}/sdk"
+
+  install -d "${pkgdir}${_openjdk8dir}/jre/lib/${_CARCH}"
+  install -m755 "${_sdkdir}/rt/lib/${_CARCH}"/*.* 
"${pkgdir}${_openjdk8dir}/jre/lib/${_CARCH}"
+
+  install -d "${pkgdir}${_openjdk8dir}/jre/lib/ext"
+  install -m644 "${_sdkdir}/rt/lib/ext"/*.* 
"${pkgdir}${_openjdk8dir}/jre/lib/ext"
+  install -m644 "${_sdkdir}/rt/lib"/*.* "${pkgdir}${_openjdk8dir}/jre/lib"
+
+  install -d "${pkgdir}${_openjdk8dir}/lib"
+  install -m644 "${_sdkdir}/lib"/*.* "${pkgdir}${_openjdk8dir}/lib"
+
+  install -d "${pkgdir}${_openjdk8dir}/bin"
+  install -m755 "${_sdkdir}/bin"/* "${pkgdir}${_openjdk8dir}/bin"
+
+  install -m644 -D "${_sdkdir}/man/man1/javapackager.1" 
"${pkgdir}/usr/share/man/man1/javapackager.1"
+}
+
+package_java-openjfx-doc() {
+  pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX) - documentation'
+  conflicts=('openjfx-doc')
+  replaces=('openjfx-doc')
+
+  local _builddir="${srcdir}/${_libname}/build"
+  local _sdkdir="${_builddir}/sdk"
+  local docdir="/usr/share/doc"
+
+  install -d "${pkgdir}${docdir}/openjfx"
+  cp -dr --no-preserve=ownership "${_builddir}/javadoc"/* 
"${pkgdir}${docdir}/openjfx"
+}
+
+package_java-openjfx-src() {
+  pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX) - sources'
+  conflicts=('openjfx-src')
+  replaces=('openjfx-src')
+
+  local _builddir="${srcdir}/${_libname}/build"
+  local _sdkdir="${_builddir}/sdk"
+
+  install -d "${pkgdir}${_openjdk8dir}"
+  install -m644 "${_builddir}/javafx-src.zip" "${pkgdir}${_openjdk8dir}"
+}

Copied: java-openjfx/repos/staging-i686/gradle.properties (from rev 26, 
java-openjfx/trunk/gradle.properties)

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

2016-02-19 Thread Guillaume Alaux
Date: Friday, February 19, 2016 @ 16:15:34
  Author: guillaume
Revision: 26

Upstream release 8.u76

Modified:
  java-openjfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:46:14 UTC (rev 25)
+++ PKGBUILD2016-02-19 15:15:34 UTC (rev 26)
@@ -12,8 +12,8 @@
 pkgbase=java-${_libname}
 pkgname=('java-openjfx' 'java-openjfx-doc' 'java-openjfx-src')
 _java_ver=8
-_jdk_update=65
-_build_ver=17
+_jdk_update=76
+_build_ver=03
 _hgtag=${_java_ver}u${_jdk_update}-b${_build_ver}
 pkgver=${_java_ver}.u${_jdk_update}
 pkgrel=2


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

2016-02-19 Thread Alexander Rødseth
Date: Friday, February 19, 2016 @ 16:11:47
  Author: arodseth
Revision: 162589

upgpkg: libcss 0.6.0-1

Modified:
  libcss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 15:06:19 UTC (rev 162588)
+++ PKGBUILD2016-02-19 15:11:47 UTC (rev 162589)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Brad Fanella 
 # Contributor: Daniel J Griffiths 
 
 pkgname=libcss
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='CSS parser and selection engine'
 arch=('x86_64' 'i686')
@@ -13,12 +13,12 @@
 depends=('libparserutils>=0.2.1' 'libwapcaplet>=0.2.2')
 makedepends=('netsurf-buildsystem')
 
source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('ecaa09b07d4ecfd4644163bc0f0332b81aaaffbb9a373465e15e44e0faf1')
+sha256sums=('4eb5228e5c480e31ba8ca098cedfec3a7ef90302ede77989caedf11670b8e462')
 
 build() {
   cd "$pkgname-$pkgver"
-  
-   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
   export CFLAGS="-Wno-error=unused-but-set-variable"
   make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
 }
@@ -25,7 +25,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  
+
   make install LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }


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

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 16:06:11
  Author: tredaelli
Revision: 162587

upgpkg: parallel 20160122-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 15:05:16 UTC (rev 162586)
+++ PKGBUILD2016-02-19 15:06:11 UTC (rev 162587)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20151122
+pkgver=20160122
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('2a6dc245533b87aa7ddb852c65387f1d'
+md5sums=('9a13d1d5266634ad8214188f00fe484a'
  'SKIP')
-sha1sums=('7306b1068740671e34962bf9e6a343796c7273dd'
+sha1sums=('02cddf7237e5d5a5195d9178cd9514dcec2fbcdd'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


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

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 16:06:19
  Author: tredaelli
Revision: 162588

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 162587, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-19 15:06:11 UTC (rev 162587)
+++ PKGBUILD2016-02-19 15:06:19 UTC (rev 162588)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20151122
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('2a6dc245533b87aa7ddb852c65387f1d'
- 'SKIP')
-sha1sums=('7306b1068740671e34962bf9e6a343796c7273dd'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 162587, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-19 15:06:19 UTC (rev 162588)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20160122
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('9a13d1d5266634ad8214188f00fe484a'
+ 'SKIP')
+sha1sums=('02cddf7237e5d5a5195d9178cd9514dcec2fbcdd'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 16:05:03
  Author: tredaelli
Revision: 162585

upgpkg: npapi-vlc 2.2.2-1

Modified:
  npapi-vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:47:03 UTC (rev 162584)
+++ PKGBUILD2016-02-19 15:05:03 UTC (rev 162585)
@@ -5,8 +5,8 @@
 # Contributor: Hugo Osvaldo Barrera 
 
 pkgname=npapi-vlc
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
 pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
 arch=('i686' 'x86_64')
 url="http://git.videolan.org/?p=$pkgname.git;a=summary;
@@ -14,9 +14,18 @@
 depends=('gtk2' 'vlc')
 makedepends=('git' 'npapi-sdk')
 # This package uses version tags from Git, because there are no official 
releases
-source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver;)
-md5sums=('SKIP')
+source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver;
+"git+https://code.videolan.org/videolan/libvlcpp.git;)
+md5sums=('SKIP'
+ 'SKIP')
 
+prepare() {
+  cd "$pkgname"
+  git submodule init
+  git config submodule.vlcpp.url "$srcdir/libvlcpp"
+  git submodule update
+}
+
 build() {
   cd "$pkgname"
 


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

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 16:05:16
  Author: tredaelli
Revision: 162586

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

Added:
  npapi-vlc/repos/community-i686/PKGBUILD
(from rev 162585, npapi-vlc/trunk/PKGBUILD)
  npapi-vlc/repos/community-x86_64/PKGBUILD
(from rev 162585, npapi-vlc/trunk/PKGBUILD)
Deleted:
  npapi-vlc/repos/community-i686/PKGBUILD
  npapi-vlc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-19 15:05:03 UTC (rev 162585)
+++ community-i686/PKGBUILD 2016-02-19 15:05:16 UTC (rev 162586)
@@ -1,32 +0,0 @@
-# $Id$
-
-# Maintainer: Timothy Redaelli 
-# Contributor: Det 
-# Contributor: Hugo Osvaldo Barrera 
-
-pkgname=npapi-vlc
-pkgver=2.2.1
-pkgrel=2
-pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
-arch=('i686' 'x86_64')
-url="http://git.videolan.org/?p=$pkgname.git;a=summary;
-license=('GPL')
-depends=('gtk2' 'vlc')
-makedepends=('git' 'npapi-sdk')
-# This package uses version tags from Git, because there are no official 
releases
-source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: npapi-vlc/repos/community-i686/PKGBUILD (from rev 162585, 
npapi-vlc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-19 15:05:16 UTC (rev 162586)
@@ -0,0 +1,41 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli 
+# Contributor: Det 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgname=npapi-vlc
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
+arch=('i686' 'x86_64')
+url="http://git.videolan.org/?p=$pkgname.git;a=summary;
+license=('GPL')
+depends=('gtk2' 'vlc')
+makedepends=('git' 'npapi-sdk')
+# This package uses version tags from Git, because there are no official 
releases
+source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver;
+"git+https://code.videolan.org/videolan/libvlcpp.git;)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$pkgname"
+  git submodule init
+  git config submodule.vlcpp.url "$srcdir/libvlcpp"
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-19 15:05:03 UTC (rev 162585)
+++ community-x86_64/PKGBUILD   2016-02-19 15:05:16 UTC (rev 162586)
@@ -1,32 +0,0 @@
-# $Id$
-
-# Maintainer: Timothy Redaelli 
-# Contributor: Det 
-# Contributor: Hugo Osvaldo Barrera 
-
-pkgname=npapi-vlc
-pkgver=2.2.1
-pkgrel=2
-pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
-arch=('i686' 'x86_64')
-url="http://git.videolan.org/?p=$pkgname.git;a=summary;
-license=('GPL')
-depends=('gtk2' 'vlc')
-makedepends=('git' 'npapi-sdk')
-# This package uses version tags from Git, because there are no official 
releases
-source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: npapi-vlc/repos/community-x86_64/PKGBUILD (from rev 162585, 
npapi-vlc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-19 15:05:16 UTC (rev 162586)
@@ -0,0 +1,41 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli 
+# Contributor: Det 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgname=npapi-vlc
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
+arch=('i686' 'x86_64')
+url="http://git.videolan.org/?p=$pkgname.git;a=summary;
+license=('GPL')
+depends=('gtk2' 'vlc')
+makedepends=('git' 'npapi-sdk')
+# This package uses version tags from Git, because there are no official 
releases
+source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver;
+"git+https://code.videolan.org/videolan/libvlcpp.git;)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$pkgname"
+  git submodule init
+  git config submodule.vlcpp.url 

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

2016-02-19 Thread Jan de Groot
Date: Friday, February 19, 2016 @ 15:46:06
  Author: jgc
Revision: 259998

fix pkgrel
upgpkg: libproxy 0.4.12-1

Modified:
  libproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:44:26 UTC (rev 259997)
+++ PKGBUILD2016-02-19 14:46:06 UTC (rev 259998)
@@ -3,7 +3,7 @@
 
 pkgname=libproxy
 pkgver=0.4.12
-pkgrel=8
+pkgrel=1
 pkgdesc="A library that provides automatic proxy configuration management"
 arch=(i686 x86_64)
 license=('LGPL')


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

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 15:46:51
  Author: tredaelli
Revision: 162583

upgpkg: keepass 2.31-1

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:42:51 UTC (rev 162582)
+++ PKGBUILD2016-02-19 14:46:51 UTC (rev 162583)
@@ -10,7 +10,7 @@
 arch=('any')
 url='http://keepass.info/'
 license=('GPL')
-depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'hicolor-icon-theme' 'gtk-update-icon-cache')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
 makedepends=('icoutils')
 optdepends=('xdotool: if you want to use auto-type'
 'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
@@ -39,7 +39,7 @@
   icotool -x KeePass/KeePass.ico
 
   pushd Build &>/dev/null
-  bash PrepMonoDev.sh
+  LANG=en_US.UTF-8 bash PrepMonoDev.sh
   popd &>/dev/null
 }
 


[arch-commits] Commit in keepass/repos/community-any (12 files)

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 15:47:03
  Author: tredaelli
Revision: 162584

archrelease: copy trunk to community-any

Added:
  keepass/repos/community-any/PKGBUILD
(from rev 162583, keepass/trunk/PKGBUILD)
  keepass/repos/community-any/keepass
(from rev 162583, keepass/trunk/keepass)
  keepass/repos/community-any/keepass.1
(from rev 162583, keepass/trunk/keepass.1)
  keepass/repos/community-any/keepass.desktop
(from rev 162583, keepass/trunk/keepass.desktop)
  keepass/repos/community-any/keepass.install
(from rev 162583, keepass/trunk/keepass.install)
  keepass/repos/community-any/keepass.xml
(from rev 162583, keepass/trunk/keepass.xml)
Deleted:
  keepass/repos/community-any/PKGBUILD
  keepass/repos/community-any/keepass
  keepass/repos/community-any/keepass.1
  keepass/repos/community-any/keepass.desktop
  keepass/repos/community-any/keepass.install
  keepass/repos/community-any/keepass.xml

-+
 PKGBUILD|  152 +++---
 keepass |4 -
 keepass.1   |   46 
 keepass.desktop |   24 
 keepass.install |   32 +--
 5 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-19 14:46:51 UTC (rev 162583)
+++ PKGBUILD2016-02-19 14:47:03 UTC (rev 162584)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Kirill "reflexing" Churin 
-# Contributor: Andrej Gelenberg 
-
-pkgname=keepass
-pkgver=2.31
-pkgrel=1
-pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
-arch=('any')
-url='http://keepass.info/'
-license=('GPL')
-depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'hicolor-icon-theme' 'gtk-update-icon-cache')
-makedepends=('icoutils')
-optdepends=('xdotool: if you want to use auto-type'
-'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
-"http://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
-'keepass'
-'keepass.1'
-'keepass.desktop'
-'keepass.xml')
-
-sha256sums=('555b1a30f374f7077bf15906b09ab36b40fd3fc5753673a3c0ee3f30f0ed7881'
-'SKIP'
-'7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
-'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
-'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
-'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
-validpgpkeys=('2171BEEAD0DD92A180655626DCCAA5B3FEB7C7BC')
-
-prepare() {
-  # "Convert" to mono 4.0
-  sed -i '1s/ 10.00/ 11.00/' KeePass.sln
-  find . -name "*.csproj" -exec sed -i '1s/"3.5"/"4.0"/' {} +
-
-  # Extract icons
-  icotool -x KeePass/KeePass.ico
-
-  pushd Build &>/dev/null
-  bash PrepMonoDev.sh
-  popd &>/dev/null
-}
-
-build() {
-  xbuild /target:KeePass /property:Configuration=Release
-  cp Ext/KeePass.exe.config Build/KeePass/Release/
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/bin
-  install -dm755 "$pkgdir"/usr/share/keepass/XSL
-
-  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
-  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
-  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
-  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
-
-  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
-
-  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
-
-  # Proper installation of .desktop file
-  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
-
-  # Install icons
-  for size in 16 32 48 256; do
-install -Dm644 \
-KeePass_*_${size}x${size}x32.png \
-"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
-  done
-
-  # Needed for postinst with xdg-utils
-  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
-}

Copied: keepass/repos/community-any/PKGBUILD (from rev 162583, 
keepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-19 14:47:03 UTC (rev 162584)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.31
+pkgrel=1
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='http://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 

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

2016-02-19 Thread Jan de Groot
Date: Friday, February 19, 2016 @ 15:46:14
  Author: jgc
Revision: 25

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

Added:
  libproxy/repos/testing-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
(from rev 259998, 
libproxy/trunk/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch)
  libproxy/repos/testing-i686/PKGBUILD
(from rev 259998, libproxy/trunk/PKGBUILD)
  libproxy/repos/testing-i686/libproxy-0.4.11-crash.patch
(from rev 259998, libproxy/trunk/libproxy-0.4.11-crash.patch)
  
libproxy/repos/testing-x86_64/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
(from rev 259998, 
libproxy/trunk/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch)
  libproxy/repos/testing-x86_64/PKGBUILD
(from rev 259998, libproxy/trunk/PKGBUILD)
  libproxy/repos/testing-x86_64/libproxy-0.4.11-crash.patch
(from rev 259998, libproxy/trunk/libproxy-0.4.11-crash.patch)
Deleted:
  libproxy/repos/testing-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
  libproxy/repos/testing-i686/PKGBUILD
  libproxy/repos/testing-i686/libproxy-0.4.11-crash.patch
  
libproxy/repos/testing-x86_64/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
  libproxy/repos/testing-x86_64/PKGBUILD
  libproxy/repos/testing-x86_64/libproxy-0.4.11-crash.patch

---+
 /0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch   |  180 
++
 /PKGBUILD |  104 +
 /libproxy-0.4.11-crash.patch  |   82 
 testing-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch   |   90 -
 testing-i686/PKGBUILD |   52 --
 testing-i686/libproxy-0.4.11-crash.patch  |   41 --
 testing-x86_64/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch |   90 -
 testing-x86_64/PKGBUILD   |   52 --
 testing-x86_64/libproxy-0.4.11-crash.patch|   41 --
 9 files changed, 366 insertions(+), 366 deletions(-)

Deleted: testing-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
===
--- testing-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch 
2016-02-19 14:46:06 UTC (rev 259998)
+++ testing-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch 
2016-02-19 14:46:14 UTC (rev 25)
@@ -1,90 +0,0 @@
-From 44ce0c8a251d987d0d83f05e93d31aa659d7 Mon Sep 17 00:00:00 2001
-From: Colin Walters 
-Date: Mon, 3 Jun 2013 17:09:25 -0400
-Subject: [PATCH] pacrunner_mozjs: Also support mozjs-17.0
-
-GNOME 3.10 is moving to hard require mozjs-17.0, so we should support
-it too.  See also:
-
-https://bugs.freedesktop.org/show_bug.cgi?id=59830
-https://bugzilla.gnome.org/show_bug.cgi?id=690982

- libproxy/cmake/modules/pacrunner_mozjs.cmk |8 +++-
- libproxy/modules/pacrunner_mozjs.cpp   |   16 +---
- 2 files changed, 20 insertions(+), 4 deletions(-)
-
-diff --git a/libproxy/cmake/modules/pacrunner_mozjs.cmk 
b/libproxy/cmake/modules/pacrunner_mozjs.cmk
-index 21072db..49856a6 100644
 a/libproxy/cmake/modules/pacrunner_mozjs.cmk
-+++ b/libproxy/cmake/modules/pacrunner_mozjs.cmk
-@@ -14,7 +14,13 @@ elseif(NOT APPLE)
-   include_directories(${MOZJS_INCLUDE_DIRS})
-   link_directories(${MOZJS_LIBRARY_DIRS})
- else()
--  set(MOZJS_FOUND 0)
-+  pkg_search_module(MOZJS mozjs-17.0)
-+  if(MOZJS_FOUND)
-+include_directories(${MOZJS_INCLUDE_DIRS})
-+link_directories(${MOZJS_LIBRARY_DIRS})
-+  else()
-+set(MOZJS_FOUND 0)
-+  endif()
- endif()
-   else()
- set(MOZJS_FOUND 0)
-diff --git a/libproxy/modules/pacrunner_mozjs.cpp 
b/libproxy/modules/pacrunner_mozjs.cpp
-index abb4b9d..f5e678c 100644
 a/libproxy/modules/pacrunner_mozjs.cpp
-+++ b/libproxy/modules/pacrunner_mozjs.cpp
-@@ -19,6 +19,7 @@
- 
- #include  // ?
- #include  // gethostname
-+#include 
- 
- #include "../extension_pacrunner.hpp"
- using namespace libproxy;
-@@ -76,12 +77,12 @@ static JSBool dnsResolve_(JSContext *cx, jsval hostname, 
jsval *vp) {
-   return true;
- }
- 
--static JSBool dnsResolve(JSContext *cx, uintN /*argc*/, jsval *vp) {
-+static JSBool dnsResolve(JSContext *cx, uint32_t /*argc*/, jsval *vp) {
-   jsval *argv = JS_ARGV(cx, vp);
-   return dnsResolve_(cx, argv[0], vp);
- }
- 
--static JSBool myIpAddress(JSContext *cx, uintN /*argc*/, jsval *vp) {
-+static JSBool myIpAddress(JSContext *cx, uint32_t /*argc*/, jsval *vp) {
-   char *hostname = (char *) JS_malloc(cx, 1024);
-   if (!gethostname(hostname, 1023)) {
-   JSString *myhost = JS_NewStringCopyN(cx, hostname, 
strlen(hostname));
-@@ -98,7 +99,12 @@ static JSBool myIpAddress(JSContext *cx, uintN /*argc*/, 
jsval *vp) {
- static JSClass cls = {
-   "global", 

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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:42:51
  Author: fyan
Revision: 162582

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-19 14:40:08 UTC (rev 162581)
+++ community-i686/PKGBUILD 2016-02-19 14:42:51 UTC (rev 162582)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.12.0
-_realver=1.0.12-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src
-
-  # Hack vendored packages
-  # TODO: find a way to use Go's builtin vendoring handler
-  for pkg in go/vendor/*; do
-ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
-  done
-
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-i686/PKGBUILD (from rev 162581, 
keybase/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-19 14:42:51 UTC (rev 162582)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.13.0
+_realver=1.0.13-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+  export GO15VENDOREXPERIMENT=1
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production github.com/keybase/client/go/keybase # 
-gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-19 14:40:08 UTC (rev 162581)
+++ community-x86_64/PKGBUILD   2016-02-19 14:42:51 UTC (rev 162582)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.13.0
-_realver=1.0.13-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-  export GO15VENDOREXPERIMENT=1
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production github.com/keybase/client/go/keybase # 
-gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 162581, 
keybase/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-19 14:42:51 UTC (rev 162582)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.13.0
+_realver=1.0.13-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')

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

2016-02-19 Thread Jan de Groot
Date: Friday, February 19, 2016 @ 15:44:26
  Author: jgc
Revision: 259997

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

Added:
  libproxy/repos/testing-i686/
  libproxy/repos/testing-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
(from rev 259996, 
libproxy/trunk/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch)
  libproxy/repos/testing-i686/PKGBUILD
(from rev 259996, libproxy/trunk/PKGBUILD)
  libproxy/repos/testing-i686/libproxy-0.4.11-crash.patch
(from rev 259996, libproxy/trunk/libproxy-0.4.11-crash.patch)
  libproxy/repos/testing-x86_64/
  
libproxy/repos/testing-x86_64/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
(from rev 259996, 
libproxy/trunk/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch)
  libproxy/repos/testing-x86_64/PKGBUILD
(from rev 259996, libproxy/trunk/PKGBUILD)
  libproxy/repos/testing-x86_64/libproxy-0.4.11-crash.patch
(from rev 259996, libproxy/trunk/libproxy-0.4.11-crash.patch)

---+
 testing-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch   |   90 
++
 testing-i686/PKGBUILD |   52 +
 testing-i686/libproxy-0.4.11-crash.patch  |   41 
 testing-x86_64/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch |   90 
++
 testing-x86_64/PKGBUILD   |   52 +
 testing-x86_64/libproxy-0.4.11-crash.patch|   41 
 6 files changed, 366 insertions(+)

Copied: 
libproxy/repos/testing-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch 
(from rev 259996, 
libproxy/trunk/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch)
===
--- testing-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch 
(rev 0)
+++ testing-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch 
2016-02-19 14:44:26 UTC (rev 259997)
@@ -0,0 +1,90 @@
+From 44ce0c8a251d987d0d83f05e93d31aa659d7 Mon Sep 17 00:00:00 2001
+From: Colin Walters 
+Date: Mon, 3 Jun 2013 17:09:25 -0400
+Subject: [PATCH] pacrunner_mozjs: Also support mozjs-17.0
+
+GNOME 3.10 is moving to hard require mozjs-17.0, so we should support
+it too.  See also:
+
+https://bugs.freedesktop.org/show_bug.cgi?id=59830
+https://bugzilla.gnome.org/show_bug.cgi?id=690982
+---
+ libproxy/cmake/modules/pacrunner_mozjs.cmk |8 +++-
+ libproxy/modules/pacrunner_mozjs.cpp   |   16 +---
+ 2 files changed, 20 insertions(+), 4 deletions(-)
+
+diff --git a/libproxy/cmake/modules/pacrunner_mozjs.cmk 
b/libproxy/cmake/modules/pacrunner_mozjs.cmk
+index 21072db..49856a6 100644
+--- a/libproxy/cmake/modules/pacrunner_mozjs.cmk
 b/libproxy/cmake/modules/pacrunner_mozjs.cmk
+@@ -14,7 +14,13 @@ elseif(NOT APPLE)
+   include_directories(${MOZJS_INCLUDE_DIRS})
+   link_directories(${MOZJS_LIBRARY_DIRS})
+ else()
+-  set(MOZJS_FOUND 0)
++  pkg_search_module(MOZJS mozjs-17.0)
++  if(MOZJS_FOUND)
++include_directories(${MOZJS_INCLUDE_DIRS})
++link_directories(${MOZJS_LIBRARY_DIRS})
++  else()
++set(MOZJS_FOUND 0)
++  endif()
+ endif()
+   else()
+ set(MOZJS_FOUND 0)
+diff --git a/libproxy/modules/pacrunner_mozjs.cpp 
b/libproxy/modules/pacrunner_mozjs.cpp
+index abb4b9d..f5e678c 100644
+--- a/libproxy/modules/pacrunner_mozjs.cpp
 b/libproxy/modules/pacrunner_mozjs.cpp
+@@ -19,6 +19,7 @@
+ 
+ #include  // ?
+ #include  // gethostname
++#include 
+ 
+ #include "../extension_pacrunner.hpp"
+ using namespace libproxy;
+@@ -76,12 +77,12 @@ static JSBool dnsResolve_(JSContext *cx, jsval hostname, 
jsval *vp) {
+   return true;
+ }
+ 
+-static JSBool dnsResolve(JSContext *cx, uintN /*argc*/, jsval *vp) {
++static JSBool dnsResolve(JSContext *cx, uint32_t /*argc*/, jsval *vp) {
+   jsval *argv = JS_ARGV(cx, vp);
+   return dnsResolve_(cx, argv[0], vp);
+ }
+ 
+-static JSBool myIpAddress(JSContext *cx, uintN /*argc*/, jsval *vp) {
++static JSBool myIpAddress(JSContext *cx, uint32_t /*argc*/, jsval *vp) {
+   char *hostname = (char *) JS_malloc(cx, 1024);
+   if (!gethostname(hostname, 1023)) {
+   JSString *myhost = JS_NewStringCopyN(cx, hostname, 
strlen(hostname));
+@@ -98,7 +99,12 @@ static JSBool myIpAddress(JSContext *cx, uintN /*argc*/, 
jsval *vp) {
+ static JSClass cls = {
+   "global", JSCLASS_GLOBAL_FLAGS,
+   JS_PropertyStub, JS_PropertyStub, JS_PropertyStub, 
JS_StrictPropertyStub,
+-  JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, 
JS_FinalizeStub,
++  JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub,
++#if JS_VERSION == 186  
++  NULL,
++#else
++  JS_FinalizeStub,
++#endif
+   NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
+ };
+ 
+@@ -117,7 +123,11 @@ 

[arch-commits] Commit in libproxy/trunk (3 files)

2016-02-19 Thread Jan de Groot
Date: Friday, February 19, 2016 @ 15:44:19
  Author: jgc
Revision: 259996

upgpkg: libproxy 0.4.12-8

Modified:
  libproxy/trunk/PKGBUILD
Deleted:
  libproxy/trunk/dont_segfault_on_exit.patch
  libproxy/trunk/libproxy-0.4.11-fdleak.patch

--+
 PKGBUILD |   19 ++-
 dont_segfault_on_exit.patch  |   14 --
 libproxy-0.4.11-fdleak.patch |   20 
 3 files changed, 6 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 13:28:42 UTC (rev 259995)
+++ PKGBUILD2016-02-19 14:44:19 UTC (rev 259996)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libproxy
-pkgver=0.4.11
+pkgver=0.4.12
 pkgrel=8
 pkgdesc="A library that provides automatic proxy configuration management"
 arch=(i686 x86_64)
@@ -15,17 +15,13 @@
 'js17: PAC proxy support - Mozilla based pacrunner'
 'webkitgtk: PAC proxy support - Webkit based pacrunner')
 makedepends=('cmake' 'networkmanager' 'python2' 'perl' 'js17' 'webkitgtk')
-url="http://libproxy.googlecode.com;
-source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+url="http://libproxy.github.io/libproxy/;
+source=(https://github.com/libproxy/libproxy/archive/${pkgver}.tar.gz
 0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
-libproxy-0.4.11-crash.patch
-libproxy-0.4.11-fdleak.patch
-dont_segfault_on_exit.patch)
-md5sums=('3cd1ae2a4abecf44b3f24d6639d2cd84'
+libproxy-0.4.11-crash.patch)
+md5sums=('258d89cc052e0a3c09aa1f42d7f93045'
  '16cb8ad1292f04279108a80f36434c7b'
- 'a45f2195c164a48639e963e8341f5d93'
- '6302b995c570e42691007f3b09953a59'
- '0a4980304ee93764162dbdbd0eb5e519')
+ 'a45f2195c164a48639e963e8341f5d93')
 
 prepare() {
   mkdir build
@@ -32,8 +28,6 @@
   cd $pkgname-$pkgver
   patch -Np1 -i ../0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
   patch -Np1 -i ../libproxy-0.4.11-crash.patch
-  patch -Np1 -i ../libproxy-0.4.11-fdleak.patch
-  patch -Np1 -i ../dont_segfault_on_exit.patch
 }
 
 build() {
@@ -48,7 +42,6 @@
 -DWITH_MOZJS=ON \
 -DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
 -DCMAKE_C_FLAGS="${CFLAGS}" \
--DWITH_KDE4=OFF \
 -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2
   make
 }

Deleted: dont_segfault_on_exit.patch
===
--- dont_segfault_on_exit.patch 2016-02-19 13:28:42 UTC (rev 259995)
+++ dont_segfault_on_exit.patch 2016-02-19 14:44:19 UTC (rev 259996)
@@ -1,14 +0,0 @@
 libproxy-0.4.11/libproxy/modules/pxgsettings.cpp.orig  2013-05-30 
13:18:11.597138996 +0200
-+++ libproxy-0.4.11/libproxy/modules/pxgsettings.cpp   2013-05-30 
13:18:19.801139269 +0200
-@@ -156,10 +156,7 @@
- 
-   g_main_loop_run(loop);
- 
--  // Cleanup
--  while (G_IS_OBJECT(client)) {
--  g_object_unref(client);
--  }
-+  g_object_unref(client);
-   g_io_channel_shutdown(inchan,  FALSE, NULL);
-   g_io_channel_shutdown(outchan, FALSE, NULL);
-   g_io_channel_unref(inchan);

Deleted: libproxy-0.4.11-fdleak.patch
===
--- libproxy-0.4.11-fdleak.patch2016-02-19 13:28:42 UTC (rev 259995)
+++ libproxy-0.4.11-fdleak.patch2016-02-19 14:44:19 UTC (rev 259996)
@@ -1,20 +0,0 @@
-diff -up libproxy-0.4.11/libproxy/url.cpp.fdleak 
libproxy-0.4.11/libproxy/url.cpp
 libproxy-0.4.11/libproxy/url.cpp.fdleak2013-09-19 08:45:48.718145364 
-0400
-+++ libproxy-0.4.11/libproxy/url.cpp   2013-09-19 08:46:31.374147676 -0400
-@@ -403,6 +403,7 @@ char* url::get_pac() {
-   buffer = NULL;
-   }
-   }
-+  close (sock);
-   return buffer;
-   }
- 
-@@ -495,7 +496,7 @@ char* url::get_pac() {
-   }
- 
-   // Clean up
--  shutdown(sock, SHUT_RDWR);
-+  close(sock);
-   return buffer;
- }
- 


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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:40:08
  Author: fyan
Revision: 162581

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

Added:
  keybase/repos/community-x86_64/PKGBUILD
(from rev 162580, keybase/trunk/PKGBUILD)
Deleted:
  keybase/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-19 14:38:58 UTC (rev 162580)
+++ PKGBUILD2016-02-19 14:40:08 UTC (rev 162581)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.12.0
-_realver=1.0.12-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src
-
-  # Hack vendored packages
-  # TODO: find a way to use Go's builtin vendoring handler
-  for pkg in go/vendor/*; do
-ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
-  done
-
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 162580, 
keybase/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-19 14:40:08 UTC (rev 162581)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.13.0
+_realver=1.0.13-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+  export GO15VENDOREXPERIMENT=1
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production github.com/keybase/client/go/keybase # 
-gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:38:58
  Author: fyan
Revision: 162580

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

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

+
 /PKGBUILD  |   64 +++
 /deepin-control-center.install |   22 +++
 community-i686/PKGBUILD|   32 ---
 community-i686/deepin-control-center.install   |   11 ---
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/deepin-control-center.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-19 14:38:51 UTC (rev 162579)
+++ community-i686/PKGBUILD 2016-02-19 14:38:58 UTC (rev 162580)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.7
-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' 'libdui' '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')
-install="${pkgname}.install"
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 PREFIX=/usr WITH_MODULE_GRUB=NO WITH_MODULE_REMOTE_ASSIST=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 162578, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-19 14:38:58 UTC (rev 162580)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=3.0.8
+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' 'libdui' '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')
+install="${pkgname}.install"
+source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 PREFIX=/usr WITH_MODULE_GRUB=NO WITH_MODULE_REMOTE_ASSIST=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-i686/deepin-control-center.install
===
--- community-i686/deepin-control-center.install2016-02-19 14:38:51 UTC 
(rev 162579)
+++ community-i686/deepin-control-center.install2016-02-19 14:38:58 UTC 
(rev 162580)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  post_install "$1"
-}

Copied: 
deepin-control-center/repos/community-i686/deepin-control-center.install (from 
rev 162578, deepin-control-center/trunk/deepin-control-center.install)
===
--- community-i686/deepin-control-center.install
(rev 0)
+++ community-i686/deepin-control-center.install2016-02-19 14:38:58 UTC 
(rev 162580)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+

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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:38:51
  Author: fyan
Revision: 162579

upgpkg: keybase 1.0.13.0-1

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:37:48 UTC (rev 162578)
+++ PKGBUILD2016-02-19 14:38:51 UTC (rev 162579)
@@ -4,8 +4,8 @@
 
 pkgname=keybase
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.12.0
-_realver=1.0.12-0
+pkgver=1.0.13.0
+_realver=1.0.13-0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://keybase.io/'
@@ -17,22 +17,15 @@
 
 prepare() {
   cd client
-  mkdir -p .gopath/src
-
-  # Hack vendored packages
-  # TODO: find a way to use Go's builtin vendoring handler
-  for pkg in go/vendor/*; do
-ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
-  done
-
   mkdir -p .gopath/src/github.com/keybase
   ln -sf "$PWD" .gopath/src/github.com/keybase/client
   export GOPATH="$PWD/.gopath"
+  export GO15VENDOREXPERIMENT=1
 }
 
 build() {
   cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
+  go build -a -tags production github.com/keybase/client/go/keybase # 
-gccgoflags "$CFLAGS $LDFLAGS"
 }
 
 package() {


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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:37:48
  Author: fyan
Revision: 162578

upgpkg: deepin-control-center 3.0.8-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:32:02 UTC (rev 162577)
+++ PKGBUILD2016-02-19 14:37:48 UTC (rev 162578)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=3.0.7
+pkgver=3.0.8
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')


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

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 15:32:02
  Author: tredaelli
Revision: 162577

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

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 162576, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 162576, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 162576, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 162576, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  160 ++
 /bitcoin-qt.install |   22 
 community-i686/PKGBUILD |   80 -
 community-i686/bitcoin-qt.install   |   11 --
 community-x86_64/PKGBUILD   |   80 -
 community-x86_64/bitcoin-qt.install |   11 --
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-19 14:31:50 UTC (rev 162576)
+++ community-i686/PKGBUILD 2016-02-19 14:32:02 UTC (rev 162577)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
-pkgver=0.11.2
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
-license=('MIT')
-source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-sha256sums=('a4d2bd642e5f7f1f82dc3f708618ac77e1e45353db7a98bf81c3bdc0e10690d3'
-'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
-'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
-'30a30533cc3f2dbaea3ca1fab69e775a2b64aa0c1c510f9639a25910cb80fc4a'
-'829d5d38c8c3145b6debcb569bfa75acdfcfab5d914495b56ceb4d02060f130f'
-'9acf7f46052f6e508af4f38be4574f34bf0f57d2cf462f072606d3f177b4c957')
-
-# Upstream should be more coherent!
-case "$pkgver" in
-*.*.*.*)
-  _pkgver=${pkgver%.*}
-  ;;
-*)
-  _pkgver=$pkgver
-  ;;
-esac
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  CXXFLAGS="$CXXFLAGS -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT=1 
-UUPNPDISCOVER_SUCCESS"
-  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
-  install=bitcoin-qt.install
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin.desktop
-  install -Dm644 "$srcdir"/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs miniupnpc openssl)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 "$srcdir"/bitcoin.conf \
-"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 "$srcdir"/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 "$srcdir"/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-cli() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
-  depends=(boost-libs openssl)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 162576, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-19 14:32:02 UTC (rev 162577)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# 

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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:31:36
  Author: fyan
Revision: 162575

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-19 14:31:08 UTC (rev 162574)
+++ community-i686/PKGBUILD 2016-02-19 14:31:36 UTC (rev 162575)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.0.5
-_golibver=0.4.6
-_dbusfactoryver=3.0.1
-_girgeneratorver=0.9.2
-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' 'gcc-libs>=5.3.0-3' 'poppler-glib' 'deepin-metacity' 'xcur2png')
-makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 
'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
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-
-  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-i686/PKGBUILD (from rev 162574, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-19 14:31:36 UTC (rev 162575)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.0.5
+_golibver=0.4.7
+_dbusfactoryver=3.0.2
+_girgeneratorver=0.9.2
+pkgrel=2
+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' 'gcc-libs>=5.3.0-3' 'poppler-glib' 'deepin-metacity' 'xcur2png')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 
'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
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+
+  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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-19 14:31:08 UTC (rev 162574)
+++ community-x86_64/PKGBUILD   2016-02-19 14:31:36 UTC 

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

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 15:31:50
  Author: tredaelli
Revision: 162576

upgpkg: bitcoin 0.12.0-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:31:36 UTC (rev 162575)
+++ PKGBUILD2016-02-19 14:31:50 UTC (rev 162576)
@@ -4,11 +4,11 @@
 
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
-pkgver=0.11.2
-pkgrel=3
+pkgver=0.12.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
+makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf')
 license=('MIT')
 source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
@@ -16,7 +16,7 @@

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-sha256sums=('a4d2bd642e5f7f1f82dc3f708618ac77e1e45353db7a98bf81c3bdc0e10690d3'
+sha256sums=('0f1cda66c841a548a07cc37e80b0727354b1236d9f374c7d44362acdb85eb3e1'
 'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
 'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
 '30a30533cc3f2dbaea3ca1fab69e775a2b64aa0c1c510f9639a25910cb80fc4a'
@@ -36,13 +36,13 @@
 build() {
   cd "$srcdir/$pkgbase-$pkgver"
   CXXFLAGS="$CXXFLAGS -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT=1 
-UUPNPDISCOVER_SUCCESS"
-  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
+  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt5
   make
 }
 
 package_bitcoin-qt() {
   pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
+  depends=(boost-libs desktop-file-utils libevent qt5-base miniupnpc qrencode 
protobuf)
   install=bitcoin-qt.install
 
   cd "$pkgbase-$pkgver"
@@ -57,7 +57,7 @@
 
 package_bitcoin-daemon() {
   pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs miniupnpc openssl)
+  depends=(boost-libs libevent miniupnpc)
 
   cd "$pkgbase-$pkgver"
   install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
@@ -72,7 +72,7 @@
 
 package_bitcoin-cli() {
   pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
-  depends=(boost-libs openssl)
+  depends=(boost-libs libevent)
 
   cd "$pkgbase-$pkgver"
   install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli


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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:31:08
  Author: fyan
Revision: 162574

upgpkg: deepin-api 3.0.5-2

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:27:43 UTC (rev 162573)
+++ PKGBUILD2016-02-19 14:31:08 UTC (rev 162574)
@@ -5,10 +5,10 @@
 
 pkgname=deepin-api
 pkgver=3.0.5
-_golibver=0.4.6
-_dbusfactoryver=3.0.1
+_golibver=0.4.7
+_dbusfactoryver=3.0.2
 _girgeneratorver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Go-lang bingdings for dde-daemon'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dde-api;


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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:19:55
  Author: fyan
Revision: 162568

upgpkg: startdde 3.0.3-3

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:17:02 UTC (rev 162567)
+++ PKGBUILD2016-02-19 14:19:55 UTC (rev 162568)
@@ -5,11 +5,11 @@
 
 pkgname=startdde
 pkgver=3.0.3
-_golibver=0.4.6
-_deepinapiver=3.0.4
-_dbusfactoryver=3.0.1
+_golibver=0.4.7
+_deepinapiver=3.0.5
+_dbusfactoryver=3.0.2
 _girgeneratorver=0.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="starter of deepin desktop environment"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/startdde;


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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:17:02
  Author: fyan
Revision: 162567

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

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

-+
 /PKGBUILD   |   66 ++
 /fix-arch.patch |   26 ++
 community-i686/PKGBUILD |   33 ---
 community-i686/fix-arch.patch   |   13 ---
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/fix-arch.patch |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-19 14:15:31 UTC (rev 162566)
+++ community-i686/PKGBUILD 2016-02-19 14:17:02 UTC (rev 162567)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dbus-factory
-pkgver=3.0.1
-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-i686/PKGBUILD (from rev 162566, 
deepin-dbus-factory/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-19 14:17:02 UTC (rev 162567)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-factory
+pkgver=3.0.2
+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
+}

Deleted: community-i686/fix-arch.patch
===
--- community-i686/fix-arch.patch   2016-02-19 14:15:31 UTC (rev 162566)
+++ community-i686/fix-arch.patch   2016-02-19 14:17:02 UTC (rev 162567)
@@ -1,13 +0,0 @@
-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-i686/fix-arch.patch (from rev 
162566, deepin-dbus-factory/trunk/fix-arch.patch)
===
--- community-i686/fix-arch.patch   (rev 0)
+++ community-i686/fix-arch.patch   2016-02-19 14:17:02 UTC (rev 162567)
@@ -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)

Deleted: community-x86_64/PKGBUILD

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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:15:31
  Author: fyan
Revision: 162566

upgpkg: deepin-dbus-factory 3.0.2-1

Modified:
  deepin-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:14:53 UTC (rev 162565)
+++ PKGBUILD2016-02-19 14:15:31 UTC (rev 162566)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dbus-factory
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='QML DBus factory for DDE'
 arch=('i686' 'x86_64')


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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:12:41
  Author: fyan
Revision: 162534

upgpkg: deepin-session-ui 3.0.7-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:11:50 UTC (rev 162533)
+++ PKGBUILD2016-02-19 14:12:41 UTC (rev 162534)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=3.0.6
+pkgver=3.0.7
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')


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

2016-02-19 Thread Felix Yan
Date: Friday, February 19, 2016 @ 15:13:12
  Author: fyan
Revision: 162535

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-19 14:12:41 UTC (rev 162534)
+++ community-i686/PKGBUILD 2016-02-19 14:13:12 UTC (rev 162535)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.6
-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' 'libdui' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2')
-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-i686/PKGBUILD (from rev 162534, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-19 14:13:12 UTC (rev 162535)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.7
+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' 'libdui' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2')
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-19 14:12:41 UTC (rev 162534)
+++ community-x86_64/PKGBUILD   2016-02-19 14:13:12 UTC (rev 162535)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.6
-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' 'libdui' 'liblightdm-qt5' 'qt5-svg' 'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2')
-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-x86_64/PKGBUILD (from rev 162534, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-19 14:13:12 UTC (rev 162535)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.7
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;

  1   2   >