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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:16:11
  Author: andyrtr
Revision: 142264

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

Added:
  tp_smapi-lts/repos/community-testing-i686/
  tp_smapi-lts/repos/community-testing-i686/PKGBUILD
(from rev 142263, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install
(from rev 142263, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 142263, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install
(from rev 142263, tp_smapi-lts/trunk/tp_smapi-lts.install)

---+
 community-testing-i686/PKGBUILD   |   57 
 community-testing-i686/tp_smapi-lts.install   |   13 +
 community-testing-x86_64/PKGBUILD |   57 
 community-testing-x86_64/tp_smapi-lts.install |   13 +
 4 files changed, 140 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 142263, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-30 17:16:11 UTC (rev 142264)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-4.1-lts
+pkgver=0.41
+pkgrel=44
+pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.9' 'linux-lts-headers<4.2')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  _kernver=$(< "${_extramodules}/version")
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+ -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$(< "${_extramodules}/version")
+
+  make -C "${_extramodules%/*}/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
+M="${srcdir}/${_pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/${_extramodules%/*}"
+  mv "${_kernver}/extra" "${_extramodules##*/}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s#^(extramodules=).*\$#\1${_extramodules}#" 
"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 142263, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2015-09-30 17:16:11 UTC (rev 
142264)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.1-lts
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 142263, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-30 17:16:11 UTC (rev 142264)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-4.1-lts
+pkgver=0.41
+pkgrel=44
+pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.9' 'linux-lts-headers<4.2')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+

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

2015-09-30 Thread Gaetan Bisson
Date: Wednesday, September 30, 2015 @ 19:18:14
  Author: bisson
Revision: 142265

rebuild for libsidplayfp-1.8.1

Modified:
  qmmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 17:16:11 UTC (rev 142264)
+++ PKGBUILD2015-09-30 17:18:14 UTC (rev 142265)
@@ -3,7 +3,7 @@
 
 pkgname=qmmp
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt4 based audio-player"
 arch=('i686' 'x86_64')
 url="http://qmmp.ylsoftware.com/;


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

2015-09-30 Thread Antonio Rojas
Date: Wednesday, September 30, 2015 @ 21:12:57
  Author: arojas
Revision: 247936

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

Added:
  smplayer/repos/testing-i686/
  smplayer/repos/testing-i686/PKGBUILD
(from rev 247935, smplayer/trunk/PKGBUILD)
  smplayer/repos/testing-i686/smplayer.install
(from rev 247935, smplayer/trunk/smplayer.install)
  smplayer/repos/testing-x86_64/
  smplayer/repos/testing-x86_64/PKGBUILD
(from rev 247935, smplayer/trunk/PKGBUILD)
  smplayer/repos/testing-x86_64/smplayer.install
(from rev 247935, smplayer/trunk/smplayer.install)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-i686/smplayer.install   |   12 
 testing-x86_64/PKGBUILD |   35 +++
 testing-x86_64/smplayer.install |   12 
 4 files changed, 94 insertions(+)

Copied: smplayer/repos/testing-i686/PKGBUILD (from rev 247935, 
smplayer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-30 19:12:57 UTC (rev 247936)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: shamrok 
+
+pkgname=smplayer
+pkgver=15.9.0
+pkgrel=1
+pkgdesc="A complete front-end for MPlayer"
+arch=('i686' 'x86_64')
+url="http://smplayer.sourceforge.net/;
+license=('GPL')
+depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos'
+'mpv: for using mpv instead of mplayer')
+install=smplayer.install
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('6ab6f96030df63b79f3a28fb3f99107d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr \
+DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Copied: smplayer/repos/testing-i686/smplayer.install (from rev 247935, 
smplayer/trunk/smplayer.install)
===
--- testing-i686/smplayer.install   (rev 0)
+++ testing-i686/smplayer.install   2015-09-30 19:12:57 UTC (rev 247936)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: smplayer/repos/testing-x86_64/PKGBUILD (from rev 247935, 
smplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-30 19:12:57 UTC (rev 247936)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: shamrok 
+
+pkgname=smplayer
+pkgver=15.9.0
+pkgrel=1
+pkgdesc="A complete front-end for MPlayer"
+arch=('i686' 'x86_64')
+url="http://smplayer.sourceforge.net/;
+license=('GPL')
+depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos'
+'mpv: for using mpv instead of mplayer')
+install=smplayer.install
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('6ab6f96030df63b79f3a28fb3f99107d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr \
+DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Copied: smplayer/repos/testing-x86_64/smplayer.install (from rev 247935, 
smplayer/trunk/smplayer.install)
===
--- testing-x86_64/smplayer.install (rev 0)
+++ testing-x86_64/smplayer.install 2015-09-30 19:12:57 UTC (rev 247936)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-09-30 Thread Antonio Rojas
Date: Wednesday, September 30, 2015 @ 21:30:38
  Author: arojas
Revision: 247942

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

Added:
  frameworkintegration/repos/extra-i686/PKGBUILD
(from rev 247941, frameworkintegration/trunk/PKGBUILD)
  frameworkintegration/repos/extra-i686/bug350758.patch
(from rev 247941, frameworkintegration/trunk/bug350758.patch)
  frameworkintegration/repos/extra-x86_64/PKGBUILD
(from rev 247941, frameworkintegration/trunk/PKGBUILD)
  frameworkintegration/repos/extra-x86_64/bug350758.patch
(from rev 247941, frameworkintegration/trunk/bug350758.patch)
Deleted:
  frameworkintegration/repos/extra-i686/PKGBUILD
  frameworkintegration/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +
 extra-i686/PKGBUILD  |   36 --
 extra-i686/bug350758.patch   |  245 +
 extra-x86_64/PKGBUILD|   36 --
 extra-x86_64/bug350758.patch |  245 +
 5 files changed, 572 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-30 19:28:53 UTC (rev 247941)
+++ extra-i686/PKGBUILD 2015-09-30 19:30:38 UTC (rev 247942)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=frameworkintegration
-pkgver=5.14.0
-pkgrel=1
-pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/frameworkintegration'
-license=('LGPL')
-depends=('kio' 'ttf-oxygen' 'libxcursor')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d5094cba8ca4d280d6e817d334fb2dc1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: frameworkintegration/repos/extra-i686/PKGBUILD (from rev 247941, 
frameworkintegration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-30 19:30:38 UTC (rev 247942)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.14.0
+pkgrel=2
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen' 'libxcursor')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 bug350758.patch)
+md5sums=('d5094cba8ca4d280d6e817d334fb2dc1'
+ '83e03a5a5f79de524e290b691efbbd77')
+
+prepare() {
+  mkdir -p build
+
+# Fix file dialogs sometimes freezing applications 
https://bugs.kde.org/show_bug.cgi?id=350758
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bug350758.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: frameworkintegration/repos/extra-i686/bug350758.patch (from rev 247941, 
frameworkintegration/trunk/bug350758.patch)
===
--- extra-i686/bug350758.patch  (rev 0)
+++ extra-i686/bug350758.patch  2015-09-30 19:30:38 UTC (rev 247942)
@@ -0,0 +1,245 @@
+From 6ae74671ca68e9444db618207d662ad5d1c16f31 Mon Sep 17 00:00:00 2001
+From: Weng Xuetian 
+Date: Wed, 30 Sep 2015 10:40:35 -0700
+Subject: [PATCH] Fix random file dialog not showing up problem.
+
+When using QDialog to implement QPlatformDialog there will be a issue,
+that QDialog will use a dummy invisible to make Qt aware that a modal
+dialog exists. But for our usecase, this invisible dialog will show up
+after our own qdialog and cause our dialog not accept any input.
+
+The original workaround is to hide our dialog and show it again, but
+this will hit QTBUG-48248 and our dialog will not show up at all
+randomly. To avoid this, we delegate the call to show() on our
+QDialog with a timer.
+
+BUG: 350758
+REVIEW: 125208
+---
+ autotests/kfiledialog_unittest.cpp| 10 +++
+ 

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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:19:21
  Author: andyrtr
Revision: 142267

upgpkg: virtualbox-modules-lts 5.0.4-5

rebuild for 4.1.9

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 17:18:46 UTC (rev 142266)
+++ PKGBUILD2015-09-30 17:19:21 UTC (rev 142267)
@@ -6,12 +6,12 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=5.0.4
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux-lts>=4.1.8' 'linux-lts<4.2'
- 'linux-lts-headers>=4.1.8' 'linux-lts-headers<4.2'
+makedepends=('linux-lts>=4.1.9' 'linux-lts<4.2'
+ 'linux-lts-headers>=4.1.9' 'linux-lts-headers<4.2'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 
@@ -34,7 +34,7 @@
 package_virtualbox-host-modules-lts(){
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts>=4.1.8' 'linux-lts<4.2')
+  depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
   replaces=('virtualbox-modules-lts')
   conflicts=('virtualbox-modules-lts')
   provides=("virtualbox-host-modules=$pkgver")
@@ -50,7 +50,7 @@
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux-lts>=4.1.8' 'linux-lts<4.2')
+  depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
   replaces=('virtualbox-archlinux-modules-lts')
   conflicts=('virtualbox-archlinux-modules-lts')
   provides=("virtualbox-guest-modules=$pkgver")


[arch-commits] Commit in smplayer-themes/repos (testing-any testing-any/PKGBUILD)

2015-09-30 Thread Antonio Rojas
Date: Wednesday, September 30, 2015 @ 21:16:00
  Author: arojas
Revision: 247938

archrelease: copy trunk to testing-any

Added:
  smplayer-themes/repos/testing-any/
  smplayer-themes/repos/testing-any/PKGBUILD
(from rev 247937, smplayer-themes/trunk/PKGBUILD)

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

Copied: smplayer-themes/repos/testing-any/PKGBUILD (from rev 247937, 
smplayer-themes/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-30 19:16:00 UTC (rev 247938)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+pkgname=smplayer-themes
+pkgver=15.6.0
+pkgrel=1
+epoch=1
+pkgdesc="Themes for SMPlayer"
+arch=('any')
+url="http://smplayer.sourceforge.net/;
+license=('GPL')
+depends=('smplayer')
+makedepends=('optipng')
+source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2)
+md5sums=('d5c1889aea807a626c51dbb0a795a2a1')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix invalid PNG icons to work with libpng 1.6
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX="$pkgdir/usr" install
+}


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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:16:03
  Author: andyrtr
Revision: 142263

upgpkg: tp_smapi-lts 0.41-44

rebuild for 4.1.9

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 17:14:29 UTC (rev 142262)
+++ PKGBUILD2015-09-30 17:16:03 UTC (rev 142263)
@@ -12,13 +12,13 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-4.1-lts
 pkgver=0.41
-pkgrel=43
+pkgrel=44
 pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=4.1.8' 'linux-lts<4.2')
-makedepends=('linux-lts-headers>=4.1.8' 'linux-lts-headers<4.2')
+depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.9' 'linux-lts-headers<4.2')
 install="${pkgname}.install"
 
source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')


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

2015-09-30 Thread Gaetan Bisson
Date: Wednesday, September 30, 2015 @ 19:21:49
  Author: bisson
Revision: 142271

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

Added:
  qmmp/repos/community-testing-i686/
  qmmp/repos/community-testing-i686/PKGBUILD
(from rev 142270, qmmp/repos/community-staging-i686/PKGBUILD)
  qmmp/repos/community-testing-i686/qmmp.changelog
(from rev 142270, qmmp/repos/community-staging-i686/qmmp.changelog)
  qmmp/repos/community-testing-i686/qmmp.install
(from rev 142270, qmmp/repos/community-staging-i686/qmmp.install)
  qmmp/repos/community-testing-x86_64/
  qmmp/repos/community-testing-x86_64/PKGBUILD
(from rev 142270, qmmp/repos/community-staging-x86_64/PKGBUILD)
  qmmp/repos/community-testing-x86_64/qmmp.changelog
(from rev 142270, qmmp/repos/community-staging-x86_64/qmmp.changelog)
  qmmp/repos/community-testing-x86_64/qmmp.install
(from rev 142270, qmmp/repos/community-staging-x86_64/qmmp.install)
Deleted:
  qmmp/repos/community-staging-i686/
  qmmp/repos/community-staging-x86_64/

-+
 community-testing-i686/PKGBUILD |   51 ++
 community-testing-i686/qmmp.changelog   |  147 ++
 community-testing-i686/qmmp.install |   12 ++
 community-testing-x86_64/PKGBUILD   |   51 ++
 community-testing-x86_64/qmmp.changelog |  147 ++
 community-testing-x86_64/qmmp.install   |   12 ++
 6 files changed, 420 insertions(+)

Copied: qmmp/repos/community-testing-i686/PKGBUILD (from rev 142270, 
qmmp/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-30 17:21:49 UTC (rev 142271)
@@ -0,0 +1,51 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="Qt4 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate'
+ 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 
'libgme' 'libsidplayfp' 'opusfile' 'wildmidi')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/qmmp-dev/files/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9314f8b019689fa9f3f1bc8df4076a4b32d384ad992d578fd437284a5c86918b')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DUSE_HAL:BOOL=FALSE
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+  fi
+}

Copied: qmmp/repos/community-testing-i686/qmmp.changelog (from rev 142270, 
qmmp/repos/community-staging-i686/qmmp.changelog)
===
--- community-testing-i686/qmmp.changelog   (rev 0)
+++ community-testing-i686/qmmp.changelog   2015-09-30 17:21:49 UTC (rev 
142271)
@@ -0,0 +1,147 @@
+2015-08-26 Jaroslav Lichtblau 
+   * qmmp 0.8.8-1
+
+2015-08-12 Jaroslav Lichtblau 
+   * qmmp 0.8.7-1
+
+2015-08-09 Jaroslav Lichtblau 
+   * qmmp 0.8.6-1
+
+2015-06-07 Jaroslav Lichtblau 
+   * qmmp 0.8.5-1
+
+2015-04-27 Jaroslav Lichtblau 
+   * qmmp 0.8.4-2 FS#44558 implemented
+
+2015-04-18 Jaroslav Lichtblau 
+   * qmmp 0.8.4-1
+
+2015-01-09 Jaroslav Lichtblau 
+   * qmmp 0.8.3-1
+
+2014-10-13 Jaroslav Lichtblau 
+   * qmmp 0.8.2-1
+
+2014-08-07 Jaroslav Lichtblau 
+   * qmmp 0.8.1-1
+
+2014-07-05 Jaroslav Lichtblau 
+  

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

2015-09-30 Thread Gaetan Bisson
Date: Wednesday, September 30, 2015 @ 19:21:55
  Author: bisson
Revision: 247931

db-move: moved libsidplayfp from [staging] to [testing] (i686, x86_64)

Added:
  libsidplayfp/repos/testing-i686/
  libsidplayfp/repos/testing-i686/PKGBUILD
(from rev 247929, libsidplayfp/repos/staging-i686/PKGBUILD)
  libsidplayfp/repos/testing-x86_64/
  libsidplayfp/repos/testing-x86_64/PKGBUILD
(from rev 247929, libsidplayfp/repos/staging-x86_64/PKGBUILD)
Deleted:
  libsidplayfp/repos/staging-i686/
  libsidplayfp/repos/staging-x86_64/

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

Copied: libsidplayfp/repos/testing-i686/PKGBUILD (from rev 247929, 
libsidplayfp/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-30 17:21:55 UTC (rev 247931)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('vice' 'xa')
+optdepends=('vice: better SID support')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('401fd8209727e53c5f416044aab3ea3fce1342f6')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/sidplayfp"
+   ln -t "${pkgdir}/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}

Copied: libsidplayfp/repos/testing-x86_64/PKGBUILD (from rev 247929, 
libsidplayfp/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-30 17:21:55 UTC (rev 247931)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('vice' 'xa')
+optdepends=('vice: better SID support')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('401fd8209727e53c5f416044aab3ea3fce1342f6')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/sidplayfp"
+   ln -t "${pkgdir}/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}


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

2015-09-30 Thread Jaroslav Lichtblau
Date: Wednesday, September 30, 2015 @ 20:51:02
  Author: jlichtblau
Revision: 142273

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   92 +++
 josm.changelog |  327 +++
 josm.conf.d|8 -
 josm.desktop   |   16 +-
 4 files changed, 223 insertions(+), 220 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-30 18:50:44 UTC (rev 142272)
+++ PKGBUILD2015-09-30 18:51:02 UTC (rev 142273)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=8677
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime' 'libxtst' 'ttf-font')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar
-$pkgname.desktop
-$pkgname.conf.d)
-sha256sums=('8125a2d8766847e76becc00fa2afe3b8b7f8b84a6cd4b5f0e63d26164fdcebb4'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

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

Deleted: josm.changelog
===
--- josm.changelog  2015-09-30 18:50:44 UTC (rev 142272)
+++ josm.changelog  2015-09-30 18:51:02 UTC (rev 142273)
@@ -1,162 +0,0 @@
-2015-08-23 Jaroslav Lichtblau 
-   * josm 8677-1
-
-2015-06-17 Jaroslav Lichtblau 

[arch-commits] Commit in libunwind/trunk (2 files)

2015-09-30 Thread Sébastien Luttringer
Date: Wednesday, September 30, 2015 @ 20:58:18
  Author: seblu
Revision: 247932

upgpkg: libunwind 1.1-3

Added:
  libunwind/trunk/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
Modified:
  libunwind/trunk/PKGBUILD

-+
 001-invalid-dwarf-opcodes-can-cause-references-beyond.patch |   21 ++
 PKGBUILD|8 ++-
 2 files changed, 26 insertions(+), 3 deletions(-)

Added: 001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
===
--- 001-invalid-dwarf-opcodes-can-cause-references-beyond.patch 
(rev 0)
+++ 001-invalid-dwarf-opcodes-can-cause-references-beyond.patch 2015-09-30 
18:58:18 UTC (rev 247932)
@@ -0,0 +1,21 @@
+From 396b6c7ab737e2bff244d640601c436a26260ca1 Mon Sep 17 00:00:00 2001
+From: Arun Sharma 
+Date: Sat, 20 Jun 2015 02:47:22 +
+Subject: Invalid dwarf opcodes can cause references beyond the end of the 
array.
+
+---
+diff --git a/include/dwarf_i.h b/include/dwarf_i.h
+index 1e6231e..4a02a7d 100644
+--- a/include/dwarf_i.h
 b/include/dwarf_i.h
+@@ -20,7 +20,7 @@
+ extern const uint8_t dwarf_to_unw_regnum_map[DWARF_REGNUM_MAP_LENGTH];
+ /* REG is evaluated multiple times; it better be side-effects free!  */
+ # define dwarf_to_unw_regnum(reg) \
+-  (((reg) <= DWARF_REGNUM_MAP_LENGTH) ? dwarf_to_unw_regnum_map[reg] : 0)
++  (((reg) < DWARF_REGNUM_MAP_LENGTH) ? dwarf_to_unw_regnum_map[reg] : 0)
+ #endif
+ 
+ #ifdef UNW_LOCAL_ONLY
+--
+cgit v0.9.0.2

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 17:21:55 UTC (rev 247931)
+++ PKGBUILD2015-09-30 18:58:18 UTC (rev 247932)
@@ -6,14 +6,16 @@
 
 pkgname=libunwind
 pkgver=1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Portable and efficient C programming interface (API) to determine the 
call-chain of a program'
 arch=('i686' 'x86_64')
 url='http://www.nongnu.org/libunwind/'
 license=('GPL')
 depends=('glibc' 'xz')
-source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
+'001-invalid-dwarf-opcodes-can-cause-references-beyond.patch')
+md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce'
+ 'ea8aa624d6b6eaf1cbf56dfb48468e92')
 
 build() {
   cd $pkgname-$pkgver


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

2015-09-30 Thread Sébastien Luttringer
Date: Wednesday, September 30, 2015 @ 21:20:36
  Author: seblu
Revision: 247940

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

Added:
  filesystem/repos/testing-i686/
  filesystem/repos/testing-i686/PKGBUILD
(from rev 247939, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-i686/archlinux.7.txt
(from rev 247939, filesystem/trunk/archlinux.7.txt)
  filesystem/repos/testing-i686/crypttab
(from rev 247939, filesystem/trunk/crypttab)
  filesystem/repos/testing-i686/filesystem.install
(from rev 247939, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-i686/fstab
(from rev 247939, filesystem/trunk/fstab)
  filesystem/repos/testing-i686/group
(from rev 247939, filesystem/trunk/group)
  filesystem/repos/testing-i686/gshadow
(from rev 247939, filesystem/trunk/gshadow)
  filesystem/repos/testing-i686/host.conf
(from rev 247939, filesystem/trunk/host.conf)
  filesystem/repos/testing-i686/hosts
(from rev 247939, filesystem/trunk/hosts)
  filesystem/repos/testing-i686/issue
(from rev 247939, filesystem/trunk/issue)
  filesystem/repos/testing-i686/ld.so.conf
(from rev 247939, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-i686/locale.sh
(from rev 247939, filesystem/trunk/locale.sh)
  filesystem/repos/testing-i686/modprobe.d.usb-load-ehci-first
(from rev 247939, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-i686/motd
(from rev 247939, filesystem/trunk/motd)
  filesystem/repos/testing-i686/nsswitch.conf
(from rev 247939, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-i686/os-release
(from rev 247939, filesystem/trunk/os-release)
  filesystem/repos/testing-i686/passwd
(from rev 247939, filesystem/trunk/passwd)
  filesystem/repos/testing-i686/profile
(from rev 247939, filesystem/trunk/profile)
  filesystem/repos/testing-i686/resolv.conf
(from rev 247939, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-i686/securetty
(from rev 247939, filesystem/trunk/securetty)
  filesystem/repos/testing-i686/shadow
(from rev 247939, filesystem/trunk/shadow)
  filesystem/repos/testing-i686/shells
(from rev 247939, filesystem/trunk/shells)
  filesystem/repos/testing-x86_64/
  filesystem/repos/testing-x86_64/PKGBUILD
(from rev 247939, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-x86_64/archlinux.7.txt
(from rev 247939, filesystem/trunk/archlinux.7.txt)
  filesystem/repos/testing-x86_64/crypttab
(from rev 247939, filesystem/trunk/crypttab)
  filesystem/repos/testing-x86_64/filesystem.install
(from rev 247939, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-x86_64/fstab
(from rev 247939, filesystem/trunk/fstab)
  filesystem/repos/testing-x86_64/group
(from rev 247939, filesystem/trunk/group)
  filesystem/repos/testing-x86_64/gshadow
(from rev 247939, filesystem/trunk/gshadow)
  filesystem/repos/testing-x86_64/host.conf
(from rev 247939, filesystem/trunk/host.conf)
  filesystem/repos/testing-x86_64/hosts
(from rev 247939, filesystem/trunk/hosts)
  filesystem/repos/testing-x86_64/issue
(from rev 247939, filesystem/trunk/issue)
  filesystem/repos/testing-x86_64/ld.so.conf
(from rev 247939, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-x86_64/locale.sh
(from rev 247939, filesystem/trunk/locale.sh)
  filesystem/repos/testing-x86_64/modprobe.d.usb-load-ehci-first
(from rev 247939, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-x86_64/motd
(from rev 247939, filesystem/trunk/motd)
  filesystem/repos/testing-x86_64/nsswitch.conf
(from rev 247939, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-x86_64/os-release
(from rev 247939, filesystem/trunk/os-release)
  filesystem/repos/testing-x86_64/passwd
(from rev 247939, filesystem/trunk/passwd)
  filesystem/repos/testing-x86_64/profile
(from rev 247939, filesystem/trunk/profile)
  filesystem/repos/testing-x86_64/resolv.conf
(from rev 247939, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-x86_64/securetty
(from rev 247939, filesystem/trunk/securetty)
  filesystem/repos/testing-x86_64/shadow
(from rev 247939, filesystem/trunk/shadow)
  filesystem/repos/testing-x86_64/shells
(from rev 247939, filesystem/trunk/shells)

---+
 testing-i686/PKGBUILD |  156 
 testing-i686/archlinux.7.txt  |   90 +
 testing-i686/crypttab |   17 ++
 testing-i686/filesystem.install   |   69 ++
 testing-i686/fstab|4 
 testing-i686/group|   42 ++
 testing-i686/gshadow  |   42 ++
 testing-i686/host.conf|8 +
 testing-i686/hosts|9 +
 testing-i686/issue|  

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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:19:33
  Author: andyrtr
Revision: 142268

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

Added:
  virtualbox-modules-lts/repos/community-testing-i686/
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
(from rev 142267, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
(from rev 142267, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
(from rev 142267, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
(from rev 142267, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-testing-x86_64/
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 142267, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
(from rev 142267, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
(from rev 142267, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install
(from rev 142267, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)

---+
 community-testing-i686/PKGBUILD   |   66 ++
 community-testing-i686/build.sh   |   58 
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 +++
 community-testing-i686/virtualbox-host-modules-lts.install|   23 +++
 community-testing-x86_64/PKGBUILD |   66 ++
 community-testing-x86_64/build.sh |   58 
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 +++
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 +++
 8 files changed, 336 insertions(+)

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
142267, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-30 17:19:33 UTC (rev 142268)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=5.0.4
+pkgrel=5
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts>=4.1.9' 'linux-lts<4.2'
+ 'linux-lts-headers>=4.1.9' 'linux-lts-headers<4.2'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.1-lts
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
+}
+
+package_virtualbox-host-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=("virtualbox-host-modules=$pkgver")
+  install=virtualbox-host-modules-lts.install
+
+  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=("virtualbox-guest-modules=$pkgver")
+  install=virtualbox-guest-modules-lts.install
+
+  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+

Copied: 

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

2015-09-30 Thread Jaroslav Lichtblau
Date: Wednesday, September 30, 2015 @ 20:50:44
  Author: jlichtblau
Revision: 142272

upgpkg: josm 8800-1 - new upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 17:21:49 UTC (rev 142271)
+++ PKGBUILD2015-09-30 18:50:44 UTC (rev 142272)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=8677
+pkgver=8800
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar
 $pkgname.desktop
 $pkgname.conf.d)
-sha256sums=('8125a2d8766847e76becc00fa2afe3b8b7f8b84a6cd4b5f0e63d26164fdcebb4'
+sha256sums=('fa86c19f8816a870dc3f1022cb173bedab01794d218bc2e734bdf672520e82fd'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2015-09-30 17:21:49 UTC (rev 142271)
+++ josm.changelog  2015-09-30 18:50:44 UTC (rev 142272)
@@ -1,3 +1,6 @@
+2015-09-30 Jaroslav Lichtblau 
+   * josm 8800-1
+
 2015-08-23 Jaroslav Lichtblau 
* josm 8677-1
 


[arch-commits] Commit in smplayer/trunk (add-missing-QDataStream-include.patch)

2015-09-30 Thread Antonio Rojas
Date: Wednesday, September 30, 2015 @ 21:12:07
  Author: arojas
Revision: 247935

Remove merged patch

Deleted:
  smplayer/trunk/add-missing-QDataStream-include.patch

---+
 add-missing-QDataStream-include.patch |   11 ---
 1 file changed, 11 deletions(-)

Deleted: add-missing-QDataStream-include.patch
===
--- add-missing-QDataStream-include.patch   2015-09-30 19:11:10 UTC (rev 
247934)
+++ add-missing-QDataStream-include.patch   2015-09-30 19:12:07 UTC (rev 
247935)
@@ -1,11 +0,0 @@
-diff -upr smplayer-14.9.0.6994.orig/src/qtsingleapplication/qtlocalpeer.cpp 
smplayer-14.9.0.6994/src/qtsingleapplication/qtlocalpeer.cpp
 smplayer-14.9.0.6994.orig/src/qtsingleapplication/qtlocalpeer.cpp  
2013-08-30 03:53:57.0 +0300
-+++ smplayer-14.9.0.6994/src/qtsingleapplication/qtlocalpeer.cpp   
2015-08-28 11:37:18.435899495 +0300
-@@ -41,6 +41,7 @@
- 
- #include "qtlocalpeer.h"
- #include 
-+#include 
- #include 
- 
- #if defined(Q_OS_WIN)


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

2015-09-30 Thread Sébastien Luttringer
Date: Wednesday, September 30, 2015 @ 20:58:33
  Author: seblu
Revision: 247933

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

Added:
  
libunwind/repos/extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
(from rev 247932, 
libunwind/trunk/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch)
  libunwind/repos/extra-i686/PKGBUILD
(from rev 247932, libunwind/trunk/PKGBUILD)
  
libunwind/repos/extra-x86_64/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
(from rev 247932, 
libunwind/trunk/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch)
  libunwind/repos/extra-x86_64/PKGBUILD
(from rev 247932, libunwind/trunk/PKGBUILD)
Deleted:
  libunwind/repos/extra-i686/PKGBUILD
  libunwind/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   
74 ++
 extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch   |   
21 ++
 extra-i686/PKGBUILD  |   
35 
 extra-x86_64/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch |   
21 ++
 extra-x86_64/PKGBUILD|   
35 
 5 files changed, 116 insertions(+), 70 deletions(-)

Copied: 
libunwind/repos/extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
 (from rev 247932, 
libunwind/trunk/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch)
===
--- extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch  
(rev 0)
+++ extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch  
2015-09-30 18:58:33 UTC (rev 247933)
@@ -0,0 +1,21 @@
+From 396b6c7ab737e2bff244d640601c436a26260ca1 Mon Sep 17 00:00:00 2001
+From: Arun Sharma 
+Date: Sat, 20 Jun 2015 02:47:22 +
+Subject: Invalid dwarf opcodes can cause references beyond the end of the 
array.
+
+---
+diff --git a/include/dwarf_i.h b/include/dwarf_i.h
+index 1e6231e..4a02a7d 100644
+--- a/include/dwarf_i.h
 b/include/dwarf_i.h
+@@ -20,7 +20,7 @@
+ extern const uint8_t dwarf_to_unw_regnum_map[DWARF_REGNUM_MAP_LENGTH];
+ /* REG is evaluated multiple times; it better be side-effects free!  */
+ # define dwarf_to_unw_regnum(reg) \
+-  (((reg) <= DWARF_REGNUM_MAP_LENGTH) ? dwarf_to_unw_regnum_map[reg] : 0)
++  (((reg) < DWARF_REGNUM_MAP_LENGTH) ? dwarf_to_unw_regnum_map[reg] : 0)
+ #endif
+ 
+ #ifdef UNW_LOCAL_ONLY
+--
+cgit v0.9.0.2

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-30 18:58:18 UTC (rev 247932)
+++ extra-i686/PKGBUILD 2015-09-30 18:58:33 UTC (rev 247933)
@@ -1,35 +0,0 @@
-# $id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Lawrence Lee 
-# Contributor: Phillip Marvin 
-# Contributor: keystone 
-
-pkgname=libunwind
-pkgver=1.1
-pkgrel=2
-pkgdesc='Portable and efficient C programming interface (API) to determine the 
call-chain of a program'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/libunwind/'
-license=('GPL')
-depends=('glibc' 'xz')
-source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
-  make check || return 0
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libunwind/repos/extra-i686/PKGBUILD (from rev 247932, 
libunwind/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-30 18:58:33 UTC (rev 247933)
@@ -0,0 +1,37 @@
+# $id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Lawrence Lee 
+# Contributor: Phillip Marvin 
+# Contributor: keystone 
+
+pkgname=libunwind
+pkgver=1.1
+pkgrel=3
+pkgdesc='Portable and efficient C programming interface (API) to determine the 
call-chain of a program'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/libunwind/'
+license=('GPL')
+depends=('glibc' 'xz')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
+'001-invalid-dwarf-opcodes-can-cause-references-beyond.patch')
+md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce'
+ 'ea8aa624d6b6eaf1cbf56dfb48468e92')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
+  make
+}
+

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

2015-09-30 Thread Antonio Rojas
Date: Wednesday, September 30, 2015 @ 21:11:10
  Author: arojas
Revision: 247934

Update to 15.9.0

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 18:58:33 UTC (rev 247933)
+++ PKGBUILD2015-09-30 19:11:10 UTC (rev 247934)
@@ -5,7 +5,7 @@
 # Contributor: shamrok 
 
 pkgname=smplayer
-pkgver=14.9.0.6994
+pkgver=15.9.0
 pkgrel=1
 pkgdesc="A complete front-end for MPlayer"
 arch=('i686' 'x86_64')
@@ -18,16 +18,9 @@
 'smtube: browse and play youtube videos'
 'mpv: for using mpv instead of mplayer')
 install=smplayer.install
-source=(https://downloads.sourceforge.net/project/$pkgname/Unstable/releases/$pkgname-$pkgver.tar.bz2
-add-missing-QDataStream-include.patch)
-md5sums=('666a589b1fc3480a29e87f0ee7efd511'
- '418ab45eb94448fc8a2f44500c9742c2')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('6ab6f96030df63b79f3a28fb3f99107d')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../add-missing-QDataStream-include.patch
-}
-
 build() {
   cd "$pkgname-$pkgver"
   make PREFIX=/usr \


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

2015-09-30 Thread Sébastien Luttringer
Date: Wednesday, September 30, 2015 @ 21:19:24
  Author: seblu
Revision: 247939

upgpkg: filesystem 2015.09-1

- fix FS#46450
- cleanup vars

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/profile

--+
 PKGBUILD |   43 ++-
 profile  |2 +-
 2 files changed, 23 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 19:16:00 UTC (rev 247938)
+++ PKGBUILD2015-09-30 19:19:24 UTC (rev 247939)
@@ -2,7 +2,7 @@
 # Maintainer: Tom Gundersen 
 
 pkgname=filesystem
-pkgver=2015.02
+pkgver=2015.09
 pkgrel=1
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@
  '6f48288b6fcaf0065fcb7b0e525413e0'
  '22518e922891f9359f971f4f5b4e793c'
  '69e460404f45bdb7288d1de662e56dd9'
- '0b6f835598c7640184e476057b3c7722'
+ 'cfa3345c485c59e681ab39a44dc7ece1'
  'a8a962370cd0128465d514e6a1f74130'
  '2e193c4a37245f2323ebe87f1a673563'
  '71ed98c52e11ada1f936ac8cb14eecd9')
@@ -66,7 +66,7 @@
 }
 
 build() {
-   cd ${srcdir}
+   cd "$srcdir"
 
lint
 
@@ -74,13 +74,13 @@
 }
 
 package() {
-   cd ${pkgdir}
+   cd "$pkgdir"
 
#
# setup root filesystem
#
for d in boot dev etc home mnt usr var opt srv/http run; do
-   install -d -m755 ${d}
+   install -d -m755 $d
done
install -d -m555 proc
install -d -m555 sys
@@ -92,22 +92,23 @@
# setup /etc
install -d etc/{ld.so.conf.d,skel,profile.d}
for f in fstab group host.conf hosts issue ld.so.conf motd 
nsswitch.conf passwd resolv.conf securetty shells profile; do
-   install -m644 ${srcdir}/${f} etc/
+   install -m644 "$srcdir"/$f etc/
done
ln -s /proc/self/mounts etc/mtab
for f in gshadow shadow crypttab; do
-   install -m600 ${srcdir}/${f} etc/
+   install -m600 "$srcdir"/$f etc/
done
touch etc/arch-release
-   install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first 
usr/lib/modprobe.d/usb-load-ehci-first.conf
-   install -m755 ${srcdir}/locale.sh etc/profile.d/locale.sh
+   install -D -m644 "$srcdir"/modprobe.d.usb-load-ehci-first 
usr/lib/modprobe.d/usb-load-ehci-first.conf
+   install -m755 "$srcdir"/locale.sh etc/profile.d/locale.sh
install -Dm644 "$srcdir"/os-release "$pkgdir"/usr/lib/os-release
 
# setup /var
for d in cache local opt log/old lib/misc empty; do
-   install -d -m755 var/${d}
+   install -d -m755 var/$d
done
install -d -m1777 var/{tmp,spool/mail}
+
# allow setgid games to write scores
install -d -m775 -g games var/games
ln -s spool/mail var/mail
@@ -118,38 +119,38 @@
# setup /usr hierarchy
#
for d in bin include lib share/misc src; do
-   install -d -m755 usr/${d}
+   install -d -m755 usr/$d
done
for d in $(seq 8); do
-   install -d -m755 usr/share/man/man${d}
+   install -d -m755 usr/share/man/man$d
done
 
#
# add lib symlinks
#
-   ln -s usr/lib ${pkgdir}/lib
-   [[ ${CARCH} = "x86_64" ]] && (
-   ln -s usr/lib ${pkgdir}/lib64
-   ln -s lib ${pkgdir}/usr/lib64
+   ln -s usr/lib "$pkgdir"/lib
+   [[ $CARCH = 'x86_64' ]] && (
+   ln -s usr/lib "$pkgdir"/lib64
+   ln -s lib "$pkgdir"/usr/lib64
)
 
#
# add bin symlinks
#
-   ln -s usr/bin ${pkgdir}/bin
-   ln -s usr/bin ${pkgdir}/sbin
-   ln -s bin ${pkgdir}/usr/sbin
+   ln -s usr/bin "$pkgdir"/bin
+   ln -s usr/bin "$pkgdir"/sbin
+   ln -s bin "$pkgdir"/usr/sbin
 
#
# install archlinux(7) manpage
#
-   install -D -m644 ${srcdir}/archlinux.7 usr/share/man/man7/archlinux.7
+   install -D -m644 "$srcdir"/archlinux.7 usr/share/man/man7/archlinux.7
 
#
# setup /usr/local hierarchy
#
for d in bin etc games include lib man sbin share src; do
-   install -d -m755 usr/local/${d}
+   install -d -m755 usr/local/$d
done
ln -s ../man usr/local/share/man
 }

Modified: profile
===
--- profile 2015-09-30 19:16:00 UTC (rev 247938)
+++ profile 2015-09-30 19:19:24 UTC (rev 247939)
@@ -16,7 +16,7 @@
 fi
 
 # Source global bash config
-if test "$PS1" && test "$BASH" && test -r /etc/bash.bashrc; then
+if test "$PS1" && test "$BASH" && test -z ${POSIXLY_CORRECT+x} && test -r 
/etc/bash.bashrc; then
. /etc/bash.bashrc
 fi
 


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

2015-09-30 Thread Antonio Rojas
Date: Wednesday, September 30, 2015 @ 21:28:53
  Author: arojas
Revision: 247941

Fix random file dialog not showing up (KDEBUG#350758)

Added:
  frameworkintegration/trunk/bug350758.patch
Modified:
  frameworkintegration/trunk/PKGBUILD

-+
 PKGBUILD|   11 +-
 bug350758.patch |  245 ++
 2 files changed, 253 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 19:20:36 UTC (rev 247940)
+++ PKGBUILD2015-09-30 19:28:53 UTC (rev 247941)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -12,11 +12,16 @@
 depends=('kio' 'ttf-oxygen' 'libxcursor')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d5094cba8ca4d280d6e817d334fb2dc1')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 bug350758.patch)
+md5sums=('d5094cba8ca4d280d6e817d334fb2dc1'
+ '83e03a5a5f79de524e290b691efbbd77')
 
 prepare() {
   mkdir -p build
+
+# Fix file dialogs sometimes freezing applications 
https://bugs.kde.org/show_bug.cgi?id=350758
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bug350758.patch
 }
 
 build() {

Added: bug350758.patch
===
--- bug350758.patch (rev 0)
+++ bug350758.patch 2015-09-30 19:28:53 UTC (rev 247941)
@@ -0,0 +1,245 @@
+From 6ae74671ca68e9444db618207d662ad5d1c16f31 Mon Sep 17 00:00:00 2001
+From: Weng Xuetian 
+Date: Wed, 30 Sep 2015 10:40:35 -0700
+Subject: [PATCH] Fix random file dialog not showing up problem.
+
+When using QDialog to implement QPlatformDialog there will be a issue,
+that QDialog will use a dummy invisible to make Qt aware that a modal
+dialog exists. But for our usecase, this invisible dialog will show up
+after our own qdialog and cause our dialog not accept any input.
+
+The original workaround is to hide our dialog and show it again, but
+this will hit QTBUG-48248 and our dialog will not show up at all
+randomly. To avoid this, we delegate the call to show() on our
+QDialog with a timer.
+
+BUG: 350758
+REVIEW: 125208
+---
+ autotests/kfiledialog_unittest.cpp| 10 +++
+ autotests/kfiledialogqml_unittest.cpp |  4 +++
+ src/platformtheme/kdeplatformfiledialogbase.cpp   | 16 ++-
+ src/platformtheme/kdeplatformfiledialogbase_p.h   |  5 
+ src/platformtheme/kdeplatformfiledialoghelper.cpp | 35 +++
+ src/platformtheme/kdeplatformfiledialoghelper.h   |  1 +
+ 6 files changed, 58 insertions(+), 13 deletions(-)
+
+diff --git a/autotests/kfiledialog_unittest.cpp 
b/autotests/kfiledialog_unittest.cpp
+index 0d4c816..6abd98a 100644
+--- a/autotests/kfiledialog_unittest.cpp
 b/autotests/kfiledialog_unittest.cpp
+@@ -92,6 +92,8 @@ private Q_SLOTS:
+ 
+ KFileWidget *fw = findFileWidget();
+ QVERIFY(fw);
++// real show() is delayed to next event.
++QTest::qWaitForWindowExposed(fw->window());
+ KDirOperator *op = fw->dirOperator();
+ QCOMPARE(fileViewToString(op->viewMode()), 
fileViewToString(KFile::Tree));
+ fw->setViewMode(KFile::Simple);
+@@ -120,6 +122,8 @@ private Q_SLOTS:
+ 
+ KFileWidget *fw = findFileWidget();
+ QVERIFY(fw);
++// real show() is delayed to next event.
++QTest::qWaitForWindowExposed(fw->window());
+ QCOMPARE(fw->isVisible(), true);
+ fw->slotCancel();
+ }
+@@ -133,6 +137,8 @@ private Q_SLOTS:
+ 
+ KFileWidget *fw = findFileWidget();
+ QVERIFY(fw);
++// real show() is delayed to next event.
++QTest::qWaitForWindowExposed(fw->window());
+ QCOMPARE(fw->isVisible(), true);
+ fw->slotCancel();
+ }
+@@ -147,6 +153,8 @@ private Q_SLOTS:
+ 
+ KFileWidget *fw = findFileWidget();
+ QVERIFY(fw);
++// real show() is delayed to next event.
++QTest::qWaitForWindowExposed(fw->window());
+ QCOMPARE(fw->isVisible(), true);
+ fw->slotCancel();
+ }
+@@ -160,6 +168,8 @@ private Q_SLOTS:
+ 
+ KFileWidget *fw = findFileWidget();
+ QVERIFY(fw);
++// real show() is delayed to next event.
++QTest::qWaitForWindowExposed(fw->window());
+ QCOMPARE(fw->isVisible(), true);
+ fw->slotCancel();
+ }
+diff --git a/autotests/kfiledialogqml_unittest.cpp 
b/autotests/kfiledialogqml_unittest.cpp

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

2015-09-30 Thread Anatol Pomozov
Date: Wednesday, September 30, 2015 @ 19:19:46
  Author: anatolik
Revision: 142269

horst: move from AUR to community repo

Added:
  horst/
  horst/repos/
  horst/trunk/
  horst/trunk/PKGBUILD

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

Added: horst/trunk/PKGBUILD
===
--- horst/trunk/PKGBUILD(rev 0)
+++ horst/trunk/PKGBUILD2015-09-30 17:19:46 UTC (rev 142269)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Reza Jelveh (reza.jel...@tuhh.de)
+# Contributor: Shalygin Konstantin (kos...@opentech.ru)
+
+pkgname=horst
+pkgver=4.2
+pkgrel=1
+pkgdesc='A small, lightweight IEEE802.11 wireless LAN analyzer with a text 
interface'
+arch=(i686 x86_64)
+url='http://br1.einfach.org/tech/horst'
+depends=(ncurses iw)
+license=(GPL)
+source=(http://br1.einfach.org/horst_dl/horst-$pkgver.tar.gz)
+sha256sums=('eab46330998a4c6d5abc9bfdad739b62b57c65049ac6f160e58ee3edd3260057')
+
+build() {
+  cd horst-$pkgver
+  make
+}
+
+package() {
+  cd horst-$pkgver
+
+  install -Dm755 horst "$pkgdir/usr/bin/horst"
+  install -Dm644 horst.1 "$pkgdir/usr/share/man/man1/horst.1"
+}


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


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

2015-09-30 Thread Anatol Pomozov
Date: Wednesday, September 30, 2015 @ 19:20:28
  Author: anatolik
Revision: 142270

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

Added:
  horst/repos/community-i686/
  horst/repos/community-i686/PKGBUILD
(from rev 142269, horst/trunk/PKGBUILD)
  horst/repos/community-x86_64/
  horst/repos/community-x86_64/PKGBUILD
(from rev 142269, horst/trunk/PKGBUILD)

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

Copied: horst/repos/community-i686/PKGBUILD (from rev 142269, 
horst/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-30 17:20:28 UTC (rev 142270)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Reza Jelveh (reza.jel...@tuhh.de)
+# Contributor: Shalygin Konstantin (kos...@opentech.ru)
+
+pkgname=horst
+pkgver=4.2
+pkgrel=1
+pkgdesc='A small, lightweight IEEE802.11 wireless LAN analyzer with a text 
interface'
+arch=(i686 x86_64)
+url='http://br1.einfach.org/tech/horst'
+depends=(ncurses iw)
+license=(GPL)
+source=(http://br1.einfach.org/horst_dl/horst-$pkgver.tar.gz)
+sha256sums=('eab46330998a4c6d5abc9bfdad739b62b57c65049ac6f160e58ee3edd3260057')
+
+build() {
+  cd horst-$pkgver
+  make
+}
+
+package() {
+  cd horst-$pkgver
+
+  install -Dm755 horst "$pkgdir/usr/bin/horst"
+  install -Dm644 horst.1 "$pkgdir/usr/share/man/man1/horst.1"
+}

Copied: horst/repos/community-x86_64/PKGBUILD (from rev 142269, 
horst/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-30 17:20:28 UTC (rev 142270)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Reza Jelveh (reza.jel...@tuhh.de)
+# Contributor: Shalygin Konstantin (kos...@opentech.ru)
+
+pkgname=horst
+pkgver=4.2
+pkgrel=1
+pkgdesc='A small, lightweight IEEE802.11 wireless LAN analyzer with a text 
interface'
+arch=(i686 x86_64)
+url='http://br1.einfach.org/tech/horst'
+depends=(ncurses iw)
+license=(GPL)
+source=(http://br1.einfach.org/horst_dl/horst-$pkgver.tar.gz)
+sha256sums=('eab46330998a4c6d5abc9bfdad739b62b57c65049ac6f160e58ee3edd3260057')
+
+build() {
+  cd horst-$pkgver
+  make
+}
+
+package() {
+  cd horst-$pkgver
+
+  install -Dm755 horst "$pkgdir/usr/bin/horst"
+  install -Dm644 horst.1 "$pkgdir/usr/share/man/man1/horst.1"
+}


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

2015-09-30 Thread Antonio Rojas
Date: Wednesday, September 30, 2015 @ 21:14:36
  Author: arojas
Revision: 247937

Update to 15.6.0

Modified:
  smplayer-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 19:12:57 UTC (rev 247936)
+++ PKGBUILD2015-09-30 19:14:36 UTC (rev 247937)
@@ -3,7 +3,7 @@
 # Contributor: Alessio 'mOLOk' Bolognino 
 
 pkgname=smplayer-themes
-pkgver=14.9.0
+pkgver=15.6.0
 pkgrel=1
 epoch=1
 pkgdesc="Themes for SMPlayer"
@@ -13,7 +13,7 @@
 depends=('smplayer')
 makedepends=('optipng')
 source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2)
-md5sums=('77ce4cb7e230939ba8629966b9d0554c')
+md5sums=('d5c1889aea807a626c51dbb0a795a2a1')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-09-30 Thread Sven-Hendrik Haase
Date: Wednesday, September 30, 2015 @ 21:20:31
  Author: svenstaro
Revision: 142275

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

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

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-30 19:20:23 UTC (rev 142274)
+++ community-i686/PKGBUILD 2015-09-30 19:20:31 UTC (rev 142275)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.225
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 142274, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-30 19:20:31 UTC (rev 142275)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.236
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-09-30 19:20:23 UTC (rev 142274)
+++ community-i686/springlobby.install  2015-09-30 19:20:31 UTC (rev 142275)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 142274, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-09-30 19:20:31 UTC (rev 142275)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-30 19:20:23 UTC (rev 142274)
+++ community-x86_64/PKGBUILD   2015-09-30 19:20:31 UTC (rev 142275)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.225
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS 

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

2015-09-30 Thread Sven-Hendrik Haase
Date: Wednesday, September 30, 2015 @ 21:20:23
  Author: svenstaro
Revision: 142274

upgpkg: springlobby 0.236-1

upstream release 0.236

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 18:51:02 UTC (rev 142273)
+++ PKGBUILD2015-09-30 19:20:23 UTC (rev 142274)
@@ -3,7 +3,7 @@
 # Contributor: DuGi 
 
 pkgname=springlobby
-pkgver=0.225
+pkgver=0.236
 pkgrel=1
 pkgdesc="A free cross-platform lobby client for the Spring RTS project."
 arch=('i686' 'x86_64')


[arch-commits] Commit in (5 files)

2015-09-30 Thread Massimiliano Torromeo
Date: Wednesday, September 30, 2015 @ 10:45:21
  Author: mtorromeo
Revision: 142246

Moved python{,2}-setproctitle from [unsupported] to [community]

Added:
  python-setproctitle/
  python-setproctitle/repos/
  python-setproctitle/trunk/
  python-setproctitle/trunk/PKGBUILD
Modified:
  libuv/trunk/PKGBUILD

+
 libuv/trunk/PKGBUILD   |4 +--
 python-setproctitle/trunk/PKGBUILD |   43 +++
 2 files changed, 45 insertions(+), 2 deletions(-)

Modified: libuv/trunk/PKGBUILD
===
--- libuv/trunk/PKGBUILD2015-09-30 08:17:10 UTC (rev 142245)
+++ libuv/trunk/PKGBUILD2015-09-30 08:45:21 UTC (rev 142246)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libuv
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
 arch=('i686' 'x86_64')
@@ -42,4 +42,4 @@
"$pkgdir"/usr/share/man/man1/libuv.1
 }
 
-sha256sums=('db5d46318e18330c696d954747036e1be8e2346411d4f30236d7e2f499f0cfab')
+sha256sums=('5f9625845f509029e44974a67c7e599d11ff9333f8c48a301a098e740cf9ba6c')

Added: python-setproctitle/trunk/PKGBUILD
===
--- python-setproctitle/trunk/PKGBUILD  (rev 0)
+++ python-setproctitle/trunk/PKGBUILD  2015-09-30 08:45:21 UTC (rev 142246)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=python-setproctitle
+pkgname=(python-setproctitle python2-setproctitle)
+pkgver=1.1.9
+pkgrel=2
+pkgdesc="Allows a python process to change its process title"
+license=("BSD")
+url="https://github.com/dvarrazzo/py-setproctitle;
+makedepends=('python' 'python2')
+arch=('i686' 'x86_64')
+source=(http://pypi.python.org/packages/source/s/setproctitle/setproctitle-$pkgver.tar.gz)
+sha256sums=('1c3414d18f9cacdab78b0ffd8e886d56ad45f22e55001a72aaa0b2aeb56a0ad7')
+
+build() {
+cd "$srcdir"/setproctitle-$pkgver
+
+rm -rf ../buildpy3; mkdir ../buildpy3
+python setup.py build -b ../buildpy3
+
+rm -rf ../buildpy2; mkdir ../buildpy2
+python2 setup.py build -b ../buildpy2
+find ../buildpy2 -name \*.py -exec sed -r '1 
s|^#!(.*)python$|#!\1python2|' -i {} +
+}
+
+package_python-setproctitle() {
+depends=(python)
+
+cd "$srcdir"/setproctitle-$pkgver
+rm -rf build; ln -s ../buildpy3 build
+python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}
+
+package_python2-setproctitle() {
+depends=(python2)
+
+cd "$srcdir"/setproctitle-$pkgver
+rm -rf build; ln -s ../buildpy2 build
+python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}


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


[arch-commits] Commit in python-plop/repos (2 files)

2015-09-30 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 08:37:47
  Author: fyan
Revision: 142243

archrelease: copy trunk to community-testing-any

Added:
  python-plop/repos/community-testing-any/
  python-plop/repos/community-testing-any/PKGBUILD
(from rev 142242, python-plop/trunk/PKGBUILD)

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

Copied: python-plop/repos/community-testing-any/PKGBUILD (from rev 142242, 
python-plop/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-09-30 06:37:47 UTC (rev 142243)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-plop
+pkgname=(python-plop python2-plop)
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Python Low-Overhead Profiler"
+arch=('any')
+license=('MIT')
+url="https://github.com/bdarnell/plop;
+makedepends=('python-tornado' 'python2-tornado' 'python-six' 'python2-six'
+ 'python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/p/plop/plop-${pkgver}.tar.gz;)
+md5sums=('4a313d6a8dd59ac48cfa3af426d197fc')
+
+prepare() {
+  cp -a plop-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/plop-${pkgver}"
+  python setup.py build
+
+  cd "$srcdir/plop-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/plop-${pkgver}"
+  python -m plop.test.runtests
+
+  cd "$srcdir/plop-${pkgver}-py2"
+  python2 -m plop.test.runtests
+}
+
+package_python-plop() {
+  depends=('python-six' 'python-tornado')
+
+  cd "${srcdir}/plop-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-plop() {
+  depends=('python2-six' 'python2-tornado')
+
+  cd "${srcdir}/plop-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}


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

2015-09-30 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 08:18:46
  Author: fyan
Revision: 142241

archrelease: copy trunk to community-any

Added:
  subbrute/repos/community-any/
  subbrute/repos/community-any/PKGBUILD
(from rev 142240, subbrute/trunk/PKGBUILD)

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

Copied: subbrute/repos/community-any/PKGBUILD (from rev 142240, 
subbrute/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-09-30 06:18:46 UTC (rev 142241)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: James An 
+
+pkgname=subbrute
+pkgver=1.2.1
+_tag=77
+pkgrel=1
+pkgdesc="A DNS meta-query spider that enumerates DNS records and subdomains"
+arch=('any')
+url="https://github.com/TheRook/$pkgname;
+license=('GPL')
+depends=('python-dnspython')
+makedepends=('git')
+source=("git+https://github.com/TheRook/$pkgname.git#tag=$_tag;)
+md5sums=('SKIP')
+
+package() {
+  cd $pkgname
+
+  # install upstream files
+  install -m755 -d "$pkgdir/usr/share/$pkgname"
+  install -m644 -t "$pkgdir/usr/share/$pkgname" resolvers.txt names.txt 
names_small.txt
+  install -m755 -t "$pkgdir/usr/share/$pkgname" subbrute.py
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+
+  # create symlink from /usr/bin
+  install -m755 -d "$pkgdir/usr/bin"
+  ln -s "/usr/share/$pkgname/$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+}


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

2015-09-30 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 08:37:28
  Author: fyan
Revision: 142242

upgpkg: python-plop 0.3.0-1

Modified:
  python-plop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 06:18:46 UTC (rev 142241)
+++ PKGBUILD2015-09-30 06:37:28 UTC (rev 142242)
@@ -1,28 +1,51 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 
 pkgbase=python-plop
-pkgname=python2-plop
-pkgver=0.1.1
+pkgname=(python-plop python2-plop)
+pkgver=0.3.0
 pkgrel=1
 pkgdesc="Python Low-Overhead Profiler"
 arch=('any')
 license=('MIT')
 url="https://github.com/bdarnell/plop;
-makedepends=('python2-tornado')
+makedepends=('python-tornado' 'python2-tornado' 'python-six' 'python2-six'
+ 'python-setuptools' 'python2-setuptools')
 source=("https://pypi.python.org/packages/source/p/plop/plop-${pkgver}.tar.gz;)
-md5sums=('5a5e60c18893c5f827633f2a75ac6cf9')
+md5sums=('4a313d6a8dd59ac48cfa3af426d197fc')
 
+prepare() {
+  cp -a plop-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/plop-${pkgver}"
+  python setup.py build
+
+  cd "$srcdir/plop-${pkgver}-py2"
+  python2 setup.py build
+}
+
 check() {
   cd "$srcdir/plop-${pkgver}"
+  python -m plop.test.runtests
+
+  cd "$srcdir/plop-${pkgver}-py2"
   python2 -m plop.test.runtests
 }
 
+package_python-plop() {
+  depends=('python-six' 'python-tornado')
+
+  cd "${srcdir}/plop-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
 package_python2-plop() {
-  depends=('python2')
-  optdepends=('python2-tornado: for plop.viewer')
+  depends=('python2-six' 'python2-tornado')
 
-  cd "${srcdir}/plop-${pkgver}"
+  cd "${srcdir}/plop-${pkgver}-py2"
   python2 setup.py install --root="${pkgdir}" --optimize=1
   install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
 }


[arch-commits] Commit in yubikey-personalization-gui/trunk (PKGBUILD)

2015-09-30 Thread Christian Hesse
Date: Wednesday, September 30, 2015 @ 10:17:07
  Author: eworm
Revision: 142244

upgpkg: yubikey-personalization-gui 3.1.22-1

upstream release

Modified:
  yubikey-personalization-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 06:37:47 UTC (rev 142243)
+++ PKGBUILD2015-09-30 08:17:07 UTC (rev 142244)
@@ -2,8 +2,8 @@
 # Maintainer: Christian Hesse 
 
 pkgname=yubikey-personalization-gui
-pkgver=3.1.21
-pkgrel=2
+pkgver=3.1.22
+pkgrel=1
 pkgdesc='Yubico YubiKey Personalization GUI'
 arch=('i686' 'x86_64')
 url='https://github.com/Yubico/yubikey-personalization-gui'


[arch-commits] Commit in yubikey-personalization-gui/repos (8 files)

2015-09-30 Thread Christian Hesse
Date: Wednesday, September 30, 2015 @ 10:17:10
  Author: eworm
Revision: 142245

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

Added:
  yubikey-personalization-gui/repos/community-i686/PKGBUILD
(from rev 142244, yubikey-personalization-gui/trunk/PKGBUILD)
  
yubikey-personalization-gui/repos/community-i686/yubikey-personalization-gui.install
(from rev 142244, 
yubikey-personalization-gui/trunk/yubikey-personalization-gui.install)
  yubikey-personalization-gui/repos/community-x86_64/PKGBUILD
(from rev 142244, yubikey-personalization-gui/trunk/PKGBUILD)
  
yubikey-personalization-gui/repos/community-x86_64/yubikey-personalization-gui.install
(from rev 142244, 
yubikey-personalization-gui/trunk/yubikey-personalization-gui.install)
Deleted:
  yubikey-personalization-gui/repos/community-i686/PKGBUILD
  
yubikey-personalization-gui/repos/community-i686/yubikey-personalization-gui.install
  yubikey-personalization-gui/repos/community-x86_64/PKGBUILD
  
yubikey-personalization-gui/repos/community-x86_64/yubikey-personalization-gui.install

--+
 /PKGBUILD|  102 +
 /yubikey-personalization-gui.install |   30 +
 community-i686/PKGBUILD  |   51 
 community-i686/yubikey-personalization-gui.install   |   15 --
 community-x86_64/PKGBUILD|   51 
 community-x86_64/yubikey-personalization-gui.install |   15 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-30 08:17:07 UTC (rev 142244)
+++ community-i686/PKGBUILD 2015-09-30 08:17:10 UTC (rev 142245)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubikey-personalization-gui
-pkgver=3.1.21
-pkgrel=2
-pkgdesc='Yubico YubiKey Personalization GUI'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubikey-personalization-gui'
-license=('BSD')
-depends=('yubikey-personalization' 'qt5-base' 'libxkbcommon-x11')
-makedepends=('git' 'imagemagick')
-provides=('yubikey-personalization-tool')
-conflicts=('yubikey-personalization-tool')
-install=yubikey-personalization-gui.install
-source=("git://github.com/Yubico/yubikey-personalization-gui.git#tag=yubikey-personalization-gui-${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-   cd yubikey-personalization-gui/
-
-   qmake-qt5 "CONFIG += debian"
-   make
-}
-
-check() {
-   cd yubikey-personalization-gui/
-
-   make check
-}
-
-package() {
-   cd yubikey-personalization-gui/
-
-   install -D -m0755 build/release/yubikey-personalization-gui 
"${pkgdir}/usr/bin/yubikey-personalization-gui"
-   install -D -m0644 resources/lin/yubikey-personalization-gui.1 
"${pkgdir}/usr/share/man/man1/yubikey-personalization-gui.1"
-
-   install -D -m0644 resources/lin/yubikey-personalization-gui.desktop 
"${pkgdir}/usr/share/applications/yubikey-personalization-gui.desktop"
-
-   install -D -m0644 resources/lin/yubikey-personalization-gui.png 
"${pkgdir}/usr/share/icons/hicolor/128x128/apps/yubikey-personalization-gui.png"
-   for SIZE in 16 24 32 48 64 96; do
-   convert -scale ${SIZE} \
-   resources/lin/yubikey-personalization-gui.png \
-   ${srcdir}/yubikey-personalization-gui.png
-   install -D -m0644 ${srcdir}/yubikey-personalization-gui.png 
"${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/yubikey-personalization-gui.png"
-   done
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubikey-personalization-gui/COPYING"
-   install -D -m0644 README 
"${pkgdir}/usr/share/doc/yubikey-personalization-gui/README"
-}
-

Copied: yubikey-personalization-gui/repos/community-i686/PKGBUILD (from rev 
142244, yubikey-personalization-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-30 08:17:10 UTC (rev 142245)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=yubikey-personalization-gui
+pkgver=3.1.22
+pkgrel=1
+pkgdesc='Yubico YubiKey Personalization GUI'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubikey-personalization-gui'
+license=('BSD')
+depends=('yubikey-personalization' 'qt5-base' 'libxkbcommon-x11')
+makedepends=('git' 'imagemagick')
+provides=('yubikey-personalization-tool')
+conflicts=('yubikey-personalization-tool')
+install=yubikey-personalization-gui.install
+source=("git://github.com/Yubico/yubikey-personalization-gui.git#tag=yubikey-personalization-gui-${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+   cd yubikey-personalization-gui/
+
+   qmake-qt5 "CONFIG += debian"
+   make
+}
+
+check() {

[arch-commits] Commit in (4 files)

2015-09-30 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 08:18:26
  Author: fyan
Revision: 142240

addpkg: subbrute 1.2.1-1

Added:
  subbrute/
  subbrute/repos/
  subbrute/trunk/
  subbrute/trunk/PKGBUILD

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

Added: subbrute/trunk/PKGBUILD
===
--- subbrute/trunk/PKGBUILD (rev 0)
+++ subbrute/trunk/PKGBUILD 2015-09-30 06:18:26 UTC (rev 142240)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: James An 
+
+pkgname=subbrute
+pkgver=1.2.1
+_tag=77
+pkgrel=1
+pkgdesc="A DNS meta-query spider that enumerates DNS records and subdomains"
+arch=('any')
+url="https://github.com/TheRook/$pkgname;
+license=('GPL')
+depends=('python-dnspython')
+makedepends=('git')
+source=("git+https://github.com/TheRook/$pkgname.git#tag=$_tag;)
+md5sums=('SKIP')
+
+package() {
+  cd $pkgname
+
+  # install upstream files
+  install -m755 -d "$pkgdir/usr/share/$pkgname"
+  install -m644 -t "$pkgdir/usr/share/$pkgname" resolvers.txt names.txt 
names_small.txt
+  install -m755 -t "$pkgdir/usr/share/$pkgname" subbrute.py
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+
+  # create symlink from /usr/bin
+  install -m755 -d "$pkgdir/usr/bin"
+  ln -s "/usr/share/$pkgname/$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+}


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


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

2015-09-30 Thread Massimiliano Torromeo
Date: Wednesday, September 30, 2015 @ 10:46:36
  Author: mtorromeo
Revision: 142247

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

Added:
  python-setproctitle/repos/community-i686/
  python-setproctitle/repos/community-i686/PKGBUILD
(from rev 142246, python-setproctitle/trunk/PKGBUILD)
  python-setproctitle/repos/community-x86_64/
  python-setproctitle/repos/community-x86_64/PKGBUILD
(from rev 142246, python-setproctitle/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   43 +++
 community-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: python-setproctitle/repos/community-i686/PKGBUILD (from rev 142246, 
python-setproctitle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-30 08:46:36 UTC (rev 142247)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=python-setproctitle
+pkgname=(python-setproctitle python2-setproctitle)
+pkgver=1.1.9
+pkgrel=2
+pkgdesc="Allows a python process to change its process title"
+license=("BSD")
+url="https://github.com/dvarrazzo/py-setproctitle;
+makedepends=('python' 'python2')
+arch=('i686' 'x86_64')
+source=(http://pypi.python.org/packages/source/s/setproctitle/setproctitle-$pkgver.tar.gz)
+sha256sums=('1c3414d18f9cacdab78b0ffd8e886d56ad45f22e55001a72aaa0b2aeb56a0ad7')
+
+build() {
+cd "$srcdir"/setproctitle-$pkgver
+
+rm -rf ../buildpy3; mkdir ../buildpy3
+python setup.py build -b ../buildpy3
+
+rm -rf ../buildpy2; mkdir ../buildpy2
+python2 setup.py build -b ../buildpy2
+find ../buildpy2 -name \*.py -exec sed -r '1 
s|^#!(.*)python$|#!\1python2|' -i {} +
+}
+
+package_python-setproctitle() {
+depends=(python)
+
+cd "$srcdir"/setproctitle-$pkgver
+rm -rf build; ln -s ../buildpy3 build
+python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}
+
+package_python2-setproctitle() {
+depends=(python2)
+
+cd "$srcdir"/setproctitle-$pkgver
+rm -rf build; ln -s ../buildpy2 build
+python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}

Copied: python-setproctitle/repos/community-x86_64/PKGBUILD (from rev 142246, 
python-setproctitle/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-30 08:46:36 UTC (rev 142247)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=python-setproctitle
+pkgname=(python-setproctitle python2-setproctitle)
+pkgver=1.1.9
+pkgrel=2
+pkgdesc="Allows a python process to change its process title"
+license=("BSD")
+url="https://github.com/dvarrazzo/py-setproctitle;
+makedepends=('python' 'python2')
+arch=('i686' 'x86_64')
+source=(http://pypi.python.org/packages/source/s/setproctitle/setproctitle-$pkgver.tar.gz)
+sha256sums=('1c3414d18f9cacdab78b0ffd8e886d56ad45f22e55001a72aaa0b2aeb56a0ad7')
+
+build() {
+cd "$srcdir"/setproctitle-$pkgver
+
+rm -rf ../buildpy3; mkdir ../buildpy3
+python setup.py build -b ../buildpy3
+
+rm -rf ../buildpy2; mkdir ../buildpy2
+python2 setup.py build -b ../buildpy2
+find ../buildpy2 -name \*.py -exec sed -r '1 
s|^#!(.*)python$|#!\1python2|' -i {} +
+}
+
+package_python-setproctitle() {
+depends=(python)
+
+cd "$srcdir"/setproctitle-$pkgver
+rm -rf build; ln -s ../buildpy3 build
+python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}
+
+package_python2-setproctitle() {
+depends=(python2)
+
+cd "$srcdir"/setproctitle-$pkgver
+rm -rf build; ln -s ../buildpy2 build
+python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}


[arch-commits] Commit in intellij-idea-libs/trunk (PKGBUILD)

2015-09-30 Thread Lukas Jirkovsky
Date: Wednesday, September 30, 2015 @ 21:58:32
  Author: stativ
Revision: 142277

intellij-idea-libs: prepare for update, use sha256 checksums provided by 
upstream.

Modified:
  intellij-idea-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 19:57:03 UTC (rev 142276)
+++ PKGBUILD2015-09-30 19:58:32 UTC (rev 142277)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-libs
-pkgver=14.1.4
-_pkgver=141.1532.4
+pkgver=14.1.5
+_pkgver=141.2735.5
 pkgrel=1
 epoch=1
 pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('2bb2528fa0747593fa67c3d1daede14d')
+sha256sums=('333d6fd57172ebbe9fe2c83a942ce341500991773aea06a3d49e8829a88cd9a4')
 
 package() {
   cd "idea-IC-$_pkgver"


[arch-commits] Commit in lightdm/repos (38 files)

2015-09-30 Thread Maxime Gauduin
Date: Wednesday, September 30, 2015 @ 21:57:48
  Author: alucryd
Revision: 247944

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

Added:
  lightdm/repos/extra-i686/PKGBUILD
(from rev 247943, lightdm/trunk/PKGBUILD)
  lightdm/repos/extra-i686/Xsession
(from rev 247943, lightdm/trunk/Xsession)
  lightdm/repos/extra-i686/lightdm-autologin.pam
(from rev 247943, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/extra-i686/lightdm-default-config.patch
(from rev 247943, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/extra-i686/lightdm.install
(from rev 247943, lightdm/trunk/lightdm.install)
  lightdm/repos/extra-i686/lightdm.pam
(from rev 247943, lightdm/trunk/lightdm.pam)
  lightdm/repos/extra-i686/lightdm.rules
(from rev 247943, lightdm/trunk/lightdm.rules)
  lightdm/repos/extra-i686/lightdm.service
(from rev 247943, lightdm/trunk/lightdm.service)
  lightdm/repos/extra-i686/lightdm.tmpfiles
(from rev 247943, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/extra-x86_64/PKGBUILD
(from rev 247943, lightdm/trunk/PKGBUILD)
  lightdm/repos/extra-x86_64/Xsession
(from rev 247943, lightdm/trunk/Xsession)
  lightdm/repos/extra-x86_64/lightdm-autologin.pam
(from rev 247943, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/extra-x86_64/lightdm-default-config.patch
(from rev 247943, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/extra-x86_64/lightdm.install
(from rev 247943, lightdm/trunk/lightdm.install)
  lightdm/repos/extra-x86_64/lightdm.pam
(from rev 247943, lightdm/trunk/lightdm.pam)
  lightdm/repos/extra-x86_64/lightdm.rules
(from rev 247943, lightdm/trunk/lightdm.rules)
  lightdm/repos/extra-x86_64/lightdm.service
(from rev 247943, lightdm/trunk/lightdm.service)
  lightdm/repos/extra-x86_64/lightdm.tmpfiles
(from rev 247943, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/extra-i686/PKGBUILD
  lightdm/repos/extra-i686/Xsession
  lightdm/repos/extra-i686/lightdm-autologin.pam
  lightdm/repos/extra-i686/lightdm-default-config.patch
  lightdm/repos/extra-i686/lightdm-disable-libaudit.patch
  lightdm/repos/extra-i686/lightdm.install
  lightdm/repos/extra-i686/lightdm.pam
  lightdm/repos/extra-i686/lightdm.rules
  lightdm/repos/extra-i686/lightdm.service
  lightdm/repos/extra-i686/lightdm.tmpfiles
  lightdm/repos/extra-x86_64/PKGBUILD
  lightdm/repos/extra-x86_64/Xsession
  lightdm/repos/extra-x86_64/lightdm-autologin.pam
  lightdm/repos/extra-x86_64/lightdm-default-config.patch
  lightdm/repos/extra-x86_64/lightdm-disable-libaudit.patch
  lightdm/repos/extra-x86_64/lightdm.install
  lightdm/repos/extra-x86_64/lightdm.pam
  lightdm/repos/extra-x86_64/lightdm.rules
  lightdm/repos/extra-x86_64/lightdm.service
  lightdm/repos/extra-x86_64/lightdm.tmpfiles

-+
 /PKGBUILD   |  272 ++
 /Xsession   |  128 
 /lightdm-autologin.pam  |   26 ++
 /lightdm-default-config.patch   |   66 ++
 /lightdm.install|   24 ++
 /lightdm.pam|   14 +
 /lightdm.rules  |   30 ++
 /lightdm.service|   26 ++
 /lightdm.tmpfiles   |2 
 extra-i686/PKGBUILD |  139 -
 extra-i686/Xsession |   64 --
 extra-i686/lightdm-autologin.pam|   13 -
 extra-i686/lightdm-default-config.patch |   33 ---
 extra-i686/lightdm-disable-libaudit.patch   |   30 --
 extra-i686/lightdm.install  |   12 -
 extra-i686/lightdm.pam  |7 
 extra-i686/lightdm.rules|   15 -
 extra-i686/lightdm.service  |   13 -
 extra-i686/lightdm.tmpfiles |1 
 extra-x86_64/PKGBUILD   |  139 -
 extra-x86_64/Xsession   |   64 --
 extra-x86_64/lightdm-autologin.pam  |   13 -
 extra-x86_64/lightdm-default-config.patch   |   33 ---
 extra-x86_64/lightdm-disable-libaudit.patch |   30 --
 extra-x86_64/lightdm.install|   12 -
 extra-x86_64/lightdm.pam|7 
 extra-x86_64/lightdm.rules  |   15 -
 extra-x86_64/lightdm.service|   13 -
 extra-x86_64/lightdm.tmpfiles   |1 
 29 files changed, 588 insertions(+), 654 deletions(-)

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


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

2015-09-30 Thread Jan Steffens
Date: Wednesday, September 30, 2015 @ 22:12:51
  Author: heftig
Revision: 247949

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

Added:
  clutter-gst/repos/staging-i686/PKGBUILD
(from rev 247948, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/staging-x86_64/PKGBUILD
(from rev 247948, clutter-gst/trunk/PKGBUILD)
Deleted:
  clutter-gst/repos/staging-i686/PKGBUILD
  clutter-gst/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-09-30 20:12:08 UTC (rev 247948)
+++ staging-i686/PKGBUILD   2015-09-30 20:12:51 UTC (rev 247949)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.10
-pkgrel=2
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2dbdbc3292e92684bbdbf1694c61f6b781f5810e4d79a415dfdee2f7ee42148c')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/staging-i686/PKGBUILD (from rev 247948, 
clutter-gst/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-30 20:12:51 UTC (rev 247949)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=clutter-gst
+pkgver=3.0.12
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cd2b2f8db9c21d6295ed0b2811d4c3036fac5796be71d7affdb2b8746f12066c')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
+  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-09-30 20:12:08 UTC (rev 247948)
+++ staging-x86_64/PKGBUILD 2015-09-30 20:12:51 UTC (rev 247949)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.10
-pkgrel=2
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2dbdbc3292e92684bbdbf1694c61f6b781f5810e4d79a415dfdee2f7ee42148c')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/staging-x86_64/PKGBUILD (from rev 247948, 
clutter-gst/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-30 20:12:51 UTC (rev 247949)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander 

[arch-commits] Commit in intellij-idea-libs/repos (4 files)

2015-09-30 Thread Lukas Jirkovsky
Date: Wednesday, September 30, 2015 @ 22:05:23
  Author: stativ
Revision: 142278

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

Added:
  intellij-idea-libs/repos/community-i686/PKGBUILD
(from rev 142277, intellij-idea-libs/trunk/PKGBUILD)
  intellij-idea-libs/repos/community-x86_64/PKGBUILD
(from rev 142277, intellij-idea-libs/trunk/PKGBUILD)
Deleted:
  intellij-idea-libs/repos/community-i686/PKGBUILD
  intellij-idea-libs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-30 19:58:32 UTC (rev 142277)
+++ community-i686/PKGBUILD 2015-09-30 20:05:23 UTC (rev 142278)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=14.1.4
-_pkgver=141.1532.4
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="http://www.jetbrains.org/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('2bb2528fa0747593fa67c3d1daede14d')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-i686/PKGBUILD (from rev 142277, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-30 20:05:23 UTC (rev 142278)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=14.1.5
+_pkgver=141.2735.5
+pkgrel=1
+epoch=1
+pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
+arch=('i686' 'x86_64')
+url="http://www.jetbrains.org/;
+license=('Apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+sha256sums=('333d6fd57172ebbe9fe2c83a942ce341500991773aea06a3d49e8829a88cd9a4')
+
+package() {
+  cd "idea-IC-$_pkgver"
+
+  [ $CARCH == "x86_64" ] && SUFFIX=64
+  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
+  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
+  
+  # libpty
+  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
+  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-30 19:58:32 UTC (rev 142277)
+++ community-x86_64/PKGBUILD   2015-09-30 20:05:23 UTC (rev 142278)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=14.1.4
-_pkgver=141.1532.4
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="http://www.jetbrains.org/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('2bb2528fa0747593fa67c3d1daede14d')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-x86_64/PKGBUILD (from rev 142277, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-30 20:05:23 UTC (rev 142278)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=14.1.5
+_pkgver=141.2735.5
+pkgrel=1
+epoch=1
+pkgdesc="Architecture 

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

2015-09-30 Thread Sébastien Luttringer
Date: Wednesday, September 30, 2015 @ 22:01:14
  Author: seblu
Revision: 247947

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

Added:
  
libunwind/repos/extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
(from rev 247946, 
libunwind/trunk/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch)
  libunwind/repos/extra-i686/PKGBUILD
(from rev 247946, libunwind/trunk/PKGBUILD)
  
libunwind/repos/extra-x86_64/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
(from rev 247946, 
libunwind/trunk/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch)
  libunwind/repos/extra-x86_64/PKGBUILD
(from rev 247946, libunwind/trunk/PKGBUILD)
Deleted:
  
libunwind/repos/extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
  
libunwind/repos/extra-x86_64/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch

--+
 /001-invalid-dwarf-opcodes-can-cause-references-beyond.patch |   
22 +
 extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch   |   
21 -
 extra-i686/PKGBUILD  |   
41 ++
 extra-x86_64/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch |   
21 -
 extra-x86_64/PKGBUILD|   
41 ++
 5 files changed, 104 insertions(+), 42 deletions(-)

Deleted: extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
===
--- extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch  
2015-09-30 20:00:20 UTC (rev 247946)
+++ extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch  
2015-09-30 20:01:14 UTC (rev 247947)
@@ -1,21 +0,0 @@
-From 396b6c7ab737e2bff244d640601c436a26260ca1 Mon Sep 17 00:00:00 2001
-From: Arun Sharma 
-Date: Sat, 20 Jun 2015 02:47:22 +
-Subject: Invalid dwarf opcodes can cause references beyond the end of the 
array.
-

-diff --git a/include/dwarf_i.h b/include/dwarf_i.h
-index 1e6231e..4a02a7d 100644
 a/include/dwarf_i.h
-+++ b/include/dwarf_i.h
-@@ -20,7 +20,7 @@
- extern const uint8_t dwarf_to_unw_regnum_map[DWARF_REGNUM_MAP_LENGTH];
- /* REG is evaluated multiple times; it better be side-effects free!  */
- # define dwarf_to_unw_regnum(reg) \
--  (((reg) <= DWARF_REGNUM_MAP_LENGTH) ? dwarf_to_unw_regnum_map[reg] : 0)
-+  (((reg) < DWARF_REGNUM_MAP_LENGTH) ? dwarf_to_unw_regnum_map[reg] : 0)
- #endif
- 
- #ifdef UNW_LOCAL_ONLY
---
-cgit v0.9.0.2

Copied: 
libunwind/repos/extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
 (from rev 247946, 
libunwind/trunk/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch)
===
--- extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch  
(rev 0)
+++ extra-i686/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch  
2015-09-30 20:01:14 UTC (rev 247947)
@@ -0,0 +1,11 @@
+--- a/include/dwarf_i.h
 b/include/dwarf_i.h
+@@ -20,7 +20,7 @@
+ extern const uint8_t dwarf_to_unw_regnum_map[DWARF_REGNUM_MAP_LENGTH];
+ /* REG is evaluated multiple times; it better be side-effects free!  */
+ # define dwarf_to_unw_regnum(reg)   \
+-  (((reg) <= DWARF_REGNUM_MAP_LENGTH) ? dwarf_to_unw_regnum_map[reg] : 0)
++  (((reg) < DWARF_REGNUM_MAP_LENGTH) ? dwarf_to_unw_regnum_map[reg] : 0)
+ #endif
+ 
+ #ifdef UNW_LOCAL_ONLY

Copied: libunwind/repos/extra-i686/PKGBUILD (from rev 247946, 
libunwind/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-30 20:01:14 UTC (rev 247947)
@@ -0,0 +1,41 @@
+# $id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Lawrence Lee 
+# Contributor: Phillip Marvin 
+# Contributor: keystone 
+
+pkgname=libunwind
+pkgver=1.1
+pkgrel=3
+pkgdesc='Portable and efficient C programming interface (API) to determine the 
call-chain of a program'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/libunwind/'
+license=('GPL')
+depends=('glibc' 'xz')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
+'001-invalid-dwarf-opcodes-can-cause-references-beyond.patch')
+md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce'
+ '73db2376e195a716f271ebce6bb7e5c0')
+
+prepare() {
+  patch -p1 -d $pkgname-$pkgver < 
001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # This function is ``supposed'' to fail. 

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

2015-09-30 Thread Maxime Gauduin
Date: Wednesday, September 30, 2015 @ 22:07:53
  Author: alucryd
Revision: 142279

upgpkg: lib32-wayland 1.9.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 20:05:23 UTC (rev 142278)
+++ PKGBUILD2015-09-30 20:07:53 UTC (rev 142279)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.8.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('lib32-libffi' 'lib32-expat' 'wayland')
 source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
-sha256sums=('f17c938d1c24fd0a10f650a623a2775d329db3168b5732e498b08388ec776fc8')
+sha256sums=('9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa')
 
 build() {
   cd wayland-${pkgver}


[arch-commits] Commit in lightdm/trunk (PKGBUILD lightdm-disable-libaudit.patch)

2015-09-30 Thread Maxime Gauduin
Date: Wednesday, September 30, 2015 @ 21:53:16
  Author: alucryd
Revision: 247943

upgpkg: lightdm 1:1.16.3-1

Modified:
  lightdm/trunk/PKGBUILD
Deleted:
  lightdm/trunk/lightdm-disable-libaudit.patch

+
 PKGBUILD   |9 +++--
 lightdm-disable-libaudit.patch |   30 --
 2 files changed, 3 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 19:30:38 UTC (rev 247942)
+++ PKGBUILD2015-09-30 19:53:16 UTC (rev 247943)
@@ -4,7 +4,7 @@
 
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
-pkgver=1.16.2
+pkgver=1.16.3
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight display manager'
@@ -13,7 +13,7 @@
 license=('GPL3' 'LGPL3')
 makedepends=('gcc-libs' 'glib2' 'glibc' 'gobject-introspection' 'gtk-doc'
  'intltool' 'itstool' 'libgcrypt' 'libx11' 'libxcb' 'libxdmcp'
- 'libxklavier' 'pam' 'polkit' 'qt4' 'qt5-base')
+ 'libxklavier' 'pam' 'polkit' 'qt4' 'qt5-base' 'vala')
 
source=("https://launchpad.net/lightdm/${pkgver%.*}/${pkgver}/+download/lightdm-${pkgver}.tar.xz;
 'lightdm.service'
 'lightdm.tmpfiles'
@@ -21,9 +21,8 @@
 'lightdm-autologin.pam'
 'lightdm.rules'
 'lightdm-default-config.patch'
-'lightdm-disable-libaudit.patch'
 'Xsession')
-sha256sums=('18024767158e29adca327778cb05440338972187f15263664d8266b982905218'
+sha256sums=('c88b0ea63949724f807f5835f1a8a9468a4102e2dfad902d539f7f6bd0bb5b4b'
 '8e4fb09f524fad640e92ba41d546f0cb39b0a9662789fd8d14cfc6578a149142'
 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f'
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
@@ -30,7 +29,6 @@
 '33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
 'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
 'f33edad87232043f7c355b3a4db055fd84ab2c0741da110cf416fbdf005d294f'
-'88e406ddd2fb1d74f0a8fc634941127fcccd991f009609ec7c42b60659175f04'
 'd30321a1b490500483b8ed7825fcff2c24a7c760ac627789ff517693888ec3c5')
 
 prepare() {
@@ -37,7 +35,6 @@
   cd lightdm-${pkgver}
 
   patch -Np1 -i ../lightdm-default-config.patch
-  patch -Np1 -i ../lightdm-disable-libaudit.patch
 }
 
 build() {

Deleted: lightdm-disable-libaudit.patch
===
--- lightdm-disable-libaudit.patch  2015-09-30 19:30:38 UTC (rev 247942)
+++ lightdm-disable-libaudit.patch  2015-09-30 19:53:16 UTC (rev 247943)
@@ -1,30 +0,0 @@
-diff -rupN lightdm-1.16.2.orig/src/session-child.c 
lightdm-1.16.2/src/session-child.c
 lightdm-1.16.2.orig/src/session-child.c2015-09-23 11:21:10.110684089 
+0200
-+++ lightdm-1.16.2/src/session-child.c 2015-09-23 11:21:53.502937957 +0200
-@@ -417,7 +417,7 @@ session_child_run (int argc, char **argv
- 
- updwtmpx ("/var/log/btmp", );
- 
--audit_event (AUDIT_USER_LOGIN, username, -1, remote_host_name, 
tty, FALSE);
-+//audit_event (AUDIT_USER_LOGIN, username, -1, remote_host_name, 
tty, FALSE);
- }
- 
- /* Check account is valid */
-@@ -734,7 +734,7 @@ session_child_run (int argc, char **argv
- endutxent ();
- updwtmpx ("/var/log/wtmp", );
- 
--audit_event (AUDIT_USER_LOGIN, username, uid, remote_host_name, 
tty, TRUE);
-+//audit_event (AUDIT_USER_LOGIN, username, uid, remote_host_name, 
tty, TRUE);
- }
- 
- waitpid (child_pid, _code, 0);
-@@ -772,7 +772,7 @@ session_child_run (int argc, char **argv
- endutxent ();
- updwtmpx ("/var/log/wtmp", );
- 
--audit_event (AUDIT_USER_LOGOUT, username, uid, remote_host_name, 
tty, TRUE);
-+//audit_event (AUDIT_USER_LOGOUT, username, uid, 
remote_host_name, tty, TRUE);
- }
- }
- 


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

2015-09-30 Thread Jan Steffens
Date: Wednesday, September 30, 2015 @ 22:12:08
  Author: heftig
Revision: 247948

3.0.12

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 20:01:14 UTC (rev 247947)
+++ PKGBUILD2015-09-30 20:12:08 UTC (rev 247948)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=clutter-gst
-pkgver=3.0.10
-pkgrel=2
+pkgver=3.0.12
+pkgrel=1
 pkgdesc="GStreamer bindings for clutter"
 arch=(i686 x86_64)
 url="http://www.clutter-project.org/;
@@ -11,7 +11,7 @@
 depends=(clutter gst-plugins-base-libs libxdamage libgudev)
 makedepends=(gobject-introspection)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2dbdbc3292e92684bbdbf1694c61f6b781f5810e4d79a415dfdee2f7ee42148c')
+sha256sums=('cd2b2f8db9c21d6295ed0b2811d4c3036fac5796be71d7affdb2b8746f12066c')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

2015-09-30 Thread Lukas Jirkovsky
Date: Wednesday, September 30, 2015 @ 22:11:42
  Author: stativ
Revision: 142281

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 142280, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 142280, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 142280, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
(from rev 142280, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--+
 PKGBUILD |   86 -
 idea.desktop |   22 +++---
 idea.install |   18 +--
 idea.sh  |8 ++---
 4 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-30 20:08:34 UTC (rev 142280)
+++ PKGBUILD2015-09-30 20:11:42 UTC (rev 142281)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=14.1.4
-_pkgver=141.1532.4
-pkgrel=1
-epoch=1
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="http://www.jetbrains.org/;
-license=('Apache')
-depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-md5sums=('2bb2528fa0747593fa67c3d1daede14d'
- '074bca11876cd1129e74feafd6271670'
- 'f27bad35ee8e6445ca2f8a591bca895a')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
142280, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-30 20:11:42 UTC (rev 142281)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=14.1.5
+_pkgver=141.2735.5
+pkgrel=1
+epoch=1
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="http://www.jetbrains.org/;
+license=('Apache')
+depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+sha256sums=('333d6fd57172ebbe9fe2c83a942ce341500991773aea06a3d49e8829a88cd9a4'
+'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
+'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
+   "$pkgdir"/usr/share/pixmaps/idea.png
+
+  # workaround FS#40934
+  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
+}

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2015-09-30 Thread Lukas Jirkovsky
Date: Wednesday, September 30, 2015 @ 21:57:03
  Author: stativ
Revision: 142276

intellij-idea-community-edition: prepare for update, add some missing 
dependencies (FS #45908)

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 19:20:31 UTC (rev 142275)
+++ PKGBUILD2015-09-30 19:57:03 UTC (rev 142276)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-community-edition
-pkgver=14.1.4
-_pkgver=141.1532.4
+pkgver=14.1.5
+_pkgver=141.2735.5
 pkgrel=1
 epoch=1
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
@@ -9,13 +9,13 @@
 arch=('any')
 url="http://www.jetbrains.org/;
 license=('Apache')
-depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst')
+depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
 idea.desktop idea.sh)
-md5sums=('2bb2528fa0747593fa67c3d1daede14d'
- '074bca11876cd1129e74feafd6271670'
- 'f27bad35ee8e6445ca2f8a591bca895a')
+sha256sums=('333d6fd57172ebbe9fe2c83a942ce341500991773aea06a3d49e8829a88cd9a4'
+'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
+'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
 
 package() {
   install -d -m755 "$pkgdir/"usr/share


[arch-commits] Commit in libunwind/trunk (2 files)

2015-09-30 Thread Sébastien Luttringer
Date: Wednesday, September 30, 2015 @ 22:00:07
  Author: seblu
Revision: 247945

upgpkg: libunwind 1.1-3

- fix FS#46474 (apply the patch actually)

Modified:
  libunwind/trunk/001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
  libunwind/trunk/PKGBUILD

-+
 001-invalid-dwarf-opcodes-can-cause-references-beyond.patch |   12 --
 PKGBUILD|6 -
 2 files changed, 6 insertions(+), 12 deletions(-)

Modified: 001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
===
--- 001-invalid-dwarf-opcodes-can-cause-references-beyond.patch 2015-09-30 
19:57:48 UTC (rev 247944)
+++ 001-invalid-dwarf-opcodes-can-cause-references-beyond.patch 2015-09-30 
20:00:07 UTC (rev 247945)
@@ -1,21 +1,11 @@
-From 396b6c7ab737e2bff244d640601c436a26260ca1 Mon Sep 17 00:00:00 2001
-From: Arun Sharma 
-Date: Sat, 20 Jun 2015 02:47:22 +
-Subject: Invalid dwarf opcodes can cause references beyond the end of the 
array.
-

-diff --git a/include/dwarf_i.h b/include/dwarf_i.h
-index 1e6231e..4a02a7d 100644
 --- a/include/dwarf_i.h
 +++ b/include/dwarf_i.h
 @@ -20,7 +20,7 @@
  extern const uint8_t dwarf_to_unw_regnum_map[DWARF_REGNUM_MAP_LENGTH];
  /* REG is evaluated multiple times; it better be side-effects free!  */
- # define dwarf_to_unw_regnum(reg) \
+ # define dwarf_to_unw_regnum(reg)   \
 -  (((reg) <= DWARF_REGNUM_MAP_LENGTH) ? dwarf_to_unw_regnum_map[reg] : 0)
 +  (((reg) < DWARF_REGNUM_MAP_LENGTH) ? dwarf_to_unw_regnum_map[reg] : 0)
  #endif
  
  #ifdef UNW_LOCAL_ONLY
---
-cgit v0.9.0.2

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 19:57:48 UTC (rev 247944)
+++ PKGBUILD2015-09-30 20:00:07 UTC (rev 247945)
@@ -15,8 +15,12 @@
 
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
 '001-invalid-dwarf-opcodes-can-cause-references-beyond.patch')
 md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce'
- 'ea8aa624d6b6eaf1cbf56dfb48468e92')
+ '73db2376e195a716f271ebce6bb7e5c0')
 
+prepare() {
+  patch -p1 -d $pkgname-$pkgver < 
001-invalid-dwarf-opcodes-can-cause-references-beyond.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr


[arch-commits] Commit in libunwind/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2015-09-30 Thread Sébastien Luttringer
Date: Wednesday, September 30, 2015 @ 22:00:20
  Author: seblu
Revision: 247946

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

Deleted:
  libunwind/repos/extra-i686/PKGBUILD
  libunwind/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   37 -
 extra-x86_64/PKGBUILD |   37 -
 2 files changed, 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-30 20:00:07 UTC (rev 247945)
+++ extra-i686/PKGBUILD 2015-09-30 20:00:20 UTC (rev 247946)
@@ -1,37 +0,0 @@
-# $id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Lawrence Lee 
-# Contributor: Phillip Marvin 
-# Contributor: keystone 
-
-pkgname=libunwind
-pkgver=1.1
-pkgrel=3
-pkgdesc='Portable and efficient C programming interface (API) to determine the 
call-chain of a program'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/libunwind/'
-license=('GPL')
-depends=('glibc' 'xz')
-source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
-'001-invalid-dwarf-opcodes-can-cause-references-beyond.patch')
-md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce'
- 'ea8aa624d6b6eaf1cbf56dfb48468e92')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
-  make check || return 0
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-30 20:00:07 UTC (rev 247945)
+++ extra-x86_64/PKGBUILD   2015-09-30 20:00:20 UTC (rev 247946)
@@ -1,37 +0,0 @@
-# $id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Lawrence Lee 
-# Contributor: Phillip Marvin 
-# Contributor: keystone 
-
-pkgname=libunwind
-pkgver=1.1
-pkgrel=3
-pkgdesc='Portable and efficient C programming interface (API) to determine the 
call-chain of a program'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/libunwind/'
-license=('GPL')
-depends=('glibc' 'xz')
-source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
-'001-invalid-dwarf-opcodes-can-cause-references-beyond.patch')
-md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce'
- 'ea8aa624d6b6eaf1cbf56dfb48468e92')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
-  make check || return 0
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:


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

2015-09-30 Thread Maxime Gauduin
Date: Wednesday, September 30, 2015 @ 22:08:34
  Author: alucryd
Revision: 142280

archrelease: copy trunk to community-x86_64

Added:
  lib32-wayland/repos/community-x86_64/
  lib32-wayland/repos/community-x86_64/PKGBUILD
(from rev 142279, lib32-wayland/trunk/PKGBUILD)

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

Copied: lib32-wayland/repos/community-x86_64/PKGBUILD (from rev 142279, 
lib32-wayland/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-30 20:08:34 UTC (rev 142280)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-libffi' 'lib32-expat' 'wayland')
+source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
+sha256sums=('9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa')
+
+build() {
+  cd wayland-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-documentation \
+--disable-static
+  make
+}
+
+package() {
+  cd wayland-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s wayland "${pkgdir}"/usr/share/licenses/lib32-wayland
+}
+
+# vim: ts=2 sw=2 et:


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

2015-09-30 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 13:31:38
  Author: fyan
Revision: 142249

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

Added:
  python-setproctitle/repos/community-testing-i686/
  python-setproctitle/repos/community-testing-i686/PKGBUILD
(from rev 142248, python-setproctitle/trunk/PKGBUILD)
  python-setproctitle/repos/community-testing-x86_64/
  python-setproctitle/repos/community-testing-x86_64/PKGBUILD
(from rev 142248, python-setproctitle/trunk/PKGBUILD)

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

Copied: python-setproctitle/repos/community-testing-i686/PKGBUILD (from rev 
142248, python-setproctitle/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-30 11:31:38 UTC (rev 142249)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=python-setproctitle
+pkgname=(python-setproctitle python2-setproctitle)
+pkgver=1.1.9
+pkgrel=3
+pkgdesc="Allows a python process to change its process title"
+license=("BSD")
+url="https://github.com/dvarrazzo/py-setproctitle;
+makedepends=('python' 'python2')
+arch=('i686' 'x86_64')
+source=(http://pypi.python.org/packages/source/s/setproctitle/setproctitle-$pkgver.tar.gz)
+sha256sums=('1c3414d18f9cacdab78b0ffd8e886d56ad45f22e55001a72aaa0b2aeb56a0ad7')
+
+build() {
+cd "$srcdir"/setproctitle-$pkgver
+
+rm -rf ../buildpy3; mkdir ../buildpy3
+python setup.py build -b ../buildpy3
+
+rm -rf ../buildpy2; mkdir ../buildpy2
+python2 setup.py build -b ../buildpy2
+find ../buildpy2 -name \*.py -exec sed -r '1 
s|^#!(.*)python$|#!\1python2|' -i {} +
+}
+
+package_python-setproctitle() {
+depends=(python)
+
+cd "$srcdir"/setproctitle-$pkgver
+rm -rf build; ln -s ../buildpy3 build
+python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}
+
+package_python2-setproctitle() {
+depends=(python2)
+
+cd "$srcdir"/setproctitle-$pkgver
+rm -rf build; ln -s ../buildpy2 build
+python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}

Copied: python-setproctitle/repos/community-testing-x86_64/PKGBUILD (from rev 
142248, python-setproctitle/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-30 11:31:38 UTC (rev 142249)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=python-setproctitle
+pkgname=(python-setproctitle python2-setproctitle)
+pkgver=1.1.9
+pkgrel=3
+pkgdesc="Allows a python process to change its process title"
+license=("BSD")
+url="https://github.com/dvarrazzo/py-setproctitle;
+makedepends=('python' 'python2')
+arch=('i686' 'x86_64')
+source=(http://pypi.python.org/packages/source/s/setproctitle/setproctitle-$pkgver.tar.gz)
+sha256sums=('1c3414d18f9cacdab78b0ffd8e886d56ad45f22e55001a72aaa0b2aeb56a0ad7')
+
+build() {
+cd "$srcdir"/setproctitle-$pkgver
+
+rm -rf ../buildpy3; mkdir ../buildpy3
+python setup.py build -b ../buildpy3
+
+rm -rf ../buildpy2; mkdir ../buildpy2
+python2 setup.py build -b ../buildpy2
+find ../buildpy2 -name \*.py -exec sed -r '1 
s|^#!(.*)python$|#!\1python2|' -i {} +
+}
+
+package_python-setproctitle() {
+depends=(python)
+
+cd "$srcdir"/setproctitle-$pkgver
+rm -rf build; ln -s ../buildpy3 build
+python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}
+
+package_python2-setproctitle() {
+depends=(python2)
+
+cd "$srcdir"/setproctitle-$pkgver
+rm -rf build; ln -s ../buildpy2 build
+python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}


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

2015-09-30 Thread Felix Yan
Date: Wednesday, September 30, 2015 @ 13:31:04
  Author: fyan
Revision: 142248

upgpkg: python-setproctitle 1.1.9-3

rebuild for python 3.5

Modified:
  python-setproctitle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 08:46:36 UTC (rev 142247)
+++ PKGBUILD2015-09-30 11:31:04 UTC (rev 142248)
@@ -4,7 +4,7 @@
 pkgname=python-setproctitle
 pkgname=(python-setproctitle python2-setproctitle)
 pkgver=1.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Allows a python process to change its process title"
 license=("BSD")
 url="https://github.com/dvarrazzo/py-setproctitle;


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

2015-09-30 Thread Laurent Carlier
Date: Wednesday, September 30, 2015 @ 15:33:42
  Author: lcarlier
Revision: 142251

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-30 13:33:37 UTC (rev 142250)
+++ PKGBUILD2015-09-30 13:33:42 UTC (rev 142251)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Maintainer: Tom Gundersen 
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-pkgver=225
-pkgrel=1
-pkgdesc="system and service manager (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/systemd;
-license=('GPL2' 'LGPL2.1' 'MIT')
-depends=('lib32-libgcrypt' 'lib32-xz' 'lib32-libcap' 'lib32-acl' 
'lib32-libidn' 'lib32-gcc-libs' 'systemd')
-makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-glib2' 
'intltool' 'gperf'
- 'lib32-curl' 'lib32-bzip2' 'git')
-source=("git://github.com/systemd/systemd.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd systemd
-
-  ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd systemd
-
-  local timeservers=({0..3}.arch.pool.ntp.org)
-
-  ./configure \
---libexecdir=/usr/lib32 \
---libdir=/usr/lib32 \
---localstatedir=/var \
---sysconfdir=/etc \
---enable-compat-libs \
---disable-audit \
---disable-tests \
---disable-ima \
---disable-kdbus \
---disable-seccomp \
---disable-pam \
---disable-kmod \
---disable-networkd \
---disable-blkid \
---disable-libiptc \
---disable-manpages \
---without-python \
---disable-libcryptsetup \
---with-sysvinit-path= \
---with-sysvrcnd-path= \
---with-ntp-servers="${timeservers[*]}"
-
-  make
-}
-
-package() {
-  cd systemd
-
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/{etc,var}
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-
-  install -m755 -d "${pkgdir}/usr/share/licenses"
-  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
-}

Copied: lib32-systemd/repos/multilib-x86_64/PKGBUILD (from rev 142250, 
lib32-systemd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-30 13:33:42 UTC (rev 142251)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=226
+pkgrel=1
+pkgdesc="system and service manager (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-libgcrypt' 'lib32-xz' 'lib32-libcap' 'lib32-acl' 
'lib32-libidn' 'lib32-gcc-libs' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-glib2' 
'intltool' 'gperf'
+ 'lib32-curl' 'lib32-bzip2' 'git')
+source=("git://github.com/systemd/systemd.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd systemd
+
+  ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd systemd
+
+  local timeservers=({0..3}.arch.pool.ntp.org)
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--enable-compat-libs \
+--disable-audit \
+--disable-tests \
+--disable-ima \
+--disable-kdbus \
+--disable-seccomp \
+--disable-pam \
+--disable-kmod \
+--disable-networkd \
+--disable-blkid \
+--disable-libiptc \
+--disable-manpages \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-ntp-servers="${timeservers[*]}"
+
+  make
+}
+
+package() {
+  cd systemd
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+
+  install -m755 -d "${pkgdir}/usr/share/licenses"
+  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
+}


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

2015-09-30 Thread Laurent Carlier
Date: Wednesday, September 30, 2015 @ 15:33:37
  Author: lcarlier
Revision: 142250

upgpkg: lib32-systemd 226-1

upstream update 226

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 11:31:38 UTC (rev 142249)
+++ PKGBUILD2015-09-30 13:33:37 UTC (rev 142250)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=225
+pkgver=226
 pkgrel=1
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')


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

2015-09-30 Thread Felix Yan
Date: Thursday, October 1, 2015 @ 01:35:48
  Author: fyan
Revision: 142282

upgpkg: python-flask-login 0.3.1-1

Modified:
  python-flask-login/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 20:11:42 UTC (rev 142281)
+++ PKGBUILD2015-09-30 23:35:48 UTC (rev 142282)
@@ -3,8 +3,9 @@
 
 pkgbase=python-flask-login
 pkgname=('python2-flask-login' 'python-flask-login')
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+_commit=f1d961c0973b83a5f1ab935b20f1be99a445882a
+pkgrel=1
 pkgdesc="User session management for Flask."
 arch=('any')
 url="https://pythonhosted.org/Flask-Login/;
@@ -11,7 +12,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask' 'git')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-blinker' 'python2-blinker')
-source=("git+https://github.com/maxcountryman/flask-login.git#tag=$pkgver;)
+source=("git+https://github.com/maxcountryman/flask-login.git#commit=$_commit;)
 md5sums=('SKIP')
 
 prepare() {


[arch-commits] Commit in python-flask-login/repos/community-testing-any (2 files)

2015-09-30 Thread Felix Yan
Date: Thursday, October 1, 2015 @ 01:36:12
  Author: fyan
Revision: 142283

archrelease: copy trunk to community-testing-any

Added:
  python-flask-login/repos/community-testing-any/PKGBUILD
(from rev 142282, python-flask-login/trunk/PKGBUILD)
Deleted:
  python-flask-login/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-30 23:35:48 UTC (rev 142282)
+++ PKGBUILD2015-09-30 23:36:12 UTC (rev 142283)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-flask-login
-pkgname=('python2-flask-login' 'python-flask-login')
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="User session management for Flask."
-arch=('any')
-url="https://pythonhosted.org/Flask-Login/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-blinker' 'python2-blinker')
-source=("git+https://github.com/maxcountryman/flask-login.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a flask-login{,-py2}
-}
-
-check() {
-  cd "$srcdir/flask-login"
-  nosetests3
-
-  cd "$srcdir/flask-login-py2"
-  # https://github.com/maxcountryman/flask-login/issues/232
-  nosetests2 || warning "Tests failed"
-}
-
-package_python-flask-login() {
-  depends=('python-flask')
-
-  cd flask-login
-  python setup.py install --root="$pkgdir/" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_python2-flask-login() {
-  depends=('python2-flask')
-
-  cd flask-login-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-flask-login/repos/community-testing-any/PKGBUILD (from rev 
142282, python-flask-login/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-30 23:36:12 UTC (rev 142283)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-flask-login
+pkgname=('python2-flask-login' 'python-flask-login')
+pkgver=0.3.1
+_commit=f1d961c0973b83a5f1ab935b20f1be99a445882a
+pkgrel=1
+pkgdesc="User session management for Flask."
+arch=('any')
+url="https://pythonhosted.org/Flask-Login/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-blinker' 'python2-blinker')
+source=("git+https://github.com/maxcountryman/flask-login.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a flask-login{,-py2}
+}
+
+check() {
+  cd "$srcdir/flask-login"
+  nosetests3
+
+  cd "$srcdir/flask-login-py2"
+  # https://github.com/maxcountryman/flask-login/issues/232
+  nosetests2 || warning "Tests failed"
+}
+
+package_python-flask-login() {
+  depends=('python-flask')
+
+  cd flask-login
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python2-flask-login() {
+  depends=('python2-flask')
+
+  cd flask-login-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2015-09-30 Thread Felix Yan
Date: Thursday, October 1, 2015 @ 05:49:05
  Author: fyan
Revision: 247950

upgpkg: autogen 5.18.6-1

Modified:
  autogen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 20:12:51 UTC (rev 247949)
+++ PKGBUILD2015-10-01 03:49:05 UTC (rev 247950)
@@ -4,7 +4,7 @@
 # Contributor: Tor Krill
 
 pkgname=autogen
-pkgver=5.18.5
+pkgver=5.18.6
 pkgrel=1
 pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('guile' 'libxml2')
 install=autogen.install
 
source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('25799e0add1d6314cf868b3b5fef69b8'
+md5sums=('db0a9594979200a99d286aa85d492d21'
  'SKIP')
 validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221') # Bruce Korb 

 


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

2015-09-30 Thread Felix Yan
Date: Thursday, October 1, 2015 @ 05:49:44
  Author: fyan
Revision: 247951

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

Added:
  autogen/repos/extra-i686/PKGBUILD
(from rev 247950, autogen/trunk/PKGBUILD)
  autogen/repos/extra-i686/autogen.install
(from rev 247950, autogen/trunk/autogen.install)
  autogen/repos/extra-x86_64/PKGBUILD
(from rev 247950, autogen/trunk/PKGBUILD)
  autogen/repos/extra-x86_64/autogen.install
(from rev 247950, autogen/trunk/autogen.install)
Deleted:
  autogen/repos/extra-i686/PKGBUILD
  autogen/repos/extra-i686/autogen.install
  autogen/repos/extra-x86_64/PKGBUILD
  autogen/repos/extra-x86_64/autogen.install

--+
 /PKGBUILD|   58 +
 /autogen.install |   40 
 extra-i686/PKGBUILD  |   29 
 extra-i686/autogen.install   |   20 --
 extra-x86_64/PKGBUILD|   29 
 extra-x86_64/autogen.install |   20 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-01 03:49:05 UTC (rev 247950)
+++ extra-i686/PKGBUILD 2015-10-01 03:49:44 UTC (rev 247951)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Arjan Timmerman 
-# Contributor: Tor Krill
-
-pkgname=autogen
-pkgver=5.18.5
-pkgrel=1
-pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/autogen/;
-license=('GPL3')
-depends=('guile' 'libxml2')
-install=autogen.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('25799e0add1d6314cf868b3b5fef69b8'
- 'SKIP')
-validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221') # Bruce Korb 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-} 

Copied: autogen/repos/extra-i686/PKGBUILD (from rev 247950, 
autogen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-01 03:49:44 UTC (rev 247951)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Arjan Timmerman 
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.18.6
+pkgrel=1
+pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/autogen/;
+license=('GPL3')
+depends=('guile' 'libxml2')
+install=autogen.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('db0a9594979200a99d286aa85d492d21'
+ 'SKIP')
+validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221') # Bruce Korb 

+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 

Deleted: extra-i686/autogen.install
===
--- extra-i686/autogen.install  2015-10-01 03:49:05 UTC (rev 247950)
+++ extra-i686/autogen.install  2015-10-01 03:49:44 UTC (rev 247951)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(autogen.info autogen.info-1 autogen.info-2)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/${file}.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: autogen/repos/extra-i686/autogen.install (from rev 247950, 
autogen/trunk/autogen.install)
===
--- extra-i686/autogen.install  (rev 0)
+++ extra-i686/autogen.install  2015-10-01 03:49:44 UTC (rev 247951)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(autogen.info autogen.info-1 autogen.info-2)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/${file}.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-01 03:49:05 UTC (rev 247950)
+++ extra-x86_64/PKGBUILD   

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

2015-09-30 Thread Gaetan Bisson
Date: Wednesday, September 30, 2015 @ 19:18:46
  Author: bisson
Revision: 142266

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

Added:
  qmmp/repos/community-staging-i686/
  qmmp/repos/community-staging-i686/PKGBUILD
(from rev 142265, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-staging-i686/qmmp.changelog
(from rev 142265, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-staging-i686/qmmp.install
(from rev 142265, qmmp/trunk/qmmp.install)
  qmmp/repos/community-staging-x86_64/
  qmmp/repos/community-staging-x86_64/PKGBUILD
(from rev 142265, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-staging-x86_64/qmmp.changelog
(from rev 142265, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-staging-x86_64/qmmp.install
(from rev 142265, qmmp/trunk/qmmp.install)

-+
 community-staging-i686/PKGBUILD |   51 ++
 community-staging-i686/qmmp.changelog   |  147 ++
 community-staging-i686/qmmp.install |   12 ++
 community-staging-x86_64/PKGBUILD   |   51 ++
 community-staging-x86_64/qmmp.changelog |  147 ++
 community-staging-x86_64/qmmp.install   |   12 ++
 6 files changed, 420 insertions(+)

Copied: qmmp/repos/community-staging-i686/PKGBUILD (from rev 142265, 
qmmp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-30 17:18:46 UTC (rev 142266)
@@ -0,0 +1,51 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="Qt4 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate'
+ 'libmodplug' 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 
'libgme' 'libsidplayfp' 'opusfile' 'wildmidi')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/qmmp-dev/files/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9314f8b019689fa9f3f1bc8df4076a4b32d384ad992d578fd437284a5c86918b')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DUSE_HAL:BOOL=FALSE
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+  fi
+}

Copied: qmmp/repos/community-staging-i686/qmmp.changelog (from rev 142265, 
qmmp/trunk/qmmp.changelog)
===
--- community-staging-i686/qmmp.changelog   (rev 0)
+++ community-staging-i686/qmmp.changelog   2015-09-30 17:18:46 UTC (rev 
142266)
@@ -0,0 +1,147 @@
+2015-08-26 Jaroslav Lichtblau 
+   * qmmp 0.8.8-1
+
+2015-08-12 Jaroslav Lichtblau 
+   * qmmp 0.8.7-1
+
+2015-08-09 Jaroslav Lichtblau 
+   * qmmp 0.8.6-1
+
+2015-06-07 Jaroslav Lichtblau 
+   * qmmp 0.8.5-1
+
+2015-04-27 Jaroslav Lichtblau 
+   * qmmp 0.8.4-2 FS#44558 implemented
+
+2015-04-18 Jaroslav Lichtblau 
+   * qmmp 0.8.4-1
+
+2015-01-09 Jaroslav Lichtblau 
+   * qmmp 0.8.3-1
+
+2014-10-13 Jaroslav Lichtblau 
+   * qmmp 0.8.2-1
+
+2014-08-07 Jaroslav Lichtblau 
+   * qmmp 0.8.1-1
+
+2014-07-05 Jaroslav Lichtblau 
+   * qmmp 0.8.0-1
+
+2014-05-25 Jaroslav Lichtblau 
+   * qmmp 0.7.7-1
+
+2014-04-07 Jaroslav Lichtblau 
+   * qmmp 0.7.6-1
+
+2014-02-15 Jaroslav Lichtblau 
+   * qmmp 0.7.5-1
+

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

2015-09-30 Thread Gaetan Bisson
Date: Wednesday, September 30, 2015 @ 19:21:54
  Author: bisson
Revision: 247930

db-move: moved audacious-plugins from [staging] to [testing] (i686, x86_64)

Added:
  audacious-plugins/repos/testing-i686/
  audacious-plugins/repos/testing-i686/PKGBUILD
(from rev 247929, audacious-plugins/repos/staging-i686/PKGBUILD)
  audacious-plugins/repos/testing-x86_64/
  audacious-plugins/repos/testing-x86_64/PKGBUILD
(from rev 247929, audacious-plugins/repos/staging-x86_64/PKGBUILD)
Deleted:
  audacious-plugins/repos/staging-i686/
  audacious-plugins/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   67 ++
 testing-x86_64/PKGBUILD |   67 ++
 2 files changed, 134 insertions(+)

Copied: audacious-plugins/repos/testing-i686/PKGBUILD (from rev 247929, 
audacious-plugins/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-30 17:21:54 UTC (rev 247930)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.6.2
+pkgrel=2
+pkgdesc="Plugins for Audacious"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/;
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'dbus-glib: Gnome Shortcuts Plugin'
+'libnotify: libnotify OSD'
+'lirc: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e7798936249e1601177503d148a3dd59edd289579f3f1667351eb0ba463642e8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--enable-amidiplug \
+--disable-adplug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: audacious-plugins/repos/testing-x86_64/PKGBUILD (from rev 247929, 
audacious-plugins/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-30 17:21:54 UTC (rev 247930)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.6.2
+pkgrel=2
+pkgdesc="Plugins for Audacious"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/;
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: 

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

2015-09-30 Thread Gaetan Bisson
Date: Thursday, October 1, 2015 @ 07:54:50
  Author: bisson
Revision: 247952

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

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 247951, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 247951, gnupg/repos/testing-i686/install)
  gnupg/repos/core-i686/ssh-agent.patch
(from rev 247951, gnupg/repos/testing-i686/ssh-agent.patch)
  gnupg/repos/core-i686/ssh-ed25519.patch
(from rev 247951, gnupg/repos/testing-i686/ssh-ed25519.patch)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 247951, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 247951, gnupg/repos/testing-x86_64/install)
  gnupg/repos/core-x86_64/ssh-agent.patch
(from rev 247951, gnupg/repos/testing-x86_64/ssh-agent.patch)
  gnupg/repos/core-x86_64/ssh-ed25519.patch
(from rev 247951, gnupg/repos/testing-x86_64/ssh-ed25519.patch)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-i686/ssh-ed25519.patch
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/ssh-ed25519.patch
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

---+
 /PKGBUILD |  138 
 /install  |   50 ++
 /ssh-ed25519.patch|  120 ++
 core-i686/PKGBUILD|   66 ---
 core-i686/install |   25 ---
 core-i686/ssh-agent.patch |   42 
 core-i686/ssh-ed25519.patch   |   60 -
 core-x86_64/PKGBUILD  |   66 ---
 core-x86_64/install   |   25 ---
 core-x86_64/ssh-agent.patch   |   42 
 core-x86_64/ssh-ed25519.patch |   60 -
 11 files changed, 392 insertions(+), 302 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-10-01 03:49:44 UTC (rev 247951)
+++ core-i686/PKGBUILD  2015-10-01 05:54:50 UTC (rev 247952)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.1.8
-pkgrel=3
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('libldap' 'libusb-compat')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'ssh-ed25519.patch')
-sha1sums=('61f5bc656dd7fddd4ab67b720d47ef0651bfb727' 'SKIP'
-  'fd77cf366f6bd70c1d33e910044612aebe6bbe63')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-   patch -p1 -i ../ssh-ed25519.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-   --enable-gpgtar \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
-   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
-   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
-   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 247951, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-10-01 05:54:50 UTC (rev 247952)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.8
+pkgrel=4
+pkgdesc='Complete and free implementation of the OpenPGP standard'

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

2015-09-30 Thread Jan Steffens
Date: Wednesday, September 30, 2015 @ 18:22:19
  Author: heftig
Revision: 247918

Fix KDE cards path FS#46498

Modified:
  aisleriot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 15:11:57 UTC (rev 247917)
+++ PKGBUILD2015-09-30 16:22:19 UTC (rev 247918)
@@ -3,7 +3,7 @@
 
 pkgname=aisleriot
 pkgver=3.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of patience games written in guile scheme"
 arch=(i686 x86_64)
 license=(GPL)
@@ -26,7 +26,7 @@
   #export GLIBC_PTHREAD_RWLOCK=none
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib --disable-static \
---with-kde-card-theme-path=/usr/share/apps/carddecks \
+--with-kde-card-theme-path=/usr/share/carddecks \
 --with-pysol-card-theme-path=/usr/share/PySolFC
 
 


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

2015-09-30 Thread Jan Steffens
Date: Wednesday, September 30, 2015 @ 18:24:37
  Author: heftig
Revision: 247919

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

Added:
  aisleriot/repos/staging-i686/PKGBUILD
(from rev 247918, aisleriot/trunk/PKGBUILD)
  aisleriot/repos/staging-i686/aisleriot.install
(from rev 247918, aisleriot/trunk/aisleriot.install)
  aisleriot/repos/staging-x86_64/PKGBUILD
(from rev 247918, aisleriot/trunk/PKGBUILD)
  aisleriot/repos/staging-x86_64/aisleriot.install
(from rev 247918, aisleriot/trunk/aisleriot.install)
Deleted:
  aisleriot/repos/staging-i686/PKGBUILD
  aisleriot/repos/staging-i686/aisleriot.install
  aisleriot/repos/staging-x86_64/PKGBUILD
  aisleriot/repos/staging-x86_64/aisleriot.install

--+
 /PKGBUILD|   92 +
 /aisleriot.install   |   44 +
 staging-i686/PKGBUILD|   46 --
 staging-i686/aisleriot.install   |   22 
 staging-x86_64/PKGBUILD  |   46 --
 staging-x86_64/aisleriot.install |   22 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-09-30 16:22:19 UTC (rev 247918)
+++ staging-i686/PKGBUILD   2015-09-30 16:24:37 UTC (rev 247919)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=aisleriot
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="A collection of patience games written in guile scheme"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org;
-groups=('gnome-extra')
-depends=(guile gtk3 librsvg libcanberra gconf hicolor-icon-theme dconf)
-makedepends=(intltool itstool docbook-xsl yelp-tools desktop-file-utils 
appdata-tools)
-optdepends=('libkdegames: KDE card sets'
-'pysolfc: PySol card sets'
-'pysolfc-cardsets: PySol card sets')
-options=('!emptydirs')
-install=aisleriot.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3421f7dabe482ddae2fd2a053a13a2a9549fe960fec5838ab4fe6d89cff054dd')
-
-build() {
-  cd $pkgname-$pkgver
-  # Workaround TSX bugs on pkgbuild.com
-  #export GLIBC_PTHREAD_MUTEX=none
-  #export GLIBC_PTHREAD_RWLOCK=none
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static \
---with-kde-card-theme-path=/usr/share/apps/carddecks \
---with-pysol-card-theme-path=/usr/share/PySolFC
-
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
---domain aisleriot "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
-}

Copied: aisleriot/repos/staging-i686/PKGBUILD (from rev 247918, 
aisleriot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-30 16:24:37 UTC (rev 247919)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=aisleriot
+pkgver=3.18.0
+pkgrel=2
+pkgdesc="A collection of patience games written in guile scheme"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.gnome.org;
+groups=('gnome-extra')
+depends=(guile gtk3 librsvg libcanberra gconf hicolor-icon-theme dconf)
+makedepends=(intltool itstool docbook-xsl yelp-tools desktop-file-utils 
appdata-tools)
+optdepends=('libkdegames: KDE card sets'
+'pysolfc: PySol card sets'
+'pysolfc-cardsets: PySol card sets')
+options=('!emptydirs')
+install=aisleriot.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3421f7dabe482ddae2fd2a053a13a2a9549fe960fec5838ab4fe6d89cff054dd')
+
+build() {
+  cd $pkgname-$pkgver
+  # Workaround TSX bugs on pkgbuild.com
+  #export GLIBC_PTHREAD_MUTEX=none
+  #export GLIBC_PTHREAD_RWLOCK=none
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static \
+--with-kde-card-theme-path=/usr/share/carddecks \
+--with-pysol-card-theme-path=/usr/share/PySolFC
+
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+--domain aisleriot 

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

2015-09-30 Thread Jan Steffens
Date: Wednesday, September 30, 2015 @ 18:35:06
  Author: heftig
Revision: 142255

rebuild against py3.5

Modified:
  python-pyproj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 16:16:38 UTC (rev 142254)
+++ PKGBUILD2015-09-30 16:35:06 UTC (rev 142255)
@@ -5,7 +5,7 @@
 pkgbase=python-pyproj
 pkgname=('python-pyproj' 'python2-pyproj')
 pkgver=1.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Python interfaces to PROJ.4 library"
 arch=('i686' 'x86_64')
 url="http://jswhit.github.io/pyproj/;


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

2015-09-30 Thread Jan Steffens
Date: Wednesday, September 30, 2015 @ 18:37:23
  Author: heftig
Revision: 142256

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

Added:
  python-pyproj/repos/community-testing-i686/PKGBUILD
(from rev 142255, python-pyproj/trunk/PKGBUILD)
  python-pyproj/repos/community-testing-x86_64/PKGBUILD
(from rev 142255, python-pyproj/trunk/PKGBUILD)
Deleted:
  python-pyproj/repos/community-testing-i686/PKGBUILD
  python-pyproj/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-09-30 16:35:06 UTC (rev 142255)
+++ community-testing-i686/PKGBUILD 2015-09-30 16:37:23 UTC (rev 142256)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pyproj
-pkgname=('python-pyproj' 'python2-pyproj')
-pkgver=1.9.4
-pkgrel=2
-pkgdesc="Python interfaces to PROJ.4 library"
-arch=('i686' 'x86_64')
-url="http://jswhit.github.io/pyproj/;
-license=('custom')
-makedepends=('python' 'python2')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jswhit/pyproj/archive/v${pkgver}rel.tar.gz)
-sha256sums=('b820fa1d52be82469571cd167f533b7d621342818cb971b4a13d8d0c2e454f48')
-
-prepare() {
-  cd "${srcdir}"
-  cp -a pyproj-${pkgver}rel{,-python2}
-}
-
-build() {
-  cd "${srcdir}"
-
-# Build python 3 module
-  cd pyproj-${pkgver}rel
-  python setup.py build
-
-# Build python 2 module
-  cd ../pyproj-${pkgver}rel-python2
-  python2 setup.py build
-}
-
-package_python-pyproj() {
-  depends=('proj' 'python>=3.5')
-
-  cd "${srcdir}"/pyproj-${pkgver}rel
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-
-  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 LICENSE_proj4 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-pyproj() {
-  depends=('proj' 'python2>=2.7')
-  replaces=('pyproj')
-
-  cd "${srcdir}"/pyproj-${pkgver}rel-python2
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-
-  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 LICENSE_proj4 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-pyproj/repos/community-testing-i686/PKGBUILD (from rev 142255, 
python-pyproj/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-30 16:37:23 UTC (rev 142256)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pyproj
+pkgname=('python-pyproj' 'python2-pyproj')
+pkgver=1.9.4
+pkgrel=3
+pkgdesc="Python interfaces to PROJ.4 library"
+arch=('i686' 'x86_64')
+url="http://jswhit.github.io/pyproj/;
+license=('custom')
+makedepends=('python' 'python2')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jswhit/pyproj/archive/v${pkgver}rel.tar.gz)
+sha256sums=('b820fa1d52be82469571cd167f533b7d621342818cb971b4a13d8d0c2e454f48')
+
+prepare() {
+  cd "${srcdir}"
+  cp -a pyproj-${pkgver}rel{,-python2}
+}
+
+build() {
+  cd "${srcdir}"
+
+# Build python 3 module
+  cd pyproj-${pkgver}rel
+  python setup.py build
+
+# Build python 2 module
+  cd ../pyproj-${pkgver}rel-python2
+  python2 setup.py build
+}
+
+package_python-pyproj() {
+  depends=('proj' 'python>=3.5')
+
+  cd "${srcdir}"/pyproj-${pkgver}rel
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 LICENSE_proj4 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyproj() {
+  depends=('proj' 'python2>=2.7')
+  replaces=('pyproj')
+
+  cd "${srcdir}"/pyproj-${pkgver}rel-python2
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 LICENSE_proj4 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-09-30 16:35:06 UTC (rev 142255)
+++ community-testing-x86_64/PKGBUILD   2015-09-30 16:37:23 UTC (rev 142256)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pyproj
-pkgname=('python-pyproj' 

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

2015-09-30 Thread Sébastien Luttringer
Date: Wednesday, September 30, 2015 @ 17:12:22
  Author: seblu
Revision: 142252

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

Added:
  weston/repos/community-i686/PKGBUILD
(from rev 142251, weston/repos/community-testing-i686/PKGBUILD)
  weston/repos/community-x86_64/PKGBUILD
(from rev 142251, weston/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  weston/repos/community-i686/PKGBUILD
  weston/repos/community-testing-i686/
  weston/repos/community-testing-x86_64/
  weston/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-30 13:33:42 UTC (rev 142251)
+++ community-i686/PKGBUILD 2015-09-30 15:12:22 UTC (rev 142252)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('d49e06e8dfbef9bcba8589a20b5bfa2dddc4a7bd')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 142251, 
weston/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-30 15:12:22 UTC (rev 142252)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('94b70baca9a6ba007c696b740a711586f9dc274f')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+   # license
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-30 13:33:42 UTC (rev 142251)
+++ community-x86_64/PKGBUILD   2015-09-30 15:12:22 UTC (rev 142252)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('d49e06e8dfbef9bcba8589a20b5bfa2dddc4a7bd')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 142251, 
weston/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-30 15:12:22 UTC (rev 142252)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.9.0
+pkgrel=1

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

2015-09-30 Thread Anatol Pomozov
Date: Wednesday, September 30, 2015 @ 18:15:51
  Author: anatolik
Revision: 142253

rofi: move from AUR to community repo

Added:
  rofi/
  rofi/repos/
  rofi/trunk/
  rofi/trunk/PKGBUILD

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

Added: rofi/trunk/PKGBUILD
===
--- rofi/trunk/PKGBUILD (rev 0)
+++ rofi/trunk/PKGBUILD 2015-09-30 16:15:51 UTC (rev 142253)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=0.15.8
+pkgrel=2
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
+sha256sums=('e30915049eeaf05b9b08d865dd51adfbf2355248e34159e77409b67e94ea9011')
+
+build() {
+  cd rofi-$pkgver
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}


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


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

2015-09-30 Thread Anatol Pomozov
Date: Wednesday, September 30, 2015 @ 18:16:38
  Author: anatolik
Revision: 142254

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

Added:
  rofi/repos/community-i686/
  rofi/repos/community-i686/PKGBUILD
(from rev 142253, rofi/trunk/PKGBUILD)
  rofi/repos/community-x86_64/
  rofi/repos/community-x86_64/PKGBUILD
(from rev 142253, rofi/trunk/PKGBUILD)

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

Copied: rofi/repos/community-i686/PKGBUILD (from rev 142253, 
rofi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-30 16:16:38 UTC (rev 142254)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=0.15.8
+pkgrel=2
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
+sha256sums=('e30915049eeaf05b9b08d865dd51adfbf2355248e34159e77409b67e94ea9011')
+
+build() {
+  cd rofi-$pkgver
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}

Copied: rofi/repos/community-x86_64/PKGBUILD (from rev 142253, 
rofi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-30 16:16:38 UTC (rev 142254)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=0.15.8
+pkgrel=2
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
+sha256sums=('e30915049eeaf05b9b08d865dd51adfbf2355248e34159e77409b67e94ea9011')
+
+build() {
+  cd rofi-$pkgver
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}


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

2015-09-30 Thread Sébastien Luttringer
Date: Wednesday, September 30, 2015 @ 17:11:57
  Author: seblu
Revision: 247917

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

Added:
  wayland/repos/extra-i686/PKGBUILD
(from rev 247916, wayland/repos/testing-i686/PKGBUILD)
  wayland/repos/extra-x86_64/PKGBUILD
(from rev 247916, wayland/repos/testing-x86_64/PKGBUILD)
Deleted:
  wayland/repos/extra-i686/PKGBUILD
  wayland/repos/extra-x86_64/PKGBUILD
  wayland/repos/testing-i686/
  wayland/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-30 08:02:17 UTC (rev 247916)
+++ extra-i686/PKGBUILD 2015-09-30 15:11:57 UTC (rev 247917)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=wayland
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libffi' 'expat')
-makedepends=('doxygen' 'xmlto' 'graphviz')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3a0a1174d0740d052422b2bab5ffa33599954aa4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-i686/PKGBUILD (from rev 247916, 
wayland/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-30 15:11:57 UTC (rev 247917)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen' 'xmlto' 'graphviz')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('39dedba2a5c8a83e7b3a3076fc8f4c4495289f81')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-30 08:02:17 UTC (rev 247916)
+++ extra-x86_64/PKGBUILD   2015-09-30 15:11:57 UTC (rev 247917)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=wayland
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libffi' 'expat')
-makedepends=('doxygen' 'xmlto' 'graphviz')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3a0a1174d0740d052422b2bab5ffa33599954aa4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-x86_64/PKGBUILD (from rev 247916, 
wayland/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-30 15:11:57 UTC (rev 247917)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen' 'xmlto' 'graphviz')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('39dedba2a5c8a83e7b3a3076fc8f4c4495289f81')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make 

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

2015-09-30 Thread Gaetan Bisson
Date: Wednesday, September 30, 2015 @ 19:03:28
  Author: bisson
Revision: 247922

upstream update

Modified:
  libsidplayfp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 17:02:59 UTC (rev 247921)
+++ PKGBUILD2015-09-30 17:03:28 UTC (rev 247922)
@@ -4,7 +4,7 @@
 # Contributor: Jonas Nyrén 
 
 pkgname=libsidplayfp
-pkgver=1.7.2
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
 url='http://sourceforge.net/projects/sidplay-residfp/'
@@ -14,7 +14,7 @@
 makedepends=('vice' 'xa')
 optdepends=('vice: better SID support')
 
source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('3f05602402d8a23814babc830ce56cae78840aaf')
+sha1sums=('401fd8209727e53c5f416044aab3ea3fce1342f6')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:02:47
  Author: andyrtr
Revision: 247920

upgpkg: nvidia-304xx-lts 304.128-4

rebuild for 4.1.9

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 16:24:37 UTC (rev 247919)
+++ PKGBUILD2015-09-30 17:02:47 UTC (rev 247920)
@@ -5,12 +5,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.128
 _extramodules=extramodules-4.1-lts
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-depends=('linux-lts>=4.1.8' 'libgl' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=4.1.8')
+depends=('linux-lts>=4.1.9' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.1.9')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')


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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:02:59
  Author: andyrtr
Revision: 247921

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 247920, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 247920, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 247920, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 247920, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-i686/nvidia-304xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   47 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 +
 4 files changed, 124 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 247920, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-30 17:02:59 UTC (rev 247921)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.128
+_extramodules=extramodules-4.1-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.1.9' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.1.9')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums_i686=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90')
+sha512sums_x86_64=('fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a208db2')
+
+if [ "$CARCH" = "i686" ]; then
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+elif [ "$CARCH" = "x86_64" ]; then
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
247920, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2015-09-30 17:02:59 UTC (rev 
247921)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 247920, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-30 17:02:59 UTC (rev 247921)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.128
+_extramodules=extramodules-4.1-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.1.9' 'libgl' "nvidia-304xx-utils=${pkgver}")

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

2015-09-30 Thread Gaetan Bisson
Date: Wednesday, September 30, 2015 @ 19:03:59
  Author: bisson
Revision: 247923

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

Added:
  libsidplayfp/repos/staging-i686/
  libsidplayfp/repos/staging-i686/PKGBUILD
(from rev 247922, libsidplayfp/trunk/PKGBUILD)
  libsidplayfp/repos/staging-x86_64/
  libsidplayfp/repos/staging-x86_64/PKGBUILD
(from rev 247922, libsidplayfp/trunk/PKGBUILD)

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

Copied: libsidplayfp/repos/staging-i686/PKGBUILD (from rev 247922, 
libsidplayfp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-30 17:03:59 UTC (rev 247923)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('vice' 'xa')
+optdepends=('vice: better SID support')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('401fd8209727e53c5f416044aab3ea3fce1342f6')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/sidplayfp"
+   ln -t "${pkgdir}/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}

Copied: libsidplayfp/repos/staging-x86_64/PKGBUILD (from rev 247922, 
libsidplayfp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-30 17:03:59 UTC (rev 247923)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('vice' 'xa')
+optdepends=('vice: better SID support')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('401fd8209727e53c5f416044aab3ea3fce1342f6')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/sidplayfp"
+   ln -t "${pkgdir}/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}


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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:05:31
  Author: andyrtr
Revision: 247925

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

Added:
  nvidia-340xx-lts/repos/testing-i686/
  nvidia-340xx-lts/repos/testing-i686/PKGBUILD
(from rev 247924, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install
(from rev 247924, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/testing-x86_64/
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 247924, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install
(from rev 247924, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

-+
 testing-i686/PKGBUILD   |   49 ++
 testing-i686/nvidia-340xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   49 ++
 testing-x86_64/nvidia-340xx-lts.install |   15 +
 4 files changed, 128 insertions(+)

Copied: nvidia-340xx-lts/repos/testing-i686/PKGBUILD (from rev 247924, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-30 17:05:31 UTC (rev 247925)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.93
+_extramodules=extramodules-4.1-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.1.9' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=4.1.9')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('4a7edf6838a80c77a57fb6f6ec7f0437'
+ 'cb80e3f1cb6f2fb6e6eab35fad0884e4')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install (from rev 
247924, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- testing-i686/nvidia-340xx-lts.install   (rev 0)
+++ testing-i686/nvidia-340xx-lts.install   2015-09-30 17:05:31 UTC (rev 
247925)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD (from rev 247924, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-30 17:05:31 UTC (rev 247925)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.93
+_extramodules=extramodules-4.1-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.1.9' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=4.1.9')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+

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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:05:23
  Author: andyrtr
Revision: 247924

upgpkg: nvidia-340xx-lts 340.93-4

rebuild for 4.1.9

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 17:03:59 UTC (rev 247923)
+++ PKGBUILD2015-09-30 17:05:23 UTC (rev 247924)
@@ -4,12 +4,12 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.93
 _extramodules=extramodules-4.1-lts
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-depends=('linux-lts>=4.1.8' "nvidia-340xx-utils=$pkgver" 'libgl')
-makedepends=('linux-lts-headers>=4.1.8')
+depends=('linux-lts>=4.1.9' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=4.1.9')
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')


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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:08:09
  Author: andyrtr
Revision: 247927

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

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

---+
 testing-i686/PKGBUILD |   51 
 testing-i686/nvidia-lts.install   |   15 ++
 testing-x86_64/PKGBUILD   |   51 
 testing-x86_64/nvidia-lts.install |   15 ++
 4 files changed, 132 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 247926, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-30 17:08:09 UTC (rev 247927)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=355.11
+_extramodules=extramodules-4.1-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.1.9' "nvidia-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=4.1.9')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('16d143ccafe99328a2ca8e5a396fd4bc'
+ '30133d89690f4683c4e289ec6c0247dc')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 247926, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2015-09-30 17:08:09 UTC (rev 247927)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 247926, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-30 17:08:09 UTC (rev 247927)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=355.11
+_extramodules=extramodules-4.1-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.1.9' "nvidia-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=4.1.9')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('16d143ccafe99328a2ca8e5a396fd4bc'
+ '30133d89690f4683c4e289ec6c0247dc')
+
+[[ "$CARCH" = "i686" ]] && 

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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:08:01
  Author: andyrtr
Revision: 247926

upgpkg: nvidia-lts 355.11-4

rebuild for 4.1.9

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 17:05:31 UTC (rev 247925)
+++ PKGBUILD2015-09-30 17:08:01 UTC (rev 247926)
@@ -4,12 +4,12 @@
 pkgname=nvidia-lts
 pkgver=355.11
 _extramodules=extramodules-4.1-lts
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-depends=('linux-lts>=4.1.8' "nvidia-utils=$pkgver" 'libgl')
-makedepends=('linux-lts-headers>=4.1.8')
+depends=('linux-lts>=4.1.9' "nvidia-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=4.1.9')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install


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

2015-09-30 Thread Gaetan Bisson
Date: Wednesday, September 30, 2015 @ 19:09:46
  Author: bisson
Revision: 247928

rebuild for libsidplayfp-1.8.1

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 17:08:09 UTC (rev 247927)
+++ PKGBUILD2015-09-30 17:09:46 UTC (rev 247928)
@@ -6,7 +6,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins for Audacious"
 arch=('i686' 'x86_64')
 url="http://audacious-media-player.org/;


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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:10:32
  Author: andyrtr
Revision: 142258

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

Added:
  acpi_call-lts/repos/community-testing-i686/
  acpi_call-lts/repos/community-testing-i686/PKGBUILD
(from rev 142257, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-i686/acpi_call.install
(from rev 142257, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 142257, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-x86_64/acpi_call.install
(from rev 142257, acpi_call-lts/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   48 +++
 community-testing-i686/acpi_call.install   |   14 +++
 community-testing-x86_64/PKGBUILD  |   48 +++
 community-testing-x86_64/acpi_call.install |   14 +++
 4 files changed, 124 insertions(+)

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

Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 
142257, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2015-09-30 17:10:32 UTC (rev 
142258)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.1-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 142257, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-30 17:10:32 UTC (rev 142258)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=24
+_extramodules=extramodules-4.1-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname%-*};
+license=('GPL')
+depends=('linux-lts>=4.1.9')
+makedepends=('linux-lts-headers>=4.1.9')
+provides=("${pkgname%-*}")
+install="${pkgname%-*}.install"
+source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 

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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:10:24
  Author: andyrtr
Revision: 142257

upgpkg: acpi_call-lts 1.1.0-24

rebuild for 4.1.9

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 16:37:23 UTC (rev 142256)
+++ PKGBUILD2015-09-30 17:10:24 UTC (rev 142257)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=23
+pkgrel=24
 _extramodules=extramodules-4.1-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url="http://github.com/mkottman/${pkgname%-*};
 license=('GPL')
-depends=('linux-lts>=4.1.8')
-makedepends=('linux-lts-headers>=4.1.8')
+depends=('linux-lts>=4.1.9')
+makedepends=('linux-lts-headers>=4.1.9')
 provides=("${pkgname%-*}")
 install="${pkgname%-*}.install"
 source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")


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

2015-09-30 Thread Gaetan Bisson
Date: Wednesday, September 30, 2015 @ 19:10:09
  Author: bisson
Revision: 247929

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

Added:
  audacious-plugins/repos/staging-i686/
  audacious-plugins/repos/staging-i686/PKGBUILD
(from rev 247928, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/staging-x86_64/
  audacious-plugins/repos/staging-x86_64/PKGBUILD
(from rev 247928, audacious-plugins/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   67 ++
 staging-x86_64/PKGBUILD |   67 ++
 2 files changed, 134 insertions(+)

Copied: audacious-plugins/repos/staging-i686/PKGBUILD (from rev 247928, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-30 17:10:09 UTC (rev 247929)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.6.2
+pkgrel=2
+pkgdesc="Plugins for Audacious"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/;
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'dbus-glib: Gnome Shortcuts Plugin'
+'libnotify: libnotify OSD'
+'lirc: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e7798936249e1601177503d148a3dd59edd289579f3f1667351eb0ba463642e8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--enable-amidiplug \
+--disable-adplug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: audacious-plugins/repos/staging-x86_64/PKGBUILD (from rev 247928, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-30 17:10:09 UTC (rev 247929)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.6.2
+pkgrel=2
+pkgdesc="Plugins for Audacious"
+arch=('i686' 'x86_64')
+url="http://audacious-media-player.org/;
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: 

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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:12:18
  Author: andyrtr
Revision: 142259

upgpkg: bbswitch-lts 0.8-13

rebuild for 4.1.9

Modified:
  bbswitch-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 17:10:32 UTC (rev 142258)
+++ PKGBUILD2015-09-30 17:12:18 UTC (rev 142259)
@@ -7,13 +7,13 @@
 _basename=bbswitch
 pkgver=0.8
 _extramodules=extramodules-4.1-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=12
+pkgrel=13
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch;)
 license=('GPL')
-depends=('linux-lts>=4.1.8' 'linux-lts<4.2')
-makedepends=('linux-lts-headers>=4.1.8' 'linux-lts-headers<4.2')
+depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.9' 'linux-lts-headers<4.2')
 install=${pkgname}.install
 
source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')


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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:12:26
  Author: andyrtr
Revision: 142260

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

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

---+
 community-testing-i686/PKGBUILD   |   34 
 community-testing-i686/bbswitch-lts.install   |   12 
 community-testing-x86_64/PKGBUILD |   34 
 community-testing-x86_64/bbswitch-lts.install |   12 
 4 files changed, 92 insertions(+)

Copied: bbswitch-lts/repos/community-testing-i686/PKGBUILD (from rev 142259, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-30 17:12:26 UTC (rev 142260)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=13
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.9' 'linux-lts-headers<4.2')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install (from 
rev 142259, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-i686/bbswitch-lts.install (rev 0)
+++ community-testing-i686/bbswitch-lts.install 2015-09-30 17:12:26 UTC (rev 
142260)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/PKGBUILD (from rev 142259, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-30 17:12:26 UTC (rev 142260)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=13
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.9' 'linux-lts-headers<4.2')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from 
rev 142259, bbswitch-lts/trunk/bbswitch-lts.install)
===

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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:14:19
  Author: andyrtr
Revision: 142261

upgpkg: r8168-lts 8.040.00-4

rebuild for 4.1.9

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 17:12:26 UTC (rev 142260)
+++ PKGBUILD2015-09-30 17:14:19 UTC (rev 142261)
@@ -4,14 +4,14 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.040.00
-pkgrel=3
+pkgrel=4
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 #url="http://www.realtek.com.tw;
 url="https://code.google.com/p/r8168/;
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('glibc' "linux-lts>=4.1.8" "linux-lts<4.2")
-makedepends=("linux-lts-headers>=4.1.8" "linux-lts-headers<4.2")
+depends=('glibc' "linux-lts>=4.1.9" "linux-lts<4.2")
+makedepends=("linux-lts-headers>=4.1.9" "linux-lts-headers<4.2")
 install=$pkgname.install
 
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')


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

2015-09-30 Thread Andreas Radke
Date: Wednesday, September 30, 2015 @ 19:14:29
  Author: andyrtr
Revision: 142262

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

Added:
  r8168-lts/repos/community-testing-i686/
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 142261, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 142261, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 142261, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 142261, r8168-lts/trunk/r8168-lts.install)

+
 community-testing-i686/PKGBUILD|   34 +++
 community-testing-i686/r8168-lts.install   |   17 +
 community-testing-x86_64/PKGBUILD  |   34 +++
 community-testing-x86_64/r8168-lts.install |   17 +
 4 files changed, 102 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 142261, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-30 17:14:29 UTC (rev 142262)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.040.00
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw;
+url="https://code.google.com/p/r8168/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.1.9" "linux-lts<4.2")
+makedepends=("linux-lts-headers>=4.1.9" "linux-lts-headers<4.2")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+_extramodules=extramodules-4.1-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-testing-i686/r8168-lts.install (from rev 
142261, r8168-lts/trunk/r8168-lts.install)
===
--- community-testing-i686/r8168-lts.install(rev 0)
+++ community-testing-i686/r8168-lts.install2015-09-30 17:14:29 UTC (rev 
142262)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.1-lts'
+   depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 142261, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-30 17:14:29 UTC (rev 142262)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.040.00
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw;
+url="https://code.google.com/p/r8168/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.1.9" "linux-lts<4.2")
+makedepends=("linux-lts-headers>=4.1.9" "linux-lts-headers<4.2")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+_extramodules=extramodules-4.1-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find