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

2014-11-26 Thread Maxime Gauduin
Date: Wednesday, November 26, 2014 @ 09:13:48
  Author: alucryd
Revision: 123131

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

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

--+
 /PKGBUILD|   88 +
 /hexchat.install |   28 +++
 community-i686/PKGBUILD  |   40 
 community-i686/hexchat.install   |   14 -
 community-x86_64/PKGBUILD|   40 
 community-x86_64/hexchat.install |   14 -
 6 files changed, 116 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-26 08:13:21 UTC (rev 123130)
+++ community-i686/PKGBUILD 2014-11-26 08:13:48 UTC (rev 123131)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: TingPing tingp...@tingping.se
-
-pkgname=hexchat
-pkgver=2.10.1
-pkgrel=1
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('i686' 'x86_64')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' 
'libproxy' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'perl: Perl plugin'
-'python: Python plugin')
-install=${pkgname}.install
-source=(http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('ffccee6a3470d2f9539e75bd0dd2e3f35c65737004cb02e6d2106c1d5dcde9a9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed 's/CFLAGS=$PERL_CFLAGS/CFLAGS=$PERL_CFLAGS -fuse-ld=gold/' -i 
configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-{perl,python='python3.4',textfe}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/PKGBUILD (from rev 123130, 
hexchat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-26 08:13:48 UTC (rev 123131)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: TingPing tingp...@tingping.se
+
+pkgname=hexchat
+pkgver=2.10.2
+pkgrel=1
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('i686' 'x86_64')
+url='http://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify'
+ 'libproxy' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'perl' 'python')
+optdepends=('enchant: Spell check'
+'perl: Perl plugin'
+'python: Python plugin')
+install='hexchat.install'
+source=(http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz;)
+sha256sums=('87ebf365c576656fa3f23f51d319b3a6d279e4a932f2f8961d891dd5a5e1b52c')
+
+prepare() {
+  cd hexchat-${pkgver}
+
+#  sed 's/CFLAGS=$PERL_CFLAGS/CFLAGS=$PERL_CFLAGS -fuse-ld=gold/' -i 
configure
+}
+
+build() {
+  cd hexchat-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-python='python3' \
+--enable-textfe
+  make
+}
+
+package() {
+  cd hexchat-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/hexchat.install
===
--- community-i686/hexchat.install  2014-11-26 08:13:21 UTC (rev 123130)
+++ community-i686/hexchat.install  2014-11-26 08:13:48 UTC (rev 123131)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/hexchat.install (from rev 123130, 
hexchat/trunk/hexchat.install)
===
--- community-i686/hexchat.install  (rev 0)
+++ community-i686/hexchat.install  2014-11-26 08:13:48 UTC (rev 123131)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

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

2014-11-26 Thread Maxime Gauduin
Date: Wednesday, November 26, 2014 @ 09:13:21
  Author: alucryd
Revision: 123130

upgpkg: hexchat 2.10.2-1

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 06:18:24 UTC (rev 123129)
+++ PKGBUILD2014-11-26 08:13:21 UTC (rev 123130)
@@ -1,38 +1,42 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: TingPing tingp...@tingping.se
 
 pkgname=hexchat
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('i686' 'x86_64')
 url='http://hexchat.github.io/'
 license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' 
'libproxy' 'pciutils')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify'
+ 'libproxy' 'pciutils')
 makedepends=('intltool' 'iso-codes' 'perl' 'python')
 optdepends=('enchant: Spell check'
 'perl: Perl plugin'
 'python: Python plugin')
-install=${pkgname}.install
-source=(http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('ffccee6a3470d2f9539e75bd0dd2e3f35c65737004cb02e6d2106c1d5dcde9a9')
+install='hexchat.install'
+source=(http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz;)
+sha256sums=('87ebf365c576656fa3f23f51d319b3a6d279e4a932f2f8961d891dd5a5e1b52c')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd hexchat-${pkgver}
 
-  sed 's/CFLAGS=$PERL_CFLAGS/CFLAGS=$PERL_CFLAGS -fuse-ld=gold/' -i 
configure
+#  sed 's/CFLAGS=$PERL_CFLAGS/CFLAGS=$PERL_CFLAGS -fuse-ld=gold/' -i 
configure
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd hexchat-${pkgver}
 
-  ./configure --prefix='/usr' --enable-{perl,python='python3.4',textfe}
+  ./configure \
+--prefix='/usr' \
+--enable-python='python3' \
+--enable-textfe
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd hexchat-${pkgver}
 
   make DESTDIR=${pkgdir} install
 }


[arch-commits] Commit in plex-home-theater/trunk (PKGBUILD)

2014-11-26 Thread Maxime Gauduin
Date: Wednesday, November 26, 2014 @ 09:55:23
  Author: alucryd
Revision: 123132

upgpkg: plex-home-theater 1.3.0-1

Modified:
  plex-home-theater/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 08:13:48 UTC (rev 123131)
+++ PKGBUILD2014-11-26 08:55:23 UTC (rev 123132)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Wallace daniel.wall...@gatech.edu
 
 pkgname=plex-home-theater
-pkgver=1.2.2
-pkgrel=6
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='Plex Home Theater'
 arch=('i686' 'x86_64')
 url='http://www.plexapp.com/'
@@ -24,7 +24,7 @@
 'plex-libcec-2.2.0.patch'
 'plex-lirc-socket.patch'
 'plexhometheater.sh')
-sha256sums=('5df5b2bfb5d02566c151e93be6a7217ca72b9e7800e6216dabf1759d920f3d2f'
+sha256sums=('400dd27ac50b9da97307aa12fd3c0d2c569466c321ee234f659dcc647accc8dd'
 '5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd'
 '13032e8da35b0abdd22109f9ee34c63e43e0f9863fe81d4fa503c05ede23a212'
 '630070125ad5239163d89fed5bf7f83abf4a411ac3e24aa2e41f99c5c3c8fb7f'


[arch-commits] Commit in plex-home-theater/repos (20 files)

2014-11-26 Thread Maxime Gauduin
Date: Wednesday, November 26, 2014 @ 09:56:23
  Author: alucryd
Revision: 123133

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

Added:
  plex-home-theater/repos/community-i686/PKGBUILD
(from rev 123132, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-i686/plex-ffmpeg-compat.patch
(from rev 123132, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-i686/plex-libcec-2.2.0.patch
(from rev 123132, plex-home-theater/trunk/plex-libcec-2.2.0.patch)
  plex-home-theater/repos/community-i686/plex-lirc-socket.patch
(from rev 123132, plex-home-theater/trunk/plex-lirc-socket.patch)
  plex-home-theater/repos/community-i686/plexhometheater.sh
(from rev 123132, plex-home-theater/trunk/plexhometheater.sh)
  plex-home-theater/repos/community-x86_64/PKGBUILD
(from rev 123132, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-x86_64/plex-ffmpeg-compat.patch
(from rev 123132, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-x86_64/plex-libcec-2.2.0.patch
(from rev 123132, plex-home-theater/trunk/plex-libcec-2.2.0.patch)
  plex-home-theater/repos/community-x86_64/plex-lirc-socket.patch
(from rev 123132, plex-home-theater/trunk/plex-lirc-socket.patch)
  plex-home-theater/repos/community-x86_64/plexhometheater.sh
(from rev 123132, plex-home-theater/trunk/plexhometheater.sh)
Deleted:
  plex-home-theater/repos/community-i686/PKGBUILD
  plex-home-theater/repos/community-i686/plex-ffmpeg-compat.patch
  plex-home-theater/repos/community-i686/plex-libcec-2.2.0.patch
  plex-home-theater/repos/community-i686/plex-lirc-socket.patch
  plex-home-theater/repos/community-i686/plexhometheater.sh
  plex-home-theater/repos/community-x86_64/PKGBUILD
  plex-home-theater/repos/community-x86_64/plex-ffmpeg-compat.patch
  plex-home-theater/repos/community-x86_64/plex-libcec-2.2.0.patch
  plex-home-theater/repos/community-x86_64/plex-lirc-socket.patch
  plex-home-theater/repos/community-x86_64/plexhometheater.sh

---+
 /PKGBUILD |  140 +
 /plex-ffmpeg-compat.patch |   58 +++
 /plex-libcec-2.2.0.patch  |  228 
 /plex-lirc-socket.patch   |  112 +
 /plexhometheater.sh   |   10 +
 community-i686/PKGBUILD   |   70 
 community-i686/plex-ffmpeg-compat.patch   |   29 ---
 community-i686/plex-libcec-2.2.0.patch|  114 --
 community-i686/plex-lirc-socket.patch |   56 --
 community-i686/plexhometheater.sh |5 
 community-x86_64/PKGBUILD |   70 
 community-x86_64/plex-ffmpeg-compat.patch |   29 ---
 community-x86_64/plex-libcec-2.2.0.patch  |  114 --
 community-x86_64/plex-lirc-socket.patch   |   56 --
 community-x86_64/plexhometheater.sh   |5 
 15 files changed, 548 insertions(+), 548 deletions(-)

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


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

2014-11-26 Thread Felix Yan
Date: Wednesday, November 26, 2014 @ 14:15:14
  Author: fyan
Revision: 227118

upgpkg: libwacom 0.11-1

upstream new release

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 04:34:21 UTC (rev 227117)
+++ PKGBUILD2014-11-26 13:15:14 UTC (rev 227118)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libwacom
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc=Library to identify Wacom tablets and their features
 arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('glib2' 'systemd')
 
source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8eb714496bd340861b4a55a59744bce041156998700ee6d4c87dd5036e7eba00')
+sha256sums=('995f192e53f09444b79b66986227ebbac477520956363dededa19af3d8746284')
 
 build() {
   cd $pkgname-$pkgver


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

2014-11-26 Thread Felix Yan
Date: Wednesday, November 26, 2014 @ 14:15:46
  Author: fyan
Revision: 227119

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-26 13:15:14 UTC (rev 227118)
+++ extra-i686/PKGBUILD 2014-11-26 13:15:46 UTC (rev 227119)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libwacom
-pkgver=0.10
-pkgrel=1
-pkgdesc=Library to identify Wacom tablets and their features
-arch=('x86_64' 'i686')
-url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8eb714496bd340861b4a55a59744bce041156998700ee6d4c87dd5036e7eba00')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libwacom/repos/extra-i686/PKGBUILD (from rev 227118, 
libwacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-26 13:15:46 UTC (rev 227119)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libwacom
+pkgver=0.11
+pkgrel=1
+pkgdesc=Library to identify Wacom tablets and their features
+arch=('x86_64' 'i686')
+url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('995f192e53f09444b79b66986227ebbac477520956363dededa19af3d8746284')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-26 13:15:14 UTC (rev 227118)
+++ extra-x86_64/PKGBUILD   2014-11-26 13:15:46 UTC (rev 227119)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libwacom
-pkgver=0.10
-pkgrel=1
-pkgdesc=Library to identify Wacom tablets and their features
-arch=('x86_64' 'i686')
-url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8eb714496bd340861b4a55a59744bce041156998700ee6d4c87dd5036e7eba00')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libwacom/repos/extra-x86_64/PKGBUILD (from rev 227118, 
libwacom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-26 13:15:46 UTC (rev 227119)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libwacom
+pkgver=0.11
+pkgrel=1
+pkgdesc=Library to identify Wacom tablets and their features
+arch=('x86_64' 'i686')
+url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('995f192e53f09444b79b66986227ebbac477520956363dededa19af3d8746284')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:22:37
  Author: tpowa
Revision: 227120

upgpkg: libmp3splt 0.9.2-1

bump to latest version

Modified:
  libmp3splt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 13:15:46 UTC (rev 227119)
+++ PKGBUILD2014-11-26 13:22:37 UTC (rev 227120)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libmp3splt
-pkgver=0.9.1a
+pkgver=0.9.2
 pkgrel=1
 pkgdesc=Library for splitting mp3 and ogg files without decoding
 arch=('i686' 'x86_64')
@@ -28,4 +28,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }
-md5sums=('a8b0de4de80d915fa02ab9bed890d6be')
+md5sums=('28009187c1cbd0bce50138029532647d')


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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:22:52
  Author: tpowa
Revision: 227121

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-26 13:22:37 UTC (rev 227120)
+++ extra-i686/PKGBUILD 2014-11-26 13:22:52 UTC (rev 227121)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libmp3splt
-pkgver=0.9.1a
-pkgrel=1
-pkgdesc=Library for splitting mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net;
-license=('GPL')
-depends=('flac' 'libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
-makedepends=('libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  libtoolize --copy --force
-  ./autogen.sh
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() { 
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('a8b0de4de80d915fa02ab9bed890d6be')

Copied: libmp3splt/repos/extra-i686/PKGBUILD (from rev 227120, 
libmp3splt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-26 13:22:52 UTC (rev 227121)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libmp3splt
+pkgver=0.9.2
+pkgrel=1
+pkgdesc=Library for splitting mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net;
+license=('GPL')
+depends=('flac' 'libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
+makedepends=('libtool')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  libtoolize --copy --force
+  ./autogen.sh
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() { 
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('28009187c1cbd0bce50138029532647d')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-26 13:22:37 UTC (rev 227120)
+++ extra-x86_64/PKGBUILD   2014-11-26 13:22:52 UTC (rev 227121)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libmp3splt
-pkgver=0.9.1a
-pkgrel=1
-pkgdesc=Library for splitting mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net;
-license=('GPL')
-depends=('flac' 'libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
-makedepends=('libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  libtoolize --copy --force
-  ./autogen.sh
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() { 
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('a8b0de4de80d915fa02ab9bed890d6be')

Copied: libmp3splt/repos/extra-x86_64/PKGBUILD (from rev 227120, 
libmp3splt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-26 13:22:52 UTC (rev 227121)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libmp3splt
+pkgver=0.9.2
+pkgrel=1
+pkgdesc=Library for splitting mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net;
+license=('GPL')
+depends=('flac' 'libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
+makedepends=('libtool')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  libtoolize --copy --force
+  ./autogen.sh
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() { 
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('28009187c1cbd0bce50138029532647d')


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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:24:02
  Author: tpowa
Revision: 227122

upgpkg: mp3splt 2.6.2-1

bump to latest version

Modified:
  mp3splt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 13:22:52 UTC (rev 227121)
+++ PKGBUILD2014-11-26 13:24:02 UTC (rev 227122)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=mp3splt
-pkgver=2.6.1a
+pkgver=2.6.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
@@ -21,4 +21,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }
-md5sums=('05677ad71d4988ee1eb4b8e236bd8212')
+md5sums=('6f25341bdadb54d51c3c5d0644e6307a')


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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:24:11
  Author: tpowa
Revision: 227123

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-26 13:24:02 UTC (rev 227122)
+++ extra-i686/PKGBUILD 2014-11-26 13:24:11 UTC (rev 227123)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=mp3splt
-pkgver=2.6.1a
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
-license=('GPL')
-url=http://mp3splt.sourceforge.net;
-depends=('libmp3splt')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('05677ad71d4988ee1eb4b8e236bd8212')

Copied: mp3splt/repos/extra-i686/PKGBUILD (from rev 227122, 
mp3splt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-26 13:24:11 UTC (rev 227123)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=mp3splt
+pkgver=2.6.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
+license=('GPL')
+url=http://mp3splt.sourceforge.net;
+depends=('libmp3splt')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('6f25341bdadb54d51c3c5d0644e6307a')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-26 13:24:02 UTC (rev 227122)
+++ extra-x86_64/PKGBUILD   2014-11-26 13:24:11 UTC (rev 227123)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=mp3splt
-pkgver=2.6.1a
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
-license=('GPL')
-url=http://mp3splt.sourceforge.net;
-depends=('libmp3splt')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('05677ad71d4988ee1eb4b8e236bd8212')

Copied: mp3splt/repos/extra-x86_64/PKGBUILD (from rev 227122, 
mp3splt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-26 13:24:11 UTC (rev 227123)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=mp3splt
+pkgver=2.6.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
+license=('GPL')
+url=http://mp3splt.sourceforge.net;
+depends=('libmp3splt')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('6f25341bdadb54d51c3c5d0644e6307a')


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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:33:28
  Author: tpowa
Revision: 227124

upgpkg: gpgme 1.5.2-1

bump to latest version

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 13:24:11 UTC (rev 227123)
+++ PKGBUILD2014-11-26 13:33:28 UTC (rev 227124)
@@ -4,7 +4,7 @@
 # Contributor: Sarah Hay sa...@archlinux.org
 
 pkgname=gpgme
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc=A C wrapper library for GnuPG
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 options=('!emptydirs')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('8fb46b336200807a12a12a5760b4a39d'
+md5sums=('d1bde2f441a7f2fa30600c8ffc5da0f9'
  'SKIP')
 
 build() {


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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:33:34
  Author: tpowa
Revision: 227125

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

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

--+
 testing-i686/PKGBUILD|   35 +++
 testing-i686/gpgme.install   |   20 
 testing-x86_64/PKGBUILD  |   35 +++
 testing-x86_64/gpgme.install |   20 
 4 files changed, 110 insertions(+)

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 227124, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-26 13:33:34 UTC (rev 227125)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('d1bde2f441a7f2fa30600c8ffc5da0f9'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-i686/gpgme.install (from rev 227124, 
gpgme/trunk/gpgme.install)
===
--- testing-i686/gpgme.install  (rev 0)
+++ testing-i686/gpgme.install  2014-11-26 13:33:34 UTC (rev 227125)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 227124, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-26 13:33:34 UTC (rev 227125)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('d1bde2f441a7f2fa30600c8ffc5da0f9'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-x86_64/gpgme.install (from rev 227124, 
gpgme/trunk/gpgme.install)
===
--- testing-x86_64/gpgme.install(rev 0)
+++ testing-x86_64/gpgme.install2014-11-26 13:33:34 UTC (rev 227125)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}


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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:38:28
  Author: tpowa
Revision: 123135

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-26 13:38:26 UTC (rev 123134)
+++ community-i686/PKGBUILD 2014-11-26 13:38:28 UTC (rev 123135)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.17-ARCH # Don't forget to update bbswitch.install
-pkgrel=18
-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=3.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 123133, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-26 13:38:28 UTC (rev 123135)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.17-ARCH # Don't forget to update bbswitch.install
+pkgrel=19
+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=3.17' 'linux3.18')
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2014-11-26 13:38:26 UTC (rev 123134)
+++ community-i686/bbswitch.install 2014-11-26 13:38:28 UTC (rev 123135)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.17-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 123133, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2014-11-26 13:38:28 UTC (rev 123135)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:38:34
  Author: tpowa
Revision: 123138

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

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

---+
 /PKGBUILD |  118 
 /tp_smapi.install |   26 +++
 community-i686/PKGBUILD   |   59 --
 community-i686/tp_smapi.install   |   13 ---
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/tp_smapi.install |   13 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-26 13:38:32 UTC (rev 123137)
+++ community-i686/PKGBUILD 2014-11-26 13:38:34 UTC (rev 123138)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi
-pkgver=0.41
-pkgrel=55
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _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/repos/community-i686/PKGBUILD (from rev 123133, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-26 13:38:34 UTC (rev 123138)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=56
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.17' 'linux3.18')
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( 

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:38:42
  Author: tpowa
Revision: 123140

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

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

---+
 /PKGBUILD |  126 
 /build.sh |  116 ++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   58 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   58 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 330 insertions(+), 330 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-26 13:38:38 UTC (rev 123139)
+++ community-i686/PKGBUILD 2014-11-26 13:38:42 UTC (rev 123140)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.20
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.17' 'linux3.18'
- 'linux-headers=3.17' 'linux-headers3.18'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.17-ARCH
-
-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(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.17' 'linux3.18')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.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(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.17' 'linux3.18')
-  

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:38:32
  Author: tpowa
Revision: 123137

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

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

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +
 community-i686/PKGBUILD|   60 -
 community-i686/rt3562sta.install   |   16 
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/rt3562sta.install |   16 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-26 13:38:30 UTC (rev 123136)
+++ community-i686/PKGBUILD 2014-11-26 13:38:32 UTC (rev 123137)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=12
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 123133, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-26 13:38:32 UTC (rev 123137)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=13
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:38:38
  Author: tpowa
Revision: 123139

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

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

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

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2014-11-26 13:38:34 UTC (rev 123138)
+++ community-i686/60-vhba.rules2014-11-26 13:38:38 UTC (rev 123139)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 123133, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2014-11-26 13:38:38 UTC (rev 123139)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-26 13:38:34 UTC (rev 123138)
+++ community-i686/PKGBUILD 2014-11-26 13:38:38 UTC (rev 123139)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20140629
-_extramodules=extramodules-3.17-ARCH
-pkgrel=9
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 123133, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-26 13:38:38 UTC (rev 123139)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140629
+_extramodules=extramodules-3.17-ARCH
+pkgrel=10
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:38:26
  Author: tpowa
Revision: 123134

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-26 08:56:23 UTC (rev 123133)
+++ community-i686/PKGBUILD 2014-11-26 13:38:26 UTC (rev 123134)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: mortzu m...@mortzu.de
-# Contributor: fnord0 fno...@riseup.net
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=14
-_extramodules=extramodules-3.17-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url=http://github.com/mkottman/${pkgname};
-license=('GPL')
-depends=('linux=3.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-install=${pkgname}.install
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-prepare() {
-  cd ${pkgname}-${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/repos/community-i686/PKGBUILD (from rev 123133, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-26 13:38:26 UTC (rev 123134)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=15
+_extramodules=extramodules-3.17-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname};
+license=('GPL')
+depends=('linux=3.17' 'linux3.18')
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd ${pkgname}-${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:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2014-11-26 08:56:23 UTC (rev 123133)
+++ 

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:38:30
  Author: tpowa
Revision: 123136

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

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

+
 /PKGBUILD  |   90 +++
 /r8168.install |   34 ++
 community-i686/PKGBUILD|   45 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-26 13:38:28 UTC (rev 123135)
+++ community-i686/PKGBUILD 2014-11-26 13:38:30 UTC (rev 123136)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.039.00
-pkgrel=3
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2;)
-sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-

Copied: r8168/repos/community-i686/PKGBUILD (from rev 123133, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-26 13:38:30 UTC (rev 123136)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.039.00
+pkgrel=4
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2;)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel 

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:39:25
  Author: tpowa
Revision: 227126

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 227125, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 227125, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 227125, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 227125, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/fix_CPU0_microcode_on_resume.patch
(from rev 227125, 
linux/repos/testing-i686/fix_CPU0_microcode_on_resume.patch)
  linux/repos/core-i686/linux.install
(from rev 227125, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 227125, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 227125, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 227125, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 227125, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 227125, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/fix_CPU0_microcode_on_resume.patch
(from rev 227125, 
linux/repos/testing-x86_64/fix_CPU0_microcode_on_resume.patch)
  linux/repos/core-x86_64/linux.install
(from rev 227125, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 227125, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/fix_CPU0_microcode_on_resume.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/fix_CPU0_microcode_on_resume.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /PKGBUILD |  612 
 /change-default-console-loglevel.patch|   22 
 /config   |14262 
 /config.x86_64|13780 +++
 /fix_CPU0_microcode_on_resume.patch   |   42 
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/PKGBUILD|  299 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/config  | 7131 --
 core-i686/config.x86_64   | 6890 -
 core-i686/fix_CPU0_microcode_on_resume.patch  |   21 
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/PKGBUILD  |  299 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/config| 7131 --
 core-x86_64/config.x86_64 | 6890 -
 core-x86_64/fix_CPU0_microcode_on_resume.patch|   21 
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 21 files changed, 28820 insertions(+), 28806 deletions(-)

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


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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:39:43
  Author: tpowa
Revision: 227127

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

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 227126, lirc/repos/testing-i686/PKGBUILD)
  lirc/repos/extra-i686/irexec.service
(from rev 227126, lirc/repos/testing-i686/irexec.service)
  lirc/repos/extra-i686/lirc-0.9.1a-fix-segfaults.patch
(from rev 227126, lirc/repos/testing-i686/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/extra-i686/lirc-utils.install
(from rev 227126, lirc/repos/testing-i686/lirc-utils.install)
  lirc/repos/extra-i686/lirc.install
(from rev 227126, lirc/repos/testing-i686/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 227126, lirc/repos/testing-i686/lirc.logrotate)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 227126, lirc/repos/testing-i686/lirc.tmpfiles)
  lirc/repos/extra-i686/wpc8769l-build-fix.patch
(from rev 227126, lirc/repos/testing-i686/wpc8769l-build-fix.patch)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 227126, lirc/repos/testing-x86_64/PKGBUILD)
  lirc/repos/extra-x86_64/irexec.service
(from rev 227126, lirc/repos/testing-x86_64/irexec.service)
  lirc/repos/extra-x86_64/lirc-0.9.1a-fix-segfaults.patch
(from rev 227126, lirc/repos/testing-x86_64/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/extra-x86_64/lirc-utils.install
(from rev 227126, lirc/repos/testing-x86_64/lirc-utils.install)
  lirc/repos/extra-x86_64/lirc.install
(from rev 227126, lirc/repos/testing-x86_64/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 227126, lirc/repos/testing-x86_64/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 227126, lirc/repos/testing-x86_64/lirc.tmpfiles)
  lirc/repos/extra-x86_64/wpc8769l-build-fix.patch
(from rev 227126, lirc/repos/testing-x86_64/wpc8769l-build-fix.patch)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/irexec.service
  lirc/repos/extra-i686/lirc-0.9.1a-fix-segfaults.patch
  lirc/repos/extra-i686/lirc-utils.install
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc.tmpfiles
  lirc/repos/extra-i686/wpc8769l-build-fix.patch
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/irexec.service
  lirc/repos/extra-x86_64/lirc-0.9.1a-fix-segfaults.patch
  lirc/repos/extra-x86_64/lirc-utils.install
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.tmpfiles
  lirc/repos/extra-x86_64/wpc8769l-build-fix.patch
  lirc/repos/testing-i686/
  lirc/repos/testing-x86_64/

--+
 /PKGBUILD|  204 +
 /irexec.service  |   22 ++
 /lirc-0.9.1a-fix-segfaults.patch |  158 +++
 /lirc-utils.install  |   26 +++
 /lirc.install|   28 +++
 /lirc.logrotate  |   10 +
 /lirc.tmpfiles   |2 
 /wpc8769l-build-fix.patch|  180 ++
 extra-i686/PKGBUILD  |  102 
 extra-i686/irexec.service|   11 -
 extra-i686/lirc-0.9.1a-fix-segfaults.patch   |   79 -
 extra-i686/lirc-utils.install|   13 -
 extra-i686/lirc.install  |   14 -
 extra-i686/lirc.logrotate|5 
 extra-i686/lirc.tmpfiles |1 
 extra-i686/wpc8769l-build-fix.patch  |   90 ---
 extra-x86_64/PKGBUILD|  102 
 extra-x86_64/irexec.service  |   11 -
 extra-x86_64/lirc-0.9.1a-fix-segfaults.patch |   79 -
 extra-x86_64/lirc-utils.install  |   13 -
 extra-x86_64/lirc.install|   14 -
 extra-x86_64/lirc.logrotate  |5 
 extra-x86_64/lirc.tmpfiles   |1 
 extra-x86_64/wpc8769l-build-fix.patch|   90 ---
 24 files changed, 630 insertions(+), 630 deletions(-)

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


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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:39:45
  Author: tpowa
Revision: 227128

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 227126, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 227126, nvidia-304xx/repos/testing-i686/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 227126, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 227126, nvidia-304xx/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

-+
 /PKGBUILD   |  106 ++
 /nvidia.install |   30 +++
 extra-i686/PKGBUILD |   53 -
 extra-i686/nvidia.install   |   15 -
 extra-x86_64/PKGBUILD   |   53 -
 extra-x86_64/nvidia.install |   15 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-26 13:39:43 UTC (rev 227127)
+++ extra-i686/PKGBUILD 2014-11-26 13:39:45 UTC (rev 227128)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.123
-_extramodules=extramodules-3.17-ARCH
-pkgrel=9
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.17' 'linux3.18' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-conflicts=('nvidia')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('52307054483f5c40391608ce69114d48')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('9d461e9e00e473f458aee96cd6d85101')
-fi
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${pkg}
-# patches here
-}
-
-build() {
-_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}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 227126, 
nvidia-304xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-26 13:39:45 UTC (rev 227128)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.123
+_extramodules=extramodules-3.17-ARCH
+pkgrel=10
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.17' 'linux3.18' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
+conflicts=('nvidia')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
+fi
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:39:48
  Author: tpowa
Revision: 227130

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

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

---+
 /PKGBUILD |   96 
 /nvidia-340xx.install |   30 +++
 extra-i686/PKGBUILD   |   48 --
 extra-i686/nvidia-340xx.install   |   15 -
 extra-x86_64/PKGBUILD |   48 --
 extra-x86_64/nvidia-340xx.install |   15 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-26 13:39:47 UTC (rev 227129)
+++ extra-i686/PKGBUILD 2014-11-26 13:39:48 UTC (rev 227130)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-340xx
-pkgver=340.58
-_extramodules=extramodules-3.17-ARCH
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.17' 'linux3.18' nvidia-libgl 
nvidia-340xx-utils=${pkgver})
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-conflicts=('nvidia')
-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=('b993f9fc59434140f560e32fd7bd2b3d'
- '26e75f80df3f49ac2fe35c65b9de709e')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-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}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia-340xx/repos/extra-i686/PKGBUILD (from rev 227126, 
nvidia-340xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-26 13:39:48 UTC (rev 227130)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.58
+_extramodules=extramodules-3.17-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.17' 'linux3.18' nvidia-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
+conflicts=('nvidia')
+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=('b993f9fc59434140f560e32fd7bd2b3d'
+ '26e75f80df3f49ac2fe35c65b9de709e')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+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 \
+

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:39:47
  Author: tpowa
Revision: 227129

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 227126, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia.install
(from rev 227126, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 227126, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 227126, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

-+
 /PKGBUILD   |   94 ++
 /nvidia.install |   36 
 extra-i686/PKGBUILD |   47 -
 extra-i686/nvidia.install   |   18 
 extra-x86_64/PKGBUILD   |   47 -
 extra-x86_64/nvidia.install |   18 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-26 13:39:45 UTC (rev 227128)
+++ extra-i686/PKGBUILD 2014-11-26 13:39:47 UTC (rev 227129)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=343.22
-_extramodules=extramodules-3.17-ARCH
-pkgrel=4
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.17' 'linux3.18' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-license=('custom')
-install=nvidia.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=('696d0bfa7195e22e0c4bd858fff2abb6'
- '3d98eaa01a94e86abb04723ae2a702b1')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-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}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 227126, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-26 13:39:47 UTC (rev 227129)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=343.22
+_extramodules=extramodules-3.17-ARCH
+pkgrel=5
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.17' 'linux3.18' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
+license=('custom')
+install=nvidia.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=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+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}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+}

Deleted: 

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:40:22
  Author: tpowa
Revision: 227132

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

Added:
  libassuan/repos/core-i686/PKGBUILD
(from rev 227130, libassuan/repos/testing-i686/PKGBUILD)
  libassuan/repos/core-i686/libassuan.install
(from rev 227130, libassuan/repos/testing-i686/libassuan.install)
  libassuan/repos/core-x86_64/PKGBUILD
(from rev 227130, libassuan/repos/testing-x86_64/PKGBUILD)
  libassuan/repos/core-x86_64/libassuan.install
(from rev 227130, libassuan/repos/testing-x86_64/libassuan.install)
Deleted:
  libassuan/repos/core-i686/PKGBUILD
  libassuan/repos/core-i686/libassuan.install
  libassuan/repos/core-x86_64/PKGBUILD
  libassuan/repos/core-x86_64/libassuan.install
  libassuan/repos/testing-i686/
  libassuan/repos/testing-x86_64/

---+
 /PKGBUILD |   60 
 /libassuan.install|   40 ++
 core-i686/PKGBUILD|   30 
 core-i686/libassuan.install   |   20 -
 core-x86_64/PKGBUILD  |   30 
 core-x86_64/libassuan.install |   20 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-11-26 13:40:20 UTC (rev 227131)
+++ core-i686/PKGBUILD  2014-11-26 13:40:22 UTC (rev 227132)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libassuan
-pkgver=2.1.1
-pkgrel=1
-pkgdesc=A IPC library used by some GnuPG related software
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnupg.org/related_software/libassuan;
-depends=('libgpg-error')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
-install=libassuan.install
-md5sums=('757243cc4a71b30ed8d8dbe784035d36')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libassuan/repos/core-i686/PKGBUILD (from rev 227130, 
libassuan/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-11-26 13:40:22 UTC (rev 227132)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libassuan
+pkgver=2.1.3
+pkgrel=1
+pkgdesc=A IPC library used by some GnuPG related software
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=libassuan.install
+md5sums=('b5373485419a7e2c23457d20811caabe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/libassuan.install
===
--- core-i686/libassuan.install 2014-11-26 13:40:20 UTC (rev 227131)
+++ core-i686/libassuan.install 2014-11-26 13:40:22 UTC (rev 227132)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(assuan.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libassuan/repos/core-i686/libassuan.install (from rev 227130, 
libassuan/repos/testing-i686/libassuan.install)
===
--- core-i686/libassuan.install (rev 0)
+++ core-i686/libassuan.install 2014-11-26 13:40:22 UTC (rev 227132)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-11-26 13:40:20 UTC (rev 227131)
+++ core-x86_64/PKGBUILD2014-11-26 13:40:22 UTC (rev 227132)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libassuan

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:40:20
  Author: tpowa
Revision: 227131

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

Added:
  libksba/repos/core-i686/PKGBUILD
(from rev 227130, libksba/repos/testing-i686/PKGBUILD)
  libksba/repos/core-i686/libksba.install
(from rev 227130, libksba/repos/testing-i686/libksba.install)
  libksba/repos/core-x86_64/PKGBUILD
(from rev 227130, libksba/repos/testing-x86_64/PKGBUILD)
  libksba/repos/core-x86_64/libksba.install
(from rev 227130, libksba/repos/testing-x86_64/libksba.install)
Deleted:
  libksba/repos/core-i686/PKGBUILD
  libksba/repos/core-i686/libksba.install
  libksba/repos/core-x86_64/PKGBUILD
  libksba/repos/core-x86_64/libksba.install
  libksba/repos/testing-i686/
  libksba/repos/testing-x86_64/

-+
 /PKGBUILD   |   62 ++
 /libksba.install|   40 +++
 core-i686/PKGBUILD  |   31 -
 core-i686/libksba.install   |   20 -
 core-x86_64/PKGBUILD|   31 -
 core-x86_64/libksba.install |   20 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-11-26 13:39:48 UTC (rev 227130)
+++ core-i686/PKGBUILD  2014-11-26 13:40:20 UTC (rev 227131)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=libksba
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=A CMS and X.509 access library
-arch=(i686 x86_64)
-license=('GPL')
-url=ftp://ftp.gnupg.org/gcrypt/alpha/libksba;
-depends=('bash' 'libgpg-error' 'glibc')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
-install=libksba.install
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}  
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('cd86fad9c9d360b2cf80449f8a4a4075')

Copied: libksba/repos/core-i686/PKGBUILD (from rev 227130, 
libksba/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-11-26 13:40:20 UTC (rev 227131)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libksba
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=A CMS and X.509 access library
+arch=(i686 x86_64)
+license=('GPL')
+url=ftp://ftp.gnupg.org/gcrypt/alpha/libksba;
+depends=('bash' 'libgpg-error' 'glibc')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=libksba.install
+sha1sums=('37d0893a587354af2b6e49f6ae701ca84f52da67')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}  
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: core-i686/libksba.install
===
--- core-i686/libksba.install   2014-11-26 13:39:48 UTC (rev 227130)
+++ core-i686/libksba.install   2014-11-26 13:40:20 UTC (rev 227131)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(ksba.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libksba/repos/core-i686/libksba.install (from rev 227130, 
libksba/repos/testing-i686/libksba.install)
===
--- core-i686/libksba.install   (rev 0)
+++ core-i686/libksba.install   2014-11-26 13:40:20 UTC (rev 227131)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ksba.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-11-26 13:39:48 UTC (rev 227130)
+++ core-x86_64/PKGBUILD2014-11-26 13:40:20 UTC (rev 227131)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=libksba
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=A CMS and X.509 access library
-arch=(i686 x86_64)

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

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:40:35
  Author: tpowa
Revision: 227133

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

Added:
  pinentry/repos/core-i686/PKGBUILD
(from rev 227132, pinentry/repos/testing-i686/PKGBUILD)
  pinentry/repos/core-i686/pinentry.install
(from rev 227132, pinentry/repos/testing-i686/pinentry.install)
  pinentry/repos/core-i686/qt4-pinentry-window.patch
(from rev 227132, pinentry/repos/testing-i686/qt4-pinentry-window.patch)
  pinentry/repos/core-x86_64/PKGBUILD
(from rev 227132, pinentry/repos/testing-x86_64/PKGBUILD)
  pinentry/repos/core-x86_64/pinentry.install
(from rev 227132, pinentry/repos/testing-x86_64/pinentry.install)
  pinentry/repos/core-x86_64/qt4-pinentry-window.patch
(from rev 227132, pinentry/repos/testing-x86_64/qt4-pinentry-window.patch)
Deleted:
  pinentry/repos/core-i686/PKGBUILD
  pinentry/repos/core-i686/pinentry.install
  pinentry/repos/core-i686/qt4-pinentry-window.patch
  pinentry/repos/core-x86_64/PKGBUILD
  pinentry/repos/core-x86_64/pinentry.install
  pinentry/repos/core-x86_64/qt4-pinentry-window.patch
  pinentry/repos/testing-i686/
  pinentry/repos/testing-x86_64/

---+
 /PKGBUILD |   72 
 /pinentry.install |   40 +
 /qt4-pinentry-window.patch|   56 
 core-i686/PKGBUILD|   39 -
 core-i686/pinentry.install|   20 
 core-i686/qt4-pinentry-window.patch   |   28 
 core-x86_64/PKGBUILD  |   39 -
 core-x86_64/pinentry.install  |   20 
 core-x86_64/qt4-pinentry-window.patch |   28 
 9 files changed, 168 insertions(+), 174 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-11-26 13:40:22 UTC (rev 227132)
+++ core-i686/PKGBUILD  2014-11-26 13:40:35 UTC (rev 227133)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=pinentry
-pkgver=0.8.4
-pkgrel=1
-pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gnupg.org/related_software/pinentry/;
-depends=('ncurses' 'libcap=2.16')
-makedepends=('gtk2' 'qt4')
-optdepends=('gtk2: for gtk2 backend'
-'qt4: for qt4 backend')  
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
-#qt4-pinentry-window.patch)
-install=pinentry.install
-md5sums=('e2b6f94471ba1e978f6e5bf6b275189b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  #fix: https://bugs.archlinux.org/task/29998
-  #patch -Np1 -i ../qt4-pinentry-window.patch
-  for file in qt4/*.moc; do
-   moc-qt4 ${file/.moc/.h}  ${file}
-   done
-  ./configure --prefix=/usr \
-   --enable-pinentry-curses \
---disable-pinentry-gtk \
---disable-pinentry-qt \
-   --enable-pinentry-gtk2 \
---enable-pinentry-qt4 \
-   --enable-fallback-curses
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install 
-}

Copied: pinentry/repos/core-i686/PKGBUILD (from rev 227132, 
pinentry/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-11-26 13:40:35 UTC (rev 227133)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.9.0
+pkgrel=1
+pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gnupg.org/related_software/pinentry/;
+depends=('ncurses' 'libcap=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=pinentry.install
+md5sums=('40a05856cb3accf6679987b7899b0f5a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  for file in qt4/*.moc; do
+   moc-qt4 ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}

Deleted: core-i686/pinentry.install
===
--- core-i686/pinentry.install  2014-11-26 13:40:22 UTC (rev 227132)
+++ core-i686/pinentry.install  2014-11-26 13:40:35 UTC (rev 227133)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(pinentry.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-

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

2014-11-26 Thread Evangelos Foutras
Date: Wednesday, November 26, 2014 @ 15:05:57
  Author: foutrelis
Revision: 227134

upgpkg: chromium 39.0.2171.71-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 13:40:35 UTC (rev 227133)
+++ PKGBUILD2014-11-26 14:05:57 UTC (rev 227134)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=39.0.2171.65
+pkgver=39.0.2171.71
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 chromium.desktop
 chromium.default
 chromium.sh)
-sha256sums=('b15746316f2abef40792395d9a0da28ef17713289b9bd334a8ad3ee8b764f451'
+sha256sums=('b7597ce853528861d14a281f847cd5335cdce09984e42701e9b5f3bfe21fd190'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9')


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

2014-11-26 Thread Evangelos Foutras
Date: Wednesday, November 26, 2014 @ 15:06:29
  Author: foutrelis
Revision: 227135

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 227134, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium.default
(from rev 227134, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 227134, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 227134, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 227134, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 227134, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium.default
(from rev 227134, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 227134, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 227134, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 227134, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

---+
 /PKGBUILD |  380 
 /chromium.default |8 
 /chromium.desktop |  226 +++
 /chromium.install |   24 ++
 /chromium.sh  |   32 +++
 extra-i686/PKGBUILD   |  190 
 extra-i686/chromium.default   |4 
 extra-i686/chromium.desktop   |  113 ---
 extra-i686/chromium.install   |   12 -
 extra-i686/chromium.sh|   16 -
 extra-x86_64/PKGBUILD |  190 
 extra-x86_64/chromium.default |4 
 extra-x86_64/chromium.desktop |  113 ---
 extra-x86_64/chromium.install |   12 -
 extra-x86_64/chromium.sh  |   16 -
 15 files changed, 670 insertions(+), 670 deletions(-)

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


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

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 15:37:11
  Author: jlichtblau
Revision: 123142

upgpkg: mp3splt-gtk 0.9.2-1

Modified:
  mp3splt-gtk/trunk/PKGBUILD
  mp3splt-gtk/trunk/mp3splt-gtk.changelog

---+
 PKGBUILD  |6 +++---
 mp3splt-gtk.changelog |4 
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 13:45:18 UTC (rev 123141)
+++ PKGBUILD2014-11-26 14:37:11 UTC (rev 123142)
@@ -2,17 +2,17 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=mp3splt-gtk
-pkgver=0.9.1a
+pkgver=0.9.2
 pkgrel=1
 pkgdesc=Split mp3 and ogg files without decoding
 arch=('i686' 'x86_64')
 url=http://mp3splt.sourceforge.net/;
 license=('GPL')
-depends=('desktop-file-utils' 'gstreamer' 'gtk3' 'libmp3splt')
+depends=('desktop-file-utils' 'gtk3' 'libmp3splt' 'gst-plugins-good' 
'gst-plugins-ugly')
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718')
+sha256sums=('2084cc942b5d1aa6ff74848a41d05cb37876cbc74dfdc341ceb424c763887650')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2014-11-26 13:45:18 UTC (rev 123141)
+++ mp3splt-gtk.changelog   2014-11-26 14:37:11 UTC (rev 123142)
@@ -1,3 +1,7 @@
+2014-11-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.9.2-1
+   * FS#39675 fixed
+
 2014-08-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* mp3splt-gtk 0.9.1a-1
 


[arch-commits] Commit in mp3splt-gtk/repos/community-x86_64 (6 files)

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 15:37:23
  Author: jlichtblau
Revision: 123143

archrelease: copy trunk to community-x86_64

Added:
  mp3splt-gtk/repos/community-x86_64/PKGBUILD
(from rev 123142, mp3splt-gtk/trunk/PKGBUILD)
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog
(from rev 123142, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.install
(from rev 123142, mp3splt-gtk/trunk/mp3splt-gtk.install)
Deleted:
  mp3splt-gtk/repos/community-x86_64/PKGBUILD
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.install

---+
 PKGBUILD  |   56 
 mp3splt-gtk.changelog |   82 +---
 mp3splt-gtk.install   |8 ++--
 3 files changed, 75 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-26 14:37:11 UTC (rev 123142)
+++ PKGBUILD2014-11-26 14:37:23 UTC (rev 123143)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=mp3splt-gtk
-pkgver=0.9.1a
-pkgrel=1
-pkgdesc=Split mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'gstreamer' 'gtk3' 'libmp3splt')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3splt-gtk/repos/community-x86_64/PKGBUILD (from rev 123142, 
mp3splt-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-26 14:37:23 UTC (rev 123143)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=mp3splt-gtk
+pkgver=0.9.2
+pkgrel=1
+pkgdesc=Split mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libmp3splt' 'gst-plugins-good' 
'gst-plugins-ugly')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('2084cc942b5d1aa6ff74848a41d05cb37876cbc74dfdc341ceb424c763887650')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2014-11-26 14:37:11 UTC (rev 123142)
+++ mp3splt-gtk.changelog   2014-11-26 14:37:23 UTC (rev 123143)
@@ -1,39 +0,0 @@
-2014-08-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.9.1a-1
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.9-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.2-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.1-1
-
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.3-1
-
-2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.2-1
-
-2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.1-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7-1
-
-2011-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.6.1a-1
-   * FS#23275 fixed
-
-2010-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.6
-
-2010-04-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.9
-
-2009-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.8a
-
-2009-11-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] - 67 votes in AUR

Copied: mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog (from rev 
123142, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
===
--- mp3splt-gtk.changelog   (rev 0)
+++ mp3splt-gtk.changelog   2014-11-26 14:37:23 UTC (rev 123143)
@@ -0,0 +1,43 @@
+2014-11-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.9.2-1
+   * FS#39675 fixed
+
+2014-08-11 Jaroslav Lichtblau 

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

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 15:46:30
  Author: jlichtblau
Revision: 123144

archrelease: copy trunk to community-i686

Added:
  mp3splt-gtk/repos/community-i686/PKGBUILD
(from rev 123143, mp3splt-gtk/trunk/PKGBUILD)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
(from rev 123143, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install
(from rev 123143, mp3splt-gtk/trunk/mp3splt-gtk.install)
Deleted:
  mp3splt-gtk/repos/community-i686/PKGBUILD
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install

---+
 PKGBUILD  |   56 
 mp3splt-gtk.changelog |   82 +---
 mp3splt-gtk.install   |8 ++--
 3 files changed, 75 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-26 14:37:23 UTC (rev 123143)
+++ PKGBUILD2014-11-26 14:46:30 UTC (rev 123144)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=mp3splt-gtk
-pkgver=0.9.1a
-pkgrel=1
-pkgdesc=Split mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'gstreamer' 'gtk3' 'libmp3splt')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3splt-gtk/repos/community-i686/PKGBUILD (from rev 123143, 
mp3splt-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-26 14:46:30 UTC (rev 123144)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=mp3splt-gtk
+pkgver=0.9.2
+pkgrel=1
+pkgdesc=Split mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libmp3splt' 'gst-plugins-good' 
'gst-plugins-ugly')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('2084cc942b5d1aa6ff74848a41d05cb37876cbc74dfdc341ceb424c763887650')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2014-11-26 14:37:23 UTC (rev 123143)
+++ mp3splt-gtk.changelog   2014-11-26 14:46:30 UTC (rev 123144)
@@ -1,39 +0,0 @@
-2014-08-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.9.1a-1
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.9-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.2-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.1-1
-
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.3-1
-
-2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.2-1
-
-2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.1-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7-1
-
-2011-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.6.1a-1
-   * FS#23275 fixed
-
-2010-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.6
-
-2010-04-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.9
-
-2009-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.8a
-
-2009-11-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] - 67 votes in AUR

Copied: mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog (from rev 
123143, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
===
--- mp3splt-gtk.changelog   (rev 0)
+++ mp3splt-gtk.changelog   2014-11-26 14:46:30 UTC (rev 123144)
@@ -0,0 +1,43 @@
+2014-11-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.9.2-1
+   * FS#39675 fixed
+
+2014-08-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * 

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

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 16:05:12
  Author: jlichtblau
Revision: 123145

upgpkg: skrooge 1.10.0-2

Modified:
  skrooge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 14:46:30 UTC (rev 123144)
+++ PKGBUILD2014-11-26 15:05:12 UTC (rev 123145)
@@ -6,12 +6,12 @@
 
 pkgname=skrooge
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A personal finances manager for KDE
 arch=('i686' 'x86_64')
 url=http://skrooge.org/;
 license=('GPL')
-depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson' 'grantlee-qt4')
 makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
 optdepends=('kdepim-libkdepim: for KDE PIM integration')
 install=$pkgname.install


[arch-commits] Commit in skrooge/repos/community-x86_64 (6 files)

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 16:05:22
  Author: jlichtblau
Revision: 123146

archrelease: copy trunk to community-x86_64

Added:
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 123145, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 123145, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 123145, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

---+
 PKGBUILD  |   68 +--
 skrooge.changelog |   82 ++--
 skrooge.install   |   28 -
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-26 15:05:12 UTC (rev 123145)
+++ PKGBUILD2014-11-26 15:05:22 UTC (rev 123146)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
-
-pkgname=skrooge
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=A personal finances manager for KDE
-arch=('i686' 'x86_64')
-url=http://skrooge.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
-makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
-optdepends=('kdepim-libkdepim: for KDE PIM integration')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('aae15e7abf91a7fc217247d3ae5e672f4215a9090f12389cddab68fe5a175c67')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: skrooge/repos/community-x86_64/PKGBUILD (from rev 123145, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-26 15:05:22 UTC (rev 123146)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=1.10.0
+pkgrel=2
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson' 'grantlee-qt4')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
+optdepends=('kdepim-libkdepim: for KDE PIM integration')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aae15e7abf91a7fc217247d3ae5e672f4215a9090f12389cddab68fe5a175c67')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2014-11-26 15:05:12 UTC (rev 123145)
+++ skrooge.changelog   2014-11-26 15:05:22 UTC (rev 123146)
@@ -1,41 +0,0 @@
-2014-10-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.10.0-1
-
-2014-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.9.0-1
-
-2013-12-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.8.0-3 FS#37406 fix
-
-2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.8.0-1
-
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.7.1-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.6.0-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.5.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.4.0-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.3-1
-
-2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.2-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.0-1
-
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.2.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.1.1-1

Copied: skrooge/repos/community-x86_64/skrooge.changelog (from rev 123145, 
skrooge/trunk/skrooge.changelog)

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

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 16:18:02
  Author: jlichtblau
Revision: 123147

archrelease: copy trunk to community-i686

Added:
  skrooge/repos/community-i686/PKGBUILD
(from rev 123146, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-i686/skrooge.changelog
(from rev 123146, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-i686/skrooge.install
(from rev 123146, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-i686/skrooge.changelog
  skrooge/repos/community-i686/skrooge.install

---+
 PKGBUILD  |   68 +--
 skrooge.changelog |   82 ++--
 skrooge.install   |   28 -
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-26 15:05:22 UTC (rev 123146)
+++ PKGBUILD2014-11-26 15:18:02 UTC (rev 123147)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
-
-pkgname=skrooge
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=A personal finances manager for KDE
-arch=('i686' 'x86_64')
-url=http://skrooge.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
-makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
-optdepends=('kdepim-libkdepim: for KDE PIM integration')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('aae15e7abf91a7fc217247d3ae5e672f4215a9090f12389cddab68fe5a175c67')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 123146, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-26 15:18:02 UTC (rev 123147)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=1.10.0
+pkgrel=2
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson' 'grantlee-qt4')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
+optdepends=('kdepim-libkdepim: for KDE PIM integration')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aae15e7abf91a7fc217247d3ae5e672f4215a9090f12389cddab68fe5a175c67')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2014-11-26 15:05:22 UTC (rev 123146)
+++ skrooge.changelog   2014-11-26 15:18:02 UTC (rev 123147)
@@ -1,41 +0,0 @@
-2014-10-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.10.0-1
-
-2014-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.9.0-1
-
-2013-12-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.8.0-3 FS#37406 fix
-
-2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.8.0-1
-
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.7.1-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.6.0-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.5.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.4.0-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.3-1
-
-2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.2-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.0-1
-
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.2.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.1.1-1

Copied: skrooge/repos/community-i686/skrooge.changelog (from rev 123146, 
skrooge/trunk/skrooge.changelog)

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

2014-11-26 Thread Felix Yan
Date: Wednesday, November 26, 2014 @ 16:39:03
  Author: fyan
Revision: 227136

upgpkg: raptor 2.0.15-1

upstream new release

Modified:
  raptor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 14:06:29 UTC (rev 227135)
+++ PKGBUILD2014-11-26 15:39:03 UTC (rev 227136)
@@ -5,8 +5,8 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=raptor
-pkgver=2.0.14
-pkgrel=2
+pkgver=2.0.15
+pkgrel=1
 pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
 arch=('i686' 'x86_64')
 url=http://librdf.org/raptor;
@@ -32,4 +32,4 @@
   cd ${srcdir}/raptor2-${pkgver}
   make prefix=${pkgdir}/usr install
 }
-md5sums=('d3e0b43866197a5367b781b25510f728')
+md5sums=('a39f6c07ddb20d7dd2ff1f95fa21e2cd')


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

2014-11-26 Thread Felix Yan
Date: Wednesday, November 26, 2014 @ 16:39:33
  Author: fyan
Revision: 227137

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-26 15:39:03 UTC (rev 227136)
+++ extra-i686/PKGBUILD 2014-11-26 15:39:33 UTC (rev 227137)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=raptor
-pkgver=2.0.14
-pkgrel=2
-pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
-arch=('i686' 'x86_64')
-url=http://librdf.org/raptor;
-depends=('curl' 'libxslt' 'icu')
-license=('LGPL')
-source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/raptor2-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static \
---with-yajl=no \
---with-icu-config=/usr/bin/icu-config
-  make
-}
-
-#check() {
-#  make -C raptor2-$pkgver check // currently does not work
-#}
-
-package() {
-  cd ${srcdir}/raptor2-${pkgver}
-  make prefix=${pkgdir}/usr install
-}
-md5sums=('d3e0b43866197a5367b781b25510f728')

Copied: raptor/repos/extra-i686/PKGBUILD (from rev 227136, 
raptor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-26 15:39:33 UTC (rev 227137)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.15
+pkgrel=1
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('a39f6c07ddb20d7dd2ff1f95fa21e2cd')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-26 15:39:03 UTC (rev 227136)
+++ extra-x86_64/PKGBUILD   2014-11-26 15:39:33 UTC (rev 227137)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=raptor
-pkgver=2.0.14
-pkgrel=2
-pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
-arch=('i686' 'x86_64')
-url=http://librdf.org/raptor;
-depends=('curl' 'libxslt' 'icu')
-license=('LGPL')
-source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/raptor2-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static \
---with-yajl=no \
---with-icu-config=/usr/bin/icu-config
-  make
-}
-
-#check() {
-#  make -C raptor2-$pkgver check // currently does not work
-#}
-
-package() {
-  cd ${srcdir}/raptor2-${pkgver}
-  make prefix=${pkgdir}/usr install
-}
-md5sums=('d3e0b43866197a5367b781b25510f728')

Copied: raptor/repos/extra-x86_64/PKGBUILD (from rev 227136, 
raptor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-26 15:39:33 UTC (rev 227137)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.15
+pkgrel=1
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+

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

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 17:20:04
  Author: jlichtblau
Revision: 123148

upgpkg: autojump 21.7.1-2

Modified:
  autojump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 15:18:02 UTC (rev 123147)
+++ PKGBUILD2014-11-26 16:20:04 UTC (rev 123148)
@@ -1,4 +1,5 @@
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: graysky graysky AT archlnux DOT us
 # Contributor: Geoffroy Carrier geoff...@archlinux.org
 # Contributor: Joël Schaerer joel.schae...@laposte.net
@@ -6,7 +7,7 @@
 
 pkgname=autojump
 pkgver=21.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A faster way to navigate your filesystem from the command line
 arch=('any')
 url=http://wiki.github.com/joelthelion/autojump;
@@ -22,6 +23,5 @@
 package() {
   cd ${pkgname}-release-v${pkgver}
 
-  ./install.sh --global --destdir ${pkgdir}
-  rm -fr ${pkgdir}/_j
+  ./install.sh --global --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
 }


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

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 17:20:13
  Author: jlichtblau
Revision: 123149

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
(from rev 123148, autojump/trunk/PKGBUILD)
Deleted:
  autojump/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-26 16:20:04 UTC (rev 123148)
+++ PKGBUILD2014-11-26 16:20:13 UTC (rev 123149)
@@ -1,27 +0,0 @@
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: graysky graysky AT archlnux DOT us
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Joël Schaerer joel.schae...@laposte.net
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=autojump
-pkgver=21.7.1
-pkgrel=1
-pkgdesc=A faster way to navigate your filesystem from the command line
-arch=('any')
-url=http://wiki.github.com/joelthelion/autojump;
-license=('GPL3')
-depends=('python')
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('a3eeb53235c4a4d8bee2cad303cf1e0b3b53e59cc0814a4abe297a2672a7c20d')
-
-prepare() {
-  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
-}
-
-package() {
-  cd ${pkgname}-release-v${pkgver}
-
-  ./install.sh --global --destdir ${pkgdir}
-  rm -fr ${pkgdir}/_j
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 123148, 
autojump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-26 16:20:13 UTC (rev 123149)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: graysky graysky AT archlnux DOT us
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Joël Schaerer joel.schae...@laposte.net
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=autojump
+pkgver=21.7.1
+pkgrel=2
+pkgdesc=A faster way to navigate your filesystem from the command line
+arch=('any')
+url=http://wiki.github.com/joelthelion/autojump;
+license=('GPL3')
+depends=('python')
+source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
+sha256sums=('a3eeb53235c4a4d8bee2cad303cf1e0b3b53e59cc0814a4abe297a2672a7c20d')
+
+prepare() {
+  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
+}
+
+package() {
+  cd ${pkgname}-release-v${pkgver}
+
+  ./install.sh --global --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
+}


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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Wednesday, November 26, 2014 @ 18:13:51
  Author: bpiotrowski
Revision: 123151

Remove useless sed line from prepare().

Zsh completion's location has been corrected upstream in 0.7.0.

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 17:04:54 UTC (rev 123150)
+++ PKGBUILD2014-11-26 17:13:51 UTC (rev 123151)
@@ -24,7 +24,6 @@
 prepare() {
   cd $pkgname-$pkgver
   ./bootstrap.py
-  sed -i 's/vendor-completions/site-functions/' wscript_build.py
 }
 
 build() {


[arch-commits] Commit in (checkgmail)

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 18:17:25
  Author: jlichtblau
Revision: 123152

checkgmail dropped to AUR
buggy and marked as old, out of date by upstream

Deleted:
  checkgmail/


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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Wednesday, November 26, 2014 @ 18:27:27
  Author: bpiotrowski
Revision: 123153

upgpkg: ansible 1.8-1

new upstream release

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 17:17:25 UTC (rev 123152)
+++ PKGBUILD2014-11-26 17:27:27 UTC (rev 123153)
@@ -6,7 +6,7 @@
 # Contributor: atweiden archb...@gmail.com
 
 pkgname=ansible
-pkgver=1.7.2
+pkgver=1.8
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -19,7 +19,7 @@
 'python2-keyczar: needed for accelerated mode')
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('a17ce716b47f831ea9c88bdab33753fa3870c7ea8a1ee5e8c1287ca40c8498ac')
+sha256sums=('d5e4e414834e119083ee01d6a40668d9a69b044b861d78c3fdfb6beb97660b09')
 
 prepare() {
   find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
@@ -33,15 +33,12 @@
 package() {
   cd $pkgname-$pkgver
   python2 setup.py install -O1 --root=$pkgdir
+  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
 
   install -d $pkgdir/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
   cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible/doc/
   install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
 
-  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
-  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
-
   install -d $pkgdir/usr/share/man/man1
   cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
 }


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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Wednesday, November 26, 2014 @ 18:27:35
  Author: bpiotrowski
Revision: 123154

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 123153, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

--+
 PKGBUILD |   91 +
 1 file changed, 44 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-26 17:27:27 UTC (rev 123153)
+++ PKGBUILD2014-11-26 17:27:35 UTC (rev 123154)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris seitz.christ...@gmail.com
-# Contributor: m0ikz ndelato...@moikz.com.ar
-# Contributor: atweiden archb...@gmail.com
-
-pkgname=ansible
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-'python2-crypto: needed for accelerated mode'
-'python2-keyczar: needed for accelerated mode')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('a17ce716b47f831ea9c88bdab33753fa3870c7ea8a1ee5e8c1287ca40c8498ac')
-
-prepare() {
-  find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-
-  install -d $pkgdir/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
-  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
-
-  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
-  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
-
-  install -d $pkgdir/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 123153, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-26 17:27:35 UTC (rev 123154)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris seitz.christ...@gmail.com
+# Contributor: m0ikz ndelato...@moikz.com.ar
+# Contributor: atweiden archb...@gmail.com
+
+pkgname=ansible
+pkgver=1.8
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+makedepends=('asciidoc' 'fakeroot')
+optdepends=('python2-pyasn1: needed for accelerated mode'
+'python2-crypto: needed for accelerated mode'
+'python2-keyczar: needed for accelerated mode')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('d5e4e414834e119083ee01d6a40668d9a69b044b861d78c3fdfb6beb97660b09')
+
+prepare() {
+  find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
+
+  install -d $pkgdir/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
+
+  install -d $pkgdir/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
+}


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

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 18:32:44
  Author: jlichtblau
Revision: 123155

upgpkg: nzbget 14.0-2
FS#42744 fix

Modified:
  nzbget/trunk/PKGBUILD
  nzbget/trunk/nzbget.changelog

--+
 PKGBUILD |   12 ++--
 nzbget.changelog |2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 17:27:35 UTC (rev 123154)
+++ PKGBUILD2014-11-26 17:32:44 UTC (rev 123155)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=nzbget
 pkgver=14.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Download from Usenet using .nzb files
 arch=('i686' 'x86_64')
 url=http://nzbget.sourceforge.net/;
 license=('GPL')
-depends=('libpar2' 'libsigc++' 'libxml2' 'python')
-changelog=${pkgname}.changelog
+depends=('libxml2' 'python')
+changelog=$pkgname.changelog
 
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('41d243617f3523dcba86676ff1193fa361562aecdfa100ebc01bf57bc26d38e5')
 
@@ -26,6 +26,6 @@
 
   make DESTDIR=${pkgdir} install
 
-  install -d ${pkgdir}/usr/share/${pkgname}
-  install -m644 -t ${pkgdir}/usr/share/${pkgname} AUTHORS ChangeLog README
+  install -d ${pkgdir}/usr/share/$pkgname
+  install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
 }

Modified: nzbget.changelog
===
--- nzbget.changelog2014-11-26 17:27:35 UTC (rev 123154)
+++ nzbget.changelog2014-11-26 17:32:44 UTC (rev 123155)
@@ -1,4 +1,4 @@
-2014-11-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-11-10 Jaroslav Lichtblau svetlemod...@archlinux.org
   * nzbget 14.0-1
 
 2014-07-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org


[arch-commits] Commit in nzbget/repos/community-x86_64 (4 files)

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 18:33:05
  Author: jlichtblau
Revision: 123156

archrelease: copy trunk to community-x86_64

Added:
  nzbget/repos/community-x86_64/PKGBUILD
(from rev 123155, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-x86_64/nzbget.changelog
(from rev 123155, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-x86_64/PKGBUILD
  nzbget/repos/community-x86_64/nzbget.changelog

--+
 PKGBUILD |   62 
 nzbget.changelog |  102 ++---
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-26 17:32:44 UTC (rev 123155)
+++ PKGBUILD2014-11-26 17:33:05 UTC (rev 123156)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=nzbget
-pkgver=14.0
-pkgrel=1
-pkgdesc=Download from Usenet using .nzb files
-arch=('i686' 'x86_64')
-url=http://nzbget.sourceforge.net/;
-license=('GPL')
-depends=('libpar2' 'libsigc++' 'libxml2' 'python')
-changelog=${pkgname}.changelog
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('41d243617f3523dcba86676ff1193fa361562aecdfa100ebc01bf57bc26d38e5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/${pkgname}
-  install -m644 -t ${pkgdir}/usr/share/${pkgname} AUTHORS ChangeLog README
-}

Copied: nzbget/repos/community-x86_64/PKGBUILD (from rev 123155, 
nzbget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-26 17:33:05 UTC (rev 123156)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=nzbget
+pkgver=14.0
+pkgrel=2
+pkgdesc=Download from Usenet using .nzb files
+arch=('i686' 'x86_64')
+url=http://nzbget.sourceforge.net/;
+license=('GPL')
+depends=('libxml2' 'python')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('41d243617f3523dcba86676ff1193fa361562aecdfa100ebc01bf57bc26d38e5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/$pkgname
+  install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
+}

Deleted: nzbget.changelog
===
--- nzbget.changelog2014-11-26 17:32:44 UTC (rev 123155)
+++ nzbget.changelog2014-11-26 17:33:05 UTC (rev 123156)
@@ -1,51 +0,0 @@
-2014-11-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 14.0-1
-
-2014-07-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 13.0-1
-
-2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-2 FS#40075 implemented
-
-2014-01-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-1
-
-2013-09-03 Maxime Gauduin aluc...@gmail.com
-  * Fixed FS#36250 - package built without system CXXFLAGS
-
-2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 11.0-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 10.2-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Fixed FS#19399 - missing postprocess-example.conf file
-
-2010-05-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.7.0
-
-2009-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Dependency added (gnutls) in v0.6.0-2 
-
-2008-03-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.6.0
-
-2008-09-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.5.1
-
-2008-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Package moved to [community]
-  * Update to major release 0.5.0

Copied: nzbget/repos/community-x86_64/nzbget.changelog (from rev 123155, 
nzbget/trunk/nzbget.changelog)
===
--- nzbget.changelog(rev 0)
+++ nzbget.changelog2014-11-26 17:33:05 UTC (rev 

[arch-commits] Commit in nzbget/repos/community-i686 (4 files)

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 18:36:20
  Author: jlichtblau
Revision: 123157

archrelease: copy trunk to community-i686

Added:
  nzbget/repos/community-i686/PKGBUILD
(from rev 123156, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-i686/nzbget.changelog
(from rev 123156, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-i686/PKGBUILD
  nzbget/repos/community-i686/nzbget.changelog

--+
 PKGBUILD |   62 
 nzbget.changelog |  102 ++---
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-26 17:33:05 UTC (rev 123156)
+++ PKGBUILD2014-11-26 17:36:20 UTC (rev 123157)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=nzbget
-pkgver=14.0
-pkgrel=1
-pkgdesc=Download from Usenet using .nzb files
-arch=('i686' 'x86_64')
-url=http://nzbget.sourceforge.net/;
-license=('GPL')
-depends=('libpar2' 'libsigc++' 'libxml2' 'python')
-changelog=${pkgname}.changelog
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('41d243617f3523dcba86676ff1193fa361562aecdfa100ebc01bf57bc26d38e5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/${pkgname}
-  install -m644 -t ${pkgdir}/usr/share/${pkgname} AUTHORS ChangeLog README
-}

Copied: nzbget/repos/community-i686/PKGBUILD (from rev 123156, 
nzbget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-26 17:36:20 UTC (rev 123157)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=nzbget
+pkgver=14.0
+pkgrel=2
+pkgdesc=Download from Usenet using .nzb files
+arch=('i686' 'x86_64')
+url=http://nzbget.sourceforge.net/;
+license=('GPL')
+depends=('libxml2' 'python')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('41d243617f3523dcba86676ff1193fa361562aecdfa100ebc01bf57bc26d38e5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/$pkgname
+  install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
+}

Deleted: nzbget.changelog
===
--- nzbget.changelog2014-11-26 17:33:05 UTC (rev 123156)
+++ nzbget.changelog2014-11-26 17:36:20 UTC (rev 123157)
@@ -1,51 +0,0 @@
-2014-11-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 14.0-1
-
-2014-07-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 13.0-1
-
-2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-2 FS#40075 implemented
-
-2014-01-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-1
-
-2013-09-03 Maxime Gauduin aluc...@gmail.com
-  * Fixed FS#36250 - package built without system CXXFLAGS
-
-2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 11.0-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 10.2-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Fixed FS#19399 - missing postprocess-example.conf file
-
-2010-05-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.7.0
-
-2009-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Dependency added (gnutls) in v0.6.0-2 
-
-2008-03-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.6.0
-
-2008-09-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.5.1
-
-2008-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Package moved to [community]
-  * Update to major release 0.5.0

Copied: nzbget/repos/community-i686/nzbget.changelog (from rev 123156, 
nzbget/trunk/nzbget.changelog)
===
--- nzbget.changelog(rev 0)
+++ nzbget.changelog2014-11-26 17:36:20 UTC (rev 123157)
@@ -0,0 

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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Wednesday, November 26, 2014 @ 18:53:28
  Author: bpiotrowski
Revision: 123158

upgpkg: fish 2.1.1-5

backport upstream patch fixing GREP_OPTIONS deprecation warning (FS#42911)

Added:
  fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch
Modified:
  fish/trunk/PKGBUILD

-+
 PKGBUILD|   10 +++---
 fish-2.1.1-grep-options-is-deprecated.patch |   15 +++
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 17:36:20 UTC (rev 123157)
+++ PKGBUILD2014-11-26 17:53:28 UTC (rev 123158)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'
@@ -16,11 +16,15 @@
 optdepends=('python: for manual page completion parser and web configuration 
tool')
 makedepends=('doxygen')
 install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
-md5sums=('9c6e98985636b5268eae2da0ff79311d')
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz
+fish-2.1.1-grep-options-is-deprecated.patch)
+md5sums=('9c6e98985636b5268eae2da0ff79311d'
+ '0c94b1ca8c54ed1a03b551f9b84160e5')
 
 prepare() {
   cd fish-shell-$pkgver
+  patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
+
   echo $pkgver  version
   autoconf -i
 }

Added: fish-2.1.1-grep-options-is-deprecated.patch
===
--- fish-2.1.1-grep-options-is-deprecated.patch (rev 0)
+++ fish-2.1.1-grep-options-is-deprecated.patch 2014-11-26 17:53:28 UTC (rev 
123158)
@@ -0,0 +1,15 @@
+diff --git a/share/functions/grep.fish b/share/functions/grep.fish
+index b0dc958..cd7c31b 100644
+--- a/share/functions/grep.fish
 b/share/functions/grep.fish
+@@ -6,8 +6,8 @@ if command grep --color=auto --help 1/dev/null 2/dev/null
+   if not set -q GREP_COLOR
+   set -gx GREP_COLOR '97;45'
+   end
+-  if not set -q GREP_OPTIONS
+-  set -gx GREP_OPTIONS --color=auto
++  function grep
++  command grep --color=auto $argv
+   end
+ end
+ 


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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Wednesday, November 26, 2014 @ 18:53:43
  Author: bpiotrowski
Revision: 123159

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 123158, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish-2.1.1-grep-options-is-deprecated.patch
(from rev 123158, fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch)
  fish/repos/community-i686/fish.install
(from rev 123158, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 123158, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch
(from rev 123158, fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch)
  fish/repos/community-x86_64/fish.install
(from rev 123158, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

--+
 /PKGBUILD|   82 ++
 /fish.install|   34 
 community-i686/PKGBUILD  |   37 
 community-i686/fish-2.1.1-grep-options-is-deprecated.patch   |   15 +
 community-i686/fish.install  |   17 --
 community-x86_64/PKGBUILD|   37 
 community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch |   15 +
 community-x86_64/fish.install|   17 --
 8 files changed, 146 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-26 17:53:28 UTC (rev 123158)
+++ community-i686/PKGBUILD 2014-11-26 17:53:43 UTC (rev 123159)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.1.1
-pkgrel=4
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
-md5sums=('9c6e98985636b5268eae2da0ff79311d')
-
-prepare() {
-  cd fish-shell-$pkgver
-  echo $pkgver  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 123158, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-26 17:53:43 UTC (rev 123159)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.1
+pkgrel=5
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz
+fish-2.1.1-grep-options-is-deprecated.patch)
+md5sums=('9c6e98985636b5268eae2da0ff79311d'
+ '0c94b1ca8c54ed1a03b551f9b84160e5')
+
+prepare() {
+  cd fish-shell-$pkgver
+  patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
+
+  echo $pkgver  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+}

Copied: fish/repos/community-i686/fish-2.1.1-grep-options-is-deprecated.patch 
(from rev 123158, fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch)
===
--- community-i686/fish-2.1.1-grep-options-is-deprecated.patch  
(rev 0)
+++ community-i686/fish-2.1.1-grep-options-is-deprecated.patch  2014-11-26 
17:53:43 UTC (rev 123159)
@@ -0,0 +1,15 @@
+diff --git a/share/functions/grep.fish b/share/functions/grep.fish
+index b0dc958..cd7c31b 100644
+--- 

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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Wednesday, November 26, 2014 @ 19:01:28
  Author: bpiotrowski
Revision: 227138

upgpkg: python-urwid 1.3.0-1

new upstream release

Modified:
  python-urwid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 15:39:33 UTC (rev 227137)
+++ PKGBUILD2014-11-26 18:01:28 UTC (rev 227138)
@@ -4,15 +4,15 @@
 # Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
 
 pkgname=('python-urwid' 'python2-urwid')
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
-pkgdesc=Urwid is a curses-based user interface library.
+pkgdesc=Curses-based user interface library.
 license=('LGPL')
 arch=('i686' 'x86_64')
 makedepends=('python2-setuptools' 'python-setuptools')
 url=http://excess.org/urwid/;
 source=(https://pypi.python.org/packages/source/u/urwid/urwid-$pkgver.tar.gz)
-md5sums=('6a05ada11b87e7b026b01fc5150855b0')
+md5sums=('a989acd54f4ff1a554add464803a9175')
 
 build() {
   cp -r urwid-$pkgver python2-urwid-$pkgver


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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Wednesday, November 26, 2014 @ 19:01:39
  Author: bpiotrowski
Revision: 227139

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

Added:
  python-urwid/repos/testing-i686/
  python-urwid/repos/testing-i686/PKGBUILD
(from rev 227138, python-urwid/trunk/PKGBUILD)
  python-urwid/repos/testing-x86_64/
  python-urwid/repos/testing-x86_64/PKGBUILD
(from rev 227138, python-urwid/trunk/PKGBUILD)

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

Copied: python-urwid/repos/testing-i686/PKGBUILD (from rev 227138, 
python-urwid/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-26 18:01:39 UTC (rev 227139)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD,v 1.10 2009/03/13 21:14:09 sergej Exp $
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Maintainer: Sergej Pupykin ser...@aur.archlinux.org
+# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
+
+pkgname=('python-urwid' 'python2-urwid')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Curses-based user interface library.
+license=('LGPL')
+arch=('i686' 'x86_64')
+makedepends=('python2-setuptools' 'python-setuptools')
+url=http://excess.org/urwid/;
+source=(https://pypi.python.org/packages/source/u/urwid/urwid-$pkgver.tar.gz)
+md5sums=('a989acd54f4ff1a554add464803a9175')
+
+build() {
+  cp -r urwid-$pkgver python2-urwid-$pkgver
+
+  cd $srcdir/urwid-$pkgver
+  python setup.py build
+
+  cd $srcdir/python2-urwid-$pkgver
+  sed -i 's#bin/python#bin/python2#' urwid/*.py
+  
+  python2 setup.py build
+}
+
+package_python-urwid() {
+  depends=('python')
+
+  cd $srcdir/urwid-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+package_python2-urwid() {
+  depends=('python2')
+ 
+  cd $srcdir/python2-urwid-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+

Copied: python-urwid/repos/testing-x86_64/PKGBUILD (from rev 227138, 
python-urwid/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-26 18:01:39 UTC (rev 227139)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD,v 1.10 2009/03/13 21:14:09 sergej Exp $
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Maintainer: Sergej Pupykin ser...@aur.archlinux.org
+# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
+
+pkgname=('python-urwid' 'python2-urwid')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Curses-based user interface library.
+license=('LGPL')
+arch=('i686' 'x86_64')
+makedepends=('python2-setuptools' 'python-setuptools')
+url=http://excess.org/urwid/;
+source=(https://pypi.python.org/packages/source/u/urwid/urwid-$pkgver.tar.gz)
+md5sums=('a989acd54f4ff1a554add464803a9175')
+
+build() {
+  cp -r urwid-$pkgver python2-urwid-$pkgver
+
+  cd $srcdir/urwid-$pkgver
+  python setup.py build
+
+  cd $srcdir/python2-urwid-$pkgver
+  sed -i 's#bin/python#bin/python2#' urwid/*.py
+  
+  python2 setup.py build
+}
+
+package_python-urwid() {
+  depends=('python')
+
+  cd $srcdir/urwid-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+package_python2-urwid() {
+  depends=('python2')
+ 
+  cd $srcdir/python2-urwid-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+


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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Wednesday, November 26, 2014 @ 19:07:06
  Author: bpiotrowski
Revision: 227140

upgpkg: libass 0.12.0-1

new upstream release

Modified:
  libass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 18:01:39 UTC (rev 227139)
+++ PKGBUILD2014-11-26 18:07:06 UTC (rev 227140)
@@ -3,16 +3,16 @@
 # Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
 
 pkgname=libass
-pkgver=0.11.2
+pkgver=0.12.0
 pkgrel=1
 pkgdesc=A portable library for SSA/ASS subtitles rendering
 arch=('i686' 'x86_64')
-url=https://github.com/libass/libass/releases;
+url=https://github.com/libass/libass/;
 license=('BSD')
 depends=('fribidi' 'fontconfig' 'enca' 'harfbuzz')
 makedepends=('pkg-config' 'yasm')
-source=(https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('701b761934de0eff7d45f58d7d13eaf6')
+source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('ba806f521248dd08032d433abc6d5ace')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Wednesday, November 26, 2014 @ 19:07:18
  Author: bpiotrowski
Revision: 227141

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

Added:
  libass/repos/testing-i686/
  libass/repos/testing-i686/PKGBUILD
(from rev 227140, libass/trunk/PKGBUILD)
  libass/repos/testing-x86_64/
  libass/repos/testing-x86_64/PKGBUILD
(from rev 227140, libass/trunk/PKGBUILD)

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

Copied: libass/repos/testing-i686/PKGBUILD (from rev 227140, 
libass/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-26 18:07:18 UTC (rev 227141)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+
+pkgname=libass
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=A portable library for SSA/ASS subtitles rendering
+arch=('i686' 'x86_64')
+url=https://github.com/libass/libass/;
+license=('BSD')
+depends=('fribidi' 'fontconfig' 'enca' 'harfbuzz')
+makedepends=('pkg-config' 'yasm')
+source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('ba806f521248dd08032d433abc6d5ace')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-enca \
+  --enable-harfbuzz \
+  --enable-fontconfig
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libass/repos/testing-x86_64/PKGBUILD (from rev 227140, 
libass/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-26 18:07:18 UTC (rev 227141)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+
+pkgname=libass
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=A portable library for SSA/ASS subtitles rendering
+arch=('i686' 'x86_64')
+url=https://github.com/libass/libass/;
+license=('BSD')
+depends=('fribidi' 'fontconfig' 'enca' 'harfbuzz')
+makedepends=('pkg-config' 'yasm')
+source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('ba806f521248dd08032d433abc6d5ace')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-enca \
+  --enable-harfbuzz \
+  --enable-fontconfig
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2014-11-26 Thread Lukas Fleischer
Date: Wednesday, November 26, 2014 @ 20:03:50
  Author: lfleischer
Revision: 123160

upgpkg: icecast 2.4.1-1

Upstream update.

Modified:
  icecast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 17:53:43 UTC (rev 123159)
+++ PKGBUILD2014-11-26 19:03:50 UTC (rev 123160)
@@ -5,7 +5,7 @@
 # Contributor: Jason Chu j...@xentac.net
 
 pkgname=icecast
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='Streaming audio over the Internet'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'icecast.logrotate'
 'start-by-nobody.patch'
 'icecast.service')
-md5sums=('bb00bfc0d6d2dde24974641085602b81'
+md5sums=('b1402712a79734d4720c8fe15fd9fb10'
  '59c6552bcb1dd9fb542af8670dfabd3c'
  'd8e929d2214123a1954da4383bf16583'
  '0753c15f01dc14852e5d70925fc1f6a0')


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

2014-11-26 Thread Lukas Fleischer
Date: Wednesday, November 26, 2014 @ 20:04:06
  Author: lfleischer
Revision: 123161

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

Added:
  icecast/repos/community-testing-i686/
  icecast/repos/community-testing-i686/PKGBUILD
(from rev 123160, icecast/trunk/PKGBUILD)
  icecast/repos/community-testing-i686/icecast.logrotate
(from rev 123160, icecast/trunk/icecast.logrotate)
  icecast/repos/community-testing-i686/icecast.service
(from rev 123160, icecast/trunk/icecast.service)
  icecast/repos/community-testing-i686/start-by-nobody.patch
(from rev 123160, icecast/trunk/start-by-nobody.patch)
  icecast/repos/community-testing-x86_64/
  icecast/repos/community-testing-x86_64/PKGBUILD
(from rev 123160, icecast/trunk/PKGBUILD)
  icecast/repos/community-testing-x86_64/icecast.logrotate
(from rev 123160, icecast/trunk/icecast.logrotate)
  icecast/repos/community-testing-x86_64/icecast.service
(from rev 123160, icecast/trunk/icecast.service)
  icecast/repos/community-testing-x86_64/start-by-nobody.patch
(from rev 123160, icecast/trunk/start-by-nobody.patch)

+
 community-testing-i686/PKGBUILD|   48 +++
 community-testing-i686/icecast.logrotate   |8 +++
 community-testing-i686/icecast.service |   11 +
 community-testing-i686/start-by-nobody.patch   |   15 +++
 community-testing-x86_64/PKGBUILD  |   48 +++
 community-testing-x86_64/icecast.logrotate |8 +++
 community-testing-x86_64/icecast.service   |   11 +
 community-testing-x86_64/start-by-nobody.patch |   15 +++
 8 files changed, 164 insertions(+)

Copied: icecast/repos/community-testing-i686/PKGBUILD (from rev 123160, 
icecast/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-26 19:04:06 UTC (rev 123161)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=icecast
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Streaming audio over the Internet'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.icecast.org/'
+depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
+backup=('etc/icecast.xml'
+'etc/logrotate.d/icecast')
+source=(http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'icecast.logrotate'
+'start-by-nobody.patch'
+'icecast.service')
+md5sums=('b1402712a79734d4720c8fe15fd9fb10'
+ '59c6552bcb1dd9fb542af8670dfabd3c'
+ 'd8e929d2214123a1954da4383bf16583'
+ '0753c15f01dc14852e5d70925fc1f6a0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/start-by-nobody.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # install logrotate config (taken from Fedora)
+  install -Dm644 ${srcdir}/icecast.logrotate 
${pkgdir}/etc/logrotate.d/icecast
+
+  # create log directory
+  install -d -g99 -o99 ${pkgdir}/var/log/icecast
+
+  # install systemd unit
+  install -Dm0644 ${srcdir}/icecast.service 
${pkgdir}/usr/lib/systemd/system/icecast.service
+}

Copied: icecast/repos/community-testing-i686/icecast.logrotate (from rev 
123160, icecast/trunk/icecast.logrotate)
===
--- community-testing-i686/icecast.logrotate(rev 0)
+++ community-testing-i686/icecast.logrotate2014-11-26 19:04:06 UTC (rev 
123161)
@@ -0,0 +1,8 @@
+/var/log/icecast/*log {
+missingok
+notifempty
+sharedscripts
+postrotate
+endscript
+}
+

Copied: icecast/repos/community-testing-i686/icecast.service (from rev 123160, 
icecast/trunk/icecast.service)
===
--- community-testing-i686/icecast.service  (rev 0)
+++ community-testing-i686/icecast.service  2014-11-26 19:04:06 UTC (rev 
123161)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Icecast Network Audio Streaming Server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/icecast -c /etc/icecast.xml
+ExecReload=/usr/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Copied: icecast/repos/community-testing-i686/start-by-nobody.patch (from rev 
123160, icecast/trunk/start-by-nobody.patch)
===
--- community-testing-i686/start-by-nobody.patch
(rev 0)
+++ community-testing-i686/start-by-nobody.patch2014-11-26 19:04:06 UTC 
(rev 123161)
@@ -0,0 +1,15 @@
+--- 

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

2014-11-26 Thread Daniel Micay
Date: Wednesday, November 26, 2014 @ 20:06:48
  Author: thestinger
Revision: 123162

upgpkg: linux-grsec 3.17.4.201411260107-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 19:04:06 UTC (rev 123161)
+++ PKGBUILD2014-11-26 19:06:48 UTC (rev 123162)
@@ -9,7 +9,7 @@
 _srcname=linux-3.17
 _pkgver=3.17.4
 _grsecver=3.0
-_timestamp=201411231452
+_timestamp=201411260107
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -30,7 +30,7 @@
 )
 sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
 'eeef37397a15245bd143569908be40622a87dc7673965e623e811ea3f68b8434'
-'4db8d062a6acdbbcf23067f945608836acc0ab47e8ab3ac5dc1e2f1a428d48db'
+'56a84d857c90dca0ae486ee373095869af7115d6439b939b68cc0956eaabdcfa'
 'SKIP'
 '8f7d72d39a5fd8b30135a3aa28f0e1b6b5be6fbfa204f8c11b082f7bb6f68817'
 '33475b4dd3c2db161175f7a964f420a0113f07d9c97c3c9ef967dced8e3e3ed6'


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

2014-11-26 Thread Daniel Micay
Date: Wednesday, November 26, 2014 @ 20:07:47
  Author: thestinger
Revision: 123163

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

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

+
 /PKGBUILD  |  634 
 /change-default-console-loglevel.patch |   22 
 /config|14544 +++
 /config.x86_64 |13986 ++
 /linux-grsec.install   |  116 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  317 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7272 ---
 community-i686/config.x86_64   | 6993 ---
 community-i686/linux-grsec.install |   58 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  317 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7272 ---
 community-x86_64/config.x86_64 | 6993 ---
 community-x86_64/linux-grsec.install   |   58 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29330 insertions(+), 29330 deletions(-)

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


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

2014-11-26 Thread Gaetan Bisson
Date: Wednesday, November 26, 2014 @ 22:08:58
  Author: bisson
Revision: 227142

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 18:07:18 UTC (rev 227141)
+++ PKGBUILD2014-11-26 21:08:58 UTC (rev 227142)
@@ -6,7 +6,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=mpd
-pkgver=0.19.4
+pkgver=0.19.5
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
@@ -19,7 +19,7 @@
 
source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('f0397d7e923cd11fef8dae238efe9ae9ff12120f' 'SKIP'
+sha1sums=('59bab61cfc89c6ef7a1c3cbc877957df633ad1ac' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')
 


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

2014-11-26 Thread Gaetan Bisson
Date: Wednesday, November 26, 2014 @ 22:09:42
  Author: bisson
Revision: 227143

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 227142, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 227142, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 227142, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 227142, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 227142, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 227142, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 227142, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 227142, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  108 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   54 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-26 21:08:58 UTC (rev 227142)
+++ extra-i686/PKGBUILD 2014-11-26 21:09:42 UTC (rev 227143)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.4
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('f0397d7e923cd11fef8dae238efe9ae9ff12120f' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 227142, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-26 21:09:42 UTC (rev 227143)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.5
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2014-11-26 Thread Kyle Keen
Date: Thursday, November 27, 2014 @ 00:12:00
  Author: kkeen
Revision: 123165

upgpkg: libftdi 1.2-1  and FS#41842

Modified:
  libftdi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 23:11:33 UTC (rev 123164)
+++ PKGBUILD2014-11-26 23:12:00 UTC (rev 123165)
@@ -5,8 +5,8 @@
 # Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
 
 pkgname=libftdi
-pkgver=1.1
-pkgrel=6
+pkgver=1.2
+pkgrel=1
 pkgdesc=A library to talk to FTDI chips, optional python bindings.
 arch=('i686' 'x86_64')
 url=http://www.intra2net.com/en/developer/libftdi/download.php;
@@ -16,12 +16,13 @@
 makedepends=('boost' 'cmake' 'python' 'swig')
 # doxygen for docs, confuse for eeprom
 
source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
-sha1sums=('f05ade5614aa31e64f91a30ce3782f7ca3704d18'
+sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a'
   'SKIP')
 
 prepare() {
   cd ${pkgname}1-$pkgver
   sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
+  sed -i s|MODE=\0664\, GROUP=\plugdev\|TAG+=\uaccess\|g 
packages/99-libftdi.rules
 }
 
 build() {
@@ -42,5 +43,6 @@
 package() {
   cd ${pkgname}1-$pkgver/build
   make DESTDIR=$pkgdir install
+  install -Dm644 ../packages/99-libftdi.rules 
$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules
 }
 


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

2014-11-26 Thread Kyle Keen
Date: Thursday, November 27, 2014 @ 00:12:31
  Author: kkeen
Revision: 123166

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-26 23:12:00 UTC (rev 123165)
+++ community-i686/PKGBUILD 2014-11-26 23:12:31 UTC (rev 123166)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
-pkgname=libftdi
-pkgver=1.1
-pkgrel=6
-pkgdesc=A library to talk to FTDI chips, optional python bindings.
-arch=('i686' 'x86_64')
-url=http://www.intra2net.com/en/developer/libftdi/download.php;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')
-optdepends=('python: library bindings')
-makedepends=('boost' 'cmake' 'python' 'swig')
-# doxygen for docs, confuse for eeprom
-source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
-sha1sums=('f05ade5614aa31e64f91a30ce3782f7ca3704d18'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}1-$pkgver
-  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
-}
-
-build() {
-  cd $srcdir/${pkgname}1-$pkgver
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
--DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=OFF
-  make
-}
-
-# needs yet unknown dependencies
-#check() {
-#  cd $srcdir/${pkgname}1-$pkgver/build
-#  make check
-#}
-
-package() {
-  cd ${pkgname}1-$pkgver/build
-  make DESTDIR=$pkgdir install
-}
-

Copied: libftdi/repos/community-i686/PKGBUILD (from rev 123165, 
libftdi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-26 23:12:31 UTC (rev 123166)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+
+# bug, python binding vanished with 3.4
+# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
+
+pkgname=libftdi
+pkgver=1.2
+pkgrel=1
+pkgdesc=A library to talk to FTDI chips, optional python bindings.
+arch=('i686' 'x86_64')
+url=http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusb')
+optdepends=('python: library bindings')
+makedepends=('boost' 'cmake' 'python' 'swig')
+# doxygen for docs, confuse for eeprom
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}1-$pkgver
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
+  sed -i s|MODE=\0664\, GROUP=\plugdev\|TAG+=\uaccess\|g 
packages/99-libftdi.rules
+}
+
+build() {
+  cd $srcdir/${pkgname}1-$pkgver
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
+-DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=OFF
+  make
+}
+
+# needs yet unknown dependencies
+#check() {
+#  cd $srcdir/${pkgname}1-$pkgver/build
+#  make check
+#}
+
+package() {
+  cd ${pkgname}1-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../packages/99-libftdi.rules 
$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-26 23:12:00 UTC (rev 123165)
+++ community-x86_64/PKGBUILD   2014-11-26 23:12:31 UTC (rev 123166)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
-pkgname=libftdi
-pkgver=1.1
-pkgrel=6
-pkgdesc=A library to talk to FTDI chips, optional python bindings.
-arch=('i686' 'x86_64')
-url=http://www.intra2net.com/en/developer/libftdi/download.php;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')
-optdepends=('python: library bindings')
-makedepends=('boost' 'cmake' 'python' 'swig')
-# doxygen for docs, confuse for eeprom
-source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
-sha1sums=('f05ade5614aa31e64f91a30ce3782f7ca3704d18'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}1-$pkgver
-  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
-}
-
-build() {
-  cd 

[arch-commits] Commit in ipython/trunk (PKGBUILD pygments-monkeypatch.diff)

2014-11-26 Thread Kyle Keen
Date: Thursday, November 27, 2014 @ 00:26:15
  Author: kkeen
Revision: 123167

upgpkg: ipython 2.3.1-1

Modified:
  ipython/trunk/PKGBUILD
Deleted:
  ipython/trunk/pygments-monkeypatch.diff

---+
 PKGBUILD  |   15 ---
 pygments-monkeypatch.diff |   22 --
 2 files changed, 4 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 23:12:31 UTC (rev 123166)
+++ PKGBUILD2014-11-26 23:26:15 UTC (rev 123167)
@@ -7,8 +7,8 @@
 
 pkgbase=ipython 
 pkgname=(ipython ipython2)
-pkgver=2.3.0
-pkgrel=3
+pkgver=2.3.1
+pkgrel=1
 pkgdesc=An enhanced Interactive Python shell.
 arch=('any')
 url=http://ipython.org;
@@ -24,18 +24,11 @@
 python-jinja: for ipython notebook
 haskell-pandoc: ipython notebook conversion)
 #source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;
-pygments-monkeypatch.diff)
-md5sums=('222eecd3a8299c0119c56954c79e4d0f'
- 'a8e3ed58e2b3f4198534cbecd03a7ade')
+source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
+md5sums=('2b7085525dac11190bfb45bb8ec8dcbf')
 
 build() {
   cd $srcdir
-  pushd ipython-$pkgver
-  # this is already in trunk and should only apply to 2.3.0
-  # https://github.com/ipython/ipython/issues/6877
-  patch -p1 -i ../pygments-monkeypatch.diff
-  popd
   cp -r ipython-$pkgver ipython2-$pkgver
 }
 

Deleted: pygments-monkeypatch.diff
===
--- pygments-monkeypatch.diff   2014-11-26 23:12:31 UTC (rev 123166)
+++ pygments-monkeypatch.diff   2014-11-26 23:26:15 UTC (rev 123167)
@@ -1,22 +0,0 @@
-diff --git a/IPython/qt/console/pygments_highlighter.py 
b/IPython/qt/console/pygments_highlighter.py
-index 4044be7..402938f 100644
 a/IPython/qt/console/pygments_highlighter.py
-+++ b/IPython/qt/console/pygments_highlighter.py
-@@ -24,11 +24,12 @@ def get_tokens_unprocessed(self, text, stack=('root',)):
- for rexmatch, action, new_state in statetokens:
- m = rexmatch(text, pos)
- if m:
--if type(action) is _TokenType:
--yield pos, action, m.group()
--else:
--for item in action(self, m):
--yield item
-+if action is not None:
-+if type(action) is _TokenType:
-+yield pos, action, m.group()
-+else:
-+for item in action(self, m):
-+yield item
- pos = m.end()
- if new_state is not None:
- # state transition


[arch-commits] Commit in ipython/repos/community-any (3 files)

2014-11-26 Thread Kyle Keen
Date: Thursday, November 27, 2014 @ 00:30:00
  Author: kkeen
Revision: 123168

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 123167, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD
  ipython/repos/community-any/pygments-monkeypatch.diff

---+
 PKGBUILD  |  185 +---
 pygments-monkeypatch.diff |   22 -
 2 files changed, 89 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-26 23:26:15 UTC (rev 123167)
+++ PKGBUILD2014-11-26 23:30:00 UTC (rev 123168)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: PepeSmith
-# Contributor: Aron Asor aronasorman at gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=ipython 
-pkgname=(ipython ipython2)
-pkgver=2.3.0
-pkgrel=3
-pkgdesc=An enhanced Interactive Python shell.
-arch=('any')
-url=http://ipython.org;
-license=('BSD')
-depends=('python' 'sqlite' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
-optdepends=(python-nose: for IPython's test suite
-python-pyqt4: for ipython qtconsole
-python-sip: for ipython qtconsole
-python-pygments: for ipython qtconsole
-python-pyzmq: ipython notebook and ipython qtconcole
-python-tornado: for ipython notebook
-python-jinja: for ipython notebook
-haskell-pandoc: ipython notebook conversion)
-#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;
-pygments-monkeypatch.diff)
-md5sums=('222eecd3a8299c0119c56954c79e4d0f'
- 'a8e3ed58e2b3f4198534cbecd03a7ade')
-
-build() {
-  cd $srcdir
-  pushd ipython-$pkgver
-  # this is already in trunk and should only apply to 2.3.0
-  # https://github.com/ipython/ipython/issues/6877
-  patch -p1 -i ../pygments-monkeypatch.diff
-  popd
-  cp -r ipython-$pkgver ipython2-$pkgver
-}
-
-package_ipython() {
-  provides=('ipython3')
-  replaces=('ipython3')
-  cd $srcdir/ipython-$pkgver
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
-
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
-}
-
-package_ipython2() {
-  pkgdesc=An enhanced Interactive Python2 shell.
-  depends=('python2' 'sqlite' 'python2-setuptools')
-  optdepends=(wxpython: needed for ipython2 --gui=wx
-  python2-nose: for IPython's test suite
-  python2-pyqt4: for ipython qtconsole
-  python2-sip: for ipython qtconsole
-  python2-pygments: for ipython qtconsole
-  python2-pyzmq: ipython notebook and ipython qtconsole
-  python2-tornado: for ipython notebook
-  python2-jinja: for ipython notebook
-  haskell-pandoc: ipython notebook conversion)
-
-  cd $srcdir/ipython2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  rm -rf $pkgdir/usr/share/doc
-  find $pkgdir -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find $pkgdir/ -name '*.pyc' -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2/LICENSE
-
-  # hack to get around ipython collision
-  cd $pkgdir/usr/share/man/man1/
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find $pkgdir/usr/bin/ -type f -regex '.*[^2]$' -delete
-
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
-  sed -i 's/ython/ython2/g' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython2.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython2-qtconsole.desktop
-}
-

Copied: ipython/repos/community-any/PKGBUILD (from rev 123167, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-26 23:30:00 UTC (rev 123168)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: PepeSmith
+# Contributor: Aron Asor aronasorman at gmail.com
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor : Douglas Soares de Andrade 

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

2014-11-26 Thread Alexandre Filgueira
Date: Thursday, November 27, 2014 @ 03:32:58
  Author: faidoc
Revision: 123169

upgpkg: cinnamon-session 2.4.2-1

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 23:30:00 UTC (rev 123168)
+++ PKGBUILD2014-11-27 02:32:58 UTC (rev 123169)
@@ -3,8 +3,8 @@
 # Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cinnamon-session
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.4.2
+pkgrel=1
 pkgdesc=The Cinnamon Session Handler
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -16,7 +16,7 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
 timeout.patch
 blacklist_gnome-initial-setup.patch)
-sha256sums=('0fe4a1a5cc7f9f0860722ac52f55ca918c980ade3dfc500d2c90da681f1a8f4c'
+sha256sums=('b8d5fb19a24023f2100b2f757f16b9f2e4bc0892d9b571795e118fb558b9a49d'
 'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a'
 '0664375a725144b9e0cabfbcd9a424bf1cc65504cc30f71d1d7ea4a8cfa5a778')
 


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

2014-11-26 Thread Alexandre Filgueira
Date: Thursday, November 27, 2014 @ 03:34:17
  Author: faidoc
Revision: 123170

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 123169, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-i686/blacklist_gnome-initial-setup.patch
(from rev 123169, 
cinnamon-session/trunk/blacklist_gnome-initial-setup.patch)
  cinnamon-session/repos/community-i686/cinnamon-session.install
(from rev 123169, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-i686/timeout.patch
(from rev 123169, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 123169, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/blacklist_gnome-initial-setup.patch
(from rev 123169, 
cinnamon-session/trunk/blacklist_gnome-initial-setup.patch)
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
(from rev 123169, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-x86_64/timeout.patch
(from rev 123169, cinnamon-session/trunk/timeout.patch)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/blacklist_gnome-initial-setup.patch
  cinnamon-session/repos/community-i686/cinnamon-session.install
  cinnamon-session/repos/community-i686/timeout.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/blacklist_gnome-initial-setup.patch
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
  cinnamon-session/repos/community-x86_64/timeout.patch

--+
 /PKGBUILD|   88 +
 /blacklist_gnome-initial-setup.patch |   28 +
 /cinnamon-session.install|   24 
 /timeout.patch   |   48 +
 community-i686/PKGBUILD  |   44 
 community-i686/blacklist_gnome-initial-setup.patch   |   14 --
 community-i686/cinnamon-session.install  |   12 --
 community-i686/timeout.patch |   24 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/blacklist_gnome-initial-setup.patch |   14 --
 community-x86_64/cinnamon-session.install|   12 --
 community-x86_64/timeout.patch   |   24 
 12 files changed, 188 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 02:32:58 UTC (rev 123169)
+++ community-i686/PKGBUILD 2014-11-27 02:34:17 UTC (rev 123170)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cinnamon-session
-pkgver=2.4.1
-pkgrel=2
-pkgdesc=The Cinnamon Session Handler
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(dbus-glib cinnamon-desktop libsm libcanberra)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-install=cinnamon-session.install
-url=https://github.com/linuxmint/cinnamon-session;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-timeout.patch
-blacklist_gnome-initial-setup.patch)
-sha256sums=('0fe4a1a5cc7f9f0860722ac52f55ca918c980ade3dfc500d2c90da681f1a8f4c'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a'
-'0664375a725144b9e0cabfbcd9a424bf1cc65504cc30f71d1d7ea4a8cfa5a778')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-
-  # Blacklist gnome-initial-setup from autostart, it's not designed for 
Cinnamon
-  patch -Np1 -i ../blacklist_gnome-initial-setup.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 123169, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 02:34:17 UTC (rev 123170)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-session
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=The Cinnamon Session Handler
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(dbus-glib cinnamon-desktop libsm 

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

2014-11-26 Thread Alexandre Filgueira
Date: Thursday, November 27, 2014 @ 03:39:25
  Author: faidoc
Revision: 123171

upgpkg: cinnamon-control-center 2.4.2-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 02:34:17 UTC (rev 123170)
+++ PKGBUILD2014-11-27 02:39:25 UTC (rev 123171)
@@ -5,7 +5,7 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-control-center
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('17010c06f832cbc8bbc61001f87db581bc6ccbf477aebf32eee638466865d73b')
+sha256sums=('7d25193a3cc13c12f22864f3c9a907acfaa616392cb2b7ab4e0624f0d200f188')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-11-26 Thread Alexandre Filgueira
Date: Thursday, November 27, 2014 @ 03:40:19
  Author: faidoc
Revision: 123172

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

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

--+
 /PKGBUILD|  112 +
 /cinnamon-control-center.install |   22 
 community-i686/PKGBUILD  |   56 --
 community-i686/cinnamon-control-center.install   |   11 --
 community-x86_64/PKGBUILD|   56 --
 community-x86_64/cinnamon-control-center.install |   11 --
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 02:39:25 UTC (rev 123171)
+++ community-i686/PKGBUILD 2014-11-27 02:40:19 UTC (rev 123172)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-control-center
-pkgver=2.4.1
-pkgrel=1
-pkgdesc=The Control Center for Cinnamon
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url=https://github.com/linuxmint/cinnamon-control-center;
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('17010c06f832cbc8bbc61001f87db581bc6ccbf477aebf32eee638466865d73b')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd \
-  --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Remove unused stuff
-  make -C panels/sound DESTDIR=$pkgdir uninstall
-  make -C panels/sound/data DESTDIR=$pkgdir install
-  make -C shell DESTDIR=$pkgdir uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  rm 
$pkgdir/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
-  rm -R $pkgdir/etc
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 123171, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 02:40:19 UTC (rev 123172)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-control-center
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=The Control Center for Cinnamon
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd' 'network-manager-applet')
+optdepends=('gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'docbook-xsl')
+url=https://github.com/linuxmint/cinnamon-control-center;
+install=cinnamon-control-center.install
+license=('GPL')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)

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

2014-11-26 Thread Alexandre Filgueira
Date: Thursday, November 27, 2014 @ 03:46:55
  Author: faidoc
Revision: 123173

upgpkg: cinnamon 2.4.5-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 02:40:19 UTC (rev 123172)
+++ PKGBUILD2014-11-27 02:46:55 UTC (rev 123173)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 set_wheel.patch
 gnome-3.14.patch
 default-theme.patch)
-sha256sums=('991df51a78970ce92e730c4a36af004f83dde483f34b9b3abcd38ebf239ab45f'
+sha256sums=('118a42fe9c6450fd345ea98e48fb855e02b4cee017d171f9d08d6396a20e844c'
 '3c4c7bb65d9e3b7d5569a14a45ebf08d2326250869645511dfa18d87b8eaf444'
 'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')


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

2014-11-26 Thread Alexandre Filgueira
Date: Thursday, November 27, 2014 @ 03:48:22
  Author: faidoc
Revision: 123174

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 123173, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 123173, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 123173, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/gnome-3.14.patch
(from rev 123173, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 123173, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 123173, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 123173, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 123173, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/gnome-3.14.patch
(from rev 123173, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 123173, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/gnome-3.14.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/gnome-3.14.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  178 +
 /cinnamon.install|   24 
 /default-theme.patch |   50 +
 /gnome-3.14.patch|   50 +
 /set_wheel.patch |  106 +++
 community-i686/PKGBUILD  |   89 
 community-i686/cinnamon.install  |   12 --
 community-i686/default-theme.patch   |   25 
 community-i686/gnome-3.14.patch  |   25 
 community-i686/set_wheel.patch   |   53 -
 community-x86_64/PKGBUILD|   89 
 community-x86_64/cinnamon.install|   12 --
 community-x86_64/default-theme.patch |   25 
 community-x86_64/gnome-3.14.patch|   25 
 community-x86_64/set_wheel.patch |   53 -
 15 files changed, 408 insertions(+), 408 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 02:46:55 UTC (rev 123173)
+++ community-i686/PKGBUILD 2014-11-27 02:48:22 UTC (rev 123174)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=2.4.4
-pkgrel=1
-pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
-arch=('i686' 'x86_64')
-url=http://cinnamon.linuxmint.com/;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome')
-makedepends=('gnome-common' 'intltool')
-options=('!emptydirs')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-set_wheel.patch
-gnome-3.14.patch
-default-theme.patch)
-sha256sums=('991df51a78970ce92e730c4a36af004f83dde483f34b9b3abcd38ebf239ab45f'
-'3c4c7bb65d9e3b7d5569a14a45ebf08d2326250869645511dfa18d87b8eaf444'
-'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo
-  patch -Np1 -i ../set_wheel.patch
-
-  # Some fixes for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-

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

2014-11-26 Thread Alexandre Filgueira
Date: Thursday, November 27, 2014 @ 03:55:11
  Author: faidoc
Revision: 123175

upgpkg: nemo 2.4.4-1

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 02:48:22 UTC (rev 123174)
+++ PKGBUILD2014-11-27 02:55:11 UTC (rev 123175)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc=Cinnamon file manager (Nautilus fork)
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 install=nemo.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
 desktop-theme.patch)
-sha256sums=('c3a0537d5c45fcf0cb3863caeb92f48cafa9076f3130c43735c7eb4a2e8cded7'
-'SKIP')
+sha256sums=('360cc9e9ee1b138fa7e9db3ad1f3eeaed5ac95a3b811cb3b152ecec157b960a2'
+'565aaf8275bc255c89dce44dca3e353e35d093411558aa278b4f52dd49f9d57d')
 
 prepare() {
   cd linuxmint-nemo-*


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

2014-11-26 Thread Alexandre Filgueira
Date: Thursday, November 27, 2014 @ 03:56:14
  Author: faidoc
Revision: 123176

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 123175, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/desktop-theme.patch
(from rev 123175, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-i686/nemo.install
(from rev 123175, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 123175, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/desktop-theme.patch
(from rev 123175, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 123175, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/desktop-theme.patch
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/desktop-theme.patch
  nemo/repos/community-x86_64/nemo.install

--+
 /PKGBUILD|  110 +
 /desktop-theme.patch |  262 +
 /nemo.install|   28 +++
 community-i686/PKGBUILD  |   55 --
 community-i686/desktop-theme.patch   |  131 
 community-i686/nemo.install  |   14 -
 community-x86_64/PKGBUILD|   55 --
 community-x86_64/desktop-theme.patch |  131 
 community-x86_64/nemo.install|   14 -
 9 files changed, 400 insertions(+), 400 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 02:55:11 UTC (rev 123175)
+++ community-i686/PKGBUILD 2014-11-27 02:56:14 UTC (rev 123176)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.4.3
-pkgrel=1
-pkgdesc=Cinnamon file manager (Nautilus fork)
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-install=nemo.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
-desktop-theme.patch)
-sha256sums=('c3a0537d5c45fcf0cb3863caeb92f48cafa9076f3130c43735c7eb4a2e8cded7'
-'SKIP')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Add application-specific theme for Adwaita
-  patch -Np1 -i ../desktop-theme.patch
-
-  # Fix build
-  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 123175, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 02:56:14 UTC (rev 123176)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.4.4
+pkgrel=1
+pkgdesc=Cinnamon file manager (Nautilus fork)
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+install=nemo.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
+desktop-theme.patch)
+sha256sums=('360cc9e9ee1b138fa7e9db3ad1f3eeaed5ac95a3b811cb3b152ecec157b960a2'
+'565aaf8275bc255c89dce44dca3e353e35d093411558aa278b4f52dd49f9d57d')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Add application-specific theme for Adwaita
+  patch -Np1 -i ../desktop-theme.patch
+
+  # Fix build
+  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in

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

2014-11-26 Thread Felix Yan
Date: Thursday, November 27, 2014 @ 04:33:05
  Author: fyan
Revision: 123177

upgpkg: bcloud 3.5.9-1

upstream new release

Modified:
  bcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 02:56:14 UTC (rev 123176)
+++ PKGBUILD2014-11-27 03:33:05 UTC (rev 123177)
@@ -2,12 +2,11 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Firef0x Firefgx {at) gmail [dot} com
 # Contributor: MJsaka qiuxue...@gmail.com
-# Contributor: Firef0x Firefgx {at) gmail [dot} com
 # Copyright
 # This PKGBUILD released with the GPLv3 license
 
 pkgname=bcloud
-pkgver=3.5.8
+pkgver=3.5.9
 pkgrel=1
 pkgdesc='Baidu Pan client for Linux Desktop users'
 arch=('any')
@@ -21,7 +20,7 @@
 'kwallet: To store password in KWallet')
 install=bcloud.install
 
source=(https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('735810beccf2a9f26ba3ccb1f6e67929')
+md5sums=('a766913d678a15f6e11ad1cc5dda3ae6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-11-26 Thread Felix Yan
Date: Thursday, November 27, 2014 @ 04:33:20
  Author: fyan
Revision: 123178

archrelease: copy trunk to community-any

Added:
  bcloud/repos/community-any/PKGBUILD
(from rev 123177, bcloud/trunk/PKGBUILD)
  bcloud/repos/community-any/bcloud.install
(from rev 123177, bcloud/trunk/bcloud.install)
Deleted:
  bcloud/repos/community-any/PKGBUILD
  bcloud/repos/community-any/bcloud.install

+
 PKGBUILD   |   67 +++
 bcloud.install |   24 +--
 2 files changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-27 03:33:05 UTC (rev 123177)
+++ PKGBUILD2014-11-27 03:33:20 UTC (rev 123178)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Firef0x Firefgx {at) gmail [dot} com
-# Contributor: MJsaka qiuxue...@gmail.com
-# Contributor: Firef0x Firefgx {at) gmail [dot} com
-# Copyright
-# This PKGBUILD released with the GPLv3 license
-
-pkgname=bcloud
-pkgver=3.5.8
-pkgrel=1
-pkgdesc='Baidu Pan client for Linux Desktop users'
-arch=('any')
-license=('GPL3')
-url=https://github.com/LiuLang/bcloud;
-depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
- 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect' 'gtk3')
-optdepends=('gnome-keyring: To store password in GNOME Keyring'
-'libgnome-keyring: To store password in GNOME Keyring'
-'kdebindings-python: To store password in KWallet'
-'kwallet: To store password in KWallet')
-install=bcloud.install
-source=(https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('735810beccf2a9f26ba3ccb1f6e67929')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install -O1 --skip-build --root=$pkgdir
-}

Copied: bcloud/repos/community-any/PKGBUILD (from rev 123177, 
bcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-27 03:33:20 UTC (rev 123178)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Firef0x Firefgx {at) gmail [dot} com
+# Contributor: MJsaka qiuxue...@gmail.com
+# Copyright
+# This PKGBUILD released with the GPLv3 license
+
+pkgname=bcloud
+pkgver=3.5.9
+pkgrel=1
+pkgdesc='Baidu Pan client for Linux Desktop users'
+arch=('any')
+license=('GPL3')
+url=https://github.com/LiuLang/bcloud;
+depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 
'python-gobject'
+ 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect' 'gtk3')
+optdepends=('gnome-keyring: To store password in GNOME Keyring'
+'libgnome-keyring: To store password in GNOME Keyring'
+'kdebindings-python: To store password in KWallet'
+'kwallet: To store password in KWallet')
+install=bcloud.install
+source=(https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('a766913d678a15f6e11ad1cc5dda3ae6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install -O1 --skip-build --root=$pkgdir
+}

Deleted: bcloud.install
===
--- bcloud.install  2014-11-27 03:33:05 UTC (rev 123177)
+++ bcloud.install  2014-11-27 03:33:20 UTC (rev 123178)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: bcloud/repos/community-any/bcloud.install (from rev 123177, 
bcloud/trunk/bcloud.install)
===
--- bcloud.install  (rev 0)
+++ bcloud.install  2014-11-27 03:33:20 UTC (rev 123178)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2014-11-26 Thread Anatol Pomozov
Date: Thursday, November 27, 2014 @ 04:59:12
  Author: anatolik
Revision: 227145

upgpkg: dhcpcd 6.6.4-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-26 21:53:37 UTC (rev 227144)
+++ PKGBUILD2014-11-27 03:59:12 UTC (rev 227145)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=6.6.2
+pkgver=6.6.4
 pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
@@ -18,7 +18,7 @@
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
 'dhcpcd_.service'
'dhcpcd.service')
-sha1sums=('9a84326a9a056ba2464685f878e82d7f8879b100'
+sha1sums=('77cb679decceccdb95631f809ccdc138d86337a6'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
   '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 


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

2014-11-26 Thread Anatol Pomozov
Date: Thursday, November 27, 2014 @ 05:00:02
  Author: anatolik
Revision: 227146

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 227145, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 227145, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 227145, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 227145, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 227145, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 227145, dhcpcd/trunk/dhcpcd_.service)

+
 testing-i686/PKGBUILD  |   60 +++
 testing-i686/dhcpcd.service|   13 
 testing-i686/dhcpcd_.service   |   15 +
 testing-x86_64/PKGBUILD|   60 +++
 testing-x86_64/dhcpcd.service  |   13 
 testing-x86_64/dhcpcd_.service |   15 +
 6 files changed, 176 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 227145, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-27 04:00:02 UTC (rev 227146)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.6.4
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
+'dhcpcd_.service'
+   'dhcpcd.service')
+sha1sums=('77cb679decceccdb95631f809ccdc138d86337a6'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Install License
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  sed 26q $srcdir/$pkgname-$pkgver/control.h \
+  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
+  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 227145, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2014-11-27 04:00:02 UTC (rev 227146)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 227145, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2014-11-27 04:00:02 UTC (rev 227146)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 227145, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-27 04:00:02 UTC (rev 227146)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.6.4
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon

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

2014-11-26 Thread Gaetan Bisson
Date: Thursday, November 27, 2014 @ 06:37:00
  Author: bisson
Revision: 227148

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

Added:
  fontforge/repos/extra-i686/PKGBUILD
(from rev 227147, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-i686/install
(from rev 227147, fontforge/trunk/install)
  fontforge/repos/extra-x86_64/PKGBUILD
(from rev 227147, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-x86_64/install
(from rev 227147, fontforge/trunk/install)
Deleted:
  fontforge/repos/extra-i686/PKGBUILD
  fontforge/repos/extra-i686/giflib.patch
  fontforge/repos/extra-i686/install
  fontforge/repos/extra-x86_64/PKGBUILD
  fontforge/repos/extra-x86_64/giflib.patch
  fontforge/repos/extra-x86_64/install

---+
 /PKGBUILD |  102 
 /install  |   24 ++
 extra-i686/PKGBUILD   |   51 --
 extra-i686/giflib.patch   |   37 ---
 extra-i686/install|   12 -
 extra-x86_64/PKGBUILD |   51 --
 extra-x86_64/giflib.patch |   37 ---
 extra-x86_64/install  |   12 -
 8 files changed, 126 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-27 05:36:29 UTC (rev 227147)
+++ extra-i686/PKGBUILD 2014-11-27 05:37:00 UTC (rev 227148)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=fontforge
-pkgver=20141014
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-url='http://www.fontforge.org/'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('git')
-depends=('libltdl' 'libxkbui' 'libxi'
- 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
- 'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
-source=(https://github.com/fontforge/fontforge/releases/download/${pkgver}/fontforge-${pkgver}.tar.gz;
-'http://fontforge.org/cidmaps.tgz')
-sha1sums=('b366293e423a94d213824368460fa80f9a1ad810'
-  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
-
-options=('!makeflags')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export LIBZMQ_LIBS=-lzmq
-   export PYTHON=python2
-   ./bootstrap
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-python-extension \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -d ${pkgdir}/usr/share/fontforge
-   install -m644 ../Adobe-* ${pkgdir}/usr/share/fontforge
-
-   install -d ${pkgdir}/usr/share/icons
-   cp -a desktop/icons ${pkgdir}/usr/share/icons/hicolor
-   rm -fr ${pkgdir}/usr/share/icons/hicolor/src
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 desktop/fontforge.desktop 
${pkgdir}/usr/share/applications/fontforge.desktop
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 227147, 
fontforge/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-27 05:37:00 UTC (rev 227148)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=fontforge
+pkgver=20141126
+pkgrel=1
+pkgdesc='Outline and bitmap font editor'
+url='http://www.fontforge.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('git')
+depends=('libltdl' 'libxkbui' 'libxi'
+ 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
+ 'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
+source=(http://github.com/fontforge/fontforge/releases/download/${pkgver}/fontforge-${pkgver}.tar.gz;
+'http://fontforge.org/cidmaps.tgz')
+sha1sums=('ecd776480a47cdcbe1b30ce275172d7d52288e77'
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
+
+options=('!makeflags')
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBZMQ_LIBS=-lzmq
+   export PYTHON=python2
+   ./bootstrap
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-python-extension \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -d ${pkgdir}/usr/share/fontforge
+   install -m644 ../Adobe-* ${pkgdir}/usr/share/fontforge
+
+   install -d ${pkgdir}/usr/share/icons
+   cp -a desktop/icons ${pkgdir}/usr/share/icons/hicolor
+   rm -fr ${pkgdir}/usr

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

2014-11-26 Thread Gaetan Bisson
Date: Thursday, November 27, 2014 @ 06:36:29
  Author: bisson
Revision: 227147

upstream update

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 04:00:02 UTC (rev 227146)
+++ PKGBUILD2014-11-27 05:36:29 UTC (rev 227147)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=fontforge
-pkgver=20141014
+pkgver=20141126
 pkgrel=1
 pkgdesc='Outline and bitmap font editor'
 url='http://www.fontforge.org/'
@@ -14,9 +14,9 @@
 depends=('libltdl' 'libxkbui' 'libxi'
  'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
  'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
-source=(https://github.com/fontforge/fontforge/releases/download/${pkgver}/fontforge-${pkgver}.tar.gz;
+source=(http://github.com/fontforge/fontforge/releases/download/${pkgver}/fontforge-${pkgver}.tar.gz;
 'http://fontforge.org/cidmaps.tgz')
-sha1sums=('b366293e423a94d213824368460fa80f9a1ad810'
+sha1sums=('ecd776480a47cdcbe1b30ce275172d7d52288e77'
   'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
 
 options=('!makeflags')


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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Thursday, November 27, 2014 @ 06:44:26
  Author: bpiotrowski
Revision: 123179

upgpkg: ansible 1.8.1-1

new upstream release

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 03:33:20 UTC (rev 123178)
+++ PKGBUILD2014-11-27 05:44:26 UTC (rev 123179)
@@ -6,7 +6,7 @@
 # Contributor: atweiden archb...@gmail.com
 
 pkgname=ansible
-pkgver=1.8
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -19,7 +19,7 @@
 'python2-keyczar: needed for accelerated mode')
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('d5e4e414834e119083ee01d6a40668d9a69b044b861d78c3fdfb6beb97660b09')
+sha256sums=('b08129cb4fe20dfc33403cc7245ea2c95999fdb9922fed7f06d4ba51ba8528b1')
 
 prepare() {
   find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:2:' {} +


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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Thursday, November 27, 2014 @ 06:44:33
  Author: bpiotrowski
Revision: 123180

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 123179, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-27 05:44:26 UTC (rev 123179)
+++ PKGBUILD2014-11-27 05:44:33 UTC (rev 123180)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris seitz.christ...@gmail.com
-# Contributor: m0ikz ndelato...@moikz.com.ar
-# Contributor: atweiden archb...@gmail.com
-
-pkgname=ansible
-pkgver=1.8
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-'python2-crypto: needed for accelerated mode'
-'python2-keyczar: needed for accelerated mode')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('d5e4e414834e119083ee01d6a40668d9a69b044b861d78c3fdfb6beb97660b09')
-
-prepare() {
-  find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
-
-  install -d $pkgdir/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
-
-  install -d $pkgdir/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 123179, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-27 05:44:33 UTC (rev 123180)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris seitz.christ...@gmail.com
+# Contributor: m0ikz ndelato...@moikz.com.ar
+# Contributor: atweiden archb...@gmail.com
+
+pkgname=ansible
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+makedepends=('asciidoc' 'fakeroot')
+optdepends=('python2-pyasn1: needed for accelerated mode'
+'python2-crypto: needed for accelerated mode'
+'python2-keyczar: needed for accelerated mode')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('b08129cb4fe20dfc33403cc7245ea2c95999fdb9922fed7f06d4ba51ba8528b1')
+
+prepare() {
+  find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
+
+  install -d $pkgdir/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
+
+  install -d $pkgdir/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
+}


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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Thursday, November 27, 2014 @ 06:53:07
  Author: bpiotrowski
Revision: 123182

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

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

--+
 /PKGBUILD|  106 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   53 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   53 
 community-x86_64/mpv.install |   12 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 05:52:56 UTC (rev 123181)
+++ community-i686/PKGBUILD 2014-11-27 05:53:07 UTC (rev 123182)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca'
-  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess' 'portaudio'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('ddb900d0f4e086734ccf2a775a15c859')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.py
-  sed -i 's/vendor-completions/site-functions/' wscript_build.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-zsh-comp \
---enable-libmpv-shared \
---enable-cdda \
---enable-portaudio
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir=$pkgdir
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 123181, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 05:53:07 UTC (rev 123182)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.7.0
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'libguess' 'portaudio'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('ddb900d0f4e086734ccf2a775a15c859')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda \
+--enable-portaudio
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir=$pkgdir
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2014-11-27 05:52:56 UTC (rev 123181)
+++ community-i686/mpv.install  2014-11-27 05:53:07 UTC (rev 123182)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from 

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

2014-11-26 Thread Bartłomiej Piotrowski
Date: Thursday, November 27, 2014 @ 06:52:56
  Author: bpiotrowski
Revision: 123181

upgpkg: mpv 0.7.0-2

libquvi support has been dropped upstream in favor of an hook to youtube-dl 
(FS#42915)

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-27 05:44:33 UTC (rev 123180)
+++ PKGBUILD2014-11-27 05:52:56 UTC (rev 123181)
@@ -4,18 +4,19 @@
 
 pkgname=mpv
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mpv.io'
 depends=(
-  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca'
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
   'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
   'libguess' 'portaudio'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa')
+optdepends=('youtube-dl: for video-sharing websites playback')
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)


[arch-commits] Commit in (4 files)

2014-11-26 Thread speps
Date: Thursday, November 27, 2014 @ 07:20:07
  Author: speps
Revision: 123183

addpkg: wxsqlite3 3.1.1
Pushed as required by moneymanagerex 1.1.2

Added:
  wxsqlite3/
  wxsqlite3/repos/
  wxsqlite3/trunk/
  wxsqlite3/trunk/PKGBUILD

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

Added: wxsqlite3/trunk/PKGBUILD
===
--- wxsqlite3/trunk/PKGBUILD(rev 0)
+++ wxsqlite3/trunk/PKGBUILD2014-11-27 06:20:07 UTC (rev 123183)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: napa3um napa...@gmail.com
+
+pkgname=wxsqlite3
+pkgver=3.1.1
+pkgrel=1
+pkgdesc=wxWidgets wrapper for SQLite3
+arch=('i686' 'x86_64')
+url=http://wxcode.sourceforge.net/components/wxsqlite3/;
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=(http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz;)
+md5sums=('2f5bb363d5398e3c2ff4d7f497edd25e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # license
+  install -Dm644 LICENCE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2014-11-26 Thread speps
Date: Thursday, November 27, 2014 @ 07:22:51
  Author: speps
Revision: 123184

upgpkg: wxsqlite3 3.1.1-1

Modified:
  wxsqlite3/trunk/PKGBUILD  (properties)

Index: wxsqlite3/trunk/PKGBUILD
===
--- wxsqlite3/trunk/PKGBUILD2014-11-27 06:20:07 UTC (rev 123183)
+++ wxsqlite3/trunk/PKGBUILD2014-11-27 06:22:51 UTC (rev 123184)

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


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

2014-11-26 Thread speps
Date: Thursday, November 27, 2014 @ 07:23:04
  Author: speps
Revision: 123185

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

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

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

Copied: wxsqlite3/repos/community-i686/PKGBUILD (from rev 123184, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 06:23:04 UTC (rev 123185)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: napa3um napa...@gmail.com
+
+pkgname=wxsqlite3
+pkgver=3.1.1
+pkgrel=1
+pkgdesc=wxWidgets wrapper for SQLite3
+arch=('i686' 'x86_64')
+url=http://wxcode.sourceforge.net/components/wxsqlite3/;
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=(http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz;)
+md5sums=('2f5bb363d5398e3c2ff4d7f497edd25e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # license
+  install -Dm644 LICENCE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 123184, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-27 06:23:04 UTC (rev 123185)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: napa3um napa...@gmail.com
+
+pkgname=wxsqlite3
+pkgver=3.1.1
+pkgrel=1
+pkgdesc=wxWidgets wrapper for SQLite3
+arch=('i686' 'x86_64')
+url=http://wxcode.sourceforge.net/components/wxsqlite3/;
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=(http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz;)
+md5sums=('2f5bb363d5398e3c2ff4d7f497edd25e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # license
+  install -Dm644 LICENCE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}