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

2016-08-13 Thread Anatol Pomozov
Date: Sunday, August 14, 2016 @ 04:31:10
  Author: anatolik
Revision: 186730

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

Added:
  mldonkey/repos/community-i686/PKGBUILD
(from rev 186729, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/community-i686/mldonkey.conf
(from rev 186729, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/community-i686/mldonkey.install
(from rev 186729, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/community-i686/mldonkey.service
(from rev 186729, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/community-i686/mldonkey.tmpfiles
(from rev 186729, mldonkey/trunk/mldonkey.tmpfiles)
  mldonkey/repos/community-x86_64/PKGBUILD
(from rev 186729, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/community-x86_64/mldonkey.conf
(from rev 186729, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/community-x86_64/mldonkey.install
(from rev 186729, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/community-x86_64/mldonkey.service
(from rev 186729, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/community-x86_64/mldonkey.tmpfiles
(from rev 186729, mldonkey/trunk/mldonkey.tmpfiles)
Deleted:
  mldonkey/repos/community-i686/PKGBUILD
  mldonkey/repos/community-i686/mldonkey.conf
  mldonkey/repos/community-i686/mldonkey.install
  mldonkey/repos/community-i686/mldonkey.service
  mldonkey/repos/community-i686/mldonkey.tmpfiles
  mldonkey/repos/community-x86_64/PKGBUILD
  mldonkey/repos/community-x86_64/mldonkey.conf
  mldonkey/repos/community-x86_64/mldonkey.install
  mldonkey/repos/community-x86_64/mldonkey.service
  mldonkey/repos/community-x86_64/mldonkey.tmpfiles

+
 /PKGBUILD  |  112 +++
 /mldonkey.conf |4 +
 /mldonkey.install  |   38 +++
 /mldonkey.service  |   20 ++
 /mldonkey.tmpfiles |2 
 community-i686/PKGBUILD|   56 -
 community-i686/mldonkey.conf   |2 
 community-i686/mldonkey.install|   19 -
 community-i686/mldonkey.service|   10 ---
 community-i686/mldonkey.tmpfiles   |1 
 community-x86_64/PKGBUILD  |   56 -
 community-x86_64/mldonkey.conf |2 
 community-x86_64/mldonkey.install  |   19 -
 community-x86_64/mldonkey.service  |   10 ---
 community-x86_64/mldonkey.tmpfiles |1 
 15 files changed, 176 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-14 04:29:50 UTC (rev 186729)
+++ community-i686/PKGBUILD 2016-08-14 04:31:10 UTC (rev 186730)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-pkgname=mldonkey
-pkgver=3.1.5
-pkgrel=8
-pkgdesc='A multi-network P2P client'
-arch=(i686 x86_64)
-url='http://mldonkey.sourceforge.net/'
-license=(GPL)
-depends=(file gd miniupnpc libnatpmp)
-makedepends=(gtk2 librsvg) # we build our own version of ocaml and lablgtk2
-optdepends=('librsvg: GUI support'
-'gtk2: GUI support')
-backup=(etc/conf.d/mldonkey)
-install=mldonkey.install
-source=(http://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2
-mldonkey.conf
-mldonkey.service
-mldonkey.tmpfiles
-http://caml.inria.fr/distrib/ocaml-3.12/ocaml-3.12.0.tar.gz
-https://forge.ocamlcore.org/frs/download.php/561/lablgtk-2.14.2.tar.gz
-
libminiupnpc19.patch::https://github.com/ygrek/mldonkey/commit/d0f0cd5ce38bac67ecc55e4cc5dd2e1883ebc2e4.patch)
-sha256sums=('74f9d4bcc72356aa28d0812767ef5b9daa03efc5d1ddabf56447dc04969911cb'
-'f1d9401cefd591662d49011c53fdb2788755a6f745a963e46d8037b990edeb6a'
-'778cebe8edcffd63db3594054c2daa62ce571644a96ad235b8c95470b55c0415'
-'45f45d2a3c064d5bbc0b6b9b70fa3497ed47cfecdd1ec52e175311f48eaa89dc'
-'d964b385e110c1517c9de1c6331476d5e7a3585cc692b6b6b8973f3a9be7da4b'
-'4981abedabdc462303f345104042c88af227ccd50fd30a9bf48fd353ab02d0ba'
-'f7193a666a27a2cab9c76d08018faa5a4537861fae02b290cacb42946bea0174')
-
-prepare() {
-  cd mldonkey-$pkgver
-  # https://github.com/ygrek/mldonkey/issues/13
-  patch -p1 < ../libminiupnpc19.patch
-}
-
-build() {
-  cd mldonkey-$pkgver
-  # mldonkey hardcodes its dependencies to some specific version
-  ln -s "$srcdir"/ocaml-3.12.0.tar.gz "$srcdir"/lablgtk-2.14.2.tar.gz patches/
-  ./configure --prefix=/usr --enable-gui=newgui2 --enable-upnp-natpmp 
--enable-batch
-  make
-}
-
-package() {
-  cd mldonkey-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 icons/rsvg/type_source_normal.svg 
"$pkgdir"/usr/share/icons/mldonkey.svg
-  install -Dm644 distrib/mldonkey.desktop 
"$pkgdir"/usr/share/applications/mldonkey.desktop
-
-  install -Dm644 "$srcdir"/mldonkey.conf "$pkgdir"/etc/conf.d/mldonkey
-  install -Dm644 

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

2016-08-13 Thread Anatol Pomozov
Date: Sunday, August 14, 2016 @ 04:29:50
  Author: anatolik
Revision: 186729

upgpkg: mldonkey 3.1.5-9

Modified:
  mldonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-14 02:33:15 UTC (rev 186728)
+++ PKGBUILD2016-08-14 04:29:50 UTC (rev 186729)
@@ -3,7 +3,7 @@
 
 pkgname=mldonkey
 pkgver=3.1.5
-pkgrel=8
+pkgrel=9
 pkgdesc='A multi-network P2P client'
 arch=(i686 x86_64)
 url='http://mldonkey.sourceforge.net/'


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

2016-08-13 Thread Anatol Pomozov
Date: Sunday, August 14, 2016 @ 04:11:10
  Author: anatolik
Revision: 273662

FS#47512 Remove unused dependencies

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 22:30:28 UTC (rev 273661)
+++ PKGBUILD2016-08-14 04:11:10 UTC (rev 273662)
@@ -9,8 +9,8 @@
 arch=("i686" "x86_64")
 url="http://stellarium.org/;
 license=('GPL2')
-depends=('libpng' 'glu' 'libgl' 'freetype2' 'openssl' 'qt5-script'
-   'desktop-file-utils' 'xdg-utils' 'phonon' 'qt5-serialport' 
'qt5-multimedia')
+depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
+   'qt5-serialport' 'qt5-multimedia')
 makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('7a49febe4e556bdd473ae5d88908940ff6191d88')


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

2016-08-13 Thread Sven-Hendrik Haase
Date: Sunday, August 14, 2016 @ 02:33:15
  Author: svenstaro
Revision: 186728

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-14 02:33:10 UTC (rev 186727)
+++ community-i686/PKGBUILD 2016-08-14 02:33:15 UTC (rev 186728)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 160945 2012-06-07 12:04:14Z juergen $
-# Maintainer: juergen 
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.scummvm.org/;
-depends=('libpng' 'libtheora' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 
'libmad' 'freetype2'
- 'libgl' 'glu')
-makedepends=('mesa')
-source=(http://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz)
-md5sums=('9a9f130d1b03bd8d15a19dde15560a82')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --disable-debug \
---enable-release \
---prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 dists/${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}

Copied: scummvm/repos/community-i686/PKGBUILD (from rev 186727, 
scummvm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-14 02:33:15 UTC (rev 186728)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 160945 2012-06-07 12:04:14Z juergen $
+# Maintainer: juergen 
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.scummvm.org/;
+depends=('libpng' 'libtheora' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 
'libmad' 'freetype2'
+ 'libgl' 'glu')
+makedepends=('mesa')
+source=(http://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz)
+md5sums=('47cb3915b22f979c0478486bf1cadb7b')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --disable-debug \
+--enable-release \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 dists/${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-14 02:33:10 UTC (rev 186727)
+++ community-x86_64/PKGBUILD   2016-08-14 02:33:15 UTC (rev 186728)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 160945 2012-06-07 12:04:14Z juergen $
-# Maintainer: juergen 
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.scummvm.org/;
-depends=('libpng' 'libtheora' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 
'libmad' 'freetype2'
- 'libgl' 'glu')
-makedepends=('mesa')
-source=(http://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz)
-md5sums=('9a9f130d1b03bd8d15a19dde15560a82')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --disable-debug \
---enable-release \
---prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 dists/${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}

Copied: scummvm/repos/community-x86_64/PKGBUILD (from rev 186727, 
scummvm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-14 02:33:15 UTC (rev 186728)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 160945 2012-06-07 12:04:14Z juergen $
+# Maintainer: juergen 
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure 

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

2016-08-13 Thread Sven-Hendrik Haase
Date: Sunday, August 14, 2016 @ 02:33:10
  Author: svenstaro
Revision: 186727

upgpkg: scummvm 1.8.1-1

upstream release 1.8.1

Modified:
  scummvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-14 02:01:54 UTC (rev 186726)
+++ PKGBUILD2016-08-14 02:33:10 UTC (rev 186727)
@@ -3,7 +3,7 @@
 # Contributor: Manolis Tzanidakis, Petter Gundersen
 
 pkgname=scummvm
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
  'libgl' 'glu')
 makedepends=('mesa')
 source=(http://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz)
-md5sums=('9a9f130d1b03bd8d15a19dde15560a82')
+md5sums=('47cb3915b22f979c0478486bf1cadb7b')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2016-08-13 Thread Daniel Micay
Date: Sunday, August 14, 2016 @ 02:01:54
  Author: thestinger
Revision: 186726

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

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

+
 /PKGBUILD  |  636 
 /change-default-console-loglevel.patch |   22 
 /config|16466 +++
 /config.x86_64 |15968 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  318 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8159 ---
 community-i686/config.x86_64   | 7870 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  318 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8159 ---
 community-x86_64/config.x86_64 | 7870 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 33194 insertions(+), 32818 deletions(-)

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


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

2016-08-13 Thread Daniel Micay
Date: Sunday, August 14, 2016 @ 02:00:42
  Author: thestinger
Revision: 186725

upgpkg: linux-grsec 4.7.201608131240-1

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

---+
 PKGBUILD  |   18 ++---
 config|  154 +---
 config.x86_64 |  192 
 3 files changed, 276 insertions(+), 88 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-14 01:44:53 UTC (rev 186724)
+++ PKGBUILD2016-08-14 02:00:42 UTC (rev 186725)
@@ -6,10 +6,10 @@
 # Contributor: Thomas Dwyer http://tomd.tel
 
 pkgbase=linux-grsec
-_srcname=linux-4.6
-_pkgver=4.6.5
+_srcname=linux-4.7
+_pkgver=4.7
 _grsecver=3.1
-_timestamp=201607312210
+_timestamp=201608131240
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -30,14 +30,14 @@
 'linux.preset'
 'change-default-console-loglevel.patch')
 
-sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866'
+sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10'
 'SKIP'
-'857df33f085a0116b9d2322ffe3b23d5b7d8c4898427d79f68108a653e84910c'
+'2f0c42f241112fa5cb3396fc68afba95a3048c7da7b7875b668e80ff67618164'
 'SKIP'
-'1c5c85ebb5cab533196a05a37fd6e4c2ea5c09bdf2b5d571c77b8a04b8b9b69d'
+'6d3b1435f130a5369c15e4f178cb468b94e5ac508606ca7827ce96d90f79962d'
 'SKIP'
-'de52f89abfef30d40239725ab298ee2028aef5a2b9c807ddaf4e9eff7ddc35df'
-'b42aebcb2820b6cad4ca2e79bd75906cb342b513e9c9ffb6be52eff4df18ab5e'
+'989b62325f632010a7f648056eda6fb8169c384e6431fe2913d9ec081e1a4717'
+'a7f8a8ae09552b214876e3294c8b9b73db59acfe67495af6f741ebc56c021d78'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
@@ -52,7 +52,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  patch -p1 -i "${srcdir}/patch-${_pkgver}"
+  #patch -p1 -i "${srcdir}/patch-${_pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git

Modified: config
===
--- config  2016-08-14 01:44:53 UTC (rev 186724)
+++ config  2016-08-14 02:00:42 UTC (rev 186725)
@@ -1,12 +1,11 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.6.3.201607051723-1 Kernel Configuration
+# Linux/x86 4.7.0.201608131240-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
 CONFIG_X86=y
 CONFIG_INSTRUCTION_DECODER=y
-CONFIG_PERF_EVENTS_INTEL_UNCORE=y
 CONFIG_OUTPUT_FORMAT="elf32-i386"
 CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
 CONFIG_LOCKDEP_SUPPORT=y
@@ -134,6 +133,7 @@
 CONFIG_IKCONFIG_PROC=y
 CONFIG_LOG_BUF_SHIFT=19
 CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
+CONFIG_NMI_LOG_BUF_SHIFT=13
 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
 CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
 CONFIG_CGROUPS=y
@@ -174,6 +174,7 @@
 CONFIG_RD_XZ=y
 CONFIG_RD_LZO=y
 CONFIG_RD_LZ4=y
+CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y
@@ -192,6 +193,7 @@
 # CONFIG_KALLSYMS_ABSOLUTE_PERCPU is not set
 CONFIG_KALLSYMS_BASE_RELATIVE=y
 CONFIG_PRINTK=y
+CONFIG_PRINTK_NMI=y
 CONFIG_BUG=y
 CONFIG_ELF_CORE=y
 CONFIG_PCSPKR_PLATFORM=y
@@ -205,7 +207,6 @@
 CONFIG_SHMEM=y
 CONFIG_AIO=y
 CONFIG_ADVISE_SYSCALLS=y
-CONFIG_USERFAULTFD=y
 CONFIG_PCI_QUIRKS=y
 CONFIG_MEMBARRIER=y
 # CONFIG_EMBEDDED is not set
@@ -242,6 +243,7 @@
 CONFIG_HAVE_KRETPROBES=y
 CONFIG_HAVE_OPTPROBES=y
 CONFIG_HAVE_KPROBES_ON_FTRACE=y
+CONFIG_HAVE_NMI=y
 CONFIG_HAVE_ARCH_TRACEHOOK=y
 CONFIG_HAVE_DMA_CONTIGUOUS=y
 CONFIG_GENERIC_SMP_IDLE_THREAD=y
@@ -270,11 +272,15 @@
 CONFIG_MODULES_USE_ELF_REL=y
 CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
 CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
+CONFIG_HAVE_EXIT_THREAD=y
 CONFIG_ARCH_MMAP_RND_BITS=8
 CONFIG_HAVE_COPY_THREAD_TLS=y
+# CONFIG_HAVE_ARCH_HASH is not set
+CONFIG_ISA_BUS_API=y
 CONFIG_CLONE_BACKWARDS=y
 CONFIG_OLD_SIGSUSPEND3=y
 CONFIG_OLD_SIGACTION=y
+# CONFIG_CPU_NO_EFFICIENT_FFS is not set
 
 #
 # GCOV-based kernel profiling
@@ -439,6 +445,14 @@
 CONFIG_X86_MCE_THRESHOLD=y
 # CONFIG_X86_MCE_INJECT is not set
 CONFIG_X86_THERMAL_VECTOR=y
+
+#
+# Performance monitoring
+#
+CONFIG_PERF_EVENTS_INTEL_UNCORE=y
+CONFIG_PERF_EVENTS_INTEL_RAPL=m
+CONFIG_PERF_EVENTS_INTEL_CSTATE=m
+CONFIG_PERF_EVENTS_AMD_POWER=m
 # CONFIG_X86_LEGACY_VM86 is not set
 # CONFIG_VM86 is not set
 CONFIG_TOSHIBA=m
@@ -448,7 +462,6 @@
 CONFIG_MICROCODE_INTEL=y
 CONFIG_MICROCODE_AMD=y
 CONFIG_MICROCODE_OLD_INTERFACE=y
-CONFIG_PERF_EVENTS_AMD_POWER=m
 CONFIG_X86_MSR=m
 CONFIG_X86_CPUID=m
 # CONFIG_NOHIGHMEM 

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

2016-08-13 Thread Sven-Hendrik Haase
Date: Sunday, August 14, 2016 @ 01:44:53
  Author: svenstaro
Revision: 186724

archrelease: copy trunk to community-any

Added:
  mopidy/repos/community-any/PKGBUILD
(from rev 186723, mopidy/trunk/PKGBUILD)
  mopidy/repos/community-any/logging.conf
(from rev 186723, mopidy/trunk/logging.conf)
  mopidy/repos/community-any/mopidy.conf
(from rev 186723, mopidy/trunk/mopidy.conf)
  mopidy/repos/community-any/mopidy.install
(from rev 186723, mopidy/trunk/mopidy.install)
Deleted:
  mopidy/repos/community-any/PKGBUILD
  mopidy/repos/community-any/logging.conf
  mopidy/repos/community-any/mopidy.conf
  mopidy/repos/community-any/mopidy.install

+
 PKGBUILD   |  144 +++
 logging.conf   |   42 
 mopidy.conf|   30 +--
 mopidy.install |   24 -
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-14 01:44:50 UTC (rev 186723)
+++ PKGBUILD2016-08-14 01:44:53 UTC (rev 186724)
@@ -1,72 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexandre Petitjean 
-
-pkgname=mopidy
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Mopidy is an extensible music server written in Python"
-arch=('any')
-url="http://www.mopidy.com;
-license=('APACHE')
-depends=('python2'
- 'python2-pykka>=1.1'
- 'python2-setuptools'
- 'python2-requests'
- 'gstreamer'
- 'gst-python2'
- 'gst-plugins-good'
- 'gst-plugins-ugly'
- 'python2-tornado>=2.3')
-optdepends=('mopidy-spotify: Spotify backend'
-'mopidy-scrobbler: Last.FM scrobbler'
-'mopidy-mopify: Web client with Spotify-inspired interface'
-'mopidy-soundcloud: Soundcloud backend')
-makedepends=('python2-sphinx')
-backup=('etc/mopidy/mopidy.conf')
-install=$pkgname.install
-source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
-'mopidy.conf'
-'logging.conf')
-md5sums=('ada9471fe369a7c70c2d4cb3f0e10abc'
- '5e3c3308a75241b2f7ea5647287ca70c'
- 'dbacd3800f63ef3c2a7135a6f3ee573d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make -C docs SPHINXBUILD=sphinx-build2 man
-  make -C docs SPHINXBUILD=sphinx-build2 html
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm755 extra/mopidyctl/mopidyctl "${pkgdir}/usr/bin/mopidyctl"
-
-  install -dm755 "${pkgdir}/usr/share/doc/mopidy"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/mopidy"
-
-  install -dm755 "${pkgdir}/usr/share/man/man1/"
-  gzip -c docs/_build/man/mopidy.1 > 
"${pkgdir}/usr/share/man/man1/mopidy.1.gz" 
-
-  install -dm755 "${pkgdir}/usr/share/man/man8/"
-  gzip -c extra/mopidyctl/mopidyctl.8 > 
"${pkgdir}/usr/share/man/man8/mopidyctl.8.gz" 
-
-  install -Dm644 "${srcdir}/mopidy.conf" "${pkgdir}/etc/mopidy/mopidy.conf"
-  install -Dm644 "${srcdir}/logging.conf" "${pkgdir}/etc/mopidy/logging.conf"
-
-  install -Dm644 "extra/systemd/mopidy.service" 
"${pkgdir}/usr/lib/systemd/system/mopidy.service"
-  install -Dm644 "extra/desktop/mopidy.desktop" 
"${pkgdir}/usr/share/applications/mopidy.desktop"
-
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/cache/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/log/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/local"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/media"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/playlists"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mopidy/repos/community-any/PKGBUILD (from rev 186723, 
mopidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-14 01:44:53 UTC (rev 186724)
@@ -0,0 +1,72 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexandre Petitjean 
+
+pkgname=mopidy
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Mopidy is an extensible music server written in Python"
+arch=('any')
+url="http://www.mopidy.com;
+license=('APACHE')
+depends=('python2'
+ 'python2-pykka>=1.1'
+ 'python2-setuptools'
+ 'python2-requests'
+ 'gstreamer'
+ 'gst-python2'
+ 'gst-plugins-good'
+ 'gst-plugins-ugly'
+ 'python2-tornado>=2.3')
+optdepends=('mopidy-spotify: Spotify backend'
+'mopidy-scrobbler: Last.FM scrobbler'
+'mopidy-mopify: Web client with Spotify-inspired interface'
+'mopidy-soundcloud: Soundcloud backend')
+makedepends=('python2-sphinx')
+backup=('etc/mopidy/mopidy.conf')
+install=$pkgname.install
+source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
+'mopidy.conf'
+

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

2016-08-13 Thread Sven-Hendrik Haase
Date: Sunday, August 14, 2016 @ 01:44:50
  Author: svenstaro
Revision: 186723

upgpkg: mopidy 2.0.1-1

upstream release 2.0.1

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-14 01:44:34 UTC (rev 186722)
+++ PKGBUILD2016-08-14 01:44:50 UTC (rev 186723)
@@ -2,8 +2,8 @@
 # Contributor: Alexandre Petitjean 
 
 pkgname=mopidy
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="Mopidy is an extensible music server written in Python"
 arch=('any')
 url="http://www.mopidy.com;
@@ -27,7 +27,7 @@
 source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
 'mopidy.conf'
 'logging.conf')
-md5sums=('ada9471fe369a7c70c2d4cb3f0e10abc'
+md5sums=('2100c92ca92b50c7f5f139f3e32c7a71'
  '5e3c3308a75241b2f7ea5647287ca70c'
  'dbacd3800f63ef3c2a7135a6f3ee573d')
 


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

2016-08-13 Thread Sven-Hendrik Haase
Date: Sunday, August 14, 2016 @ 01:44:30
  Author: svenstaro
Revision: 186721

upgpkg: opensubdiv 3.0.5-1

upstream release 3.0.5

Modified:
  opensubdiv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-14 01:34:53 UTC (rev 186720)
+++ PKGBUILD2016-08-14 01:44:30 UTC (rev 186721)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=opensubdiv
-pkgver=3.0.2
-pkgrel=5
+pkgver=3.0.5
+pkgrel=1
 pkgdesc="An Open-Source subdivision surface library"
 arch=(i686 x86_64)
 url="http://graphics.pixar.com/opensubdiv;
@@ -10,7 +10,7 @@
 makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils 
opencl-headers)
 #makedepends_x86_64=(cuda) Broken currently :/
 
source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;)
-md5sums=('acee9de1cd966ad3b4e7297858cff6d6')
+md5sums=('f16fa309b3fa3d400e6dcbf59d316dfe')
 
 prepare() {
 cd "OpenSubdiv-${pkgver//./_}"


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

2016-08-13 Thread Sven-Hendrik Haase
Date: Sunday, August 14, 2016 @ 01:44:34
  Author: svenstaro
Revision: 186722

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-14 01:44:30 UTC (rev 186721)
+++ community-i686/PKGBUILD 2016-08-14 01:44:34 UTC (rev 186722)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=opensubdiv
-pkgver=3.0.2
-pkgrel=5
-pkgdesc="An Open-Source subdivision surface library"
-arch=(i686 x86_64)
-url="http://graphics.pixar.com/opensubdiv;
-license=('apache')
-depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
-makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils 
opencl-headers)
-#makedepends_x86_64=(cuda) Broken currently :/
-source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;)
-md5sums=('acee9de1cd966ad3b4e7297858cff6d6')
-
-prepare() {
-cd "OpenSubdiv-${pkgver//./_}"
-
-find . -name \*.py | xargs sed -i "s/env python/env python2/g"
-}
-
-build() {
-cd "OpenSubdiv-${pkgver//./_}"
-
-rm -rf build
-mkdir build && cd build
-
-cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package() {
-cd "OpenSubdiv-${pkgver//./_}"/build
-
-make DESTDIR="$pkgdir/" install
-
-rm -rf ${pkgdir}/usr/bin
-}

Copied: opensubdiv/repos/community-i686/PKGBUILD (from rev 186721, 
opensubdiv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-14 01:44:34 UTC (rev 186722)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=opensubdiv
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="An Open-Source subdivision surface library"
+arch=(i686 x86_64)
+url="http://graphics.pixar.com/opensubdiv;
+license=('apache')
+depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
+makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils 
opencl-headers)
+#makedepends_x86_64=(cuda) Broken currently :/
+source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;)
+md5sums=('f16fa309b3fa3d400e6dcbf59d316dfe')
+
+prepare() {
+cd "OpenSubdiv-${pkgver//./_}"
+
+find . -name \*.py | xargs sed -i "s/env python/env python2/g"
+}
+
+build() {
+cd "OpenSubdiv-${pkgver//./_}"
+
+rm -rf build
+mkdir build && cd build
+
+cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+cd "OpenSubdiv-${pkgver//./_}"/build
+
+make DESTDIR="$pkgdir/" install
+
+rm -rf ${pkgdir}/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-14 01:44:30 UTC (rev 186721)
+++ community-x86_64/PKGBUILD   2016-08-14 01:44:34 UTC (rev 186722)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=opensubdiv
-pkgver=3.0.2
-pkgrel=5
-pkgdesc="An Open-Source subdivision surface library"
-arch=(i686 x86_64)
-url="http://graphics.pixar.com/opensubdiv;
-license=('apache')
-depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
-makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils 
opencl-headers)
-#makedepends_x86_64=(cuda) Broken currently :/
-source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;)
-md5sums=('acee9de1cd966ad3b4e7297858cff6d6')
-
-prepare() {
-cd "OpenSubdiv-${pkgver//./_}"
-
-find . -name \*.py | xargs sed -i "s/env python/env python2/g"
-}
-
-build() {
-cd "OpenSubdiv-${pkgver//./_}"
-
-rm -rf build
-mkdir build && cd build
-
-cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package() {
-cd "OpenSubdiv-${pkgver//./_}"/build
-
-make DESTDIR="$pkgdir/" install
-
-rm -rf ${pkgdir}/usr/bin
-}

Copied: opensubdiv/repos/community-x86_64/PKGBUILD (from rev 186721, 
opensubdiv/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-14 01:44:34 UTC (rev 186722)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 

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

2016-08-13 Thread Sven-Hendrik Haase
Date: Sunday, August 14, 2016 @ 01:34:37
  Author: svenstaro
Revision: 186719

upgpkg: gitlab 8.10.5-1

upstream release 8.10.5

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 22:19:53 UTC (rev 186718)
+++ PKGBUILD2016-08-14 01:34:37 UTC (rev 186719)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.10.4
+pkgver=8.10.5
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('d1df376dc6e182d6234bec0abdf69622941e72c21d94b420ee74257caf228986'
+sha256sums=('7a27535a910d51c344f9dd2bce3d4f22f8a14669f65f8a263176d7a313882685'
 'becafe0f9811fea69a69b8e2739857ef007f0b7e89391229f123c79c285f34f3'
 'fbe5ec709ead1729e4de85f3f036f053b2b14041c540742315ff2d63a7bdd59a'
 'd21d8c961b2834115a1d9c646278782e0d1d1cde2357b58e67bad3a58527'


[arch-commits] Commit in memcached/trunk (PKGBUILD memcached.service)

2016-08-13 Thread Dan McGee
Date: Saturday, August 13, 2016 @ 22:30:19
  Author: dan
Revision: 273660

upgpkg: memcached 1.4.30-1

Modified:
  memcached/trunk/PKGBUILD
  memcached/trunk/memcached.service

---+
 PKGBUILD  |8 
 memcached.service |6 +-
 2 files changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 22:08:05 UTC (rev 273659)
+++ PKGBUILD2016-08-13 22:30:19 UTC (rev 273660)
@@ -3,8 +3,8 @@
 # Contributor: Michael Irwin <6d6...@gmail.com>
 
 pkgname=memcached
-pkgver=1.4.25
-pkgrel=2
+pkgver=1.4.30
+pkgrel=1
 pkgdesc="A distributed memory object caching system"
 arch=(i686 x86_64)
 url="http://memcached.org/;
@@ -14,8 +14,8 @@
 install=memcached.install
 source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
 memcached.service)
-sha256sums=('f058437b3c224d321919a9a6bb4e3eedb2312ed718c0caf087ff2f04ab795dda'
-'1aea5805cc9858e65e2d673f0aad0abcf4d84f695b580eb9aa5c2b48e3cfb52f')
+sha256sums=('e0bea597c9082557f3357f63db08c3d5121ccc8502f300a48d4cb84d22e8be5f'
+'fd60fde92b959dc4160facc0d165f04319d2ece4d2c59b68d8ae24824abea7dd')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: memcached.service
===
--- memcached.service   2016-08-13 22:08:05 UTC (rev 273659)
+++ memcached.service   2016-08-13 22:30:19 UTC (rev 273660)
@@ -5,8 +5,12 @@
 [Service]
 User=memcached
 # Remove '-l 127.0.0.1' to listen on all addresses
-ExecStart=/usr/bin/memcached -l 127.0.0.1 -o 
slab_reassign,slab_automove,lru_crawler,lru_maintainer,maxconns_fast,hash_algorithm=murmur3
+ExecStart=/usr/bin/memcached -l 127.0.0.1 -o modern
 Restart=always
+PrivateTmp=yes
+PrivateDevices=yes
+ProtectSystem=full
+MemoryDenyWriteExecute=yes
 
 [Install]
 WantedBy=multi-user.target


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

2016-08-13 Thread Dan McGee
Date: Saturday, August 13, 2016 @ 22:30:28
  Author: dan
Revision: 273661

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

Added:
  memcached/repos/extra-i686/PKGBUILD
(from rev 273660, memcached/trunk/PKGBUILD)
  memcached/repos/extra-i686/memcached.install
(from rev 273660, memcached/trunk/memcached.install)
  memcached/repos/extra-i686/memcached.service
(from rev 273660, memcached/trunk/memcached.service)
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 273660, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.install
(from rev 273660, memcached/trunk/memcached.install)
  memcached/repos/extra-x86_64/memcached.service
(from rev 273660, memcached/trunk/memcached.service)
Deleted:
  memcached/repos/extra-i686/PKGBUILD
  memcached/repos/extra-i686/memcached.conf
  memcached/repos/extra-i686/memcached.install
  memcached/repos/extra-i686/memcached.service
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.conf
  memcached/repos/extra-x86_64/memcached.install
  memcached/repos/extra-x86_64/memcached.service

+
 /PKGBUILD  |   72 +++
 /memcached.install |   24 +
 /memcached.service |   32 +
 extra-i686/PKGBUILD|   36 ---
 extra-i686/memcached.conf  |4 --
 extra-i686/memcached.install   |   12 --
 extra-i686/memcached.service   |   12 --
 extra-x86_64/PKGBUILD  |   36 ---
 extra-x86_64/memcached.conf|4 --
 extra-x86_64/memcached.install |   12 --
 extra-x86_64/memcached.service |   12 --
 11 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-13 22:30:19 UTC (rev 273660)
+++ extra-i686/PKGBUILD 2016-08-13 22:30:28 UTC (rev 273661)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Michael Irwin <6d6...@gmail.com>
-
-pkgname=memcached
-pkgver=1.4.25
-pkgrel=1
-pkgdesc="A distributed memory object caching system"
-arch=(i686 x86_64)
-url="http://memcached.org/;
-license=('GPL')
-depends=('libevent')
-optdepends=('perl: for memcached-tool usage')
-install=memcached.install
-source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
-memcached.service)
-sha256sums=('f058437b3c224d321919a9a6bb4e3eedb2312ed718c0caf087ff2f04ab795dda'
-'e768a48192aefa2e2f443c86b3c085043005ffc313da40f3074c060a18c8359d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m 755 scripts/memcached-tool "$pkgdir"/usr/bin/memcached-tool
-  install -D -m 644 ../memcached.service 
"$pkgdir"/usr/lib/systemd/system/memcached.service
-}

Copied: memcached/repos/extra-i686/PKGBUILD (from rev 273660, 
memcached/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-13 22:30:28 UTC (rev 273661)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Michael Irwin <6d6...@gmail.com>
+
+pkgname=memcached
+pkgver=1.4.30
+pkgrel=1
+pkgdesc="A distributed memory object caching system"
+arch=(i686 x86_64)
+url="http://memcached.org/;
+license=('GPL')
+depends=('libevent')
+optdepends=('perl: for memcached-tool usage')
+install=memcached.install
+source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
+memcached.service)
+sha256sums=('e0bea597c9082557f3357f63db08c3d5121ccc8502f300a48d4cb84d22e8be5f'
+'fd60fde92b959dc4160facc0d165f04319d2ece4d2c59b68d8ae24824abea7dd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m 755 scripts/memcached-tool "$pkgdir"/usr/bin/memcached-tool
+  install -D -m 644 ../memcached.service 
"$pkgdir"/usr/lib/systemd/system/memcached.service
+}

Deleted: extra-i686/memcached.conf
===
--- extra-i686/memcached.conf   2016-08-13 22:30:19 UTC (rev 273660)
+++ extra-i686/memcached.conf   2016-08-13 22:30:28 UTC (rev 273661)
@@ -1,4 +0,0 @@
-# user to run memcached as; also used for pid file ownership
-MEMCACHED_USER="memcached"
-# see 'memcached -h' for available options
-MEMCACHED_ARGS="-l 127.0.0.1 -t 1"

Deleted: extra-i686/memcached.install
===
--- extra-i686/memcached.install2016-08-13 22:30:19 UTC (rev 273660)
+++ extra-i686/memcached.install

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

2016-08-13 Thread Jelle van der Waa
Date: Saturday, August 13, 2016 @ 22:19:53
  Author: jelle
Revision: 186718

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

Added:
  calibre/repos/community-testing-i686/PKGBUILD
(from rev 186717, calibre/trunk/PKGBUILD)
  calibre/repos/community-testing-x86_64/PKGBUILD
(from rev 186717, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-testing-i686/PKGBUILD
  calibre/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-08-13 22:19:41 UTC (rev 186717)
+++ community-testing-i686/PKGBUILD 2016-08-13 22:19:53 UTC (rev 186718)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.63.0
-pkgrel=3
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('0672a155edfafd50a507ebcfa20de2cfc23780e082eccbb89374f8aab3d98fe7'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-testing-i686/PKGBUILD (from rev 186717, 
calibre/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-13 22:19:53 UTC (rev 186718)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.64.0
+pkgrel=2
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 

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

2016-08-13 Thread Jelle van der Waa
Date: Saturday, August 13, 2016 @ 22:19:41
  Author: jelle
Revision: 186717

upgpkg: calibre 2.64.0-2

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 22:00:00 UTC (rev 186716)
+++ PKGBUILD2016-08-13 22:19:41 UTC (rev 186717)
@@ -9,7 +9,7 @@
 
 pkgname=calibre
 pkgver=2.64.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;


[arch-commits] Commit in postgresql-old-upgrade/repos (4 files)

2016-08-13 Thread Dan McGee
Date: Saturday, August 13, 2016 @ 22:08:05
  Author: dan
Revision: 273659

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

Added:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
(from rev 273658, postgresql-old-upgrade/trunk/PKGBUILD)
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD
(from rev 273658, postgresql-old-upgrade/trunk/PKGBUILD)
Deleted:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-13 22:07:55 UTC (rev 273658)
+++ extra-i686/PKGBUILD 2016-08-13 22:08:05 UTC (rev 273659)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=9.4.7
-_majorver=${pkgver%.*}
-pkgrel=2
-pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
-arch=('i686' 'x86_64')
-url="http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
-makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
-source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-md5sums=('8bf119bbac1bbb566397d606861695a9')
-sha256sums=('cc795e6c35b30e697e5891e3056376af685f848a4e67fab1702e74a2385f81e0')
-
-build() {
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  ./configure \
---prefix=/opt/pgsql-${_majorver} \
---with-gssapi \
---with-libxml \
---with-openssl \
---with-perl \
---with-python PYTHON=/usr/bin/python2 \
---with-tcl \
---with-pam \
---without-readline \
---with-system-tzdata=/usr/share/zoneinfo \
---with-uuid=e2fs \
---disable-nls \
---enable-thread-safety
-
-  make -C src all
-  make -C contrib all
-}
-
-package() {
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  # install
-  make -C src DESTDIR="${pkgdir}" install
-  make -C contrib DESTDIR="${pkgdir}" install
-
-  # install license
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # clean up unneeded installed items
-  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
-}

Copied: postgresql-old-upgrade/repos/extra-i686/PKGBUILD (from rev 273658, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-13 22:08:05 UTC (rev 273659)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=9.4.9
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
+arch=('i686' 'x86_64')
+url="http://www.postgresql.org/;
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
+makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
+source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+md5sums=('cb2960fb4022d57f9d7cf421a592a7c0')
+sha256sums=('c120a62e90214c20d9160da3ca3fbaec97d5f1656f1dd033f60e7297b7a1e1c9')
+
+build() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  ./configure \
+--prefix=/opt/pgsql-${_majorver} \
+--with-gssapi \
+--with-libxml \
+--with-openssl \
+--with-perl \
+--with-python PYTHON=/usr/bin/python2 \
+--with-tcl \
+--with-pam \
+--without-readline \
+--with-system-tzdata=/usr/share/zoneinfo \
+--with-uuid=e2fs \
+--disable-nls \
+--enable-thread-safety
+
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  # install
+  make -C src DESTDIR="${pkgdir}" install
+  make -C contrib DESTDIR="${pkgdir}" install
+
+  # install license
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # clean up unneeded installed items
+  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-13 22:07:55 UTC (rev 273658)
+++ extra-x86_64/PKGBUILD   2016-08-13 22:08:05 UTC (rev 273659)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=9.4.7
-_majorver=${pkgver%.*}
-pkgrel=2
-pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
-arch=('i686' 'x86_64')
-url="http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
-makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')

[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2016-08-13 Thread Dan McGee
Date: Saturday, August 13, 2016 @ 22:07:55
  Author: dan
Revision: 273658

upgpkg: postgresql-old-upgrade 9.4.9-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 22:00:49 UTC (rev 273657)
+++ PKGBUILD2016-08-13 22:07:55 UTC (rev 273658)
@@ -2,9 +2,9 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=9.4.7
+pkgver=9.4.9
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org/;
@@ -12,8 +12,8 @@
 depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
 makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
 
source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-md5sums=('8bf119bbac1bbb566397d606861695a9')
-sha256sums=('cc795e6c35b30e697e5891e3056376af685f848a4e67fab1702e74a2385f81e0')
+md5sums=('cb2960fb4022d57f9d7cf421a592a7c0')
+sha256sums=('c120a62e90214c20d9160da3ca3fbaec97d5f1656f1dd033f60e7297b7a1e1c9')
 
 build() {
   cd "${srcdir}/postgresql-${pkgver}"


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

2016-08-13 Thread Jelle van der Waa
Date: Saturday, August 13, 2016 @ 22:00:00
  Author: jelle
Revision: 186716

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-13 21:59:48 UTC (rev 186715)
+++ community-i686/PKGBUILD 2016-08-13 22:00:00 UTC (rev 186716)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.63.0
-pkgrel=2
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('0672a155edfafd50a507ebcfa20de2cfc23780e082eccbb89374f8aab3d98fe7'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 186715, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-13 22:00:00 UTC (rev 186716)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.64.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 

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

2016-08-13 Thread Dan McGee
Date: Saturday, August 13, 2016 @ 22:00:11
  Author: dan
Revision: 273656

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

Added:
  postgresql/repos/extra-i686/PKGBUILD
(from rev 273655, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-i686/postgresql-check-db-dir
(from rev 273655, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-i686/postgresql-run-socket.patch
(from rev 273655, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-i686/postgresql.install
(from rev 273655, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-i686/postgresql.logrotate
(from rev 273655, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-i686/postgresql.pam
(from rev 273655, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-i686/postgresql.service
(from rev 273655, postgresql/trunk/postgresql.service)
  postgresql/repos/extra-x86_64/PKGBUILD
(from rev 273655, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
(from rev 273655, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
(from rev 273655, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-x86_64/postgresql.install
(from rev 273655, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-x86_64/postgresql.logrotate
(from rev 273655, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-x86_64/postgresql.pam
(from rev 273655, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-x86_64/postgresql.service
(from rev 273655, postgresql/trunk/postgresql.service)
Deleted:
  postgresql/repos/extra-i686/PKGBUILD
  postgresql/repos/extra-i686/postgresql-check-db-dir
  postgresql/repos/extra-i686/postgresql-run-socket.patch
  postgresql/repos/extra-i686/postgresql.install
  postgresql/repos/extra-i686/postgresql.logrotate
  postgresql/repos/extra-i686/postgresql.pam
  postgresql/repos/extra-i686/postgresql.service
  postgresql/repos/extra-x86_64/PKGBUILD
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
  postgresql/repos/extra-x86_64/postgresql.install
  postgresql/repos/extra-x86_64/postgresql.logrotate
  postgresql/repos/extra-x86_64/postgresql.pam
  postgresql/repos/extra-x86_64/postgresql.service

--+
 /PKGBUILD|  316 +
 /postgresql-check-db-dir |   98 
 /postgresql-run-socket.patch |   24 ++
 /postgresql.install  |   50 
 /postgresql.logrotate|8 
 /postgresql.pam  |6 
 /postgresql.service  |   68 ++
 extra-i686/PKGBUILD  |  158 --
 extra-i686/postgresql-check-db-dir   |   49 
 extra-i686/postgresql-run-socket.patch   |   12 -
 extra-i686/postgresql.install|   25 --
 extra-i686/postgresql.logrotate  |4 
 extra-i686/postgresql.pam|3 
 extra-i686/postgresql.service|   34 ---
 extra-x86_64/PKGBUILD|  158 --
 extra-x86_64/postgresql-check-db-dir |   49 
 extra-x86_64/postgresql-run-socket.patch |   12 -
 extra-x86_64/postgresql.install  |   25 --
 extra-x86_64/postgresql.logrotate|4 
 extra-x86_64/postgresql.pam  |3 
 extra-x86_64/postgresql.service  |   34 ---
 21 files changed, 570 insertions(+), 570 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-13 21:59:57 UTC (rev 273655)
+++ extra-i686/PKGBUILD 2016-08-13 22:00:11 UTC (rev 273656)
@@ -1,158 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgbase=postgresql
-pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.5.3
-_majorver=${pkgver%.*}
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0')
-source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
-postgresql-run-socket.patch
-postgresql.pam postgresql.logrotate
-postgresql.service postgresql-check-db-dir)
-md5sums=('3f0c388566c688c82b01a0edf1e6b7a0'
- '75c579eed03ffb2312631f0b649175b4'
- '96f82c38f3f540b53f3e5144900acf17'
- 'd28e443f9f65a5712c52018b84e27137'
- '5a7933453a572bbe12320b088272ee71'
- '937eec7aabce171bc9d1eab65c560bcb')
-sha256sums=('7385c01dc58acba8d7ac4e6ad42782bd7c0b59272862a3a3d5fe378d4503a0b4'
-'8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-

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

2016-08-13 Thread Dan McGee
Date: Saturday, August 13, 2016 @ 21:59:57
  Author: dan
Revision: 273655

upgpkg: postgresql 9.5.4-1

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 21:55:41 UTC (rev 273654)
+++ PKGBUILD2016-08-13 21:59:57 UTC (rev 273655)
@@ -3,7 +3,7 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.5.3
+pkgver=9.5.4
 _majorver=${pkgver%.*}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -14,13 +14,13 @@
 postgresql-run-socket.patch
 postgresql.pam postgresql.logrotate
 postgresql.service postgresql-check-db-dir)
-md5sums=('3f0c388566c688c82b01a0edf1e6b7a0'
+md5sums=('ad36fcf624748b8ed67783ad04529f43'
  '75c579eed03ffb2312631f0b649175b4'
  '96f82c38f3f540b53f3e5144900acf17'
  'd28e443f9f65a5712c52018b84e27137'
  '5a7933453a572bbe12320b088272ee71'
  '937eec7aabce171bc9d1eab65c560bcb')
-sha256sums=('7385c01dc58acba8d7ac4e6ad42782bd7c0b59272862a3a3d5fe378d4503a0b4'
+sha256sums=('cf5e571164ad66028ecd7dd8819e3765470d45bcd440d258b686be7e69c76ed0'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'


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

2016-08-13 Thread Jelle van der Waa
Date: Saturday, August 13, 2016 @ 21:59:48
  Author: jelle
Revision: 186715

upgpkg: calibre 2.64.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 20:59:48 UTC (rev 186714)
+++ PKGBUILD2016-08-13 21:59:48 UTC (rev 186715)
@@ -8,8 +8,8 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.63.0
-pkgrel=3
+pkgver=2.64.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;
@@ -29,7 +29,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('0672a155edfafd50a507ebcfa20de2cfc23780e082eccbb89374f8aab3d98fe7'
+sha256sums=('29d71f6eccef09385a50221ed94d7db52fe96128de1bca0c2e301f3b1a9c4b4a'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2016-08-13 Thread Dan McGee
Date: Saturday, August 13, 2016 @ 21:55:41
  Author: dan
Revision: 273654

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 273653, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-13 21:55:36 UTC (rev 273653)
+++ PKGBUILD2016-08-13 21:55:41 UTC (rev 273654)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.9.8
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('486d18b73d38313058ec8f81b765421c')
-sha256sums=('b9806e0d598fd04b29b8ef35aea8c9308b3803c3ce8adab4d342db9cdfd42dfb')
-
-prepare() {
-  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
-
-  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
-xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-}
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
-  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 273653, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-13 21:55:41 UTC (rev 273654)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.9.9
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('af2e5f02b72400ddaef7f923a7fda6a9')
+sha256sums=('e340fb9d534aeb543280e46c3b85e6e1049029a4e6ba5571375b11c914bfde8c')
+
+prepare() {
+  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
+
+  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
+xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+}
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/Django-$pkgver-python2"
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+

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

2016-08-13 Thread Dan McGee
Date: Saturday, August 13, 2016 @ 21:55:36
  Author: dan
Revision: 273653

upgpkg: django 1.9.9-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 21:53:30 UTC (rev 273652)
+++ PKGBUILD2016-08-13 21:55:36 UTC (rev 273653)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.9.8
+pkgver=1.9.9
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -12,8 +12,8 @@
 url="http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('486d18b73d38313058ec8f81b765421c')
-sha256sums=('b9806e0d598fd04b29b8ef35aea8c9308b3803c3ce8adab4d342db9cdfd42dfb')
+md5sums=('af2e5f02b72400ddaef7f923a7fda6a9')
+sha256sums=('e340fb9d534aeb543280e46c3b85e6e1049029a4e6ba5571375b11c914bfde8c')
 
 prepare() {
   cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"


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

2016-08-13 Thread Dan McGee
Date: Saturday, August 13, 2016 @ 21:53:30
  Author: dan
Revision: 273652

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 273651, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 273651, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 273651, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 273651, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 273651, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 273651, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 273651, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 273651, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-13 21:53:19 UTC (rev 273651)
+++ extra-i686/PKGBUILD 2016-08-13 21:53:30 UTC (rev 273652)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.9.2
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('dc5eb7ff2ca4641c6038f51ae49cad0f'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  

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

2016-08-13 Thread Dan McGee
Date: Saturday, August 13, 2016 @ 21:53:19
  Author: dan
Revision: 273651

upgpkg: git 2.9.3-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 02:46:27 UTC (rev 273650)
+++ PKGBUILD2016-08-13 21:53:19 UTC (rev 273651)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.9.2
+pkgver=2.9.3
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -27,7 +27,7 @@
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
 git-daemon@.service
 git-daemon.socket)
-md5sums=('dc5eb7ff2ca4641c6038f51ae49cad0f'
+md5sums=('3d32cb5cb5b4f29bd2eb1cde596fc542'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')


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

2016-08-13 Thread Jaroslav Lichtblau
Date: Saturday, August 13, 2016 @ 20:59:48
  Author: jlichtblau
Revision: 186714

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-13 20:59:28 UTC (rev 186713)
+++ community-i686/PKGBUILD 2016-08-13 20:59:48 UTC (rev 186714)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url=" http://utelle.github.io/wxsqlite3;
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite')
-source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9e947b5920dd6de4d4effd3c9b86c328cff444bb0fbc20255c60372bc47965ff')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wxsqlite3/repos/community-i686/PKGBUILD (from rev 186713, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-13 20:59:48 UTC (rev 186714)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3;
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('484f42be7d828f446e8d4d7ed472a18e55e9b4c77dc74e3ea23de545f0b59270')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ln -s build30 build
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-13 20:59:28 UTC (rev 186713)
+++ community-x86_64/PKGBUILD   2016-08-13 20:59:48 UTC (rev 186714)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url=" http://utelle.github.io/wxsqlite3;
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite')
-source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9e947b5920dd6de4d4effd3c9b86c328cff444bb0fbc20255c60372bc47965ff')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 186713, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-13 20:59:48 UTC (rev 186714)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3;
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('484f42be7d828f446e8d4d7ed472a18e55e9b4c77dc74e3ea23de545f0b59270')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ln -s build30 build
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -Dm644 

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

2016-08-13 Thread Jaroslav Lichtblau
Date: Saturday, August 13, 2016 @ 20:59:28
  Author: jlichtblau
Revision: 186713

upgpkg: wxsqlite3 3.4.0-1 - new upstream release

Modified:
  wxsqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 19:44:34 UTC (rev 186712)
+++ PKGBUILD2016-08-13 20:59:28 UTC (rev 186713)
@@ -4,7 +4,7 @@
 # Contributor: napa3um 
 
 pkgname=wxsqlite3
-pkgver=3.3.1
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('i686' 'x86_64')
@@ -11,11 +11,17 @@
 url=" http://utelle.github.io/wxsqlite3;
 license=('custom:wxWindows')
 depends=('wxgtk' 'sqlite')
-source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9e947b5920dd6de4d4effd3c9b86c328cff444bb0fbc20255c60372bc47965ff')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('484f42be7d828f446e8d4d7ed472a18e55e9b4c77dc74e3ea23de545f0b59270')
 
+prepare() {
+  cd $pkgname-$pkgver
+  ln -s build30 build
+}
+
 build() {
   cd $pkgname-$pkgver
+
   ./configure --prefix=/usr
   make
 }


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

2016-08-13 Thread Jelle van der Waa
Date: Saturday, August 13, 2016 @ 19:44:23
  Author: jelle
Revision: 186711

upgpkg: cppcheck 1.75-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 18:21:52 UTC (rev 186710)
+++ PKGBUILD2016-08-13 19:44:23 UTC (rev 186711)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer: Jelle van der Waa 
 # Maintainer: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=1.74
+pkgver=1.75
 pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@
 depends=('qt5-base' 'python-pygments')
 makedepends=('docbook-xsl' 'qt5-tools' 'python')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('72f92198663a32c44690e5c9ca87371e90e9fe81')
+sha1sums=('f11ad845e90fbb47511869d72d9f142a90466754')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2016-08-13 Thread Jelle van der Waa
Date: Saturday, August 13, 2016 @ 19:44:34
  Author: jelle
Revision: 186712

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-13 19:44:23 UTC (rev 186711)
+++ community-i686/PKGBUILD 2016-08-13 19:44:34 UTC (rev 186712)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.74
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('72f92198663a32c44690e5c9ca87371e90e9fe81')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   # Unicode fix
-   
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
-
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   lrelease gui.pro
-   qmake HAVE_RULES=yes
-   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-
-   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   # GUI
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg
-   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 186711, 
cppcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-13 19:44:34 UTC (rev 186712)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=1.75
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.sourceforge.net/;
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('f11ad845e90fbb47511869d72d9f142a90466754')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   # Unicode fix
+   
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
+
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
+
+   cd gui
+   lrelease gui.pro
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   # GUI
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
+   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-13 19:44:23 UTC (rev 186711)
+++ community-x86_64/PKGBUILD   2016-08-13 19:44:34 UTC (rev 186712)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.74
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base' 

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

2016-08-13 Thread Jelle van der Waa
Date: Saturday, August 13, 2016 @ 18:21:45
  Author: jelle
Revision: 186709

upgpkg: python-pyenchant 1.6.7-1

Modified:
  python-pyenchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 17:30:06 UTC (rev 186708)
+++ PKGBUILD2016-08-13 18:21:45 UTC (rev 186709)
@@ -5,14 +5,13 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=('python-pyenchant' 'python2-pyenchant')
-pkgver=1.6.6
-pkgrel=2
+pkgver=1.6.7
+pkgrel=1
 arch=('any')
 url="https://pypi.python.org/pypi/pyenchant;
 license=('LGPL')
 makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
-source=("http://pypi.python.org/packages/source/p/pyenchant/pyenchant-${pkgver}.tar.gz;)
-md5sums=('9f5acfd87d04432bf8df5f9710a17358')
+source=("https://pypi.python.org/packages/0a/57/df7e5339002d993da05aad093baa4307734bb6ac3f3d350eaa1ec41807c7/pyenchant-1.6.7.tar.gz;)
 
 build() {
   cp -r pyenchant-${pkgver} pyenchant2-${pkgver}
@@ -43,3 +42,4 @@
   
   python2 setup.py install --root=${pkgdir} --optimize=1
 }
+md5sums=('0b8fe1743cea07a286c5adf641a00a12')


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

2016-08-13 Thread Jelle van der Waa
Date: Saturday, August 13, 2016 @ 18:21:52
  Author: jelle
Revision: 186710

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-13 18:21:45 UTC (rev 186709)
+++ PKGBUILD2016-08-13 18:21:52 UTC (rev 186710)
@@ -1,45 +0,0 @@
-# $Id$
-# Contributor: Pierre Buard 
-# Contributor: Allan McRae 
-# Contributor: Sebastien Piccand 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=('python-pyenchant' 'python2-pyenchant')
-pkgver=1.6.6
-pkgrel=2
-arch=('any')
-url="https://pypi.python.org/pypi/pyenchant;
-license=('LGPL')
-makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
-source=("http://pypi.python.org/packages/source/p/pyenchant/pyenchant-${pkgver}.tar.gz;)
-md5sums=('9f5acfd87d04432bf8df5f9710a17358')
-
-build() {
-  cp -r pyenchant-${pkgver} pyenchant2-${pkgver}
-
-  cd ${srcdir}/pyenchant-${pkgver}
-
-  python3 setup.py build
-
-  cd ${srcdir}/pyenchant2-${pkgver}
-
-  python2 setup.py build
-}
-
-package_python-pyenchant() {
-  pkgdesc="PyEnchant is a spellchecking library for Python3 based on the 
Enchant library"
-  depends=('python' 'enchant')
-
-  cd pyenchant-${pkgver}
-  
-  python3 setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python2-pyenchant() {
-  pkgdesc="PyEnchant is a spellchecking library for Python2 based on the 
Enchant library"
-  depends=('python2' 'enchant')
-
-  cd pyenchant2-${pkgver}
-  
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: python-pyenchant/repos/community-any/PKGBUILD (from rev 186709, 
python-pyenchant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-13 18:21:52 UTC (rev 186710)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Pierre Buard 
+# Contributor: Allan McRae 
+# Contributor: Sebastien Piccand 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=('python-pyenchant' 'python2-pyenchant')
+pkgver=1.6.7
+pkgrel=1
+arch=('any')
+url="https://pypi.python.org/pypi/pyenchant;
+license=('LGPL')
+makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
+source=("https://pypi.python.org/packages/0a/57/df7e5339002d993da05aad093baa4307734bb6ac3f3d350eaa1ec41807c7/pyenchant-1.6.7.tar.gz;)
+
+build() {
+  cp -r pyenchant-${pkgver} pyenchant2-${pkgver}
+
+  cd ${srcdir}/pyenchant-${pkgver}
+
+  python3 setup.py build
+
+  cd ${srcdir}/pyenchant2-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-pyenchant() {
+  pkgdesc="PyEnchant is a spellchecking library for Python3 based on the 
Enchant library"
+  depends=('python' 'enchant')
+
+  cd pyenchant-${pkgver}
+  
+  python3 setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-pyenchant() {
+  pkgdesc="PyEnchant is a spellchecking library for Python2 based on the 
Enchant library"
+  depends=('python2' 'enchant')
+
+  cd pyenchant2-${pkgver}
+  
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+md5sums=('0b8fe1743cea07a286c5adf641a00a12')


[arch-commits] Commit in plan9port/repos (22 files)

2016-08-13 Thread Alexander Rødseth
Date: Saturday, August 13, 2016 @ 17:30:06
  Author: arodseth
Revision: 186708

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 186707, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/acme.png
(from rev 186707, plan9port/trunk/acme.png)
  plan9port/repos/community-i686/acme.sh
(from rev 186707, plan9port/trunk/acme.sh)
  plan9port/repos/community-i686/plan9.install
(from rev 186707, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 186707, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 186707, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/acme.png
(from rev 186707, plan9port/trunk/acme.png)
  plan9port/repos/community-x86_64/acme.sh
(from rev 186707, plan9port/trunk/acme.sh)
  plan9port/repos/community-x86_64/plan9.install
(from rev 186707, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 186707, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/acme.desktop
  plan9port/repos/community-i686/acme.png
  plan9port/repos/community-i686/acme.sh
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/acme.desktop
  plan9port/repos/community-x86_64/acme.png
  plan9port/repos/community-x86_64/acme.sh
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  196 +++
 /acme.sh   |6 +
 /plan9.install |   16 +++
 /plan9.sh  |4 
 community-i686/PKGBUILD|  101 
 community-i686/acme.desktop|   11 --
 community-i686/acme.sh |3 
 community-i686/plan9.install   |8 -
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |  101 
 community-x86_64/acme.desktop  |   11 --
 community-x86_64/acme.sh   |3 
 community-x86_64/plan9.install |8 -
 community-x86_64/plan9.sh  |2 
 14 files changed, 222 insertions(+), 250 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-13 17:29:45 UTC (rev 186707)
+++ community-i686/PKGBUILD 2016-08-13 17:30:06 UTC (rev 186708)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: phrakture 
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon 
-
-pkgname=plan9port
-pkgver=20150629
-pkgrel=2
-pkgdesc='Ports of applications from Plan 9'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'fuse')
-makedepends=('gendesk' 'git')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman' 'staticlibs')
-source=("git://github.com/9fans/plan9port.git#commit=71de840f054e52a8a077b2333edc1f4243480359"
-'plan9.sh' 'acme.png' 'acme.desktop' 'acme.sh')
-sha256sums=('SKIP'
-'60df44d57b06962f6860ee501a947d165ab8ccd01dd01ba47c82bc729d2ed6d7'
-'b9046c4b7ed5e8e22bf3ea669d65ff681e616663b9743909a225884ac6fb261b'
-'57fdddb70ba969ff4aa2f6c5b68dec02abe937a69044fe6726e1900d5ffe'
-'9c6eb7881f7333077d701f5201f7a620214d6c5c91c11b2ea7964483214e6cb2')
-
-
-prepare() {
-  # Generate a desktop shortcut for the Acme editor
-  gendesk -f --pkgname acme --name Acme --genericname Editor \
---comment 'Editor from Plan9' --categories 
'Application;Development;TextEditor'
-
-  # Use _DEFAULT_SOURCE instead of _BSD_SOURCE
-  grep -rl _BSD_SOURCE "$pkgname" | xargs sed -i 
s':_BSD_SOURCE:_DEFAULT_SOURCE:g'
-}
-
-package() {
-  cd "$pkgname"
-
-  # Try the gentoo way for fixing hardcoded paths
-  PLAN9=/usr/lib/plan9
-  grep --null -l -r '/usr/local/plan9' | xargs --null sed -i 
"s!/usr/local/plan9!${PLAN9}!g"
-
-  d=usr/lib
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh"
-  install -d "$pkgdir/$d"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r "$srcdir/$pkgname" "$pkgdir/$d/plan9"
-  cd "$pkgdir/$d/plan9"
-  ./INSTALL -c -r "$pkgdir/$d/plan9"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Fix python scripts
-  find "$pkgdir" -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package 

[arch-commits] Commit in plan9port/trunk (PKGBUILD acme.desktop)

2016-08-13 Thread Alexander Rødseth
Date: Saturday, August 13, 2016 @ 17:29:45
  Author: arodseth
Revision: 186707

upgpkg: plan9port 20160411.35d4392-1

Modified:
  plan9port/trunk/PKGBUILD
Deleted:
  plan9port/trunk/acme.desktop

--+
 PKGBUILD |   23 ++-
 acme.desktop |   11 ---
 2 files changed, 10 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 14:01:05 UTC (rev 186706)
+++ PKGBUILD2016-08-13 17:29:45 UTC (rev 186707)
@@ -5,8 +5,8 @@
 # Contributor: Chris Brannon 
 
 pkgname=plan9port
-pkgver=20150629
-pkgrel=2
+pkgver=20160411.35d4392
+pkgrel=1
 pkgdesc='Ports of applications from Plan 9'
 arch=('x86_64' 'i686')
 url='http://swtch.com/plan9port/'
@@ -17,19 +17,22 @@
 provides=('plan9')
 install='plan9.install'
 options=('!zipman' 'staticlibs')
-source=("git://github.com/9fans/plan9port.git#commit=71de840f054e52a8a077b2333edc1f4243480359"
-'plan9.sh' 'acme.png' 'acme.desktop' 'acme.sh')
+source=("git://github.com/9fans/plan9port.git#commit=${pkgver#*.}"
+'plan9.sh' 'acme.png' 'acme.sh')
 sha256sums=('SKIP'
 '60df44d57b06962f6860ee501a947d165ab8ccd01dd01ba47c82bc729d2ed6d7'
 'b9046c4b7ed5e8e22bf3ea669d65ff681e616663b9743909a225884ac6fb261b'
-'57fdddb70ba969ff4aa2f6c5b68dec02abe937a69044fe6726e1900d5ffe'
 '9c6eb7881f7333077d701f5201f7a620214d6c5c91c11b2ea7964483214e6cb2')
 
 
 prepare() {
   # Generate a desktop shortcut for the Acme editor
-  gendesk -f --pkgname acme --name Acme --genericname Editor \
---comment 'Editor from Plan9' --categories 
'Application;Development;TextEditor'
+  gendesk -f \
+--name Acme \
+--pkgname acme \
+--genericname Editor \
+--comment 'Editor from Plan9' \
+--categories 'Application;Development;TextEditor'
 
   # Use _DEFAULT_SOURCE instead of _BSD_SOURCE
   grep -rl _BSD_SOURCE "$pkgname" | xargs sed -i 
s':_BSD_SOURCE:_DEFAULT_SOURCE:g'
@@ -88,12 +91,6 @@
   install -Dm755 acme.sh "$pkgdir/usr/bin/acme"
   install -Dm644 acme.png "$pkgdir/usr/share/pixmaps/acme.png"
 
-  ## Build man pages
-  #export PLAN9="$pkgdir/usr/lib/plan9"
-  #export PATH="$PLAN9/bin:/usr/bin"
-  #cd "$pkgdir/usr/lib/plan9/dist"
-  #9 mk man
-
   # Remove git repository
   rm -rf "$pkgdir/usr/lib/plan9/.git"
 }

Deleted: acme.desktop
===
--- acme.desktop2016-08-13 14:01:05 UTC (rev 186706)
+++ acme.desktop2016-08-13 17:29:45 UTC (rev 186707)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=Application
-Name=Acme
-GenericName=Editor
-Comment=Editor from Plan9
-Exec=acme
-Icon=acme
-Terminal=false
-StartupNotify=false
-Categories=Application;Development;TextEditor;


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

2016-08-13 Thread Lukas Fleischer
Date: Saturday, August 13, 2016 @ 13:59:15
  Author: lfleischer
Revision: 186704

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

Added:
  lmms/repos/community-testing-i686/
  lmms/repos/community-testing-i686/PKGBUILD
(from rev 186703, lmms/trunk/PKGBUILD)
  lmms/repos/community-testing-i686/lmms-1.1.3-gcc-6.0-buildfix.patch
(from rev 186703, lmms/trunk/lmms-1.1.3-gcc-6.0-buildfix.patch)
  lmms/repos/community-testing-i686/make-werrror-optional.patch
(from rev 186703, lmms/trunk/make-werrror-optional.patch)
  lmms/repos/community-testing-x86_64/
  lmms/repos/community-testing-x86_64/PKGBUILD
(from rev 186703, lmms/trunk/PKGBUILD)
  lmms/repos/community-testing-x86_64/lmms-1.1.3-gcc-6.0-buildfix.patch
(from rev 186703, lmms/trunk/lmms-1.1.3-gcc-6.0-buildfix.patch)
  lmms/repos/community-testing-x86_64/make-werrror-optional.patch
(from rev 186703, lmms/trunk/make-werrror-optional.patch)

+
 community-testing-i686/PKGBUILD|   50 
 community-testing-i686/lmms-1.1.3-gcc-6.0-buildfix.patch   |  112 +++
 community-testing-i686/make-werrror-optional.patch |   22 ++
 community-testing-x86_64/PKGBUILD  |   50 
 community-testing-x86_64/lmms-1.1.3-gcc-6.0-buildfix.patch |  112 +++
 community-testing-x86_64/make-werrror-optional.patch   |   22 ++
 6 files changed, 368 insertions(+)

Copied: lmms/repos/community-testing-i686/PKGBUILD (from rev 186703, 
lmms/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-13 13:59:15 UTC (rev 186704)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Shinlun Hsieh 
+# Contributor: Mateusz Herych 
+# Contributor: Storyteller 
+
+pkgname=lmms
+pkgver=1.1.3
+pkgrel=4
+pkgdesc='The Linux MultiMedia Studio.'
+arch=('i686' 'x86_64')
+url='http://lmms.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 
'libxinerama' 'qt4' 'sdl_sound'
+ 'libsamplerate' 'shared-mime-info' 'fltk')
+optdepends=('wine: VST support (experimental)'
+'fftw: SpectrumAnalyzer plugin'
+'stk: STK instruments plugins'
+'pulseaudio: PulseAudio output')
+makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk' 'wine')
+makedepends_x86_64=('gcc-multilib')
+provides=('lmms-extras')
+conflicts=('lmms-extras')
+options=('!makeflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/LMMS/${pkgname}/archive/v${pkgver}.tar.gz;
+'lmms-1.1.3-gcc-6.0-buildfix.patch'
+"make-werrror-optional.patch")
+md5sums=('88d9e66d240b711c37315e3c9da644a1'
+ 'daf525e570f58f9cc5de0af380162e79'
+ '2c6e51b665c34fa61dc8b23e129404a9')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i 's|lib64|lib|g' cmake/modules/DetectMachine.cmake
+
+  patch -Np1 -i ../lmms-1.1.3-gcc-6.0-buildfix.patch
+  patch -Np1 -i ../make-werrror-optional.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -USE=vst
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}

Copied: lmms/repos/community-testing-i686/lmms-1.1.3-gcc-6.0-buildfix.patch 
(from rev 186703, lmms/trunk/lmms-1.1.3-gcc-6.0-buildfix.patch)
===
--- community-testing-i686/lmms-1.1.3-gcc-6.0-buildfix.patch
(rev 0)
+++ community-testing-i686/lmms-1.1.3-gcc-6.0-buildfix.patch2016-08-13 
13:59:15 UTC (rev 186704)
@@ -0,0 +1,112 @@
+From a06cb0126ccb025993efb2d81c7cbfd8edd60609 Mon Sep 17 00:00:00 2001
+From: Javier Serrano Polo 
+Date: Sat, 30 Apr 2016 00:00:09 +0200
+Subject: [PATCH] Fixed build problems with GCC 6
+
+---
+ plugins/LadspaEffect/calf/src/modules_limit.cpp|  3 ++-
+ plugins/opl2/fmopl.c   | 29 +++---
+ .../zynaddsubfx/zynaddsubfx/src/UI/EnvelopeUI.fl   |  6 +++--
+ .../zynaddsubfx/zynaddsubfx/src/UI/ResonanceUI.fl  |  6 +++--
+ 5 files changed, 29 insertions(+), 22 deletions(-)
+
+diff --git a/plugins/LadspaEffect/calf/src/modules_limit.cpp 
b/plugins/LadspaEffect/calf/src/modules_limit.cpp
+index 3930078..cd3d6fa 100644
+--- a/plugins/LadspaEffect/calf/src/modules_limit.cpp
 b/plugins/LadspaEffect/calf/src/modules_limit.cpp
+@@ -540,7 +540,8 @@ uint32_t multibandlimiter_audio_module::process(uint32_t 
offset, uint32_t numsam
+ } // process single strip with filter
+ 
+ // write multiband coefficient to buffer
+-buffer[pos] = std::min(*params[param_limit] / 
std::max(fabs(sum_left), fabs(sum_right)), 

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

2016-08-13 Thread Lukas Fleischer
Date: Saturday, August 13, 2016 @ 13:58:57
  Author: lfleischer
Revision: 186703

upgpkg: lmms 1.1.3-4

stk rebuild.

Modified:
  lmms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 13:46:31 UTC (rev 186702)
+++ PKGBUILD2016-08-13 13:58:57 UTC (rev 186703)
@@ -5,7 +5,7 @@
 
 pkgname=lmms
 pkgver=1.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc='The Linux MultiMedia Studio.'
 arch=('i686' 'x86_64')
 url='http://lmms.sourceforge.net/'


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

2016-08-13 Thread Alexander Rødseth
Date: Saturday, August 13, 2016 @ 13:46:18
  Author: arodseth
Revision: 186701

upgpkg: liteide 30.2-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 11:04:33 UTC (rev 186700)
+++ PKGBUILD2016-08-13 13:46:18 UTC (rev 186701)
@@ -5,7 +5,7 @@
 # Contributor: Matthew Zimmerman 
 
 pkgname=liteide
-pkgver=30
+pkgver=30.2
 pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=('LGPL')
@@ -16,7 +16,6 @@
 conflicts=('golangide')
 makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
 options=('!strip' '!emptydirs')
-#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"
 source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
 'liteide.png')
 md5sums=('SKIP'


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

2016-08-13 Thread Alexander Rødseth
Date: Saturday, August 13, 2016 @ 13:46:31
  Author: arodseth
Revision: 186702

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

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 186701, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 186701, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 186701, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 186701, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 184 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-13 13:46:18 UTC (rev 186701)
+++ community-i686/PKGBUILD 2016-08-13 13:46:31 UTC (rev 186702)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=30
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"
-source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 186701, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-13 13:46:31 UTC (rev 186702)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=30.2
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
+'liteide.png')
+md5sums=('SKIP'
+

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

2016-08-13 Thread Lukas Fleischer
Date: Saturday, August 13, 2016 @ 11:04:33
  Author: lfleischer
Revision: 186700

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

Added:
  stk/repos/community-testing-i686/
  stk/repos/community-testing-i686/PKGBUILD
(from rev 186699, stk/trunk/PKGBUILD)
  stk/repos/community-testing-i686/runtime.patch
(from rev 186699, stk/trunk/runtime.patch)
  stk/repos/community-testing-i686/stk.license
(from rev 186699, stk/trunk/stk.license)
  stk/repos/community-testing-x86_64/
  stk/repos/community-testing-x86_64/PKGBUILD
(from rev 186699, stk/trunk/PKGBUILD)
  stk/repos/community-testing-x86_64/runtime.patch
(from rev 186699, stk/trunk/runtime.patch)
  stk/repos/community-testing-x86_64/stk.license
(from rev 186699, stk/trunk/stk.license)

+
 community-testing-i686/PKGBUILD|   49 +++
 community-testing-i686/runtime.patch   |   18 +++
 community-testing-i686/stk.license |   39 
 community-testing-x86_64/PKGBUILD  |   49 +++
 community-testing-x86_64/runtime.patch |   18 +++
 community-testing-x86_64/stk.license   |   39 
 6 files changed, 212 insertions(+)

Copied: stk/repos/community-testing-i686/PKGBUILD (from rev 186699, 
stk/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-13 11:04:33 UTC (rev 186700)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+
+pkgname=stk
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='The Synthesis ToolKit in C++'
+arch=('i686' 'x86_64')
+url='http://ccrma.stanford.edu/software/stk/'
+license=('MIT')
+depends=('gcc-libs' 'jack')
+makedepends=('pkg-config')
+optdepends=('tk: run provided demos/samples')
+source=("http://ccrma.stanford.edu/software/stk/release/$pkgname-$pkgver.tar.gz;
+"$pkgname.license"
+runtime.patch)
+md5sums=('87e1b1a24ec09f81321c01f2cdea513d'
+ 'a0163d75a5f516b6c93f4fc948acff73'
+ '36551c348340307c765fde85d4336e73')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # add missing linker flag
+  export LIBS="$LIBS -lpthread" 
+
+  # enable shared library
+  sed -i 's/all : $(STATICLIB)/all : $(SHAREDLIB)/' src/Makefile.in
+
+  # fix demo rawwaves path
+  sed -i 's:\.\./\.\.:/usr/lib/stk:' projects/demo/demo.cpp
+
+  # run actual build
+  ./configure RAWWAVE_PATH=/usr/lib/stk/rawwaves/ --prefix=/usr --with-alsa 
--with-jack
+  make
+
+  # fix executable scripts
+  patch -Np1 -i ../runtime.patch
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license
+  install -Dm644 "../$pkgname.license" "$pkgdir/usr/share/licenses/stk/LICENSE"
+}

Copied: stk/repos/community-testing-i686/runtime.patch (from rev 186699, 
stk/trunk/runtime.patch)
===
--- community-testing-i686/runtime.patch(rev 0)
+++ community-testing-i686/runtime.patch2016-08-13 11:04:33 UTC (rev 
186700)
@@ -0,0 +1,18 @@
+diff -Naur stk-4.4.2.orig//projects/demo/StkDemo 
stk-4.4.2/projects/demo/StkDemo
+--- stk-4.4.2.orig//projects/demo/StkDemo  2010-09-01 08:51:05.0 
+0800
 stk-4.4.2/projects/demo/StkDemo2010-09-01 08:51:48.0 +0800
+@@ -1 +1,2 @@
++cd /usr/lib/stk
+ wish < tcl/Demo.tcl | ./demo Clarinet -or -ip
+diff -Naur stk-4.4.2.orig//projects/effects/StkEffects 
stk-4.4.2/projects/effects/StkEffects
+--- stk-4.4.2.orig//projects/effects/StkEffects2010-09-01 
08:51:05.0 +0800
 stk-4.4.2/projects/effects/StkEffects  2010-09-01 08:51:54.0 
+0800
+@@ -1 +1,2 @@
++cd /usr/lib/stk
+ wish < tcl/Effects.tcl | ./effects -ip
+diff -Naur stk-4.4.2.orig//projects/ragamatic/Raga 
stk-4.4.2/projects/ragamatic/Raga
+--- stk-4.4.2.orig//projects/ragamatic/Raga2010-09-01 08:51:05.0 
+0800
 stk-4.4.2/projects/ragamatic/Raga  2010-09-01 08:52:04.0 +0800
+@@ -1 +1,2 @@
++cd /usr/lib/stk
+ wish < tcl/Raga.tcl | ./ragamat -ip

Copied: stk/repos/community-testing-i686/stk.license (from rev 186699, 
stk/trunk/stk.license)
===
--- community-testing-i686/stk.license  (rev 0)
+++ community-testing-i686/stk.license  2016-08-13 11:04:33 UTC (rev 186700)
@@ -0,0 +1,39 @@
+The Synthesis ToolKit in C++ (STK) is a set of open source audio
+signal processing and algorithmic synthesis classes written in the
+C++ programming language. STK was designed to facilitate rapid
+development of music synthesis and audio processing software, with
+an emphasis on cross-platform functionality, realtime 

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

2016-08-13 Thread Lukas Fleischer
Date: Saturday, August 13, 2016 @ 11:04:22
  Author: lfleischer
Revision: 186699

upgpkg: stk 4.5.1-1

Upstream update.

Modified:
  stk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 08:28:16 UTC (rev 186698)
+++ PKGBUILD2016-08-13 11:04:22 UTC (rev 186699)
@@ -3,8 +3,8 @@
 # Contributor: Mateusz Herych 
 
 pkgname=stk
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.5.1
+pkgrel=1
 pkgdesc='The Synthesis ToolKit in C++'
 arch=('i686' 'x86_64')
 url='http://ccrma.stanford.edu/software/stk/'
@@ -15,7 +15,7 @@
 
source=("http://ccrma.stanford.edu/software/stk/release/$pkgname-$pkgver.tar.gz;
 "$pkgname.license"
 runtime.patch)
-md5sums=('2fd27e51dd0df92edcf96bd9080db76d'
+md5sums=('87e1b1a24ec09f81321c01f2cdea513d'
  'a0163d75a5f516b6c93f4fc948acff73'
  '36551c348340307c765fde85d4336e73')
 


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

2016-08-13 Thread Nicola Squartini
Date: Saturday, August 13, 2016 @ 08:28:16
  Author: tensor5
Revision: 186698

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

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

--+
 /PKGBUILD|  298 +
 /autocomplete-plus.patch |   22 +
 /beforeunload.patch  |   28 +
 /deprecated-api.patch|   34 +
 /fix-atom-sh.patch   |  204 +++
 /fix-license-path.patch  |   44 ++
 /fix-marker-index.patch  |   74 
 /fix-oniguruma.patch |   26 +
 /run-as-node.patch   |   22 +
 /tree-view.patch |   22 +
 /use-system-apm.patch|   58 +++
 /use-system-electron.patch   |  152 
 community-i686/PKGBUILD  |  140 ---
 

[arch-commits] Commit in atom/trunk (PKGBUILD symbols-view-use-system-ctags.patch)

2016-08-13 Thread Nicola Squartini
Date: Saturday, August 13, 2016 @ 08:24:35
  Author: tensor5
Revision: 186697

upgpkg: atom 1.9.8-3

Add ctags optional dependency.

Added:
  atom/trunk/symbols-view-use-system-ctags.patch
Modified:
  atom/trunk/PKGBUILD

-+
 PKGBUILD|   11 ++-
 symbols-view-use-system-ctags.patch |   11 +++
 2 files changed, 21 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 05:05:47 UTC (rev 186696)
+++ PKGBUILD2016-08-13 08:24:35 UTC (rev 186697)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.9.8
-pkgrel=2
+pkgrel=3
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -11,6 +11,7 @@
 depends=('apm'
  'electron')
 makedepends=('git' 'npm')
+optdepends=('ctags: symbol indexing support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
 'autocomplete-plus.patch'
 'beforeunload.patch'
@@ -20,6 +21,7 @@
 'fix-marker-index.patch'
 'fix-oniguruma.patch'
 'run-as-node.patch'
+'symbols-view-use-system-ctags.patch'
 'tree-view.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
@@ -32,6 +34,7 @@
 '2569702bee0508ee38a181f28bc99d6844725de206362a010705d84da09735c3'
 'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
 '1533581eeede375924a3431fed7e6641a156f765bf252590d73da4259f07343f'
+'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
 '109af01ceae45615994f2ac08292c44db339bf7ef89369b077e04fcfc35aa3dd'
 '7771ff6ddf06bedeb37ff47bf98f685cc67585e6f831d2add9a31078383a6fbe'
 '23d9d2976ad23f17d7c6e7e09c5de5aceae72a5577f811723bf8c7885b319c05')
@@ -61,6 +64,12 @@
   apm clean
   apm install
 
+  # Use system ctags
+  cd node_modules/symbols-view
+  patch -Np1 -i "${srcdir}"/symbols-view-use-system-ctags.patch
+  rm -r vendor
+  cd ../..
+
   # Fix for Node 6
   cd node_modules/autocomplete-plus
   patch -Np1 -i "${srcdir}"/autocomplete-plus.patch

Added: symbols-view-use-system-ctags.patch
===
--- symbols-view-use-system-ctags.patch (rev 0)
+++ symbols-view-use-system-ctags.patch 2016-08-13 08:24:35 UTC (rev 186697)
@@ -0,0 +1,11 @@
+--- a/lib/tag-generator.coffee
 b/lib/tag-generator.coffee
+@@ -56,7 +56,7 @@ class TagGenerator
+   generate: ->
+ tags = {}
+ packageRoot = @getPackageRoot()
+-command = path.join(packageRoot, 'vendor', "ctags-#{process.platform}")
++command = 'ctags'
+ defaultCtagsFile = path.join(packageRoot, 'lib', 'ctags-config')
+ args = ["--options=#{defaultCtagsFile}", '--fields=+KS']
+