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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 05:57:45
  Author: felixonmars
Revision: 186468

upgpkg: dart 1.18.1-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 05:09:49 UTC (rev 186467)
+++ PKGBUILD2016-08-12 05:57:45 UTC (rev 186468)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@
 options=('!strip')
 
source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
 
source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('c02fc1bb039760de711c94336cabe916d532d5d812c96a937a2e66324400bb4d1189c94e0cb303fbe08e2ad0abc13b0cd8f5e411667ac7d47f5ef5838bff973b')
-sha512sums_i686=('a325237805f894eda8695a6c919452ade0131f6d49f685bb9530b72c392bb4adb61f60958710447c4425091afb5293950f55720fd30cf20b2e852d64ea2b0587')
+sha512sums_x86_64=('c9525ce50be0cd858803c076e9f69431f3410331c08b9886e322a8327303fc0b44e26388ca4d24223dbb7bc5ee024de8c49a74bfd0820e5040d3f97c21c23147')
+sha512sums_i686=('a340b8da77d2986d6b08bc16d1cf481b4d5b6e4307bfa96ae966d445fda8d74fbc6f13504b013f95da5d9a6464660d2b7d7531771cae5065d97c355152d9f5e0')
 
 prepare() {
   # Fix permissions


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

2016-08-11 Thread Tobias Powalowski
Date: Friday, August 12, 2016 @ 05:44:05
  Author: tpowa
Revision: 273618

enabled CONFIG_SYNC_FILE

Modified:
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 config|2 +-
 config.x86_64 |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: config
===
--- config  2016-08-12 05:43:13 UTC (rev 273617)
+++ config  2016-08-12 05:44:05 UTC (rev 273618)
@@ -6377,7 +6377,7 @@
 #
 # DMABUF options
 #
-# CONFIG_SYNC_FILE is not set
+CONFIG_SYNC_FILE=y
 CONFIG_AUXDISPLAY=y
 CONFIG_KS0108=m
 CONFIG_KS0108_PORT=0x378

Modified: config.x86_64
===
--- config.x86_64   2016-08-12 05:43:13 UTC (rev 273617)
+++ config.x86_64   2016-08-12 05:44:05 UTC (rev 273618)
@@ -6151,7 +6151,7 @@
 #
 # DMABUF options
 #
-# CONFIG_SYNC_FILE is not set
+CONFIG_SYNC_FILE=y
 CONFIG_DCA=m
 CONFIG_AUXDISPLAY=y
 CONFIG_KS0108=m


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

2016-08-11 Thread Pierre Schmitz
Date: Friday, August 12, 2016 @ 05:43:13
  Author: pierre
Revision: 273617

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 273616, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 273616, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   25 +
 archlinux-keyring.install |   22 ++
 2 files changed, 47 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 273616, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-08-12 05:43:13 UTC (rev 273617)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=archlinux-keyring
+pkgver=20160812
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install="${pkgname}.install"
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('9ce6815fe8ee1ad015de06ba51fe86aa'
+ 'SKIP')
+validpgpkeys=(
+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre
+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25' # Thomas
+  '86CFFCA918CF3AF47147588051E8B148AC34' # Evangelos
+ )
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
273616, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2016-08-12 05:43:13 UTC (rev 
273617)
@@ -0,0 +1,22 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of dwallace
+   # See https://bugs.archlinux.org/task/35478
+   if [ -z "$2" ] || [ "$2" = "20130525-1" ]; then
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   5559BC1A32B8F76B3FCCD9555FA5E5544F010D48 \
+   2>/dev/null
+   fi
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


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

2016-08-11 Thread Pierre Schmitz
Date: Friday, August 12, 2016 @ 05:43:07
  Author: pierre
Revision: 273616

upgpkg: archlinux-keyring 20160812-1

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 00:00:35 UTC (rev 273615)
+++ PKGBUILD2016-08-12 05:43:07 UTC (rev 273616)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archlinux-keyring
-pkgver=20160402
+pkgver=20160812
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
@@ -11,7 +11,7 @@
 install="${pkgname}.install"
 
source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('e1d0bd9e0e8df3572b0ccc022b825214'
+md5sums=('9ce6815fe8ee1ad015de06ba51fe86aa'
  'SKIP')
 validpgpkeys=(
   '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 05:09:49
  Author: felixonmars
Revision: 186467

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-12 05:09:25 UTC (rev 186466)
+++ community-i686/PKGBUILD 2016-08-12 05:09:49 UTC (rev 186467)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.3.5
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl')
-makedepends=('git')
-checkdepends=('mongodb')
-source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/mongo-c-driver"
-PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-make
-}
-
-# check() {
-# _mongod_run() {
-# # Start a mongod instance for test
-# rm -rf "$srcdir/mongo_tmp"
-# mkdir "$srcdir/mongo_tmp"
-# rm -f "$srcdir/mongo_tmp.pid"
-# [[ "$CARCH" == "i686" ]] && _dbengine="--storageEngine=mmapv1"
-# mongod --bind_ip localhost --port 27017 --dbpath "$srcdir/mongo_tmp" 
--journal $_dbengine \
-#  --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
-
-# "$@"
-# kill $(cat "$srcdir/mongo_tmp.pid")
-# }
-
-# cd "$srcdir/mongo-c-driver"
-# _mongod_run make test
-# }
-
-package() {
-cd "$srcdir/mongo-c-driver"
-make DESTDIR="$pkgdir/" install
-}

Copied: libmongoc/repos/community-i686/PKGBUILD (from rev 186466, 
libmongoc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-12 05:09:49 UTC (rev 186467)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+makedepends=('git')
+checkdepends=('mongodb' 'python-pifpaf')
+source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/mongo-c-driver"
+PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+make
+}
+
+check() {
+cd "$srcdir/mongo-c-driver"
+pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+cd "$srcdir/mongo-c-driver"
+make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-12 05:09:25 UTC (rev 186466)
+++ community-x86_64/PKGBUILD   2016-08-12 05:09:49 UTC (rev 186467)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.3.5
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl')
-makedepends=('git')
-checkdepends=('mongodb')
-source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/mongo-c-driver"
-PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-make
-}
-
-# check() {
-# _mongod_run() {
-# # Start a mongod instance for test
-# rm -rf "$srcdir/mongo_tmp"
-# mkdir "$srcdir/mongo_tmp"
-# rm -f "$srcdir/mongo_tmp.pid"
-# [[ "$CARCH" == "i686" ]] && _dbengine="--storageEngine=mmapv1"
-# mongod --bind_ip localhost --port 27017 --dbpath "$srcdir/mongo_tmp" 
--journal $_dbengine \
-#  --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
-
-# "$@"
-# kill $(cat "$srcdir/mongo_tmp.pid")
-# }
-
-# cd "$srcdir/mongo-c-driver"
-# _mongod_run make test
-# }
-
-package() {
-cd "$srcdir/mongo-c-driver"
-make DESTDIR="$pkgdir/" install
-}

Copied: libmongoc/repos/community-x86_64/PKGBUILD 

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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 05:09:25
  Author: felixonmars
Revision: 186466

upgpkg: libmongoc 1.4.0-1

Modified:
  libmongoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 04:43:10 UTC (rev 186465)
+++ PKGBUILD2016-08-12 05:09:25 UTC (rev 186466)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libmongoc
-pkgver=1.3.5
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('Apache')
 depends=('libbson' 'libsasl')
 makedepends=('git')
-checkdepends=('mongodb')
+checkdepends=('mongodb' 'python-pifpaf')
 source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
 sha512sums=('SKIP')
 
@@ -20,24 +20,11 @@
 make
 }
 
-# check() {
-# _mongod_run() {
-# # Start a mongod instance for test
-# rm -rf "$srcdir/mongo_tmp"
-# mkdir "$srcdir/mongo_tmp"
-# rm -f "$srcdir/mongo_tmp.pid"
-# [[ "$CARCH" == "i686" ]] && _dbengine="--storageEngine=mmapv1"
-# mongod --bind_ip localhost --port 27017 --dbpath "$srcdir/mongo_tmp" 
--journal $_dbengine \
-#  --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
+check() {
+cd "$srcdir/mongo-c-driver"
+pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
 
-# "$@"
-# kill $(cat "$srcdir/mongo_tmp.pid")
-# }
-
-# cd "$srcdir/mongo-c-driver"
-# _mongod_run make test
-# }
-
 package() {
 cd "$srcdir/mongo-c-driver"
 make DESTDIR="$pkgdir/" install


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 04:43:10
  Author: felixonmars
Revision: 186465

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

Added:
  ndiswrapper-dkms/repos/community-i686/PKGBUILD
(from rev 186464, ndiswrapper-dkms/trunk/PKGBUILD)
  ndiswrapper-dkms/repos/community-i686/dkms.conf
(from rev 186464, ndiswrapper-dkms/trunk/dkms.conf)
  ndiswrapper-dkms/repos/community-x86_64/PKGBUILD
(from rev 186464, ndiswrapper-dkms/trunk/PKGBUILD)
  ndiswrapper-dkms/repos/community-x86_64/dkms.conf
(from rev 186464, ndiswrapper-dkms/trunk/dkms.conf)
Deleted:
  ndiswrapper-dkms/repos/community-i686/PKGBUILD
  ndiswrapper-dkms/repos/community-i686/dkms.conf
  ndiswrapper-dkms/repos/community-i686/kernel-3.14.patch
  ndiswrapper-dkms/repos/community-i686/kernel-4.0.patch
  ndiswrapper-dkms/repos/community-i686/kernel-4.2.patch
  ndiswrapper-dkms/repos/community-i686/ndiswrapper-dkms.install
  ndiswrapper-dkms/repos/community-x86_64/PKGBUILD
  ndiswrapper-dkms/repos/community-x86_64/dkms.conf
  ndiswrapper-dkms/repos/community-x86_64/kernel-3.14.patch
  ndiswrapper-dkms/repos/community-x86_64/kernel-4.0.patch
  ndiswrapper-dkms/repos/community-x86_64/kernel-4.2.patch
  ndiswrapper-dkms/repos/community-x86_64/ndiswrapper-dkms.install

---+
 /PKGBUILD |   68 
 /dkms.conf|   48 +++
 community-i686/PKGBUILD   |   40 
 community-i686/dkms.conf  |   24 -
 community-i686/kernel-3.14.patch  |   53 -
 community-i686/kernel-4.0.patch   |   41 
 community-i686/kernel-4.2.patch   |   22 -
 community-i686/ndiswrapper-dkms.install   |   30 
 community-x86_64/PKGBUILD |   40 
 community-x86_64/dkms.conf|   24 -
 community-x86_64/kernel-3.14.patch|   53 -
 community-x86_64/kernel-4.0.patch |   41 
 community-x86_64/kernel-4.2.patch |   22 -
 community-x86_64/ndiswrapper-dkms.install |   30 
 14 files changed, 116 insertions(+), 420 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-12 04:42:46 UTC (rev 186464)
+++ community-i686/PKGBUILD 2016-08-12 04:43:10 UTC (rev 186465)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: maz-1 
-
-_pkgname=ndiswrapper
-pkgname=${_pkgname}-dkms
-pkgver=1.59
-pkgrel=6
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.Use with DKMS"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ndiswrapper/;
-license=('GPL')
-depends=('dkms')
-#optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
-provides=('ndiswrapper')
-conflicts=('ndiswrapper')
-install=ndiswrapper-dkms.install
-source=("http://download.sourceforge.net/ndiswrapper/${_pkgname}-${pkgver}.tar.gz;
-   "kernel-3.14.patch" "kernel-4.0.patch" "kernel-4.2.patch"
-   "dkms.conf")
-md5sums=('e26a7213468ccd6b0bb4c211c7aadeaa'
- '5f5c98aac6a41cffe298b5a1484ea523'
- 'd6a1e42ae98f61a85c814b48732f1b52'
- 'be8400a7ad805f68146032412b1e763e'
- 'd8c1c66ef19e6222e66274c0cdfb481a')
-
-build() {
-   cd "$srcdir/${_pkgname}-${pkgver}"
-   patch -p1 -i ../kernel-3.14.patch
-patch -p1 -i ../kernel-4.0.patch
-patch -p1 -i ../kernel-4.2.patch
-   make -C utils
-}
-
-package() {
-   cd "$srcdir/${_pkgname}-${pkgver}"
-   mkdir -p "${pkgdir}/usr/src"
-   cp -RL ./driver "${pkgdir}/usr/src/${_pkgname}-${pkgver}"
-   cp "$srcdir/dkms.conf" "${pkgdir}/usr/src/${_pkgname}-${pkgver}"
-   make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="${pkgdir}" 
install
-}

Copied: ndiswrapper-dkms/repos/community-i686/PKGBUILD (from rev 186464, 
ndiswrapper-dkms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-12 04:43:10 UTC (rev 186465)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-dkms
+pkgver=1.60.20160717
+_commit=3b81fa7a5d72a19256cf91aff4d201652040702f
+pkgrel=1
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.Use with DKMS"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+depends=('dkms')
+makedepends=('git')
+#optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
+provides=('ndiswrapper')
+conflicts=('ndiswrapper')
+source=("git+https://github.com/pgiri/ndiswrapper.git#commit=$_commit;
+"dkms.conf")

[arch-commits] Commit in ndiswrapper-dkms/trunk (5 files)

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 04:42:46
  Author: felixonmars
Revision: 186464

upgpkg: ndiswrapper-dkms 1.60.20160717-1

Modified:
  ndiswrapper-dkms/trunk/PKGBUILD
  ndiswrapper-dkms/trunk/dkms.conf
Deleted:
  ndiswrapper-dkms/trunk/kernel-3.14.patch
  ndiswrapper-dkms/trunk/kernel-4.0.patch
  ndiswrapper-dkms/trunk/kernel-4.2.patch

---+
 PKGBUILD  |   42 +++--
 dkms.conf |2 -
 kernel-3.14.patch |   53 
 kernel-4.0.patch  |   41 
 kernel-4.2.patch  |   22 -
 5 files changed, 17 insertions(+), 143 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 03:28:15 UTC (rev 186463)
+++ PKGBUILD2016-08-12 04:42:46 UTC (rev 186464)
@@ -2,43 +2,33 @@
 # Maintainer: Felix Yan 
 # Contributor: maz-1 
 
-_pkgname=ndiswrapper
-pkgname=${_pkgname}-dkms
-pkgver=1.59
-pkgrel=6
+pkgname=ndiswrapper-dkms
+pkgver=1.60.20160717
+_commit=3b81fa7a5d72a19256cf91aff4d201652040702f
+pkgrel=1
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.Use with DKMS"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/ndiswrapper/;
 license=('GPL')
 depends=('dkms')
+makedepends=('git')
 #optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
 provides=('ndiswrapper')
 conflicts=('ndiswrapper')
-source=("http://download.sourceforge.net/ndiswrapper/${_pkgname}-${pkgver}.tar.gz;
-   "kernel-3.14.patch" "kernel-4.0.patch" "kernel-4.2.patch"
-   "dkms.conf")
-md5sums=('e26a7213468ccd6b0bb4c211c7aadeaa'
- '5f5c98aac6a41cffe298b5a1484ea523'
- 'd6a1e42ae98f61a85c814b48732f1b52'
- 'be8400a7ad805f68146032412b1e763e'
- 'd8c1c66ef19e6222e66274c0cdfb481a')
+source=("git+https://github.com/pgiri/ndiswrapper.git#commit=$_commit;
+"dkms.conf")
+md5sums=('SKIP'
+ '801e409f0b93a0434e5c923831c49d50')
 
-prepare() {
-cd "$srcdir/${_pkgname}-${pkgver}"
-patch -p1 -i ../kernel-3.14.patch
-patch -p1 -i ../kernel-4.0.patch
-patch -p1 -i ../kernel-4.2.patch
-}
-
 build() {
-cd "$srcdir/${_pkgname}-${pkgver}"
-make -C utils
+  cd "$srcdir/ndiswrapper/ndiswrapper"
+  make -C utils
 }
 
 package() {
-cd "$srcdir/${_pkgname}-${pkgver}"
-mkdir -p "${pkgdir}/usr/src"
-cp -RL ./driver "${pkgdir}/usr/src/${_pkgname}-${pkgver}"
-cp "$srcdir/dkms.conf" "${pkgdir}/usr/src/${_pkgname}-${pkgver}"
-make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="${pkgdir}" 
install
+  cd "$srcdir/ndiswrapper/ndiswrapper"
+  mkdir -p "$pkgdir/usr/src"
+  cp -RL ./driver "$pkgdir/usr/src/ndiswrapper-$pkgver"
+  cp "$srcdir/dkms.conf" "$pkgdir/usr/src/ndiswrapper-$pkgver"
+  make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="$pkgdir" install
 }

Modified: dkms.conf
===
--- dkms.conf   2016-08-12 03:28:15 UTC (rev 186463)
+++ dkms.conf   2016-08-12 04:42:46 UTC (rev 186464)
@@ -15,7 +15,7 @@
 #
 
 PACKAGE_NAME="ndiswrapper"
-PACKAGE_VERSION=1.59
+PACKAGE_VERSION=1.60.20160717
 AUTOINSTALL=yes
 
 BUILT_MODULE_NAME[0]="ndiswrapper"

Deleted: kernel-3.14.patch
===
--- kernel-3.14.patch   2016-08-12 03:28:15 UTC (rev 186463)
+++ kernel-3.14.patch   2016-08-12 04:42:46 UTC (rev 186464)
@@ -1,53 +0,0 @@
-Description: Kernel 3.14 changes
-
-This is a diff consisting of upstream revisions 3199, 3201, 3203.
-
-* Use prandom_seed() instead of net_srandom() on Linux 3.8+
-net_srandom() is going away.
-
-* Avoid preempt_enable_no_resched(), it's no longer available for modules
-Use preempt_enable() instead. This makes nt_spin_unlock_irqrestore()
-fully complementary to nt_spin_lock_irqsave().
-
-* Define reinit_completion() based on the kernel version
-Checking for INIT_COMPLETION was a temporary hack needed before Linux
-3.13-rc1 was released.
-
-The last patch might not be really related to kernel 3.14, but is included
-as well.
-
-Origin: upstream, http://sourceforge.net/p/ndiswrapper/code/
-
 a/driver/crt.c
-+++ b/driver/crt.c
-@@ -467,7 +467,7 @@ noregparm int WIN_FUNC(_win_memcmp,3)
- noregparm void WIN_FUNC(_win_srand,1)
-   (UINT seed)
- {
--  net_srandom(seed);
-+  prandom_seed((__force u32)(seed));
- }
- 
- noregparm int WIN_FUNC(rand,0)
 a/driver/ntoskernel.h
-+++ b/driver/ntoskernel.h
-@@ -347,7 +347,7 @@ static inline void netif_poll_disable(st
- #define netdev_notifier_info_to_dev(x) ((struct net_device *)(x))
- #endif
- 
--#ifdef INIT_COMPLETION
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,13,0)
- static inline void reinit_completion(struct completion *x)
- {
-   INIT_COMPLETION(*x);
-@@ -797,9 +797,8 @@ do {   

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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 03:28:00
  Author: felixonmars
Revision: 186462

upgpkg: npm 3.10.6-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 03:22:47 UTC (rev 186461)
+++ PKGBUILD2016-08-12 03:28:00 UTC (rev 186462)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.10.5
+pkgver=3.10.6
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -10,12 +10,17 @@
 license=('custom:Artistic')
 depends=('nodejs' 'semver')
 provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
+makedepends=('git' 'procps-ng' 'marked-man')
 optdepends=('python2: for node-gyp')
 options=('!emptydirs')
 source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
 md5sums=('SKIP')
 
+prepare() {
+  cd npm
+  ln -s /usr/bin/marked{,-man} node_modules/.bin/
+}
+
 build() {
   cd npm
   make


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 03:28:15
  Author: felixonmars
Revision: 186463

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 186462, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 03:28:00 UTC (rev 186462)
+++ PKGBUILD2016-08-12 03:28:15 UTC (rev 186463)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.10.5
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm/cli.js link $dep;
-  done
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 186462, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 03:28:15 UTC (rev 186463)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.10.6
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng' 'marked-man')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd npm
+  ln -s /usr/bin/marked{,-man} node_modules/.bin/
+}
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm/cli.js link $dep;
+  done
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 03:22:28
  Author: felixonmars
Revision: 186460

addpkg: marked-man 0.1.5-1

Added:
  marked-man/
  marked-man/repos/
  marked-man/trunk/
  marked-man/trunk/PKGBUILD

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

Added: marked-man/trunk/PKGBUILD
===
--- marked-man/trunk/PKGBUILD   (rev 0)
+++ marked-man/trunk/PKGBUILD   2016-08-12 03:22:28 UTC (rev 186460)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=marked-man
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Wrapper adding manpage output to 'marked', inspired by 'ronn'"
+arch=('any')
+url='https://github.com/kapouer/marked-man'
+license=('MIT')
+depends=('nodejs' 'marked')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('359173f78e01a80da0c114ac8ebf8d84')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked-man/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in marked; do
+rm -r $dep;
+npm link $dep;
+  done
+}


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


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 03:22:47
  Author: felixonmars
Revision: 186461

archrelease: copy trunk to community-any

Added:
  marked-man/repos/community-any/
  marked-man/repos/community-any/PKGBUILD
(from rev 186460, marked-man/trunk/PKGBUILD)

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

Copied: marked-man/repos/community-any/PKGBUILD (from rev 186460, 
marked-man/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-08-12 03:22:47 UTC (rev 186461)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=marked-man
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Wrapper adding manpage output to 'marked', inspired by 'ronn'"
+arch=('any')
+url='https://github.com/kapouer/marked-man'
+license=('MIT')
+depends=('nodejs' 'marked')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('359173f78e01a80da0c114ac8ebf8d84')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked-man/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in marked; do
+rm -r $dep;
+npm link $dep;
+  done
+}


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 03:15:59
  Author: felixonmars
Revision: 186459

archrelease: copy trunk to community-any

Added:
  marked/repos/community-any/
  marked/repos/community-any/PKGBUILD
(from rev 186458, marked/trunk/PKGBUILD)

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

Copied: marked/repos/community-any/PKGBUILD (from rev 186458, 
marked/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-08-12 03:15:59 UTC (rev 186459)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=marked
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="A markdown parser built for speed"
+arch=('any')
+url='https://github.com/chjj/marked'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('019cacddd37277b77cc2eac4670336bb')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 03:15:45
  Author: felixonmars
Revision: 186458

addpkg: marked 0.3.6-1

Added:
  marked/
  marked/repos/
  marked/trunk/
  marked/trunk/PKGBUILD

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

Added: marked/trunk/PKGBUILD
===
--- marked/trunk/PKGBUILD   (rev 0)
+++ marked/trunk/PKGBUILD   2016-08-12 03:15:45 UTC (rev 186458)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=marked
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="A markdown parser built for speed"
+arch=('any')
+url='https://github.com/chjj/marked'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('019cacddd37277b77cc2eac4670336bb')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 02:54:10
  Author: felixonmars
Revision: 186456

upgpkg: libbson 1.4.0-1

Modified:
  libbson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 02:53:03 UTC (rev 186455)
+++ PKGBUILD2016-08-12 02:54:10 UTC (rev 186456)
@@ -4,7 +4,7 @@
 # Contributor: monty 
 
 pkgname=libbson
-pkgver=1.3.5
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='A BSON utility library.'
 arch=('i686' 'x86_64')


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 02:54:35
  Author: felixonmars
Revision: 186457

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-12 02:54:10 UTC (rev 186456)
+++ community-i686/PKGBUILD 2016-08-12 02:54:35 UTC (rev 186457)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tyler Brock 
-# Contributor: monty 
-
-pkgname=libbson
-pkgver=1.3.5
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/$pkgname"
-./autogen.sh --prefix=/usr
-make
-}
-
-package() {
-cd "$srcdir/$pkgname"
-make DESTDIR="$pkgdir/" install
-}

Copied: libbson/repos/community-i686/PKGBUILD (from rev 186456, 
libbson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-12 02:54:35 UTC (rev 186457)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/$pkgname"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir/$pkgname"
+make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-12 02:54:10 UTC (rev 186456)
+++ community-x86_64/PKGBUILD   2016-08-12 02:54:35 UTC (rev 186457)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tyler Brock 
-# Contributor: monty 
-
-pkgname=libbson
-pkgver=1.3.5
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/$pkgname"
-./autogen.sh --prefix=/usr
-make
-}
-
-package() {
-cd "$srcdir/$pkgname"
-make DESTDIR="$pkgdir/" install
-}

Copied: libbson/repos/community-x86_64/PKGBUILD (from rev 186456, 
libbson/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-12 02:54:35 UTC (rev 186457)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/$pkgname"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir/$pkgname"
+make DESTDIR="$pkgdir/" install
+}


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 02:52:49
  Author: felixonmars
Revision: 186454

upgpkg: python-openstacksdk 0.9.2-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 02:50:42 UTC (rev 186453)
+++ PKGBUILD2016-08-12 02:52:49 UTC (rev 186454)
@@ -4,7 +4,7 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 02:53:03
  Author: felixonmars
Revision: 186455

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 02:52:49 UTC (rev 186454)
+++ PKGBUILD2016-08-12 02:53:03 UTC (rev 186455)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
- 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
- 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
-source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-openstacksdk{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-openstacksdk
-  python setup.py build
-
-  cd "$srcdir"/python-openstacksdk-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstacksdk
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-openstacksdk-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
-   'python-os-client-config' 'python-oslo-utils')
-
-  cd "$srcdir"/python-openstacksdk
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
-   'python2-os-client-config' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-openstacksdk-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 186454, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 02:53:03 UTC (rev 186455)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
+source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-openstacksdk{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py build
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/python-openstacksdk-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-openstacksdk() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-openstacksdk() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
+   'python2-os-client-config' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 02:50:15
  Author: felixonmars
Revision: 186452

upgpkg: progress 0.13-1

Modified:
  progress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 01:14:48 UTC (rev 186451)
+++ PKGBUILD2016-08-12 02:50:15 UTC (rev 186452)
@@ -6,8 +6,8 @@
 
 pkgname=progress
 pkgdesc="Shows running coreutils basic commands and displays stats"
-pkgver=0.9
-pkgrel=2
+pkgver=0.13
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL3')
 url="https://github.com/Xfennec/progress;


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 02:50:42
  Author: felixonmars
Revision: 186453

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-12 02:50:15 UTC (rev 186452)
+++ community-i686/PKGBUILD 2016-08-12 02:50:42 UTC (rev 186453)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andy Weidenbaum 
-# Contributor: Aurélien Chabot 
-# Contributor: Étienne Deparis 
-
-pkgname=progress
-pkgdesc="Shows running coreutils basic commands and displays stats"
-pkgver=0.9
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="https://github.com/Xfennec/progress;
-depends=('ncurses')
-makedepends=('git')
-replaces=('cv')
-source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir/$pkgname"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: progress/repos/community-i686/PKGBUILD (from rev 186452, 
progress/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-12 02:50:42 UTC (rev 186453)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andy Weidenbaum 
+# Contributor: Aurélien Chabot 
+# Contributor: Étienne Deparis 
+
+pkgname=progress
+pkgdesc="Shows running coreutils basic commands and displays stats"
+pkgver=0.13
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="https://github.com/Xfennec/progress;
+depends=('ncurses')
+makedepends=('git')
+replaces=('cv')
+source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-12 02:50:15 UTC (rev 186452)
+++ community-x86_64/PKGBUILD   2016-08-12 02:50:42 UTC (rev 186453)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andy Weidenbaum 
-# Contributor: Aurélien Chabot 
-# Contributor: Étienne Deparis 
-
-pkgname=progress
-pkgdesc="Shows running coreutils basic commands and displays stats"
-pkgver=0.9
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="https://github.com/Xfennec/progress;
-depends=('ncurses')
-makedepends=('git')
-replaces=('cv')
-source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir/$pkgname"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: progress/repos/community-x86_64/PKGBUILD (from rev 186452, 
progress/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-12 02:50:42 UTC (rev 186453)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andy Weidenbaum 
+# Contributor: Aurélien Chabot 
+# Contributor: Étienne Deparis 
+
+pkgname=progress
+pkgdesc="Shows running coreutils basic commands and displays stats"
+pkgver=0.13
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="https://github.com/Xfennec/progress;
+depends=('ncurses')
+makedepends=('git')
+replaces=('cv')
+source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}


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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 01:14:48
  Author: felixonmars
Revision: 186451

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  148 ++---
 1 file changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 01:14:32 UTC (rev 186450)
+++ PKGBUILD2016-08-12 01:14:48 UTC (rev 186451)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=2.11.0
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/keystoneauth;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-positional' 
'python2-positional'
- 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests-mock'
-  'python2-requests-mock' 'python-testscenarios' 
'python2-testscenarios'
-  'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml' 
'python-oslo-config'
-  'python2-oslo-config' 'python-betamax' 'python2-betamax' 
'python-oslotest'
-  'python2-oslotest' 'python-oslo-utils' 'python2-oslo-utils'
-  'python2-requests-kerberos' 'python-oauthlib' 'python2-oauthlib' 
'python-pycodestyle'
-  'python2-pycodestyle')
-source=("git+https://git.openstack.org/openstack/keystoneauth#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  # Use pycodestyle
-  sed -i 's/pep8/pycodestyle/g' 
keystoneauth/keystoneauth1/tests/unit/test_hacking_checks.py
-
-  cp -a keystoneauth{,-py2}
-}
-
-build() {
-  cd "$srcdir"/keystoneauth
-  python setup.py build
-
-  cd "$srcdir"/keystoneauth-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keystoneauth
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/keystoneauth-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-keystoneauth1() {
-  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-positional' 'python-requests')
-  optdepends=('python-lxml: for saml2 support'
-  'python-oauthlib: for oauth1 support'
-  'python-betamax: for betamax support'
-  'python-fixtures: for betamax support'
-  'python-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
-  depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-positional' 'python2-requests')
-  optdepends=('python2-requests-kerberos: for kerberos support'
-  'python2-lxml: for saml2 support'
-  'python2-oauthlib: for oauth1 support'
-  'python2-betamax: for betamax support'
-  'python2-fixtures: for betamax support'
-  'python2-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 186450, 
python-keystoneauth1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 01:14:48 UTC (rev 186451)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=2.11.1
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/keystoneauth;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-positional' 
'python2-positional'
+ 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests-mock'
+  'python2-requests-mock' 'python-testscenarios' 
'python2-testscenarios'
+  'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml' 
'python-oslo-config'
+  'python2-oslo-config' 'python-betamax' 'python2-betamax' 
'python-oslotest'
+  'python2-oslotest' 'python-oslo-utils' 'python2-oslo-utils'
+  'python2-requests-kerberos' 'python-oauthlib' 'python2-oauthlib' 
'python-pycodestyle'
+  

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

2016-08-11 Thread Felix Yan
Date: Friday, August 12, 2016 @ 01:14:32
  Author: felixonmars
Revision: 186450

upgpkg: python-keystoneauth1 2.11.1-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 00:26:22 UTC (rev 186449)
+++ PKGBUILD2016-08-12 01:14:32 UTC (rev 186450)
@@ -4,7 +4,7 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=2.11.0
+pkgver=2.11.1
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')


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

2016-08-11 Thread Gaëtan Bisson
Date: Friday, August 12, 2016 @ 00:26:22
  Author: bisson
Revision: 186449

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-12 00:25:42 UTC (rev 186448)
+++ community-i686/PKGBUILD 2016-08-12 00:26:22 UTC (rev 186449)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.6
-pkgrel=2
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.6
+pkgrel=3
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:tree_flags:flags:g' -i git-access.c
+   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
git-access.c
+   sed 's:
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.6
-pkgrel=2
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.6
+pkgrel=3
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:tree_flags:flags:g' -i git-access.c
+   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
git-access.c
+   sed 's:

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

2016-08-11 Thread Gaëtan Bisson
Date: Friday, August 12, 2016 @ 00:25:42
  Author: bisson
Revision: 186448

fix build against libgit2-0.24

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 20:52:05 UTC (rev 186447)
+++ PKGBUILD2016-08-12 00:25:42 UTC (rev 186448)
@@ -5,7 +5,7 @@
 pkgname=subsurface
 _pkgname=Subsurface
 pkgver=4.5.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Divelog program'
 url='http://subsurface-divelog.org/'
 license=('GPL2')
@@ -19,13 +19,15 @@
 
 prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:tree_flags:flags:g' -i git-access.c
+   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
git-access.c
sed 's:

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

2016-08-11 Thread Dave Reisner
Date: Friday, August 12, 2016 @ 00:00:35
  Author: dreisner
Revision: 273615

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

Added:
  util-linux/repos/testing-i686/
  util-linux/repos/testing-i686/PKGBUILD
(from rev 273614, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 273614, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 273614, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 273614, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 273614, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 273614, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 273614, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 273614, util-linux/trunk/pam-su)

---+
 testing-i686/PKGBUILD |   91 
 testing-i686/pam-common   |6 ++
 testing-i686/pam-login|7 +++
 testing-i686/pam-su   |9 
 testing-x86_64/PKGBUILD   |   91 
 testing-x86_64/pam-common |6 ++
 testing-x86_64/pam-login  |7 +++
 testing-x86_64/pam-su |9 
 8 files changed, 226 insertions(+)

Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 273614, 
util-linux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-12 00:00:35 UTC (rev 273615)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+pkgbase=util-linux
+pkgname=(util-linux libutil-linux)
+_pkgmajor=2.28
+pkgver=${_pkgmajor}.1
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux"
+url="https://www.kernel.org/pub/linux/utils/util-linux/;
+arch=('i686' 'x86_64')
+makedepends=('systemd' 'python')
+license=('GPL2')
+options=('strip' 'debug')
+validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$pkgbase-$pkgver.tar."{xz,sign}
+pam-{login,common,su})
+md5sums=('e2d863efaf4fd330a42c5efe9f1b02b4'
+ 'SKIP'
+ '4368b3f98abd8a32662e094c54e7f9b1'
+ 'a31374fef2cba0ca34dfc7078e2969e4'
+ 'fa85e5cce5d723275b14365ba71a8aad')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --bindir=/usr/bin \
+  --localstatedir=/run \
+  --enable-fs-paths-extra=/usr/bin \
+  --enable-raw \
+  --enable-vipw \
+  --enable-newgrp \
+  --enable-chfn-chsh \
+  --enable-write \
+  --enable-mesg \
+  --enable-libmount-force-mountinfo \
+  --with-python=3
+
+  make
+}
+
+package_util-linux() {
+  conflicts=('util-linux-ng' 'eject' 'zramctl')
+  provides=("util-linux-ng=$pkgver" 'eject' 'zramctl')
+  replaces=('zramctl')
+  depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
+  optdepends=('python: python bindings to libmount')
+  groups=('base' 'base-devel')
+  backup=(etc/pam.d/chfn
+  etc/pam.d/chsh
+  etc/pam.d/login
+  etc/pam.d/su
+  etc/pam.d/su-l)
+
+  cd "$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # setuid chfn and chsh
+  chmod 4755 "$pkgdir"/usr/bin/{newgrp,ch{sh,fn}}
+
+  # install PAM files for login-utils
+  install -Dm644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chfn"
+  install -m644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chsh"
+  install -m644 "$srcdir/pam-login" "$pkgdir/etc/pam.d/login"
+  install -m644 "$srcdir/pam-su" "$pkgdir/etc/pam.d/su"
+  install -m644 "$srcdir/pam-su" "$pkgdir/etc/pam.d/su-l"
+
+  # TODO(dreisner): offer this upstream?
+  sed -i '/ListenStream/ aRuntimeDirectory=uuidd' 
"$pkgdir/usr/lib/systemd/system/uuidd.socket"
+
+  # adjust for usrmove
+  # TODO(dreisner): fix configure.ac upstream so that this isn't needed
+  cd "$pkgdir"
+  mv {,usr/}sbin/* usr/bin
+  rmdir sbin usr/sbin
+
+  ### runtime libs are shipped as part of libutil-linux
+  rm "$pkgdir"/usr/lib/lib*.{a,so}*
+}
+
+package_libutil-linux() {
+  pkgdesc="util-linux runtime libraries"
+  provides=('libblkid.so' 'libfdisk.so' 'libmount.so' 'libsmartcols.so' 
'libuuid.so')
+
+  make -C "$pkgbase-$pkgver" DESTDIR="$pkgdir" install-usrlib_execLTLIBRARIES
+}

Copied: util-linux/repos/testing-i686/pam-common (from rev 273614, 
util-linux/trunk/pam-common)
===
--- testing-i686/pam-common (rev 0)
+++ testing-i686/pam-common 2016-08-12 00:00:35 UTC (rev 273615)
@@ -0,0 +1,6 @@

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

2016-08-11 Thread Dave Reisner
Date: Thursday, August 11, 2016 @ 23:59:30
  Author: dreisner
Revision: 273614

upgpkg: util-linux 2.28.1-1

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 18:34:14 UTC (rev 273613)
+++ PKGBUILD2016-08-11 23:59:30 UTC (rev 273614)
@@ -6,7 +6,7 @@
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
 _pkgmajor=2.28
-pkgver=${_pkgmajor}
+pkgver=${_pkgmajor}.1
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url="https://www.kernel.org/pub/linux/utils/util-linux/;
@@ -17,7 +17,7 @@
 validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
 
source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$pkgbase-$pkgver.tar."{xz,sign}
 pam-{login,common,su})
-md5sums=('e534e6ccc49107e5d31c329af798ef7d'
+md5sums=('e2d863efaf4fd330a42c5efe9f1b02b4'
  'SKIP'
  '4368b3f98abd8a32662e094c54e7f9b1'
  'a31374fef2cba0ca34dfc7078e2969e4'


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

2016-08-11 Thread Anatol Pomozov
Date: Thursday, August 11, 2016 @ 20:52:05
  Author: anatolik
Revision: 186447

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

Added:
  tarantool/repos/community-testing-i686/
  tarantool/repos/community-testing-i686/PKGBUILD
(from rev 186446, tarantool/trunk/PKGBUILD)
  tarantool/repos/community-testing-i686/tarantool.install
(from rev 186446, tarantool/trunk/tarantool.install)
  tarantool/repos/community-testing-x86_64/
  tarantool/repos/community-testing-x86_64/PKGBUILD
(from rev 186446, tarantool/trunk/PKGBUILD)
  tarantool/repos/community-testing-x86_64/tarantool.install
(from rev 186446, tarantool/trunk/tarantool.install)

+
 community-testing-i686/PKGBUILD|   85 +++
 community-testing-i686/tarantool.install   |   22 ++
 community-testing-x86_64/PKGBUILD  |   85 +++
 community-testing-x86_64/tarantool.install |   22 ++
 4 files changed, 214 insertions(+)

Copied: tarantool/repos/community-testing-i686/PKGBUILD (from rev 186446, 
tarantool/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-11 20:52:05 UTC (rev 186447)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=tarantool
+_commit=1c01afde9477d82c315e5ad1f748e5308f5e8b59
+pkgver=1.7.1.r179
+pkgrel=1
+pkgdesc='Lua application server integrated with a database management system'
+arch=(i686 x86_64)
+url='http://www.tarantool.org'
+license=(BSD)
+depends=(readline ncurses zlib libyaml openssl)
+makedepends=(git cmake systemd)
+checkdepends=(python2-daemon python2-gevent python2-tarantool)
+install=tarantool.install
+source=(git://github.com/tarantool/tarantool.git#commit=$_commit
+git://github.com/tarantool/luajit.git
+git://github.com/tarantool/msgpuck.git
+git://github.com/rtsisyk/luafun.git
+#git://github.com/tarantool/sophia.git
+git://github.com/tarantool/lz4.git
+git://github.com/tarantool/libyaml.git
+git://github.com/tarantool/zstd.git
+git://github.com/tarantool/test-run.git
+git://github.com/tarantool/small.git)
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP')
+
+pkgver() {
+  cd tarantool
+  git describe | sed 's/^v//; s/-/.r/; s/-.*//'
+}
+
+build() {
+  cd tarantool
+
+  # tarantool uses git submodule, handle this
+  git submodule init
+  git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit"
+  git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck"
+  git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun"
+  #git config -f .gitmodules 'submodule.sophia.url' "$srcdir/sophia"
+  git config -f .gitmodules 'submodule.third_party/libyaml.url' 
"$srcdir/libyaml"
+  git config -f .gitmodules 'submodule.third_party/lz4.url' "$srcdir/lz4"
+  git config -f .gitmodules 'submodule.third_party/zstd.url' "$srcdir/zstd"
+  git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
+  git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
+  git submodule sync
+  git submodule update
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_BINDIR=/usr/bin \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_BUNDLED_LIBYAML:BOOL=OFF \
+-DENABLE_BACKTRACE:BOOL=ON \
+-DWITH_SYSTEMD:BOOL=ON \
+-DENABLE_DIST:BOOL=ON \
+.
+
+  make
+}
+
+check() {
+  cd tarantool/test
+  ./test-run.py --suite box
+}
+
+package() {
+  cd tarantool
+  make install DESTDIR="$pkgdir"
+
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -r "$pkgdir/var/run"
+}

Copied: tarantool/repos/community-testing-i686/tarantool.install (from rev 
186446, tarantool/trunk/tarantool.install)
===
--- community-testing-i686/tarantool.install(rev 0)
+++ community-testing-i686/tarantool.install2016-08-11 20:52:05 UTC (rev 
186447)
@@ -0,0 +1,22 @@
+post_upgrade() {
+  getent group tarantool >/dev/null || groupadd --system tarantool &>/dev/null
+  getent passwd tarantool >/dev/null || useradd --system -g tarantool -d 
/var/lib/tarantool -s /bin/false -c "Tarantool Server" tarantool &>/dev/null
+
+  if type -P systemd-tmpfiles &> /dev/null; then
+systemd-tmpfiles --create tarantool.conf
+  fi
+
+  mkdir -p /var/run/tarantool
+
+  chown -R tarantool:tarantool /var/run/tarantool/
+  chown -R tarantool:tarantool /var/lib/tarantool/
+  chown -R tarantool:tarantool /var/log/tarantool/
+}
+
+post_install() {
+  

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

2016-08-11 Thread Anatol Pomozov
Date: Thursday, August 11, 2016 @ 20:51:36
  Author: anatolik
Revision: 186446

upgpkg: tarantool 1.7.1.r179-1

Modified:
  tarantool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 19:33:33 UTC (rev 186445)
+++ PKGBUILD2016-08-11 20:51:36 UTC (rev 186446)
@@ -2,14 +2,14 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tarantool
-_commit=d52bda2ca5ca18a351d74a09bc51877a03cf8f65
-pkgver=1.6.8.r583
+_commit=1c01afde9477d82c315e5ad1f748e5308f5e8b59
+pkgver=1.7.1.r179
 pkgrel=1
 pkgdesc='Lua application server integrated with a database management system'
 arch=(i686 x86_64)
 url='http://www.tarantool.org'
 license=(BSD)
-depends=(readline ncurses zlib libyaml)
+depends=(readline ncurses zlib libyaml openssl)
 makedepends=(git cmake systemd)
 checkdepends=(python2-daemon python2-gevent python2-tarantool)
 install=tarantool.install
@@ -17,7 +17,10 @@
 git://github.com/tarantool/luajit.git
 git://github.com/tarantool/msgpuck.git
 git://github.com/rtsisyk/luafun.git
-git://github.com/tarantool/sophia.git
+#git://github.com/tarantool/sophia.git
+git://github.com/tarantool/lz4.git
+git://github.com/tarantool/libyaml.git
+git://github.com/tarantool/zstd.git
 git://github.com/tarantool/test-run.git
 git://github.com/tarantool/small.git)
 sha1sums=('SKIP'
@@ -26,6 +29,8 @@
   'SKIP'
   'SKIP'
   'SKIP'
+  'SKIP'
+  'SKIP'
   'SKIP')
 
 pkgver() {
@@ -41,7 +46,10 @@
   git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit"
   git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck"
   git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun"
-  git config -f .gitmodules 'submodule.sophia.url' "$srcdir/sophia"
+  #git config -f .gitmodules 'submodule.sophia.url' "$srcdir/sophia"
+  git config -f .gitmodules 'submodule.third_party/libyaml.url' 
"$srcdir/libyaml"
+  git config -f .gitmodules 'submodule.third_party/lz4.url' "$srcdir/lz4"
+  git config -f .gitmodules 'submodule.third_party/zstd.url' "$srcdir/zstd"
   git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
   git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
   git submodule sync


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

2016-08-11 Thread Jelle van der Waa
Date: Thursday, August 11, 2016 @ 19:33:23
  Author: jelle
Revision: 186444

upgpkg: bbswitch 0.8-52

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 18:27:15 UTC (rev 186443)
+++ PKGBUILD2016-08-11 19:33:23 UTC (rev 186444)
@@ -7,7 +7,7 @@
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
 _extramodules=extramodules-4.7-ARCH # Don't forget to update bbswitch.install
-pkgrel=51
+pkgrel=52
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;
@@ -25,7 +25,7 @@
 }
 
 package_bbswitch() {
-  depends=('linux>=4.6' 'linux<4.7')
+  depends=('linux>=4.7' 'linux<4.8')
   install=bbswitch.install
 
   cd ${srcdir}/${pkgbase}-${pkgver}


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

2016-08-11 Thread Jelle van der Waa
Date: Thursday, August 11, 2016 @ 19:33:33
  Author: jelle
Revision: 186445

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

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

---+
 /PKGBUILD |   90 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   45 --
 community-i686/bbswitch.install   |   12 
 community-x86_64/PKGBUILD |   45 --
 community-x86_64/bbswitch.install |   12 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 19:33:23 UTC (rev 186444)
+++ community-i686/PKGBUILD 2016-08-11 19:33:33 UTC (rev 186445)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgbase=bbswitch
-pkgname=(bbswitch bbswitch-dkms)
-pkgver=0.8
-_extramodules=extramodules-4.7-ARCH # Don't forget to update bbswitch.install
-pkgrel=51
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('i686' 'x86_64')
-url="http://github.com/Bumblebee-Project/bbswitch;
-license=('GPL')
-makedepends=('linux-headers>=4.7' 'linux-headers<4.8' 'linux>=4.7' 'linux<4.8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package_bbswitch() {
-  depends=('linux>=4.6' 'linux<4.7')
-  install=bbswitch.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
-}
-
-package_bbswitch-dkms() {
-  depends=('dkms')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
-
-  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 186444, 
bbswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 19:33:33 UTC (rev 186445)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.7-ARCH # Don't forget to update bbswitch.install
+pkgrel=52
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8' 'linux>=4.7' 'linux<4.8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.7' 'linux<4.8')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2016-08-11 19:33:23 UTC (rev 186444)
+++ community-i686/bbswitch.install 2016-08-11 19:33:33 UTC (rev 186445)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-4.7-ARCH'
-depmod $(cat 

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

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:34:14
  Author: tpowa
Revision: 273613

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

Added:
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-i686/PKGBUILD
(from rev 273612, xfsprogs/trunk/PKGBUILD)
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 273612, xfsprogs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: xfsprogs/repos/testing-i686/PKGBUILD (from rev 273612, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-11 18:34:14 UTC (rev 273613)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.7.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 273612, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-11 18:34:14 UTC (rev 273613)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.7.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+makedepends=('git')
+options=('!makeflags')
+source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}


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

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:33:58
  Author: tpowa
Revision: 273612

upgpkg: xfsprogs 4.7.0-1

bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 18:16:19 UTC (rev 273611)
+++ PKGBUILD2016-08-11 18:33:58 UTC (rev 273612)
@@ -1,7 +1,7 @@
 # $Id$
 #
 pkgname=xfsprogs
-pkgver=4.5.0
+pkgver=4.7.0
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('i686' 'x86_64')


[arch-commits] Commit in nvidia-340xx/repos (12 files)

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:16:19
  Author: tpowa
Revision: 273611

db-move: moved nvidia-340xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 273610, nvidia-340xx/repos/testing-i686/PKGBUILD)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 273610, nvidia-340xx/repos/testing-i686/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 273610, nvidia-340xx/repos/testing-x86_64/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 273610, nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/linux-4.6.patch
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/linux-4.6.patch
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-x86_64/

---+
 /PKGBUILD |  142 ++
 /nvidia-340xx.install |   26 ++
 extra-i686/PKGBUILD   |   71 -
 extra-i686/linux-4.6.patch|  150 
 extra-i686/nvidia-340xx.install   |   13 ---
 extra-x86_64/PKGBUILD |   71 -
 extra-x86_64/linux-4.6.patch  |  150 
 extra-x86_64/nvidia-340xx.install |   13 ---
 8 files changed, 168 insertions(+), 468 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-11 18:16:18 UTC (rev 273610)
+++ extra-i686/PKGBUILD 2016-08-11 18:16:19 UTC (rev 273611)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.96
-_extramodules=extramodules-4.6-ARCH
-pkgrel=13
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.6' 'linux-headers<4.7')
-conflicts=('nvidia')
-license=('custom')
-options=(!strip)
-source=('linux-4.6.patch')
-source_i686+=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64+=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('1f2baa65fd351ae7a2fc3dfd71ffcbfe')
-md5sums_i686=('cb64b165b638671bcdc75bcf297b8d90')
-md5sums_x86_64=('7bdbcee13bade63227933d9217571882')
-
-[[ "$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
-patch -p1 --no-backup-if-mismatch -i ../linux-4.6.patch
-
-cp -a kernel kernel-dkms
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-340xx() {
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.6' 'linux<4.7' 'libgl' "nvidia-340xx-utils=${pkgver}")
-conflict+=('nvidia-340xx-dkms')
-install=nvidia-340xx.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-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-340xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
-depends=('dkms' "nvidia-340xx-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia-340xx')
-
-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
-cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
-}

Copied: nvidia-340xx/repos/extra-i686/PKGBUILD (from rev 273610, 
nvidia-340xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-11 18:16:19 UTC (rev 273611)
@@ -0,0 +1,71 @@
+# $Id$
+# 

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

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:27:15
  Author: tpowa
Revision: 186443

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

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

--+
 /PKGBUILD|  144 +
 /build.sh|  122 +
 /virtualbox-modules-arch.install |   46 ++
 community-i686/PKGBUILD  |   72 --
 community-i686/build.sh  |   61 
 community-i686/virtualbox-modules-arch.install   |   23 ---
 community-x86_64/PKGBUILD|   72 --
 community-x86_64/build.sh|   61 
 community-x86_64/virtualbox-modules-arch.install |   23 ---
 9 files changed, 312 insertions(+), 312 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 18:27:14 UTC (rev 186442)
+++ community-i686/PKGBUILD 2016-08-11 18:27:15 UTC (rev 186443)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.6' 'linux<4.7'
- 'linux-headers>=4.6' 'linux-headers<4.7'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.6-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.6' 'linux<4.7')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.6' 'linux<4.7')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install 

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

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:27:14
  Author: tpowa
Revision: 186442

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 186441, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 186441, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 186441, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 186441, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 186441, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 186441, 
vhba-module/repos/community-testing-x86_64/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   21 ---
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   21 ---
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2016-08-11 18:27:12 UTC (rev 186441)
+++ community-i686/60-vhba.rules2016-08-11 18:27:14 UTC (rev 186442)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 186441, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2016-08-11 18:27:14 UTC (rev 186442)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 18:27:12 UTC (rev 186441)
+++ community-i686/PKGBUILD 2016-08-11 18:27:14 UTC (rev 186442)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-4.6-ARCH
-pkgrel=31
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux>=4.6' 'linux<4.7')
-makedepends=('linux-headers>=4.6' 'linux-headers<4.7')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true && install=${install}.pkg
-  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 186441, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 18:27:14 UTC (rev 186442)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.7-ARCH
+pkgrel=32
+pkgdesc="Kernel module that emulates SCSI devices"

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

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:27:11
  Author: tpowa
Revision: 186440

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

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 186439, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 186439, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 186439, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 186439, bbswitch/repos/community-testing-x86_64/bbswitch.install)
Deleted:
  bbswitch/repos/community-i686/PKGBUILD
  bbswitch/repos/community-i686/bbswitch.install
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-x86_64/PKGBUILD
  bbswitch/repos/community-x86_64/bbswitch.install

---+
 /PKGBUILD |   90 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   45 --
 community-i686/bbswitch.install   |   12 
 community-x86_64/PKGBUILD |   45 --
 community-x86_64/bbswitch.install |   12 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 18:27:10 UTC (rev 186439)
+++ community-i686/PKGBUILD 2016-08-11 18:27:11 UTC (rev 186440)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgbase=bbswitch
-pkgname=(bbswitch bbswitch-dkms)
-pkgver=0.8
-_extramodules=extramodules-4.6-ARCH # Don't forget to update bbswitch.install
-pkgrel=50
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('i686' 'x86_64')
-url="http://github.com/Bumblebee-Project/bbswitch;
-license=('GPL')
-makedepends=('linux-headers>=4.6' 'linux-headers<4.7' 'linux>=4.6' 'linux<4.7')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package_bbswitch() {
-  depends=('linux>=4.6' 'linux<4.7')
-  install=bbswitch.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
-}
-
-package_bbswitch-dkms() {
-  depends=('dkms')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
-
-  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 186439, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 18:27:11 UTC (rev 186440)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.7-ARCH # Don't forget to update bbswitch.install
+pkgrel=51
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8' 'linux>=4.7' 'linux<4.8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.6' 'linux<4.7')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2016-08-11 18:27:10 UTC 

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

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:27:10
  Author: tpowa
Revision: 186439

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

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 186438, acpi_call/repos/community-testing-i686/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 186438, acpi_call/repos/community-testing-i686/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 186438, acpi_call/repos/community-testing-x86_64/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 186438, 
acpi_call/repos/community-testing-x86_64/acpi_call.install)
Deleted:
  acpi_call/repos/community-i686/PKGBUILD
  acpi_call/repos/community-i686/acpi_call.install
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-x86_64/PKGBUILD
  acpi_call/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   94 +++
 /acpi_call.install |   28 ++
 community-i686/PKGBUILD|   47 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   47 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 18:19:40 UTC (rev 186438)
+++ community-i686/PKGBUILD 2016-08-11 18:27:10 UTC (rev 186439)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=47
-_extramodules=extramodules-4.6-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url='http://github.com/mkottman/acpi_call'
-license=('GPL')
-depends=('linux>=4.6' 'linux<4.7')
-makedepends=('linux-headers>=4.6' 'linux-headers<4.7')
-install='acpi_call.install'
-source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-prepare() {
-  cd acpi_call-${pkgver}
-
-  # Fix build with Linux >= 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-}
-
-build() {
-  cd acpi_call-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KVERSION="${_kernver}"
-}
-
-package() {
-  cd acpi_call-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
-  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
-  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
-
-  install -dm 755 "${pkgdir}"/usr/share/acpi_call
-  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 186438, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 18:27:10 UTC (rev 186439)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=48
+_extramodules=extramodules-4.7-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.7' 'linux<4.8')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: 

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

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:19:40
  Author: tpowa
Revision: 186438

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

Added:
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 186437, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 186437, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 186437, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 186437, bbswitch/trunk/bbswitch.install)
Deleted:
  bbswitch/repos/community-testing-i686/PKGBUILD
  bbswitch/repos/community-testing-i686/bbswitch.install
  bbswitch/repos/community-testing-x86_64/PKGBUILD
  bbswitch/repos/community-testing-x86_64/bbswitch.install

---+
 /PKGBUILD |   90 
 /bbswitch.install |   24 +++
 community-testing-i686/PKGBUILD   |   45 --
 community-testing-i686/bbswitch.install   |   12 ---
 community-testing-x86_64/PKGBUILD |   45 --
 community-testing-x86_64/bbswitch.install |   12 ---
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-08-11 18:02:24 UTC (rev 186437)
+++ community-testing-i686/PKGBUILD 2016-08-11 18:19:40 UTC (rev 186438)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgbase=bbswitch
-pkgname=(bbswitch bbswitch-dkms)
-pkgver=0.8
-_extramodules=extramodules-4.7-ARCH # Don't forget to update bbswitch.install
-pkgrel=50
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('i686' 'x86_64')
-url="http://github.com/Bumblebee-Project/bbswitch;
-license=('GPL')
-makedepends=('linux-headers>=4.7' 'linux-headers<4.8' 'linux>=4.7' 'linux<4.8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package_bbswitch() {
-  depends=('linux>=4.6' 'linux<4.7')
-  install=bbswitch.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
-}
-
-package_bbswitch-dkms() {
-  depends=('dkms')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
-
-  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
-}

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 186437, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-11 18:19:40 UTC (rev 186438)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.7-ARCH # Don't forget to update bbswitch.install
+pkgrel=51
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8' 'linux>=4.7' 'linux<4.8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.6' 'linux<4.7')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Deleted: community-testing-i686/bbswitch.install
===
--- community-testing-i686/bbswitch.install 2016-08-11 18:02:24 UTC (rev 
186437)
+++ 

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

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:16:18
  Author: tpowa
Revision: 273610

db-move: moved nvidia from [testing] to [extra] (i686, x86_64)

Added:
  nvidia/repos/extra-i686/0001-linux-4.7-i686.patch
(from rev 273609, nvidia/repos/testing-i686/0001-linux-4.7-i686.patch)
  nvidia/repos/extra-i686/0001-linux-4.7-x86_64.patch
(from rev 273609, nvidia/repos/testing-i686/0001-linux-4.7-x86_64.patch)
  nvidia/repos/extra-i686/PKGBUILD
(from rev 273609, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia.install
(from rev 273609, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/0001-linux-4.7-i686.patch
(from rev 273609, nvidia/repos/testing-x86_64/0001-linux-4.7-i686.patch)
  nvidia/repos/extra-x86_64/0001-linux-4.7-x86_64.patch
(from rev 273609, nvidia/repos/testing-x86_64/0001-linux-4.7-x86_64.patch)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 273609, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 273609, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

--+
 /PKGBUILD|  178 +
 /nvidia.install  |   26 
 extra-i686/0001-linux-4.7-i686.patch |   46 +++
 extra-i686/0001-linux-4.7-x86_64.patch   |   64 ++
 extra-i686/PKGBUILD  |   84 -
 extra-i686/nvidia.install|   13 --
 extra-x86_64/0001-linux-4.7-i686.patch   |   46 +++
 extra-x86_64/0001-linux-4.7-x86_64.patch |   64 ++
 extra-x86_64/PKGBUILD|   84 -
 extra-x86_64/nvidia.install  |   13 --
 10 files changed, 424 insertions(+), 194 deletions(-)

Copied: nvidia/repos/extra-i686/0001-linux-4.7-i686.patch (from rev 273609, 
nvidia/repos/testing-i686/0001-linux-4.7-i686.patch)
===
--- extra-i686/0001-linux-4.7-i686.patch(rev 0)
+++ extra-i686/0001-linux-4.7-i686.patch2016-08-11 18:16:18 UTC (rev 
273610)
@@ -0,0 +1,46 @@
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c 
nvidia-367.35/nvidia-drm/nvidia-drm-fb.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c  2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-fb.c   2016-08-06 00:38:00.550651165 
+0200
+@@ -31,6 +31,7 @@
+ #include "nvidia-drm-gem.h"
+ 
+ #include 
++#include 
+ 
+ static void nvidia_framebuffer_destroy(struct drm_framebuffer *fb)
+ {
+@@ -114,7 +115,11 @@
+  * We don't support any planar format, pick up first buffer only.
+  */
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, cmd->handles[0]);
++#else
+ gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
++#endif
+ 
+ if (gem == NULL)
+ {
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 
nvidia-367.35/nvidia-drm/nvidia-drm-gem.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-gem.c  2016-08-06 00:37:47.237546102 
+0200
+@@ -27,6 +27,7 @@
+ #include "nvidia-drm-priv.h"
+ #include "nvidia-drm-ioctl.h"
+ #include "nvidia-drm-gem.h"
++#include 
+ 
+ static struct nvidia_drm_gem_object *nvidia_drm_gem_new
+ (
+@@ -408,7 +409,11 @@
+ 
+ mutex_lock(>struct_mutex);
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, handle);
++#else
+ gem = drm_gem_object_lookup(dev, file, handle);
++#endif
+ 
+ if (gem == NULL)
+ {

Copied: nvidia/repos/extra-i686/0001-linux-4.7-x86_64.patch (from rev 273609, 
nvidia/repos/testing-i686/0001-linux-4.7-x86_64.patch)
===
--- extra-i686/0001-linux-4.7-x86_64.patch  (rev 0)
+++ extra-i686/0001-linux-4.7-x86_64.patch  2016-08-11 18:16:18 UTC (rev 
273610)
@@ -0,0 +1,64 @@
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c 
nvidia-367.35/nvidia-drm/nvidia-drm-fb.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c  2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-fb.c   2016-08-06 00:38:00.550651165 
+0200
+@@ -31,6 +31,7 @@
+ #include "nvidia-drm-gem.h"
+ 
+ #include 
++#include 
+ 
+ static void nvidia_framebuffer_destroy(struct drm_framebuffer *fb)
+ {
+@@ -114,7 +115,11 @@
+  * We don't support any planar format, pick up first buffer only.
+  */
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, cmd->handles[0]);
++#else
+ gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
++#endif
+ 
+ 

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

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:16:17
  Author: tpowa
Revision: 273609

db-move: moved nvidia-304xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 273608, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/disable-mtrr.patch
(from rev 273608, nvidia-304xx/repos/testing-i686/disable-mtrr.patch)
  nvidia-304xx/repos/extra-i686/linux-4.6.patch
(from rev 273608, nvidia-304xx/repos/testing-i686/linux-4.6.patch)
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
(from rev 273608, nvidia-304xx/repos/testing-i686/nvidia-304xx.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 273608, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/disable-mtrr.patch
(from rev 273608, nvidia-304xx/repos/testing-x86_64/disable-mtrr.patch)
  nvidia-304xx/repos/extra-x86_64/linux-4.6.patch
(from rev 273608, nvidia-304xx/repos/testing-x86_64/linux-4.6.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
(from rev 273608, nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/disable-mtrr.patch
  nvidia-304xx/repos/extra-i686/linux-4.6.patch
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/disable-mtrr.patch
  nvidia-304xx/repos/extra-x86_64/linux-4.6.patch
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

---+
 /PKGBUILD |  150 ++
 /disable-mtrr.patch   |   48 ++
 /linux-4.6.patch  |  288 
 /nvidia-304xx.install |   26 +++
 extra-i686/PKGBUILD   |   75 -
 extra-i686/disable-mtrr.patch |   24 ---
 extra-i686/linux-4.6.patch|  144 --
 extra-i686/nvidia-304xx.install   |   13 -
 extra-x86_64/PKGBUILD |   75 -
 extra-x86_64/disable-mtrr.patch   |   24 ---
 extra-x86_64/linux-4.6.patch  |  144 --
 extra-x86_64/nvidia-304xx.install |   13 -
 12 files changed, 512 insertions(+), 512 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-11 18:16:05 UTC (rev 273608)
+++ extra-i686/PKGBUILD 2016-08-11 18:16:17 UTC (rev 273609)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-304xx
-pkgname=(nvidia-304xx nvidia-304xx-dkms)
-pkgver=304.131
-_extramodules=extramodules-4.6-ARCH
-pkgrel=14
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.6' 'linux-headers<4.7')
-conflicts=('nvidia')
-license=('custom')
-options=('!strip')
-source=('disable-mtrr.patch' 'linux-4.6.patch')
-source_i686+=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums=('54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
-
'a240e354fcc8ad69982206b4291dfe0fa3660b410d0ffa7903c4fcdb2397254293bfa3160874f89327cfca85d78385260072008091990bc6640ea047e55c53ab')
-sha512sums_i686=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e')
-sha512sums_x86_64=('07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
-
-[[ "$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)
-
-patch -p1 --no-backup-if-mismatch -i ../linux-4.6.patch
-
-cp -a kernel kernel-dkms
-}
-
-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.6' 'linux<4.7' '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 

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

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:16:05
  Author: tpowa
Revision: 273608

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 273607, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 273607, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 273607, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 273607, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 273607, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 273607, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 273607, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 273607, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 273607, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 273607, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 273607, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 273607, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

-+
 /PKGBUILD   |  598 
 /change-default-console-loglevel.patch  |   22 
 /config |16332 ++
 /config.x86_64  |15846 +
 /linux.install  |   74 
 /linux.preset   |   28 
 core-i686/0001-linux-4.6-rtlwifi-fix-atomic.patch   |   70 
 core-i686/PKGBUILD  |  307 
 core-i686/change-default-console-loglevel.patch |   11 
 core-i686/config| 8087 
 core-i686/config.x86_64 | 7849 
 core-i686/linux.install |   37 
 core-i686/linux.preset  |   14 
 core-x86_64/0001-linux-4.6-rtlwifi-fix-atomic.patch |   70 
 core-x86_64/PKGBUILD|  307 
 core-x86_64/change-default-console-loglevel.patch   |   11 
 core-x86_64/config  | 8087 
 core-x86_64/config.x86_64   | 7849 
 core-x86_64/linux.install   |   37 
 core-x86_64/linux.preset|   14 
 20 files changed, 32900 insertions(+), 32750 deletions(-)

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


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

2016-08-11 Thread Tobias Powalowski
Date: Thursday, August 11, 2016 @ 18:15:26
  Author: tpowa
Revision: 273607

db-move: moved efivar from [testing] to [core] (i686, x86_64)

Added:
  efivar/repos/core-i686/PKGBUILD
(from rev 273606, efivar/repos/testing-i686/PKGBUILD)
  efivar/repos/core-x86_64/PKGBUILD
(from rev 273606, efivar/repos/testing-x86_64/PKGBUILD)
Deleted:
  efivar/repos/core-i686/PKGBUILD
  efivar/repos/core-x86_64/PKGBUILD
  efivar/repos/testing-i686/
  efivar/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-08-11 17:05:25 UTC (rev 273606)
+++ core-i686/PKGBUILD  2016-08-11 18:15:26 UTC (rev 273607)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efivar"
-pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.23.37.g8740389
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efivar;
-license=('LGPL2.1')
-makedepends=('git')
-depends=('popt')
-conflicts=('libefivar')
-provides=("libefivar=${pkgver}")
-options=('strip' 'zipman' 'docs')
-#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
-source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efivar/"
-   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efivar/"
-   
-   git clean -x -d -f
-   echo
-   
-   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
-   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
-}
-
-build() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-cd "${srcdir}/efivar/src/test"
-make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
-   echo
-   
-   install -d "${pkgdir}/usr/bin"
-   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
-   
-}

Copied: efivar/repos/core-i686/PKGBUILD (from rev 273606, 
efivar/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-08-11 18:15:26 UTC (rev 273607)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=0.24
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}

Deleted: 

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

2016-08-11 Thread Levente Polyak
Date: Thursday, August 11, 2016 @ 18:01:47
  Author: anthraxx
Revision: 186434

upgpkg: afl 2.30b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 17:57:45 UTC (rev 186433)
+++ PKGBUILD2016-08-11 18:01:47 UTC (rev 186434)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.28b
+pkgver=2.30b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('77b05f2b40d83ecef26dba60bf8a482a2331ef46dcab92cd183eaa784461550d1c004c55a023f1f18b0ab51310d3a84692ba766878bd322ea9080612cb9a')
+sha512sums=('45c0afcb6e7873648ec213b9dfb0c8a708caa7e3dbc1db9f11e2dba74febfcd9391e49eb284c33b7f9f5ce24eb27e9dc5ed67a17c6ef2a5f377d1b8438d6ae06')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-08-11 Thread Levente Polyak
Date: Thursday, August 11, 2016 @ 18:02:15
  Author: anthraxx
Revision: 186436

upgpkg: pngcrush 1.8.4-1

Modified:
  pngcrush/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 18:01:57 UTC (rev 186435)
+++ PKGBUILD2016-08-11 18:02:15 UTC (rev 186436)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=pngcrush
-pkgver=1.8.2
+pkgver=1.8.4
 pkgrel=1
 pkgdesc="A tool for optimizing the compression of PNG files"
 url="http://pmt.sourceforge.net/pngcrush;
@@ -13,7 +13,7 @@
 depends=('libpng')
 
source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz{,.asc}
 LICENSE)
-sha512sums=('f0bfd95a84c9eef48abe624ca8ea4c2064862e9b6330776f91d7647b2796b1221a9edccf8de73fdbad7031cdee0d161072ce44063c60a6a7880a51130fb5c0f9'
+sha512sums=('f246a62727d5ecfda72e4be544c857ff4e67673cc54ac80ba60db5b1b2bea68c22780dd3999d76ee0ccfde5b8ca001c828ee22f46431e1b22e972b37f88f3192'
 'SKIP'
 
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (pngcrush) 


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

2016-08-11 Thread Levente Polyak
Date: Thursday, August 11, 2016 @ 18:01:57
  Author: anthraxx
Revision: 186435

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 18:01:47 UTC (rev 186434)
+++ community-i686/PKGBUILD 2016-08-11 18:01:57 UTC (rev 186435)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.28b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('77b05f2b40d83ecef26dba60bf8a482a2331ef46dcab92cd183eaa784461550d1c004c55a023f1f18b0ab51310d3a84692ba766878bd322ea9080612cb9a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 186434, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 18:01:57 UTC (rev 186435)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.30b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url='http://lcamtuf.coredump.cx/afl/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=('gcc: gcc instrumentation support'
+'clang: clang instrumentation support'
+'llvm: experimental clang-fast instrumentation support'
+'gnuplot: graph plotting support')
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('45c0afcb6e7873648ec213b9dfb0c8a708caa7e3dbc1db9f11e2dba74febfcd9391e49eb284c33b7f9f5ce24eb27e9dc5ed67a17c6ef2a5f377d1b8438d6ae06')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-11 18:01:47 UTC (rev 186434)
+++ community-x86_64/PKGBUILD   2016-08-11 18:01:57 UTC (rev 186435)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.28b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)

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

2016-08-11 Thread Levente Polyak
Date: Thursday, August 11, 2016 @ 18:02:24
  Author: anthraxx
Revision: 186437

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

Added:
  pngcrush/repos/community-i686/LICENSE
(from rev 186436, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-i686/PKGBUILD
(from rev 186436, pngcrush/trunk/PKGBUILD)
  pngcrush/repos/community-x86_64/LICENSE
(from rev 186436, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-x86_64/PKGBUILD
(from rev 186436, pngcrush/trunk/PKGBUILD)
Deleted:
  pngcrush/repos/community-i686/LICENSE
  pngcrush/repos/community-i686/PKGBUILD
  pngcrush/repos/community-x86_64/LICENSE
  pngcrush/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   84 
 /PKGBUILD |   78 
 community-i686/LICENSE|   42 --
 community-i686/PKGBUILD   |   39 
 community-x86_64/LICENSE  |   42 --
 community-x86_64/PKGBUILD |   39 
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-08-11 18:02:15 UTC (rev 186436)
+++ community-i686/LICENSE  2016-08-11 18:02:24 UTC (rev 186437)
@@ -1,42 +0,0 @@
-
-NOTICES
-
-If you have modified this source, you may insert additional notices
-immediately after this sentence.
-
-COPYRIGHT:
-
-Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
-  (glennrp at users.sf.net)
-Copyright (C) 2005  Greg Roelofs
-
-DISCLAIMERS:
-
-The pngcrush computer program is supplied "AS IS".  The Author disclaims all
-warranties, expressed or implied, including, without limitation, the
-warranties of merchantability and of fitness for any purpose.  The
-Author assumes no liability for direct, indirect, incidental, special,
-exemplary, or consequential damages, which may result from the use of
-the computer program, even if advised of the possibility of such damage.
-There is no warranty against interference with your enjoyment of the
-computer program or against infringement.  There is no warranty that my
-efforts or the computer program will fulfill any of your particular purposes
-or needs.  This computer program is provided with all faults, and the entire
-risk of satisfactory quality, performance, accuracy, and effort is with
-the user.
-
-LICENSE:
-
-Permission is hereby irrevocably granted to everyone to use, copy, modify,
-and distribute this source code, or portions hereof, or executable programs
-compiled from it, for any purpose, without payment of any fee, subject to
-the following restrictions:
-
-1. The origin of this source code must not be misrepresented.
-
-2. Altered versions must be plainly marked as such and must not be
-   misrepresented as being the original source.
-
-3. This Copyright notice, disclaimer, and license may not be removed
-   or altered from any source or altered source distribution.
-

Copied: pngcrush/repos/community-i686/LICENSE (from rev 186436, 
pngcrush/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-08-11 18:02:24 UTC (rev 186437)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied "AS IS".  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original source.
+

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

2016-08-11 Thread Levente Polyak
Date: Thursday, August 11, 2016 @ 17:57:45
  Author: anthraxx
Revision: 186433

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-11 17:57:38 UTC (rev 186432)
+++ PKGBUILD2016-08-11 17:57:45 UTC (rev 186433)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-flask-socketio
-pkgname=('python-flask-socketio' 'python2-flask-socketio')
-_pkgname=Flask-SocketIO
-pkgver=2.6
-pkgrel=1
-pkgdesc="Socket.IO integration for Flask applications"
-url="https://flask-socketio.readthedocs.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha512sums=('ce5dd7243cf0dc9d3f2f16139f6d1aa736d5da0dc8d68219b269300c9aa0853c7475867e496d396ddd9a7180ce49a44e06e58be23a2d59ff81374b702c169fb6')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-py.test test_socketio.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-py.test2 test_socketio.py
-  )
-}
-
-package_python-flask-socketio() {
-  depends=('python-flask' 'python-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-socketio() {
-  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 186432, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-11 17:57:45 UTC (rev 186433)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=2.6.2
+pkgrel=1
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha512sums=('8a18c257d70b30a5adcbd875a623b9e9a07b48d1d1b463c69c75f734eea6fd68ecacce46494603bf14b75bfa8d0450c45c424d7167e2cdb1b5e3a3f3adce1398')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+
+package_python-flask-socketio() {
+  depends=('python-flask' 'python-eventlet' 'python-socketio')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" 

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

2016-08-11 Thread Levente Polyak
Date: Thursday, August 11, 2016 @ 17:57:38
  Author: anthraxx
Revision: 186432

upgpkg: python-flask-socketio 2.6.2-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 17:32:02 UTC (rev 186431)
+++ PKGBUILD2016-08-11 17:57:38 UTC (rev 186432)
@@ -3,10 +3,10 @@
 pkgbase=python-flask-socketio
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
-pkgver=2.6
+pkgver=2.6.2
 pkgrel=1
-pkgdesc="Socket.IO integration for Flask applications"
-url="https://flask-socketio.readthedocs.org/;
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
 arch=('any')
 license=('MIT')
 makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
@@ -14,7 +14,7 @@
 checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha512sums=('ce5dd7243cf0dc9d3f2f16139f6d1aa736d5da0dc8d68219b269300c9aa0853c7475867e496d396ddd9a7180ce49a44e06e58be23a2d59ff81374b702c169fb6')
+sha512sums=('8a18c257d70b30a5adcbd875a623b9e9a07b48d1d1b463c69c75f734eea6fd68ecacce46494603bf14b75bfa8d0450c45c424d7167e2cdb1b5e3a3f3adce1398')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2016-08-11 Thread Florian Pritz
Date: Thursday, August 11, 2016 @ 17:32:02
  Author: bluewind
Revision: 186431

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 17:31:36 UTC (rev 186430)
+++ community-i686/PKGBUILD 2016-08-11 17:32:02 UTC (rev 186431)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Sven Kauber 
-
-pkgname=siege
-pkgver=4.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc="An http regression testing and benchmarking utility"
-url="http://www.joedog.org/JoeDog/Siege;
-depends=('openssl')
-source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  install -d -m755 "$pkgdir/etc"
-  install -d -m755 "$pkgdir/usr/share"
-  make DESTDIR="$pkgdir" install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
-}
-
-md5sums=('ae03c9072d4ada7309f31d14d0e24518')

Copied: siege/repos/community-i686/PKGBUILD (from rev 186430, 
siege/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 17:32:02 UTC (rev 186431)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="https://www.joedog.org/siege-home/;
+depends=('openssl')
+source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
+}
+
+md5sums=('ae03c9072d4ada7309f31d14d0e24518')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-11 17:31:36 UTC (rev 186430)
+++ community-x86_64/PKGBUILD   2016-08-11 17:32:02 UTC (rev 186431)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Sven Kauber 
-
-pkgname=siege
-pkgver=4.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc="An http regression testing and benchmarking utility"
-url="http://www.joedog.org/JoeDog/Siege;
-depends=('openssl')
-source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  install -d -m755 "$pkgdir/etc"
-  install -d -m755 "$pkgdir/usr/share"
-  make DESTDIR="$pkgdir" install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
-}
-
-md5sums=('ae03c9072d4ada7309f31d14d0e24518')

Copied: siege/repos/community-x86_64/PKGBUILD (from rev 186430, 
siege/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-11 17:32:02 UTC (rev 186431)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="https://www.joedog.org/siege-home/;
+depends=('openssl')
+source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file 

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

2016-08-11 Thread Florian Pritz
Date: Thursday, August 11, 2016 @ 17:31:36
  Author: bluewind
Revision: 186430

Fix homepage url

https://bugs.archlinux.org/task/50351

Modified:
  siege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 17:05:21 UTC (rev 186429)
+++ PKGBUILD2016-08-11 17:31:36 UTC (rev 186430)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 pkgdesc="An http regression testing and benchmarking utility"
-url="http://www.joedog.org/JoeDog/Siege;
+url="https://www.joedog.org/siege-home/;
 depends=('openssl')
 source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
 backup=(etc/siegerc etc/urls.txt)


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

2016-08-11 Thread Nicola Squartini
Date: Thursday, August 11, 2016 @ 16:25:36
  Author: tensor5
Revision: 186426

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

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

+
 community-i686/PKGBUILD|  135 +++
 community-i686/beforeunload.patch  |   14 ++
 community-i686/deprecated-api.patch|   17 +++
 community-i686/fix-atom-sh.patch   |  102 
 community-i686/fix-license-path.patch  |   22 
 community-i686/fix-marker-index.patch  |   37 +++
 community-i686/fix-oniguruma.patch |   13 ++
 community-i686/run-as-node.patch   |   11 ++
 community-i686/tree-view.patch |   11 ++
 community-i686/use-system-apm.patch|   29 +
 community-i686/use-system-electron.patch   |   76 +++
 community-x86_64/PKGBUILD  |  135 +++
 community-x86_64/beforeunload.patch|   14 ++
 community-x86_64/deprecated-api.patch  |   17 +++
 community-x86_64/fix-atom-sh.patch |  102 
 community-x86_64/fix-license-path.patch|   22 
 community-x86_64/fix-marker-index.patch|   37 +++
 community-x86_64/fix-oniguruma.patch   |   13 ++
 community-x86_64/run-as-node.patch |   11 ++
 community-x86_64/tree-view.patch   |   11 ++
 community-x86_64/use-system-apm.patch  |   29 +
 community-x86_64/use-system-electron.patch |   76 +++
 22 files changed, 934 insertions(+)

Copied: atom/repos/community-i686/PKGBUILD (from rev 186425, 
atom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 16:25:36 UTC (rev 186426)
@@ -0,0 +1,135 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=atom
+pkgver=1.9.8
+pkgrel=1
+pkgdesc='A hackable text editor for the 21st Century'
+arch=('i686' 'x86_64')
+url='https://github.com/atom/atom'
+license=('MIT' 'custom')
+depends=('apm'
+ 'electron')
+makedepends=('git' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
+'beforeunload.patch'
+'deprecated-api.patch'
+'fix-atom-sh.patch'
+'fix-license-path.patch'
+'fix-marker-index.patch'
+'fix-oniguruma.patch'
+'run-as-node.patch'
+'tree-view.patch'
+'use-system-apm.patch'
+'use-system-electron.patch')
+sha256sums=('148c6dc162f51f438fc8385f0b6b6b4f19dc554c13a8edf2ec3826b5c164b466'
+

[arch-commits] Commit in (14 files)

2016-08-11 Thread Nicola Squartini
Date: Thursday, August 11, 2016 @ 16:21:16
  Author: tensor5
Revision: 186425

addpkg: atom 1.9.8-1

Added:
  atom/
  atom/repos/
  atom/trunk/
  atom/trunk/PKGBUILD
  atom/trunk/beforeunload.patch
  atom/trunk/deprecated-api.patch
  atom/trunk/fix-atom-sh.patch
  atom/trunk/fix-license-path.patch
  atom/trunk/fix-marker-index.patch
  atom/trunk/fix-oniguruma.patch
  atom/trunk/run-as-node.patch
  atom/trunk/tree-view.patch
  atom/trunk/use-system-apm.patch
  atom/trunk/use-system-electron.patch

---+
 PKGBUILD  |  135 
 beforeunload.patch|   14 
 deprecated-api.patch  |   17 +
 fix-atom-sh.patch |  102 +
 fix-license-path.patch|   22 +++
 fix-marker-index.patch|   37 
 fix-oniguruma.patch   |   13 
 run-as-node.patch |   11 +++
 tree-view.patch   |   11 +++
 use-system-apm.patch  |   29 +
 use-system-electron.patch |   76 
 11 files changed, 467 insertions(+)

Added: atom/trunk/PKGBUILD
===
--- atom/trunk/PKGBUILD (rev 0)
+++ atom/trunk/PKGBUILD 2016-08-11 16:21:16 UTC (rev 186425)
@@ -0,0 +1,135 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=atom
+pkgver=1.9.8
+pkgrel=1
+pkgdesc='A hackable text editor for the 21st Century'
+arch=('i686' 'x86_64')
+url='https://github.com/atom/atom'
+license=('MIT' 'custom')
+depends=('apm'
+ 'electron')
+makedepends=('git' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
+'beforeunload.patch'
+'deprecated-api.patch'
+'fix-atom-sh.patch'
+'fix-license-path.patch'
+'fix-marker-index.patch'
+'fix-oniguruma.patch'
+'run-as-node.patch'
+'tree-view.patch'
+'use-system-apm.patch'
+'use-system-electron.patch')
+sha256sums=('148c6dc162f51f438fc8385f0b6b6b4f19dc554c13a8edf2ec3826b5c164b466'
+'e92e23bbf839bec6611b2ac76c1f5bba35b476983b0faa9b310288e2956247a2'
+'6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'
+'d3eb239f53feb3181fb4d57d2db391d7b31ce2188c5bd5b79d9ed3133351cd90'
+'ffd67934c3f80b87dfe7706191c9afad79289b6640b2876f1439701d6827a759'
+'2569702bee0508ee38a181f28bc99d6844725de206362a010705d84da09735c3'
+'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
+'1533581eeede375924a3431fed7e6641a156f765bf252590d73da4259f07343f'
+'109af01ceae45615994f2ac08292c44db339bf7ef89369b077e04fcfc35aa3dd'
+'7771ff6ddf06bedeb37ff47bf98f685cc67585e6f831d2add9a31078383a6fbe'
+'23d9d2976ad23f17d7c6e7e09c5de5aceae72a5577f811723bf8c7885b319c05')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
+  patch -Np1 -i "${srcdir}"/use-system-electron.patch
+  patch -Np1 -i "${srcdir}"/use-system-apm.patch
+  patch -Np1 -i "${srcdir}"/fix-license-path.patch
+
+  # apm with system (updated) nodejs cannot 'require' modules inside asar
+  sed -e "s/, 'generate-asar'//" -i build/Gruntfile.coffee
+
+  # Fix for Electron 1.2.0
+  patch -Np1 -i "${srcdir}"/beforeunload.patch
+  patch -Np1 -i "${srcdir}"/run-as-node.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export ATOM_RESOURCE_PATH="$srcdir/atom-$pkgver"
+  # If unset, ~/.atom/.node-gyp/.atom/.npm is used
+  export NPM_CONFIG_CACHE="${HOME}/.atom/.npm"
+  apm clean
+  apm install
+
+  # Fix for Node 6
+  cd node_modules/tree-view
+  patch -Np1 -i "${srcdir}"/tree-view.patch
+  cd ../..
+
+  # Fix for Electron 1.3
+  _node_gyp="node-gyp rebuild --target=$(https://atom.io/download/atom-shell;
+  cd node_modules/marker-index
+  patch -Np1 -i "${srcdir}"/fix-marker-index.patch
+  ${_node_gyp}
+  cd ../oniguruma
+  patch -Np1 -i "${srcdir}"/fix-oniguruma.patch
+  ${_node_gyp}
+  cd ../../
+
+  _packagesToDedupe=('abbrev'
+ 'amdefine'
+ 'atom-space-pen-views'
+ 'cheerio'
+ 'domelementtype'
+ 'fs-plus'
+ 'grim'
+ 'highlights'
+ 'humanize-plus'
+ 'iconv-lite'
+ 'inherits'
+ 'loophole'
+ 'oniguruma'
+ 'q'
+ 'request'
+ 'rimraf'
+ 'roaster'
+ 'season'
+ 'sigmund'
+ 'semver'
+ 'through'
+ 'temp')
+  apm dedupe ${_packagesToDedupe[@]}
+  cd build
+  npm install
+  cd ..
+  script/grunt --channel=stable
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+

[arch-commits] Commit in android-file-transfer/repos (4 files)

2016-08-11 Thread Anatol Pomozov
Date: Thursday, August 11, 2016 @ 16:20:42
  Author: anatolik
Revision: 186424

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

Added:
  android-file-transfer/repos/community-testing-i686/
  android-file-transfer/repos/community-testing-i686/PKGBUILD
(from rev 186423, android-file-transfer/trunk/PKGBUILD)
  android-file-transfer/repos/community-testing-x86_64/
  android-file-transfer/repos/community-testing-x86_64/PKGBUILD
(from rev 186423, android-file-transfer/trunk/PKGBUILD)

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

Copied: android-file-transfer/repos/community-testing-i686/PKGBUILD (from rev 
186423, android-file-transfer/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-11 16:20:42 UTC (rev 186424)
@@ -0,0 +1,24 @@
+# Contributor: yaroslav 
+# Contributor: Askhat Bakarov 
+
+pkgname=android-file-transfer
+pkgver=3.0
+pkgrel=1
+pkgdesc='Android MTP client with minimalistic UI'
+arch=(i686 x86_64)
+url='https://github.com/whoozle/android-file-transfer-linux'
+license=(GPL3)
+depends=(qt5-base fuse libxkbcommon-x11 hicolor-icon-theme file)
+makedepends=(cmake)
+source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
+sha256sums=('f442915987d7555b1cbf72bb75c4f9a9861911ab0fedd2e2e7ebe5edbc4e27e5')
+
+build() {
+  cd android-file-transfer-linux-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+package() {
+  cd android-file-transfer-linux-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: android-file-transfer/repos/community-testing-x86_64/PKGBUILD (from rev 
186423, android-file-transfer/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-11 16:20:42 UTC (rev 186424)
@@ -0,0 +1,24 @@
+# Contributor: yaroslav 
+# Contributor: Askhat Bakarov 
+
+pkgname=android-file-transfer
+pkgver=3.0
+pkgrel=1
+pkgdesc='Android MTP client with minimalistic UI'
+arch=(i686 x86_64)
+url='https://github.com/whoozle/android-file-transfer-linux'
+license=(GPL3)
+depends=(qt5-base fuse libxkbcommon-x11 hicolor-icon-theme file)
+makedepends=(cmake)
+source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
+sha256sums=('f442915987d7555b1cbf72bb75c4f9a9861911ab0fedd2e2e7ebe5edbc4e27e5')
+
+build() {
+  cd android-file-transfer-linux-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+package() {
+  cd android-file-transfer-linux-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in android-file-transfer/trunk (PKGBUILD)

2016-08-11 Thread Anatol Pomozov
Date: Thursday, August 11, 2016 @ 16:20:12
  Author: anatolik
Revision: 186423

upgpkg: android-file-transfer 3.0-1

Modified:
  android-file-transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 15:03:35 UTC (rev 186422)
+++ PKGBUILD2016-08-11 16:20:12 UTC (rev 186423)
@@ -2,16 +2,16 @@
 # Contributor: Askhat Bakarov 
 
 pkgname=android-file-transfer
-pkgver=2.4
-pkgrel=3
+pkgver=3.0
+pkgrel=1
 pkgdesc='Android MTP client with minimalistic UI'
 arch=(i686 x86_64)
 url='https://github.com/whoozle/android-file-transfer-linux'
 license=(GPL3)
-depends=(qt5-base fuse libxkbcommon-x11 hicolor-icon-theme)
+depends=(qt5-base fuse libxkbcommon-x11 hicolor-icon-theme file)
 makedepends=(cmake)
 
source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
-sha256sums=('ce51656babd15d6742af86de97fe1566311860e1e4a99763c59f1cd99d028314')
+sha256sums=('f442915987d7555b1cbf72bb75c4f9a9861911ab0fedd2e2e7ebe5edbc4e27e5')
 
 build() {
   cd android-file-transfer-linux-$pkgver


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

2016-08-11 Thread Felix Yan
Date: Thursday, August 11, 2016 @ 15:03:35
  Author: felixonmars
Revision: 186422

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

Added:
  deepin-metacity/repos/community-i686/PKGBUILD
(from rev 186421, deepin-metacity/trunk/PKGBUILD)
  deepin-metacity/repos/community-x86_64/PKGBUILD
(from rev 186421, deepin-metacity/trunk/PKGBUILD)
Deleted:
  deepin-metacity/repos/community-i686/PKGBUILD
  deepin-metacity/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-08-11 15:03:00 UTC (rev 186421)
+++ community-i686/PKGBUILD 2016-08-11 15:03:35 UTC (rev 186422)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
- 
-pkgname=deepin-metacity
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 
'git')
-url="https://github.com/linuxdeepin/deepin-metacity;
-source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver;)
-sha256sums=('SKIP')
- 
-prepare() {
-  cd $pkgname
-}
- 
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  make
-}
- 
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-i686/PKGBUILD (from rev 186421, 
deepin-metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 15:03:35 UTC (rev 186422)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+ 
+pkgname=deepin-metacity
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 
'git')
+url="https://github.com/linuxdeepin/deepin-metacity;
+source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver;)
+sha256sums=('SKIP')
+ 
+prepare() {
+  cd $pkgname
+}
+ 
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+   --disable-static --disable-schemas-compile
+  make
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-11 15:03:00 UTC (rev 186421)
+++ community-x86_64/PKGBUILD   2016-08-11 15:03:35 UTC (rev 186422)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
- 
-pkgname=deepin-metacity
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 
'git')
-url="https://github.com/linuxdeepin/deepin-metacity;
-source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver;)
-sha256sums=('SKIP')
- 
-prepare() {
-  cd $pkgname
-}
- 
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  make
-}
- 
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-x86_64/PKGBUILD (from rev 186421, 
deepin-metacity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-11 15:03:35 UTC (rev 186422)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 

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

2016-08-11 Thread Felix Yan
Date: Thursday, August 11, 2016 @ 15:03:00
  Author: felixonmars
Revision: 186421

upgpkg: deepin-metacity 3.20.2-1

Modified:
  deepin-metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 15:00:21 UTC (rev 186420)
+++ PKGBUILD2016-08-11 15:03:00 UTC (rev 186421)
@@ -4,7 +4,7 @@
 # Contributor: Jan de Groot 
  
 pkgname=deepin-metacity
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="2D window manager for Deepin"
 arch=('i686' 'x86_64')


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

2016-08-11 Thread Felix Yan
Date: Thursday, August 11, 2016 @ 15:00:21
  Author: felixonmars
Revision: 186420

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-11 14:57:59 UTC (rev 186419)
+++ PKGBUILD2016-08-11 15:00:21 UTC (rev 186420)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-debtcollector
-pkgname=('python-debtcollector' 'python2-debtcollector')
-pkgver=1.7.0
-pkgrel=1
-arch=('any')
-pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'
-url='http://docs.openstack.org/developer/debtcollector'
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-wrapt' 'python2-wrapt' 
'python2-funcsigs')
-checkdepends=('python-oslotest' 'python2-oslotest')
-source=("git+https://git.openstack.org/openstack/debtcollector#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a debtcollector{,-py2}
-}
-
-build() {
-  cd "$srcdir"/debtcollector
-  python setup.py build
-
-  cd "$srcdir"/debtcollector-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/debtcollector
-  python setup.py testr
-
-  cd "$srcdir"/debtcollector-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-debtcollector() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-wrapt')
-
-  cd debtcollector
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-debtcollector() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-wrapt' 
'python2-funcsigs')
-
-  cd debtcollector-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-debtcollector/repos/community-any/PKGBUILD (from rev 186419, 
python-debtcollector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-11 15:00:21 UTC (rev 186420)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-debtcollector
+pkgname=('python-debtcollector' 'python2-debtcollector')
+pkgver=1.8.0
+pkgrel=1
+arch=('any')
+pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'
+url='http://docs.openstack.org/developer/debtcollector'
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-wrapt' 'python2-wrapt' 
'python2-funcsigs')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("git+https://git.openstack.org/openstack/debtcollector#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a debtcollector{,-py2}
+}
+
+build() {
+  cd "$srcdir"/debtcollector
+  python setup.py build
+
+  cd "$srcdir"/debtcollector-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/debtcollector
+  python setup.py testr
+
+  cd "$srcdir"/debtcollector-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-debtcollector() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-wrapt')
+
+  cd debtcollector
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-debtcollector() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-wrapt' 
'python2-funcsigs')
+
+  cd debtcollector-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


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

2016-08-11 Thread Felix Yan
Date: Thursday, August 11, 2016 @ 14:57:59
  Author: felixonmars
Revision: 186419

upgpkg: python-debtcollector 1.8.0-1

Modified:
  python-debtcollector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 14:54:22 UTC (rev 186418)
+++ PKGBUILD2016-08-11 14:57:59 UTC (rev 186419)
@@ -3,7 +3,7 @@
 
 pkgbase=python-debtcollector
 pkgname=('python-debtcollector' 'python2-debtcollector')
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 arch=('any')
 pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'


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

2016-08-11 Thread Felix Yan
Date: Thursday, August 11, 2016 @ 14:54:22
  Author: felixonmars
Revision: 186418

archrelease: copy trunk to community-any

Added:
  python-oslo-serialization/repos/community-any/PKGBUILD
(from rev 186417, python-oslo-serialization/trunk/PKGBUILD)
Deleted:
  python-oslo-serialization/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-11 14:52:18 UTC (rev 186417)
+++ PKGBUILD2016-08-11 14:54:22 UTC (rev 186418)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslo-serialization
-pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.12.0
-pkgrel=1
-pkgdesc="Oslo Serialization library"
-arch=('any')
-url="http://docs.openstack.org/developer/oslo.serialization;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-msgpack' 'python2-msgpack'
- 'python-oslo-utils' 'python2-oslo-utils' 'python-pytz' 
'python2-pytz')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
-source=("git+https://git.openstack.org/openstack/oslo.serialization#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslo.serialization{,-py2}
-}
-
-build() {
-  cd "$srcdir"/oslo.serialization
-  python setup.py build
-
-  cd "$srcdir"/oslo.serialization-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.serialization
-  python setup.py testr
-
-  cd "$srcdir"/oslo.serialization-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-serialization() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
-   'python-pytz')
-
-  cd "$srcdir"/oslo.serialization
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-serialization() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
-   'python2-pytz')
-
-  cd "$srcdir"/oslo.serialization-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-serialization/repos/community-any/PKGBUILD (from rev 
186417, python-oslo-serialization/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-11 14:54:22 UTC (rev 186418)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslo-serialization
+pkgname=(python-oslo-serialization python2-oslo-serialization)
+pkgver=2.13.0
+pkgrel=1
+pkgdesc="Oslo Serialization library"
+arch=('any')
+url="http://docs.openstack.org/developer/oslo.serialization;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-msgpack' 'python2-msgpack'
+ 'python-oslo-utils' 'python2-oslo-utils' 'python-pytz' 
'python2-pytz')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
+source=("git+https://git.openstack.org/openstack/oslo.serialization#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslo.serialization{,-py2}
+}
+
+build() {
+  cd "$srcdir"/oslo.serialization
+  python setup.py build
+
+  cd "$srcdir"/oslo.serialization-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.serialization
+  python setup.py testr
+
+  cd "$srcdir"/oslo.serialization-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-serialization() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
+   'python-pytz')
+
+  cd "$srcdir"/oslo.serialization
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-serialization() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
+   'python2-pytz')
+
+  cd "$srcdir"/oslo.serialization-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-11 Thread Felix Yan
Date: Thursday, August 11, 2016 @ 14:52:18
  Author: felixonmars
Revision: 186417

upgpkg: python-oslo-serialization 2.13.0-1

Modified:
  python-oslo-serialization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 14:47:48 UTC (rev 186416)
+++ PKGBUILD2016-08-11 14:52:18 UTC (rev 186417)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-serialization
 pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.12.0
+pkgver=2.13.0
 pkgrel=1
 pkgdesc="Oslo Serialization library"
 arch=('any')


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

2016-08-11 Thread Felix Yan
Date: Thursday, August 11, 2016 @ 14:44:12
  Author: felixonmars
Revision: 186415

upgpkg: python-oslo-config 3.15.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 14:42:10 UTC (rev 186414)
+++ PKGBUILD2016-08-11 14:44:12 UTC (rev 186415)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
-pkgver=3.14.0
+pkgver=3.15.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')


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

2016-08-11 Thread Felix Yan
Date: Thursday, August 11, 2016 @ 14:47:48
  Author: felixonmars
Revision: 186416

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 186415, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-11 14:44:12 UTC (rev 186415)
+++ PKGBUILD2016-08-11 14:47:48 UTC (rev 186416)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
- 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
-options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/oslo.config#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/argparse/d' oslo.config/requirements.txt
-
-  cp -a oslo.config{,-py2}
-  find oslo.config-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir"/oslo.config
-  python setup.py build
-
-  cd "$srcdir"/oslo.config-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.config
-  python setup.py testr
-
-  cd "$srcdir"/oslo.config-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
-   'python-oslo-i18n' 'python-rfc3986')
-
-  cd "$srcdir"/oslo.config
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
-   'python2-oslo-i18n' 'python2-rfc3986')
-
-  cd "$srcdir"/oslo.config-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 186415, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-11 14:47:48 UTC (rev 186416)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+pkgver=3.15.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
+ 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/oslo.config#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/argparse/d' oslo.config/requirements.txt
+
+  cp -a oslo.config{,-py2}
+  find oslo.config-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir"/oslo.config
+  python setup.py build
+
+  cd "$srcdir"/oslo.config-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.config
+  python setup.py testr
+
+  cd "$srcdir"/oslo.config-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-config() {
+  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
+   'python-oslo-i18n' 'python-rfc3986')
+
+  cd "$srcdir"/oslo.config
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-config() {
+  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
+   'python2-oslo-i18n' 'python2-rfc3986')
+
+  cd "$srcdir"/oslo.config-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-11 Thread Nicola Squartini
Date: Thursday, August 11, 2016 @ 14:42:10
  Author: tensor5
Revision: 186414

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

Added:
  apm/repos/community-i686/
  apm/repos/community-i686/PKGBUILD
(from rev 186413, apm/trunk/PKGBUILD)
  apm/repos/community-i686/apm.js
(from rev 186413, apm/trunk/apm.js)
  apm/repos/community-i686/no-scripts.patch
(from rev 186413, apm/trunk/no-scripts.patch)
  apm/repos/community-i686/use-system-npm.patch
(from rev 186413, apm/trunk/use-system-npm.patch)
  apm/repos/community-x86_64/
  apm/repos/community-x86_64/PKGBUILD
(from rev 186413, apm/trunk/PKGBUILD)
  apm/repos/community-x86_64/apm.js
(from rev 186413, apm/trunk/apm.js)
  apm/repos/community-x86_64/no-scripts.patch
(from rev 186413, apm/trunk/no-scripts.patch)
  apm/repos/community-x86_64/use-system-npm.patch
(from rev 186413, apm/trunk/use-system-npm.patch)

---+
 community-i686/PKGBUILD   |   95 
 community-i686/apm.js |   14 
 community-i686/no-scripts.patch   |   16 +
 community-i686/use-system-npm.patch   |   32 ++
 community-x86_64/PKGBUILD |   95 
 community-x86_64/apm.js   |   14 
 community-x86_64/no-scripts.patch |   16 +
 community-x86_64/use-system-npm.patch |   32 ++
 8 files changed, 314 insertions(+)

Copied: apm/repos/community-i686/PKGBUILD (from rev 186413, apm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 14:42:10 UTC (rev 186414)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=apm
+pkgver=1.12.6
+pkgrel=1
+pkgdesc='Atom package manager'
+arch=('i686' 'x86_64')
+url='https://github.com/atom/apm'
+license=('MIT')
+depends=('libgnome-keyring' 'npm' 'python2')
+makedepends=('coffee-script' 'git')
+provides=('nodejs-atom-package-manager')
+conflicts=('nodejs-atom-package-manager')
+replaces=('nodejs-atom-package-manager')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz;
+'apm.js'
+'no-scripts.patch'
+'use-system-npm.patch')
+sha256sums=('ab4126367787a832d8fc507f1a33bf912a71804200cf41f3c987b2643046643f'
+'0eb50358109c7acb4f750ce278323c1d5b86baea5841d5166cf4342a3edf2898'
+'0f61369526d013b001f116b0fbbfd8564377c56962057135d2633e84d31a1562'
+'c6bf548e5850d9699b4bf662eee33aca628c62ab9c92f9216e8fe33b0012990c')
+
+_apmdir='/usr/lib/node_modules/atom-package-manager'
+
+prepare() {
+  rm -rf "${srcdir}"/apm-build
+
+  cd apm-${pkgver}
+
+  # Use custom launcher
+  rm bin/apm{,.cmd} bin/npm{,.cmd}
+  rm src/cli.coffee
+  install -m755 "${srcdir}"/apm.js bin/apm
+
+  # Don't download binary Node
+  patch -Np1 -i "${srcdir}"/no-scripts.patch
+  rm BUNDLED_NODE_VERSION script/*
+
+  # Use system npm
+  patch -Np1 -i "${srcdir}"/use-system-npm.patch
+}
+
+build() {
+  cd apm-${pkgver}
+
+  coffee -c --no-header -o lib src/*.coffee
+  npm install --user root -g --prefix="${srcdir}"/apm-build/usr
+}
+
+package() {
+  cp -r "${srcdir}"/apm-build/usr "${pkgdir}"
+
+  cd "${pkgdir}"${_apmdir}
+  install -m644 "${srcdir}"/apm-${pkgver}/README.md ./
+
+  # Install license file
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/atom-package-manager/LICENSE.md \
+ "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # Remove occurrences of ${srcdir}
+  find "${pkgdir}" -name "package.json" \
+   -exec sed -e "s|${srcdir}/apm-build||" \
+ -e "s|${srcdir}/apm-${pkgver}|${_apmdir}|" \
+ -i '{}' \;
+
+  # Remove useless stuff
+  find "${pkgdir}"/usr/lib \
+  -name ".*" -prune -exec rm -r '{}' \; \
+  -or -name "*.a" -exec rm '{}' \; \
+  -or -name "*.bat" -exec rm '{}' \; \
+  -or -name "*.mk" -exec rm '{}' \; \
+  -or -path "*/git-utils/binding.gyp" -exec rm '{}' \; \
+  -or -path "*/git-utils/src" -prune -exec rm -r '{}' \; \
+  -or -path "*/keytar/binding.gyp" -exec rm '{}' \; \
+  -or -path "*/keytar/src" -prune -exec rm -r '{}' \; \
+  -or -path "*/oniguruma/binding.gyp" -exec rm '{}' \; \
+  -or -path "*/oniguruma/src" -prune -exec rm -r '{}' \; \
+  -or -name "appveyor.yml" -exec rm '{}' \; \
+  -or -name "benchmark" -prune -exec rm -r '{}' \; \
+  -or -name "binding.Makefile" -exec rm '{}' \; \
+  -or -name "config.gypi" -exec rm '{}' \; \
+  -or -name "deps" -prune -exec rm -r '{}' \; \
+  -or -name "doc" -prune -exec rm -r '{}' \; \
+  -or -name "html" -prune -exec rm -r '{}' \; \
+  -or -name "Makefile" -exec rm '{}' \; \
+  -or -name "man" -prune -exec rm -r '{}' \; \
+  -or -name "obj.target" -prune -exec rm -r 

[arch-commits] Commit in (7 files)

2016-08-11 Thread Nicola Squartini
Date: Thursday, August 11, 2016 @ 14:38:12
  Author: tensor5
Revision: 186413

addpkg: apm 1.12.6-1

Added:
  apm/
  apm/repos/
  apm/trunk/
  apm/trunk/PKGBUILD
  apm/trunk/apm.js
  apm/trunk/no-scripts.patch
  apm/trunk/use-system-npm.patch

--+
 PKGBUILD |   95 +
 apm.js   |   14 +++
 no-scripts.patch |   16 
 use-system-npm.patch |   32 
 4 files changed, 157 insertions(+)

Added: apm/trunk/PKGBUILD
===
--- apm/trunk/PKGBUILD  (rev 0)
+++ apm/trunk/PKGBUILD  2016-08-11 14:38:12 UTC (rev 186413)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=apm
+pkgver=1.12.6
+pkgrel=1
+pkgdesc='Atom package manager'
+arch=('i686' 'x86_64')
+url='https://github.com/atom/apm'
+license=('MIT')
+depends=('libgnome-keyring' 'npm' 'python2')
+makedepends=('coffee-script' 'git')
+provides=('nodejs-atom-package-manager')
+conflicts=('nodejs-atom-package-manager')
+replaces=('nodejs-atom-package-manager')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz;
+'apm.js'
+'no-scripts.patch'
+'use-system-npm.patch')
+sha256sums=('ab4126367787a832d8fc507f1a33bf912a71804200cf41f3c987b2643046643f'
+'0eb50358109c7acb4f750ce278323c1d5b86baea5841d5166cf4342a3edf2898'
+'0f61369526d013b001f116b0fbbfd8564377c56962057135d2633e84d31a1562'
+'c6bf548e5850d9699b4bf662eee33aca628c62ab9c92f9216e8fe33b0012990c')
+
+_apmdir='/usr/lib/node_modules/atom-package-manager'
+
+prepare() {
+  rm -rf "${srcdir}"/apm-build
+
+  cd apm-${pkgver}
+
+  # Use custom launcher
+  rm bin/apm{,.cmd} bin/npm{,.cmd}
+  rm src/cli.coffee
+  install -m755 "${srcdir}"/apm.js bin/apm
+
+  # Don't download binary Node
+  patch -Np1 -i "${srcdir}"/no-scripts.patch
+  rm BUNDLED_NODE_VERSION script/*
+
+  # Use system npm
+  patch -Np1 -i "${srcdir}"/use-system-npm.patch
+}
+
+build() {
+  cd apm-${pkgver}
+
+  coffee -c --no-header -o lib src/*.coffee
+  npm install --user root -g --prefix="${srcdir}"/apm-build/usr
+}
+
+package() {
+  cp -r "${srcdir}"/apm-build/usr "${pkgdir}"
+
+  cd "${pkgdir}"${_apmdir}
+  install -m644 "${srcdir}"/apm-${pkgver}/README.md ./
+
+  # Install license file
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/atom-package-manager/LICENSE.md \
+ "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # Remove occurrences of ${srcdir}
+  find "${pkgdir}" -name "package.json" \
+   -exec sed -e "s|${srcdir}/apm-build||" \
+ -e "s|${srcdir}/apm-${pkgver}|${_apmdir}|" \
+ -i '{}' \;
+
+  # Remove useless stuff
+  find "${pkgdir}"/usr/lib \
+  -name ".*" -prune -exec rm -r '{}' \; \
+  -or -name "*.a" -exec rm '{}' \; \
+  -or -name "*.bat" -exec rm '{}' \; \
+  -or -name "*.mk" -exec rm '{}' \; \
+  -or -path "*/git-utils/binding.gyp" -exec rm '{}' \; \
+  -or -path "*/git-utils/src" -prune -exec rm -r '{}' \; \
+  -or -path "*/keytar/binding.gyp" -exec rm '{}' \; \
+  -or -path "*/keytar/src" -prune -exec rm -r '{}' \; \
+  -or -path "*/oniguruma/binding.gyp" -exec rm '{}' \; \
+  -or -path "*/oniguruma/src" -prune -exec rm -r '{}' \; \
+  -or -name "appveyor.yml" -exec rm '{}' \; \
+  -or -name "benchmark" -prune -exec rm -r '{}' \; \
+  -or -name "binding.Makefile" -exec rm '{}' \; \
+  -or -name "config.gypi" -exec rm '{}' \; \
+  -or -name "deps" -prune -exec rm -r '{}' \; \
+  -or -name "doc" -prune -exec rm -r '{}' \; \
+  -or -name "html" -prune -exec rm -r '{}' \; \
+  -or -name "Makefile" -exec rm '{}' \; \
+  -or -name "man" -prune -exec rm -r '{}' \; \
+  -or -name "obj.target" -prune -exec rm -r '{}' \; \
+  -or -name "samples" -prune -exec rm -r '{}' \; \
+  -or -name "test" -prune -exec rm -r '{}' \; \
+  -or -name "tests" -prune -exec rm -r '{}' \;
+}


Property changes on: apm/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: apm/trunk/apm.js
===
--- apm/trunk/apm.js(rev 0)
+++ apm/trunk/apm.js2016-08-11 14:38:12 UTC (rev 186413)
@@ -0,0 +1,14 @@
+#!/usr/bin/node
+
+'use strict';
+
+process.env.ATOM_RESOURCE_PATH = process.env.ATOM_RESOURCE_PATH ||
+'/usr/lib/atom';
+
+process.env.ATOM_ELECTRON_VERSION = process.env.ATOM_ELECTRON_VERSION ||
+require('fs')
+.readFileSync('/usr/lib/electron/version', 'utf8').trim().slice(1);
+
+require('../lib/apm-cli.js').run(process.argv.slice(2), function (error) {
+process.exitCode = +!!error;
+});

Added: 

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

2016-08-11 Thread Levente Polyak
Date: Thursday, August 11, 2016 @ 14:36:43
  Author: anthraxx
Revision: 186412

archrelease: copy trunk to community-any

Added:
  lynis/repos/community-any/PKGBUILD
(from rev 186411, lynis/trunk/PKGBUILD)
Deleted:
  lynis/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-11 14:36:36 UTC (rev 186411)
+++ PKGBUILD2016-08-11 14:36:43 UTC (rev 186412)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sébastien Luttringer 
-
-pkgname=lynis
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
-url='https://cisofy.com/lynis/'
-arch=('any')
-license=('GPL3')
-backup=('etc/lynis/default.prf')
-depends=('sh')
-optdepends=(
-  'net-tools: networking tests'
-  'bash-completion: completion for bash'
-)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('239a8a464801b20706ac361c23d89f71bfbecffc884a5a9c28a29249031a5bf02320a28a57eef3ae02a001ed0e394def01765fb03919a4193fcbe9c8b349f9f8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  # binary
-  install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # profile
-  install -Dm 644 default.prf "${pkgdir}/etc/${pkgname}/default.prf"
-
-  # plugins, include, db
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  cp -a db include plugins "${pkgdir}/usr/share/${pkgname}"
-
-  # doc files
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" README INSTALL 
CHANGELOG.md FAQ
-  install -Dm 644 "${pkgname}.8" "${pkgdir}/usr/share/man/man8/${pkgname}.8"
-
-  # completion
-  install -Dm 644 extras/bash_completion.d/${pkgname} 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-
-  # systemd
-  install -d "${pkgdir}/usr/lib/systemd/system/"
-  install -m 644 extras/systemd/{lynis.service,lynis.timer} 
"${pkgdir}/usr/lib/systemd/system/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lynis/repos/community-any/PKGBUILD (from rev 186411, 
lynis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-11 14:36:43 UTC (rev 186412)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sébastien Luttringer 
+
+pkgname=lynis
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
+url='https://cisofy.com/lynis/'
+arch=('any')
+license=('GPL3')
+backup=('etc/lynis/default.prf')
+depends=('sh' 'awk')
+optdepends=('net-tools: networking tests'
+'bind-tools: nameserver tests'
+'iptables: firewall tests'
+'bash-completion: completion for bash')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('aa687dcd3d2701040e6765085c83d01b58d2356847c316defdc79f8d70b022cac1d0be1a2635bc2bb47e813ceccc4bc37334397ba5acf3dd45b749adc94f05b4')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  # binary
+  install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # profile
+  install -Dm 644 default.prf "${pkgdir}/etc/${pkgname}/default.prf"
+
+  # plugins, include, db
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  cp -ra db include plugins "${pkgdir}/usr/share/${pkgname}"
+
+  # doc files
+  install -Dm 644 README INSTALL CHANGELOG.md FAQ \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.8" -t "${pkgdir}/usr/share/man/man8"
+
+  # completion
+  install -Dm 644 extras/bash_completion.d/${pkgname} \
+-t "${pkgdir}/usr/share/bash-completion/completions"
+
+  # systemd
+  install -Dm 644 extras/systemd/{lynis.service,lynis.timer} \
+-t "${pkgdir}/usr/lib/systemd/system"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-08-11 Thread Christian Hesse
Date: Thursday, August 11, 2016 @ 12:51:10
  Author: eworm
Revision: 186409

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

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

--+
 /PKGBUILD|  144 +
 /build.sh|  122 +++
 /virtualbox-modules-arch.install |   46 
 community-testing-i686/PKGBUILD  |   72 --
 community-testing-i686/build.sh  |   61 -
 community-testing-i686/virtualbox-modules-arch.install   |   23 --
 community-testing-x86_64/PKGBUILD|   72 --
 community-testing-x86_64/build.sh|   61 -
 community-testing-x86_64/virtualbox-modules-arch.install |   23 --
 9 files changed, 312 insertions(+), 312 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-08-11 12:50:52 UTC (rev 186408)
+++ community-testing-i686/PKGBUILD 2016-08-11 12:51:10 UTC (rev 186409)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.7' 'linux<4.8'
- 'linux-headers>=4.7' 'linux-headers<4.8'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.7-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.7' 'linux<4.8')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.7' 'linux<4.8')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  

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

2016-08-11 Thread Christian Hesse
Date: Thursday, August 11, 2016 @ 12:50:52
  Author: eworm
Revision: 186408

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

Added:
  virtualbox-modules-arch/repos/testing-i686/
  virtualbox-modules-arch/repos/testing-i686/PKGBUILD
(from rev 186407, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/testing-i686/build.sh
(from rev 186407, virtualbox-modules-arch/trunk/build.sh)
  virtualbox-modules-arch/repos/testing-i686/virtualbox-modules-arch.install
(from rev 186407, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/testing-x86_64/
  virtualbox-modules-arch/repos/testing-x86_64/PKGBUILD
(from rev 186407, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/testing-x86_64/build.sh
(from rev 186407, virtualbox-modules-arch/trunk/build.sh)
  virtualbox-modules-arch/repos/testing-x86_64/virtualbox-modules-arch.install
(from rev 186407, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)

+
 testing-i686/PKGBUILD  |   72 +++
 testing-i686/build.sh  |   61 +++
 testing-i686/virtualbox-modules-arch.install   |   23 +++
 testing-x86_64/PKGBUILD|   72 +++
 testing-x86_64/build.sh|   61 +++
 testing-x86_64/virtualbox-modules-arch.install |   23 +++
 6 files changed, 312 insertions(+)

Copied: virtualbox-modules-arch/repos/testing-i686/PKGBUILD (from rev 186407, 
virtualbox-modules-arch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-11 12:50:52 UTC (rev 186408)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.1.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.7' 'linux<4.8'
+ 'linux-headers>=4.7' 'linux-headers<4.8'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.7-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=('linux>=4.7' 'linux<4.8')
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=('linux>=4.7' 'linux<4.8')
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+
+

Copied: virtualbox-modules-arch/repos/testing-i686/build.sh (from rev 186407, 
virtualbox-modules-arch/trunk/build.sh)
===
--- testing-i686/build.sh   (rev 0)
+++ testing-i686/build.sh   2016-08-11 12:50:52 UTC (rev 186408)
@@ -0,0 +1,61 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+shopt -s nullglob
+
+usage() {
+  echo "usage: $0 extra"
+  echo "   $0 testing"
+  exit 1
+}
+
+# $1: reference package
+update() 

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

2016-08-11 Thread Christian Hesse
Date: Thursday, August 11, 2016 @ 12:50:49
  Author: eworm
Revision: 186407

upgpkg: virtualbox-modules-arch 5.1.2-2

rebuild for linux 4.7-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 12:20:27 UTC (rev 186406)
+++ PKGBUILD2016-08-11 12:50:49 UTC (rev 186407)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


[arch-commits] Commit in lib32-nvidia-cg-toolkit/repos/multilib-x86_64 (2 files)

2016-08-11 Thread Maxime Gauduin
Date: Thursday, August 11, 2016 @ 12:20:27
  Author: alucryd
Revision: 186406

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-cg-toolkit/repos/multilib-x86_64/PKGBUILD
(from rev 186405, lib32-nvidia-cg-toolkit/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-cg-toolkit/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-11 12:20:21 UTC (rev 186405)
+++ PKGBUILD2016-08-11 12:20:27 UTC (rev 186406)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-
-pkgname=lib32-nvidia-cg-toolkit
-pkgver=3.1
-pkgrel=4
-pkgdesc='NVIDIA Cg libraries'
-arch=('x86_64')
-url='http://developer.nvidia.com/object/cg_toolkit.html'
-license=('custom')
-depends=('lib32-mesa' "${pkgname#*-}")
-source=("http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_April2012_x86.tgz;)
-sha256sums=('cef3591e436f528852db0e8c145d3842f920e0c89bcfb219c466797cb7b18879')
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/lib32
-  install -m 644 "${srcdir}"/usr/lib/* "${pkgdir}"/usr/lib32
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s "${pkgname#*-}" "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-nvidia-cg-toolkit/repos/multilib-x86_64/PKGBUILD (from rev 
186405, lib32-nvidia-cg-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-11 12:20:27 UTC (rev 186406)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+
+pkgname=lib32-nvidia-cg-toolkit
+pkgver=3.1
+pkgrel=5
+pkgdesc='NVIDIA Cg libraries'
+arch=('x86_64')
+url='http://developer.nvidia.com/object/cg_toolkit.html'
+license=('custom')
+depends=('lib32-glibc' 'lib32-libgl' 'nvidia-cg-toolkit')
+source=("http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_April2012_x86.tgz;)
+sha256sums=('cef3591e436f528852db0e8c145d3842f920e0c89bcfb219c466797cb7b18879')
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/lib32
+  install -m 644 "${srcdir}"/usr/lib/* "${pkgdir}"/usr/lib32/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s nvidia-cg-toolkit 
"${pkgdir}"/usr/share/licenses/lib32-nvidia-cg-toolkit
+}
+
+# vim: ts=2 sw=2 et:


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

2016-08-11 Thread Maxime Gauduin
Date: Thursday, August 11, 2016 @ 12:20:21
  Author: alucryd
Revision: 186405

upgpkg: lib32-nvidia-cg-toolkit 3.1-5

Modified:
  lib32-nvidia-cg-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 12:11:30 UTC (rev 186404)
+++ PKGBUILD2016-08-11 12:20:21 UTC (rev 186405)
@@ -4,22 +4,21 @@
 
 pkgname=lib32-nvidia-cg-toolkit
 pkgver=3.1
-pkgrel=4
+pkgrel=5
 pkgdesc='NVIDIA Cg libraries'
 arch=('x86_64')
 url='http://developer.nvidia.com/object/cg_toolkit.html'
 license=('custom')
-depends=('lib32-mesa' "${pkgname#*-}")
+depends=('lib32-glibc' 'lib32-libgl' 'nvidia-cg-toolkit')
 
source=("http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_April2012_x86.tgz;)
 sha256sums=('cef3591e436f528852db0e8c145d3842f920e0c89bcfb219c466797cb7b18879')
 
 package() {
   install -dm 755 "${pkgdir}"/usr/lib32
-  install -m 644 "${srcdir}"/usr/lib/* "${pkgdir}"/usr/lib32
+  install -m 644 "${srcdir}"/usr/lib/* "${pkgdir}"/usr/lib32/
 
-# License
   install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s "${pkgname#*-}" "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s nvidia-cg-toolkit 
"${pkgdir}"/usr/share/licenses/lib32-nvidia-cg-toolkit
 }
 
 # vim: ts=2 sw=2 et:


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

2016-08-11 Thread Maxime Gauduin
Date: Thursday, August 11, 2016 @ 12:11:25
  Author: alucryd
Revision: 186403

upgpkg: firewalld 0.4.3.2-1

Modified:
  firewalld/trunk/PKGBUILD
  firewalld/trunk/firewalld-arch.patch

--+
 PKGBUILD |8 
 firewalld-arch.patch |12596 -
 2 files changed, 132 insertions(+), 12472 deletions(-)

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


[arch-commits] Commit in firewalld/repos/community-any (4 files)

2016-08-11 Thread Maxime Gauduin
Date: Thursday, August 11, 2016 @ 12:11:30
  Author: alucryd
Revision: 186404

archrelease: copy trunk to community-any

Added:
  firewalld/repos/community-any/PKGBUILD
(from rev 186403, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-any/firewalld-arch.patch
(from rev 186403, firewalld/trunk/firewalld-arch.patch)
Deleted:
  firewalld/repos/community-any/PKGBUILD
  firewalld/repos/community-any/firewalld-arch.patch

--+
 PKGBUILD |  110 
 firewalld-arch.patch |12642 -
 2 files changed, 206 insertions(+), 12546 deletions(-)

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


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

2016-08-11 Thread Christian Hesse
Date: Thursday, August 11, 2016 @ 12:09:00
  Author: eworm
Revision: 273605

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

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

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

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

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

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

2016-08-11 Thread Christian Hesse
Date: Thursday, August 11, 2016 @ 12:08:58
  Author: eworm
Revision: 273604

upgpkg: sqlite 3.14.0-1

new upstream release

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 12:06:39 UTC (rev 273603)
+++ PKGBUILD2016-08-11 12:08:58 UTC (rev 273604)
@@ -3,11 +3,11 @@
 # Contributor: Tom Newsom 
 
 pkgbase="sqlite"
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer') 
-_srcver=313
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
+_srcver=314
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.13.0
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 http://www.sqlite.org/2016/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('e8a1530a0f2bfe427c966da5399f4d431ae51533'
-  '1f10c30709c67bdb62d0d86f2b36c0148f64ed21'
+sha1sums=('d9470fa06b352e3e17b6c4b78cf8059ac1f79aa4'
+  'a58fe1b26f55cda14271fe0356b5cbdb11e58751'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {
@@ -51,24 +51,24 @@
 }
 
 package_sqlite() {
- 
+
  pkgdesc="A C library that implements an SQL database engine"
  depends=('readline')
  provides=("sqlite3=$pkgver")
  replaces=("sqlite3")
- 
+
   cd sqlite-src-$_srcver
   make DESTDIR=${pkgdir} install
-  
+
   install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
-  
+
   # install manpage
   install -m755 -d ${pkgdir}/usr/share/man/man1
   install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
-  
+
   # license - no linking required because pkgbase=pkgname
   install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
-  
+
   # split out tcl extension
   mkdir $srcdir/tcl
   mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
@@ -75,7 +75,7 @@
 }
 
 package_sqlite-tcl() {
- 
+
  pkgdesc="sqlite Tcl Extension Architecture (TEA)"
  depends=('sqlite')
  provides=("sqlite3-tcl=$pkgver")
@@ -83,11 +83,11 @@
 
   install -m755 -d ${pkgdir}/usr/lib
   mv $srcdir/tcl/* ${pkgdir}/usr/lib
-  
+
   # install manpage
   install -m755 -d ${pkgdir}/usr/share/man/mann
   install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
-  
+
   # link license
   install -m755 -d ${pkgdir}/usr/share/licenses
   ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
@@ -94,7 +94,7 @@
 }
 
 package_sqlite-analyzer() {
- 
+
  pkgdesc="An analysis program for sqlite3 database files"
  depends=('sqlite' 'tcl')
 
@@ -109,7 +109,7 @@
  #arch=('any') - not yet supported
  provides=("sqlite3-doc=$pkgver")
  replaces=("sqlite3-doc")
- 
+
   cd sqlite-doc-${_docver}
   mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
   cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/


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

2016-08-11 Thread Christian Hesse
Date: Thursday, August 11, 2016 @ 12:06:14
  Author: eworm
Revision: 273601

upgpkg: claws-mail 3.14.0-1

new upstream release

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 12:05:38 UTC (rev 273600)
+++ PKGBUILD2016-08-11 12:06:14 UTC (rev 273601)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=claws-mail
-pkgver=3.13.2
-pkgrel=6
+pkgver=3.14.0
+pkgrel=1
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -14,7 +14,7 @@
  # dependencies for plugins
  'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk'
  # deps to build the docs
- 'docbook-utils') 
+ 'docbook-utils')
  #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
 optdepends=('python2:   needed for some tools and python plugin'
 'perl:  needed for some tools and perl plugin'
@@ -31,23 +31,23 @@
 'libsoup:   for the fancy webkit html plugin'
'libgdata:  for gdata plugin'
'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
+   'ghostscript:   for pdf viewer plugin')
 replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
 conflicts=('claws-mail-extra-plugins')
 provides=('claws')
 
source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('6a731052814b3284abeca1662d47817a86e018bc7123ab428f015f0cfab40ad1'
+sha256sums=('466bd70350c69055d980dc84038d13f231f4ed060af899910e29c7a1de83cc59'
 'SKIP')
 validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

 
 build() {
   cd ${pkgname}-${pkgver}
- 
+
   # fixes for python2
   export PYTHON="/usr/bin/python2"
   sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
   sed -i 's:python -c:python2 -c:g' configure
-  
+
   ./configure --prefix=/usr --disable-static \
 --enable-enchant \
 --enable-gnutls \


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

2016-08-11 Thread Christian Hesse
Date: Thursday, August 11, 2016 @ 12:06:17
  Author: eworm
Revision: 273602

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

Added:
  claws-mail/repos/testing-i686/
  claws-mail/repos/testing-i686/PKGBUILD
(from rev 273601, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/testing-x86_64/
  claws-mail/repos/testing-x86_64/PKGBUILD
(from rev 273601, claws-mail/trunk/PKGBUILD)

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

Copied: claws-mail/repos/testing-i686/PKGBUILD (from rev 273601, 
claws-mail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-11 12:06:17 UTC (rev 273602)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk'
+ # deps to build the docs
+ 'docbook-utils')
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'webkitgtk2:for the fancy webkit html plugin'
+'libsoup:   for the fancy webkit html plugin'
+   'libgdata:  for gdata plugin'
+   'poppler-glib:  for pdf viewer plugin'
+   'ghostscript:   for pdf viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
+sha256sums=('466bd70350c69055d980dc84038d13f231f4ed060af899910e29c7a1de83cc59'
+'SKIP')
+validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fixes for python2
+  export PYTHON="/usr/bin/python2"
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/testing-x86_64/PKGBUILD (from rev 273601, 
claws-mail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-11 12:06:17 UTC (rev 273602)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk'
+ # deps to build the docs
+ 'docbook-utils')
+ 

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

2016-08-11 Thread Jan Steffens
Date: Thursday, August 11, 2016 @ 12:06:39
  Author: heftig
Revision: 273603

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

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 273602, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-i686/gvfs-nfs.install
(from rev 273602, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-i686/gvfsd.hook
(from rev 273602, gvfs/trunk/gvfsd.hook)
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 273602, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-nfs.install
(from rev 273602, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-x86_64/gvfsd.hook
(from rev 273602, gvfs/trunk/gvfsd.hook)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/gvfs-nfs.install
  gvfs/repos/extra-i686/gvfsd.hook
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-nfs.install
  gvfs/repos/extra-x86_64/gvfsd.hook

---+
 /PKGBUILD |  298 
 /gvfs-nfs.install |   14 +
 /gvfsd.hook   |   22 ++
 extra-i686/PKGBUILD   |  145 ---
 extra-i686/gvfs-nfs.install   |7 
 extra-i686/gvfsd.hook |   11 -
 extra-x86_64/PKGBUILD |  145 ---
 extra-x86_64/gvfs-nfs.install |7 
 extra-x86_64/gvfsd.hook   |   11 -
 9 files changed, 334 insertions(+), 326 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-11 12:06:17 UTC (rev 273602)
+++ extra-i686/PKGBUILD 2016-08-11 12:06:39 UTC (rev 273603)
@@ -1,145 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgdesc="Virtual filesystem implementation for GIO"
-url="https://wiki.gnome.org/Projects/gvfs;
-pkgver=1.28.2+22+g6c1124d
-pkgrel=1
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret
- libbluray libgudev gcr psmisc)
-makedepends=(dbus intltool libgphoto2 libimobiledevice smbclient docbook-xsl
- gtk3 libmtp gnome-online-accounts libnfs libgdata git gtk-doc 
python)
-groups=(gnome)
-_commit=6c1124d7d48e680378f353c993c311818dcdbf0d
-source=("git://git.gnome.org/gvfs#commit=$_commit"
-gvfsd.hook)
-sha256sums=('SKIP'
-'478b9cf7b4c242959fc640dbf0cd4935f16c59b81f5828a3af102d608d7a9d72')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd "$pkgbase"
-  NOCONFIGURE=1 ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/usr/share/bash-completion/completions
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gvfs() {
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support'
-  'gvfs-nfs: NFS support'
-  'gvfs-google: Google Drive support'
-  'gtk3: Recent files support')
-
-  cd "$pkgbase"
-  sed -e 's/^am__append_4/#am__append_4/' \
-  -e 's/^am__append_5/#am__append_5/' \
-  -e 's/^am__append_6/#am__append_6/' \
-  -e 's/^am__append_7/#am__append_7/' \
-  -i monitor/Makefile
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../gvfsd.hook "$pkgdir/usr/share/libalpm/hooks/gvfsd.hook"
-
-  cd "$pkgdir"
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,gphoto2,mtp,nfs,google}
-  rm usr/share/gvfs/mounts/{smb,smb-browse,afc,gphoto2,mtp,nfs,google}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc+=" (SMB/CIFS backend; Windows client)"
-  depends=("gvfs=$pkgver" smbclient)
-
-  cd "$pkgbase/daemon"
-  install -m755 -d "$pkgdir/usr/lib/gvfs"
-  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
-
-  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
-  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-"$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
-  install -Dm644 gvfs-smb.convert \
-"$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
-}
-
-package_gvfs-afc() {
-  pkgdesc+=" (AFC backend; Apple mobile devices)"
-  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
-
-  cd "$pkgbase/daemon"
-  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
-  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
-
-  cd "$srcdir/$pkgbase/monitor/afc"
-  make DESTDIR="$pkgdir" install
-}
-
-package_gvfs-gphoto2() {
-  pkgdesc+=" 

[arch-commits] Commit in gnome-online-accounts/repos (4 files)

2016-08-11 Thread Jan de Groot
Date: Thursday, August 11, 2016 @ 12:05:33
  Author: jgc
Revision: 273599

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

Added:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
(from rev 273598, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 273598, gnome-online-accounts/trunk/PKGBUILD)
Deleted:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-11 12:05:27 UTC (rev 273598)
+++ extra-i686/PKGBUILD 2016-08-11 12:05:33 UTC (rev 273599)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.20.3
-pkgrel=1
-pkgdesc="Single sign-on framework for GNOME"
-url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
-makedepends=(intltool gobject-introspection gtk-doc)
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-'gvfs-google: Google Drive')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('094fc04cf3e0b4ace667fce3b5bdcca5093e0c93f9184439e663c69546c1e046')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-media-server \
---enable-kerberos \
---enable-lastfm \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 273598, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-11 12:05:33 UTC (rev 273599)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.20.3
+pkgrel=2
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
+makedepends=(intltool gobject-introspection gtk-doc vala)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+'gvfs-google: Google Drive')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('094fc04cf3e0b4ace667fce3b5bdcca5093e0c93f9184439e663c69546c1e046')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-media-server \
+--enable-kerberos \
+--enable-lastfm \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-11 12:05:27 UTC (rev 273598)
+++ extra-x86_64/PKGBUILD   2016-08-11 12:05:33 UTC (rev 273599)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.20.3
-pkgrel=1
-pkgdesc="Single sign-on framework for GNOME"
-url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
-makedepends=(intltool gobject-introspection gtk-doc)
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-'gvfs-google: Google Drive')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('094fc04cf3e0b4ace667fce3b5bdcca5093e0c93f9184439e663c69546c1e046')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-media-server \
---enable-kerberos \
---enable-lastfm \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-x86_64/PKGBUILD (from rev 273598, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- 

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

2016-08-11 Thread Jan de Groot
Date: Thursday, August 11, 2016 @ 12:05:27
  Author: jgc
Revision: 273598

upgpkg: gnome-online-accounts 3.20.3-2

Add vala bindings (FS#50352)

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 12:01:34 UTC (rev 273597)
+++ PKGBUILD2016-08-11 12:05:27 UTC (rev 273598)
@@ -3,13 +3,13 @@
 
 pkgname=gnome-online-accounts
 pkgver=3.20.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
-makedepends=(intltool gobject-introspection gtk-doc)
+makedepends=(intltool gobject-introspection gtk-doc vala)
 optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
 'gvfs-google: Google Drive')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)


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

2016-08-11 Thread Jan Steffens
Date: Thursday, August 11, 2016 @ 12:05:38
  Author: heftig
Revision: 273600

1.28.3-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 12:05:33 UTC (rev 273599)
+++ PKGBUILD2016-08-11 12:05:38 UTC (rev 273600)
@@ -5,7 +5,7 @@
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
 pkgdesc="Virtual filesystem implementation for GIO"
 url="https://wiki.gnome.org/Projects/gvfs;
-pkgver=1.28.2+22+g6c1124d
+pkgver=1.28.3
 pkgrel=1
 arch=(i686 x86_64)
 license=(LGPL)
@@ -14,12 +14,17 @@
 makedepends=(dbus intltool libgphoto2 libimobiledevice smbclient docbook-xsl
  gtk3 libmtp gnome-online-accounts libnfs libgdata git gtk-doc 
python)
 groups=(gnome)
-_commit=6c1124d7d48e680378f353c993c311818dcdbf0d
+_commit=70d801fc64cdee5f2ce85f405d43411433195aae
 source=("git://git.gnome.org/gvfs#commit=$_commit"
 gvfsd.hook)
 sha256sums=('SKIP'
 '478b9cf7b4c242959fc640dbf0cd4935f16c59b81f5828a3af102d608d7a9d72')
 
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 pkgver() {
   cd $pkgbase
   git describe --tags | sed 's/-/+/g'
@@ -26,8 +31,7 @@
 }
 
 build() {
-  cd "$pkgbase"
-  NOCONFIGURE=1 ./autogen.sh
+  cd $pkgbase
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gvfs \
@@ -47,7 +51,7 @@
   'gvfs-google: Google Drive support'
   'gtk3: Recent files support')
 
-  cd "$pkgbase"
+  cd $pkgbase
   sed -e 's/^am__append_4/#am__append_4/' \
   -e 's/^am__append_5/#am__append_5/' \
   -e 's/^am__append_6/#am__append_6/' \
@@ -68,7 +72,7 @@
   pkgdesc+=" (SMB/CIFS backend; Windows client)"
   depends=("gvfs=$pkgver" smbclient)
 
-  cd "$pkgbase/daemon"
+  cd $pkgbase/daemon
   install -m755 -d "$pkgdir/usr/lib/gvfs"
   install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
 
@@ -85,7 +89,7 @@
   pkgdesc+=" (AFC backend; Apple mobile devices)"
   depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
 
-  cd "$pkgbase/daemon"
+  cd $pkgbase/daemon
   install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
   install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
 
@@ -97,7 +101,7 @@
   pkgdesc+=" (gphoto2 backend; PTP camera, MTP media player)"
   depends=("gvfs=$pkgver" libgphoto2)
 
-  cd "$pkgbase/daemon"
+  cd $pkgbase/daemon
   install -D .libs/gvfsd-gphoto2 "$pkgdir/usr/lib/gvfs/gvfsd-gphoto2"
   install -Dm644 gphoto2.mount "$pkgdir/usr/share/gvfs/mounts/gphoto2.mount"
 
@@ -109,7 +113,7 @@
   pkgdesc+=" (MTP backend; Android, media player)"
   depends=("gvfs=$pkgver" libmtp)
 
-  cd "$pkgbase/daemon"
+  cd $pkgbase/daemon
   install -D .libs/gvfsd-mtp "$pkgdir/usr/lib/gvfs/gvfsd-mtp"
   install -Dm644 mtp.mount "$pkgdir/usr/share/gvfs/mounts/mtp.mount"
 
@@ -130,7 +134,7 @@
   depends=("gvfs=$pkgver" libnfs)
   install=gvfs-nfs.install
 
-  cd "$pkgbase/daemon"
+  cd $pkgbase/daemon
   install -D .libs/gvfsd-nfs "$pkgdir/usr/lib/gvfs/gvfsd-nfs"
   install -Dm644 nfs.mount "$pkgdir/usr/share/gvfs/mounts/nfs.mount"
 }
@@ -139,7 +143,7 @@
   pkgdesc+=" (Google Drive backend)"
   depends=("gvfs-goa=$pkgver" libgdata)
 
-  cd "$pkgbase/daemon"
+  cd $pkgbase/daemon
   install -D .libs/gvfsd-google "$pkgdir/usr/lib/gvfs/gvfsd-google"
   install -Dm644 google.mount "$pkgdir/usr/share/gvfs/mounts/google.mount"
 }


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

2016-08-11 Thread Jan Steffens
Date: Thursday, August 11, 2016 @ 12:01:34
  Author: heftig
Revision: 273597

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

Added:
  gnome-photos/repos/extra-i686/PKGBUILD
(from rev 273596, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 273596, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-i686/PKGBUILD
  gnome-photos/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-11 11:59:16 UTC (rev 273596)
+++ extra-i686/PKGBUILD 2016-08-11 12:01:34 UTC (rev 273597)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Photos;
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
- grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
-makedepends=(intltool itstool python)
-groups=(gnome-extra)
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ec6b95ad1c4aeeb065a65d2d48335036c0750761c7f6762bafcf874791272b46')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-photos
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # disabled: needs dogtail which we don't have
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-photos/repos/extra-i686/PKGBUILD (from rev 273596, 
gnome-photos/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-11 12:01:34 UTC (rev 273597)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/Photos;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
+ grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
+makedepends=(intltool itstool python)
+groups=(gnome-extra)
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d1dd8bd8178dd1d0120abd2ff3e959fb1199f4e1751558f925ce7f1278548996')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-photos
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # disabled: needs dogtail which we don't have
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-11 11:59:16 UTC (rev 273596)
+++ extra-x86_64/PKGBUILD   2016-08-11 12:01:34 UTC (rev 273597)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Photos;
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
- grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
-makedepends=(intltool itstool python)
-groups=(gnome-extra)
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ec6b95ad1c4aeeb065a65d2d48335036c0750761c7f6762bafcf874791272b46')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-photos
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # disabled: needs dogtail which we don't have
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 273596, 
gnome-photos/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-11 12:01:34 UTC (rev 273597)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+

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

2016-08-11 Thread Jan Steffens
Date: Thursday, August 11, 2016 @ 11:59:16
  Author: heftig
Revision: 273596

3.20.3-1

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 11:58:16 UTC (rev 273595)
+++ PKGBUILD2016-08-11 11:59:16 UTC (rev 273596)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.20.2
+pkgver=3.20.3
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(intltool itstool python)
 groups=(gnome-extra)
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ec6b95ad1c4aeeb065a65d2d48335036c0750761c7f6762bafcf874791272b46')
+sha256sums=('d1dd8bd8178dd1d0120abd2ff3e959fb1199f4e1751558f925ce7f1278548996')
 
 build() {
   cd $pkgname-$pkgver


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

2016-08-11 Thread Jan Steffens
Date: Thursday, August 11, 2016 @ 11:58:16
  Author: heftig
Revision: 273595

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

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

---+
 /PKGBUILD |  102 
 extra-i686/PKGBUILD   |   50 ---
 extra-x86_64/PKGBUILD |   50 ---
 3 files changed, 102 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-11 11:57:51 UTC (rev 273594)
+++ extra-i686/PKGBUILD 2016-08-11 11:58:16 UTC (rev 273595)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evince
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
-url="https://wiki.gnome.org/Apps/Evince;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
- libsecret gsettings-desktop-schemas gnome-desktop libarchive
- gst-plugins-base-libs)
-makedepends=(itstool libnautilus-extension texlive-bin gobject-introspection
- intltool docbook-xsl python gtk-doc)
-optdepends=('texlive-bin: DVI support'
-   'gvfs: bookmark support and session saving')
-groups=(gnome)
-options=('!emptydirs')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc7ac23036939c24f02e9fed6dd6e28a85b4b00b60fa4b591b86443251d20055')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-compile-warnings=minimum \
---enable-introspection \
---enable-nautilus \
---enable-pdf \
---enable-tiff \
---enable-djvu \
---enable-dvi \
---enable-t1lib \
---enable-comics \
---enable-gtk-doc \
---enable-multimedia \
---disable-schemas-compile
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evince/repos/extra-i686/PKGBUILD (from rev 273594, 
evince/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-11 11:58:16 UTC (rev 273595)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.20.1
+pkgrel=2
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
+ libsecret gsettings-desktop-schemas gnome-desktop libarchive
+ gst-plugins-base-libs)
+makedepends=(itstool libnautilus-extension texlive-bin gobject-introspection
+ intltool docbook-xsl python gtk-doc)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving')
+groups=(gnome)
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fc7ac23036939c24f02e9fed6dd6e28a85b4b00b60fa4b591b86443251d20055')
+
+build() {
+  cd $pkgname-$pkgver
+
+  BROWSER_PLUGIN_DIR=/usr/lib/epiphany/plugins \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-compile-warnings=minimum \
+--enable-introspection \
+--enable-nautilus \
+--enable-pdf \
+--enable-tiff \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-comics \
+--enable-gtk-doc \
+--enable-multimedia \
+--disable-schemas-compile
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-11 11:57:51 UTC (rev 273594)
+++ extra-x86_64/PKGBUILD   2016-08-11 11:58:16 UTC (rev 273595)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evince
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
-url="https://wiki.gnome.org/Apps/Evince;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
- libsecret 

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

2016-08-11 Thread Jan Steffens
Date: Thursday, August 11, 2016 @ 11:57:51
  Author: heftig
Revision: 273594

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

Added:
  epiphany/repos/extra-i686/PKGBUILD
(from rev 273593, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-i686/pluginsdir.diff
(from rev 273593, epiphany/trunk/pluginsdir.diff)
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 273593, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-x86_64/pluginsdir.diff
(from rev 273593, epiphany/trunk/pluginsdir.diff)
Deleted:
  epiphany/repos/extra-i686/PKGBUILD
  epiphany/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 +
 extra-i686/PKGBUILD  |   34 
 extra-i686/pluginsdir.diff   |   28 +
 extra-x86_64/PKGBUILD|   34 
 extra-x86_64/pluginsdir.diff |   28 +
 5 files changed, 140 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-11 11:56:02 UTC (rev 273593)
+++ extra-i686/PKGBUILD 2016-08-11 11:57:51 UTC (rev 273594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.20.3
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libsoup libnotify gsettings-desktop-schemas webkit2gtk nss iso-codes
- dconf gcr gnome-desktop libwnck3 gnome-themes-standard)
-makedepends=(intltool itstool docbook-xml startup-notification
- gobject-introspection)
-options=(!emptydirs)
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/$pkgname
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: epiphany/repos/extra-i686/PKGBUILD (from rev 273593, 
epiphany/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-11 11:57:51 UTC (rev 273594)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.20.3
+pkgrel=2
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libsoup libnotify gsettings-desktop-schemas webkit2gtk nss iso-codes
+ dconf gcr gnome-desktop libwnck3 gnome-themes-standard)
+makedepends=(intltool itstool docbook-xml startup-notification
+ gobject-introspection)
+options=(!emptydirs)
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+pluginsdir.diff)
+sha256sums=('4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2'
+'42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../pluginsdir.diff
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/$pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/extra-i686/pluginsdir.diff (from rev 273593, 
epiphany/trunk/pluginsdir.diff)
===
--- extra-i686/pluginsdir.diff  (rev 0)
+++ extra-i686/pluginsdir.diff  2016-08-11 11:57:51 UTC (rev 273594)
@@ -0,0 +1,28 @@
+ embed/Makefile.am| 1 +
+ embed/ephy-embed-shell.c | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git c/embed/Makefile.am i/embed/Makefile.am
+index 8969e1b59e252c19..7c3225b02c2ec5fb 100644
+--- c/embed/Makefile.am
 i/embed/Makefile.am
+@@ -65,6 +65,7 @@ libephyembed_la_CPPFLAGS = \
+ libephyembed_la_CFLAGS = \
+   -DDATADIR="\"$(datadir)\""  \
+   -DSHARE_DIR=\"$(pkgdatadir)\"   \
++  -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \
+   
-DEPHY_WEB_EXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/web-extensions"\"
 \
+   $(DEPENDENCIES_CFLAGS)  \
+   $(CODE_COVERAGE_CFLAGS) \
+diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c
+index cd74f7d144b37ed3..624020f3c39383c6 100644
+--- c/embed/ephy-embed-shell.c
 i/embed/ephy-embed-shell.c
+@@ -671,6 +671,7 @@ 

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

2016-08-11 Thread Jan Steffens
Date: Thursday, August 11, 2016 @ 11:56:02
  Author: heftig
Revision: 273593

3.20.1-2: Put the browser plugin where only Epiphany will find it

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 11:56:00 UTC (rev 273592)
+++ PKGBUILD2016-08-11 11:56:02 UTC (rev 273593)
@@ -3,7 +3,7 @@
 
 pkgname=evince
 pkgver=3.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
 url="https://wiki.gnome.org/Apps/Evince;
 arch=(i686 x86_64)
@@ -23,6 +23,7 @@
 build() {
   cd $pkgname-$pkgver
 
+  BROWSER_PLUGIN_DIR=/usr/lib/epiphany/plugins \
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib/$pkgname \
 --disable-static \


[arch-commits] Commit in epiphany/trunk (PKGBUILD pluginsdir.diff)

2016-08-11 Thread Jan Steffens
Date: Thursday, August 11, 2016 @ 11:56:00
  Author: heftig
Revision: 273592

3.20.3-2: Create a plugin dir that only Epiphany will find

Added:
  epiphany/trunk/pluginsdir.diff
Modified:
  epiphany/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++---
 pluginsdir.diff |   28 
 2 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 10:27:57 UTC (rev 273591)
+++ PKGBUILD2016-08-11 11:56:00 UTC (rev 273592)
@@ -3,7 +3,7 @@
 
 pkgname=epiphany
 pkgver=3.20.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
 arch=(i686 x86_64)
@@ -14,9 +14,17 @@
  gobject-introspection)
 options=(!emptydirs)
 groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+pluginsdir.diff)
+sha256sums=('4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2'
+'42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../pluginsdir.diff
+  autoreconf -fvi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \

Added: pluginsdir.diff
===
--- pluginsdir.diff (rev 0)
+++ pluginsdir.diff 2016-08-11 11:56:00 UTC (rev 273592)
@@ -0,0 +1,28 @@
+ embed/Makefile.am| 1 +
+ embed/ephy-embed-shell.c | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git c/embed/Makefile.am i/embed/Makefile.am
+index 8969e1b59e252c19..7c3225b02c2ec5fb 100644
+--- c/embed/Makefile.am
 i/embed/Makefile.am
+@@ -65,6 +65,7 @@ libephyembed_la_CPPFLAGS = \
+ libephyembed_la_CFLAGS = \
+   -DDATADIR="\"$(datadir)\""  \
+   -DSHARE_DIR=\"$(pkgdatadir)\"   \
++  -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \
+   
-DEPHY_WEB_EXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/web-extensions"\"
 \
+   $(DEPENDENCIES_CFLAGS)  \
+   $(CODE_COVERAGE_CFLAGS) \
+diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c
+index cd74f7d144b37ed3..624020f3c39383c6 100644
+--- c/embed/ephy-embed-shell.c
 i/embed/ephy-embed-shell.c
+@@ -671,6 +671,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
+   g_free (cache_dir);
+ 
+   priv->web_context = webkit_web_context_new_with_website_data_manager 
(manager);
++  webkit_web_context_set_additional_plugins_directory (priv->web_context, 
EPHY_PLUGINS_DIR);
+   g_object_unref (manager);
+ }
+ 


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

2016-08-11 Thread Maxime Gauduin
Date: Thursday, August 11, 2016 @ 11:34:37
  Author: alucryd
Revision: 186399

upgpkg: audience 0.1.0.2-3

Modified:
  audience/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 11:18:49 UTC (rev 186398)
+++ PKGBUILD2016-08-11 11:34:37 UTC (rev 186399)
@@ -4,7 +4,7 @@
 
 pkgname=audience
 pkgver=0.1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='The Pantheon Video Player'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/audience'
@@ -17,7 +17,7 @@
 'gst-plugins-good: "Good" plugin libraries'
 'gst-plugins-bad: "Bad" plugin libraries'
 'gst-plugins-ugly: "Ugly" plugin libraries')
-source=("https://launchpad.net/audience/freya/${pkgver}/+download/audience-${pkgver}.tar.xz;)
+source=("https://launchpad.net/audience/0.3-freya/${pkgver}/+download/audience-${pkgver}.tar.xz;)
 sha256sums=('75da7b75a2f3582cb096c63a8a88f5ce0e67a9ec261e096512af4ead97d2bed0')
 
 prepare() {


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

2016-08-11 Thread Maxime Gauduin
Date: Thursday, August 11, 2016 @ 11:34:51
  Author: alucryd
Revision: 186400

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 11:34:37 UTC (rev 186399)
+++ community-i686/PKGBUILD 2016-08-11 11:34:51 UTC (rev 186400)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=audience
-pkgver=0.1.0.2
-pkgrel=2
-pkgdesc='The Pantheon Video Player'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/audience'
-license=('GPL3')
-depends=('clutter' 'clutter-gtk' 'desktop-file-utils' 'glib2' 'glibc'
- 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libnotify' 'libx11'
- 'libgranite.so')
-makedepends=('clutter-gst' 'cmake' 'vala')
-optdepends=('gst-plugins-base: "Base" plugin libraries'
-'gst-plugins-good: "Good" plugin libraries'
-'gst-plugins-bad: "Bad" plugin libraries'
-'gst-plugins-ugly: "Ugly" plugin libraries')
-source=("https://launchpad.net/audience/freya/${pkgver}/+download/audience-${pkgver}.tar.xz;)
-sha256sums=('75da7b75a2f3582cb096c63a8a88f5ce0e67a9ec261e096512af4ead97d2bed0')
-
-prepare() {
-  cd audience-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd audience-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd audience-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: audience/repos/community-i686/PKGBUILD (from rev 186399, 
audience/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 11:34:51 UTC (rev 186400)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=audience
+pkgver=0.1.0.2
+pkgrel=3
+pkgdesc='The Pantheon Video Player'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/audience'
+license=('GPL3')
+depends=('clutter' 'clutter-gtk' 'desktop-file-utils' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libnotify' 'libx11'
+ 'libgranite.so')
+makedepends=('clutter-gst' 'cmake' 'vala')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries')
+source=("https://launchpad.net/audience/0.3-freya/${pkgver}/+download/audience-${pkgver}.tar.xz;)
+sha256sums=('75da7b75a2f3582cb096c63a8a88f5ce0e67a9ec261e096512af4ead97d2bed0')
+
+prepare() {
+  cd audience-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd audience-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd audience-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-11 11:34:37 UTC (rev 186399)
+++ community-x86_64/PKGBUILD   2016-08-11 11:34:51 UTC (rev 186400)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=audience
-pkgver=0.1.0.2
-pkgrel=2
-pkgdesc='The Pantheon Video Player'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/audience'
-license=('GPL3')
-depends=('clutter' 'clutter-gtk' 'desktop-file-utils' 'glib2' 'glibc'
- 'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libnotify' 'libx11'
- 'libgranite.so')
-makedepends=('clutter-gst' 'cmake' 'vala')
-optdepends=('gst-plugins-base: "Base" plugin libraries'
-'gst-plugins-good: "Good" plugin libraries'
-'gst-plugins-bad: "Bad" plugin libraries'
-'gst-plugins-ugly: "Ugly" plugin libraries')
-source=("https://launchpad.net/audience/freya/${pkgver}/+download/audience-${pkgver}.tar.xz;)

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

2016-08-11 Thread Alexander Rødseth
Date: Thursday, August 11, 2016 @ 11:18:49
  Author: arodseth
Revision: 186398

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

Added:
  tuxpaint-config/repos/community-i686/PKGBUILD
(from rev 186397, tuxpaint-config/trunk/PKGBUILD)
  tuxpaint-config/repos/community-x86_64/PKGBUILD
(from rev 186397, tuxpaint-config/trunk/PKGBUILD)
Deleted:
  tuxpaint-config/repos/community-i686/PKGBUILD
  tuxpaint-config/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 11:18:32 UTC (rev 186397)
+++ community-i686/PKGBUILD 2016-08-11 11:18:49 UTC (rev 186398)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-config
-pkgver=0.0.13
-pkgrel=2
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
-sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -d "$pkgdir/usr/bin/" \
-"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
- make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
-   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
- install -Dm644 src/tuxpaint-config.desktop \
-   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-i686/PKGBUILD (from rev 186397, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 11:18:49 UTC (rev 186398)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-config
+pkgver=0.0.13
+pkgrel=3
+pkgdesc='Tux Paint configuration tool'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org/'
+license=('GPL')
+depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
+sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -d "$pkgdir/usr/bin/" \
+"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
+ make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
+   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
+ install -Dm644 src/tuxpaint-config.desktop \
+   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-11 11:18:32 UTC (rev 186397)
+++ community-x86_64/PKGBUILD   2016-08-11 11:18:49 UTC (rev 186398)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-config
-pkgver=0.0.13
-pkgrel=2
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
-sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -d "$pkgdir/usr/bin/" \
-"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
- make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
-   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
- install -Dm644 src/tuxpaint-config.desktop \
-   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-x86_64/PKGBUILD (from rev 186397, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-11 11:18:49 UTC (rev 186398)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: royrocks 

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

2016-08-11 Thread Alexander Rødseth
Date: Thursday, August 11, 2016 @ 11:18:32
  Author: arodseth
Revision: 186397

upgpkg: tuxpaint-config 0.0.13-3

Modified:
  tuxpaint-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 10:29:10 UTC (rev 186396)
+++ PKGBUILD2016-08-11 11:18:32 UTC (rev 186397)
@@ -1,14 +1,14 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: royrocks 
 
 pkgname=tuxpaint-config
 pkgver=0.0.13
-pkgrel=2
+pkgrel=3
 pkgdesc='Tux Paint configuration tool'
 arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
+url='http://www.tuxpaint.org/'
+license=('GPL')
 depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
 options=('!makeflags')
 
source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
@@ -20,6 +20,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
+
   install -d "$pkgdir/usr/bin/" \
 "$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
  make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \


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

2016-08-11 Thread Sergej Pupykin
Date: Thursday, August 11, 2016 @ 10:28:59
  Author: spupykin
Revision: 186395

upgpkg: websvn 2.3.3-7

upd

Modified:
  websvn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 10:27:21 UTC (rev 186394)
+++ PKGBUILD2016-08-11 10:28:59 UTC (rev 186395)
@@ -4,7 +4,7 @@
 pkgname=websvn
 pkgver=2.3.3
 _xpkgpath=1380/49056
-pkgrel=6
+pkgrel=7
 pkgdesc="subversion web interface"
 arch=(any)
 url="http://www.websvn.info;
@@ -13,10 +13,12 @@
 backup=(srv/http/websvn/.htaccess)
 
source=(http://websvn.tigris.org/files/documents/${_xpkgpath}/websvn-$pkgver.tar.gz
http://arch.p5n.pp.ru/~sergej/dl/pear4websvn.tar.xz
-   
https://sources.debian.net/data/main/w/websvn/2.3.3-1.2+deb8u2/debian/patches/30_CVE-2016-2511.patch)
+   
https://sources.debian.net/data/main/w/websvn/2.3.3-1.2+deb8u2/debian/patches/30_CVE-2016-2511.patch
+   
https://sources.debian.net/data/main/w/websvn/2.3.3-1.2+deb8u2/debian/patches/31_CVE-2016-1236.patch)
 md5sums=('bc1821caf77a3225aa810e8f19400ea6'
  '03690912e6e4acf9d97fc0cc889a7ed7'
- '08f6ffdfd9e5ad1d0f87dfc5b11b0b40')
+ '08f6ffdfd9e5ad1d0f87dfc5b11b0b40'
+ '484e55337f35bcef3c42ca3a12577e79')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
@@ -23,6 +25,7 @@
   rm -rf lib/pear
   cp -a $srcdir/pear lib/pear
   patch -p1 -i $srcdir/30_CVE-2016-2511.patch
+  patch -p1 -i $srcdir/31_CVE-2016-1236.patch
 }
 
 package() {


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

2016-08-11 Thread Sergej Pupykin
Date: Thursday, August 11, 2016 @ 10:29:10
  Author: spupykin
Revision: 186396

archrelease: copy trunk to community-any

Added:
  websvn/repos/community-any/PKGBUILD
(from rev 186395, websvn/trunk/PKGBUILD)
Deleted:
  websvn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-11 10:28:59 UTC (rev 186395)
+++ PKGBUILD2016-08-11 10:29:10 UTC (rev 186396)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=websvn
-pkgver=2.3.3
-_xpkgpath=1380/49056
-pkgrel=6
-pkgdesc="subversion web interface"
-arch=(any)
-url="http://www.websvn.info;
-license=('GPL')
-depends=()
-backup=(srv/http/websvn/.htaccess)
-source=(http://websvn.tigris.org/files/documents/${_xpkgpath}/websvn-$pkgver.tar.gz
-   http://arch.p5n.pp.ru/~sergej/dl/pear4websvn.tar.xz
-   
https://sources.debian.net/data/main/w/websvn/2.3.3-1.2+deb8u2/debian/patches/30_CVE-2016-2511.patch)
-md5sums=('bc1821caf77a3225aa810e8f19400ea6'
- '03690912e6e4acf9d97fc0cc889a7ed7'
- '08f6ffdfd9e5ad1d0f87dfc5b11b0b40')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  rm -rf lib/pear
-  cp -a $srcdir/pear lib/pear
-  patch -p1 -i $srcdir/30_CVE-2016-2511.patch
-}
-
-package() {
-  local _instdir=$pkgdir/srv/http
-  mkdir -p ${_instdir}
-  cp -ra $srcdir/websvn-$pkgver ${_instdir}/websvn
-  echo "deny from all" >${_instdir}/websvn/.htaccess
-}

Copied: websvn/repos/community-any/PKGBUILD (from rev 186395, 
websvn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-11 10:29:10 UTC (rev 186396)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=websvn
+pkgver=2.3.3
+_xpkgpath=1380/49056
+pkgrel=7
+pkgdesc="subversion web interface"
+arch=(any)
+url="http://www.websvn.info;
+license=('GPL')
+depends=()
+backup=(srv/http/websvn/.htaccess)
+source=(http://websvn.tigris.org/files/documents/${_xpkgpath}/websvn-$pkgver.tar.gz
+   http://arch.p5n.pp.ru/~sergej/dl/pear4websvn.tar.xz
+   
https://sources.debian.net/data/main/w/websvn/2.3.3-1.2+deb8u2/debian/patches/30_CVE-2016-2511.patch
+   
https://sources.debian.net/data/main/w/websvn/2.3.3-1.2+deb8u2/debian/patches/31_CVE-2016-1236.patch)
+md5sums=('bc1821caf77a3225aa810e8f19400ea6'
+ '03690912e6e4acf9d97fc0cc889a7ed7'
+ '08f6ffdfd9e5ad1d0f87dfc5b11b0b40'
+ '484e55337f35bcef3c42ca3a12577e79')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf lib/pear
+  cp -a $srcdir/pear lib/pear
+  patch -p1 -i $srcdir/30_CVE-2016-2511.patch
+  patch -p1 -i $srcdir/31_CVE-2016-1236.patch
+}
+
+package() {
+  local _instdir=$pkgdir/srv/http
+  mkdir -p ${_instdir}
+  cp -ra $srcdir/websvn-$pkgver ${_instdir}/websvn
+  echo "deny from all" >${_instdir}/websvn/.htaccess
+}


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

2016-08-11 Thread Alexander Rødseth
Date: Thursday, August 11, 2016 @ 10:27:12
  Author: arodseth
Revision: 186393

upgpkg: vim-jad 1.3_1329-1

Modified:
  vim-jad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 10:21:10 UTC (rev 186392)
+++ PKGBUILD2016-08-11 10:27:12 UTC (rev 186393)
@@ -1,11 +1,12 @@
-# Maintainer: Alexander Rødseth 
+# $Id$
+# Maintainer: Alexander F Rødseth 
 # Contributor: Laszlo Papp 
-# Contributor: Dmitry ixaphire_at-gmail-dot+com 
+# Contributor: Dmitry ixaphire_at-gmail-dot+com
 
 pkgname=vim-jad
-pkgver=1.3
-pkgrel=4
-pkgdesc='Automatically decompiles java class files and displays java code'
+pkgver=1.3_1329
+pkgrel=1
+pkgdesc='Automatically decompile Java class files and display Java code'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=446'
 license=('custom')
@@ -12,16 +13,14 @@
 depends=('vim' 'jad')
 groups=('vim-plugins')
 install="$pkgname.install"
-source=("$pkgname::http://www.vim.org/scripts/download_script.php?src_id=1329;
+source=("$pkgname::http://www.vim.org/scripts/download_script.php?src_id=${pkgver#*_};
 'LICENSE')
 sha256sums=('26a11cb99945c44e817ac39243246be906f160fdfc850a33511005079b48c7ad'
 '4689a6d3ed3bca186ab8fea8360f32fdbb84f84c82fb21698390202efa7b7d19')
 
-build() {
-  cd "$srcdir"
-
-  install -Dm644 "$srcdir/$pkgname" 
"$pkgdir/usr/share/vim/vimfiles/plugin/jad.vim"
-  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+package() {
+  install -Dm644 "$pkgname" "$pkgdir/usr/share/vim/vimfiles/plugin/jad.vim"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in vim-jad/repos/community-any (6 files)

2016-08-11 Thread Alexander Rødseth
Date: Thursday, August 11, 2016 @ 10:27:21
  Author: arodseth
Revision: 186394

archrelease: copy trunk to community-any

Added:
  vim-jad/repos/community-any/LICENSE
(from rev 186393, vim-jad/trunk/LICENSE)
  vim-jad/repos/community-any/PKGBUILD
(from rev 186393, vim-jad/trunk/PKGBUILD)
  vim-jad/repos/community-any/vim-jad.install
(from rev 186393, vim-jad/trunk/vim-jad.install)
Deleted:
  vim-jad/repos/community-any/LICENSE
  vim-jad/repos/community-any/PKGBUILD
  vim-jad/repos/community-any/vim-jad.install

-+
 LICENSE |   16 
 PKGBUILD|   53 ++---
 vim-jad.install |   32 
 3 files changed, 50 insertions(+), 51 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-08-11 10:27:12 UTC (rev 186393)
+++ LICENSE 2016-08-11 10:27:21 UTC (rev 186394)
@@ -1,8 +0,0 @@
-Copyright (C) 2002-2007 Yegappan Lakshmanan
-Permission is hereby granted to use and distribute this code,
-with or without modifications, provided that this copyright
-notice is copied with it. Like anything else that's free,
-taglist.vim is provided *as is* and comes with no warranty of any
-kind, either expressed or implied. In no event will the copyright
-holder be liable for any damamges resulting from the use of this
-software.

Copied: vim-jad/repos/community-any/LICENSE (from rev 186393, 
vim-jad/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-08-11 10:27:21 UTC (rev 186394)
@@ -0,0 +1,8 @@
+Copyright (C) 2002-2007 Yegappan Lakshmanan
+Permission is hereby granted to use and distribute this code,
+with or without modifications, provided that this copyright
+notice is copied with it. Like anything else that's free,
+taglist.vim is provided *as is* and comes with no warranty of any
+kind, either expressed or implied. In no event will the copyright
+holder be liable for any damamges resulting from the use of this
+software.

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-11 10:27:12 UTC (rev 186393)
+++ PKGBUILD2016-08-11 10:27:21 UTC (rev 186394)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Laszlo Papp 
-# Contributor: Dmitry ixaphire_at-gmail-dot+com 
-
-pkgname=vim-jad
-pkgver=1.3
-pkgrel=4
-pkgdesc='Automatically decompiles java class files and displays java code'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=446'
-license=('custom')
-depends=('vim' 'jad')
-groups=('vim-plugins')
-install="$pkgname.install"
-source=("$pkgname::http://www.vim.org/scripts/download_script.php?src_id=1329;
-'LICENSE')
-sha256sums=('26a11cb99945c44e817ac39243246be906f160fdfc850a33511005079b48c7ad'
-'4689a6d3ed3bca186ab8fea8360f32fdbb84f84c82fb21698390202efa7b7d19')
-
-build() {
-  cd "$srcdir"
-
-  install -Dm644 "$srcdir/$pkgname" 
"$pkgdir/usr/share/vim/vimfiles/plugin/jad.vim"
-  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vim-jad/repos/community-any/PKGBUILD (from rev 186393, 
vim-jad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-11 10:27:21 UTC (rev 186394)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Laszlo Papp 
+# Contributor: Dmitry ixaphire_at-gmail-dot+com
+
+pkgname=vim-jad
+pkgver=1.3_1329
+pkgrel=1
+pkgdesc='Automatically decompile Java class files and display Java code'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=446'
+license=('custom')
+depends=('vim' 'jad')
+groups=('vim-plugins')
+install="$pkgname.install"
+source=("$pkgname::http://www.vim.org/scripts/download_script.php?src_id=${pkgver#*_};
+'LICENSE')
+sha256sums=('26a11cb99945c44e817ac39243246be906f160fdfc850a33511005079b48c7ad'
+'4689a6d3ed3bca186ab8fea8360f32fdbb84f84c82fb21698390202efa7b7d19')
+
+package() {
+  install -Dm644 "$pkgname" "$pkgdir/usr/share/vim/vimfiles/plugin/jad.vim"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: vim-jad.install
===
--- vim-jad.install 2016-08-11 10:27:12 UTC (rev 186393)
+++ vim-jad.install 2016-08-11 10:27:21 UTC (rev 186394)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n 'Updating vim help tags...'
-  /usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
-  echo 'done.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2016-08-11 Thread Alexander Rødseth
Date: Thursday, August 11, 2016 @ 10:20:57
  Author: arodseth
Revision: 186391

upgpkg: xmlrpc-c 1:1.43.03-1

Modified:
  xmlrpc-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 08:58:21 UTC (rev 186390)
+++ PKGBUILD2016-08-11 10:20:57 UTC (rev 186391)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Daenyth 
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daenyth 
 # Contributor: Pierre Schmitz 
 # Contributor: Vitaliy Berdinskikh 
 
 pkgname=xmlrpc-c
 # Using the Stable version
-pkgver=1.43.01
+pkgver=1.43.03
 pkgrel=1
 epoch=1
 pkgdesc='XML-RPC for C and C++'


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

2016-08-11 Thread Alexander Rødseth
Date: Thursday, August 11, 2016 @ 10:21:10
  Author: arodseth
Revision: 186392

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

Added:
  xmlrpc-c/repos/community-i686/PKGBUILD
(from rev 186391, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 186391, xmlrpc-c/trunk/PKGBUILD)
Deleted:
  xmlrpc-c/repos/community-i686/PKGBUILD
  xmlrpc-c/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 10:20:57 UTC (rev 186391)
+++ community-i686/PKGBUILD 2016-08-11 10:21:10 UTC (rev 186392)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Daenyth 
-# Contributor: Pierre Schmitz 
-# Contributor: Vitaliy Berdinskikh 
-
-pkgname=xmlrpc-c
-# Using the Stable version
-pkgver=1.43.01
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf' 'clang' 'subversion')
-options=('!makeflags' '!emptydirs')
-source=("svn://svn.code.sf.net/p/xmlrpc-c/code/stable")
-sha1sums=('SKIP')
-
-build() {
-  cd stable
-
-  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-libxml2-backend \
---disable-cgi-server \
---disable-libwww-client \
---disable-wininet-client \
---enable-abyss \
---enable-cplusplus
-  mkdir -p include/curl
-  touch include/curl/types.h
-
-  setconf config.mk CC clang
-  setconf config.mk CXX clang++
-
-  make CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
-  make -C tools CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
-}
-
-package() {
-  cd stable
-
-  make DESTDIR="$pkgdir" install
-  make -C tools DESTDIR="$pkgdir" install
-  install -Dm 644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  # Remove references to build directory
-  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
-  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
-}
-
-# getver: -u 2 xmlrpc-c.sourceforge.net/change_stable.html
-# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-i686/PKGBUILD (from rev 186391, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 10:21:10 UTC (rev 186392)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daenyth 
+# Contributor: Pierre Schmitz 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=xmlrpc-c
+# Using the Stable version
+pkgver=1.43.03
+pkgrel=1
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'clang' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/stable")
+sha1sums=('SKIP')
+
+build() {
+  cd stable
+
+  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir -p include/curl
+  touch include/curl/types.h
+
+  setconf config.mk CC clang
+  setconf config.mk CXX clang++
+
+  make CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+  make -C tools CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+}
+
+package() {
+  cd stable
+
+  make DESTDIR="$pkgdir" install
+  make -C tools DESTDIR="$pkgdir" install
+  install -Dm 644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # Remove references to build directory
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+}
+
+# getver: -u 2 xmlrpc-c.sourceforge.net/change_stable.html
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-11 10:20:57 UTC (rev 186391)
+++ community-x86_64/PKGBUILD   2016-08-11 10:21:10 UTC (rev 186392)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Daenyth 
-# Contributor: Pierre Schmitz 
-# Contributor: Vitaliy 

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

2016-08-11 Thread Pierre Schmitz
Date: Thursday, August 11, 2016 @ 09:14:50
  Author: pierre
Revision: 273589

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-11 09:14:34 UTC (rev 273588)
+++ extra-i686/PKGBUILD 2016-08-11 09:14:50 UTC (rev 273589)
@@ -1,34 +0,0 @@
-# $Id$
-
-pkgname=gd
-pkgver=2.2.3
-pkgrel=2
-pkgdesc="Library for the dynamic creation of images by programmers"
-arch=('i686' 'x86_64')
-url="http://www.libgd.org/;
-license=('custom')
-depends=('fontconfig' 'libvpx' 'libxpm' 'libtiff' 'libwebp')
-optdepends=('perl: bdftogd script')
-source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz;)
-md5sums=('14e4134c129b4c166c3a0549a32ef340')
-
-build() {
-  cd libgd-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-rpath \
---with-vpx=/usr \
---with-tiff=/usr
-  make
-}
-
-check() {
-  cd libgd-${pkgver}
-  [[ ${CARCH} == 'i686' ]] || make check
-}
-
-package() {
-  cd libgd-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gd/repos/extra-i686/PKGBUILD (from rev 273588, gd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-11 09:14:50 UTC (rev 273589)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=gd
+pkgver=2.2.3
+pkgrel=3
+pkgdesc="Library for the dynamic creation of images by programmers"
+arch=('i686' 'x86_64')
+url="http://www.libgd.org/;
+license=('custom')
+depends=('fontconfig' 'libxpm' 'libwebp')
+optdepends=('perl: bdftogd script')
+source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz;)
+md5sums=('14e4134c129b4c166c3a0549a32ef340')
+
+build() {
+  cd libgd-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-rpath
+  make
+}
+
+check() {
+  cd libgd-${pkgver}
+  [[ ${CARCH} == 'i686' ]] || make check
+}
+
+package() {
+  cd libgd-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-11 09:14:34 UTC (rev 273588)
+++ extra-x86_64/PKGBUILD   2016-08-11 09:14:50 UTC (rev 273589)
@@ -1,34 +0,0 @@
-# $Id$
-
-pkgname=gd
-pkgver=2.2.3
-pkgrel=2
-pkgdesc="Library for the dynamic creation of images by programmers"
-arch=('i686' 'x86_64')
-url="http://www.libgd.org/;
-license=('custom')
-depends=('fontconfig' 'libvpx' 'libxpm' 'libtiff' 'libwebp')
-optdepends=('perl: bdftogd script')
-source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz;)
-md5sums=('14e4134c129b4c166c3a0549a32ef340')
-
-build() {
-  cd libgd-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-rpath \
---with-vpx=/usr \
---with-tiff=/usr
-  make
-}
-
-check() {
-  cd libgd-${pkgver}
-  [[ ${CARCH} == 'i686' ]] || make check
-}
-
-package() {
-  cd libgd-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gd/repos/extra-x86_64/PKGBUILD (from rev 273588, gd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-11 09:14:50 UTC (rev 273589)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=gd
+pkgver=2.2.3
+pkgrel=3
+pkgdesc="Library for the dynamic creation of images by programmers"
+arch=('i686' 'x86_64')
+url="http://www.libgd.org/;
+license=('custom')
+depends=('fontconfig' 'libxpm' 'libwebp')
+optdepends=('perl: bdftogd script')
+source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz;)
+md5sums=('14e4134c129b4c166c3a0549a32ef340')
+
+build() {
+  cd libgd-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-rpath
+  make
+}
+
+check() {
+  cd libgd-${pkgver}
+  [[ ${CARCH} == 'i686' ]] || make check
+}
+
+package() {
+  cd libgd-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-08-11 Thread Pierre Schmitz
Date: Thursday, August 11, 2016 @ 09:14:34
  Author: pierre
Revision: 273588

upgpkg: gd 2.2.3-3

Fix FS#50312

Modified:
  gd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-10 23:08:40 UTC (rev 273587)
+++ PKGBUILD2016-08-11 09:14:34 UTC (rev 273588)
@@ -1,13 +1,14 @@
 # $Id$
+# Maintainer: Pierre Schmitz 
 
 pkgname=gd
 pkgver=2.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for the dynamic creation of images by programmers"
 arch=('i686' 'x86_64')
 url="http://www.libgd.org/;
 license=('custom')
-depends=('fontconfig' 'libvpx' 'libxpm' 'libtiff' 'libwebp')
+depends=('fontconfig' 'libxpm' 'libwebp')
 optdepends=('perl: bdftogd script')
 
source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz;)
 md5sums=('14e4134c129b4c166c3a0549a32ef340')
@@ -16,9 +17,7 @@
   cd libgd-${pkgver}
   ./configure \
 --prefix=/usr \
---disable-rpath \
---with-vpx=/usr \
---with-tiff=/usr
+--disable-rpath
   make
 }
 


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

2016-08-11 Thread Jonathan Steel
Date: Thursday, August 11, 2016 @ 08:57:49
  Author: jsteel
Revision: 186388

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-11 08:57:39 UTC (rev 186387)
+++ PKGBUILD2016-08-11 08:57:49 UTC (rev 186388)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.44
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('0546435f7a759bfb439f27dbb4149c55')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 186387, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-11 08:57:49 UTC (rev 186388)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.45
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('f2b05397aacbe5d1adfb7943e0bc7ebd')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-08-11 Thread Jonathan Steel
Date: Thursday, August 11, 2016 @ 08:57:39
  Author: jsteel
Revision: 186387

upgpkg: python-botocore 1.4.45-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 08:39:49 UTC (rev 186386)
+++ PKGBUILD2016-08-11 08:57:39 UTC (rev 186387)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.44
+pkgver=1.4.45
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('0546435f7a759bfb439f27dbb4149c55')
+md5sums=('f2b05397aacbe5d1adfb7943e0bc7ebd')
 
 build() {
   cd botocore-$pkgver


  1   2   >