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

2013-10-02 Thread Jan Steffens
Date: Wednesday, October 2, 2013 @ 12:02:37
  Author: heftig
Revision: 97967

3.10.0

Modified:
  gedit-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 05:57:06 UTC (rev 97966)
+++ PKGBUILD2013-10-02 10:02:37 UTC (rev 97967)
@@ -6,7 +6,7 @@
 # Contributor: zhuqin zhuqi...@gmail.com
 
 pkgname=gedit-plugins
-pkgver=3.8.3
+pkgver=3.10.0
 pkgrel=1
 pkgdesc=Plugins for gedit
 arch=(x86_64 i686)
@@ -13,14 +13,14 @@
 license=(GPL)
 url=http://live.gnome.org/GeditPlugins;
 depends=(gedit python-dbus)
-makedepends=(intltool gnome-doc-utils vte3 libgit2-glib)
+makedepends=(intltool gnome-doc-utils vte3 libgit2-glib itstool)
 optdepends=('gucharmap: for charmap plugin'
 'vte3: for embedded terminal'
 'libgit2-glib: for git plugin')
 options=('!libtool' '!emptydirs')
 install=gedit-plugins.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('2340910ed49acfaab7e8d30142e087f70e55c1a55f8b755d4f9014bce3923c80')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('17cb703a09a0346b6a73d0e34eec87cde9073ffd5e0168741f0830a419ab57cd')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-02 Thread Jan Steffens
Date: Wednesday, October 2, 2013 @ 12:03:22
  Author: heftig
Revision: 97968

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

Added:
  gedit-plugins/repos/community-testing-i686/
  gedit-plugins/repos/community-testing-i686/PKGBUILD
(from rev 97967, gedit-plugins/trunk/PKGBUILD)
  gedit-plugins/repos/community-testing-i686/gedit-plugins.install
(from rev 97967, gedit-plugins/trunk/gedit-plugins.install)
  gedit-plugins/repos/community-testing-x86_64/
  gedit-plugins/repos/community-testing-x86_64/PKGBUILD
(from rev 97967, gedit-plugins/trunk/PKGBUILD)
  gedit-plugins/repos/community-testing-x86_64/gedit-plugins.install
(from rev 97967, gedit-plugins/trunk/gedit-plugins.install)

+
 community-testing-i686/PKGBUILD|   37 +++
 community-testing-i686/gedit-plugins.install   |   23 ++
 community-testing-x86_64/PKGBUILD  |   37 +++
 community-testing-x86_64/gedit-plugins.install |   23 ++
 4 files changed, 120 insertions(+)

Copied: gedit-plugins/repos/community-testing-i686/PKGBUILD (from rev 97967, 
gedit-plugins/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-02 10:03:22 UTC (rev 97968)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Hugo Doria h...@archlinux.org
+# Contributor: Sergej Chodarev serg...@centrum.sk
+# Contributor: zhuqin zhuqi...@gmail.com
+
+pkgname=gedit-plugins
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=Plugins for gedit
+arch=(x86_64 i686)
+license=(GPL)
+url=http://live.gnome.org/GeditPlugins;
+depends=(gedit python-dbus)
+makedepends=(intltool gnome-doc-utils vte3 libgit2-glib itstool)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal'
+'libgit2-glib: for git plugin')
+options=('!libtool' '!emptydirs')
+install=gedit-plugins.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('17cb703a09a0346b6a73d0e34eec87cde9073ffd5e0168741f0830a419ab57cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-plugins=all \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/community-testing-i686/gedit-plugins.install (from 
rev 97967, gedit-plugins/trunk/gedit-plugins.install)
===
--- community-testing-i686/gedit-plugins.install
(rev 0)
+++ community-testing-i686/gedit-plugins.install2013-10-02 10:03:22 UTC 
(rev 97968)
@@ -0,0 +1,23 @@
+pkgname=gedit-plugins
+
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+
+post_remove() {
+  post_install $1
+}
+
+
+# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 97967, 
gedit-plugins/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-02 10:03:22 UTC (rev 97968)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Hugo Doria h...@archlinux.org
+# Contributor: Sergej Chodarev serg...@centrum.sk
+# Contributor: zhuqin zhuqi...@gmail.com
+
+pkgname=gedit-plugins
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=Plugins for gedit
+arch=(x86_64 i686)
+license=(GPL)
+url=http://live.gnome.org/GeditPlugins;
+depends=(gedit python-dbus)
+makedepends=(intltool gnome-doc-utils vte3 libgit2-glib itstool)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal'
+'libgit2-glib: for git plugin')
+options=('!libtool' '!emptydirs')
+install=gedit-plugins.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('17cb703a09a0346b6a73d0e34eec87cde9073ffd5e0168741f0830a419ab57cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-plugins=all \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/community-testing-x86_64/gedit-plugins.install 
(from rev 97967, gedit-plugins/trunk/gedit-plugins.install)

[arch-commits] Commit in systemd/trunk (9 files)

2013-10-02 Thread Jan Steffens
Date: Wednesday, October 2, 2013 @ 13:23:29
  Author: heftig
Revision: 195850

208

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install
Deleted:
  systemd/trunk/0001-core-whenever-a-new-PID-is-passed-to-us-make-sure-we.patch
  systemd/trunk/0001-cryptsetup-generator-allow-specifying-options-in-pro.patch
  systemd/trunk/0001-man-document-luks.options-kernel-commandline.patch
  systemd/trunk/0001-polkit-Avoid-race-condition-in-scraping-proc.patch
  systemd/trunk/0001-swap-fix-reverse-dependencies.patch
  systemd/trunk/0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch
  systemd/trunk/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch

-+
 0001-core-whenever-a-new-PID-is-passed-to-us-make-sure-we.patch |   74 ---
 0001-cryptsetup-generator-allow-specifying-options-in-pro.patch |  190 
--
 0001-man-document-luks.options-kernel-commandline.patch |   28 -
 0001-polkit-Avoid-race-condition-in-scraping-proc.patch |   75 ---
 0001-swap-fix-reverse-dependencies.patch|   30 -
 0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch |   32 -
 0002-swap-create-.wants-symlink-to-auto-swap-devices.patch  |   90 
 PKGBUILD|   38 --
 systemd.install |   17 
 9 files changed, 27 insertions(+), 547 deletions(-)

Deleted: 0001-core-whenever-a-new-PID-is-passed-to-us-make-sure-we.patch
===
--- 0001-core-whenever-a-new-PID-is-passed-to-us-make-sure-we.patch 
2013-10-02 00:26:48 UTC (rev 195849)
+++ 0001-core-whenever-a-new-PID-is-passed-to-us-make-sure-we.patch 
2013-10-02 11:23:29 UTC (rev 195850)
@@ -1,74 +0,0 @@
-From 7400b9d2e99938d17b281d7df43680eade18666e Mon Sep 17 00:00:00 2001
-From: Lennart Poettering lenn...@poettering.net
-Date: Tue, 1 Oct 2013 05:06:56 +0200
-Subject: [PATCH] core: whenever a new PID is passed to us, make sure we watch
- it
-

- src/core/service.c | 21 +++--
- 1 file changed, 15 insertions(+), 6 deletions(-)
-
-diff --git a/src/core/service.c b/src/core/service.c
-index 24b7bef..6792024 100644
 a/src/core/service.c
-+++ b/src/core/service.c
-@@ -191,7 +191,13 @@ static int service_set_main_pid(Service *s, pid_t pid) {
- if (pid == getpid())
- return -EINVAL;
- 
--service_unwatch_main_pid(s);
-+if (s-main_pid == pid  s-main_pid_known)
-+return 0;
-+
-+if (s-main_pid != pid) {
-+service_unwatch_main_pid(s);
-+exec_status_start(s-main_exec_status, pid);
-+}
- 
- s-main_pid = pid;
- s-main_pid_known = true;
-@@ -205,8 +211,6 @@ static int service_set_main_pid(Service *s, pid_t pid) {
- } else
- s-main_pid_alien = false;
- 
--exec_status_start(s-main_exec_status, pid);
--
- return 0;
- }
- 
-@@ -2696,8 +2700,10 @@ static int service_deserialize_item(Unit *u, const char 
*key, const char *value,
- 
- if (parse_pid(value, pid)  0)
- log_debug_unit(u-id, Failed to parse main-pid value 
%s, value);
--else
--service_set_main_pid(s, (pid_t) pid);
-+else {
-+service_set_main_pid(s, pid);
-+unit_watch_pid(UNIT(s), pid);
-+}
- } else if (streq(key, main-pid-known)) {
- int b;
- 
-@@ -3389,6 +3395,7 @@ static void service_notify_message(Unit *u, pid_t pid, 
char **tags) {
- log_debug_unit(u-id,
-%s: got %s, u-id, e);
- service_set_main_pid(s, pid);
-+unit_watch_pid(UNIT(s), pid);
- }
- }
- 
-@@ -3685,8 +3692,10 @@ static void service_bus_query_pid_done(
- (s-state == SERVICE_START ||
-  s-state == SERVICE_START_POST ||
-  s-state == SERVICE_RUNNING ||
-- s-state == SERVICE_RELOAD))
-+ s-state == SERVICE_RELOAD)){
- service_set_main_pid(s, pid);
-+unit_watch_pid(UNIT(s), pid);
-+}
- }
- 
- int service_set_socket_fd(Service *s, int fd, Socket *sock) {
--- 
-1.8.4
-

Deleted: 0001-cryptsetup-generator-allow-specifying-options-in-pro.patch
===
--- 0001-cryptsetup-generator-allow-specifying-options-in-pro.patch 
2013-10-02 00:26:48 UTC (rev 195849)
+++ 0001-cryptsetup-generator-allow-specifying-options-in-pro.patch 
2013-10-02 11:23:29 UTC (rev 195850)
@@ -1,190 +0,0 @@
-From 7ab064a6d60cf805765077b67d56c123f9cf3c58 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Sun, 18 Aug 2013 14:59:00 +0800

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

2013-10-02 Thread Михаил Страшун
Date: Wednesday, October 2, 2013 @ 13:25:51
  Author: dicebot
Revision: 97969

upgpkg: dmd 2.063.2-3

Add common  values for D packages

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 10:03:22 UTC (rev 97968)
+++ PKGBUILD2013-10-02 11:25:51 UTC (rev 97969)
@@ -10,7 +10,7 @@
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
 pkgver=2.063.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.dlang.org;
 makedepends=('git' 'gcc' 'make')
@@ -82,6 +82,7 @@
 package_libphobos-devel() {
 pkgdesc=The Phobos standard library for D programming language. Modules 
and static library.
 depends=(dmd)
+provides=(d-runtime=$pkgver d-stdlib=$pkgver)
 license=(custom)
 
 install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a



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

2013-10-02 Thread Михаил Страшун
Date: Wednesday, October 2, 2013 @ 13:26:53
  Author: dicebot
Revision: 97970

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

Added:
  dmd/repos/community-i686/PKGBUILD
(from rev 97969, dmd/trunk/PKGBUILD)
  dmd/repos/community-i686/soname.diff
(from rev 97969, dmd/trunk/soname.diff)
  dmd/repos/community-x86_64/PKGBUILD
(from rev 97969, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/soname.diff
(from rev 97969, dmd/trunk/soname.diff)
Deleted:
  dmd/repos/community-i686/PKGBUILD
  dmd/repos/community-i686/soname.diff
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/soname.diff

--+
 /PKGBUILD|  258 +
 /soname.diff |   30 
 community-i686/PKGBUILD  |  128 
 community-i686/soname.diff   |   15 --
 community-x86_64/PKGBUILD|  128 
 community-x86_64/soname.diff |   15 --
 6 files changed, 288 insertions(+), 286 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-02 11:25:51 UTC (rev 97969)
+++ community-i686/PKGBUILD 2013-10-02 11:26:53 UTC (rev 97970)
@@ -1,128 +0,0 @@
-# $Id: PKGBUILD 96324 2013-08-25 17:11:08Z dicebot $
-# 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.063.2
-pkgrel=2
-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; 
-soname.diff)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  '5a2198e8a024e1e6494034da569f0df18fabcf9d')
-
-[[ $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
-# will be in upstream in next release but making naming change as early as 
possible
-git apply $srcdir/soname.diff
-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 
-I/usr/include/dlang/dmd/druntime/import -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)
-license=(custom)
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 

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

2013-10-02 Thread Михаил Страшун
Date: Wednesday, October 2, 2013 @ 13:57:02
  Author: dicebot
Revision: 97971

upgpkg: ldc 1:0.11.0-3

Add common  values for D packages

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 11:26:53 UTC (rev 97970)
+++ PKGBUILD2013-10-02 11:57:02 UTC (rev 97971)
@@ -12,7 +12,6 @@
 license=('BSD')
 depends=('libconfig')
 makedepends=('git' 'cmake' 'llvm')
-backup=('etc/ldc2.conf')
 source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
 ldc2.conf
 ldc2.rebuild.conf
@@ -40,6 +39,7 @@
 backup=(etc/ldc2.conf
 etc/ldc2.rebuild.conf
)
+provides=(d-compiler)
 
 # binaries
 install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd2 
@@ -58,6 +58,7 @@
 
 package_liblphobos-devel() {
 depends=(ldc)
+provides=(d-runtime d-stdlib)
 
 # libraries
 install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc.a 
$pkgdir/usr/lib/liblphobos.a



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

2013-10-02 Thread Михаил Страшун
Date: Wednesday, October 2, 2013 @ 13:58:05
  Author: dicebot
Revision: 97972

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 97971, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 97971, ldc/trunk/ldc2.conf)
  ldc/repos/community-i686/ldc2.rebuild.conf
(from rev 97971, ldc/trunk/ldc2.rebuild.conf)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 97971, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 97971, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/ldc2.rebuild.conf
(from rev 97971, ldc/trunk/ldc2.rebuild.conf)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-i686/ldc2.rebuild.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf
  ldc/repos/community-x86_64/ldc2.rebuild.conf

+
 /PKGBUILD  |  150 +++
 /ldc2.conf |   36 
 /ldc2.rebuild.conf |4 
 community-i686/PKGBUILD|   74 -
 community-i686/ldc2.conf   |   18 
 community-i686/ldc2.rebuild.conf   |2 
 community-x86_64/PKGBUILD  |   74 -
 community-x86_64/ldc2.conf |   18 
 community-x86_64/ldc2.rebuild.conf |2 
 9 files changed, 190 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-02 11:57:02 UTC (rev 97971)
+++ community-i686/PKGBUILD 2013-10-02 11:58:05 UTC (rev 97972)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=('ldc' 'liblphobos-devel')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.11.0
-epoch=1
-pkgrel=3
-pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
-arch=('i686' 'x86_64')
-url=https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-backup=('etc/ldc2.conf')
-source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
-ldc2.conf
-ldc2.rebuild.conf
-   )
-sha1sums=('SKIP'
-  'e4e2c9656a24a2433cfb00f792abdc247a845b46'
-  '0e6e5e072ccc006a200a8fc918cb1ebeb2e12b7b'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir build  cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
-..
-make
-}
-
-package_ldc() {
-optdepends=(liblphobos-devel: stadard library, static one + imports, LDC 
version)
-backup=(etc/ldc2.conf
-etc/ldc2.rebuild.conf
-   )
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd2 
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc2 
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-install -D -m644 $srcdir/ldc2.rebuild.conf $pkgdir/etc/ldc2.rebuild.conf
-}
-
-package_liblphobos-devel() {
-depends=(ldc)
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc.a 
$pkgdir/usr/lib/liblphobos.a
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc-debug.a 
$pkgdir/usr/lib/liblphobos-debug.a
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 97971, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-02 11:58:05 UTC (rev 97972)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=('ldc' 'liblphobos-devel')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.11.0
+epoch=1
+pkgrel=3
+pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
+arch=('i686' 'x86_64')
+url=https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
+ldc2.conf
+ldc2.rebuild.conf
+   )

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

2013-10-02 Thread Jan Steffens
Date: Wednesday, October 2, 2013 @ 13:59:30
  Author: heftig
Revision: 195851

Add patch, remove superfluous debug cflags

Added:
  systemd/trunk/0001-fix-lingering-references-to-var-lib-backlight-random.patch
Modified:
  systemd/trunk/PKGBUILD

-+
 0001-fix-lingering-references-to-var-lib-backlight-random.patch |   54 
++
 PKGBUILD|   11 +-
 2 files changed, 60 insertions(+), 5 deletions(-)

Added: 0001-fix-lingering-references-to-var-lib-backlight-random.patch
===
--- 0001-fix-lingering-references-to-var-lib-backlight-random.patch 
(rev 0)
+++ 0001-fix-lingering-references-to-var-lib-backlight-random.patch 
2013-10-02 11:59:30 UTC (rev 195851)
@@ -0,0 +1,54 @@
+From 6c8c92fef72cf6a7ef7109a424ef82dbdc4f6952 Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Wed, 2 Oct 2013 07:46:24 -0400
+Subject: [PATCH] fix lingering references to /var/lib/{backlight,random-seed}
+
+This should have been part of ef5bfcf668e6029faa78534dfe.
+---
+ man/systemd-backli...@.service.xml  | 2 +-
+ man/systemd-random-seed.service.xml | 2 +-
+ units/systemd-backli...@.service.in | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/man/systemd-backli...@.service.xml 
b/man/systemd-backli...@.service.xml
+index 2b73625..4318964 100644
+--- a/man/systemd-backli...@.service.xml
 b/man/systemd-backli...@.service.xml
+@@ -58,7 +58,7 @@
+ is a service that restores the display backlight
+ brightness at early-boot and saves it at shutdown. On
+ disk, the backlight brightness is stored in
+-filename/var/lib/backlight//filename. Note that by
++filename/var/lib/systemd/backlight//filename. Note that by
+ default, only firmware backlight devices are
+ saved/restored./para
+ /refsect1
+diff --git a/man/systemd-random-seed.service.xml 
b/man/systemd-random-seed.service.xml
+index 8cd14b7..e5cd037 100644
+--- a/man/systemd-random-seed.service.xml
 b/man/systemd-random-seed.service.xml
+@@ -61,7 +61,7 @@
+ for details. Saving/restoring the random seed across
+ boots increases the amount of available entropy early
+ at boot. On disk the random seed is stored in
+-filename/var/lib/random-seed/filename./para
++filename/var/lib/systemd/random-seed/filename./para
+ /refsect1
+ 
+ refsect1
+diff --git a/units/systemd-backli...@.service.in 
b/units/systemd-backli...@.service.in
+index b0e75db..5caa5d5 100644
+--- a/units/systemd-backli...@.service.in
 b/units/systemd-backli...@.service.in
+@@ -9,7 +9,7 @@
+ Description=Load/Save Screen Backlight Brightness of %I
+ Documentation=man:systemd-backlight@.service(8)
+ DefaultDependencies=no
+-RequiresMountsFor=/var/lib/backlight
++RequiresMountsFor=/var/lib/systemd/backlight
+ Conflicts=shutdown.target
+ After=systemd-readahead-collect.service systemd-readahead-replay.service 
systemd-remount-fs.service
+ Before=sysinit.target shutdown.target
+-- 
+1.8.4
+

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 11:23:29 UTC (rev 195850)
+++ PKGBUILD2013-10-02 11:59:30 UTC (rev 195851)
@@ -14,21 +14,22 @@
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
 'initcpio-hook-udev'
 'initcpio-install-systemd'
-'initcpio-install-udev')
-md5sums=('6b30239cbea4cb2c832625f1012dbe03'
+'initcpio-install-udev'
+'0001-fix-lingering-references-to-var-lib-backlight-random.patch')
+md5sums=('df64550d92afbffb4f67a434193ee165'
  '29245f7a240bfba66e2b1783b63b6b40'
  '8b68b0218a3897d4d37a6ccf47914774'
- 'bde43090d4ac0ef048e3eaee8202a407')
+ 'bde43090d4ac0ef048e3eaee8202a407'
+ '1b191c4e7a209d322675fd199e3abc66')
 
 prepare() {
   cd $pkgname-$pkgver
+  patch -Np1 -i 
../0001-fix-lingering-references-to-var-lib-backlight-random.patch
 }
 
 build() {
   cd $pkgname-$pkgver
 
-  CFLAGS+=' -g'
-
   ./configure \
   --libexecdir=/usr/lib \
   --localstatedir=/var \



[arch-commits] Commit in systemd/repos (36 files)

2013-10-02 Thread Jan Steffens
Date: Wednesday, October 2, 2013 @ 14:13:42
  Author: heftig
Revision: 195852

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

Added:
  
systemd/repos/testing-i686/0001-fix-lingering-references-to-var-lib-backlight-random.patch
(from rev 195851, 
systemd/trunk/0001-fix-lingering-references-to-var-lib-backlight-random.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 195851, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 195851, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 195851, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 195851, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 195851, systemd/trunk/systemd.install)
  
systemd/repos/testing-x86_64/0001-fix-lingering-references-to-var-lib-backlight-random.patch
(from rev 195851, 
systemd/trunk/0001-fix-lingering-references-to-var-lib-backlight-random.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 195851, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 195851, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 195851, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 195851, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 195851, systemd/trunk/systemd.install)
Deleted:
  
systemd/repos/testing-i686/0001-core-whenever-a-new-PID-is-passed-to-us-make-sure-we.patch
  
systemd/repos/testing-i686/0001-cryptsetup-generator-allow-specifying-options-in-pro.patch
  
systemd/repos/testing-i686/0001-man-document-luks.options-kernel-commandline.patch
  
systemd/repos/testing-i686/0001-polkit-Avoid-race-condition-in-scraping-proc.patch
  systemd/repos/testing-i686/0001-swap-fix-reverse-dependencies.patch
  
systemd/repos/testing-i686/0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch
  
systemd/repos/testing-i686/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  
systemd/repos/testing-x86_64/0001-core-whenever-a-new-PID-is-passed-to-us-make-sure-we.patch
  
systemd/repos/testing-x86_64/0001-cryptsetup-generator-allow-specifying-options-in-pro.patch
  
systemd/repos/testing-x86_64/0001-man-document-luks.options-kernel-commandline.patch
  
systemd/repos/testing-x86_64/0001-polkit-Avoid-race-condition-in-scraping-proc.patch
  systemd/repos/testing-x86_64/0001-swap-fix-reverse-dependencies.patch
  
systemd/repos/testing-x86_64/0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch
  
systemd/repos/testing-x86_64/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install

+
 /PKGBUILD  
|  286 
 /initcpio-hook-udev
|   44 +
 /initcpio-install-systemd  
|  318 ++
 /initcpio-install-udev 
|   58 +
 /systemd.install   
|  240 +++
 testing-i686/0001-core-whenever-a-new-PID-is-passed-to-us-make-sure-we.patch   
|   74 --
 testing-i686/0001-cryptsetup-generator-allow-specifying-options-in-pro.patch   
|  190 -
 testing-i686/0001-fix-lingering-references-to-var-lib-backlight-random.patch   
|   54 +
 testing-i686/0001-man-document-luks.options-kernel-commandline.patch   
|   28 
 testing-i686/0001-polkit-Avoid-race-condition-in-scraping-proc.patch   
|   75 --
 testing-i686/0001-swap-fix-reverse-dependencies.patch  
|   30 
 testing-i686/0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch   
|   32 -
 testing-i686/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch
|   90 --
 testing-i686/PKGBUILD  
|  160 -
 testing-i686/initcpio-hook-udev
|   22 
 testing-i686/initcpio-install-systemd  
|  159 -
 testing-i686/initcpio-install-udev 
|   29 
 testing-i686/systemd.install  

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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 14:56:10
  Author: foutrelis
Revision: 97973

upgpkg: virtualbox-modules 4.2.18-5

Linux 3.11.3 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 11:58:05 UTC (rev 97972)
+++ PKGBUILD2013-10-02 12:56:10 UTC (rev 97973)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.2.18
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-10-02 Thread Sergej Pupykin
Date: Wednesday, October 2, 2013 @ 15:30:10
  Author: spupykin
Revision: 97975

upgpkg: dbmail 3.1.7-2

upd

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 12:56:35 UTC (rev 97974)
+++ PKGBUILD2013-10-02 13:30:10 UTC (rev 97975)
@@ -4,12 +4,12 @@
 
 pkgname=dbmail
 pkgver=3.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
 depends=('gmime' 'libzdb' 'mhash' 'libevent')
 makedepends=('asciidoc' 'xmlto' 'docbook-xsl' 'docbook-xml' 
'postgresql-libs=8.4.1'
-'sqlite' 'libmysqlclient' 'libldap=2.4.18' 'libsieve')
+'sqlite' 'libmysqlclient' 'libldap=2.4.18' 'libsieve' 'git')
 optdepends=('libldap: for LDAP authentication'
'libsieve: for dbmail-sieve'
'python2-mysql2pgsql: migrate from MySQL to PostreSQL')
@@ -20,7 +20,8 @@
etc/xinetd.d/dbmail-pop3d
etc/xinetd.d/dbmail-lmtpd
etc/xinetd.d/dbmail-timsieved)
-source=(http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz;
+#source=(http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz;
+source=(dbmail-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_1
dbmail-imapd.xinetd
dbmail-lmtpd.xinetd
dbmail-pop3d.xinetd
@@ -27,7 +28,7 @@
dbmail-timsieved.xinetd

dbmail-6-sieve.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=92b98094a01eda5efe3ba3080e529482d08945a2;
dbmail-7-systemd.diff)
-md5sums=('8383661963099b29380a55ddc50dbbda'
+md5sums=('SKIP'
  '890de13361afbdf4fed12d6d7eb53e66'
  '961593658cd596297d03d25eb9c9e98f'
  '4cb764894abd3914802e90602bf90a0c'



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

2013-10-02 Thread Sergej Pupykin
Date: Wednesday, October 2, 2013 @ 15:30:38
  Author: spupykin
Revision: 97976

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

Added:
  dbmail/repos/community-i686/PKGBUILD
(from rev 97975, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-i686/dbmail-7-systemd.diff
(from rev 97975, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-i686/dbmail-imapd.xinetd
(from rev 97975, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
(from rev 97975, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
(from rev 97975, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
(from rev 97975, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 97975, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
(from rev 97975, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 97975, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 97975, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 97975, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 97975, dbmail/trunk/dbmail-timsieved.xinetd)
Deleted:
  dbmail/repos/community-i686/PKGBUILD
  dbmail/repos/community-i686/dbmail-7-systemd.diff
  dbmail/repos/community-i686/dbmail-imapd.xinetd
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd

--+
 /PKGBUILD|  142 +++
 /dbmail-7-systemd.diff   |  352 +
 /dbmail-imapd.xinetd |   26 ++
 /dbmail-lmtpd.xinetd |   26 ++
 /dbmail-pop3d.xinetd |   26 ++
 /dbmail-timsieved.xinetd |   30 ++
 community-i686/PKGBUILD  |   70 -
 community-i686/dbmail-7-systemd.diff |  176 --
 community-i686/dbmail-imapd.xinetd   |   13 -
 community-i686/dbmail-lmtpd.xinetd   |   13 -
 community-i686/dbmail-pop3d.xinetd   |   13 -
 community-i686/dbmail-timsieved.xinetd   |   15 -
 community-x86_64/PKGBUILD|   70 -
 community-x86_64/dbmail-7-systemd.diff   |  176 --
 community-x86_64/dbmail-imapd.xinetd |   13 -
 community-x86_64/dbmail-lmtpd.xinetd |   13 -
 community-x86_64/dbmail-pop3d.xinetd |   13 -
 community-x86_64/dbmail-timsieved.xinetd |   15 -
 18 files changed, 602 insertions(+), 600 deletions(-)

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


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

2013-10-02 Thread Михаил Страшун
Date: Wednesday, October 2, 2013 @ 15:34:59
  Author: dicebot
Revision: 97977

upgpkg: gdc 4.8.1-6

Add common  values for D packages

Modified:
  gdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 13:30:38 UTC (rev 97976)
+++ PKGBUILD2013-10-02 13:34:59 UTC (rev 97977)
@@ -5,7 +5,7 @@
 
 pkgname=('gdc' 'libgphobos-devel')
 pkgver=4.8.1
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url=https://github.com/D-Programming-GDC/GDC;
 license=('GPL')
@@ -71,6 +71,7 @@
 {
 depends=('gcc' 'binutils')
 optdepends=('libgphobos-devel: D standard library, GDC version')
+provides=(d-compiler)
 pkgdesc=Compiler for D programming language wich uses gcc backend
  
 install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
@@ -80,6 +81,7 @@
 package_libgphobos-devel()
 {
 pkgdesc=Standard library for D programming language, GDC port
+provides=(d-runtime d-stdlib)
 depends=('gdc')
 
 # druntime



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

2013-10-02 Thread Михаил Страшун
Date: Wednesday, October 2, 2013 @ 15:36:04
  Author: dicebot
Revision: 97978

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

Added:
  gdc/repos/community-i686/PKGBUILD
(from rev 97977, gdc/trunk/PKGBUILD)
  gdc/repos/community-i686/folders.diff
(from rev 97977, gdc/trunk/folders.diff)
  gdc/repos/community-x86_64/PKGBUILD
(from rev 97977, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/folders.diff
(from rev 97977, gdc/trunk/folders.diff)
Deleted:
  gdc/repos/community-i686/PKGBUILD
  gdc/repos/community-i686/folders.diff
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/folders.diff

---+
 /PKGBUILD |  196 
 /folders.diff |   66 +
 community-i686/PKGBUILD   |   96 ---
 community-i686/folders.diff   |   33 --
 community-x86_64/PKGBUILD |   96 ---
 community-x86_64/folders.diff |   33 --
 6 files changed, 262 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-02 13:34:59 UTC (rev 97977)
+++ community-i686/PKGBUILD 2013-10-02 13:36:04 UTC (rev 97978)
@@ -1,96 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-# Contributor: Jerome Berger jeber...@free.fr
-# Contributor: Jesus Alvarez jeezu...@gmail.com
-
-pkgname=('gdc' 'libgphobos-devel')
-pkgver=4.8.1
-pkgrel=5
-arch=('i686' 'x86_64')
-url=https://github.com/D-Programming-GDC/GDC;
-license=('GPL')
-makedepends=('binutils=2.23' 'git' 'gcc' 'make' 'perl' 'cloog' 'automake')
-options=('!libtool' '!emptydirs' '!buildflags')
-_snapshot=4.8-20130725
-source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-4.8
-folders.diff)
-sha256sums=('e4e2202b15f8ba323f88c65de0e4190b0630a4b2e70b0653526b31e946877ead'
-'SKIP'
-'88a1f1315633e9dde18637ff5239898abd94dca9a39fdb211a66555dd84c2fec')
-
-groups=('dlang' 'dlang-gdc')
-conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
-
-prepare()
-{
-cd $srcdir/gcc-$_snapshot
-
-# Do not run fixincludes
-sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-echo $pkgver  gcc/BASE-VER
-
-# hack! - some configure tests for header files using $CPP $CPPFLAGS
-sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-
-cd $srcdir/gdc
-git apply $srcdir/folders.diff # fix gdc_include_path
-./setup-gcc.sh ../gcc-$_snapshot
-
-mkdir $srcdir/gcc-build
-}
-
-
-build()
-{
-cd ${srcdir}/gcc-build
-
-${srcdir}/gcc-$_snapshot/configure --prefix=/usr \
---libdir=/usr/lib --libexecdir=/usr/lib \
---mandir=/usr/share/man --infodir=/usr/share/info \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-languages=d \
---enable-shared --enable-threads=posix \
---with-system-zlib --enable-__cxa_atexit \
---disable-libunwind-exceptions --enable-clocale=gnu \
---disable-libstdcxx-pch \
---enable-gnu-unique-object --enable-linker-build-id \
---enable-cloog-backend=isl --disable-cloog-version-check \
---enable-lto --enable-gold --enable-ld=default \
---enable-plugin --with-plugin-ld=ld.gold \
---with-linker-hash-style=gnu --disable-install-libiberty \
---disable-multilib --disable-libssp --disable-werror \
---disable-nls --disable-bootstrap \
---disable-libgomp --disable-libmudflap --disable-libquadmath
-
-make 
-}
-
-package_gdc()
-{
-depends=('gcc' 'binutils')
-optdepends=('libgphobos-devel: D standard library, GDC version')
-pkgdesc=Compiler for D programming language wich uses gcc backend
- 
-install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
-install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/4.8.1/cc1d
-}
-
-package_libgphobos-devel()
-{
-pkgdesc=Standard library for D programming language, GDC port
-depends=('gdc')
-
-# druntime
-install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/$pkgver/object.di
-cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/$pkgver/core
-cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/$pkgver/gcc
-
-# phobos
-cp $srcdir/gdc/libphobos/src/crc32.d 
${pkgdir}/usr/include/dlang/gdc/$pkgver/crc32.d
-cp -r $srcdir/gdc/libphobos/src/std 
${pkgdir}/usr/include/dlang/gdc/$pkgver/std
-cp -r $srcdir/gdc/libphobos/src/etc 
${pkgdir}/usr/include/dlang/gdc/$pkgver/etc
-
-install -D -m644 $srcdir/gcc-build/$CHOST/libphobos/src/libgphobos2.a 
$pkgdir/usr/lib/libgphobos2.a
-}

Copied: gdc/repos/community-i686/PKGBUILD (from rev 97977, gdc/trunk/PKGBUILD)

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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 14:56:35
  Author: foutrelis
Revision: 97974

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

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

---+
 community-testing-i686/PKGBUILD   |   62 
 community-testing-i686/build.sh   |   60 +++
 community-testing-i686/virtualbox-guest-modules.install   |   21 
 community-testing-i686/virtualbox-host-modules.install|   23 
 community-testing-x86_64/PKGBUILD |   62 
 community-testing-x86_64/build.sh |   60 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   21 
 community-testing-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 332 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
97973, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-02 12:56:35 UTC (rev 97974)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.2.18
+pkgrel=5
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux=3.11' 'linux3.12'
+ 'linux-headers=3.11' 'linux-headers3.12'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.11-ARCH
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux=3.11' 'linux3.12')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux=3.11' 'linux3.12')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
97973, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2013-10-02 12:56:35 UTC (rev 97974)
@@ -0,0 +1,60 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+usage() {
+  echo usage: $0 extra
+  echo   

[arch-commits] Commit in slim/trunk (PKGBUILD slim-1.3.6-fix-libslim-libraries.patch)

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 15:43:41
  Author: foutrelis
Revision: 195854

upgpkg: slim 1.3.6-1

New upstream release.

Added:
  slim/trunk/slim-1.3.6-fix-libslim-libraries.patch
Modified:
  slim/trunk/PKGBUILD

+
 PKGBUILD   |   20 ++--
 slim-1.3.6-fix-libslim-libraries.patch |   20 
 2 files changed, 34 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 13:25:41 UTC (rev 195853)
+++ PKGBUILD2013-10-02 13:43:41 UTC (rev 195854)
@@ -6,28 +6,36 @@
 # Contributor: Hugo Ideler hugoide...@dse.nl
 
 pkgname=slim
-pkgver=1.3.5
-pkgrel=3
+pkgver=1.3.6
+pkgrel=1
 pkgdesc=Desktop-independent graphical login manager for X11
 arch=('i686' 'x86_64')
 url=http://slim.berlios.de/;
 license=('GPL2')
-depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft' 'xorg-xauth')
+depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft' 'libxrandr' 'xorg-xauth')
 makedepends=('cmake' 'freeglut')
 backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
 source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz
+slim-1.3.6-fix-libslim-libraries.patch
 slim.pam
 slim.logrotate)
-sha256sums=('818d209f51e2fa8d5b94ef75ce90a7415be48b45e796d66f8083a9532b655629'
+sha256sums=('21defeed175418c46d71af71fd493cd0cbffd693f9d43c2151529125859810df'
+'3dfa697f8c058390c7e02e7aba769475057ef8ddde945dc43b8cb7f9724dbda0'
 'b9a77a614c451287b574c33d41e28b5b149c6d2464bdb3a5274799842bca51a4'
 '5bf44748b5003f2332d8b268060c400120b9100d033fa9d35468670d827f6def')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # Fix installation path of slim.service
-  sed -i 's|usr/lib/systemd/system|/|' CMakeLists.txt
+  sed -i 's|set(LIBDIR /lib)|set(LIBDIR /usr/lib)|' CMakeLists.txt
 
+  patch -Np1 -i $srcdir/slim-1.3.6-fix-libslim-libraries.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
   cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \

Added: slim-1.3.6-fix-libslim-libraries.patch
===
--- slim-1.3.6-fix-libslim-libraries.patch  (rev 0)
+++ slim-1.3.6-fix-libslim-libraries.patch  2013-10-02 13:43:41 UTC (rev 
195854)
@@ -0,0 +1,20 @@
+diff -upr slim-1.3.6.orig/CMakeLists.txt slim-1.3.6/CMakeLists.txt
+--- slim-1.3.6.orig/CMakeLists.txt 2013-10-02 16:16:22.0 +0300
 slim-1.3.6/CMakeLists.txt  2013-10-02 16:19:57.0 +0300
+@@ -119,6 +119,7 @@ if(USE_PAM)
+   if(PAM_FOUND)
+   message(\tPAM Found)
+   set(SLIM_DEFINITIONS ${SLIM_DEFINITIONS} -DUSE_PAM)
++  target_link_libraries(libslim ${PAM_LIBRARY})
+   target_link_libraries(${PROJECT_NAME} ${PAM_LIBRARY})
+   target_link_libraries(slimlock ${PAM_LIBRARY})
+   include_directories(${PAM_INCLUDE_DIR})
+@@ -178,6 +179,8 @@ include_directories(
+ )
+ 
+ target_link_libraries(libslim
++  ${X11_Xft_LIB}
++  ${X11_Xrandr_LIB}
+ ${JPEG_LIBRARIES}
+   ${PNG_LIBRARIES}
+ )



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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 15:43:59
  Author: foutrelis
Revision: 195855

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

Added:
  slim/repos/testing-i686/
  slim/repos/testing-i686/PKGBUILD
(from rev 195854, slim/trunk/PKGBUILD)
  slim/repos/testing-i686/slim-1.3.6-fix-libslim-libraries.patch
(from rev 195854, slim/trunk/slim-1.3.6-fix-libslim-libraries.patch)
  slim/repos/testing-i686/slim.logrotate
(from rev 195854, slim/trunk/slim.logrotate)
  slim/repos/testing-i686/slim.pam
(from rev 195854, slim/trunk/slim.pam)
  slim/repos/testing-x86_64/
  slim/repos/testing-x86_64/PKGBUILD
(from rev 195854, slim/trunk/PKGBUILD)
  slim/repos/testing-x86_64/slim-1.3.6-fix-libslim-libraries.patch
(from rev 195854, slim/trunk/slim-1.3.6-fix-libslim-libraries.patch)
  slim/repos/testing-x86_64/slim.logrotate
(from rev 195854, slim/trunk/slim.logrotate)
  slim/repos/testing-x86_64/slim.pam
(from rev 195854, slim/trunk/slim.pam)

---+
 testing-i686/PKGBUILD |   62 
 testing-i686/slim-1.3.6-fix-libslim-libraries.patch   |   20 +
 testing-i686/slim.logrotate   |9 ++
 testing-i686/slim.pam |7 +
 testing-x86_64/PKGBUILD   |   62 
 testing-x86_64/slim-1.3.6-fix-libslim-libraries.patch |   20 +
 testing-x86_64/slim.logrotate |9 ++
 testing-x86_64/slim.pam   |7 +
 8 files changed, 196 insertions(+)

Copied: slim/repos/testing-i686/PKGBUILD (from rev 195854, slim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-02 13:43:59 UTC (rev 195855)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Hugo Ideler hugoide...@dse.nl
+
+pkgname=slim
+pkgver=1.3.6
+pkgrel=1
+pkgdesc=Desktop-independent graphical login manager for X11
+arch=('i686' 'x86_64')
+url=http://slim.berlios.de/;
+license=('GPL2')
+depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft' 'libxrandr' 'xorg-xauth')
+makedepends=('cmake' 'freeglut')
+backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
+source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz
+slim-1.3.6-fix-libslim-libraries.patch
+slim.pam
+slim.logrotate)
+sha256sums=('21defeed175418c46d71af71fd493cd0cbffd693f9d43c2151529125859810df'
+'3dfa697f8c058390c7e02e7aba769475057ef8ddde945dc43b8cb7f9724dbda0'
+'b9a77a614c451287b574c33d41e28b5b149c6d2464bdb3a5274799842bca51a4'
+'5bf44748b5003f2332d8b268060c400120b9100d033fa9d35468670d827f6def')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Fix installation path of slim.service
+  sed -i 's|set(LIBDIR /lib)|set(LIBDIR /usr/lib)|' CMakeLists.txt
+
+  patch -Np1 -i $srcdir/slim-1.3.6-fix-libslim-libraries.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_PAM=yes \
+-DUSE_CONSOLEKIT=no
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/slim.pam $pkgdir/etc/pam.d/slim
+  install -Dm644 $srcdir/slim.logrotate $pkgdir/etc/logrotate.d/slim
+
+  # Provide sane defaults
+  sed -i -e 's|#xserver_arguments.*|xserver_arguments -nolisten tcp vt07|' \
+ -e 's|/var/run/slim.lock|/var/lock/slim.lock|' \
+$pkgdir/etc/slim.conf
+}
+
+# vim:set ts=2 sw=2 et:

Copied: slim/repos/testing-i686/slim-1.3.6-fix-libslim-libraries.patch (from 
rev 195854, slim/trunk/slim-1.3.6-fix-libslim-libraries.patch)
===
--- testing-i686/slim-1.3.6-fix-libslim-libraries.patch 
(rev 0)
+++ testing-i686/slim-1.3.6-fix-libslim-libraries.patch 2013-10-02 13:43:59 UTC 
(rev 195855)
@@ -0,0 +1,20 @@
+diff -upr slim-1.3.6.orig/CMakeLists.txt slim-1.3.6/CMakeLists.txt
+--- slim-1.3.6.orig/CMakeLists.txt 2013-10-02 16:16:22.0 +0300
 slim-1.3.6/CMakeLists.txt  2013-10-02 16:19:57.0 +0300
+@@ -119,6 +119,7 @@ if(USE_PAM)
+   if(PAM_FOUND)
+   message(\tPAM Found)
+   set(SLIM_DEFINITIONS ${SLIM_DEFINITIONS} -DUSE_PAM)
++  target_link_libraries(libslim ${PAM_LIBRARY})
+   target_link_libraries(${PROJECT_NAME} ${PAM_LIBRARY})
+   target_link_libraries(slimlock ${PAM_LIBRARY})
+   include_directories(${PAM_INCLUDE_DIR})
+@@ -178,6 +179,8 @@ include_directories(
+ )
+ 
+ 

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

2013-10-02 Thread Михаил Страшун
Date: Wednesday, October 2, 2013 @ 16:02:52
  Author: dicebot
Revision: 97979

upgpkg: ldc 1:0.11.0-4

ldc: missing pkgrel version bump

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 13:36:04 UTC (rev 97978)
+++ PKGBUILD2013-10-02 14:02:52 UTC (rev 97979)
@@ -5,7 +5,7 @@
 groups=('dlang' 'dlang-ldc')
 pkgver=0.11.0
 epoch=1
-pkgrel=3
+pkgrel=4
 pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
 arch=('i686' 'x86_64')
 url=https://github.com/ldc-developers/ldc;



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

2013-10-02 Thread Михаил Страшун
Date: Wednesday, October 2, 2013 @ 16:03:48
  Author: dicebot
Revision: 97980

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 97979, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 97979, ldc/trunk/ldc2.conf)
  ldc/repos/community-i686/ldc2.rebuild.conf
(from rev 97979, ldc/trunk/ldc2.rebuild.conf)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 97979, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 97979, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/ldc2.rebuild.conf
(from rev 97979, ldc/trunk/ldc2.rebuild.conf)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-i686/ldc2.rebuild.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf
  ldc/repos/community-x86_64/ldc2.rebuild.conf

+
 /PKGBUILD  |  150 +++
 /ldc2.conf |   36 
 /ldc2.rebuild.conf |4 
 community-i686/PKGBUILD|   75 -
 community-i686/ldc2.conf   |   18 
 community-i686/ldc2.rebuild.conf   |2 
 community-x86_64/PKGBUILD  |   75 -
 community-x86_64/ldc2.conf |   18 
 community-x86_64/ldc2.rebuild.conf |2 
 9 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-02 14:02:52 UTC (rev 97979)
+++ community-i686/PKGBUILD 2013-10-02 14:03:48 UTC (rev 97980)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=('ldc' 'liblphobos-devel')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.11.0
-epoch=1
-pkgrel=3
-pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
-arch=('i686' 'x86_64')
-url=https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
-ldc2.conf
-ldc2.rebuild.conf
-   )
-sha1sums=('SKIP'
-  'e4e2c9656a24a2433cfb00f792abdc247a845b46'
-  '0e6e5e072ccc006a200a8fc918cb1ebeb2e12b7b'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir build  cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
-..
-make
-}
-
-package_ldc() {
-optdepends=(liblphobos-devel: stadard library, static one + imports, LDC 
version)
-backup=(etc/ldc2.conf
-etc/ldc2.rebuild.conf
-   )
-provides=(d-compiler)
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd2 
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc2 
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-install -D -m644 $srcdir/ldc2.rebuild.conf $pkgdir/etc/ldc2.rebuild.conf
-}
-
-package_liblphobos-devel() {
-depends=(ldc)
-provides=(d-runtime d-stdlib)
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc.a 
$pkgdir/usr/lib/liblphobos.a
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc-debug.a 
$pkgdir/usr/lib/liblphobos-debug.a
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 97979, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-02 14:03:48 UTC (rev 97980)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=('ldc' 'liblphobos-devel')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.11.0
+epoch=1
+pkgrel=4
+pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
+arch=('i686' 'x86_64')
+url=https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
+ldc2.conf
+ 

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

2013-10-02 Thread Михаил Страшун
Date: Wednesday, October 2, 2013 @ 17:04:01
  Author: dicebot
Revision: 97981

Initial commit for `dub` package

Adopting it from AUR after it has gathered 10+ votes.
`dub` is development package manager for D.

Added:
  dub/
  dub/repos/
  dub/trunk/
  dub/trunk/PKGBUILD

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

Added: dub/trunk/PKGBUILD
===
--- dub/trunk/PKGBUILD  (rev 0)
+++ dub/trunk/PKGBUILD  2013-10-02 15:04:01 UTC (rev 97981)
@@ -0,0 +1,29 @@
+# Maintainer:  Mihails Strasuns pub...@dicebot.lv
+# Contributor: Moritz Maxeiner mor...@ucworks.org
+pkgname=dub
+pkgver=0.9.18
+pkgrel=1
+pkgdesc=Developer package manager for D programming language
+arch=('i686' 'x86_64')
+url=https://github.com/rejectedsoftware/dub;
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel')
+depends=('d-compiler' 'd-runtime' 'curl')
+conflicts=('dub-git')
+source=(git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build()
+{
+  cd ${srcdir}/${pkgname}
+  GITVER=$(git describe) || GITVER=unknown
+  echo module dub.version_; enum dubVersion = \$GITVER\;  
source/dub/version_.d
+  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
+}
+
+package()
+{
+  cd ${srcdir}/${pkgname}
+  install -D -m755 bin/dub ${pkgdir}/usr/bin/dub
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
+}


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


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

2013-10-02 Thread Михаил Страшун
Date: Wednesday, October 2, 2013 @ 17:08:06
  Author: dicebot
Revision: 97982

upgpkg: dub 0.9.18-1

dub: remove  line left from AUR

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 15:04:01 UTC (rev 97981)
+++ PKGBUILD2013-10-02 15:08:06 UTC (rev 97982)
@@ -7,9 +7,8 @@
 arch=('i686' 'x86_64')
 url=https://github.com/rejectedsoftware/dub;
 license=('MIT')
-makedepends=('dmd' 'libphobos-devel')
+makedepends=('dmd' 'libphobos-devel' 'git')
 depends=('d-compiler' 'd-runtime' 'curl')
-conflicts=('dub-git')
 source=(git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver;)
 sha256sums=('SKIP')
 



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

2013-10-02 Thread Михаил Страшун
Date: Wednesday, October 2, 2013 @ 17:08:48
  Author: dicebot
Revision: 97983

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

Added:
  dub/repos/community-i686/
  dub/repos/community-i686/PKGBUILD
(from rev 97982, dub/trunk/PKGBUILD)
  dub/repos/community-x86_64/
  dub/repos/community-x86_64/PKGBUILD
(from rev 97982, dub/trunk/PKGBUILD)

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

Copied: dub/repos/community-i686/PKGBUILD (from rev 97982, dub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-02 15:08:48 UTC (rev 97983)
@@ -0,0 +1,28 @@
+# Maintainer:  Mihails Strasuns pub...@dicebot.lv
+# Contributor: Moritz Maxeiner mor...@ucworks.org
+pkgname=dub
+pkgver=0.9.18
+pkgrel=1
+pkgdesc=Developer package manager for D programming language
+arch=('i686' 'x86_64')
+url=https://github.com/rejectedsoftware/dub;
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('d-compiler' 'd-runtime' 'curl')
+source=(git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build()
+{
+  cd ${srcdir}/${pkgname}
+  GITVER=$(git describe) || GITVER=unknown
+  echo module dub.version_; enum dubVersion = \$GITVER\;  
source/dub/version_.d
+  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
+}
+
+package()
+{
+  cd ${srcdir}/${pkgname}
+  install -D -m755 bin/dub ${pkgdir}/usr/bin/dub
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
+}

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 97982, dub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-02 15:08:48 UTC (rev 97983)
@@ -0,0 +1,28 @@
+# Maintainer:  Mihails Strasuns pub...@dicebot.lv
+# Contributor: Moritz Maxeiner mor...@ucworks.org
+pkgname=dub
+pkgver=0.9.18
+pkgrel=1
+pkgdesc=Developer package manager for D programming language
+arch=('i686' 'x86_64')
+url=https://github.com/rejectedsoftware/dub;
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('d-compiler' 'd-runtime' 'curl')
+source=(git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build()
+{
+  cd ${srcdir}/${pkgname}
+  GITVER=$(git describe) || GITVER=unknown
+  echo module dub.version_; enum dubVersion = \$GITVER\;  
source/dub/version_.d
+  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
+}
+
+package()
+{
+  cd ${srcdir}/${pkgname}
+  install -D -m755 bin/dub ${pkgdir}/usr/bin/dub
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
+}



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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:21:32
  Author: foutrelis
Revision: 195856

upgpkg: lirc 1:0.9.0-61

Linux 3.11.3 rebuild.

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 13:43:59 UTC (rev 195855)
+++ PKGBUILD2013-10-02 15:21:32 UTC (rev 195856)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=60
+pkgrel=61
 epoch=1
 _extramodules=extramodules-3.11-ARCH
 arch=('i686' 'x86_64')



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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:22:05
  Author: foutrelis
Revision: 195857

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 195856, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 195856, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 195856, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 195856, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 195856, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 195856, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 195856, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 195856, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 195856, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 195856, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 195856, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 195856, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 195856, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 195856, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 195856, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 195856, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 195856, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 195856, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 195856, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 195856, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 195856, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 195856, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 195856, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 195856, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 195856, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 195856, lirc/trunk/lircm.service)

+
 testing-i686/PKGBUILD  |  107 +++
 testing-i686/irexec.service|   11 ++
 testing-i686/kernel-2.6.39.patch   |   54 +++
 testing-i686/linux-3.8.patch   |   80 +
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 +
 testing-i686/lirc.service  |   11 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 ++
 testing-i686/lirc_wpc8769l.patch   |   88 ++
 testing-i686/lircd-handle-large-config.patch   |   39 
 testing-i686/lircm.service |   11 ++
 testing-x86_64/PKGBUILD|  107 +++
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/kernel-2.6.39.patch |   54 +++
 testing-x86_64/linux-3.8.patch |   80 +
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 +
 testing-x86_64/lirc.service|   11 ++
 testing-x86_64/lirc.tmpfiles   |1 
 testing-x86_64/lirc_atiusb-kfifo.patch |   31 ++
 testing-x86_64/lirc_wpc8769l.patch |   88 ++
 testing-x86_64/lircd-handle-large-config.patch |   39 
 testing-x86_64/lircm.service   |   11 ++
 26 files changed, 922 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 195856, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-02 15:22:05 UTC (rev 195857)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=61
+epoch=1
+_extramodules=extramodules-3.11-ARCH
+arch=('i686' 'x86_64')
+url=http://www.lirc.org/;
+license=('GPL')
+### NOTICE don't forget to bump 

[arch-commits] Commit in (v8)

2013-10-02 Thread Alexander Rødseth
Date: Wednesday, October 2, 2013 @ 17:28:39
  Author: arodseth
Revision: 97984

Moving to AUR in connection with the Midyear Cleanup

Deleted:
  v8/



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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:36:30
  Author: foutrelis
Revision: 97987

upgpkg: r8168 8.036.00-12

Linux 3.11.3 rebuild.

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 15:36:26 UTC (rev 97986)
+++ PKGBUILD2013-10-02 15:36:30 UTC (rev 97987)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.036.00
-pkgrel=11
+pkgrel=12
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:36:26
  Author: foutrelis
Revision: 97986

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

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

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

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 97985, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-02 15:36:26 UTC (rev 97986)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.7
+_extramodules=extramodules-3.11-ARCH # Don't forget to update bbswitch.install
+pkgrel=15
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('b9df5ea40109ef9766448a0577c798e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 97985, 
bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2013-10-02 15:36:26 UTC (rev 
97986)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.11-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 97985, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-02 15:36:26 UTC (rev 97986)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.7
+_extramodules=extramodules-3.11-ARCH # Don't forget to update bbswitch.install
+pkgrel=15
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('b9df5ea40109ef9766448a0577c798e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
97985, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2013-10-02 15:36:26 UTC (rev 
97986)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.11-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:36:14
  Author: foutrelis
Revision: 97985

upgpkg: bbswitch 0.7-15

Linux 3.11.3 rebuild.

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 15:28:39 UTC (rev 97984)
+++ PKGBUILD2013-10-02 15:36:14 UTC (rev 97985)
@@ -5,7 +5,7 @@
 pkgname=bbswitch
 pkgver=0.7
 _extramodules=extramodules-3.11-ARCH # Don't forget to update bbswitch.install
-pkgrel=14
+pkgrel=15
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)



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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:36:49
  Author: foutrelis
Revision: 97989

upgpkg: rt3562sta 2.4.1.1-45

Linux 3.11.3 rebuild.

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 15:36:44 UTC (rev 97988)
+++ PKGBUILD2013-10-02 15:36:49 UTC (rev 97989)
@@ -4,7 +4,7 @@
 
 pkgname=rt3562sta
 pkgver=2.4.1.1
-pkgrel=44
+pkgrel=45
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 url=http://www.mediatek.com/en/Products/support.php?sn=501;



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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:36:44
  Author: foutrelis
Revision: 97988

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

Added:
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 97987, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-3.10.patch
(from rev 97987, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 97987, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 97987, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-3.10.patch
(from rev 97987, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 97987, r8168/trunk/r8168.install)

---+
 community-testing-i686/PKGBUILD   |   51 
 community-testing-i686/linux-3.10.patch   |   59 
 community-testing-i686/r8168.install  |   17 
 community-testing-x86_64/PKGBUILD |   51 
 community-testing-x86_64/linux-3.10.patch |   59 
 community-testing-x86_64/r8168.install|   17 
 6 files changed, 254 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 97987, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-02 15:36:44 UTC (rev 97988)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.036.00
+pkgrel=12
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
+install=$pkgname.install
+
+prepare() {
+   cd $pkgname-$pkgver
+   patch -p0 -i $srcdir/linux-3.10.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
+'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168/repos/community-testing-i686/linux-3.10.patch (from rev 97987, 
r8168/trunk/linux-3.10.patch)
===
--- community-testing-i686/linux-3.10.patch (rev 0)
+++ community-testing-i686/linux-3.10.patch 2013-10-02 15:36:44 UTC (rev 
97988)
@@ -0,0 +1,59 @@
+--- src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
 src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
+@@ -52,6 +52,10 @@
+ #include linux/init.h
+ #include linux/rtnetlink.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++#include linux/if_ether.h
++#endif
++
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
+ #include linux/pci-aspm.h
+ #endif
+@@ -2232,6 +2236,9 @@
+swab16(opts2  0x));
+ ret = 0;
+ }
++#elif LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (opts2  RxVlanTag)
++  __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2  
0x));
+ #else
+ if (opts2  RxVlanTag)
+ __vlan_hwaccel_put_tag(skb, swab16(opts2  0x));
+@@ -2295,7 +2302,11 @@
+ else
+ tp-cp_cmd = ~RxChkSum;
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (dev-features  NETIF_F_HW_VLAN_CTAG_RX)
++#else
+ if (dev-features  NETIF_F_HW_VLAN_RX)
++#endif
+ tp-cp_cmd |= RxVlan;
+ else
+ tp-cp_cmd = ~RxVlan;
+@@ -16195,7 

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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:37:22
  Author: foutrelis
Revision: 97990

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

Added:
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 97989, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/linux-3.8.patch
(from rev 97989, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 97989, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-config.patch
(from rev 97989, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 97989, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 97989, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 97989, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 97989, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 97989, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 97989, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 97989, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 97989, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/linux-3.8.patch
(from rev 97989, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 97989, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-config.patch
(from rev 97989, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 97989, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 97989, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 97989, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 97989, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 97989, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 97989, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 97989, rt3562sta/trunk/rt3562sta.install)

+
 community-testing-i686/PKGBUILD
|   88 
 community-testing-i686/linux-3.8.patch 
|   50 +
 community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch   
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-config.patch  
|   98 ++
 community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch 
|   13 +
 community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch 
|   14 +
 community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch 
|   15 +
 
community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
   |   47 
 community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch  
|   11 +
 community-testing-i686/rt3562sta.install   
|   16 +
 community-testing-x86_64/PKGBUILD  
|   88 
 

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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:37:41
  Author: foutrelis
Revision: 97992

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

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

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

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 97991, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-02 15:37:41 UTC (rev 97992)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=36
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+M=${srcdir}/${pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/${_extramodules%/*}
+  mv ${_kernver}/extra ${_extramodules##*/}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 97991, 
tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2013-10-02 15:37:41 UTC (rev 
97992)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.11-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 97991, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-02 15:37:41 UTC (rev 97992)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=36
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+install=${pkgname}.install

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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:37:32
  Author: foutrelis
Revision: 97991

upgpkg: tp_smapi 0.41-36

Linux 3.11.3 rebuild.

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 15:37:22 UTC (rev 97990)
+++ PKGBUILD2013-10-02 15:37:32 UTC (rev 97991)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=35
+pkgrel=36
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:37:44
  Author: foutrelis
Revision: 97993

upgpkg: vhba-module 20130607-15

Linux 3.11.3 rebuild.

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 15:37:41 UTC (rev 97992)
+++ PKGBUILD2013-10-02 15:37:44 UTC (rev 97993)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20130607
 _extramodules=extramodules-3.11-ARCH
-pkgrel=14
+pkgrel=15
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;



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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 17:37:55
  Author: foutrelis
Revision: 97994

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

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

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   40 +
 community-testing-i686/vhba-module.install   |   22 +
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   40 +
 community-testing-x86_64/vhba-module.install |   22 +
 6 files changed, 126 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 97993, 
vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2013-10-02 15:37:55 UTC (rev 
97994)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 97993, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-02 15:37:55 UTC (rev 97994)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.11-ARCH
+pkgrel=15
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')
+makedepends=('linux-headers')
+options=(!makeflags)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('92a681e4665aa85a8335d00395a61697'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
+  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true  install=${install}.pkg
+  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
97993, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2013-10-02 15:37:55 UTC (rev 
97994)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echoUpdating module dependencies...
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
97993, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2013-10-02 15:37:55 UTC (rev 
97994)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 97993, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-02 15:37:55 UTC (rev 97994)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# 

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

2013-10-02 Thread Jan Steffens
Date: Wednesday, October 2, 2013 @ 19:39:57
  Author: heftig
Revision: 195858

add libgnomekbd for gkbd-keyboard-display

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 15:22:05 UTC (rev 195857)
+++ PKGBUILD2013-10-02 17:39:57 UTC (rev 195858)
@@ -11,7 +11,7 @@
 depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop 
gnome-menus
  gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
  libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
- gnome-color-manager smbclient modemmanager)
+ gnome-color-manager smbclient modemmanager libgnomekbd)
 makedepends=(gnome-doc-utils intltool docbook-xsl)
 optdepends=('system-config-printer: Printer settings'
 'gnome-user-share: Bluetooth and WebDAV file sharing'



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

2013-10-02 Thread Andreas Radke
Date: Wednesday, October 2, 2013 @ 21:14:00
  Author: andyrtr
Revision: 195860

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 195859, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 195859, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-10-02 19:14:00 UTC (rev 195860)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2013g
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('be5ec909a9ee363a80dc88b2d1ae9690cacac4b2')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory'
+   'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2013-10-02 Thread Andreas Radke
Date: Wednesday, October 2, 2013 @ 21:13:46
  Author: andyrtr
Revision: 195859

upgpkg: tzdata 2013g-1

upstream update 2013g

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 17:39:57 UTC (rev 195858)
+++ PKGBUILD2013-10-02 19:13:46 UTC (rev 195859)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2013f
+pkgver=2013g
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
@@ -9,11 +9,8 @@
 url=http://www.iana.org/time-zones;
 license=('GPL')
 options=('!emptydirs')
-source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz
-# tzcodes is required for leapseconds.awk file that is not yet part of 
tzdata
-
http://www.iana.org/time-zones/repository/releases/tzcode${pkgver}.tar.gz)
-sha1sums=('df1bc479779151403d847d42e3b3824ff710edfa'
-  'daf27f2434bcc5e1489a1ade86917207913cf1ef')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('be5ec909a9ee363a80dc88b2d1ae9690cacac4b2')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'
@@ -25,9 +22,6 @@
   cd ${srcdir}
   zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
   zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
-  
-  # generate leapseconds file
-  awk -f leapseconds.awk leap-seconds.list  leapseconds  echo leapseconds 
file generated
   zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
   
   zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York



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

2013-10-02 Thread Andreas Radke
Date: Wednesday, October 2, 2013 @ 21:23:09
  Author: andyrtr
Revision: 195861

upgpkg: poppler 0.24.2-1

upstream update 0.24.2

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 19:14:00 UTC (rev 195860)
+++ PKGBUILD2013-10-02 19:23:09 UTC (rev 195861)
@@ -3,7 +3,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
-pkgver=0.24.1
+pkgver=0.24.2
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,7 +13,7 @@
 _testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
 source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
 
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
-md5sums=('b11cc0408b4ad3809fa455d7b3d5ade9'
+md5sums=('ca5c6e35859db5cd578ce4a351dd589d'
  '9dc64c254a31e570507bdd4ad4ba629a')
 
 prepare() {



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

2013-10-02 Thread Andreas Radke
Date: Wednesday, October 2, 2013 @ 21:23:28
  Author: andyrtr
Revision: 195862

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

Added:
  poppler/repos/testing-i686/
  poppler/repos/testing-i686/PKGBUILD
(from rev 195861, poppler/trunk/PKGBUILD)
  poppler/repos/testing-x86_64/
  poppler/repos/testing-x86_64/PKGBUILD
(from rev 195861, poppler/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |  102 ++
 testing-x86_64/PKGBUILD |  102 ++
 2 files changed, 204 insertions(+)

Copied: poppler/repos/testing-i686/PKGBUILD (from rev 195861, 
poppler/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-02 19:23:28 UTC (rev 195862)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.24.2
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('ca5c6e35859db5cd578ce4a351dd589d'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+prepare() {
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  sed -i s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS: configure.ac
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-qt5 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc=PDF rendering library based on xpdf 3.0
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms2')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=(poppler-qt3${pkgver})
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' \
+  -e 's/^qt5_subdir =.*/qt5_subdir =/' -i Makefile
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4,qt5}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc=Poppler glib bindings
+  depends=(poppler=${pkgver} 'glib2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/glib
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-glib.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+  rm -f ${pkgdir}/usr/bin/poppler-glib-demo
+}
+
+package_poppler-qt4() {
+  pkgdesc=Poppler Qt4 bindings
+  provides=(poppler-qt=${pkgver})
+  replaces=('poppler-qt')
+  conflicts=('poppler-qt')
+  depends=(poppler=${pkgver} 'qt4')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/qt4
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}
+
+package_poppler-qt5() {
+  pkgdesc=Poppler Qt5 bindings
+  depends=(poppler=${pkgver} 'qt5-base')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/qt5
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-qt5.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}

Copied: poppler/repos/testing-x86_64/PKGBUILD (from rev 195861, 
poppler/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-02 19:23:28 UTC (rev 195862)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.24.2
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;

[arch-commits] Commit in xf86-video-r128/trunk (PKGBUILD no-mibstore.patch)

2013-10-02 Thread Andreas Radke
Date: Wednesday, October 2, 2013 @ 21:32:25
  Author: andyrtr
Revision: 195863

upgpkg: xf86-video-r128 6.9.2-1

upstream update 6.9.2

Modified:
  xf86-video-r128/trunk/PKGBUILD
Deleted:
  xf86-video-r128/trunk/no-mibstore.patch

---+
 PKGBUILD  |   14 --
 no-mibstore.patch |   24 
 2 files changed, 4 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 19:23:28 UTC (rev 195862)
+++ PKGBUILD2013-10-02 19:32:25 UTC (rev 195863)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-r128
-pkgver=6.9.1
-pkgrel=4
+pkgver=6.9.2
+pkgrel=1
 pkgdesc=X.org ati Rage128 video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -14,15 +14,9 @@
 optdepends=('r128-dri: DRI1 support from community repo')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-no-mibstore.patch)
-sha256sums=('8be3baa8d3b19e3a05f00a53bf35784e144dc2ad14c358f97870c072e634e44c'
-'6e4cbce4de6ff569f6d30a99f699ca44d4cb28e530e593f61578b4f97c1de13e')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8b2d295f1842d07304a75da1cfb9bf139b320a6539970eaf8d5ecc010cd36ee0')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../no-mibstore.patch
-}
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Deleted: no-mibstore.patch
===
--- no-mibstore.patch   2013-10-02 19:23:28 UTC (rev 195862)
+++ no-mibstore.patch   2013-10-02 19:32:25 UTC (rev 195863)
@@ -1,24 +0,0 @@
-From 24f28a78fdcd056357f137650ca7f0f01c257d97 Mon Sep 17 00:00:00 2001
-From: Connor Behan connor.be...@gmail.com
-Date: Wed, 19 Dec 2012 18:41:14 +
-Subject: Remove call to obsolete miInitializeBackingStore()
-
-Definition was deleted from Xorg during 1.14 merge window, but has been
-a no-op since 1.10 merge window.
-
-Signed-off-by: Connor Behan connor.be...@gmail.com

-diff --git a/src/r128_driver.c b/src/r128_driver.c
-index a062a60..f47c7e3 100644
 a/src/r128_driver.c
-+++ b/src/r128_driver.c
-@@ -2701,7 +2701,6 @@ Bool R128ScreenInit(SCREEN_INIT_ARGS_DECL)
- R128DGAInit(pScreen);
- 
-   /* Backing store setup */
--miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- 
-   /* Set Silken Mouse */
---
-cgit v0.9.0.2-2-gbebe



[arch-commits] Commit in xf86-video-r128/repos (6 files)

2013-10-02 Thread Andreas Radke
Date: Wednesday, October 2, 2013 @ 21:32:45
  Author: andyrtr
Revision: 195864

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

Added:
  xf86-video-r128/repos/extra-i686/PKGBUILD
(from rev 195863, xf86-video-r128/trunk/PKGBUILD)
  xf86-video-r128/repos/extra-x86_64/PKGBUILD
(from rev 195863, xf86-video-r128/trunk/PKGBUILD)
Deleted:
  xf86-video-r128/repos/extra-i686/PKGBUILD
  xf86-video-r128/repos/extra-i686/no-mibstore.patch
  xf86-video-r128/repos/extra-x86_64/PKGBUILD
  xf86-video-r128/repos/extra-x86_64/no-mibstore.patch

+
 /PKGBUILD  |   64 +++
 extra-i686/PKGBUILD|   38 ---
 extra-i686/no-mibstore.patch   |   24 --
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/no-mibstore.patch |   24 --
 5 files changed, 64 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-02 19:32:25 UTC (rev 195863)
+++ extra-i686/PKGBUILD 2013-10-02 19:32:45 UTC (rev 195864)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-r128
-pkgver=6.9.1
-pkgrel=4
-pkgdesc=X.org ati Rage128 video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
-optdepends=('r128-dri: DRI1 support from community repo')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-no-mibstore.patch)
-sha256sums=('8be3baa8d3b19e3a05f00a53bf35784e144dc2ad14c358f97870c072e634e44c'
-'6e4cbce4de6ff569f6d30a99f699ca44d4cb28e530e593f61578b4f97c1de13e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../no-mibstore.patch
-}
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-r128/repos/extra-i686/PKGBUILD (from rev 195863, 
xf86-video-r128/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-02 19:32:45 UTC (rev 195864)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-r128
+pkgver=6.9.2
+pkgrel=1
+pkgdesc=X.org ati Rage128 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+optdepends=('r128-dri: DRI1 support from community repo')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8b2d295f1842d07304a75da1cfb9bf139b320a6539970eaf8d5ecc010cd36ee0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-i686/no-mibstore.patch
===
--- extra-i686/no-mibstore.patch2013-10-02 19:32:25 UTC (rev 195863)
+++ extra-i686/no-mibstore.patch2013-10-02 19:32:45 UTC (rev 195864)
@@ -1,24 +0,0 @@
-From 24f28a78fdcd056357f137650ca7f0f01c257d97 Mon Sep 17 00:00:00 2001
-From: Connor Behan connor.be...@gmail.com
-Date: Wed, 19 Dec 2012 18:41:14 +
-Subject: Remove call to obsolete miInitializeBackingStore()
-
-Definition was deleted from Xorg during 1.14 merge window, but has been
-a no-op since 1.10 merge window.
-
-Signed-off-by: Connor Behan connor.be...@gmail.com

-diff --git a/src/r128_driver.c b/src/r128_driver.c
-index a062a60..f47c7e3 100644
 a/src/r128_driver.c
-+++ b/src/r128_driver.c
-@@ -2701,7 +2701,6 @@ Bool R128ScreenInit(SCREEN_INIT_ARGS_DECL)
- R128DGAInit(pScreen);
- 
-   /* Backing store setup */
--miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- 
-   /* Set Silken Mouse */
---
-cgit v0.9.0.2-2-gbebe

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-02 19:32:25 UTC (rev 195863)
+++ extra-x86_64/PKGBUILD   2013-10-02 19:32:45 UTC (rev 195864)
@@ -1,38 

[arch-commits] Commit in gnome-menus/trunk (PKGBUILD calculator.patch)

2013-10-02 Thread Jan Steffens
Date: Wednesday, October 2, 2013 @ 21:56:14
  Author: heftig
Revision: 195865

3.10.0

Modified:
  gnome-menus/trunk/PKGBUILD
Deleted:
  gnome-menus/trunk/calculator.patch

--+
 PKGBUILD |   11 ---
 calculator.patch |   41 -
 2 files changed, 4 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 19:32:45 UTC (rev 195864)
+++ PKGBUILD2013-10-02 19:56:14 UTC (rev 195865)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-menus
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.10.0
+pkgrel=1
 pkgdesc=GNOME menu specifications
 arch=('i686' 'x86_64')
 depends=('glib2')
@@ -11,14 +11,11 @@
 options=('!libtool')
 license=('GPL' 'LGPL')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-calculator.patch)
-sha256sums=('33c215ae8d815f4a94d2dbfc8c6679fddbbf8026d30da55a350e67ea940ce14f'
-'e2b17562cd48794075b6bff98cec1fc8ff817728bcea40834144c699cd8680c8')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('713a58ff9e3264be70dd233c2935cfce4ee76223c17044ecbf6cb53eba875192')
 
 build() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../calculator.patch
   ./configure \
   --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var  --disable-static

Deleted: calculator.patch
===
--- calculator.patch2013-10-02 19:32:45 UTC (rev 195864)
+++ calculator.patch2013-10-02 19:56:14 UTC (rev 195865)
@@ -1,41 +0,0 @@
-From 599c7b05c432b1571a7105f1ebf6bbe30c36dbdf Mon Sep 17 00:00:00 2001
-From: Kalev Lember kalevlem...@gmail.com
-Date: Thu, 28 Mar 2013 21:54:34 +
-Subject: Adapt for gnome-calculator - gcalctool desktop file rename
-
-gnome-calculator.desktop was renamed back to gcalctool.desktop, at the
-very last minute before the 3.8.0 release.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=696816

-diff --git a/layout/gnome-applications.menu b/layout/gnome-applications.menu
-index 84d13ed..503f9ca 100644
 a/layout/gnome-applications.menu
-+++ b/layout/gnome-applications.menu
-@@ -38,7 +38,6 @@
- NotFilenamefile-roller.desktop/Filename/Not
- NotFilenamegnome-file-roller.desktop/Filename/Not
- NotFilenamedeja-dup-preferences.desktop/Filename/Not
--NotFilenamegnome-calculator.desktop/Filename/Not
- NotFilenamegcalctool.desktop/Filename/Not
- NotFilenamegucharmap.desktop/Filename/Not
- NotFilenamegnome-gucharmap.desktop/Filename/Not
-@@ -251,7 +250,7 @@
- DirectoryX-GNOME-Utilities.directory/Directory
- Include
-   Filenamefile-roller.desktop/Filename
--  Filenamegnome-calculator.desktop/Filename
-+  Filenamegcalctool.desktop/Filename
-   Filenamegnome-font-viewer.desktop/Filename
-   Filenamegucharmap.desktop/Filename
-   Filenameseahorse.desktop/Filename
-@@ -287,7 +286,6 @@
- NotFilenamegnome-eog.desktop/Filename/Not
- NotFilenamegnome-file-roller.desktop/Filename/Not
- NotFilenamegnome-gucharmap.desktop/Filename/Not
--NotFilenamegcalctool.desktop/Filename/Not
-   /And
- /Include
-   /Menu !-- End Other --
---
-cgit v0.9.1



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

2013-10-02 Thread Jan Steffens
Date: Wednesday, October 2, 2013 @ 21:57:01
  Author: heftig
Revision: 195866

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

Added:
  gnome-menus/repos/testing-i686/
  gnome-menus/repos/testing-i686/PKGBUILD
(from rev 195865, gnome-menus/trunk/PKGBUILD)
  gnome-menus/repos/testing-x86_64/
  gnome-menus/repos/testing-x86_64/PKGBUILD
(from rev 195865, gnome-menus/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: gnome-menus/repos/testing-i686/PKGBUILD (from rev 195865, 
gnome-menus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-02 19:57:01 UTC (rev 195866)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-menus
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=GNOME menu specifications
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+license=('GPL' 'LGPL')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('713a58ff9e3264be70dd233c2935cfce4ee76223c17044ecbf6cb53eba875192')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-menus/repos/testing-x86_64/PKGBUILD (from rev 195865, 
gnome-menus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-02 19:57:01 UTC (rev 195866)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-menus
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=GNOME menu specifications
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+license=('GPL' 'LGPL')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('713a58ff9e3264be70dd233c2935cfce4ee76223c17044ecbf6cb53eba875192')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-10-02 Thread Balló György
Date: Wednesday, October 2, 2013 @ 23:37:00
  Author: bgyorgy
Revision: 97998

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

Added:
  freemat/repos/community-i686/ChangeLog
(from rev 97997, freemat/trunk/ChangeLog)
  freemat/repos/community-i686/PKGBUILD
(from rev 97997, freemat/trunk/PKGBUILD)
  freemat/repos/community-i686/freemat.install
(from rev 97997, freemat/trunk/freemat.install)
  freemat/repos/community-x86_64/ChangeLog
(from rev 97997, freemat/trunk/ChangeLog)
  freemat/repos/community-x86_64/PKGBUILD
(from rev 97997, freemat/trunk/PKGBUILD)
  freemat/repos/community-x86_64/freemat.install
(from rev 97997, freemat/trunk/freemat.install)
Deleted:
  freemat/repos/community-i686/ChangeLog
  freemat/repos/community-i686/PKGBUILD
  freemat/repos/community-i686/build-fix.patch
  freemat/repos/community-i686/freemat.install
  freemat/repos/community-x86_64/ChangeLog
  freemat/repos/community-x86_64/PKGBUILD
  freemat/repos/community-x86_64/build-fix.patch
  freemat/repos/community-x86_64/freemat.install

--+
 /ChangeLog   |6 ++
 /PKGBUILD|   86 +
 /freemat.install |   14 ++
 community-i686/ChangeLog |3 -
 community-i686/PKGBUILD  |   46 ---
 community-i686/build-fix.patch   |   11 
 community-i686/freemat.install   |7 ---
 community-x86_64/ChangeLog   |3 -
 community-x86_64/PKGBUILD|   46 ---
 community-x86_64/build-fix.patch |   11 
 community-x86_64/freemat.install |7 ---
 11 files changed, 106 insertions(+), 134 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-10-02 21:36:52 UTC (rev 97997)
+++ community-i686/ChangeLog2013-10-02 21:37:00 UTC (rev 97998)
@@ -1,3 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Copied: freemat/repos/community-i686/ChangeLog (from rev 97997, 
freemat/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-10-02 21:37:00 UTC (rev 97998)
@@ -0,0 +1,3 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-02 21:36:52 UTC (rev 97997)
+++ community-i686/PKGBUILD 2013-10-02 21:37:00 UTC (rev 97998)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=freemat
-pkgver=4.2
-pkgrel=2
-pkgdesc=A free environment for rapid engineering, scientific prototyping and 
data processing
-arch=('i686' 'x86_64')
-url=http://freemat.sourceforge.net;
-license=('GPL')
-depends=('qt4' 'ffcall' 'fftw' 'portaudio' 'libffi' 'glu' 'qtwebkit' 'arpack')
-makedepends=('lapack' 'umfpack' 'blas' 'libmatio' 'cmake' 'python2' 'mesa')
-install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
-   build-fix.patch)
-md5sums=('ace147e49273ae935d363da8e2a56d4d'
- '2d11a28aa2a7df89c4618ed1c4be5973')
-
-build() {
-  cd $srcdir/FreeMat-$pkgver-Source
-
-  unset LDFLAGS
-  rm -f CMakeCache.txt
-  find . -type f -name '*.moc.cpp' -exec rm -f {} \;
-  find . -type f -name 'add.so' -exec rm -f {} \;
-  patch -p1 $srcdir/build-fix.patch
-  echo libs/libMatC/CJitFuncClang.hpp
-  echo libs/libMatC/CJitFuncClang.cpp
-
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DUSE_LLVM=OFF \
-   -DFORCE_BUNDLED_UMFPACK=ON \
-   -DFFI_INCLUDE_DIR=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/ \
-   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-   .
-  make
-}
-package() {
-  cd $srcdir/FreeMat-$pkgver-Source
-
-  make DESTDIR=$pkgdir install -j1
-  sed -i s|/FreeMat-.*/|/FreeMat-$pkgver/|g $startdir/freemat.install
-  rm $pkgdir/usr/bin/blas.ini
-}

Copied: freemat/repos/community-i686/PKGBUILD (from rev 97997, 
freemat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-02 21:37:00 UTC (rev 97998)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=freemat
+pkgver=4.2
+pkgrel=3
+pkgdesc=A free environment for rapid engineering, scientific prototyping and 
data processing
+arch=('i686' 'x86_64')
+url=http://freemat.sourceforge.net;
+license=('GPL')
+depends=('arpack' 'fftw' 'glu' 'portaudio' 'qtwebkit')
+makedepends=('cmake' 'python2' 'suitesparse')
+install=freemat.install

[arch-commits] Commit in freemat/trunk (PKGBUILD build-fix.patch)

2013-10-02 Thread Balló György
Date: Wednesday, October 2, 2013 @ 23:36:52
  Author: bgyorgy
Revision: 97997

upgpkg: freemat 4.2-3

Reduce dependencies

Modified:
  freemat/trunk/PKGBUILD
Deleted:
  freemat/trunk/build-fix.patch

-+
 PKGBUILD|   13 +
 build-fix.patch |   11 ---
 2 files changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 15:41:17 UTC (rev 97996)
+++ PKGBUILD2013-10-02 21:36:52 UTC (rev 97997)
@@ -4,18 +4,16 @@
 
 pkgname=freemat
 pkgver=4.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A free environment for rapid engineering, scientific prototyping and 
data processing
 arch=('i686' 'x86_64')
 url=http://freemat.sourceforge.net;
 license=('GPL')
-depends=('qt4' 'ffcall' 'fftw' 'portaudio' 'libffi' 'glu' 'qtwebkit' 'arpack')
-makedepends=('lapack' 'umfpack' 'blas' 'libmatio' 'cmake' 'python2' 'mesa')
+depends=('arpack' 'fftw' 'glu' 'portaudio' 'qtwebkit')
+makedepends=('cmake' 'python2' 'suitesparse')
 install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
-   build-fix.patch)
-md5sums=('ace147e49273ae935d363da8e2a56d4d'
- '2d11a28aa2a7df89c4618ed1c4be5973')
+source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz)
+md5sums=('ace147e49273ae935d363da8e2a56d4d')
 
 build() {
   cd $srcdir/FreeMat-$pkgver-Source
@@ -24,7 +22,6 @@
   rm -f CMakeCache.txt
   find . -type f -name '*.moc.cpp' -exec rm -f {} \;
   find . -type f -name 'add.so' -exec rm -f {} \;
-  patch -p1 $srcdir/build-fix.patch
   echo libs/libMatC/CJitFuncClang.hpp
   echo libs/libMatC/CJitFuncClang.cpp
 

Deleted: build-fix.patch
===
--- build-fix.patch 2013-10-02 15:41:17 UTC (rev 97996)
+++ build-fix.patch 2013-10-02 21:36:52 UTC (rev 97997)
@@ -1,11 +0,0 @@
-diff -wbBur FreeMat-4.1-Source/libs/libGraphics/GLRenderEngine.cpp 
FreeMat-4.1-Source.my/libs/libGraphics/GLRenderEngine.cpp
 FreeMat-4.1-Source/libs/libGraphics/GLRenderEngine.cpp 2011-11-27 
04:27:43.0 +0400
-+++ FreeMat-4.1-Source.my/libs/libGraphics/GLRenderEngine.cpp  2012-01-20 
19:07:48.0 +0400
-@@ -20,6 +20,7 @@
- #include qimage.h
- #include qpainter.h
- #include QtOpenGL
-+#include GL/glu.h
- #include math.h
- #include IEEEFP.hpp
- 



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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 23:49:45
  Author: foutrelis
Revision: 195867

upgpkg: chromium 30.0.1599.66-1

New upstream release.

Added:
  chromium/trunk/chromium-system-icu-r0.patch
Modified:
  chromium/trunk/PKGBUILD
Deleted:
  
chromium/trunk/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch

+
 PKGBUILD   
|   47 ++
 chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch 
|   46 -
 chromium-system-icu-r0.patch   
|   26 +
 3 files changed, 56 insertions(+), 63 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 19:57:01 UTC (rev 195866)
+++ PKGBUILD2013-10-02 21:49:45 UTC (rev 195867)
@@ -5,7 +5,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=29.0.1547.76
+pkgver=30.0.1599.66
+_toolchains_rev=12029
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -16,20 +17,32 @@
  'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'harfbuzz-icu'
  'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
- 'elfutils' 'subversion' 'nacl-toolchain-newlib')
+ 'elfutils' 'subversion')
+[[ $CARCH = x86_64 ]]  makedepends+=('lib32-gcc-libs' 'lib32-zlib')
 optdepends=('kdebase-kdialog: needed for file dialogs in KDE')
 backup=('etc/chromium/default')
 install=chromium.install
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
+
naclsdk_nacl_linux_x86-$_toolchains_rev.tgz::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_linux_x86.tgz
+
naclsdk_pnacl_linux_x86-$_toolchains_rev.tgz::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_pnacl_linux_x86.tgz
+
naclsdk_pnacl_translator-$_toolchains_rev.tgz::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_pnacl_translator.tgz
+
naclsdk_pnacl_translator-$_toolchains_rev.tgz.sha1hash::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_pnacl_translator.tgz.sha1hash
 chromium.desktop
 chromium.default
 chromium.sh
-
chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch)
-sha256sums=('61db2740f6eb7f95aeadf20d5e34a5c6759e9e8d08b88f5c960e041cfc502888'
+chromium-system-icu-r0.patch)
+noextract=(naclsdk_nacl_linux_x86-$_toolchains_rev.tgz
+   naclsdk_pnacl_linux_x86-$_toolchains_rev.tgz
+   naclsdk_pnacl_translator-$_toolchains_rev.tgz)
+sha256sums=('8fe8262fd69b59c759916d17eaf4225d1d5b64c468629cb9a684144d3cd15724'
+'641e2acf0e755bfe052016164e9e0198104130b612a042eacf259a2f2630d6cd'
+'6ce53b1af8fef34c1557c7fbb764cfbca29cb70b8ee3367746a31976cf115e01'
+'0b7afcbad1461336e7062d7c8d64e67e670a1fce07214e24313204af1f3a5a70'
+'d6c5ed767ee9ee4e92b4de958cd32b0152783f170c1483fe99d2199fc2623813'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
-'7c2e448c30677999f524f9513c2f998f3cb15bc6084692cad9c3f310aa813530')
+'9bf164094ff33565f79807ab17cbd1d3f75655383fdaa01bb1a702263174cf09')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
@@ -42,10 +55,8 @@
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-  # Fix deadlock related to the GPU sandbox when tcmalloc isn't used
-  # https://code.google.com/p/chromium/issues/detail?id=255063
-  # https://bugs.gentoo.org/show_bug.cgi?id=471198#c23
-  patch -Np1 -i 
$srcdir/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch
+  # Fix build with system ICU (patch from Gentoo)
+  patch -Np0 -i $srcdir/chromium-system-icu-r0.patch
 
   # Use Python 2
   find . -type f -exec sed -i -r \
@@ -57,10 +68,15 @@
   ln -s /usr/bin/python2 $srcdir/python2-path/python
 
   # Prepare NaCL toolchain
-  mkdir -p out/Release/obj/gen/sdk/toolchain
-  cp -a /usr/lib/nacl-toolchain-newlib \
-out/Release/obj/gen/sdk/toolchain/linux_x86_newlib
-  touch out/Release/obj/gen/sdk/toolchain/linux_x86_newlib/stamp.untar
+  mkdir native_client/toolchain/{.tars,pnacl_translator}
+  ln -s $srcdir/naclsdk_nacl_linux_x86-$_toolchains_rev.tgz \
+

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

2013-10-02 Thread Evangelos Foutras
Date: Wednesday, October 2, 2013 @ 23:50:10
  Author: foutrelis
Revision: 195868

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 195867, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-system-icu-r0.patch
(from rev 195867, chromium/trunk/chromium-system-icu-r0.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 195867, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 195867, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 195867, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 195867, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 195867, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-system-icu-r0.patch
(from rev 195867, chromium/trunk/chromium-system-icu-r0.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 195867, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 195867, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 195867, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 195867, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  
chromium/repos/extra-i686/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

-+
 /PKGBUILD  
 |  348 ++
 /chromium.default  
 |8 
 /chromium.desktop  
 |  226 ++
 /chromium.install  
 |   24 
 /chromium.sh   
 |   32 
 extra-i686/PKGBUILD
 |  161 
 
extra-i686/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch
   |   46 -
 extra-i686/chromium-system-icu-r0.patch
 |   26 
 extra-i686/chromium.default
 |4 
 extra-i686/chromium.desktop
 |  113 ---
 extra-i686/chromium.install
 |   12 
 extra-i686/chromium.sh 
 |   16 
 extra-x86_64/PKGBUILD  
 |  161 
 
extra-x86_64/chromium-28.0.1500.71-avoid-std-string-copying-in-GetFileNameInWhitelist.patch
 |   46 -
 extra-x86_64/chromium-system-icu-r0.patch  
 |   26 
 extra-x86_64/chromium.default  
 |4 
 extra-x86_64/chromium.desktop  
 |  113 ---
 extra-x86_64/chromium.install  
 |   12 
 extra-x86_64/chromium.sh   
 |   16 
 19 files changed, 690 insertions(+), 704 deletions(-)

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


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

2013-10-02 Thread Jan Steffens
Date: Thursday, October 3, 2013 @ 00:41:24
  Author: heftig
Revision: 195869

FS#37169 - [rtkit] security patch for CVE-2013-4326

Added:
  rtkit/trunk/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
Modified:
  rtkit/trunk/PKGBUILD

--+
 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch |   48 +
 PKGBUILD |9 ++-
 2 files changed, 54 insertions(+), 3 deletions(-)

Added: 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
===
--- 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
(rev 0)
+++ 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch2013-10-02 22:41:24 UTC 
(rev 195869)
@@ -0,0 +1,48 @@
+From f44c5776b25ca2abd7569fb8532c6aede9b0c6b0 Mon Sep 17 00:00:00 2001
+From: Colin Walters walt...@verbum.org
+Date: Thu, 22 Aug 2013 16:05:22 -0400
+Subject: [PATCH] [SECURITY] Pass uid of caller to polkit
+
+Otherwise, we force polkit to look up the uid itself in /proc, which
+is racy if they execve() a setuid binary.
+---
+ rtkit-daemon.c |   11 ++-
+ 1 files changed, 10 insertions(+), 1 deletions(-)
+
+diff --git a/rtkit-daemon.c b/rtkit-daemon.c
+index 2ebe673..3ecc1f7 100644
+--- a/rtkit-daemon.c
 b/rtkit-daemon.c
+@@ -1170,12 +1170,14 @@ static int verify_polkit(DBusConnection *c, struct 
rtkit_user *u, struct process
+ DBusMessage *m = NULL, *r = NULL;
+ const char *unix_process = unix-process;
+ const char *pid = pid;
++const char *uid = uid;
+ const char *start_time = start-time;
+ const char *cancel_id = ;
+ uint32_t flags = 0;
+ uint32_t pid_u32 = p-pid;
+-uint64_t start_time_u64 = p-starttime;
++uint32_t uid_u32 = (uint32_t)u-uid;
+ DBusMessageIter iter_msg, iter_struct, iter_array, iter_dict, 
iter_variant;
++uint64_t start_time_u64 = p-starttime;
+ int ret;
+ dbus_bool_t authorized = FALSE;
+ 
+@@ -1206,6 +1208,13 @@ static int verify_polkit(DBusConnection *c, struct 
rtkit_user *u, struct process
+ assert_se(dbus_message_iter_close_container(iter_dict, 
iter_variant));
+ assert_se(dbus_message_iter_close_container(iter_array, iter_dict));
+ 
++assert_se(dbus_message_iter_open_container(iter_array, 
DBUS_TYPE_DICT_ENTRY, NULL, iter_dict));
++assert_se(dbus_message_iter_append_basic(iter_dict, 
DBUS_TYPE_STRING, uid));
++assert_se(dbus_message_iter_open_container(iter_dict, 
DBUS_TYPE_VARIANT, u, iter_variant));
++assert_se(dbus_message_iter_append_basic(iter_variant, 
DBUS_TYPE_UINT32, uid_u32));
++assert_se(dbus_message_iter_close_container(iter_dict, 
iter_variant));
++assert_se(dbus_message_iter_close_container(iter_array, iter_dict));
++
+ assert_se(dbus_message_iter_close_container(iter_struct, 
iter_array));
+ assert_se(dbus_message_iter_close_container(iter_msg, iter_struct));
+ 
+-- 
+1.7.1
+

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 21:50:10 UTC (rev 195868)
+++ PKGBUILD2013-10-02 22:41:24 UTC (rev 195869)
@@ -4,7 +4,7 @@
 
 pkgname=rtkit
 pkgver=0.11
-pkgrel=3
+pkgrel=4
 pkgdesc=Realtime Policy and Watchdog Daemon
 arch=(i686 x86_64)
 url=http://git.0pointer.de/?p=rtkit.git;
@@ -12,15 +12,18 @@
 depends=(dbus polkit systemd)
 install=rtkit.install
 source=(http://0pointer.de/public/$pkgname-$pkgver.tar.xz
-libsystemd.patch systemd205.patch)
+libsystemd.patch systemd205.patch
+0001-SECURITY-Pass-uid-of-caller-to-polkit.patch)
 md5sums=('a96c33b9827de66033d2311f82d79a5d'
  '35089c0a284005f4abcf45168415857e'
- '95195a70551057aca833da6bdbf2e35b')
+ '95195a70551057aca833da6bdbf2e35b'
+ '70df212cba2a6366ff960b60d55858d3')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../libsystemd.patch
   patch -Np1 -i ../systemd205.patch
+  patch -Np1 -i ../0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
   autoreconf -fi
 }
 



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

2013-10-02 Thread Jan Steffens
Date: Thursday, October 3, 2013 @ 00:42:11
  Author: heftig
Revision: 195870

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

Added:
  rtkit/repos/extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
(from rev 195869, 
rtkit/trunk/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch)
  rtkit/repos/extra-i686/PKGBUILD
(from rev 195869, rtkit/trunk/PKGBUILD)
  rtkit/repos/extra-i686/libsystemd.patch
(from rev 195869, rtkit/trunk/libsystemd.patch)
  rtkit/repos/extra-i686/rtkit.install
(from rev 195869, rtkit/trunk/rtkit.install)
  rtkit/repos/extra-i686/systemd205.patch
(from rev 195869, rtkit/trunk/systemd205.patch)
  rtkit/repos/extra-x86_64/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
(from rev 195869, 
rtkit/trunk/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch)
  rtkit/repos/extra-x86_64/PKGBUILD
(from rev 195869, rtkit/trunk/PKGBUILD)
  rtkit/repos/extra-x86_64/libsystemd.patch
(from rev 195869, rtkit/trunk/libsystemd.patch)
  rtkit/repos/extra-x86_64/rtkit.install
(from rev 195869, rtkit/trunk/rtkit.install)
  rtkit/repos/extra-x86_64/systemd205.patch
(from rev 195869, rtkit/trunk/systemd205.patch)
Deleted:
  rtkit/repos/extra-i686/PKGBUILD
  rtkit/repos/extra-i686/libsystemd.patch
  rtkit/repos/extra-i686/rtkit.install
  rtkit/repos/extra-i686/systemd205.patch
  rtkit/repos/extra-x86_64/PKGBUILD
  rtkit/repos/extra-x86_64/libsystemd.patch
  rtkit/repos/extra-x86_64/rtkit.install
  rtkit/repos/extra-x86_64/systemd205.patch

---+
 /PKGBUILD |  104 +
 /libsystemd.patch |  114 ++
 /rtkit.install|   52 
 /systemd205.patch |   32 ++
 extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch   |   48 
 extra-i686/PKGBUILD   |   49 
 extra-i686/libsystemd.patch   |   57 -
 extra-i686/rtkit.install  |   26 --
 extra-i686/systemd205.patch   |   16 -
 extra-x86_64/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch |   48 
 extra-x86_64/PKGBUILD |   49 
 extra-x86_64/libsystemd.patch |   57 -
 extra-x86_64/rtkit.install|   26 --
 extra-x86_64/systemd205.patch |   16 -
 14 files changed, 398 insertions(+), 296 deletions(-)

Copied: rtkit/repos/extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch 
(from rev 195869, rtkit/trunk/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch)
===
--- extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch 
(rev 0)
+++ extra-i686/0001-SECURITY-Pass-uid-of-caller-to-polkit.patch 2013-10-02 
22:42:11 UTC (rev 195870)
@@ -0,0 +1,48 @@
+From f44c5776b25ca2abd7569fb8532c6aede9b0c6b0 Mon Sep 17 00:00:00 2001
+From: Colin Walters walt...@verbum.org
+Date: Thu, 22 Aug 2013 16:05:22 -0400
+Subject: [PATCH] [SECURITY] Pass uid of caller to polkit
+
+Otherwise, we force polkit to look up the uid itself in /proc, which
+is racy if they execve() a setuid binary.
+---
+ rtkit-daemon.c |   11 ++-
+ 1 files changed, 10 insertions(+), 1 deletions(-)
+
+diff --git a/rtkit-daemon.c b/rtkit-daemon.c
+index 2ebe673..3ecc1f7 100644
+--- a/rtkit-daemon.c
 b/rtkit-daemon.c
+@@ -1170,12 +1170,14 @@ static int verify_polkit(DBusConnection *c, struct 
rtkit_user *u, struct process
+ DBusMessage *m = NULL, *r = NULL;
+ const char *unix_process = unix-process;
+ const char *pid = pid;
++const char *uid = uid;
+ const char *start_time = start-time;
+ const char *cancel_id = ;
+ uint32_t flags = 0;
+ uint32_t pid_u32 = p-pid;
+-uint64_t start_time_u64 = p-starttime;
++uint32_t uid_u32 = (uint32_t)u-uid;
+ DBusMessageIter iter_msg, iter_struct, iter_array, iter_dict, 
iter_variant;
++uint64_t start_time_u64 = p-starttime;
+ int ret;
+ dbus_bool_t authorized = FALSE;
+ 
+@@ -1206,6 +1208,13 @@ static int verify_polkit(DBusConnection *c, struct 
rtkit_user *u, struct process
+ assert_se(dbus_message_iter_close_container(iter_dict, 
iter_variant));
+ assert_se(dbus_message_iter_close_container(iter_array, iter_dict));
+ 
++assert_se(dbus_message_iter_open_container(iter_array, 
DBUS_TYPE_DICT_ENTRY, NULL, iter_dict));
++assert_se(dbus_message_iter_append_basic(iter_dict, 
DBUS_TYPE_STRING, uid));
++assert_se(dbus_message_iter_open_container(iter_dict, 
DBUS_TYPE_VARIANT, u, iter_variant));
++

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

2013-10-02 Thread Dave Reisner
Date: Thursday, October 3, 2013 @ 00:58:40
  Author: dreisner
Revision: 195871

add etc/pam.d/system-user to backup files

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 22:42:11 UTC (rev 195870)
+++ PKGBUILD2013-10-02 22:58:40 UTC (rev 195871)
@@ -71,6 +71,7 @@
   etc/dbus-1/system.d/org.freedesktop.locale1.conf
   etc/dbus-1/system.d/org.freedesktop.machine1.conf
   etc/dbus-1/system.d/org.freedesktop.timedate1.conf
+  etc/pam.d/systemd-user
   etc/systemd/bootchart.conf
   etc/systemd/journald.conf
   etc/systemd/logind.conf



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

2013-10-02 Thread Sébastien Luttringer
Date: Thursday, October 3, 2013 @ 01:02:11
  Author: seblu
Revision: 97999

upgpkg: radvd 1.9.5-1

Modified:
  radvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 21:37:00 UTC (rev 97998)
+++ PKGBUILD2013-10-02 23:02:11 UTC (rev 97999)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith markzzzsm...@yahoo.com.au
 
 pkgname=radvd
-pkgver=1.9.4
+pkgver=1.9.5
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -14,7 +14,7 @@
 backup=('etc/radvd.conf')
 source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz;
 $pkgname.service)
-sha1sums=('15bca3215d7740f5052d8cbd0b2b1e82b9380749'
+sha1sums=('0e65206803ab2bcb4e6012a0d11ecdad4f64ce9c'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 build() {
   cd ${pkgname}-${pkgver}



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

2013-10-02 Thread Sébastien Luttringer
Date: Thursday, October 3, 2013 @ 01:02:19
  Author: seblu
Revision: 98000

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

Added:
  radvd/repos/community-i686/PKGBUILD
(from rev 97999, radvd/trunk/PKGBUILD)
  radvd/repos/community-i686/radvd.service
(from rev 97999, radvd/trunk/radvd.service)
  radvd/repos/community-x86_64/PKGBUILD
(from rev 97999, radvd/trunk/PKGBUILD)
  radvd/repos/community-x86_64/radvd.service
(from rev 97999, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/community-i686/PKGBUILD
  radvd/repos/community-i686/radvd.service
  radvd/repos/community-x86_64/PKGBUILD
  radvd/repos/community-x86_64/radvd.service

+
 /PKGBUILD  |   84 +++
 /radvd.service |   18 
 community-i686/PKGBUILD|   42 ---
 community-i686/radvd.service   |9 
 community-x86_64/PKGBUILD  |   42 ---
 community-x86_64/radvd.service |9 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-02 23:02:11 UTC (rev 97999)
+++ community-i686/PKGBUILD 2013-10-02 23:02:19 UTC (rev 98000)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-
-pkgname=radvd
-pkgver=1.9.4
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc' 'libdaemon')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz;
-$pkgname.service)
-sha1sums=('15bca3215d7740f5052d8cbd0b2b1e82b9380749'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-  # default config
-  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
-  # license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/community-i686/PKGBUILD (from rev 97999, 
radvd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-02 23:02:19 UTC (rev 98000)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=radvd
+pkgver=1.9.5
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc' 'libdaemon')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz;
+$pkgname.service)
+sha1sums=('0e65206803ab2bcb4e6012a0d11ecdad4f64ce9c'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+  # default config
+  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
+  # license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/radvd.service
===
--- community-i686/radvd.service2013-10-02 23:02:11 UTC (rev 97999)
+++ community-i686/radvd.service2013-10-02 23:02:19 UTC (rev 98000)
@@ -1,9 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/community-i686/radvd.service (from rev 97999, 
radvd/trunk/radvd.service)
===
--- community-i686/radvd.service(rev 0)
+++ community-i686/radvd.service2013-10-02 23:02:19 UTC (rev 98000)
@@ -0,0 +1,9 @@
+[Unit]
+Description=IPv6 Router Advertisement Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD

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

2013-10-02 Thread Sébastien Luttringer
Date: Thursday, October 3, 2013 @ 02:40:05
  Author: seblu
Revision: 98001

upgpkg: virtualbox-modules-lts 4.2.18-7

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 23:02:19 UTC (rev 98000)
+++ PKGBUILD2013-10-03 00:40:05 UTC (rev 98001)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.2.18
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-10-02 Thread Sébastien Luttringer
Date: Thursday, October 3, 2013 @ 02:40:16
  Author: seblu
Revision: 98002

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

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

---+
 /PKGBUILD |  130 ++
 /build.sh |   60 
 /virtualbox-guest-modules-lts.install |   21 +
 /virtualbox-host-modules-lts.install  |   23 +
 community-testing-i686/PKGBUILD   |   65 -
 community-testing-i686/build.sh   |   60 
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 +
 community-testing-i686/virtualbox-host-modules-lts.install|   23 +
 community-testing-x86_64/PKGBUILD |   65 -
 community-testing-x86_64/build.sh |   60 
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 -
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 -
 12 files changed, 338 insertions(+), 234 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-03 00:40:05 UTC (rev 98001)
+++ community-testing-i686/PKGBUILD 2013-10-03 00:40:16 UTC (rev 98002)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.2.18
-pkgrel=5
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts=3.10' 'linux-lts3.11'
- 'linux-lts-headers=3.10' 'linux-lts-headers3.11'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.10-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.10' 'linux-lts3.11')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=(virtualbox-host-modules=$pkgver)
-  install=virtualbox-host-modules-lts.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts=3.10' 'linux-lts3.11')
-  

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

2013-10-02 Thread Sébastien Luttringer
Date: Thursday, October 3, 2013 @ 02:48:02
  Author: seblu
Revision: 98003

upgpkg: lz4 106-1

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-03 00:40:16 UTC (rev 98002)
+++ PKGBUILD2013-10-03 00:48:02 UTC (rev 98003)
@@ -5,7 +5,7 @@
 # He only push tested release code into svn and support using revision as 
version
 
 pkgname=lz4
-pkgver=105
+pkgver=106
 pkgrel=1
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')



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

2013-10-02 Thread Sébastien Luttringer
Date: Thursday, October 3, 2013 @ 02:48:10
  Author: seblu
Revision: 98004

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-03 00:48:02 UTC (rev 98003)
+++ community-i686/PKGBUILD 2013-10-03 00:48:10 UTC (rev 98004)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=105
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('BSD')
-makedepends=('svn')
-depends=('glibc')
-source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 $pkgdir/usr/bin/lz4
-  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
-  install -Dm644 cmake/pack/release_COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-i686/PKGBUILD (from rev 98003, lz4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-03 00:48:10 UTC (rev 98004)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=106
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('BSD')
+makedepends=('svn')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make lz4 lz4c
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 lz4 $pkgdir/usr/bin/lz4
+  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
+  install -Dm644 cmake/pack/release_COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-03 00:48:02 UTC (rev 98003)
+++ community-x86_64/PKGBUILD   2013-10-03 00:48:10 UTC (rev 98004)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=105
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('BSD')
-makedepends=('svn')
-depends=('glibc')
-source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 $pkgdir/usr/bin/lz4
-  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
-  install -Dm644 cmake/pack/release_COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-x86_64/PKGBUILD (from rev 98003, lz4/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-03 00:48:10 UTC (rev 98004)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=106
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('BSD')
+makedepends=('svn')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make lz4 lz4c
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 lz4 $pkgdir/usr/bin/lz4
+  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
+  install -Dm644 cmake/pack/release_COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-10-02 Thread Gaetan Bisson
Date: Thursday, October 3, 2013 @ 03:57:27
  Author: bisson
Revision: 195872

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 22:58:40 UTC (rev 195871)
+++ PKGBUILD2013-10-03 01:57:27 UTC (rev 195872)
@@ -5,8 +5,8 @@
 # Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
 
 pkgname=s-nail
-pkgver=14.4.2
-pkgrel=2
+pkgver=14.4.3
+pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sourceforge.net/projects/s-nail/'
 license=('custom:BSD')
@@ -14,7 +14,7 @@
 depends=('openssl')
 optdepends=('smtp-forwarder: for sending mail')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
-sha1sums=('5c573dae7fbf081759b36b158166b756cabd8717')
+sha1sums=('39fdade9b622a6addc5e70a5d929b0bc5ef49d00')
 
 groups=('base')
 backup=('etc/mail.rc')
@@ -23,29 +23,30 @@
 conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   all
-
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   CFLAGS=$CFLAGS $CPPFLAGS \
+   DESTDIR=${pkgdir} \
+   all
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   CFLAGS=$CFLAGS $CPPFLAGS \
+   DESTDIR=${pkgdir} \
+   install
 
-  make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   DESTDIR=${pkgdir} install
-
ln -sf mail ${pkgdir}/usr/bin/mailx
ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING



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

2013-10-02 Thread Gaetan Bisson
Date: Thursday, October 3, 2013 @ 03:59:04
  Author: bisson
Revision: 195873

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

Added:
  s-nail/repos/testing-i686/PKGBUILD
(from rev 195872, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 195872, s-nail/trunk/PKGBUILD)
Deleted:
  s-nail/repos/testing-i686/PKGBUILD
  s-nail/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-10-03 01:57:27 UTC (rev 195872)
+++ testing-i686/PKGBUILD   2013-10-03 01:59:04 UTC (rev 195873)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.4.2
-pkgrel=2
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sourceforge.net/projects/s-nail/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl')
-optdepends=('smtp-forwarder: for sending mail')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
-sha1sums=('5c573dae7fbf081759b36b158166b756cabd8717')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   all
-
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   DESTDIR=${pkgdir} install
-
-   ln -sf mail ${pkgdir}/usr/bin/mailx
-   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 195872, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-03 01:59:04 UTC (rev 195873)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.4.3
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sourceforge.net/projects/s-nail/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
+sha1sums=('39fdade9b622a6addc5e70a5d929b0bc5ef49d00')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   CFLAGS=$CFLAGS $CPPFLAGS \
+   DESTDIR=${pkgdir} \
+   all
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   CFLAGS=$CFLAGS $CPPFLAGS \
+   DESTDIR=${pkgdir} \
+   install
+
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-10-03 01:57:27 UTC (rev 195872)
+++ testing-x86_64/PKGBUILD 2013-10-03 01:59:04 UTC (rev 195873)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner