[arch-commits] Commit in ppp/trunk (PKGBUILD ppp-2.4.6-makefiles.patch)

2014-02-24 Thread Thomas Bächler
Date: Monday, February 24, 2014 @ 09:03:44
  Author: thomas
Revision: 206345

upgpkg: ppp 2.4.6-2: fix installation of l2tp plugins

Modified:
  ppp/trunk/PKGBUILD
  ppp/trunk/ppp-2.4.6-makefiles.patch

---+
 PKGBUILD  |4 ++--
 ppp-2.4.6-makefiles.patch |   30 ++
 2 files changed, 20 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 06:30:08 UTC (rev 206344)
+++ PKGBUILD2014-02-24 08:03:44 UTC (rev 206345)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 pkgname=ppp
 pkgver=2.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A daemon which implements the Point-to-Point Protocol for dial-up 
networking
 arch=(i686 x86_64) 
 url=http://www.samba.org/ppp/;
@@ -22,7 +22,7 @@
 ppp.systemd)
 sha256sums=('1b33181a03962c8a092c055fb9980e9722728a8d98a4bb7ec7acda17c1b1b49d'
 'SKIP'
-'811059427fb4240c29712782a7bb3f3e860450efe554ecbe094b78c9af6028cd'
+'f04f47318226c79594f45b8b75877c30710d22fe0fb1e2e17db3b4257dc4218c'
 '0933fecb9e0adaddd88ee1e049a5f3a0508e83b81dc1aa333df784e729ab4b6e'
 'ddef42b2cc5d49e81556dc9dbacf5ee3bf8dc32704f3670c2233eed42c4a4efd'
 '658630ba4c5cb583df80af6d4df81df8ae20798f63cc4b9cec8d4dad13a6a897'

Modified: ppp-2.4.6-makefiles.patch
===
--- ppp-2.4.6-makefiles.patch   2014-02-24 06:30:08 UTC (rev 206344)
+++ ppp-2.4.6-makefiles.patch   2014-02-24 08:03:44 UTC (rev 206345)
@@ -1,6 +1,6 @@
 diff -Nur ppp-2.4.6.orig/chat/Makefile.linux ppp-2.4.6/chat/Makefile.linux
 --- ppp-2.4.6.orig/chat/Makefile.linux 2014-01-02 05:42:08.0 +0100
-+++ ppp-2.4.6/chat/Makefile.linux  2014-02-21 23:55:33.256988585 +0100
 ppp-2.4.6/chat/Makefile.linux  2014-02-24 09:00:16.666577906 +0100
 @@ -1,7 +1,7 @@
  # $Id: Makefile.linux,v 1.15 2006/06/04 05:07:46 paulus Exp $
  
@@ -31,7 +31,7 @@
mkdir -p $(BINDIR) $(MANDIR)
 diff -Nur ppp-2.4.6.orig/configure ppp-2.4.6/configure
 --- ppp-2.4.6.orig/configure   2014-01-02 05:42:08.0 +0100
-+++ ppp-2.4.6/configure2014-02-21 23:56:43.732151365 +0100
 ppp-2.4.6/configure2014-02-24 09:00:16.743242620 +0100
 @@ -185,7 +185,10 @@
  rm -f $2
  if [ -f $1 ]; then
@@ -46,7 +46,7 @@
  
 diff -Nur ppp-2.4.6.orig/linux/Makefile.top ppp-2.4.6/linux/Makefile.top
 --- ppp-2.4.6.orig/linux/Makefile.top  2014-01-02 05:42:08.0 +0100
-+++ ppp-2.4.6/linux/Makefile.top   2014-02-21 23:55:33.336986730 +0100
 ppp-2.4.6/linux/Makefile.top   2014-02-24 09:00:16.743242620 +0100
 @@ -1,7 +1,7 @@
  # PPP top-level Makefile for Linux.
  
@@ -58,7 +58,7 @@
  ETCDIR = $(INSTROOT)@SYSCONF@/ppp
 diff -Nur ppp-2.4.6.orig/pppd/Makefile.linux ppp-2.4.6/pppd/Makefile.linux
 --- ppp-2.4.6.orig/pppd/Makefile.linux 2014-01-02 05:42:08.0 +0100
-+++ ppp-2.4.6/pppd/Makefile.linux  2014-02-21 23:55:33.336986730 +0100
 ppp-2.4.6/pppd/Makefile.linux  2014-02-24 09:00:16.743242620 +0100
 @@ -5,7 +5,7 @@
  
  # Default installation locations
@@ -80,7 +80,7 @@
  # Uncomment the next 2 lines to include support for Microsoft's
 diff -Nur ppp-2.4.6.orig/pppd/plugins/Makefile.linux 
ppp-2.4.6/pppd/plugins/Makefile.linux
 --- ppp-2.4.6.orig/pppd/plugins/Makefile.linux 2014-01-02 05:42:08.0 
+0100
-+++ ppp-2.4.6/pppd/plugins/Makefile.linux  2014-02-21 23:55:33.336986730 
+0100
 ppp-2.4.6/pppd/plugins/Makefile.linux  2014-02-24 09:00:16.779908379 
+0100
 @@ -1,11 +1,11 @@
  #CC   = gcc
 -COPTS = -O2 -g
@@ -98,7 +98,7 @@
  
 diff -Nur ppp-2.4.6.orig/pppd/plugins/pppoatm/Makefile.linux 
ppp-2.4.6/pppd/plugins/pppoatm/Makefile.linux
 --- ppp-2.4.6.orig/pppd/plugins/pppoatm/Makefile.linux 2014-01-02 
05:42:08.0 +0100
-+++ ppp-2.4.6/pppd/plugins/pppoatm/Makefile.linux  2014-02-21 
23:55:33.336986730 +0100
 ppp-2.4.6/pppd/plugins/pppoatm/Makefile.linux  2014-02-24 
09:00:16.809907637 +0100
 @@ -1,7 +1,7 @@
  #CC   = gcc
 -COPTS = -O2 -g
@@ -120,8 +120,8 @@
$(INSTALL) -d -m 755 $(LIBDIR)
 diff -Nur ppp-2.4.6.orig/pppd/plugins/pppol2tp/Makefile.linux 
ppp-2.4.6/pppd/plugins/pppol2tp/Makefile.linux
 --- ppp-2.4.6.orig/pppd/plugins/pppol2tp/Makefile.linux2014-01-02 
05:42:08.0 +0100
-+++ ppp-2.4.6/pppd/plugins/pppol2tp/Makefile.linux 2014-02-21 
23:55:33.336986730 +0100
-@@ -1,7 +1,7 @@
 ppp-2.4.6/pppd/plugins/pppol2tp/Makefile.linux 2014-02-24 
09:01:06.325349425 +0100
+@@ -1,12 +1,12 @@
  #CC   = gcc
 -COPTS = -O2 -g
 +COPTS = @CFLAGS@
@@ -131,6 +131,12 @@
  INSTALL   = install
  
  #***
+ 
+-DESTDIR = @DESTDIR@
++DESTDIR = $(INSTROOT)@DESTDIR@
+ LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
+ 
+ VERSION = $(shell awk -F '' '/VERSION/ { print $$2; }' ../../patchlevel.h)
 @@ 

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

2014-02-24 Thread Thomas Bächler
Date: Monday, February 24, 2014 @ 09:04:13
  Author: thomas
Revision: 206346

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

Added:
  ppp/repos/testing-i686/
  ppp/repos/testing-i686/PKGBUILD
(from rev 206345, ppp/trunk/PKGBUILD)
  ppp/repos/testing-i686/ip-down
(from rev 206345, ppp/trunk/ip-down)
  ppp/repos/testing-i686/ip-down.d.dns.sh
(from rev 206345, ppp/trunk/ip-down.d.dns.sh)
  ppp/repos/testing-i686/ip-up
(from rev 206345, ppp/trunk/ip-up)
  ppp/repos/testing-i686/ip-up.d.dns.sh
(from rev 206345, ppp/trunk/ip-up.d.dns.sh)
  ppp/repos/testing-i686/ipv6-down
(from rev 206345, ppp/trunk/ipv6-down)
  ppp/repos/testing-i686/ipv6-up
(from rev 206345, ppp/trunk/ipv6-up)
  ppp/repos/testing-i686/ipv6-up.d.iface-config.sh
(from rev 206345, ppp/trunk/ipv6-up.d.iface-config.sh)
  ppp/repos/testing-i686/options
(from rev 206345, ppp/trunk/options)
  ppp/repos/testing-i686/ppp-2.4.6-makefiles.patch
(from rev 206345, ppp/trunk/ppp-2.4.6-makefiles.patch)
  ppp/repos/testing-i686/ppp.systemd
(from rev 206345, ppp/trunk/ppp.systemd)
  ppp/repos/testing-x86_64/
  ppp/repos/testing-x86_64/PKGBUILD
(from rev 206345, ppp/trunk/PKGBUILD)
  ppp/repos/testing-x86_64/ip-down
(from rev 206345, ppp/trunk/ip-down)
  ppp/repos/testing-x86_64/ip-down.d.dns.sh
(from rev 206345, ppp/trunk/ip-down.d.dns.sh)
  ppp/repos/testing-x86_64/ip-up
(from rev 206345, ppp/trunk/ip-up)
  ppp/repos/testing-x86_64/ip-up.d.dns.sh
(from rev 206345, ppp/trunk/ip-up.d.dns.sh)
  ppp/repos/testing-x86_64/ipv6-down
(from rev 206345, ppp/trunk/ipv6-down)
  ppp/repos/testing-x86_64/ipv6-up
(from rev 206345, ppp/trunk/ipv6-up)
  ppp/repos/testing-x86_64/ipv6-up.d.iface-config.sh
(from rev 206345, ppp/trunk/ipv6-up.d.iface-config.sh)
  ppp/repos/testing-x86_64/options
(from rev 206345, ppp/trunk/options)
  ppp/repos/testing-x86_64/ppp-2.4.6-makefiles.patch
(from rev 206345, ppp/trunk/ppp-2.4.6-makefiles.patch)
  ppp/repos/testing-x86_64/ppp.systemd
(from rev 206345, ppp/trunk/ppp.systemd)

--+
 testing-i686/PKGBUILD|   83 ++
 testing-i686/ip-down |   12 
 testing-i686/ip-down.d.dns.sh|7 
 testing-i686/ip-up   |   12 
 testing-i686/ip-up.d.dns.sh  |   11 
 testing-i686/ipv6-down   |   12 
 testing-i686/ipv6-up |   12 
 testing-i686/ipv6-up.d.iface-config.sh   |4 
 testing-i686/options |  352 +
 testing-i686/ppp-2.4.6-makefiles.patch   |  270 ++
 testing-i686/ppp.systemd |9 
 testing-x86_64/PKGBUILD  |   83 ++
 testing-x86_64/ip-down   |   12 
 testing-x86_64/ip-down.d.dns.sh  |7 
 testing-x86_64/ip-up |   12 
 testing-x86_64/ip-up.d.dns.sh|   11 
 testing-x86_64/ipv6-down |   12 
 testing-x86_64/ipv6-up   |   12 
 testing-x86_64/ipv6-up.d.iface-config.sh |4 
 testing-x86_64/options   |  352 +
 testing-x86_64/ppp-2.4.6-makefiles.patch |  270 ++
 testing-x86_64/ppp.systemd   |9 
 22 files changed, 1568 insertions(+)

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


[arch-commits] Commit in gnome-icon-theme-symbolic/repos (3 files)

2014-02-24 Thread Jan de Groot
Date: Monday, February 24, 2014 @ 09:31:36
  Author: jgc
Revision: 206348

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-icon-theme-symbolic/repos/gnome-unstable-any/
  gnome-icon-theme-symbolic/repos/gnome-unstable-any/PKGBUILD
(from rev 206347, gnome-icon-theme-symbolic/trunk/PKGBUILD)
  
gnome-icon-theme-symbolic/repos/gnome-unstable-any/gnome-icon-theme-symbolic.install
(from rev 206347, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)

---+
 PKGBUILD  |   28 
 gnome-icon-theme-symbolic.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: gnome-icon-theme-symbolic/repos/gnome-unstable-any/PKGBUILD (from rev 
206347, gnome-icon-theme-symbolic/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-02-24 08:31:36 UTC (rev 206348)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-icon-theme-symbolic
+pkgver=3.11.5
+pkgrel=1
+pkgdesc=GNOME icon theme, symbolic icons
+arch=(any)
+depends=(gtk-update-icon-cache icon-naming-utils hicolor-icon-theme librsvg)
+makedepends=(intltool)
+url=http://www.gnome.org;
+license=(GPL)
+install=gnome-icon-theme-symbolic.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a2e1e7b12e58936892f02e5c7e3ad4930d83a406023cbe0e676f90112c4915ec')
+
+build() {
+  cd $pkgname-$pkgver
+  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gnome-icon-theme-symbolic/repos/gnome-unstable-any/gnome-icon-theme-symbolic.install
 (from rev 206347, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)
===
--- gnome-unstable-any/gnome-icon-theme-symbolic.install
(rev 0)
+++ gnome-unstable-any/gnome-icon-theme-symbolic.install2014-02-24 
08:31:36 UTC (rev 206348)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (PKGBUILD)

2014-02-24 Thread Jan de Groot
Date: Monday, February 24, 2014 @ 09:31:32
  Author: jgc
Revision: 206347

upgpkg: gnome-icon-theme-symbolic 3.11.5-1

Modified:
  gnome-icon-theme-symbolic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 08:04:13 UTC (rev 206346)
+++ PKGBUILD2014-02-24 08:31:32 UTC (rev 206347)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-icon-theme-symbolic
-pkgver=3.10.1
+pkgver=3.11.5
 pkgrel=1
 pkgdesc=GNOME icon theme, symbolic icons
 arch=(any)
@@ -13,8 +13,8 @@
 license=(GPL)
 install=gnome-icon-theme-symbolic.install
 groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('344e88e5f9dac3184bf012d9bac972110df2133b93d76f2ad128d4c9cbf41412')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a2e1e7b12e58936892f02e5c7e3ad4930d83a406023cbe0e676f90112c4915ec')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-24 Thread Jan de Groot
Date: Monday, February 24, 2014 @ 09:32:16
  Author: jgc
Revision: 206349

upgpkg: gnome-icon-theme 3.11.5-1

Modified:
  gnome-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 08:31:36 UTC (rev 206348)
+++ PKGBUILD2014-02-24 08:32:16 UTC (rev 206349)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-icon-theme
-pkgver=3.10.0
+pkgver=3.11.5
 pkgrel=1
 pkgdesc=GNOME icon theme
 arch=(any)
@@ -13,8 +13,8 @@
 groups=('gnome')
 install=gnome-icon-theme.install
 options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c65472b5846c67b97fe75200c5180faccd1347a04caa8390fc0ad23de75b36f6')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('345dce06d4071f7c71b2659aa8834f70349a49fe8f91e6f0006606456dfeb230')
 
 build() {
 cd $pkgname-$pkgver



[arch-commits] Commit in gnome-icon-theme/repos (3 files)

2014-02-24 Thread Jan de Groot
Date: Monday, February 24, 2014 @ 09:32:19
  Author: jgc
Revision: 206350

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-icon-theme/repos/gnome-unstable-any/
  gnome-icon-theme/repos/gnome-unstable-any/PKGBUILD
(from rev 206349, gnome-icon-theme/trunk/PKGBUILD)
  gnome-icon-theme/repos/gnome-unstable-any/gnome-icon-theme.install
(from rev 206349, gnome-icon-theme/trunk/gnome-icon-theme.install)

--+
 PKGBUILD |   29 +
 gnome-icon-theme.install |   11 +++
 2 files changed, 40 insertions(+)

Copied: gnome-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 206349, 
gnome-icon-theme/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-02-24 08:32:19 UTC (rev 206350)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-icon-theme
+pkgver=3.11.5
+pkgrel=1
+pkgdesc=GNOME icon theme
+arch=(any)
+depends=('hicolor-icon-theme' 'icon-naming-utils' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+install=gnome-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('345dce06d4071f7c71b2659aa8834f70349a49fe8f91e6f0006606456dfeb230')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+rm -f  ${pkgdir}/usr/share/icons/gnome/icon-theme.cache
+}

Copied: gnome-icon-theme/repos/gnome-unstable-any/gnome-icon-theme.install 
(from rev 206349, gnome-icon-theme/trunk/gnome-icon-theme.install)
===
--- gnome-unstable-any/gnome-icon-theme.install (rev 0)
+++ gnome-unstable-any/gnome-icon-theme.install 2014-02-24 08:32:19 UTC (rev 
206350)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 09:38:39
  Author: spupykin
Revision: 106140

upgpkg: instead 2.0.3-1

upd

Modified:
  instead/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 06:59:03 UTC (rev 106139)
+++ PKGBUILD2014-02-24 08:38:39 UTC (rev 106140)
@@ -3,7 +3,7 @@
 # Contributor: Peter Kosyh p.kosyhgmail.com
 
 pkgname=instead
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc=a quest interpreter
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
 optdepends=('instead-launcher: install and update INSTEAD games from net')
 
source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('040d8378df4695aed771d6699e1cd7d8')
+md5sums=('ea56d214fab7dbbaeb225f61eeba213c')
 
 build() {
   cd ${srcdir}/instead-${pkgver}



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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 09:38:56
  Author: spupykin
Revision: 106141

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 08:38:39 UTC (rev 106140)
+++ community-i686/PKGBUILD 2014-02-24 08:38:56 UTC (rev 106141)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Peter Kosyh p.kosyhgmail.com
-
-pkgname=instead
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=a quest interpreter
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/instead/;
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('040d8378df4695aed771d6699e1cd7d8')
-
-build() {
-  cd ${srcdir}/instead-${pkgver}
-  echo 2 | ./configure.sh
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/instead-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr install
-
-  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
-}

Copied: instead/repos/community-i686/PKGBUILD (from rev 106140, 
instead/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-24 08:38:56 UTC (rev 106141)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Peter Kosyh p.kosyhgmail.com
+
+pkgname=instead
+pkgver=2.0.3
+pkgrel=1
+pkgdesc=a quest interpreter
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/instead/;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
+md5sums=('ea56d214fab7dbbaeb225f61eeba213c')
+
+build() {
+  cd ${srcdir}/instead-${pkgver}
+  echo 2 | ./configure.sh
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/instead-${pkgver}
+  make DESTDIR=${pkgdir} PREFIX=/usr install
+
+  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-24 08:38:39 UTC (rev 106140)
+++ community-x86_64/PKGBUILD   2014-02-24 08:38:56 UTC (rev 106141)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Peter Kosyh p.kosyhgmail.com
-
-pkgname=instead
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=a quest interpreter
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/instead/;
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('040d8378df4695aed771d6699e1cd7d8')
-
-build() {
-  cd ${srcdir}/instead-${pkgver}
-  echo 2 | ./configure.sh
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/instead-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr install
-
-  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
-}

Copied: instead/repos/community-x86_64/PKGBUILD (from rev 106140, 
instead/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-24 08:38:56 UTC (rev 106141)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Peter Kosyh p.kosyhgmail.com
+
+pkgname=instead
+pkgver=2.0.3
+pkgrel=1
+pkgdesc=a quest interpreter
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/instead/;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
+md5sums=('ea56d214fab7dbbaeb225f61eeba213c')
+
+build() {
+  cd ${srcdir}/instead-${pkgver}
+  echo 2 | ./configure.sh
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/instead-${pkgver}
+  

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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 09:39:11
  Author: spupykin
Revision: 106143

archrelease: copy trunk to community-any

Added:
  maven/repos/community-any/ChangeLog
(from rev 106142, maven/trunk/ChangeLog)
  maven/repos/community-any/PKGBUILD
(from rev 106142, maven/trunk/PKGBUILD)
  maven/repos/community-any/maven.sh
(from rev 106142, maven/trunk/maven.sh)
Deleted:
  maven/repos/community-any/ChangeLog
  maven/repos/community-any/PKGBUILD
  maven/repos/community-any/maven.sh

---+
 ChangeLog |6 ++--
 PKGBUILD  |   78 ++--
 maven.sh  |   10 +++
 3 files changed, 47 insertions(+), 47 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-02-24 08:39:02 UTC (rev 106142)
+++ ChangeLog   2014-02-24 08:39:11 UTC (rev 106143)
@@ -1,3 +0,0 @@
-2007-06-29 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-* Not sure if the binary will work.. but lets try anyway

Copied: maven/repos/community-any/ChangeLog (from rev 106142, 
maven/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-02-24 08:39:11 UTC (rev 106143)
@@ -0,0 +1,3 @@
+2007-06-29 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+* Not sure if the binary will work.. but lets try anyway

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-24 08:39:02 UTC (rev 106142)
+++ PKGBUILD2014-02-24 08:39:11 UTC (rev 106143)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=maven
-pkgver=3.1.1
-pkgrel=1
-pkgdesc=A Java project management and project comprehension tool
-arch=('any')
-url=http://maven.apache.org;
-license=('APACHE')
-depends=('java-environment')
-makedepends=('apache-ant')
-backup=('opt/maven/conf/settings.xml')
-source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
-   maven.sh)
-md5sums=('46e0b798750df60aa157d7b38a10265c'
- '5ed0bddbf5c5375fe5032a76a9506426')
-
-package() {
-  cd $srcdir/apache-maven-$pkgver
-
-  . /etc/profile.d/jre.sh
-  . /etc/profile.d/jdk.sh
-
-  mkdir -p $srcdir/repo
-  mkdir $pkgdir/opt
-  export MAVEN_OPTS=-Xmx512m
-  export M2_HOME=$pkgdir/opt/maven
-  export PATH=$PATH:$M2_HOME/bin
-
-  # FIXME: downloads many deps from Internet. Probably they should be
-  # packaged or added into source=()
-  ant -Dmaven.repo.local=$srcdir/repo
-  install -D -m 755 $srcdir/maven.sh $pkgdir/etc/profile.d/maven.sh
-  rm $pkgdir/opt/maven/*.txt
-  mkdir -p $pkgdir/usr/bin
-  ln -s /opt/maven/bin/mvn $pkgdir/usr/bin/mvn
-}

Copied: maven/repos/community-any/PKGBUILD (from rev 106142, 
maven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-24 08:39:11 UTC (rev 106143)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=maven
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=A Java project management and project comprehension tool
+arch=('any')
+url=http://maven.apache.org;
+license=('APACHE')
+depends=('java-environment')
+makedepends=('apache-ant')
+backup=('opt/maven/conf/settings.xml')
+source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
+   maven.sh)
+md5sums=('92753b8a1076637ad7c0907f1ec9f1b6'
+ '5ed0bddbf5c5375fe5032a76a9506426')
+
+package() {
+  cd $srcdir/apache-maven-$pkgver
+
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+
+  mkdir -p $srcdir/repo
+  mkdir $pkgdir/opt
+  export MAVEN_OPTS=-Xmx512m
+  export M2_HOME=$pkgdir/opt/maven
+  export PATH=$PATH:$M2_HOME/bin
+
+  # FIXME: downloads many deps from Internet. Probably they should be
+  # packaged or added into source=()
+  ant -Dmaven.repo.local=$srcdir/repo
+  install -D -m 755 $srcdir/maven.sh $pkgdir/etc/profile.d/maven.sh
+  rm $pkgdir/opt/maven/*.txt
+  mkdir -p $pkgdir/usr/bin
+  ln -s /opt/maven/bin/mvn $pkgdir/usr/bin/mvn
+}

Deleted: maven.sh
===
--- maven.sh2014-02-24 08:39:02 UTC (rev 106142)
+++ maven.sh2014-02-24 08:39:11 UTC (rev 106143)
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-export MAVEN_OPTS=-Xmx512m
-#export M2_HOME=/opt/maven
-#export PATH=$PATH:$M2_HOME/bin

Copied: maven/repos/community-any/maven.sh (from rev 106142, 
maven/trunk/maven.sh)
===
--- maven.sh(rev 0)
+++ maven.sh2014-02-24 08:39:11 UTC (rev 106143)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export MAVEN_OPTS=-Xmx512m
+#export M2_HOME=/opt/maven
+#export PATH=$PATH:$M2_HOME/bin



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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 09:39:02
  Author: spupykin
Revision: 106142

upgpkg: maven 3.2.1-1

upd

Modified:
  maven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 08:38:56 UTC (rev 106141)
+++ PKGBUILD2014-02-24 08:39:02 UTC (rev 106142)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=maven
-pkgver=3.1.1
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=A Java project management and project comprehension tool
 arch=('any')
@@ -14,7 +14,7 @@
 backup=('opt/maven/conf/settings.xml')
 
source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
maven.sh)
-md5sums=('46e0b798750df60aa157d7b38a10265c'
+md5sums=('92753b8a1076637ad7c0907f1ec9f1b6'
  '5ed0bddbf5c5375fe5032a76a9506426')
 
 package() {



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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 09:39:17
  Author: spupykin
Revision: 106144

upgpkg: tmux 1.9_a-1

upd

Modified:
  tmux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 08:39:11 UTC (rev 106143)
+++ PKGBUILD2014-02-24 08:39:17 UTC (rev 106144)
@@ -4,7 +4,7 @@
 # Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
 
 pkgname=tmux
-pkgver=1.9
+pkgver=1.9_a
 pkgrel=1
 pkgdesc='A terminal multiplexer'
 url='http://tmux.sourceforge.net/'
@@ -11,19 +11,19 @@
 arch=('i686' 'x86_64')
 license=('BSD')
 depends=('ncurses' 'libevent')
-source=(http://downloads.sourceforge.net/tmux/tmux-$pkgver.tar.gz
+source=(http://downloads.sourceforge.net/tmux/tmux-${pkgver/_/}.tar.gz
LICENSE)
-md5sums=('5f5ed0f03a666279264da45b60075600'
+md5sums=('b07601711f96f1d260b390513b509a2d'
  '71601bc37fa44e4395580b321963018e')
 
 build() {
-   cd $srcdir/$pkgname-$pkgver
+   cd $srcdir/$pkgname-${pkgver/_/}
./configure --prefix=/usr
make
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
+   cd $srcdir/$pkgname-${pkgver/_/}
make install DESTDIR=$pkgdir
install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/tmux/LICENSE
 



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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 09:39:29
  Author: spupykin
Revision: 106145

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

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

---+
 /LICENSE  |   26 +++
 /PKGBUILD |   72 
 community-i686/LICENSE|   13 ---
 community-i686/PKGBUILD   |   36 --
 community-x86_64/LICENSE  |   13 ---
 community-x86_64/PKGBUILD |   36 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-02-24 08:39:17 UTC (rev 106144)
+++ community-i686/LICENSE  2014-02-24 08:39:29 UTC (rev 106145)
@@ -1,13 +0,0 @@
-Copyright (c) 2007 Nicholas Marriott n...@users.sourceforge.net
-
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
-IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
-OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: tmux/repos/community-i686/LICENSE (from rev 106144, tmux/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2014-02-24 08:39:29 UTC (rev 106145)
@@ -0,0 +1,13 @@
+Copyright (c) 2007 Nicholas Marriott n...@users.sourceforge.net
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
+IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 08:39:17 UTC (rev 106144)
+++ community-i686/PKGBUILD 2014-02-24 08:39:29 UTC (rev 106145)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  TDY t...@gmx.com
-# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
-
-pkgname=tmux
-pkgver=1.9
-pkgrel=1
-pkgdesc='A terminal multiplexer'
-url='http://tmux.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ncurses' 'libevent')
-source=(http://downloads.sourceforge.net/tmux/tmux-$pkgver.tar.gz
-   LICENSE)
-md5sums=('5f5ed0f03a666279264da45b60075600'
- '71601bc37fa44e4395580b321963018e')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make install DESTDIR=$pkgdir
-   install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/tmux/LICENSE
-
-   install -dm755 $pkgdir/usr/share/tmux/
-   install -m644 examples/* $pkgdir/usr/share/tmux/
-   install -Dm644 examples/tmux.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/tmux.vim
-
-   install -d $pkgdir/usr/share/bash-completion/completions/
-   mv $pkgdir/usr/share/tmux/bash_completion_tmux.sh 
$pkgdir/usr/share/bash-completion/completions/tmux
-}

Copied: tmux/repos/community-i686/PKGBUILD (from rev 106144, 
tmux/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-24 08:39:29 UTC (rev 106145)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  TDY t...@gmx.com
+# Contributor: Grigorios Bouzakis 

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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 09:55:52
  Author: spupykin
Revision: 106146

upgpkg: kdenlive 0.9.6-3

upd

Modified:
  kdenlive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 08:39:29 UTC (rev 106145)
+++ PKGBUILD2014-02-24 08:55:52 UTC (rev 106146)
@@ -5,7 +5,7 @@
 
 pkgname=kdenlive
 pkgver=0.9.6
-pkgrel=2
+pkgrel=3
 pkgdesc=A non-linear video editor for Linux
 arch=('i686' 'x86_64')
 # http://download.kde.org/stable/kdenlive/
@@ -20,9 +20,16 @@
'cdrkit: dvd iso image creation')
 install=kdenlive.install
 options=('docs')
-source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('3bd3a511b860490acc367e7c9d7ffa43')
+source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2
+   
FS37617.patch::http://quickgit.kde.org/?p=kdenlive.gita=commitdiffh=d049b327afc02b499266b5c895b13e438490b7c0o=plain;)
+md5sums=('3bd3a511b860490acc367e7c9d7ffa43'
+ '672edd6399a4d5e80937f61547490038')
 
+prepare() {
+  cd ${srcdir}/kdenlive-${pkgver}
+  patch -p1 $srcdir/FS37617.patch
+}
+
 build() {
   export LDFLAGS=$LDFLAGS -lX11
   cd ${srcdir}



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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 09:56:42
  Author: spupykin
Revision: 106149

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

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 106148, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc.install
(from rev 106148, lxc/trunk/lxc.install)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 106148, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-i686/lxc@.service
(from rev 106148, lxc/trunk/lxc@.service)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 106148, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc.install
(from rev 106148, lxc/trunk/lxc.install)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 106148, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/lxc@.service
(from rev 106148, lxc/trunk/lxc@.service)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc.install
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-i686/lxc@.service
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc.install
  lxc/repos/community-x86_64/lxc.tmpfiles.d
  lxc/repos/community-x86_64/lxc@.service

-+
 /PKGBUILD   |  122 ++
 /lxc.install|   16 
 /lxc.tmpfiles.d |2 
 /lxc@.service   |   22 ++
 community-i686/PKGBUILD |   59 --
 community-i686/lxc.install  |8 --
 community-i686/lxc.tmpfiles.d   |1 
 community-i686/lxc@.service |   11 ---
 community-x86_64/PKGBUILD   |   59 --
 community-x86_64/lxc.install|8 --
 community-x86_64/lxc.tmpfiles.d |1 
 community-x86_64/lxc@.service   |   11 ---
 12 files changed, 162 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 08:56:25 UTC (rev 106148)
+++ community-i686/PKGBUILD 2014-02-24 08:56:42 UTC (rev 106149)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Jonathan Liu net...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=lxc
-pkgver=1.0.0
-epoch=1
-pkgrel=1
-pkgdesc=Linux Containers
-arch=('i686' 'x86_64')
-url=http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap')
-makedepends=('docbook2x')
-optdepends=('arch-install-scripts: for archlinux template')
-license=('LGPL')
-install=lxc.install
-source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
-   lxc.tmpfiles.d
-   lxc@.service)
-md5sums=('87a9d168a6e55326303cce3b2cb7f82e'
- 'df94c9fb8a753011c86ee664e9f521ff'
- '32db4ef06b27f36e15ff4b67c049dfeb')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  sed -i \
--e 's|\\-//Davenport//DTD DocBook V3.0//EN\\|\\-//OASIS//DTD DocBook 
XML\\ \\http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\;|' \
-configure.ac
-}
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-
-  make DESTDIR=$pkgdir install
-  install -d -m755 $pkgdir/var/lib/lxc
-  install -D -m644 ${srcdir}/lxc@.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
-  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man1/{} \;
-  find . -type f -name '*.5' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man5/{} \;
-  find . -type f -name '*.7' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man7/{} \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 106148, lxc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-24 08:56:42 UTC (rev 106149)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Jonathan Liu net...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=lxc
+pkgver=1.0.0
+epoch=1
+pkgrel=2
+pkgdesc=Linux Containers
+arch=('i686' 'x86_64')
+url=http://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python')
+makedepends=('docbook2x')
+optdepends=('arch-install-scripts: for archlinux template')
+license=('LGPL')
+install=lxc.install
+options=('emptydirs')
+source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
+   lxc.tmpfiles.d
+   lxc@.service)

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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 09:56:12
  Author: spupykin
Revision: 106147

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

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

---+
 /PKGBUILD |   98 
 /kdenlive.install |   26 +
 community-i686/PKGBUILD   |   42 ---
 community-i686/kdenlive.install   |   13 
 community-x86_64/PKGBUILD |   42 ---
 community-x86_64/kdenlive.install |   13 
 6 files changed, 124 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 08:55:52 UTC (rev 106146)
+++ community-i686/PKGBUILD 2014-02-24 08:56:12 UTC (rev 106147)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Zuf kontakt@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=kdenlive
-pkgver=0.9.6
-pkgrel=2
-pkgdesc=A non-linear video editor for Linux
-arch=('i686' 'x86_64')
-# http://download.kde.org/stable/kdenlive/
-url=http://www.kdenlive.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist')
-makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
-optdepends=('recordmydesktop: screen capture'
-   'dvdauthor: dvd creation'
-   'dvgrab: firewire capture'
-   'xine-ui: dvd preview'
-   'cdrkit: dvd iso image creation')
-install=kdenlive.install
-options=('docs')
-source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('3bd3a511b860490acc367e7c9d7ffa43')
-
-build() {
-  export LDFLAGS=$LDFLAGS -lX11
-  cd ${srcdir}
-  mkdir -p build
-  cd build
-  cmake ../kdenlive-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib \
--DLINK_LIBRARIES=-lX11
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdenlive/repos/community-i686/PKGBUILD (from rev 106146, 
kdenlive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-24 08:56:12 UTC (rev 106147)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Zuf kontakt@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=kdenlive
+pkgver=0.9.6
+pkgrel=3
+pkgdesc=A non-linear video editor for Linux
+arch=('i686' 'x86_64')
+# http://download.kde.org/stable/kdenlive/
+url=http://www.kdenlive.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist')
+makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
+optdepends=('recordmydesktop: screen capture'
+   'dvdauthor: dvd creation'
+   'dvgrab: firewire capture'
+   'xine-ui: dvd preview'
+   'cdrkit: dvd iso image creation')
+install=kdenlive.install
+options=('docs')
+source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2
+   
FS37617.patch::http://quickgit.kde.org/?p=kdenlive.gita=commitdiffh=d049b327afc02b499266b5c895b13e438490b7c0o=plain;)
+md5sums=('3bd3a511b860490acc367e7c9d7ffa43'
+ '672edd6399a4d5e80937f61547490038')
+
+prepare() {
+  cd ${srcdir}/kdenlive-${pkgver}
+  patch -p1 $srcdir/FS37617.patch
+}
+
+build() {
+  export LDFLAGS=$LDFLAGS -lX11
+  cd ${srcdir}
+  mkdir -p build
+  cd build
+  cmake ../kdenlive-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib \
+-DLINK_LIBRARIES=-lX11
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/kdenlive.install
===
--- community-i686/kdenlive.install 2014-02-24 08:55:52 UTC (rev 106146)
+++ community-i686/kdenlive.install 2014-02-24 08:56:12 UTC (rev 106147)
@@ -1,13 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdenlive/repos/community-i686/kdenlive.install (from rev 106146, 

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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 09:56:25
  Author: spupykin
Revision: 106148

upgpkg: lxc 1:1.0.0-2

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 08:56:12 UTC (rev 106147)
+++ PKGBUILD2014-02-24 08:56:25 UTC (rev 106148)
@@ -8,15 +8,16 @@
 pkgname=lxc
 pkgver=1.0.0
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux Containers
 arch=('i686' 'x86_64')
 url=http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap')
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python')
 makedepends=('docbook2x')
 optdepends=('arch-install-scripts: for archlinux template')
 license=('LGPL')
 install=lxc.install
+options=('emptydirs')
 source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
lxc.tmpfiles.d
lxc@.service)
@@ -49,6 +50,7 @@
 
   make DESTDIR=$pkgdir install
   install -d -m755 $pkgdir/var/lib/lxc
+  install -d -m755 $pkgdir/usr/lib/lxc/rootfs/dev
   install -D -m644 ${srcdir}/lxc@.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
   install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
 



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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 10:05:50
  Author: spupykin
Revision: 106150

upgpkg: squid 3.4.3-2

upd

Added:
  squid/trunk/squid.tmpfiles
Modified:
  squid/trunk/PKGBUILD
  squid/trunk/squid.install

+
 PKGBUILD   |9 ++---
 squid.install  |   19 ---
 squid.tmpfiles |1 +
 3 files changed, 11 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 08:56:42 UTC (rev 106149)
+++ PKGBUILD2014-02-24 09:05:50 UTC (rev 106150)
@@ -6,7 +6,7 @@
 
 pkgname=squid
 pkgver=3.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
@@ -20,11 +20,13 @@
 source=(http://www.squid-cache.org/Versions/v3/3.4/$pkgname-$pkgver.tar.bz2;
 'squid.pam'
 'squid.cron'
-'squid.service')
+'squid.service'
+'squid.tmpfiles')
 md5sums=('4c4c53d2260afd6e7e2dd7c445c92920'
  '270977cdd9b47ef44c0c427ab9034777'
  'a71425c4951f2e5b640d19e6a5048531'
- 'ceeb57c69ebb165676219222f109a24e')
+ 'ceeb57c69ebb165676219222f109a24e'
+ 'd243da117c1aee03c0cc6052f023a380')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -76,6 +78,7 @@
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
   install -Dm755 $srcdir/squid.cron $pkgdir/etc/cron.weekly/squid
   install -Dm644 $srcdir/squid.pam $pkgdir/etc/pam.d/squid
+  install -Dm644 $srcdir/squid.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/squid.conf
   install -Dm644 $srcdir/squid.service \
 $pkgdir/usr/lib/systemd/system/squid.service
   rm -rf $pkgdir/run $pkgdir/var/run

Modified: squid.install
===
--- squid.install   2014-02-24 08:56:42 UTC (rev 106149)
+++ squid.install   2014-02-24 09:05:50 UTC (rev 106150)
@@ -1,16 +1,8 @@
 post_install() {
-  if [ -z $(grep ^proxy: /etc/group) ]; then
-groupadd -g 15 proxy /dev/null
-  fi
-
-  id proxy /dev/null || \
-useradd -u 15 -g proxy -d /var/empty proxy
-
+  [ -z $(grep ^proxy: /etc/group) ]  groupadd -g 15 proxy /dev/null
+  id proxy /dev/null || useradd -u 15 -g proxy -d /var/empty proxy
   chown proxy.proxy var/{cache,log}/squid
-
-#  cat  EOF
-#Release notes:  http://www.squid-cache.org/Versions/v3/3.1/RELEASENOTES.html
-#EOF
+  systemd-tmpfiles --create squid.conf
 }
 
 post_upgrade() {
@@ -19,8 +11,5 @@
 
 pre_remove() {
   userdel proxy  /dev/null
-  if [ ! -z $(grep ^proxy: /etc/group) ]; then
-groupdel proxy /dev/null
-  fi
+  [ ! -z $(grep ^proxy: /etc/group) ]  groupdel proxy /dev/null
 }
-

Added: squid.tmpfiles
===
--- squid.tmpfiles  (rev 0)
+++ squid.tmpfiles  2014-02-24 09:05:50 UTC (rev 106150)
@@ -0,0 +1 @@
+d /run/squid 0755 proxy proxy -



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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 10:06:12
  Author: spupykin
Revision: 106151

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 106150, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid.cron
(from rev 106150, squid/trunk/squid.cron)
  squid/repos/community-i686/squid.install
(from rev 106150, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 106150, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 106150, squid/trunk/squid.service)
  squid/repos/community-i686/squid.tmpfiles
(from rev 106150, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 106150, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid.cron
(from rev 106150, squid/trunk/squid.cron)
  squid/repos/community-x86_64/squid.install
(from rev 106150, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 106150, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 106150, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 106150, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid.cron
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid.cron
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service

-+
 /PKGBUILD   |  174 ++
 /squid.cron |   18 +++
 /squid.install  |   30 ++
 /squid.pam  |8 +
 /squid.service  |   26 +
 community-i686/PKGBUILD |   84 --
 community-i686/squid.cron   |9 -
 community-i686/squid.install|   26 -
 community-i686/squid.pam|4 
 community-i686/squid.service|   13 --
 community-i686/squid.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   84 --
 community-x86_64/squid.cron |9 -
 community-x86_64/squid.install  |   26 -
 community-x86_64/squid.pam  |4 
 community-x86_64/squid.service  |   13 --
 community-x86_64/squid.tmpfiles |1 
 17 files changed, 258 insertions(+), 272 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 09:05:50 UTC (rev 106150)
+++ community-i686/PKGBUILD 2014-02-24 09:06:12 UTC (rev 106151)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mark Coolen mark.coo...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=squid
-pkgver=3.4.3
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'cron' 'perl' 'libltdl')
-makedepends=('libcap' 'krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf')
-install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.4/$pkgname-$pkgver.tar.bz2;
-'squid.pam'
-'squid.cron'
-'squid.service')
-md5sums=('4c4c53d2260afd6e7e2dd7c445c92920'
- '270977cdd9b47ef44c0c427ab9034777'
- 'a71425c4951f2e5b640d19e6a5048531'
- 'ceeb57c69ebb165676219222f109a24e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies=lru,heap \
---enable-storeio=aufs,ufs,diskd \
---enable-delay-pools \
---enable-arp-acl \
---enable-ssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client \
---enable-ssl-crtd \
---disable-arch-native \
---disable-strict-error-checking
-  make
-}
-
-package() {
-  cd $srcdir
-
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/squid.cron $pkgdir/etc/cron.weekly/squid
-  install -Dm644 $srcdir/squid.pam 

[arch-commits] Commit in phoronix-test-suite/trunk (PKGBUILD)

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 10:11:37
  Author: spupykin
Revision: 106152

Modified:
  phoronix-test-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 09:06:12 UTC (rev 106151)
+++ PKGBUILD2014-02-24 09:11:37 UTC (rev 106152)
@@ -11,8 +11,7 @@
 url=http://www.phoronix-test-suite.com/;
 depends=('php')
 optdepends=('php-gtk'
-   'php-gd'
-   'php-curl')
+   'php-gd')
 install=${pkgname}.install
 
source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
 md5sums=('93197df8276650f6a820f170ef10a36e')
@@ -20,9 +19,9 @@
 package() {
   cd $srcdir/phoronix-test-suite
   sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
-  install -d $pkgdir/usr/bin $pkgdir/usr/share/phoronix-test-suite
+  install -dm755 $pkgdir/usr/share/phoronix-test-suite
   sed -e s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g -i phoronix-test-suite
-  install -m755 phoronix-test-suite $pkgdir/usr/bin/
+  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
   rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
   cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
 }



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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 10:49:46
  Author: spupykin
Revision: 106153

upgpkg: xbmc 12.3-9

upd

Modified:
  xbmc/trunk/PKGBUILD
  xbmc/trunk/xbmc.install
  xbmc/trunk/xbmc.service

--+
 PKGBUILD |8 
 xbmc.install |2 +-
 xbmc.service |2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 09:11:37 UTC (rev 106152)
+++ PKGBUILD2014-02-24 09:49:46 UTC (rev 106153)
@@ -10,7 +10,7 @@
 pkgname=xbmc
 pkgver=12.3
 _codename=Frodo
-pkgrel=8
+pkgrel=9
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;
@@ -35,7 +35,7 @@
polkit.rules
libass.patch::https://bugs.archlinux.org/index.php?getfile=11285;)
 md5sums=('7ae385ebf8e5cfcb917393235e6efbdb'
- '8312d6d4ac5d7c3d9eed40ab08a17d3b'
+ '4d3cc17703a9a477a32db486c257a305'
  '02f7951824ee13103344f36009c0ef2a'
  '7fd6399d2ffbdf06b724f0cc2efa0784')
 
@@ -117,7 +117,7 @@
   done
 
   install -Dm0644 $srcdir/xbmc.service 
$pkgdir/usr/lib/systemd/system/xbmc.service
-  install -Dm0644 $srcdir/polkit.rules 
$pkgdir/usr/share/polkit-1/rules.d/10-xbmc.rules
-  chmod 0700 $pkgdir/usr/share/polkit-1/rules.d/
+#  install -Dm0644 $srcdir/polkit.rules 
$pkgdir/usr/share/polkit-1/rules.d/10-xbmc.rules
+#  chmod 0700 $pkgdir/usr/share/polkit-1/rules.d/
 }
 # vim:set ts=2 sw=2 et:

Modified: xbmc.install
===
--- xbmc.install2014-02-24 09:11:37 UTC (rev 106152)
+++ xbmc.install2014-02-24 09:49:46 UTC (rev 106153)
@@ -3,7 +3,7 @@
   [[ $(type -p update-desktop-database) ]]  usr/bin/update-desktop-database 
-q usr/share/applications
   getent group xbmc  /dev/null || groupadd -r xbmc
   getent passwd xbmc  /dev/null || useradd -r -m -d /var/lib/xbmc -g xbmc xbmc
-  usermod -a -G xbmc,audio,video,power,network,optical,storage,disk xbmc
+  usermod -a -G xbmc,audio,video,network,optical xbmc
   mkdir -p var/lib/xbmc
   chown -R xbmc:xbmc var/lib/xbmc
 }

Modified: xbmc.service
===
--- xbmc.service2014-02-24 09:11:37 UTC (rev 106152)
+++ xbmc.service2014-02-24 09:49:46 UTC (rev 106153)
@@ -6,7 +6,7 @@
 User = xbmc
 Group = xbmc
 Type = simple
-ExecStart = /usr/bin/xinit /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 
-nolisten tcp
+ExecStart = /usr/bin/xinit /usr/bin/dbus-launch /usr/bin/xbmc-standalone -l 
/run/lirc/lircd -- :0 -nolisten tcp
 Restart = on-abort
 
 [Install]



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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 10:50:08
  Author: spupykin
Revision: 106154

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

Added:
  xbmc/repos/community-i686/PKGBUILD
(from rev 106153, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-i686/polkit.rules
(from rev 106153, xbmc/trunk/polkit.rules)
  xbmc/repos/community-i686/xbmc.install
(from rev 106153, xbmc/trunk/xbmc.install)
  xbmc/repos/community-i686/xbmc.service
(from rev 106153, xbmc/trunk/xbmc.service)
  xbmc/repos/community-x86_64/PKGBUILD
(from rev 106153, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-x86_64/polkit.rules
(from rev 106153, xbmc/trunk/polkit.rules)
  xbmc/repos/community-x86_64/xbmc.install
(from rev 106153, xbmc/trunk/xbmc.install)
  xbmc/repos/community-x86_64/xbmc.service
(from rev 106153, xbmc/trunk/xbmc.service)
Deleted:
  xbmc/repos/community-i686/PKGBUILD
  xbmc/repos/community-i686/polkit.rules
  xbmc/repos/community-i686/xbmc.install
  xbmc/repos/community-i686/xbmc.service
  xbmc/repos/community-x86_64/PKGBUILD
  xbmc/repos/community-x86_64/polkit.rules
  xbmc/repos/community-x86_64/xbmc.install
  xbmc/repos/community-x86_64/xbmc.service

---+
 /PKGBUILD |  246 
 /polkit.rules |   24 +++
 /xbmc.install |   38 ++
 /xbmc.service |   26 
 community-i686/PKGBUILD   |  123 
 community-i686/polkit.rules   |   12 -
 community-i686/xbmc.install   |   18 --
 community-i686/xbmc.service   |   13 --
 community-x86_64/PKGBUILD |  123 
 community-x86_64/polkit.rules |   12 -
 community-x86_64/xbmc.install |   18 --
 community-x86_64/xbmc.service |   13 --
 12 files changed, 334 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 09:49:46 UTC (rev 106153)
+++ community-i686/PKGBUILD 2014-02-24 09:50:08 UTC (rev 106154)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
-# Contributor: Zeqadious zeqadious.at.gmail.dot.com
-# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
-
-_prefix=/usr
-
-pkgname=xbmc
-pkgver=12.3
-_codename=Frodo
-pkgrel=8
-pkgdesc=A software media player and entertainment hub for digital media
-arch=('i686' 'x86_64')
-url=http://xbmc.org;
-license=('GPL' 'custom')
-depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
-'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 
'libsamplerate'
-'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 
'python2'
-'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 
'mesa-demos'
-'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 
'bluez-libs' 'glu'
-'tinyxml' 'taglib' 'ffmpeg-compat')
-makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libvdpau' 
'libcec'
-'udisks' 'upower' 'mesa' 'doxygen' 'swig' 'java-environment')
-optdepends=('libcec: support for Pulse-Eight USB-CEC adapter'
-   'lirc: remote controller support'
-   'udisks: automount external drives'
-   'upower: used to trigger power management functionality'
-   'unrar: access compressed files without unpacking them'
-   'xorg-xinit: autostart xbmc')
-install=${pkgname}.install
-source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
-   xbmc.service
-   polkit.rules
-   libass.patch::https://bugs.archlinux.org/index.php?getfile=11285;)
-md5sums=('7ae385ebf8e5cfcb917393235e6efbdb'
- '8312d6d4ac5d7c3d9eed40ab08a17d3b'
- '02f7951824ee13103344f36009c0ef2a'
- '7fd6399d2ffbdf06b724f0cc2efa0784')
-
-prepare() {
-  cd ${srcdir}/xbmc-$pkgver-$_codename
-
-  patch -p0 $srcdir/libass.patch
-
-  # fix lsb_release dependency
-  sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' 
xbmc/utils/SystemInfo.cpp
-  sed -i -e 's:#include libsmbclient.h:#include samba-4.0/libsmbclient.h:' 
xbmc/filesystem/{SmbFile,SMBDirectory}.cpp
-}
-
-build() {
-  cd ${srcdir}/xbmc-$pkgver-$_codename
-
-  # Bootstrapping XBMC
-  ./bootstrap
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
---disable-debug \
---enable-optimizations \
---enable-gl \
---enable-sdl \
---enable-vaapi \
---enable-vdpau \
---enable-xvba \
---enable-joystick \
---enable-xrandr \
---enable-rsxs \
---enable-projectm \
---enable-x11 \
---enable-rtmp \
---enable-samba \
---enable-nfs \
---enable-afpclient \
-  

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

2014-02-24 Thread Jan de Groot
Date: Monday, February 24, 2014 @ 11:21:26
  Author: jgc
Revision: 206352

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgweather/repos/gnome-unstable-i686/
  libgweather/repos/gnome-unstable-i686/PKGBUILD
(from rev 206351, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-i686/libgweather.install
(from rev 206351, libgweather/trunk/libgweather.install)
  libgweather/repos/gnome-unstable-x86_64/
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206351, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-x86_64/libgweather.install
(from rev 206351, libgweather/trunk/libgweather.install)

---+
 gnome-unstable-i686/PKGBUILD  |   28 
 gnome-unstable-i686/libgweather.install   |   18 ++
 gnome-unstable-x86_64/PKGBUILD|   28 
 gnome-unstable-x86_64/libgweather.install |   18 ++
 4 files changed, 92 insertions(+)

Copied: libgweather/repos/gnome-unstable-i686/PKGBUILD (from rev 206351, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-24 10:21:26 UTC (rev 206352)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  j...@archlinux.org
+
+pkgname=libgweather
+pkgver=3.11.90
+pkgrel=1
+pkgdesc=Provides access to weather information from the net
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libsoup' 'gnome-icon-theme' 'gtk3')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!emptydirs')
+url=http://www.gnome.org/;
+install=libgweather.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db267c864dc44bc56cc47627783c3c0e05800ccd032cdba85bd42aec7b239fd0')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+}

Copied: libgweather/repos/gnome-unstable-i686/libgweather.install (from rev 
206351, libgweather/trunk/libgweather.install)
===
--- gnome-unstable-i686/libgweather.install (rev 0)
+++ gnome-unstable-i686/libgweather.install 2014-02-24 10:21:26 UTC (rev 
206352)
@@ -0,0 +1,18 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
+gconfpkg --uninstall libgweather
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: libgweather/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206351, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-24 10:21:26 UTC (rev 206352)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  j...@archlinux.org
+
+pkgname=libgweather
+pkgver=3.11.90
+pkgrel=1
+pkgdesc=Provides access to weather information from the net
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libsoup' 'gnome-icon-theme' 'gtk3')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!emptydirs')
+url=http://www.gnome.org/;
+install=libgweather.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db267c864dc44bc56cc47627783c3c0e05800ccd032cdba85bd42aec7b239fd0')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+}

Copied: libgweather/repos/gnome-unstable-x86_64/libgweather.install (from rev 
206351, libgweather/trunk/libgweather.install)
===
--- gnome-unstable-x86_64/libgweather.install   (rev 0)
+++ gnome-unstable-x86_64/libgweather.install   2014-02-24 10:21:26 UTC (rev 
206352)
@@ -0,0 +1,18 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
+gconfpkg --uninstall libgweather
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-02-24 Thread Jan de Groot
Date: Monday, February 24, 2014 @ 11:21:21
  Author: jgc
Revision: 206351

upgpkg: libgweather 3.11.90-1

Modified:
  libgweather/trunk/PKGBUILD
Deleted:
  libgweather/trunk/gettext-not-xml.patch
  libgweather/trunk/no_external_gettext.patch

---+
 PKGBUILD  |6 
 gettext-not-xml.patch |  551 
 no_external_gettext.patch |   14 -
 3 files changed, 3 insertions(+), 568 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 08:32:19 UTC (rev 206350)
+++ PKGBUILD2014-02-24 10:21:21 UTC (rev 206351)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot  j...@archlinux.org
 
 pkgname=libgweather
-pkgver=3.10.2
+pkgver=3.11.90
 pkgrel=1
 pkgdesc=Provides access to weather information from the net
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 options=('!emptydirs')
 url=http://www.gnome.org/;
 install=libgweather.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('454d8d681114f7f9522df2710b63f33198d0d7ca6f0726eef7fcf72e1b580005')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db267c864dc44bc56cc47627783c3c0e05800ccd032cdba85bd42aec7b239fd0')
 
 build() {
 cd $pkgname-$pkgver

Deleted: gettext-not-xml.patch
===
--- gettext-not-xml.patch   2014-02-24 08:32:19 UTC (rev 206350)
+++ gettext-not-xml.patch   2014-02-24 10:21:21 UTC (rev 206351)
@@ -1,551 +0,0 @@
-Description: Switch to using gettext to find localized names for locations, 
instead of shipping very large locale-specific XML files with lots of duplicate 
information.
-Author: ?
-
-only in patch2:
-unchanged:
-Index: libgweather-3.5.1/configure.ac
-===
 libgweather-3.5.1.orig/configure.ac2012-06-25 03:23:11.0 
+1200
-+++ libgweather-3.5.1/configure.ac 2012-07-05 10:27:51.457384292 +1200
-@@ -46,6 +46,10 @@
- LT_INIT([dlopen win32-dll disable-static])
- LT_LIB_M
- 
-+dnl IT_PROG_INTLTOOL does this for us in the case of the po/ subdir, but 
we're on our own for po-locations
-+AC_OUTPUT_COMMANDS([sed -e /POTFILES =/r po/POTFILES 
po-locations/Makefile.in  po-locations/Makefile])
-+IT_PO_SUBDIR([po-locations])
-+
- PKG_PROG_PKG_CONFIG([0.19])
- 
- AC_PROG_CC
-@@ -53,13 +57,6 @@
- 
- GLIB_GSETTINGS
- 
--AC_ARG_ENABLE(all-translations-in-one-xml,
--[AS_HELP_STRING([--enable-all-translations-in-one-xml],
--[Put all translations in a big Locations.xml file 
(slow to parse)])],
--[enable_big_xml=yes],
--[enable_big_xml=no])
--AM_CONDITIONAL(USE_ONE_BIG_XML, test x$enable_big_xml = xyes)
--
- AC_ARG_ENABLE(locations-compression,
- [AS_HELP_STRING([--enable-locations-compression],
- [Compress Locations.xml files])],
-@@ -183,7 +180,7 @@
- Makefile
- doc/Makefile
- po/Makefile.in
--po-locations/Makefile
-+po-locations/Makefile.in
- libgweather/Makefile
- libgweather/gweather-3.0.pc
- libgweather/gweather-3.0-uninstalled.pc
-@@ -192,12 +189,6 @@
- ])
- AC_OUTPUT
- 
--if test x$enable_big_xml = xyes; then
--  LOCATIONS_XML_TRANSLATIONS=one big file
--else
--  LOCATIONS_XML_TRANSLATIONS=one file per translation
--fi
--
- dnl 
***
- dnl *** Display Summary 
***
- dnl 
***
-@@ -208,6 +199,4 @@
-   Source code location:   ${srcdir}
-   Compiler:   ${CC}
-   Introspection support:  ${found_introspection}
--  Locations.xml translations: ${LOCATIONS_XML_TRANSLATIONS}
--  Locations.xml compression:  ${enable_locations_compression}
-  2
-Index: libgweather-3.5.1/data/Makefile.am
-===
 libgweather-3.5.1.orig/data/Makefile.am2012-06-06 04:07:53.0 
+1200
-+++ libgweather-3.5.1/data/Makefile.am 2012-07-05 10:27:51.461384292 +1200
-@@ -4,61 +4,21 @@
- libgweatherlocationsdir = $(pkgdatadir)
- libgweatherlocations_in_files = Locations.xml.in
- 
--if USE_ONE_BIG_XML
--
--LOCATIONS_STAMP = 
--
--libgweatherlocations_DATA = 
$(libgweatherlocations_in_files:.xml.in=.xml$(COMPRESS_EXT))
--
--%.xml$(COMPRESS_EXT): %.xml.in $(wildcard $(top_srcdir)/po-locations/*.po)
--  $(AM_V_GEN)LC_ALL=C $(INTLTOOL_MERGE) -x -u -c 
$(top_builddir)/po-locations/.intltool-merge-cache $(top_srcdir)/po-locations 
$ `echo $@ | sed s/.xml$(COMPRESS_EXT)/.xml/`  \
--  if test x$(COMPRESS_EXT) = x.gz; then   
\
--  gzip --force `echo $@ | sed s/.xml$(COMPRESS_EXT)/.xml/`; 
\
--  fi
--
--else # 

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

2014-02-24 Thread Bartłomiej Piotrowski
Date: Monday, February 24, 2014 @ 11:37:37
  Author: bpiotrowski
Revision: 206353

upgpkg: ffmpeg 1:2.1.4-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 10:21:26 UTC (rev 206352)
+++ PKGBUILD2014-02-24 10:37:37 UTC (rev 206353)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
@@ -20,7 +20,7 @@
   )
 makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('711b795bbc7b527c0f4a1828f324fd5a')
+md5sums=('dedc28003a77c69432c42ab16e5f6982')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-24 Thread Bartłomiej Piotrowski
Date: Monday, February 24, 2014 @ 11:37:56
  Author: bpiotrowski
Revision: 206354

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-24 10:37:37 UTC (rev 206353)
+++ extra-i686/PKGBUILD 2014-02-24 10:37:56 UTC (rev 206354)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2.1.3
-pkgrel=1
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'x264' 'xvidcore' 'zlib'
-  )
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('711b795bbc7b527c0f4a1828f324fd5a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---enable-avresample \
---enable-dxva2 \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libxvid \
---enable-pic \
---enable-postproc \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 206353, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-24 10:37:56 UTC (rev 206354)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.1.4
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('dedc28003a77c69432c42ab16e5f6982')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-dxva2 \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-pic \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+

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

2014-02-24 Thread Tobias Powalowski
Date: Monday, February 24, 2014 @ 11:40:53
  Author: tpowa
Revision: 206356

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

Added:
  efivar/repos/testing-i686/
  efivar/repos/testing-i686/PKGBUILD
(from rev 206355, efivar/trunk/PKGBUILD)
  efivar/repos/testing-x86_64/
  efivar/repos/testing-x86_64/PKGBUILD
(from rev 206355, efivar/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   73 ++
 testing-x86_64/PKGBUILD |   73 ++
 2 files changed, 146 insertions(+)

Copied: efivar/repos/testing-i686/PKGBUILD (from rev 206355, 
efivar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-24 10:40:53 UTC (rev 206356)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+_pkgname=efivar
+pkgname=${_pkgname}
+
+_gitroot=https://github.com/vathpela/efivar.git;
+_gitname=${_pkgname}
+_gitbranch=master
+
+pkgdesc=Library to manipulate EFI variables
+pkgver=0.7
+pkgrel=2
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=(libefivar=${pkgver})
+options=('zipman' 'docs' '!makeflags')
+
+source=(${_gitname}::git+${_gitroot}#tag=${pkgver})
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/${_gitname}/
+   echo $(git describe --tags) | sed -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/${_gitname}/
+   
+   git clean -x -d -f
+   echo
+   
+   rm -rf ${srcdir}/${_gitname}_build/ || true
+   cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/${_gitname}_build/src/test/Makefile || true
+   
+}
+
+build() {
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
+   echo
+   
+   install -d ${pkgdir}/usr/bin
+   install -D -m0755 ${srcdir}/${_gitname}_build/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
+   
+}

Copied: efivar/repos/testing-x86_64/PKGBUILD (from rev 206355, 
efivar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-24 10:40:53 UTC (rev 206356)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+_pkgname=efivar
+pkgname=${_pkgname}
+
+_gitroot=https://github.com/vathpela/efivar.git;
+_gitname=${_pkgname}
+_gitbranch=master
+
+pkgdesc=Library to manipulate EFI variables
+pkgver=0.7
+pkgrel=2
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=(libefivar=${pkgver})
+options=('zipman' 'docs' '!makeflags')
+
+source=(${_gitname}::git+${_gitroot}#tag=${pkgver})
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/${_gitname}/
+   echo $(git describe --tags) | sed -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/${_gitname}/
+   
+   git clean -x -d -f
+   echo
+   
+   rm -rf ${srcdir}/${_gitname}_build/ || true
+   cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/${_gitname}_build/src/test/Makefile || true
+   
+}
+
+build() {
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
+   echo
+   
+   install -d ${pkgdir}/usr/bin
+   install -D -m0755 ${srcdir}/${_gitname}_build/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
+   
+}



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

2014-02-24 Thread Tobias Powalowski
Date: Monday, February 24, 2014 @ 11:40:42
  Author: tpowa
Revision: 206355

upgpkg: efivar 0.7-2

adding prepare(), using https: git repo url instead of git: repo url, adding 
versioned provides to 'libefivar', as well as correcting name in the 
contributor field

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |   34 +-
 1 file changed, 21 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 10:37:56 UTC (rev 206354)
+++ PKGBUILD2014-02-24 10:40:42 UTC (rev 206355)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer : Tobias Powalowski tp...@archlinux.org
-# Contributor : Keshav Padram (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
 
-_gitroot=git://github.com/vathpela/efivar.git
-_gitname=efivar
-_gitbranch=master
-
 _pkgname=efivar
 pkgname=${_pkgname}
 
+_gitroot=https://github.com/vathpela/efivar.git;
+_gitname=${_pkgname}
+_gitbranch=master
+
 pkgdesc=Library to manipulate EFI variables
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 url=https://github.com/vathpela/efivar;
 license=('LGPL2.1')
@@ -18,7 +18,7 @@
 makedepends=('git')
 depends=('popt')
 conflicts=('libefivar')
-provides=('libefivar')
+provides=(libefivar=${pkgver})
 options=('zipman' 'docs' '!makeflags')
 
 source=(${_gitname}::git+${_gitroot}#tag=${pkgver})
@@ -26,19 +26,29 @@
 
 pkgver() {
cd ${srcdir}/${_gitname}/
-echo $(git describe --tags) | sed 's|-|\.|g'
+   echo $(git describe --tags) | sed -e 's|-|\.|g'
 }
 
-build() {
+prepare() {

+   cd ${srcdir}/${_gitname}/
+   
+   git clean -x -d -f
+   echo
+   
rm -rf ${srcdir}/${_gitname}_build/ || true
cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build

cd ${srcdir}/${_gitname}_build/

-   git clean -x -d -f
-   echo
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/${_gitname}_build/src/test/Makefile || true

+}
+
+build() {
+   
+   cd ${srcdir}/${_gitname}_build/
+   
unset CFLAGS
unset CPPFLAGS
unset CXXFLAGS
@@ -45,8 +55,6 @@
unset LDFLAGS
unset MAKEFLAGS

-   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/${_gitname}_build/src/test/Makefile || true
-   
make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
echo




[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2014-02-24 Thread Jan de Groot
Date: Monday, February 24, 2014 @ 11:41:41
  Author: jgc
Revision: 206357

upgpkg: evolution-data-server 3.11.90-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 10:40:53 UTC (rev 206356)
+++ PKGBUILD2014-02-24 10:41:41 UTC (rev 206357)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.10.4
+pkgver=3.11.90
 pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 install=$pkgname.install
 url=http://www.gnome.org;
 license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5c2d5e19af19ecfa81f31306411ab6155c3c62cf407d5a5aaa675a8ce940fa2d')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('308bd640de911f3e7d04a54578439fd06fe0fb2498289bfaacb8657e9744311d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-data-server/repos (6 files)

2014-02-24 Thread Jan de Groot
Date: Monday, February 24, 2014 @ 11:41:47
  Author: jgc
Revision: 206358

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evolution-data-server/repos/gnome-unstable-i686/
  evolution-data-server/repos/gnome-unstable-i686/PKGBUILD
(from rev 206357, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/gnome-unstable-i686/evolution-data-server.install
(from rev 206357, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/gnome-unstable-x86_64/
  evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206357, evolution-data-server/trunk/PKGBUILD)
  
evolution-data-server/repos/gnome-unstable-x86_64/evolution-data-server.install
(from rev 206357, evolution-data-server/trunk/evolution-data-server.install)

-+
 gnome-unstable-i686/PKGBUILD|   31 ++
 gnome-unstable-i686/evolution-data-server.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD  |   31 ++
 gnome-unstable-x86_64/evolution-data-server.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: evolution-data-server/repos/gnome-unstable-i686/PKGBUILD (from rev 
206357, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-24 10:41:47 UTC (rev 206358)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.11.90
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala python2)
+install=$pkgname.install
+url=http://www.gnome.org;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('308bd640de911f3e7d04a54578439fd06fe0fb2498289bfaacb8657e9744311d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+  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
+}

Copied: 
evolution-data-server/repos/gnome-unstable-i686/evolution-data-server.install 
(from rev 206357, evolution-data-server/trunk/evolution-data-server.install)
===
--- gnome-unstable-i686/evolution-data-server.install   
(rev 0)
+++ gnome-unstable-i686/evolution-data-server.install   2014-02-24 10:41:47 UTC 
(rev 206358)
@@ -0,0 +1,11 @@
+post_install () {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+post_install
+}

Copied: evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
206357, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-24 10:41:47 UTC (rev 206358)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.11.90
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala python2)
+install=$pkgname.install
+url=http://www.gnome.org;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('308bd640de911f3e7d04a54578439fd06fe0fb2498289bfaacb8657e9744311d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+  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
+}

Copied: 

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

2014-02-24 Thread Alexander Rødseth
Date: Monday, February 24, 2014 @ 12:37:41
  Author: arodseth
Revision: 106156

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 11:37:30 UTC (rev 106155)
+++ community-i686/PKGBUILD 2014-02-24 11:37:41 UTC (rev 106156)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Tom Killian t...@runbox.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libnewt
-pkgver=0.52.16
-pkgrel=2
-_tclver=8.6
-pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
-arch=('x86_64' 'i686')
-url='https://fedorahosted.org/newt/'
-license=('GPL')
-depends=('slang' 'popt' 'gpm')
-makedepends=(tcl=$_tclver 'python2')
-optdepends=('tcl: whiptcl support' \
-'python2: libnewt api through _snack module')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3')
-
-prepare() {
-  cd newt-$pkgver
-  
-  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
-  sed -i 's:bin/python:bin/python2:' *.py
-  echo '#define USE_INTERP_RESULT 1'  config.h
-}
-
-build() {
-  cd newt-$pkgver
-
-  ./configure --prefix=/usr --with-gpm-support
-  make
-}
-
-package() {
-  cd newt-$pkgver
-  
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnewt/repos/community-i686/PKGBUILD (from rev 106155, 
libnewt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-24 11:37:41 UTC (rev 106156)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Tom Killian t...@runbox.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libnewt
+pkgver=0.52.17
+pkgrel=1
+_tclver=8.6
+pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
+arch=('x86_64' 'i686')
+url='https://fedorahosted.org/newt/'
+license=('GPL')
+depends=('slang' 'popt' 'gpm')
+makedepends=(tcl=$_tclver 'python')
+optdepends=('tcl: whiptcl support' \
+'python: libnewt api through _snack module')
+options=('!makeflags')
+source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
+sha256sums=('69837973ef2ee2fa644426f1c3e48d2b18785ebcd382ef7fd01eb2e67d2d632b')
+
+prepare() {
+  cd newt-$pkgver
+  
+  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
+  #sed -i 's:bin/python:bin/python2:' *.py
+  echo '#define USE_INTERP_RESULT 1'  config.h
+}
+
+build() {
+  cd newt-$pkgver
+
+  ./configure --prefix=/usr --with-gpm-support
+  make
+}
+
+package() {
+  cd newt-$pkgver
+  
+  make prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-24 11:37:30 UTC (rev 106155)
+++ community-x86_64/PKGBUILD   2014-02-24 11:37:41 UTC (rev 106156)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Tom Killian t...@runbox.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libnewt
-pkgver=0.52.16
-pkgrel=2
-_tclver=8.6
-pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
-arch=('x86_64' 'i686')
-url='https://fedorahosted.org/newt/'
-license=('GPL')
-depends=('slang' 'popt' 'gpm')
-makedepends=(tcl=$_tclver 'python2')
-optdepends=('tcl: whiptcl support' \
-'python2: libnewt api through _snack module')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3')
-
-prepare() {
-  cd newt-$pkgver
-  
-  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
-  sed -i 's:bin/python:bin/python2:' *.py
-  echo '#define USE_INTERP_RESULT 1'  config.h
-}
-
-build() {
-  cd newt-$pkgver
-
-  ./configure --prefix=/usr --with-gpm-support
-  make
-}
-
-package() {
-  cd newt-$pkgver
-  
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnewt/repos/community-x86_64/PKGBUILD (from rev 106155, 

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

2014-02-24 Thread Alexander Rødseth
Date: Monday, February 24, 2014 @ 12:37:30
  Author: arodseth
Revision: 106155

upgpkg: libnewt 0.52.17-1

Modified:
  libnewt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 09:50:08 UTC (rev 106154)
+++ PKGBUILD2014-02-24 11:37:30 UTC (rev 106155)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=libnewt
-pkgver=0.52.16
-pkgrel=2
+pkgver=0.52.17
+pkgrel=1
 _tclver=8.6
 pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
 arch=('x86_64' 'i686')
@@ -13,18 +13,18 @@
 url='https://fedorahosted.org/newt/'
 license=('GPL')
 depends=('slang' 'popt' 'gpm')
-makedepends=(tcl=$_tclver 'python2')
+makedepends=(tcl=$_tclver 'python')
 optdepends=('tcl: whiptcl support' \
-'python2: libnewt api through _snack module')
+'python: libnewt api through _snack module')
 options=('!makeflags')
 source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3')
+sha256sums=('69837973ef2ee2fa644426f1c3e48d2b18785ebcd382ef7fd01eb2e67d2d632b')
 
 prepare() {
   cd newt-$pkgver
   
   sed -i s:tcl8.4:tcl$_tclver: Makefile.in
-  sed -i 's:bin/python:bin/python2:' *.py
+  #sed -i 's:bin/python:bin/python2:' *.py
   echo '#define USE_INTERP_RESULT 1'  config.h
 }
 



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

2014-02-24 Thread Tobias Powalowski
Date: Monday, February 24, 2014 @ 12:47:03
  Author: tpowa
Revision: 206359

upgpkg: efibootmgr 0.6.1.29.gf4e29e4-1

pointing to the latest 'master' branch commit of new official upstream git repo 
https://github.com/vathpela/efibootmgr/commits/master

Modified:
  efibootmgr/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 13 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 10:41:47 UTC (rev 206358)
+++ PKGBUILD2014-02-24 11:47:03 UTC (rev 206359)
@@ -1,15 +1,18 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 # Contributor: Murtuza Akhtari inxsible at gmail dot com
-# Contributor: Keshav Padram Amburay (the.ridikulus.rat) (aatt) (gemmaeiil) 
(ddoott) (ccoomm)
+# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
 
-pkgname=efibootmgr
+_pkgname=efibootmgr
+pkgname=${_pkgname}
 
-_gitroot=git://github.com/vathpela/efibootmgr.git
-_gitname=${pkgname}-pjones
-_gitbranch=libefivars
+_gitroot=https://github.com/vathpela/efibootmgr.git;
+_gitname=${_pkgname}
+_gitbranch=master
 
-pkgver=0.6.0.138.1132342
+_GIT_COMMIT=f4e29e4200ed1e866c9cf98d2ebdcb8ac2e9826c
+
+pkgver=0.6.1.29.gf4e29e4
 pkgrel=1
 pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
 arch=('x86_64' 'i686')
@@ -17,21 +20,16 @@
 license=('GPL2')
 makedepends=('git')
 depends=('pciutils' 'efivar' 'zlib')
+conflicts=(${_pkgname}-pjones)
+provides=(${_pkgname}-pjones=${pkgver})
 options=('strip' 'zipman' '!emptydirs')
 
-source=(${_gitname}::git+${_gitroot}#branch=${_gitbranch})
+source=(${_gitname}::git+${_gitroot}#commit=${_GIT_COMMIT})
 sha1sums=('SKIP')
 
 pkgver() {
cd ${srcdir}/${_gitname}/
-   
-   _RELEASE_MAJOR=$(grep 'RELEASE_MAJOR' ${srcdir}/${_gitname}/Makefile 
| head -1 | sed -e 's|RELEASE_MAJOR := ||g')
-   _RELEASE_MINOR=$(grep 'RELEASE_MINOR' ${srcdir}/${_gitname}/Makefile 
| head -1 | sed -e 's|RELEASE_MINOR := ||g')
-   _RELEASE_SUBLEVEL=$(grep 'RELEASE_SUBLEVEL' 
${srcdir}/${_gitname}/Makefile | head -1 | sed -e 's|RELEASE_SUBLEVEL := 
||g')
-   
-   _ACTUAL_VER=$(echo 
${_RELEASE_MAJOR}.${_RELEASE_MINOR}.${_RELEASE_SUBLEVEL} | sed 's| ||g')
-   
-   echo ${_ACTUAL_VER}.$(git rev-list --count HEAD).$(git rev-parse 
--short HEAD)
+   echo $(git describe --tags) | sed -e 's|-|\.|g'
 }
 
 build() {



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

2014-02-24 Thread Tobias Powalowski
Date: Monday, February 24, 2014 @ 12:47:14
  Author: tpowa
Revision: 206360

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

Added:
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-i686/PKGBUILD
(from rev 206359, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch
(from rev 206359, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/testing-x86_64/
  efibootmgr/repos/testing-x86_64/PKGBUILD
(from rev 206359, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 206359, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)

---+
 testing-i686/PKGBUILD |   57 ++
 testing-i686/efibootmgr-tilt_slashes-func.patch   |   61 
 testing-x86_64/PKGBUILD   |   57 ++
 testing-x86_64/efibootmgr-tilt_slashes-func.patch |   61 
 4 files changed, 236 insertions(+)

Copied: efibootmgr/repos/testing-i686/PKGBUILD (from rev 206359, 
efibootmgr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-24 11:47:14 UTC (rev 206360)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Murtuza Akhtari inxsible at gmail dot com
+# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+_pkgname=efibootmgr
+pkgname=${_pkgname}
+
+_gitroot=https://github.com/vathpela/efibootmgr.git;
+_gitname=${_pkgname}
+_gitbranch=master
+
+_GIT_COMMIT=f4e29e4200ed1e866c9cf98d2ebdcb8ac2e9826c
+
+pkgver=0.6.1.29.gf4e29e4
+pkgrel=1
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+conflicts=(${_pkgname}-pjones)
+provides=(${_pkgname}-pjones=${pkgver})
+options=('strip' 'zipman' '!emptydirs')
+
+source=(${_gitname}::git+${_gitroot}#commit=${_GIT_COMMIT})
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/${_gitname}/
+   echo $(git describe --tags) | sed -e 's|-|\.|g'
+}
+
+build() {
+   
+   rm -rf ${srcdir}/${_gitname}_build/ || true
+   cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   make EXTRA_CFLAGS=-Os
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   install -d ${pkgdir}/usr/bin/
+   install -D -m0755 
${srcdir}/${_gitname}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
+   
+   install -d ${pkgdir}/usr/share/man/man8/
+   install -D -m0644 
${srcdir}/${_gitname}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
+   
+}

Copied: efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch (from 
rev 206359, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
===
--- testing-i686/efibootmgr-tilt_slashes-func.patch 
(rev 0)
+++ testing-i686/efibootmgr-tilt_slashes-func.patch 2014-02-24 11:47:14 UTC 
(rev 206360)
@@ -0,0 +1,61 @@
+diff --git a/src/efibootmgr/efibootmgr.c b/src/efibootmgr/efibootmgr.c
+index 236365a..9883961 100644
+--- a/src/efibootmgr/efibootmgr.c
 b/src/efibootmgr/efibootmgr.c
+@@ -803,6 +803,7 @@ usage()
+   printf(\t-V | --version  return version and exit\n);
+   printf(\t-w | --write-signature  write unique sig to MBR if needed\n);
+   printf(\t-@ | --append-binary-args file  append extra args from file 
(use \-\ for stdin)\n);
++  printf(\t   | --help show help/usage\n);
+ }
+ 
+ static void
+@@ -863,6 +864,7 @@ parse_opts(int argc, char **argv)
+   {version,no_argument, 0, 'V'},
+   {write-signature,no_argument, 0, 'w'},
+   {append-binary-args, required_argument, 0, '@'},
++  {help,   no_argument, 0,   2},
+   {0, 0, 0, 0}
+   };
+ 
+@@ -1014,6 +1016,10 @@ parse_opts(int argc, char **argv)
+   opts.write_signature = 1;
+   break;
+ 
++  case 2:
++  usage();
++  exit(1);
++
+   default:
+   usage();
+   exit(1);
+diff --git a/src/lib/efi.c b/src/lib/efi.c
+index a4ce5cf..8ef8be8 100644
+--- a/src/lib/efi.c
 b/src/lib/efi.c
+@@ -70,6 +70,16 @@ efi_guid_unparse(efi_guid_t *guid, char *out)
+ return out;
+ }
+ 
++char *
++tilt_slashes(char *s)
++{
++  char *p;
++  for (p = s; *p; p++)

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

2014-02-24 Thread Alexander Rødseth
Date: Monday, February 24, 2014 @ 13:26:52
  Author: arodseth
Revision: 106157

upgpkg: libnewt 0.52.17-1

Modified:
  libnewt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 11:37:41 UTC (rev 106156)
+++ PKGBUILD2014-02-24 12:26:52 UTC (rev 106157)
@@ -13,9 +13,10 @@
 url='https://fedorahosted.org/newt/'
 license=('GPL')
 depends=('slang' 'popt' 'gpm')
-makedepends=(tcl=$_tclver 'python')
+makedepends=(tcl=$_tclver 'python' 'python2')
 optdepends=('tcl: whiptcl support' \
-'python: libnewt api through _snack module')
+'python: libnewt support with the _snack module'
+'python2: libnewt support with the _snack module')
 options=('!makeflags')
 source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
 sha256sums=('69837973ef2ee2fa644426f1c3e48d2b18785ebcd382ef7fd01eb2e67d2d632b')
@@ -22,9 +23,8 @@
 
 prepare() {
   cd newt-$pkgver
-  
+
   sed -i s:tcl8.4:tcl$_tclver: Makefile.in
-  #sed -i 's:bin/python:bin/python2:' *.py
   echo '#define USE_INTERP_RESULT 1'  config.h
 }
 
@@ -37,7 +37,7 @@
 
 package() {
   cd newt-$pkgver
-  
+
   make prefix=$pkgdir/usr install
 }
 



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

2014-02-24 Thread Alexander Rødseth
Date: Monday, February 24, 2014 @ 13:27:03
  Author: arodseth
Revision: 106158

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 12:26:52 UTC (rev 106157)
+++ community-i686/PKGBUILD 2014-02-24 12:27:03 UTC (rev 106158)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Tom Killian t...@runbox.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libnewt
-pkgver=0.52.17
-pkgrel=1
-_tclver=8.6
-pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
-arch=('x86_64' 'i686')
-url='https://fedorahosted.org/newt/'
-license=('GPL')
-depends=('slang' 'popt' 'gpm')
-makedepends=(tcl=$_tclver 'python')
-optdepends=('tcl: whiptcl support' \
-'python: libnewt api through _snack module')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('69837973ef2ee2fa644426f1c3e48d2b18785ebcd382ef7fd01eb2e67d2d632b')
-
-prepare() {
-  cd newt-$pkgver
-  
-  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
-  #sed -i 's:bin/python:bin/python2:' *.py
-  echo '#define USE_INTERP_RESULT 1'  config.h
-}
-
-build() {
-  cd newt-$pkgver
-
-  ./configure --prefix=/usr --with-gpm-support
-  make
-}
-
-package() {
-  cd newt-$pkgver
-  
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnewt/repos/community-i686/PKGBUILD (from rev 106157, 
libnewt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-24 12:27:03 UTC (rev 106158)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Tom Killian t...@runbox.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libnewt
+pkgver=0.52.17
+pkgrel=1
+_tclver=8.6
+pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
+arch=('x86_64' 'i686')
+url='https://fedorahosted.org/newt/'
+license=('GPL')
+depends=('slang' 'popt' 'gpm')
+makedepends=(tcl=$_tclver 'python' 'python2')
+optdepends=('tcl: whiptcl support' \
+'python: libnewt support with the _snack module'
+'python2: libnewt support with the _snack module')
+options=('!makeflags')
+source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
+sha256sums=('69837973ef2ee2fa644426f1c3e48d2b18785ebcd382ef7fd01eb2e67d2d632b')
+
+prepare() {
+  cd newt-$pkgver
+
+  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
+  echo '#define USE_INTERP_RESULT 1'  config.h
+}
+
+build() {
+  cd newt-$pkgver
+
+  ./configure --prefix=/usr --with-gpm-support
+  make
+}
+
+package() {
+  cd newt-$pkgver
+
+  make prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-24 12:26:52 UTC (rev 106157)
+++ community-x86_64/PKGBUILD   2014-02-24 12:27:03 UTC (rev 106158)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Tom Killian t...@runbox.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libnewt
-pkgver=0.52.17
-pkgrel=1
-_tclver=8.6
-pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
-arch=('x86_64' 'i686')
-url='https://fedorahosted.org/newt/'
-license=('GPL')
-depends=('slang' 'popt' 'gpm')
-makedepends=(tcl=$_tclver 'python')
-optdepends=('tcl: whiptcl support' \
-'python: libnewt api through _snack module')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('69837973ef2ee2fa644426f1c3e48d2b18785ebcd382ef7fd01eb2e67d2d632b')
-
-prepare() {
-  cd newt-$pkgver
-  
-  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
-  #sed -i 's:bin/python:bin/python2:' *.py
-  echo '#define USE_INTERP_RESULT 1'  config.h
-}
-
-build() {
-  cd newt-$pkgver
-
-  ./configure --prefix=/usr --with-gpm-support
-  make
-}
-
-package() {
-  cd newt-$pkgver
-  
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2014-02-24 Thread Alexander Rødseth
Date: Monday, February 24, 2014 @ 13:38:02
  Author: arodseth
Revision: 106159

upgpkg: python-configobj 5.0.1-2

Modified:
  python-configobj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 12:27:03 UTC (rev 106158)
+++ PKGBUILD2014-02-24 12:38:02 UTC (rev 106159)
@@ -7,7 +7,7 @@
 pkgbase=python-configobj
 pkgname=('python-configobj' 'python2-configobj')
 pkgver=5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple but powerful config file reader and writer for Python'
 arch=('any')
 url='https://github.com/DiffSK/configobj'
@@ -17,6 +17,7 @@
 sha256sums=('c81c17c3dac59c7abb079d3f51ad6242e478b57656b1f8c346f3f5e802355b58')
 
 package_python-configobj() {
+  depends=('python-six')
   cd configobj-$pkgver
 
   python setup.py install --root=$pkgdir --optimize=1
@@ -24,6 +25,7 @@
 }
 
 package_python2-configobj() {
+  depends=('python2-six')
   cd configobj-$pkgver
 
   python2 setup.py install --root=$pkgdir --optimize=1



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

2014-02-24 Thread Alexander Rødseth
Date: Monday, February 24, 2014 @ 13:39:22
  Author: arodseth
Revision: 106160

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-24 12:38:02 UTC (rev 106159)
+++ PKGBUILD2014-02-24 12:39:22 UTC (rev 106160)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Stefan Husmann  stefan-husm...@t-online.de
-# Contributor: Manuel ekerazha C. (www.ekerazha.com)
-
-pkgbase=python-configobj
-pkgname=('python-configobj' 'python2-configobj')
-pkgver=5.0.1
-pkgrel=1
-pkgdesc='Simple but powerful config file reader and writer for Python'
-arch=('any')
-url='https://github.com/DiffSK/configobj'
-license=('BSD')
-makedepends=('python' 'python2')
-source=(https://github.com/DiffSK/configobj/archive/v$pkgver.zip;)
-sha256sums=('c81c17c3dac59c7abb079d3f51ad6242e478b57656b1f8c346f3f5e802355b58')
-
-package_python-configobj() {
-  cd configobj-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-configobj() {
-  cd configobj-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-configobj/repos/community-any/PKGBUILD (from rev 106159, 
python-configobj/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-24 12:39:22 UTC (rev 106160)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: Stefan Husmann  stefan-husm...@t-online.de
+# Contributor: Manuel ekerazha C. (www.ekerazha.com)
+
+pkgbase=python-configobj
+pkgname=('python-configobj' 'python2-configobj')
+pkgver=5.0.1
+pkgrel=2
+pkgdesc='Simple but powerful config file reader and writer for Python'
+arch=('any')
+url='https://github.com/DiffSK/configobj'
+license=('BSD')
+makedepends=('python' 'python2')
+source=(https://github.com/DiffSK/configobj/archive/v$pkgver.zip;)
+sha256sums=('c81c17c3dac59c7abb079d3f51ad6242e478b57656b1f8c346f3f5e802355b58')
+
+package_python-configobj() {
+  depends=('python-six')
+  cd configobj-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-configobj() {
+  depends=('python2-six')
+  cd configobj-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-24 Thread Massimiliano Torromeo
Date: Monday, February 24, 2014 @ 14:10:48
  Author: mtorromeo
Revision: 106162

Added libuv

Added:
  libuv/
  libuv/trunk/
  libuv/trunk/PKGBUILD

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

Added: libuv/trunk/PKGBUILD
===
--- libuv/trunk/PKGBUILD(rev 0)
+++ libuv/trunk/PKGBUILD2014-02-24 13:10:48 UTC (rev 106162)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=libuv
+pkgver=0.11.19
+pkgrel=1
+pkgdesc=A new platform layer for Node.JS
+arch=('i686' 'x86_64')
+url=https://github.com/joyent/libuv;
+license=('custom')
+depends=('glibc')
+source=(https://github.com/joyent/libuv/archive/v$pkgver.tar.gz;)
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+
+   install -Dm644 LICENSE \
+   $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   $pkgdir/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   $pkgdir/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   $pkgdir/usr/share/doc/$pkgname/ChangeLog
+}
+
+sha256sums=('2d2d17be846d0fe459ad1b56f10eab1e6cdf9693f7d9dbd89bb2b0de3e24ef58')


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


[arch-commits] Commit in libuv (5 files)

2014-02-24 Thread Massimiliano Torromeo
Date: Monday, February 24, 2014 @ 14:13:50
  Author: mtorromeo
Revision: 106163

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

Added:
  libuv/repos/
  libuv/repos/community-i686/
  libuv/repos/community-i686/PKGBUILD
(from rev 106162, libuv/trunk/PKGBUILD)
  libuv/repos/community-x86_64/
  libuv/repos/community-x86_64/PKGBUILD
(from rev 106162, libuv/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   41 +
 community-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: libuv/repos/community-i686/PKGBUILD (from rev 106162, 
libuv/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2014-02-24 13:13:50 UTC (rev 106163)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=libuv
+pkgver=0.11.19
+pkgrel=1
+pkgdesc=A new platform layer for Node.JS
+arch=('i686' 'x86_64')
+url=https://github.com/joyent/libuv;
+license=('custom')
+depends=('glibc')
+source=(https://github.com/joyent/libuv/archive/v$pkgver.tar.gz;)
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+
+   install -Dm644 LICENSE \
+   $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   $pkgdir/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   $pkgdir/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   $pkgdir/usr/share/doc/$pkgname/ChangeLog
+}
+
+sha256sums=('2d2d17be846d0fe459ad1b56f10eab1e6cdf9693f7d9dbd89bb2b0de3e24ef58')

Copied: libuv/repos/community-x86_64/PKGBUILD (from rev 106162, 
libuv/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2014-02-24 13:13:50 UTC (rev 106163)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=libuv
+pkgver=0.11.19
+pkgrel=1
+pkgdesc=A new platform layer for Node.JS
+arch=('i686' 'x86_64')
+url=https://github.com/joyent/libuv;
+license=('custom')
+depends=('glibc')
+source=(https://github.com/joyent/libuv/archive/v$pkgver.tar.gz;)
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+
+   install -Dm644 LICENSE \
+   $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   $pkgdir/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   $pkgdir/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   $pkgdir/usr/share/doc/$pkgname/ChangeLog
+}
+
+sha256sums=('2d2d17be846d0fe459ad1b56f10eab1e6cdf9693f7d9dbd89bb2b0de3e24ef58')



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

2014-02-24 Thread Alexander Rødseth
Date: Monday, February 24, 2014 @ 14:55:03
  Author: arodseth
Revision: 106164

upgpkg: jedit 5.1.0-4, fix for FS#38954

Modified:
  jedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 13:13:50 UTC (rev 106163)
+++ PKGBUILD2014-02-24 13:55:03 UTC (rev 106164)
@@ -7,13 +7,13 @@
 
 pkgname=jedit
 pkgver=5.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Text editor for programmers, written in Java'
 arch=('any')
 url='http://www.jedit.org/'
 license=('GPL')
 depends=('sh' 'java-runtime' 'desktop-file-utils')
-makedepends=('gendesk')
+makedepends=('gendesk' 'unzip' 'tar')
 optdepends=('java-environment: for java development')
 options=('!emptydirs')
 install=$pkgname.install
@@ -28,8 +28,12 @@
 '5b428e95d76406fcfb81ac5c27f91397b9a990f597da5cbc4b7d60787cfd322e')
 
 prepare() {
-  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --exec 'jeditbg %U' \
+  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc --exec 'jeditbg %U' \
 --name 'jEdit' --genericname 'Editor'
+
+  # Extract the documentation so that it can be installed manually
+  unzip ${pkgname}${pkgver}install.jar
+  tar jxf installer/jedit-api.tar.bz2
 }
 
 package() {
@@ -40,12 +44,15 @@
 $pkgdir/usr/share/java/$pkgname/ \
 unix-script=$pkgdir/usr/bin/ \
 unix-man=$pkgdir/usr/share/man/man1/ 21)  inst.log
-  install -Dm755 'jedit.sh' $pkgdir/usr/bin/jedit
-  install -Dm755 'jeditbg.sh' $pkgdir/usr/bin/jeditbg
-  install -Dm644 'jedit.props' $pkgdir/usr/share/jedit/default.props
-  install -Dm644 'jedit.desktop' $pkgdir/usr/share/applications/jedit.desktop
+  install -Dm755 jedit.sh $pkgdir/usr/bin/jedit
+  install -Dm755 jeditbg.sh $pkgdir/usr/bin/jeditbg
+  install -Dm644 jedit.props $pkgdir/usr/share/jedit/default.props
+  install -Dm644 jedit.desktop $pkgdir/usr/share/applications/jedit.desktop
   install -Dm644 $pkgdir/usr/share/java/jedit/doc/jedit.png \
 $pkgdir/usr/share/pixmaps/jedit.png
+
+  # Install a few missing documentation files
+  cp -ru $srcdir/doc $pkgdir/usr/share/java/jedit/doc
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-02-24 Thread Alexander Rødseth
Date: Monday, February 24, 2014 @ 14:55:16
  Author: arodseth
Revision: 106165

archrelease: copy trunk to community-any

Added:
  jedit/repos/community-any/PKGBUILD
(from rev 106164, jedit/trunk/PKGBUILD)
  jedit/repos/community-any/jedit.install
(from rev 106164, jedit/trunk/jedit.install)
  jedit/repos/community-any/jedit.props
(from rev 106164, jedit/trunk/jedit.props)
  jedit/repos/community-any/jedit.sh
(from rev 106164, jedit/trunk/jedit.sh)
  jedit/repos/community-any/jeditbg.sh
(from rev 106164, jedit/trunk/jeditbg.sh)
Deleted:
  jedit/repos/community-any/PKGBUILD
  jedit/repos/community-any/jedit.install
  jedit/repos/community-any/jedit.props
  jedit/repos/community-any/jedit.sh
  jedit/repos/community-any/jeditbg.sh

---+
 PKGBUILD  |  109 ++---
 jedit.install |   26 +--
 jedit.props   |  124 
 jedit.sh  |   32 +++---
 jeditbg.sh|6 +-
 5 files changed, 152 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-24 13:55:03 UTC (rev 106164)
+++ PKGBUILD2014-02-24 13:55:16 UTC (rev 106165)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jeff Mickey j...@codemac.net
-# Contributor: Dusty Phillips du...@buchuki.com
-
-pkgname=jedit
-pkgver=5.1.0
-pkgrel=3
-pkgdesc='Text editor for programmers, written in Java'
-arch=('any')
-url='http://www.jedit.org/'
-license=('GPL')
-depends=('sh' 'java-runtime' 'desktop-file-utils')
-makedepends=('gendesk')
-optdepends=('java-environment: for java development')
-options=('!emptydirs')
-install=$pkgname.install
-noextract=(${pkgname}${pkgver}install.jar)
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}${pkgver}install.jar;
-'jedit.sh'
-'jeditbg.sh'
-'jedit.props')
-sha256sums=('96f229d91a1effd6b0da1aee209390d8a131bd68e0cf4cd274dca14245ba30d7'
-'b2e5a8f2f4818b336b5d71f677114f1bc01e929d7fa60918675cc2234dae1a3a'
-'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
-'5b428e95d76406fcfb81ac5c27f91397b9a990f597da5cbc4b7d60787cfd322e')
-
-prepare() {
-  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --exec 'jeditbg %U' \
---name 'jEdit' --genericname 'Editor'
-}
-
-package() {
-  install -d $pkgdir/usr/share/java/$pkgdir
-  install -d $pkgdir/usr/bin
-  install -d $pkgdir/usr/share/man/man1
-  (java -jar ${pkgname}${pkgver}install.jar auto \
-$pkgdir/usr/share/java/$pkgname/ \
-unix-script=$pkgdir/usr/bin/ \
-unix-man=$pkgdir/usr/share/man/man1/ 21)  inst.log
-  install -Dm755 'jedit.sh' $pkgdir/usr/bin/jedit
-  install -Dm755 'jeditbg.sh' $pkgdir/usr/bin/jeditbg
-  install -Dm644 'jedit.props' $pkgdir/usr/share/jedit/default.props
-  install -Dm644 'jedit.desktop' $pkgdir/usr/share/applications/jedit.desktop
-  install -Dm644 $pkgdir/usr/share/java/jedit/doc/jedit.png \
-$pkgdir/usr/share/pixmaps/jedit.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jedit/repos/community-any/PKGBUILD (from rev 106164, 
jedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-24 13:55:16 UTC (rev 106165)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jeff Mickey j...@codemac.net
+# Contributor: Dusty Phillips du...@buchuki.com
+
+pkgname=jedit
+pkgver=5.1.0
+pkgrel=4
+pkgdesc='Text editor for programmers, written in Java'
+arch=('any')
+url='http://www.jedit.org/'
+license=('GPL')
+depends=('sh' 'java-runtime' 'desktop-file-utils')
+makedepends=('gendesk' 'unzip' 'tar')
+optdepends=('java-environment: for java development')
+options=('!emptydirs')
+install=$pkgname.install
+noextract=(${pkgname}${pkgver}install.jar)
+source=(http://downloads.sourceforge.net/$pkgname/${pkgname}${pkgver}install.jar;
+'jedit.sh'
+'jeditbg.sh'
+'jedit.props')
+sha256sums=('96f229d91a1effd6b0da1aee209390d8a131bd68e0cf4cd274dca14245ba30d7'
+'b2e5a8f2f4818b336b5d71f677114f1bc01e929d7fa60918675cc2234dae1a3a'
+'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
+'5b428e95d76406fcfb81ac5c27f91397b9a990f597da5cbc4b7d60787cfd322e')
+
+prepare() {
+  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc --exec 'jeditbg %U' \
+--name 'jEdit' --genericname 'Editor'
+
+  # Extract the documentation so that it can be installed manually
+  unzip ${pkgname}${pkgver}install.jar
+  tar jxf installer/jedit-api.tar.bz2
+}
+
+package() {
+  install -d 

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

2014-02-24 Thread Maxime Gauduin
Date: Monday, February 24, 2014 @ 14:56:46
  Author: alucryd
Revision: 106167

archrelease: copy trunk to community-any

Added:
  numix-themes/repos/community-any/PKGBUILD
(from rev 106166, numix-themes/trunk/PKGBUILD)
Deleted:
  numix-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-24 13:56:37 UTC (rev 106166)
+++ PKGBUILD2014-02-24 13:56:46 UTC (rev 106167)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Diego cdprinc...@gmail.com
-
-pkgname=numix-themes
-pkgver=2.1
-pkgrel=1
-pkgdesc=A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)
-arch=('any')
-url='http://numixproject.org/'
-license=('GPL3')
-depends=('gtk-engine-murrine')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
-sha256sums=('7f0df95d008ec421937a810c6bf20f3ff7d5d64f48c1203971f0527480f75eb1')
-
-package() {
-  cd Numix-${pkgver}
-
-  install -dm 755 $pkgdir/usr/share/themes/Numix
-  rm -rf .git .gitignore CREDITS LICENSE README.md
-  cp -dr --no-preserve=ownership * $pkgdir/usr/share/themes/Numix/
-}
-
-# vim: ts=2 sw=2 et:

Copied: numix-themes/repos/community-any/PKGBUILD (from rev 106166, 
numix-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-24 13:56:46 UTC (rev 106167)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Diego cdprinc...@gmail.com
+
+pkgname=numix-themes
+pkgver=2.2
+pkgrel=1
+pkgdesc=A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)
+arch=('any')
+url='http://numixproject.org/'
+license=('GPL3')
+depends=('gtk-engine-murrine')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
+sha256sums=('1e8c75a064b031a8e6f2647d2f32e55a27e6397e5bf109f4943c9ca8a967797d')
+
+package() {
+  cd Numix-${pkgver}
+
+  install -dm 755 $pkgdir/usr/share/themes/Numix
+  rm -rf .git .gitignore CREDITS LICENSE README.md
+  cp -dr --no-preserve='ownership' * $pkgdir/usr/share/themes/Numix/
+}
+
+# vim: ts=2 sw=2 et:



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

2014-02-24 Thread Maxime Gauduin
Date: Monday, February 24, 2014 @ 14:56:37
  Author: alucryd
Revision: 106166

upgpkg: numix-themes 2.2-1

Modified:
  numix-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 13:55:16 UTC (rev 106165)
+++ PKGBUILD2014-02-24 13:56:37 UTC (rev 106166)
@@ -3,7 +3,7 @@
 # Contributor: Diego cdprinc...@gmail.com
 
 pkgname=numix-themes
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc=A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('gtk-engine-murrine')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
-sha256sums=('7f0df95d008ec421937a810c6bf20f3ff7d5d64f48c1203971f0527480f75eb1')
+sha256sums=('1e8c75a064b031a8e6f2647d2f32e55a27e6397e5bf109f4943c9ca8a967797d')
 
 package() {
   cd Numix-${pkgver}
@@ -18,7 +18,7 @@
 
   install -dm 755 $pkgdir/usr/share/themes/Numix
   rm -rf .git .gitignore CREDITS LICENSE README.md
-  cp -dr --no-preserve=ownership * $pkgdir/usr/share/themes/Numix/
+  cp -dr --no-preserve='ownership' * $pkgdir/usr/share/themes/Numix/
 }
 
 # vim: ts=2 sw=2 et:



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

2014-02-24 Thread Tobias Powalowski
Date: Monday, February 24, 2014 @ 16:08:55
  Author: tpowa
Revision: 206361

upgpkg: samba 4.1.5-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 11:47:14 UTC (rev 206360)
+++ PKGBUILD2014-02-24 15:08:55 UTC (rev 206361)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.1.4
+pkgver=4.1.5
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.1.4
+_realver=4.1.5
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
@@ -240,7 +240,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('c7871012ac40b8c74afff42bbd873bd7'
+md5sums=('71658f34cfdcffe3f48c0df5f4b08d79'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'
  'ee4763a656cf00d92bfda31b6bb2c5cb'



[arch-commits] Commit in samba/repos (52 files)

2014-02-24 Thread Tobias Powalowski
Date: Monday, February 24, 2014 @ 16:09:29
  Author: tpowa
Revision: 206362

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 206361, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 206361, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 206361, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 206361, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 206361, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 206361, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 206361, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 206361, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 206361, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 206361, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 206361, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 206361, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 206361, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 206361, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 206361, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 206361, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 206361, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 206361, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 206361, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 206361, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 206361, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 206361, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 206361, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 206361, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 206361, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 206361, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

+
 /PKGBUILD  |  506 +++
 /nmbd.service  |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 +
 /samba.logrotate   |   18 
 /samba.pam |6 
 /samba.service |   28 +
 /smbd.service  |   24 
 /smbd.socket   |   18 
 /smbd@.service |   14 
 /winbindd.service  |   24 
 extra-i686/PKGBUILD|  253 -
 extra-i686/nmbd.service|   12 
 extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 --
 extra-i686/samba.conf  |2 
 extra-i686/samba.conf.d|   18 
 extra-i686/samba.install   |   14 
 extra-i686/samba.logrotate |9 
 extra-i686/samba.pam   |3 
 extra-i686/samba.service   |   14 
 

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

2014-02-24 Thread Gaetan Bisson
Date: Monday, February 24, 2014 @ 17:22:27
  Author: bisson
Revision: 206363

upstream update, fix FS#38998

Modified:
  vim-spell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 15:09:29 UTC (rev 206362)
+++ PKGBUILD2014-02-24 16:22:27 UTC (rev 206363)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgbase=vim-spell
-pkgver=20120506
+pkgver=20120802
 pkgrel=1
 pkgdesc='Language files for Vim spell checking'
 arch=('any')
@@ -65,9 +65,9 @@
 for _i in ${pkgname[@]}; do _j=${_i/vim-spell-/}; eval package_$_i() {
cd \\$srcdir\
install -d \\$pkgdir\/usr/share/vim/vimfiles/spell
-   install $_j* \\$pkgdir\/usr/share/vim/vimfiles/spell
+   install -m644 $_j* \\$pkgdir\/usr/share/vim/vimfiles/spell
[[ -f README_$_j.txt ]] \
-install -D README_$_j.txt \\$pkgdir\/usr/share/licenses/$_i/README 
\
+install -Dm644 README_$_j.txt 
\\$pkgdir\/usr/share/licenses/$_i/README \
|| echo 'No README for $_j...'
 }; done
 
@@ -296,7 +296,7 @@
   '813b829eece9bc7796c5845645e27e45a6114422'
   '0d7c9d016ac01da045f237bde1fc5c168f54dc87'
   '88ec3a4a2fca121aa735a8f8e9760b40acb7a9c9'
-  '914bda808f793285f59d2ff382b1188a97b1f6ad'
+  'fc17c153ae13abba9069766a5a2864694c561734'
   'b132488eba27371f926ac285edc02c9130a50da9'
   'd1b68048e4eada754c930c2dc71c11139c82ff46'
   'aaadfe7e086f2a75a88b6c907d5e5afa867e0e04'
@@ -351,8 +351,8 @@
   'c79c4ac9405e803e1a89184f86406156e3f633b4'
   '0a887385b9806ac0eacb0355a173d46d34422bf3'
   '5aea564bb6f313ea40fa0357485b2a050aeb47d4'
-  '086535e2cbb2bb26f21d9bd96a49dc99465c595a'
-  'e0488b1cf1e90014cf200588d41946c4f9fb3609'
+  '1c4c3520870b32d7f1fe155f3cabfd373367f82b'
+  '6e47a4e460532a19f1d1d0b00248d6ae460e7f9a'
   'c7cccd620af16b50bd341e4d165835011d695a81'
   'f71d5441fcc2fa07ee81ef817da6387a043ed3bf'
   '166211b15098e68c42191837a177bcac6384f062'



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

2014-02-24 Thread Gaetan Bisson
Date: Monday, February 24, 2014 @ 17:22:56
  Author: bisson
Revision: 206364

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 206363, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

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


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

2014-02-24 Thread Gaetan Bisson
Date: Monday, February 24, 2014 @ 17:42:07
  Author: bisson
Revision: 206365

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 206364, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

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


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

2014-02-24 Thread Михаил Страшун
Date: Monday, February 24, 2014 @ 18:34:41
  Author: dicebot
Revision: 106169

upgpkg: dmd 2.065.0-1

DMD upstream - 2.065.0

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 17:05:04 UTC (rev 106168)
+++ PKGBUILD2014-02-24 17:34:41 UTC (rev 106169)
@@ -9,7 +9,7 @@
 pkgname=('dmd' 'libphobos-devel' 'libphobos' 'dtools')
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.064.2
+pkgver=2.065.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.dlang.org;
@@ -38,7 +38,7 @@
 
 cd $srcdir/tools
 
-# rdmd is used to buil others
+# rdmd is used to build others
 $srcdir/dmd/src/dmd -I../druntime/import -I../phobos 
-L-L../phobos/generated/linux/release/$_archbits/ -od. -ofdtools-rdmd rdmd.d
 
 for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
@@ -60,8 +60,10 @@
 mkdir -p $pkgdir/etc
 echo -e [Environment]\nDFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib 
-L-L/usr/lib32 -L--no-warn-search-mismatch -L--export-dynamic  
$pkgdir/etc/dmd.conf
 
-install -Dm644 $srcdir/dmd/docs/man/man1/dmd.1 
$pkgdir/usr/share/man/man1/dmd.1
-install -Dm644 $srcdir/dmd/docs/man/man1/dmd.conf.5 
$pkgdir/usr/share/man/man5/dmd.conf.5
+mkdir -p $pkgdir/usr/share/man/man1
+mkdir -p $pkgdir/usr/share/man/man5
+cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
+cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
 
 install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
 install -Dm644 $srcdir/dmd/src/gpl.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend.1



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

2014-02-24 Thread Михаил Страшун
Date: Monday, February 24, 2014 @ 18:34:53
  Author: dicebot
Revision: 106170

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

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

---+
 /PKGBUILD |  252 
 community-i686/PKGBUILD   |  124 -
 community-x86_64/PKGBUILD |  124 -
 3 files changed, 252 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 17:34:41 UTC (rev 106169)
+++ community-i686/PKGBUILD 2014-02-24 17:34:53 UTC (rev 106170)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasunse pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Anders Bergh ande...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=('dmd' 'libphobos-devel' 'libphobos' 'dtools')
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.064.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.dlang.org;
-makedepends=('git' 'gcc' 'make')
-source=(git+http://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
-
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
-git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-git+http://github.com/D-Programming-Language/tools#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP')
-
-[[ $CARCH == x86_64 ]]  _archbits=64
-[[ $CARCH == i686 ]]  _archbits=32
-
-build() {
-cd $srcdir/dmd/src
-make -f posix.mak MODEL=$_archbits RELEASE=1
-
-cd $srcdir/druntime
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-
-cd $srcdir/tools
-
-# rdmd is used to buil others
-$srcdir/dmd/src/dmd -I../druntime/import -I../phobos 
-L-L../phobos/generated/linux/release/$_archbits/ -od. -ofdtools-rdmd rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$srcdir/dmd/src/dmd --build-only 
-I../druntime/import -I../phobos 
-L-L../phobos/generated/linux/release/$_archbits/ -od. -ofdtools-`basename 
$tool` $tool.d
-done
-}
-
-package_dmd() {
-pkgdesc=The D programming language reference compiler
-backup=('etc/dmd.conf')
-depends=('gcc')
-optdepends=('dtools: collection of useful utilities for development in D' 
'libphobos-devel: standard library, development package')
-provides=(d-compiler=$pkgver)
-license=('custom')
-backup=('etc/dmd.conf')
-
-install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
-
-mkdir -p $pkgdir/etc
-echo -e [Environment]\nDFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib 
-L-L/usr/lib32 -L--no-warn-search-mismatch -L--export-dynamic  
$pkgdir/etc/dmd.conf
-
-install -Dm644 $srcdir/dmd/docs/man/man1/dmd.1 
$pkgdir/usr/share/man/man1/dmd.1
-install -Dm644 $srcdir/dmd/docs/man/man1/dmd.conf.5 
$pkgdir/usr/share/man/man5/dmd.conf.5
-
-install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/gpl.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend.1
-install -Dm644 $srcdir/dmd/src/artistic.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend.2
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-
-mkdir -p $pkgdir/usr/share/d/samples/
-cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-chmod 755 $pkgdir/usr/bin/*
-}
-
-package_libphobos-devel() {
-pkgdesc=The Phobos standard library for D programming language. Modules 
and static library.
-depends=(dmd)
-options=(staticlibs)
-provides=(d-runtime=$pkgver d-stdlib=$pkgver)
-license=(custom)
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-
-mkdir -p $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_libphobos() {
-pkgdesc=The Phobos standard library for D programming language.
-depends=(curl)
-  

[arch-commits] Commit in (26 files)

2014-02-24 Thread Bartłomiej Piotrowski
Date: Monday, February 24, 2014 @ 18:37:17
  Author: bpiotrowski
Revision: 106171

Update maintainer information.

Modified:
  clipit/trunk/PKGBUILD
  dmenu/trunk/PKGBUILD
  dos2unix/trunk/PKGBUILD
  epdfview/trunk/PKGBUILD
  gpicview/trunk/PKGBUILD
  libircclient/trunk/PKGBUILD
  lucene++/trunk/PKGBUILD
  lxde-common/trunk/PKGBUILD
  lxdm/trunk/PKGBUILD
  lxinput/trunk/PKGBUILD
  lxpanel/trunk/PKGBUILD
  lxsession/trunk/PKGBUILD
  lxtask/trunk/PKGBUILD
  lxterminal/trunk/PKGBUILD
  midori/trunk/PKGBUILD
  nodejs/trunk/PKGBUILD
  oidentd/trunk/PKGBUILD
  openocd/trunk/PKGBUILD
  opera/trunk/PKGBUILD
  opus-tools/trunk/PKGBUILD
  opusfile/trunk/PKGBUILD
  python2-sensors/trunk/PKGBUILD
  ristretto/trunk/PKGBUILD
  tint2/trunk/PKGBUILD
  ufw/trunk/PKGBUILD
  xtrabackup/trunk/PKGBUILD

+
 clipit/trunk/PKGBUILD  |2 +-
 dmenu/trunk/PKGBUILD   |2 +-
 dos2unix/trunk/PKGBUILD|2 +-
 epdfview/trunk/PKGBUILD|2 +-
 gpicview/trunk/PKGBUILD|2 +-
 libircclient/trunk/PKGBUILD|2 +-
 lucene++/trunk/PKGBUILD|2 +-
 lxde-common/trunk/PKGBUILD |2 +-
 lxdm/trunk/PKGBUILD|2 +-
 lxinput/trunk/PKGBUILD |2 +-
 lxpanel/trunk/PKGBUILD |2 +-
 lxsession/trunk/PKGBUILD   |2 +-
 lxtask/trunk/PKGBUILD  |2 +-
 lxterminal/trunk/PKGBUILD  |2 +-
 midori/trunk/PKGBUILD  |3 +--
 nodejs/trunk/PKGBUILD  |2 +-
 oidentd/trunk/PKGBUILD |2 +-
 openocd/trunk/PKGBUILD |2 +-
 opera/trunk/PKGBUILD   |2 +-
 opus-tools/trunk/PKGBUILD  |4 ++--
 opusfile/trunk/PKGBUILD|2 +-
 python2-sensors/trunk/PKGBUILD |2 +-
 ristretto/trunk/PKGBUILD   |2 +-
 tint2/trunk/PKGBUILD   |2 +-
 ufw/trunk/PKGBUILD |2 +-
 xtrabackup/trunk/PKGBUILD  |3 ++-
 26 files changed, 28 insertions(+), 28 deletions(-)

Modified: clipit/trunk/PKGBUILD
===
--- clipit/trunk/PKGBUILD   2014-02-24 17:34:53 UTC (rev 106170)
+++ clipit/trunk/PKGBUILD   2014-02-24 17:37:17 UTC (rev 106171)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Mihai Militaru mihai dot militaru at xmpp dot ro
 
 pkgname=clipit

Modified: dmenu/trunk/PKGBUILD
===
--- dmenu/trunk/PKGBUILD2014-02-24 17:34:53 UTC (rev 106170)
+++ dmenu/trunk/PKGBUILD2014-02-24 17:37:17 UTC (rev 106171)
@@ -1,6 +1,6 @@
 # $Id$
 # Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Thorsten Töpper atsutane...@freethoughts.de
 # Contributor: Thayer Williams tha...@archlinux.org
 # Contributor: Jeff 'codemac' Mickey j...@archlinux.org

Modified: dos2unix/trunk/PKGBUILD
===
--- dos2unix/trunk/PKGBUILD 2014-02-24 17:34:53 UTC (rev 106170)
+++ dos2unix/trunk/PKGBUILD 2014-02-24 17:37:17 UTC (rev 106171)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski
+# Contributor: Bartłomiej Piotrowski
 # Contributor: Renato Garcia fgar.renatoATgmailDOTcom
 # Contributor: Gerson E. Ruotolo gersonruot...@globo.com
 

Modified: epdfview/trunk/PKGBUILD
===
--- epdfview/trunk/PKGBUILD 2014-02-24 17:34:53 UTC (rev 106170)
+++ epdfview/trunk/PKGBUILD 2014-02-24 17:37:17 UTC (rev 106171)
@@ -1,6 +1,6 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Maintainer:  Kyle Keen keen...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: schuay jakob.gru...@gmail.com
 # Contributor: Tom K t...@runbox.com
 # Contributor: Thayer Williams tha...@archlinux.org

Modified: gpicview/trunk/PKGBUILD
===
--- gpicview/trunk/PKGBUILD 2014-02-24 17:34:53 UTC (rev 106170)
+++ gpicview/trunk/PKGBUILD 2014-02-24 17:37:17 UTC (rev 106171)
@@ -1,5 +1,5 @@
 # $Id$ 
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Angel Velasquez an...@archlinux.org 
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 

Modified: libircclient/trunk/PKGBUILD
===
--- libircclient/trunk/PKGBUILD 2014-02-24 17:34:53 UTC (rev 106170)
+++ libircclient/trunk/PKGBUILD 2014-02-24 17:37:17 UTC (rev 106171)
@@ -1,6 +1,6 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
 # Maintainer:  SpepS dreamspepser at yahoo dot it
+# Contributor: 

[arch-commits] Commit in guile1.8/trunk (PKGBUILD)

2014-02-24 Thread Bartłomiej Piotrowski
Date: Monday, February 24, 2014 @ 18:38:38
  Author: bpiotrowski
Revision: 206366

Update maintainer information.

Modified:
  guile1.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 16:42:07 UTC (rev 206365)
+++ PKGBUILD2014-02-24 17:38:38 UTC (rev 206366)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=guile1.8
 pkgver=1.8.8



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

2014-02-24 Thread Bartłomiej Piotrowski
Date: Monday, February 24, 2014 @ 19:01:27
  Author: bpiotrowski
Revision: 106173

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

Added:
  kadu/repos/community-i686/PKGBUILD
(from rev 106172, kadu/trunk/PKGBUILD)
  kadu/repos/community-i686/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch
(from rev 106172, kadu/trunk/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch)
  kadu/repos/community-i686/kadu.install
(from rev 106172, kadu/trunk/kadu.install)
  kadu/repos/community-x86_64/PKGBUILD
(from rev 106172, kadu/trunk/PKGBUILD)
  kadu/repos/community-x86_64/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch
(from rev 106172, kadu/trunk/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch)
  kadu/repos/community-x86_64/kadu.install
(from rev 106172, kadu/trunk/kadu.install)
Deleted:
  kadu/repos/community-i686/PKGBUILD
  kadu/repos/community-i686/kadu.install
  kadu/repos/community-x86_64/PKGBUILD
  kadu/repos/community-x86_64/kadu.install

---+
 /PKGBUILD |   90 
 /kadu.install |   24 +++
 community-i686/PKGBUILD   |   40 -
 community-i686/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch   |   12 +
 community-i686/kadu.install   |   12 -
 community-x86_64/PKGBUILD |   40 -
 community-x86_64/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch |   12 +
 community-x86_64/kadu.install |   12 -
 8 files changed, 138 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 18:01:17 UTC (rev 106172)
+++ community-i686/PKGBUILD 2014-02-24 18:01:27 UTC (rev 106173)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-
-pkgname=kadu
-pkgver=0.12.3
-pkgrel=3
-pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
-arch=('i686' 'x86_64')
-url='http://www.kadu.net/'
-license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl'
- 'libidn' 'libmpdclient' 'qtwebkit' 'xdg-utils')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'optipng')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d607bbd0d00b01bfb70dd15f15c8be4076896a935041651e67a3887ad12ab8a8')
-
-prepare() {
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir LIBDIR=/usr/lib install
-
-  mv $pkgdir/usr/sdk $pkgdir/usr/share/kadu/sdk
-  rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig}
-}

Copied: kadu/repos/community-i686/PKGBUILD (from rev 106172, 
kadu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-24 18:01:27 UTC (rev 106173)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=0.12.3
+pkgrel=4
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
+ 'libmpdclient' 'qtwebkit' 'xdg-utils')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'optipng')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2
+kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch)
+md5sums=('c5d6f0bd384cd96090819ea018eb8ad8'
+ '76e53a1f77699ba81c076f9254bb28c5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir LIBDIR=/usr/lib install
+
+  mv $pkgdir/usr/sdk $pkgdir/usr/share/kadu/sdk
+  rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig}
+}

Copied: kadu/repos/community-i686/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch 
(from rev 106172, kadu/trunk/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch)
===
--- community-i686/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch 
(rev 0)
+++ community-i686/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch 2014-02-24 
18:01:27 UTC (rev 

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

2014-02-24 Thread Bartłomiej Piotrowski
Date: Monday, February 24, 2014 @ 19:01:17
  Author: bpiotrowski
Revision: 106172

upgpkg: kadu 0.12.3-4

free rebuild

Added:
  kadu/trunk/kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch
Modified:
  kadu/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch |   12 
 2 files changed, 27 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 17:37:17 UTC (rev 106171)
+++ PKGBUILD2014-02-24 18:01:17 UTC (rev 106172)
@@ -1,23 +1,27 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Mateusz Herych
 # Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
 
 pkgname=kadu
 pkgver=0.12.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
 arch=('i686' 'x86_64')
 url='http://www.kadu.net/'
 license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl'
- 'libidn' 'libmpdclient' 'qtwebkit' 'xdg-utils')
+depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
+ 'libmpdclient' 'qtwebkit' 'xdg-utils')
 makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'optipng')
 install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d607bbd0d00b01bfb70dd15f15c8be4076896a935041651e67a3887ad12ab8a8')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2
+kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch)
+md5sums=('c5d6f0bd384cd96090819ea018eb8ad8'
+ '76e53a1f77699ba81c076f9254bb28c5')
 
 prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch
   find -name '*.png' -exec optipng -quiet -force -fix {} +
 }
 
@@ -27,14 +31,15 @@
 
   cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
   make
 }
 
 package() {
   cd build
-  make DESTDIR=$pkgdir LIBDIR=/usr/lib install
+  make DESTDIR=$pkgdir LIBDIR=/usr/lib install
 
-  mv $pkgdir/usr/sdk $pkgdir/usr/share/kadu/sdk
-  rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig}
+  mv $pkgdir/usr/sdk $pkgdir/usr/share/kadu/sdk
+  rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig}
 }

Added: kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch
===
--- kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch(rev 0)
+++ kadu-0.12.3-QT4_CREATE_MOC_COMMAND.patch2014-02-24 18:01:17 UTC (rev 
106172)
@@ -0,0 +1,12 @@
+diff -rupN a/plugins/jabber_protocol/3rdparty/CMakeLists.txt 
b/plugins/jabber_protocol/3rdparty/CMakeLists.txt
+--- a/plugins/jabber_protocol/3rdparty/CMakeLists.txt  2012-09-14 
21:54:35.0 +
 b/plugins/jabber_protocol/3rdparty/CMakeLists.txt  2014-02-24 
17:43:59.696495517 +
+@@ -26,7 +26,7 @@ macro (kadu_jabber_automoc)
+   get_filename_component (_basename 
${_current_MOC} NAME_WE)
+   set (_header ${_abs_FILE})
+   set (_moc ${_abs_PATH}/${_current_MOC})
+-  QT4_CREATE_MOC_COMMAND (${_header} 
${_moc} ${_moc_INCS} )
++  QT4_CREATE_MOC_COMMAND (${_header} 
${_moc} ${_moc_INCS}  ${moc_target})
+   MACRO_ADD_FILE_DEPENDENCIES 
(${_abs_FILE} ${_moc})
+   endforeach (_current_MOC_INC)
+   endif (_match)



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

2014-02-24 Thread Bartłomiej Piotrowski
Date: Monday, February 24, 2014 @ 19:03:28
  Author: bpiotrowski
Revision: 106175

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

Added:
  sxiv/repos/community-i686/PKGBUILD
(from rev 106174, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-i686/config.h
(from rev 106174, sxiv/trunk/config.h)
  sxiv/repos/community-i686/sxiv.install
(from rev 106174, sxiv/trunk/sxiv.install)
  sxiv/repos/community-x86_64/PKGBUILD
(from rev 106174, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-x86_64/config.h
(from rev 106174, sxiv/trunk/config.h)
  sxiv/repos/community-x86_64/sxiv.install
(from rev 106174, sxiv/trunk/sxiv.install)
Deleted:
  sxiv/repos/community-i686/PKGBUILD
  sxiv/repos/community-i686/config.h
  sxiv/repos/community-i686/sxiv.install
  sxiv/repos/community-x86_64/PKGBUILD
  sxiv/repos/community-x86_64/config.h
  sxiv/repos/community-x86_64/sxiv.install

---+
 /PKGBUILD |   68 
 /config.h |  308 
 /sxiv.install |   24 +++
 community-i686/PKGBUILD   |   33 
 community-i686/config.h   |  154 
 community-i686/sxiv.install   |   12 -
 community-x86_64/PKGBUILD |   33 
 community-x86_64/config.h |  154 
 community-x86_64/sxiv.install |   12 -
 9 files changed, 400 insertions(+), 398 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 18:03:19 UTC (rev 106174)
+++ community-i686/PKGBUILD 2014-02-24 18:03:28 UTC (rev 106175)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Bert Muennich muennich at informatik.hu-berlin.de
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=sxiv
-pkgver=1.1.1
-pkgrel=2
-pkgdesc='Simple X Image Viewer'
-arch=('i686' 'x86_64')
-license=('GPL2')
-install=sxiv.install
-url='https://github.com/muennich/sxiv'
-depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils')
-source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
-config.h)
-sha256sums=('30569b7cb1568a7f60d102f6eb21f25c93de42243a1c8ac3c1a521d58b08281f'
-'61515a87692849c942bfc3cce8b4c0f19139b4a1e9b6375a994cc541c64aab5c')
-
-build() {
-  cd sxiv-$pkgver
-  cp $srcdir/config.h .
-  make
-}
-
-package() {
-  cd sxiv-$pkgver
-
-  make PREFIX=$pkgdir/usr install
-  install -D -m644 sxiv.desktop \
-$pkgdir/usr/share/applications/sxiv.desktop
-}

Copied: sxiv/repos/community-i686/PKGBUILD (from rev 106174, 
sxiv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-24 18:03:28 UTC (rev 106175)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Bert Muennich muennich at informatik.hu-berlin.de
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=sxiv
+pkgver=1.1.1
+pkgrel=3
+pkgdesc='Simple X Image Viewer'
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=sxiv.install
+url='https://github.com/muennich/sxiv'
+depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils')
+source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
+config.h)
+md5sums=('786f647326bdb24b672519924928dfca'
+ '53729e7dfba3c12b26fc8359d56523a2')
+
+prepare() {
+  cp config.h sxiv-$pkgver
+}
+
+build() {
+  cd sxiv-$pkgver
+  make
+}
+
+package() {
+  cd sxiv-$pkgver
+  make PREFIX=$pkgdir/usr install
+  install -Dm644 sxiv.desktop $pkgdir/usr/share/applications/sxiv.desktop
+}

Deleted: community-i686/config.h
===
--- community-i686/config.h 2014-02-24 18:03:19 UTC (rev 106174)
+++ community-i686/config.h 2014-02-24 18:03:28 UTC (rev 106175)
@@ -1,154 +0,0 @@
-#ifdef _WINDOW_CONFIG
-
-/* default window dimensions (overwritten via -g option): */
-enum {
-   WIN_WIDTH  = 800,
-   WIN_HEIGHT = 600
-};
-
-/* bar font:
- * (see X(7) section FONT NAMES for valid values)
- */
-static const char * const BAR_FONT = -*-fixed-medium-r-*-*-13-*-*-*-*-60-*-*;
-
-/* colors:
- * (see X(7) section COLOR NAMES for valid values)
- */
-static const char * const WIN_BG_COLOR = #77;
-static const char * const WIN_FS_COLOR = #00;
-static const char * const SEL_COLOR= #DD;
-static const char * const BAR_BG_COLOR = #22;
-static const char * const BAR_FG_COLOR = #EE;
-
-#endif
-#ifdef _IMAGE_CONFIG
-
-/* how should images be scaled when they are loaded?
- * (also controllable via -d/-s/-Z/-z options)
- *   SCALE_DOWN: 100%, but fit large images into window,
- *   SCALE_FIT:  fit all images into window,
- *   SCALE_ZOOM: 

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

2014-02-24 Thread Bartłomiej Piotrowski
Date: Monday, February 24, 2014 @ 19:03:19
  Author: bpiotrowski
Revision: 106174

upgpkg: sxiv 1.1.1-3

free rebuild

Modified:
  sxiv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 18:01:27 UTC (rev 106173)
+++ PKGBUILD2014-02-24 18:03:19 UTC (rev 106174)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 # Contributor: Bert Muennich muennich at informatik.hu-berlin.de
 # Contributor: Brad Fanella bradfane...@archlinux.us
@@ -6,7 +6,7 @@
 
 pkgname=sxiv
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple X Image Viewer'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,19 +15,20 @@
 depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils')
 source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
 config.h)
-sha256sums=('30569b7cb1568a7f60d102f6eb21f25c93de42243a1c8ac3c1a521d58b08281f'
-'61515a87692849c942bfc3cce8b4c0f19139b4a1e9b6375a994cc541c64aab5c')
+md5sums=('786f647326bdb24b672519924928dfca'
+ '53729e7dfba3c12b26fc8359d56523a2')
 
+prepare() {
+  cp config.h sxiv-$pkgver
+}
+
 build() {
   cd sxiv-$pkgver
-  cp $srcdir/config.h .
   make
 }
 
 package() {
   cd sxiv-$pkgver
-
   make PREFIX=$pkgdir/usr install
-  install -D -m644 sxiv.desktop \
-$pkgdir/usr/share/applications/sxiv.desktop
+  install -Dm644 sxiv.desktop $pkgdir/usr/share/applications/sxiv.desktop
 }



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

2014-02-24 Thread Giovanni Scafora
Date: Monday, February 24, 2014 @ 19:20:35
  Author: giovanni
Revision: 106177

archrelease: copy trunk to community-any

Added:
  man-pages-it/repos/community-any/PKGBUILD
(from rev 106176, man-pages-it/trunk/PKGBUILD)
Deleted:
  man-pages-it/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-24 18:20:30 UTC (rev 106176)
+++ PKGBUILD2014-02-24 18:20:35 UTC (rev 106177)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
-
-pkgname=man-pages-it
-pkgver=3.56
-pkgrel=1
-pkgdesc=Italian man pages
-arch=('any')
-url=http://www.pluto.it/ildp/man/index.html;
-license=('GPL')
-depends=('man-pages')
-options=('!emptydirs')
-source=(ftp://ftp.pluto.it/pub/pluto/ildp/man/$pkgname-$pkgver.tar.xz;)
-md5sums=('83807c3857dca5cab5fab0f020cd837e')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make MANDIR=${pkgdir}/usr/share/man/it
-  make MANDIR=${pkgdir}/usr/share/man/it install
-
-  # remove conflicts with other man pages
-  rm -f $pkgdir/usr/share/man/it/man5/passwd.5*
-}

Copied: man-pages-it/repos/community-any/PKGBUILD (from rev 106176, 
man-pages-it/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-24 18:20:35 UTC (rev 106177)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+
+pkgname=man-pages-it
+pkgver=3.60
+pkgrel=1
+pkgdesc=Italian man pages
+arch=('any')
+url=http://www.pluto.it/ildp/man/index.html;
+license=('GPL')
+depends=('man-pages')
+options=('!emptydirs')
+source=(ftp://ftp.pluto.it/pub/pluto/ildp/man/$pkgname-$pkgver.tar.xz;)
+md5sums=('61a11bb60981dbe411059b52335351fe')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make MANDIR=${pkgdir}/usr/share/man/it
+  make MANDIR=${pkgdir}/usr/share/man/it install
+
+  # remove conflicts with other man pages
+  rm -f $pkgdir/usr/share/man/it/man5/passwd.5*
+}



[arch-commits] Commit in man-pages-it/trunk (PKGBUILD)

2014-02-24 Thread Giovanni Scafora
Date: Monday, February 24, 2014 @ 19:20:30
  Author: giovanni
Revision: 106176

upgpkg: man-pages-it 3.60-1

upstream release

Modified:
  man-pages-it/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 18:03:28 UTC (rev 106175)
+++ PKGBUILD2014-02-24 18:20:30 UTC (rev 106176)
@@ -3,7 +3,7 @@
 # Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
 
 pkgname=man-pages-it
-pkgver=3.56
+pkgver=3.60
 pkgrel=1
 pkgdesc=Italian man pages
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('man-pages')
 options=('!emptydirs')
 source=(ftp://ftp.pluto.it/pub/pluto/ildp/man/$pkgname-$pkgver.tar.xz;)
-md5sums=('83807c3857dca5cab5fab0f020cd837e')
+md5sums=('61a11bb60981dbe411059b52335351fe')
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-02-24 Thread Ike Devolder
Date: Monday, February 24, 2014 @ 20:16:46
  Author: idevolder
Revision: 106178

lcdproc :: 0.5.6-5

update for FS#38991 ; add support for g15

Modified:
  lcdproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 18:20:35 UTC (rev 106177)
+++ PKGBUILD2014-02-24 19:16:46 UTC (rev 106178)
@@ -4,19 +4,27 @@
 
 pkgname=lcdproc
 pkgver=0.5.6
-pkgrel=4
+pkgrel=5
 pkgdesc=Utility to drive one or more LCD (and LCD-like) devices
 arch=('i686' 'x86_64')
 url=http://lcdproc.omnipotent.net/;
 license=('GPL')
 depends=('libftdi-compat')
-optdepends=('perl: needed for some lcdproc tools')
-backup=('etc/LCDd.conf'
+makedepends=('g15daemon')
+optdepends=(
+   'perl: needed for some lcdproc tools'
+   'g15daemon: needed if you want g15 support'
+)
+backup=(
+   'etc/LCDd.conf'
'etc/lcdexec.conf'
'etc/lcdproc.conf'
-   'etc/lcdvc.conf')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-   'lcdd.service')
+   'etc/lcdvc.conf'
+)
+source=(
+   http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+   'lcdd.service'
+)
 sha256sums=('bd2f43c30ff43b30f43110abe6b4a5bc8e0267cb9f57fa97cc5e5ef9488b984a'
 '0acdc0fb9668e6d5e023349874301153a16935e1ad757d550c426a9a7ac64638')
 



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

2014-02-24 Thread Ike Devolder
Date: Monday, February 24, 2014 @ 20:17:26
  Author: idevolder
Revision: 106179

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

Added:
  lcdproc/repos/community-i686/PKGBUILD
(from rev 106178, lcdproc/trunk/PKGBUILD)
  lcdproc/repos/community-i686/lcdd.service
(from rev 106178, lcdproc/trunk/lcdd.service)
  lcdproc/repos/community-x86_64/PKGBUILD
(from rev 106178, lcdproc/trunk/PKGBUILD)
  lcdproc/repos/community-x86_64/lcdd.service
(from rev 106178, lcdproc/trunk/lcdd.service)
Deleted:
  lcdproc/repos/community-i686/PKGBUILD
  lcdproc/repos/community-i686/lcdd.service
  lcdproc/repos/community-x86_64/PKGBUILD
  lcdproc/repos/community-x86_64/lcdd.service

---+
 /PKGBUILD |   98 
 /lcdd.service |   22 
 community-i686/PKGBUILD   |   41 
 community-i686/lcdd.service   |   11 
 community-x86_64/PKGBUILD |   41 
 community-x86_64/lcdd.service |   11 
 6 files changed, 120 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 19:16:46 UTC (rev 106178)
+++ community-i686/PKGBUILD 2014-02-24 19:17:26 UTC (rev 106179)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle ike DOT devolder AT gmail DOT com
-# Contributor: Bernhard Walle bernhard.wa...@gmx.de
-
-pkgname=lcdproc
-pkgver=0.5.6
-pkgrel=4
-pkgdesc=Utility to drive one or more LCD (and LCD-like) devices
-arch=('i686' 'x86_64')
-url=http://lcdproc.omnipotent.net/;
-license=('GPL')
-depends=('libftdi-compat')
-optdepends=('perl: needed for some lcdproc tools')
-backup=('etc/LCDd.conf'
-   'etc/lcdexec.conf'
-   'etc/lcdproc.conf'
-   'etc/lcdvc.conf')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-   'lcdd.service')
-sha256sums=('bd2f43c30ff43b30f43110abe6b4a5bc8e0267cb9f57fa97cc5e5ef9488b984a'
-'0acdc0fb9668e6d5e023349874301153a16935e1ad757d550c426a9a7ac64638')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc \
-   --enable-libusb \
-   --enable-lcdproc-menus \
-   --enable-stat-smbfs \
-   --enable-drivers=all
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   sed -e s/server\/drivers\//\/usr\/lib\/lcdproc\//g -i 
$pkgdir/etc/LCDd.conf
-   install -Dm644 $srcdir/lcdd.service 
$pkgdir/usr/lib/systemd/system/lcdd.service
-}

Copied: lcdproc/repos/community-i686/PKGBUILD (from rev 106178, 
lcdproc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-24 19:17:26 UTC (rev 106179)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: BlackEagle ike DOT devolder AT gmail DOT com
+# Contributor: Bernhard Walle bernhard.wa...@gmx.de
+
+pkgname=lcdproc
+pkgver=0.5.6
+pkgrel=5
+pkgdesc=Utility to drive one or more LCD (and LCD-like) devices
+arch=('i686' 'x86_64')
+url=http://lcdproc.omnipotent.net/;
+license=('GPL')
+depends=('libftdi-compat')
+makedepends=('g15daemon')
+optdepends=(
+   'perl: needed for some lcdproc tools'
+   'g15daemon: needed if you want g15 support'
+)
+backup=(
+   'etc/LCDd.conf'
+   'etc/lcdexec.conf'
+   'etc/lcdproc.conf'
+   'etc/lcdvc.conf'
+)
+source=(
+   http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+   'lcdd.service'
+)
+sha256sums=('bd2f43c30ff43b30f43110abe6b4a5bc8e0267cb9f57fa97cc5e5ef9488b984a'
+'0acdc0fb9668e6d5e023349874301153a16935e1ad757d550c426a9a7ac64638')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc \
+   --enable-libusb \
+   --enable-lcdproc-menus \
+   --enable-stat-smbfs \
+   --enable-drivers=all
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   sed -e s/server\/drivers\//\/usr\/lib\/lcdproc\//g -i 
$pkgdir/etc/LCDd.conf
+   install -Dm644 $srcdir/lcdd.service 
$pkgdir/usr/lib/systemd/system/lcdd.service
+}

Deleted: community-i686/lcdd.service
===
--- community-i686/lcdd.service 2014-02-24 19:16:46 UTC (rev 106178)
+++ community-i686/lcdd.service 2014-02-24 19:17:26 UTC (rev 106179)
@@ -1,11 +0,0 @@
-[Unit]
-Description=LCD display driver
-After=syslog.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/LCDd -c /etc/LCDd.conf
-ControlGroup=cpu:/
-
-[Install]
-WantedBy=multi-user.target

Copied: lcdproc/repos/community-i686/lcdd.service (from rev 106178, 

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

2014-02-24 Thread Alexander Rødseth
Date: Monday, February 24, 2014 @ 22:03:12
  Author: arodseth
Revision: 106180

Building from the mercurial repo sources instead

+ Re-adding GOROOT (FS#38597)

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 19:17:26 UTC (rev 106179)
+++ PKGBUILD2014-02-24 21:03:12 UTC (rev 106180)
@@ -10,7 +10,7 @@
 
 pkgname=go
 pkgver=1.2
-pkgrel=3
+pkgrel=4
 epoch=2
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
@@ -17,29 +17,19 @@
 url='http://golang.org/'
 license=('custom')
 depends=('perl' 'gawk')
-makedepends=('inetutils')
+makedepends=('inetutils' 'mercurial')
 options=('!strip' 'staticlibs')
 optdepends=('liteide: IDE for editing and building projects written in Go'
-'mercurial: Version control system written in Python'
-'git: Version control system written in C'
-'go-tools: Go vet and other tools')
+'mercurial: VCS written in Python'
+'git: VCS written in C')
 install=$pkgname.install
-backup=('usr/lib/go/bin')
+source=($pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#branch=release-branch.$pkgname$pkgver;
+$pkgname.sh)
+md5sums=('SKIP'
+ 'e7087d190fd519db3be5adb3a51194cc')
 
-if [ $CARCH == 'x86_64' ]; then
-  source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz;
-  'go.sh')
-  
sha256sums=('1252ca0aa0a96d53c0592fbc4ea9c9ff5c6b588169c92e08d06da9d89d9d91f2'
-  
'b6209904c88bde96efcac846c267e308e4dc39c8a45f2690204c2175de4b9b0a')
-else
-  source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz;
-  'go.sh')
-  
sha256sums=('3f51aacc7af60c520fe1071f3cb1d9ceee5db0e8fdfb7168a73e12fd7603e651'
-  
'b6209904c88bde96efcac846c267e308e4dc39c8a45f2690204c2175de4b9b0a')
-fi
-
 build() {
-  cd $pkgname/src
+  cd $pkgname-$pkgver/src
 
   export GOROOT_FINAL=/usr/lib/go
 
@@ -67,7 +57,7 @@
 }
 
 check() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   export GO386=387
 
@@ -78,8 +68,8 @@
 export GOARCH=386
   fi
 
-  export GOROOT=$srcdir/$pkgname
-  export PATH=$srcdir/$pkgname/bin:$PATH
+  export GOROOT=$srcdir/$pkgname-$pkgver
+  export PATH=$srcdir/$pkgname-$pkgver/bin:$PATH
 
   # TestSimpleMulticastListener will fail in standard chroot
   cd src  bash run.bash --no-rebuild || true
@@ -86,7 +76,7 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   install -Dm644 LICENSE \
 $pkgdir/usr/share/licenses/go/LICENSE
@@ -136,7 +126,9 @@
   install -Dm644 src/pkg/runtime/cgocall.h \
 $pkgdir/usr/lib/go/src/pkg/runtime/cgocall.h
 
-  # Set GOROOT in order to make godoc work, see FS#38597
+  # Set GOROOT since /usr/lib/go is not a standard location,
+  # (http://golang.org/doc/install/source) and may also make godoc work
+  # for some instances where it otherwise does not work. (FS#38597)
   install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
 
   # This is to make go get code.google.com/p/go-tour/gotour and



[arch-commits] Commit in go/trunk (PKGBUILD go.sh)

2014-02-24 Thread Alexander Rødseth
Date: Monday, February 24, 2014 @ 23:37:31
  Author: arodseth
Revision: 106181

Finding a way to install the go tools

Modified:
  go/trunk/PKGBUILD
Deleted:
  go/trunk/go.sh

--+
 PKGBUILD |   26 --
 go.sh|1 -
 2 files changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 21:03:12 UTC (rev 106180)
+++ PKGBUILD2014-02-24 22:37:31 UTC (rev 106181)
@@ -17,16 +17,14 @@
 url='http://golang.org/'
 license=('custom')
 depends=('perl' 'gawk')
-makedepends=('inetutils' 'mercurial')
+makedepends=('inetutils' 'mercurial' 'go')
 options=('!strip' 'staticlibs')
 optdepends=('liteide: IDE for editing and building projects written in Go'
 'mercurial: VCS written in Python'
 'git: VCS written in C')
 install=$pkgname.install
-source=($pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#branch=release-branch.$pkgname$pkgver;
-$pkgname.sh)
-md5sums=('SKIP'
- 'e7087d190fd519db3be5adb3a51194cc')
+source=($pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#branch=release-branch.$pkgname$pkgver;)
+md5sums=('SKIP')
 
 build() {
   cd $pkgname-$pkgver/src
@@ -126,11 +124,6 @@
   install -Dm644 src/pkg/runtime/cgocall.h \
 $pkgdir/usr/lib/go/src/pkg/runtime/cgocall.h
 
-  # Set GOROOT since /usr/lib/go is not a standard location,
-  # (http://golang.org/doc/install/source) and may also make godoc work
-  # for some instances where it otherwise does not work. (FS#38597)
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-
   # This is to make go get code.google.com/p/go-tour/gotour and
   # then running the gotour executable work out of the box.
   ln -sf /usr/bin $pkgdir/usr/lib/go/bin
@@ -143,6 +136,19 @@
   install -Dm644 VERSION $pkgdir/usr/lib/go/VERSION
 
   find $pkgdir/usr/{lib/go/pkg,bin} -type f -exec touch '{}' +
+
+  # Needed tools
+  if [ $CARCH == 'x86_64' ]; then
+export GOARCH=amd64
+  elif [ $CARCH == 'i686' ]; then
+export GOARCH=386
+  fi
+
+  go get code.google.com/p/go.tools/cmd/cover
+  go get code.google.com/p/go.tools/cmd/godoc
+  go get code.google.com/p/go.tools/cmd/vet
+
+  find $pkgdir -name vet
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: go.sh
===
--- go.sh   2014-02-24 21:03:12 UTC (rev 106180)
+++ go.sh   2014-02-24 22:37:31 UTC (rev 106181)
@@ -1 +0,0 @@
-export GOROOT=/usr/lib/go



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

2014-02-24 Thread Alexander Rødseth
Date: Tuesday, February 25, 2014 @ 00:25:57
  Author: arodseth
Revision: 106182

work in progress

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 22:37:31 UTC (rev 106181)
+++ PKGBUILD2014-02-24 23:25:57 UTC (rev 106182)
@@ -143,12 +143,18 @@
   elif [ $CARCH == 'i686' ]; then
 export GOARCH=386
   fi
-
-  go get code.google.com/p/go.tools/cmd/cover
-  go get code.google.com/p/go.tools/cmd/godoc
-  go get code.google.com/p/go.tools/cmd/vet
-
-  find $pkgdir -name vet
+  export GOROOT=$srcdir/$pkgname-$pkgver
+  export PATH=$srcdir/$pkgname-$pkgver/bin:$PATH
+  for cmd in cover godoc vet; do
+go get code.google.com/p/go.tools/cmd/$cmd
+find $srcdir -name $cmd -type f -exec cp '{}' $pkgdir/usr/bin/$cmd
+  done
+  # TODO: Figure out which of these are really needed
+  cp -ruv $GOROOT/src/pkg $pkgdir/usr/lib/go/src/
+  cp -ruv $GOROOT/src/cmd $pkgdir/usr/lib/go/src/cmd
+  cp -ruv $GOROOT/src/lib9 $pkgdir/usr/lib/go/src/
+  cp -ruv $GOROOT/lib $pkgdir/usr/lib/go/
+  cp -ruv $GOROOT/include $pkgdir/usr/lib/go/
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-02-24 Thread Eric Bélanger
Date: Tuesday, February 25, 2014 @ 01:52:43
  Author: eric
Revision: 106183

upgpkg: youtube-dl 2014.02.24-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 23:25:57 UTC (rev 106182)
+++ PKGBUILD2014-02-25 00:52:43 UTC (rev 106183)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.02.22.1
+pkgver=2014.02.24
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('01612b25b7e9930fb5f720bb6e4a6f01a376e4e0'
+sha1sums=('f9065de654e00e3b8daed0a454f7f65789f89067'
   'SKIP')
 
 prepare() {



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

2014-02-24 Thread Eric Bélanger
Date: Tuesday, February 25, 2014 @ 01:53:09
  Author: eric
Revision: 106184

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 106183, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 00:52:43 UTC (rev 106183)
+++ PKGBUILD2014-02-25 00:53:09 UTC (rev 106184)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.02.22.1
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('01612b25b7e9930fb5f720bb6e4a6f01a376e4e0'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 106183, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 00:53:09 UTC (rev 106184)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.02.24
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('f9065de654e00e3b8daed0a454f7f65789f89067'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-02-24 Thread Eric Bélanger
Date: Tuesday, February 25, 2014 @ 06:17:58
  Author: eric
Revision: 106185

upgpkg: youtube-dl 2014.02.25-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 00:53:09 UTC (rev 106184)
+++ PKGBUILD2014-02-25 05:17:58 UTC (rev 106185)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.02.24
+pkgver=2014.02.25
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('f9065de654e00e3b8daed0a454f7f65789f89067'
+sha1sums=('8af4c222d451e30ba59d3da916b31789e7879e22'
   'SKIP')
 
 prepare() {



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

2014-02-24 Thread Eric Bélanger
Date: Tuesday, February 25, 2014 @ 06:18:26
  Author: eric
Revision: 106186

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 106185, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 05:17:58 UTC (rev 106185)
+++ PKGBUILD2014-02-25 05:18:26 UTC (rev 106186)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.02.24
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('f9065de654e00e3b8daed0a454f7f65789f89067'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 106185, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 05:18:26 UTC (rev 106186)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.02.25
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('8af4c222d451e30ba59d3da916b31789e7879e22'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in (ntfs-3g ntfs-3g_ntfsprogs)

2014-02-24 Thread Gaetan Bisson
Date: Tuesday, February 25, 2014 @ 07:21:22
  Author: bisson
Revision: 206367

ntfs-3g provides ntfsprogs, no need to split anymore

Added:
  ntfs-3g/
Deleted:
  ntfs-3g_ntfsprogs/



[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2014-02-24 Thread Gaetan Bisson
Date: Tuesday, February 25, 2014 @ 07:36:46
  Author: bisson
Revision: 206368

upstream update, rename everything to ntfs-3g since there is no split package

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 06:21:22 UTC (rev 206367)
+++ PKGBUILD2014-02-25 06:36:46 UTC (rev 206368)
@@ -1,40 +1,47 @@
 # $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
 # Contributor: Ronald van Haren ronald.archlinux.org
 # Contributor: Thomas B�chler thomas.archlinux.org
 
-pkgbase=ntfs-3g_ntfsprogs
 pkgname=ntfs-3g
-pkgver=2013.1.13
-pkgrel=4
-pkgdesc=NTFS filesystem utilities
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2014.2.15
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/ntfs-3g-download/'
 arch=('i686' 'x86_64')
-url=http://www.tuxera.com/community/ntfs-3g-download/;
 license=('GPL2')
 depends=('util-linux' 'fuse')
+source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
+
 conflicts=('ntfsprogs')
 provides=('ntfsprogs')
 replaces=('ntfsprogs')
-source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
-sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
 
 prepare() {
-  cd $pkgbase-$pkgver
-  sed -i 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' {ntfsprogs,src}/Makefile.in
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
 }
 
 build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-fuse=external --disable-static \
---enable-posix-acls --disable-ldconfig \
---mandir=/usr/share/man --sbin=/usr/bin \
---enable-extras
-  make
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
 }
 
 package_ntfs-3g() {
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
-  ln -s /usr/bin/ntfs-3g $pkgdir/usr/bin/mount.ntfs
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
 }



[arch-commits] Commit in ntfs-3g/repos (4 files)

2014-02-24 Thread Gaetan Bisson
Date: Tuesday, February 25, 2014 @ 07:37:23
  Author: bisson
Revision: 206369

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

Added:
  ntfs-3g/repos/staging-i686/
  ntfs-3g/repos/staging-i686/PKGBUILD
(from rev 206368, ntfs-3g/trunk/PKGBUILD)
  ntfs-3g/repos/staging-x86_64/
  ntfs-3g/repos/staging-x86_64/PKGBUILD
(from rev 206368, ntfs-3g/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   47 ++
 staging-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: ntfs-3g/repos/staging-i686/PKGBUILD (from rev 206368, 
ntfs-3g/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-25 06:37:23 UTC (rev 206369)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Thomas B�chler thomas.archlinux.org
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2014.2.15
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/ntfs-3g-download/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
+}

Copied: ntfs-3g/repos/staging-x86_64/PKGBUILD (from rev 206368, 
ntfs-3g/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-02-25 06:37:23 UTC (rev 206369)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Thomas B�chler thomas.archlinux.org
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2014.2.15
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/ntfs-3g-download/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
+}



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

2014-02-24 Thread Evangelos Foutras
Date: Tuesday, February 25, 2014 @ 08:17:41
  Author: foutrelis
Revision: 206371

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-25 07:17:30 UTC (rev 206370)
+++ extra-i686/PKGBUILD 2014-02-25 07:17:41 UTC (rev 206371)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Jan Jezek honzin.je...@gmail.com
-
-pkgname=tumbler
-pkgver=0.1.29
-pkgrel=1
-pkgdesc=D-Bus service for applications to request thumbnails
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('dbus-glib' 'gdk-pixbuf2')
-makedepends=('intltool' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c3bac4ee609e22be6c7f01a4fdf6086bc6b57940d82f99570a2d9d547a32fc93')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---disable-static \
---disable-debug \
---disable-gstreamer-thumbnailer
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tumbler/repos/extra-i686/PKGBUILD (from rev 206370, 
tumbler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-25 07:17:41 UTC (rev 206371)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Jan Jezek honzin.je...@gmail.com
+
+pkgname=tumbler
+pkgver=0.1.30
+pkgrel=1
+pkgdesc=D-Bus service for applications to request thumbnails
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('dbus-glib' 'gdk-pixbuf2')
+makedepends=('intltool' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e7c20d79c830465f8b3b792893f05e8b8d5ba90aec4973e7517e07ef31537304')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--disable-static \
+--disable-debug \
+--disable-gstreamer-thumbnailer
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-25 07:17:30 UTC (rev 206370)
+++ extra-x86_64/PKGBUILD   2014-02-25 07:17:41 UTC (rev 206371)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Jan Jezek honzin.je...@gmail.com
-
-pkgname=tumbler
-pkgver=0.1.29
-pkgrel=1
-pkgdesc=D-Bus service for applications to request thumbnails
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('dbus-glib' 'gdk-pixbuf2')
-makedepends=('intltool' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c3bac4ee609e22be6c7f01a4fdf6086bc6b57940d82f99570a2d9d547a32fc93')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
-

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

2014-02-24 Thread Evangelos Foutras
Date: Tuesday, February 25, 2014 @ 08:17:30
  Author: foutrelis
Revision: 206370

upgpkg: tumbler 0.1.30-1

New upstream release.

Modified:
  tumbler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 06:37:23 UTC (rev 206369)
+++ PKGBUILD2014-02-25 07:17:30 UTC (rev 206370)
@@ -4,7 +4,7 @@
 # Contributor: Jan Jezek honzin.je...@gmail.com
 
 pkgname=tumbler
-pkgver=0.1.29
+pkgver=0.1.30
 pkgrel=1
 pkgdesc=D-Bus service for applications to request thumbnails
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 'libopenraw: for RAW thumbnails'
 'freetype2: for font thumbnails')
 source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c3bac4ee609e22be6c7f01a4fdf6086bc6b57940d82f99570a2d9d547a32fc93')
+sha256sums=('e7c20d79c830465f8b3b792893f05e8b8d5ba90aec4973e7517e07ef31537304')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-02-24 Thread Felix Yan
Date: Tuesday, February 25, 2014 @ 08:44:58
  Author: fyan
Revision: 106187

upgpkg: jenkins 1.552-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 05:18:26 UTC (rev 106186)
+++ PKGBUILD2014-02-25 07:44:58 UTC (rev 106187)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.551
+pkgver=1.552
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -35,13 +35,8 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('048ad3be8a8b92511f244927dd602231e0082a29e32c7234caf32fac7d80cefeb04a8e09c58cf8746ede9013d2d6105d6ac044e3696fa0f1e3a924be326f075d'
+sha512sums=('3a85a161340e5c97a0f66a3b96e487975695210cd07961d8e5ccced1c75f0f1412f4e1d3e650309aa1610334ba4389ba2f401252abf835f104080e1088533180'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
 
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
-sha512sums=('1ad608fa9e5e36d3746de4fcb75bd80f239be29e7aaa4106c8033085f2246543b0019434ad1dd49d10ffb5d46fadbd28bae82de557ec7c7111444d057748cb63'
-
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
-
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
-
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'
-
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')



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

2014-02-24 Thread Felix Yan
Date: Tuesday, February 25, 2014 @ 08:46:50
  Author: fyan
Revision: 106188

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 106187, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 106187, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 106187, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 106187, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 106187, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 106187, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   89 ++-
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 166 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-02-25 07:44:58 UTC (rev 106187)
+++ LICENSE 2014-02-25 07:46:50 UTC (rev 106188)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 106187, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-02-25 07:46:50 UTC (rev 106188)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 07:44:58 UTC (rev 106187)
+++ PKGBUILD2014-02-25 07:46:50 UTC (rev 106188)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.551
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')