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

2013-10-09 Thread Tobias Powalowski
Date: Thursday, October 10, 2013 @ 08:36:39
  Author: tpowa
Revision: 196267

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

Added:
  qemu/repos/extra-i686/65-kvm.rules
(from rev 196266, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 196266, qemu/trunk/PKGBUILD)
  qemu/repos/extra-i686/qemu.install
(from rev 196266, qemu/trunk/qemu.install)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 196266, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 196266, qemu/trunk/PKGBUILD)
  qemu/repos/extra-x86_64/qemu.install
(from rev 196266, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu.install

---+
 /65-kvm.rules |4 +
 /PKGBUILD |  154 
 /qemu.install |   46 +
 extra-i686/65-kvm.rules   |2 
 extra-i686/PKGBUILD   |   77 --
 extra-i686/qemu.install   |   23 --
 extra-x86_64/65-kvm.rules |2 
 extra-x86_64/PKGBUILD |   77 --
 extra-x86_64/qemu.install |   23 --
 9 files changed, 204 insertions(+), 204 deletions(-)

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2013-10-10 06:36:24 UTC (rev 196266)
+++ extra-i686/65-kvm.rules 2013-10-10 06:36:39 UTC (rev 196267)
@@ -1,2 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess"

Copied: qemu/repos/extra-i686/65-kvm.rules (from rev 196266, 
qemu/trunk/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2013-10-10 06:36:39 UTC (rev 196267)
@@ -0,0 +1,2 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess"

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-10 06:36:24 UTC (rev 196266)
+++ extra-i686/PKGBUILD 2013-10-10 06:36:39 UTC (rev 196267)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=('qemu' 'libcacard')
-pkgver=1.6.0
-pkgrel=6
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url="http://wiki.qemu.org/Index.html";
-makedepends=('texi2html' 'perl' 'python2' 'spice-protocol')
-install=qemu.install
-source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
-65-kvm.rules)
-replaces=('qemu-kvm')
-options=(!strip)
-
-build ()
-{
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # gtk gui breaks keymappings at the moment
-  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl' \
-  --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
-  --enable-docs --enable-mixemu --libexecdir=/usr/lib/qemu \
-  --disable-gtk --enable-linux-aio --enable-seccomp \
-  --enable-spice --localstatedir=/var
-  make
-}
-
-package_qemu() {
-  pkgdesc="A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation."
-  depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
- 'gnutls>=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
- 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
- 'libiscsi' 'libcacard' 'spice')
-  backup=('etc/qemu/target-x86_64.conf')
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" libexecdir="/usr/lib/qemu" install
-  # provided by seabios package
-  rm "${pkgdir}/usr/share/qemu/bios.bin"
-  rm "${pkgdir}/usr/share/qemu/acpi-dsdt.aml"
-  rm "${pkgdir}/usr/share/qemu/q35-acpi-dsdt.aml"
-  # remove conflicting /var/run directory
-  rm -r "${pkgdir}/var"
-  install -D -m644 "${srcdir}/65-kvm.rules" \
-   "${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules"
-  # bridge_helper needs suid
-  # https://bugs.archlinux.org/task/32565
-  chmod u+s "${pkgdir}/usr/lib/qemu/qemu-bridge-helper"
-  # add sample config
-  echo "allow br0" > ${pkgdir}/etc/qemu/bridge.conf.sample
-  # strip scripts directory
-find "${pkgdir}/usr/src/linux-${_kernver}/scripts"  -type f -perm -u+w 
2>/dev/null | while read binary ; do
-  case "$(file -bi "$binary")" in
-*application/x-executable*) # Binaries
-/usr/bin/strip $STRIP_BINARIES "$binary";;
-  esac
-done
-  # remove libcacard files
-  rm -rf ${pkgdir}/usr/include/cacard
-  rm -rf ${pkgdir}/usr/lib/libcacard*
-  rm -rf ${pkgdir}/usr/lib/pkgconfig/libcacard.pc
-  rm -rf ${pkgdir}/usr/bin/vscclient
-}
-
-package_libcacard() {
- pkgdesc="Common Access Card (CAC) Emulation"
- options=('strip' '!libtool')
- depends=('nss' 'libaio' 'l

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

2013-10-09 Thread Tobias Powalowski
Date: Thursday, October 10, 2013 @ 08:36:24
  Author: tpowa
Revision: 196266

upgpkg: qemu 1.6.1-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-10 02:58:34 UTC (rev 196265)
+++ PKGBUILD2013-10-10 06:36:24 UTC (rev 196266)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=('qemu' 'libcacard')
-pkgver=1.6.0
-pkgrel=6
+pkgver=1.6.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url="http://wiki.qemu.org/Index.html";
@@ -73,5 +73,5 @@
  cp -a ${srcdir}/qemu-${pkgver}/libcacard.pc ${pkgdir}/usr/lib/pkgconfig/
  cp -a ${srcdir}/qemu-${pkgver}/.libs/vscclient ${pkgdir}/usr/bin/
 }
-md5sums=('f3f39308472d629aca57a255a0c91ba9'
+md5sums=('3a897d722457c5a895cd6ac79a28fda0'
  '9d6de26867a05c306157e3d3c612b28a')



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

2013-10-09 Thread Eric Bélanger
Date: Thursday, October 10, 2013 @ 04:58:34
  Author: eric
Revision: 196265

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

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

-+
 /PKGBUILD   |   74 ++
 /alsaplayer.install |   22 +++
 extra-i686/PKGBUILD |   37 ---
 extra-i686/alsaplayer.install   |   11 -
 extra-x86_64/PKGBUILD   |   37 ---
 extra-x86_64/alsaplayer.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-10 02:58:01 UTC (rev 196264)
+++ extra-i686/PKGBUILD 2013-10-10 02:58:34 UTC (rev 196265)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=alsaplayer
-pkgver=0.99.81
-pkgrel=5
-pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA 
library and driver quite a bit"
-arch=('i686' 'x86_64')
-url="http://www.alsaplayer.org/";
-license=('GPL')
-depends=('gcc-libs' 'desktop-file-utils')
-makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 
'audiofile' 'doxygen')
-optdepends=('gtk2: for the gtk2 GUI interface' \
-'libgl: for the OpenGL visual plugins' \
-'jack: for JACK audio server output support' \
-'audiofile: for support of various audio formats like AIFF, WAVE, 
.snd/.au' \
-'libid3tag: for flac support' \
-'flac: for flac support' \
-'libmad: for MPEG support' \
-'libsndfile: for sndfile support' \
-'libvorbis: for ogg vorbis support' \
-'libmikmod: for mod, s3m, it and xm formats supports')
-options=('!libtool')
-install=alsaplayer.install
-source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-audiofile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: alsaplayer/repos/extra-i686/PKGBUILD (from rev 196264, 
alsaplayer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-10 02:58:34 UTC (rev 196265)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=alsaplayer
+pkgver=0.99.81
+pkgrel=6
+pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA 
library and driver quite a bit"
+arch=('i686' 'x86_64')
+url="http://alsaplayer.sourceforge.net/";
+license=('GPL')
+depends=('gcc-libs' 'desktop-file-utils')
+makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 
'audiofile' 'doxygen')
+optdepends=('gtk2: for the gtk2 GUI interface' \
+'libgl: for the OpenGL visual plugins' \
+'jack: for JACK audio server output support' \
+'audiofile: for support of various audio formats like AIFF, WAVE, 
.snd/.au' \
+'libid3tag: for flac support' \
+'flac: for flac support' \
+'libmad: for MPEG support' \
+'libsndfile: for sndfile support' \
+'libvorbis: for ogg vorbis support' \
+'libmikmod: for mod, s3m, it and xm formats supports')
+options=('!libtool')
+install=alsaplayer.install
+source=(http://alsaplayer.sourceforge.net/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-audiofile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/alsaplayer.install
===
--- extra-i686/alsaplayer.install   2013-10-10 02:58:01 UTC (rev 196264)
+++ extra-i686/alsaplayer.install   2013-10-10 02:58:34 UTC (rev 196265)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: alsaplayer/repos/extra-i686/alsaplayer.install (from rev 196264, 
alsaplayer/trunk/alsaplayer.install)
===
--- extra-i686/a

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

2013-10-09 Thread Eric Bélanger
Date: Thursday, October 10, 2013 @ 04:58:01
  Author: eric
Revision: 196264

upgpkg: alsaplayer 0.99.81-6

Update url

Modified:
  alsaplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-10 01:49:56 UTC (rev 196263)
+++ PKGBUILD2013-10-10 02:58:01 UTC (rev 196264)
@@ -3,10 +3,10 @@
 
 pkgname=alsaplayer
 pkgver=0.99.81
-pkgrel=5
+pkgrel=6
 pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA 
library and driver quite a bit"
 arch=('i686' 'x86_64')
-url="http://www.alsaplayer.org/";
+url="http://alsaplayer.sourceforge.net/";
 license=('GPL')
 depends=('gcc-libs' 'desktop-file-utils')
 makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 
'audiofile' 'doxygen')
@@ -22,7 +22,7 @@
 'libmikmod: for mod, s3m, it and xm formats supports')
 options=('!libtool')
 install=alsaplayer.install
-source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2)
+source=(http://alsaplayer.sourceforge.net/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
 
 build() {



[arch-commits] Commit in (aterm)

2013-10-09 Thread Eric Bélanger
Date: Thursday, October 10, 2013 @ 03:49:56
  Author: eric
Revision: 196263

Dead project, removing from repos

Deleted:
  aterm/



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

2013-10-09 Thread Jan Steffens
Date: Thursday, October 10, 2013 @ 03:46:46
  Author: heftig
Revision: 98423

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libmikmod/repos/multilib-testing-x86_64/
  lib32-libmikmod/repos/multilib-testing-x86_64/PKGBUILD
(from rev 98422, lib32-libmikmod/trunk/PKGBUILD)

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

Copied: lib32-libmikmod/repos/multilib-testing-x86_64/PKGBUILD (from rev 98422, 
lib32-libmikmod/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-10-10 01:46:46 UTC (rev 98423)
@@ -0,0 +1,42 @@
+# Maintainer: Peter Lewis 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+# Contributor: Jesse Juhani Jaara 
+
+pkgname=lib32-libmikmod
+pkgver=3.3.2
+pkgrel=1
+pkgdesc="A portable sound library"
+license=(GPL LGPL)
+url="http://mikmod.shlomifish.org/";
+arch=(x86_64)
+depends=(libmikmod lib32-openal)
+makedepends=(gcc-multilib libtool-multilib lib32-alsa-lib)
+options=('!libtool')
+source=($url/files/libmikmod-$pkgver.tar.gz)
+sha256sums=('2311b209255bf24e95161907a16778cb054ac6d447fd8d05f1f0e41a555c7580')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  ../libmikmod-$pkgver/configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--enable-openal \
+--disable-static
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{include,share,bin}
+}
+



[arch-commits] Commit in lib32-libmikmod/trunk (5 files)

2013-10-09 Thread Jan Steffens
Date: Thursday, October 10, 2013 @ 03:45:40
  Author: heftig
Revision: 98422

we have no info files; remove old patches

Modified:
  lib32-libmikmod/trunk/PKGBUILD
Deleted:
  lib32-libmikmod/trunk/lib32-libmikmod.install
  lib32-libmikmod/trunk/libmikmod-3.1.12-loopingvolume-fix.diff
  lib32-libmikmod/trunk/libmikmod-3.2.0-64bit-fix.diff
  lib32-libmikmod/trunk/libmikmod-CVE-2009-0179.patch

-+
 PKGBUILD|1 
 lib32-libmikmod.install |   18 
 libmikmod-3.1.12-loopingvolume-fix.diff |   15 -
 libmikmod-3.2.0-64bit-fix.diff  |   12 --
 libmikmod-CVE-2009-0179.patch   |   33 --
 5 files changed, 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-10 01:44:06 UTC (rev 98421)
+++ PKGBUILD2013-10-10 01:45:40 UTC (rev 98422)
@@ -13,7 +13,6 @@
 depends=(libmikmod lib32-openal)
 makedepends=(gcc-multilib libtool-multilib lib32-alsa-lib)
 options=('!libtool')
-install=$pkgname.install
 source=($url/files/libmikmod-$pkgver.tar.gz)
 sha256sums=('2311b209255bf24e95161907a16778cb054ac6d447fd8d05f1f0e41a555c7580')
 

Deleted: lib32-libmikmod.install
===
--- lib32-libmikmod.install 2013-10-10 01:44:06 UTC (rev 98421)
+++ lib32-libmikmod.install 2013-10-10 01:45:40 UTC (rev 98422)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(mikmod.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Deleted: libmikmod-3.1.12-loopingvolume-fix.diff
===
--- libmikmod-3.1.12-loopingvolume-fix.diff 2013-10-10 01:44:06 UTC (rev 
98421)
+++ libmikmod-3.1.12-loopingvolume-fix.diff 2013-10-10 01:45:40 UTC (rev 
98422)
@@ -1,15 +0,0 @@
-Yi-Huang Han - Wed Oct 24 21:55:47 PDT 2001
- * Fixed MOD music volume when looping
-
-diff -ru libmikmod-3.1.12.orig/playercode/mplayer.c 
libmikmod-3.1.12/playercode/mplayer.c
 libmikmod-3.1.12.orig/playercode/mplayer.c 2009-10-05 00:19:59.0 
-0700
-+++ libmikmod-3.1.12/playercode/mplayer.c  2009-10-05 00:44:35.0 
-0700
-@@ -3019,7 +3019,7 @@
- {
-   MUTEX_LOCK(vars);
-   if (pf)
--  pf->volume=(volume<0)?0:(volume>128)?128:volume;
-+  pf->volume=pf->initvolume=(volume<0)?0:(volume>128)?128:volume;
-   MUTEX_UNLOCK(vars);
- }
- 

Deleted: libmikmod-3.2.0-64bit-fix.diff
===
--- libmikmod-3.2.0-64bit-fix.diff  2013-10-10 01:44:06 UTC (rev 98421)
+++ libmikmod-3.2.0-64bit-fix.diff  2013-10-10 01:45:40 UTC (rev 98422)
@@ -1,12 +0,0 @@
-diff -u -r libmikmod-3.2.0-orig/include/mikmod.h 
libmikmod-3.2.0/include/mikmod.h
 libmikmod-3.2.0-orig/include/mikmod.h  2012-06-01 15:15:42.0 
+0200
-+++ libmikmod-3.2.0/include/mikmod.h   2012-10-03 20:03:48.173576199 +0200
-@@ -85,7 +85,7 @@
- 
- 
- 
--#if defined(__arch64__) || defined(__alpha) || defined(__x86_64) || 
defined(__powerpc64__)
-+#if defined(__arch64__) || defined(__alpha) || defined(__x86_64) || 
defined(__powerpc64__) || defined(_LP64)
- /* 64 bit architectures */
- 
- typedef signed char SBYTE;  /* 1 byte, signed */

Deleted: libmikmod-CVE-2009-0179.patch
===
--- libmikmod-CVE-2009-0179.patch   2013-10-10 01:44:06 UTC (rev 98421)
+++ libmikmod-CVE-2009-0179.patch   2013-10-10 01:45:40 UTC (rev 98422)
@@ -1,33 +0,0 @@
-diff -ur libmikmod-3.1.11.orig/loaders/load_xm.c 
libmikmod-3.1.11/loaders/load_xm.c
 libmikmod-3.1.11.orig/loaders/load_xm.c2004-01-21 18:43:53.0 
+0100
-+++ libmikmod-3.1.11/loaders/load_xm.c 2008-04-16 04:30:45.0 +0200
-@@ -622,7 +622,8 @@
-   /* read the remainder of the header */
-   for(u=headend-_mm_ftell(modreader);u;u--) 
_mm_read_UBYTE(modreader);
- 
--  if(_mm_eof(modreader)) {
-+  /* last instrument is at the end of file in 
version 0x0104 */
-+  if(_mm_eof(modreader) && (mh->version<0x0104 || 
tInit || l->Init()) {
-   _mm_rewind(modreader);
-   ok = l->Load(curious);
--  /* propagate inflags=flags for in-module samples */
--  for (t = 0; t < of.numsmp; t++)
--  if (of.samples[t].inflags == 0)
--  of.samples[t].inflags = of.samples[t].flags;
-+  if (ok) {
-+  /* propagate inflags

[arch-commits] Commit in (ogle)

2013-10-09 Thread Eric Bélanger
Date: Thursday, October 10, 2013 @ 03:44:38
  Author: eric
Revision: 196259

extra2community: Moving ogle from extra to community

Deleted:
  ogle/



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

2013-10-09 Thread Jan Steffens
Date: Thursday, October 10, 2013 @ 03:44:38
  Author: heftig
Revision: 196260

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

Added:
  libmikmod/repos/testing-i686/
  libmikmod/repos/testing-i686/PKGBUILD
(from rev 196256, libmikmod/trunk/PKGBUILD)
  libmikmod/repos/testing-i686/libmikmod-3.1.12-loopingvolume-fix.diff
(from rev 196256, libmikmod/trunk/libmikmod-3.1.12-loopingvolume-fix.diff)
  libmikmod/repos/testing-i686/libmikmod-3.2.0-64bit-fix.diff
(from rev 196256, libmikmod/trunk/libmikmod-3.2.0-64bit-fix.diff)
  libmikmod/repos/testing-i686/libmikmod.install
(from rev 196257, libmikmod/trunk/libmikmod.install)
  libmikmod/repos/testing-x86_64/
  libmikmod/repos/testing-x86_64/PKGBUILD
(from rev 196258, libmikmod/trunk/PKGBUILD)
  libmikmod/repos/testing-x86_64/libmikmod-3.1.12-loopingvolume-fix.diff
(from rev 196258, libmikmod/trunk/libmikmod-3.1.12-loopingvolume-fix.diff)
  libmikmod/repos/testing-x86_64/libmikmod-3.2.0-64bit-fix.diff
(from rev 196258, libmikmod/trunk/libmikmod-3.2.0-64bit-fix.diff)
  libmikmod/repos/testing-x86_64/libmikmod.install
(from rev 196258, libmikmod/trunk/libmikmod.install)

+
 testing-i686/PKGBUILD  |   37 +++
 testing-i686/libmikmod-3.1.12-loopingvolume-fix.diff   |   15 ++
 testing-i686/libmikmod-3.2.0-64bit-fix.diff|   12 
 testing-i686/libmikmod.install |   18 +++
 testing-x86_64/PKGBUILD|   37 +++
 testing-x86_64/libmikmod-3.1.12-loopingvolume-fix.diff |   15 ++
 testing-x86_64/libmikmod-3.2.0-64bit-fix.diff  |   12 
 testing-x86_64/libmikmod.install   |   18 +++
 8 files changed, 164 insertions(+)

Copied: libmikmod/repos/testing-i686/PKGBUILD (from rev 196256, 
libmikmod/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-10 01:44:38 UTC (rev 196260)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=libmikmod
+pkgver=3.3.2
+pkgrel=1
+pkgdesc="A portable sound library"
+license=(GPL LGPL)
+url="http://mikmod.shlomifish.org/";
+arch=(i686 x86_64)
+depends=(openal sh)
+makedepends=(alsa-lib)
+options=('!libtool')
+install=$pkgname.install
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('2311b209255bf24e95161907a16778cb054ac6d447fd8d05f1f0e41a555c7580')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../$pkgname-$pkgver/configure \
+--prefix=/usr \
+--enable-openal \
+--disable-static
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: libmikmod/repos/testing-i686/libmikmod-3.1.12-loopingvolume-fix.diff 
(from rev 196256, libmikmod/trunk/libmikmod-3.1.12-loopingvolume-fix.diff)
===
--- testing-i686/libmikmod-3.1.12-loopingvolume-fix.diff
(rev 0)
+++ testing-i686/libmikmod-3.1.12-loopingvolume-fix.diff2013-10-10 
01:44:38 UTC (rev 196260)
@@ -0,0 +1,15 @@
+Yi-Huang Han - Wed Oct 24 21:55:47 PDT 2001
+ * Fixed MOD music volume when looping
+
+diff -ru libmikmod-3.1.12.orig/playercode/mplayer.c 
libmikmod-3.1.12/playercode/mplayer.c
+--- libmikmod-3.1.12.orig/playercode/mplayer.c 2009-10-05 00:19:59.0 
-0700
 libmikmod-3.1.12/playercode/mplayer.c  2009-10-05 00:44:35.0 
-0700
+@@ -3019,7 +3019,7 @@
+ {
+   MUTEX_LOCK(vars);
+   if (pf)
+-  pf->volume=(volume<0)?0:(volume>128)?128:volume;
++  pf->volume=pf->initvolume=(volume<0)?0:(volume>128)?128:volume;
+   MUTEX_UNLOCK(vars);
+ }
+ 

Copied: libmikmod/repos/testing-i686/libmikmod-3.2.0-64bit-fix.diff (from rev 
196256, libmikmod/trunk/libmikmod-3.2.0-64bit-fix.diff)
===
--- testing-i686/libmikmod-3.2.0-64bit-fix.diff (rev 0)
+++ testing-i686/libmikmod-3.2.0-64bit-fix.diff 2013-10-10 01:44:38 UTC (rev 
196260)
@@ -0,0 +1,12 @@
+diff -u -r libmikmod-3.2.0-orig/include/mikmod.h 
libmikmod-3.2.0/include/mikmod.h
+--- libmikmod-3.2.0-orig/include/mikmod.h  2012-06-01 15:15:42.0 
+0200
 libmikmod-3.2.0/include/mikmod.h   2012-10-03 20:03:48.173576199 +0200
+@@ -85,7 +85,7 @@
+ 
+ 
+ 
+-#if defined(__arch64__) || defined(__alpha) || defined(__x86_64) || 
defined(__powerpc64__)
++#if defined(__arch64__) || defined(__alpha) || defined(__x86_64) || 
defined(__powerpc64__) || defined(_LP64)
+ /* 64 bit architectures */
+ 
+ typedef signed char SBYTE;  /* 1 byte, signed */

Copied: libmikmod/repos/testing-i686/libmikmod.install (from rev 196257, 
libmikmod/trunk/libmikmod.install)
===

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

2013-10-09 Thread Eric Bélanger
Date: Thursday, October 10, 2013 @ 03:44:06
  Author: eric
Revision: 98421

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

Added:
  ogle/repos/community-i686/
  ogle/repos/community-i686/PKGBUILD
(from rev 98419, ogle/trunk/PKGBUILD)
  ogle/repos/community-i686/dvdread-4.1.3.patch
(from rev 98419, ogle/trunk/dvdread-4.1.3.patch)
  ogle/repos/community-i686/gcc34alsafix.patch
(from rev 98419, ogle/trunk/gcc34alsafix.patch)
  ogle/repos/community-i686/gcc4.patch
(from rev 98419, ogle/trunk/gcc4.patch)
  ogle/repos/community-i686/ogle-vuln-scripts-makefile.patch
(from rev 98419, ogle/trunk/ogle-vuln-scripts-makefile.patch)
  ogle/repos/community-i686/xvideofix.patch
(from rev 98419, ogle/trunk/xvideofix.patch)
  ogle/repos/community-x86_64/
  ogle/repos/community-x86_64/PKGBUILD
(from rev 98419, ogle/trunk/PKGBUILD)
  ogle/repos/community-x86_64/dvdread-4.1.3.patch
(from rev 98420, ogle/trunk/dvdread-4.1.3.patch)
  ogle/repos/community-x86_64/gcc34alsafix.patch
(from rev 98420, ogle/trunk/gcc34alsafix.patch)
  ogle/repos/community-x86_64/gcc4.patch
(from rev 98420, ogle/trunk/gcc4.patch)
  ogle/repos/community-x86_64/ogle-vuln-scripts-makefile.patch
(from rev 98420, ogle/trunk/ogle-vuln-scripts-makefile.patch)
  ogle/repos/community-x86_64/xvideofix.patch
(from rev 98420, ogle/trunk/xvideofix.patch)

---+
 community-i686/PKGBUILD   |   44 
 community-i686/dvdread-4.1.3.patch|  129 
 community-i686/gcc34alsafix.patch |   15 +
 community-i686/gcc4.patch |   12 +
 community-i686/ogle-vuln-scripts-makefile.patch   |   36 +++
 community-i686/xvideofix.patch|  205 
 community-x86_64/PKGBUILD |   44 
 community-x86_64/dvdread-4.1.3.patch  |  129 
 community-x86_64/gcc34alsafix.patch   |   15 +
 community-x86_64/gcc4.patch   |   12 +
 community-x86_64/ogle-vuln-scripts-makefile.patch |   36 +++
 community-x86_64/xvideofix.patch  |  205 
 12 files changed, 882 insertions(+)

Copied: ogle/repos/community-i686/PKGBUILD (from rev 98419, ogle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-10 01:44:06 UTC (rev 98421)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=ogle
+pkgver=0.9.2
+pkgrel=13
+pkgdesc="A simple DVD player for Linux"
+arch=('i686' 'x86_64')
+url="http://www.dtek.chalmers.se/groups/dvd/";
+license=('GPL')
+depends=('sh' 'libxml2' 'libdvdread' 'libjpeg' 'libmad' 'libxinerama' 'libxv'
+ 'alsa-lib' 'a52dec' 'libxxf86vm')
+options=('!libtool')
+# http://www.dtek.chalmers.se/groups/dvd/dist/${pkgname}-${pkgver}.tar.gz
+source=(ftp://ftp.archlinux.org/other/ogle/${pkgname}-${pkgver}.tar.gz \
+xvideofix.patchgcc34alsafix.patch gcc4.patch 
dvdread-4.1.3.patch \
+ogle-vuln-scripts-makefile.patch)
+md5sums=('a76a9892bdb807a4bcf859d15a91f0f9'
+ '57f1cf36eed82c56f24e9c0fc25ce2b3'
+ '4ebc822b252fade6b53c5ceb5be45bf5'
+ 'd08cff87c5ec41a7eebc0d2384835688'
+ '597906c64ff7f5185de8430fdae3107d'
+ 'd052b01f293c61d399fdd0ac2abb1cf4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i "${srcdir}/dvdread-4.1.3.patch"
+  patch -p1 -i "${srcdir}/xvideofix.patch"
+  patch -p1 -i "${srcdir}/gcc34alsafix.patch"
+  patch -p1 -i "${srcdir}/gcc4.patch"
+  patch -p0 -i "${srcdir}/ogle-vuln-scripts-makefile.patch"
+
+   # fix alsa detection - stolen from their cvs
+  sed -i 's|^.*MINOR\=\=5.*$|#if SND_LIB_MAJOR==0 && SND_LIB_MINOR<6|' 
configure
+  sed -i 's|__diga_end:|\0;|' libogleao/alsa_audio.c
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --with-x
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export LIBRARY_PATH="${pkgdir}/usr/lib/ogle"
+  make DESTDIR="${pkgdir}" install
+}

Copied: ogle/repos/community-i686/dvdread-4.1.3.patch (from rev 98419, 
ogle/trunk/dvdread-4.1.3.patch)
===
--- community-i686/dvdread-4.1.3.patch  (rev 0)
+++ community-i686/dvdread-4.1.3.patch  2013-10-10 01:44:06 UTC (rev 98421)
@@ -0,0 +1,129 @@
+$NetBSD: patch-ad,v 1.1 2009/01/27 02:06:49 jmcneill Exp $
+
+--- vmg/ifo_dump.c.orig2009-01-26 21:00:17.0 -0500
 vmg/ifo_dump.c 2009-01-26 21:00:33.0 -0500
+@@ -65,38 +65,38 @@ static void print_ifo(char *path, int ti
+   if(h->vmgi_mat != NULL) {
+ 
+ printf("VMG top level\n-\n");
+-ifoPrint_VMGI_MAT(h->vmgi_mat);
++ifo_print_VMGI_MAT(h->vmgi_mat);
+   
+ printf("\nFirst Play PGC\n--\n");
+-if

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

2013-10-09 Thread Jan Steffens
Date: Thursday, October 10, 2013 @ 03:43:45
  Author: heftig
Revision: 196256

3.3.2

Modified:
  libmikmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 22:22:53 UTC (rev 196255)
+++ PKGBUILD2013-10-10 01:43:45 UTC (rev 196256)
@@ -4,36 +4,34 @@
 # Contributor: Tom Newsom 
 
 pkgname=libmikmod
-pkgver=3.2.0
+pkgver=3.3.2
 pkgrel=1
 pkgdesc="A portable sound library"
-license=('GPL' 'LGPL')
+license=(GPL LGPL)
 url="http://mikmod.shlomifish.org/";
-arch=('i686' 'x86_64')
-depends=('glibc' 'sh')
-makedepends=('alsa-lib')
+arch=(i686 x86_64)
+depends=(openal sh)
+makedepends=(alsa-lib)
 options=('!libtool')
 install=$pkgname.install
-source=($url/files/$pkgname-$pkgver.tar.gz
-libmikmod-3.2.0-64bit-fix.diff
-libmikmod-3.1.12-loopingvolume-fix.diff)
-md5sums=('96e9820d72a41fe27ff304071739696c'
- '0bb09aac6e83e0a7fd6535961b3cff4c'
- 'a837fd876cbd2ac27419b802504489db')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('2311b209255bf24e95161907a16778cb054ac6d447fd8d05f1f0e41a555c7580')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  cd $pkgname-$pkgver
-
-  # patches from sdl_mixer-1.2.11 source
-  patch -Np1 -i $srcdir/libmikmod-3.2.0-64bit-fix.diff
-  patch -Np1 -i $srcdir/libmikmod-3.1.12-loopingvolume-fix.diff
-  
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--disable-static
+  cd build
+  ../$pkgname-$pkgver/configure \
+--prefix=/usr \
+--enable-openal \
+--disable-static
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd build
   make DESTDIR="$pkgdir" install
 }
 



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

2013-10-09 Thread Jan Steffens
Date: Thursday, October 10, 2013 @ 03:43:48
  Author: heftig
Revision: 98420

3.3.2

Modified:
  lib32-libmikmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-10 01:43:24 UTC (rev 98419)
+++ PKGBUILD2013-10-10 01:43:48 UTC (rev 98420)
@@ -4,41 +4,40 @@
 # Contributor: Jesse Juhani Jaara 
 
 pkgname=lib32-libmikmod
-pkgver=3.2.0
+pkgver=3.3.2
 pkgrel=1
 pkgdesc="A portable sound library"
-license=('GPL' 'LGPL')
+license=(GPL LGPL)
 url="http://mikmod.shlomifish.org/";
-arch=('x86_64')
-depends=('libmikmod' 'lib32-glibc')
-makedepends=('gcc-multilib alsa-lib')
+arch=(x86_64)
+depends=(libmikmod lib32-openal)
+makedepends=(gcc-multilib libtool-multilib lib32-alsa-lib)
 options=('!libtool')
 install=$pkgname.install
-source=($url/files/libmikmod-$pkgver.tar.gz
-libmikmod-3.2.0-64bit-fix.diff
-libmikmod-3.1.12-loopingvolume-fix.diff)
-md5sums=('96e9820d72a41fe27ff304071739696c'
- '0bb09aac6e83e0a7fd6535961b3cff4c'
- 'a837fd876cbd2ac27419b802504489db')
+source=($url/files/libmikmod-$pkgver.tar.gz)
+sha256sums=('2311b209255bf24e95161907a16778cb054ac6d447fd8d05f1f0e41a555c7580')
 
+prepare() {
+  mkdir build
+}
+
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  cd $srcdir/libmikmod-$pkgver
-
-  # patches from sdl_mixer-1.2.11 source
-  patch -Np1 -i $srcdir/libmikmod-3.2.0-64bit-fix.diff
-  patch -Np1 -i $srcdir/libmikmod-3.1.12-loopingvolume-fix.diff
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--libdir=/usr/lib32 --disable-static
+  cd build
+  ../libmikmod-$pkgver/configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--enable-openal \
+--disable-static
   make
 }
 
 package() {
-  cd $srcdir/libmikmod-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{include,share,bin}
 }
 



[arch-commits] Commit in (9 files)

2013-10-09 Thread Eric Bélanger
Date: Thursday, October 10, 2013 @ 03:43:24
  Author: eric
Revision: 98419

extra2community: Moving ogle from extra to community

Added:
  ogle/
  ogle/repos/
  ogle/trunk/
  ogle/trunk/PKGBUILD
  ogle/trunk/dvdread-4.1.3.patch
  ogle/trunk/gcc34alsafix.patch
  ogle/trunk/gcc4.patch
  ogle/trunk/ogle-vuln-scripts-makefile.patch
  ogle/trunk/xvideofix.patch

--+
 PKGBUILD |   44 +++
 dvdread-4.1.3.patch  |  129 +++
 gcc34alsafix.patch   |   15 ++
 gcc4.patch   |   12 ++
 ogle-vuln-scripts-makefile.patch |   36 ++
 xvideofix.patch  |  205 +
 6 files changed, 441 insertions(+)

Added: ogle/trunk/PKGBUILD
===
--- ogle/trunk/PKGBUILD (rev 0)
+++ ogle/trunk/PKGBUILD 2013-10-10 01:43:24 UTC (rev 98419)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=ogle
+pkgver=0.9.2
+pkgrel=13
+pkgdesc="A simple DVD player for Linux"
+arch=('i686' 'x86_64')
+url="http://www.dtek.chalmers.se/groups/dvd/";
+license=('GPL')
+depends=('sh' 'libxml2' 'libdvdread' 'libjpeg' 'libmad' 'libxinerama' 'libxv'
+ 'alsa-lib' 'a52dec' 'libxxf86vm')
+options=('!libtool')
+# http://www.dtek.chalmers.se/groups/dvd/dist/${pkgname}-${pkgver}.tar.gz
+source=(ftp://ftp.archlinux.org/other/ogle/${pkgname}-${pkgver}.tar.gz \
+xvideofix.patchgcc34alsafix.patch gcc4.patch 
dvdread-4.1.3.patch \
+ogle-vuln-scripts-makefile.patch)
+md5sums=('a76a9892bdb807a4bcf859d15a91f0f9'
+ '57f1cf36eed82c56f24e9c0fc25ce2b3'
+ '4ebc822b252fade6b53c5ceb5be45bf5'
+ 'd08cff87c5ec41a7eebc0d2384835688'
+ '597906c64ff7f5185de8430fdae3107d'
+ 'd052b01f293c61d399fdd0ac2abb1cf4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i "${srcdir}/dvdread-4.1.3.patch"
+  patch -p1 -i "${srcdir}/xvideofix.patch"
+  patch -p1 -i "${srcdir}/gcc34alsafix.patch"
+  patch -p1 -i "${srcdir}/gcc4.patch"
+  patch -p0 -i "${srcdir}/ogle-vuln-scripts-makefile.patch"
+
+   # fix alsa detection - stolen from their cvs
+  sed -i 's|^.*MINOR\=\=5.*$|#if SND_LIB_MAJOR==0 && SND_LIB_MINOR<6|' 
configure
+  sed -i 's|__diga_end:|\0;|' libogleao/alsa_audio.c
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --with-x
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export LIBRARY_PATH="${pkgdir}/usr/lib/ogle"
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: ogle/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ogle/trunk/dvdread-4.1.3.patch
===
--- ogle/trunk/dvdread-4.1.3.patch  (rev 0)
+++ ogle/trunk/dvdread-4.1.3.patch  2013-10-10 01:43:24 UTC (rev 98419)
@@ -0,0 +1,129 @@
+$NetBSD: patch-ad,v 1.1 2009/01/27 02:06:49 jmcneill Exp $
+
+--- vmg/ifo_dump.c.orig2009-01-26 21:00:17.0 -0500
 vmg/ifo_dump.c 2009-01-26 21:00:33.0 -0500
+@@ -65,38 +65,38 @@ static void print_ifo(char *path, int ti
+   if(h->vmgi_mat != NULL) {
+ 
+ printf("VMG top level\n-\n");
+-ifoPrint_VMGI_MAT(h->vmgi_mat);
++ifo_print_VMGI_MAT(h->vmgi_mat);
+   
+ printf("\nFirst Play PGC\n--\n");
+-ifoPrint_PGC(h->first_play_pgc);
++ifo_print_PGC(h->first_play_pgc);
+   
+ printf("\nTitle Track search pointer table\n");
+ printf(  "\n");
+-ifoPrint_TT_SRPT(h->tt_srpt);
++ifo_print_TT_SRPT(h->tt_srpt);
+   
+ printf("\nMenu PGCI Unit table\n");
+ printf(  "\n");
+ if(h->vmgi_mat->vmgm_pgci_ut != 0) {
+-  ifoPrint_PGCI_UT(h->pgci_ut);
++  ifo_print_PGCI_UT(h->pgci_ut);
+ } else 
+   printf("No Menu PGCI Unit table present\n");
+   
+ printf("\nParental Manegment Information table\n");
+ printf(  "\n");
+ if(h->vmgi_mat->ptl_mait != 0) {
+-  ifoPrint_PTL_MAIT(h->ptl_mait);
++  ifo_print_PTL_MAIT(h->ptl_mait);
+ } else
+   printf("No Parental Management Information present\n");
+   
+ printf("\nVideo Title Set Attribute Table\n");
+ printf(  "---\n");
+-ifoPrint_VTS_ATRT(h->vts_atrt);
++ifo_print_VTS_ATRT(h->vts_atrt);
+ 
+   
+ printf("\nText Data Manager Information\n");
+ printf(  "-\n");
+ if(h->vmgi_mat->txtdt_mgi != 0) {
+-  //ifoPrint_TXTDT_MGI(h->txtdt_mgi);
++  //ifo_print_TXTDT_MGI(h->txtdt_mgi);
+   printf("Can't print Text Data Manager Information yet\n");
+ } else
+   printf("No Text Data Manager Information present\n");

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

2013-10-09 Thread Sébastien Luttringer
Date: Thursday, October 10, 2013 @ 00:50:40
  Author: seblu
Revision: 98418

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

Added:
  python-psutil/repos/community-i686/PKGBUILD
(from rev 98417, python-psutil/trunk/PKGBUILD)
  python-psutil/repos/community-x86_64/PKGBUILD
(from rev 98417, python-psutil/trunk/PKGBUILD)
Deleted:
  python-psutil/repos/community-i686/PKGBUILD
  python-psutil/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 22:48:58 UTC (rev 98417)
+++ community-i686/PKGBUILD 2013-10-09 22:50:40 UTC (rev 98418)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=1.0.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/psutil/'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz";)
-sha1sums=('3d3abb8b7a5479b7299a8d170ec25179410f24d1')
-
-build() {
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 98417, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 22:50:40 UTC (rev 98418)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=1.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/psutil/'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz";)
+md5sums=('24430ee6486be2f1a960d9ce4dc87ad0')
+
+build() {
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-09 22:48:58 UTC (rev 98417)
+++ community-x86_64/PKGBUILD   2013-10-09 22:50:40 UTC (rev 98418)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=1.0.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/psutil/'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz";)
-sha1sums=('3d3abb8b7a5479b7299a8d170ec25179410f24d1')
-
-build() {
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/

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

2013-10-09 Thread Sébastien Luttringer
Date: Thursday, October 10, 2013 @ 00:48:58
  Author: seblu
Revision: 98417

upgpkg: python-psutil 1.1.1-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 19:27:11 UTC (rev 98416)
+++ PKGBUILD2013-10-09 22:48:58 UTC (rev 98417)
@@ -3,14 +3,14 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/psutil/'
 license=('custom: BSD')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz";)
-sha1sums=('3d3abb8b7a5479b7299a8d170ec25179410f24d1')
+source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz";)
+md5sums=('24430ee6486be2f1a960d9ce4dc87ad0')
 
 build() {
   cd psutil-$pkgver



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

2013-10-09 Thread Eric Bélanger
Date: Thursday, October 10, 2013 @ 00:22:53
  Author: eric
Revision: 196255

archrelease: copy trunk to extra-any

Added:
  python-soappy/repos/extra-any/PKGBUILD
(from rev 196254, python-soappy/trunk/PKGBUILD)
Deleted:
  python-soappy/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-09 22:22:29 UTC (rev 196254)
+++ PKGBUILD2013-10-09 22:22:53 UTC (rev 196255)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Anton Bazhenov 
-# Contributor: Ryan Coyner 
-
-pkgbase=python-soappy
-pkgname=python2-soappy
-pkgver=0.12.0
-pkgrel=11
-pkgdesc="A module which implements a high-level interface to SOAP functions"
-arch=('any')
-url="http://pywebsvcs.sourceforge.net/";
-license=('custom')
-depends=('python2-fpconst' 'pyxml')
-conflicts=('python-soappy<=0.12.0-10')
-replaces=('python-soappy<=0.12.0-10')
-optdepends=('python2-m2crypto: for support for server-side SSL')
-source=("http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz";)
-md5sums=('d0d29f9b6fb27bfadc69b64a36321e20')
-
-build() {
-  cd "${srcdir}/SOAPpy-${pkgver}"
-  sed -i "s/from __future__ import nested_scopes/#\0/g" SOAPpy/*.py
-  python2 setup.py build
-}
-
-package_python2-soappy() {
-  cd "${srcdir}/SOAPpy-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  for f in c14n.py Namespaces.py logging.py __init__.py; do
-sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
--i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f}
-  done
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 196254, 
python-soappy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-09 22:22:53 UTC (rev 196255)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Anton Bazhenov 
+# Contributor: Ryan Coyner 
+
+pkgbase=python-soappy
+pkgname=python2-soappy
+pkgver=0.12.0
+pkgrel=12
+pkgdesc="A module which implements a high-level interface to SOAP functions"
+arch=('any')
+url="http://pywebsvcs.sourceforge.net/";
+license=('custom')
+depends=('python2-fpconst')
+conflicts=('python-soappy<=0.12.0-10')
+replaces=('python-soappy<=0.12.0-10')
+optdepends=('python2-m2crypto: for support for server-side SSL')
+source=("http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz";)
+md5sums=('d0d29f9b6fb27bfadc69b64a36321e20')
+
+build() {
+  cd "${srcdir}/SOAPpy-${pkgver}"
+  sed -i "s/from __future__ import nested_scopes/#\0/g" SOAPpy/*.py
+  python2 setup.py build
+}
+
+package_python2-soappy() {
+  cd "${srcdir}/SOAPpy-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  for f in c14n.py Namespaces.py logging.py __init__.py; do
+sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+-i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f}
+  done
+}



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

2013-10-09 Thread Eric Bélanger
Date: Thursday, October 10, 2013 @ 00:22:29
  Author: eric
Revision: 196254

upgpkg: python-soappy 0.12.0-12

Remove pyxml depends (close FS#37278)

Modified:
  python-soappy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 20:41:48 UTC (rev 196253)
+++ PKGBUILD2013-10-09 22:22:29 UTC (rev 196254)
@@ -6,12 +6,12 @@
 pkgbase=python-soappy
 pkgname=python2-soappy
 pkgver=0.12.0
-pkgrel=11
+pkgrel=12
 pkgdesc="A module which implements a high-level interface to SOAP functions"
 arch=('any')
 url="http://pywebsvcs.sourceforge.net/";
 license=('custom')
-depends=('python2-fpconst' 'pyxml')
+depends=('python2-fpconst')
 conflicts=('python-soappy<=0.12.0-10')
 replaces=('python-soappy<=0.12.0-10')
 optdepends=('python2-m2crypto: for support for server-side SSL')



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

2013-10-09 Thread Jan de Groot
Date: Wednesday, October 9, 2013 @ 22:41:48
  Author: jgc
Revision: 196253

Drop pyxml optdepend. Not needed as standard python libs suffice

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 20:32:23 UTC (rev 196252)
+++ PKGBUILD2013-10-09 20:41:48 UTC (rev 196253)
@@ -17,7 +17,6 @@
 'texlive-core: latex formulas'
 'python2-numpy: some extensions'
 'python2-lxml: some extensions and filters'
-'pyxml: some extensions'
 'uniconvertor: reading/writing to some proprietary formats')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
 'spuriouscomma.patch')



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

2013-10-09 Thread Bartłomiej Piotrowski
Date: Wednesday, October 9, 2013 @ 22:32:23
  Author: bpiotrowski
Revision: 196252

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

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

---+
 /PKGBUILD |  152 
 extra-i686/PKGBUILD   |   75 ---
 extra-x86_64/PKGBUILD |   75 ---
 3 files changed, 152 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-09 20:32:10 UTC (rev 196251)
+++ extra-i686/PKGBUILD 2013-10-09 20:32:23 UTC (rev 196252)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.0.2
-pkgrel=1
-epoch=1
-pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
-arch=('i686' 'x86_64')
-url="http://ffmpeg.org/";
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'x264' 'xvidcore' 'zlib'
-  )
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-sha256sums=('986f63dc0785f473b1832d0eead502e39c9706fbe7f9677bbea0dad6fe0fab4a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---enable-avresample \
---enable-dxva2 \
---enable-fontconfig \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libxvid \
---enable-pic \
---enable-postproc \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 196251, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-09 20:32:23 UTC (rev 196252)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.0.2
+pkgrel=2
+epoch=1
+pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
+arch=('i686' 'x86_64')
+url="http://ffmpeg.org/";
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+sha256sums=('986f63dc0785f473b1832d0eead502e39c9706fbe7f9677bbea0dad6fe0fab4a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-dxva2 \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-pic \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-swresample \
+--enable-vdpau \
+--enable-version3 \
+--enable-x11grab
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {

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

2013-10-09 Thread Bartłomiej Piotrowski
Date: Wednesday, October 9, 2013 @ 22:32:10
  Author: bpiotrowski
Revision: 196251

upgpkg: ffmpeg 1:2.0.2-2

- re-enable GnuTLS support

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 18:22:59 UTC (rev 196250)
+++ PKGBUILD2013-10-09 20:32:10 UTC (rev 196251)
@@ -5,7 +5,7 @@
 
 pkgname=ffmpeg
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 url="http://ffmpeg.org/";
 license=('GPL')
 depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass'
   'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
   'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
   'v4l-utils' 'x264' 'xvidcore' 'zlib'
@@ -31,6 +31,7 @@
 --enable-avresample \
 --enable-dxva2 \
 --enable-fontconfig \
+--enable-gnutls \
 --enable-gpl \
 --enable-libass \
 --enable-libbluray \



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

2013-10-09 Thread Ray Rashif
Date: Wednesday, October 9, 2013 @ 21:27:11
  Author: schiv
Revision: 98416

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 19:26:45 UTC (rev 98415)
+++ community-i686/PKGBUILD 2013-10-09 19:27:11 UTC (rev 98416)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: sickhate 
-
-# TODO: bring in pyalsa, csound, mma
-pkgname=solfege
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="Music education and ear training software"
-arch=('i686' 'x86_64')
-url="http://www.solfege.org/";
-license=('GPL3')
-depends=('pygtk' 'libgtkhtml' 'librsvg')
-makedepends=('ghostscript' 'gnome-doc-utils' 'libxslt'
- 'swig' 'texinfo' 'txt2man')
-optdepends=('timidity++: or any MIDI player & MIDI-WAV converter'
-'mpg123: or any MP3 player'
-'lame: or any WAV-MP3 converter'
-'vorbis-tools: or any OGG player & WAV-OGG converter'
-'lilypond: for generating print-outs & score sheets'
-'texlive-bin: use LaTeX to replace HTML reports with DVI')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('ee9778d2b960b7afb375c5b3c3878222')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix for entire build
-  export PYTHON=/usr/bin/python2
-
-  # python2 fix for rogue Makefile
-  sed -i 's/shell python/shell python2/g' help/Makefile
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix for runtime
-  for i in $(find "$pkgdir" -name '*.py'); do
-sed -i 's:^#!.*bin/python$:#!/usr/bin/python2:' "$i"
-sed -i 's:^#!.*bin/env python$:#!/usr/bin/env python2:' "$i"
-  done
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: solfege/repos/community-i686/PKGBUILD (from rev 98415, 
solfege/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 19:27:11 UTC (rev 98416)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: sickhate 
+
+# TODO: bring in pyalsa, csound, mma
+pkgname=solfege
+pkgver=3.22.2
+pkgrel=2
+pkgdesc="Music education and ear training software"
+arch=('i686' 'x86_64')
+url="http://www.solfege.org/";
+license=('GPL3')
+depends=('pygtk' 'librsvg')
+makedepends=('ghostscript' 'gnome-doc-utils' 'libxslt'
+ 'swig' 'texinfo' 'txt2man')
+optdepends=('timidity++: or any MIDI player & MIDI-WAV converter'
+'mpg123: or any MP3 player'
+'lame: or any WAV-MP3 converter'
+'vorbis-tools: or any OGG player & WAV-OGG converter'
+'lilypond: for generating print-outs & score sheets'
+'texlive-bin: use LaTeX to replace HTML reports with DVI')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('ee9778d2b960b7afb375c5b3c3878222')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix for entire build
+  export PYTHON=/usr/bin/python2
+
+  # python2 fix for rogue Makefile
+  sed -i 's/shell python/shell python2/g' help/Makefile
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix for runtime
+  for i in $(find "$pkgdir" -name '*.py'); do
+sed -i 's:^#!.*bin/python$:#!/usr/bin/python2:' "$i"
+sed -i 's:^#!.*bin/env python$:#!/usr/bin/env python2:' "$i"
+  done
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-09 19:26:45 UTC (rev 98415)
+++ community-x86_64/PKGBUILD   2013-10-09 19:27:11 UTC (rev 98416)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: sickhate 
-
-# TODO: bring in pyalsa, csound, mma
-pkgname=solfege
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="Music education and ear training software"
-arch=('i686' 'x86_64')
-url="http://www.solfege.org/";
-license=('GPL3')
-depends=('pygtk' 'libgtkhtml' 'librsvg')
-makedepends=('ghostscript' 'gnome-doc-utils' 'libxslt'
- 'swig' 'texi

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

2013-10-09 Thread Ray Rashif
Date: Wednesday, October 9, 2013 @ 21:26:45
  Author: schiv
Revision: 98415

upgpkg: solfege 3.22.2-2

remove legacy dep on libgtkhtml; closes FS#37273

Modified:
  solfege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 18:10:25 UTC (rev 98414)
+++ PKGBUILD2013-10-09 19:26:45 UTC (rev 98415)
@@ -6,12 +6,12 @@
 # TODO: bring in pyalsa, csound, mma
 pkgname=solfege
 pkgver=3.22.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Music education and ear training software"
 arch=('i686' 'x86_64')
 url="http://www.solfege.org/";
 license=('GPL3')
-depends=('pygtk' 'libgtkhtml' 'librsvg')
+depends=('pygtk' 'librsvg')
 makedepends=('ghostscript' 'gnome-doc-utils' 'libxslt'
  'swig' 'texinfo' 'txt2man')
 optdepends=('timidity++: or any MIDI player & MIDI-WAV converter'



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

2013-10-09 Thread Bartłomiej Piotrowski
Date: Wednesday, October 9, 2013 @ 20:22:59
  Author: bpiotrowski
Revision: 196250

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-09 18:22:48 UTC (rev 196249)
+++ extra-i686/PKGBUILD 2013-10-09 18:22:59 UTC (rev 196250)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.0.1
-pkgrel=1
-epoch=1
-pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
-arch=('i686' 'x86_64')
-url="http://ffmpeg.org/";
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'x264' 'xvidcore' 'zlib'
-  )
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-sha256sums=('611eae7e3485d5fd9ff03e0ac7575ea89bc8105e40e99a40de02324957482f95')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---enable-avresample \
---enable-dxva2 \
---enable-fontconfig \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libxvid \
---enable-pic \
---enable-postproc \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 196249, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-09 18:22:59 UTC (rev 196250)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.0.2
+pkgrel=1
+epoch=1
+pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
+arch=('i686' 'x86_64')
+url="http://ffmpeg.org/";
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+sha256sums=('986f63dc0785f473b1832d0eead502e39c9706fbe7f9677bbea0dad6fe0fab4a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-dxva2 \
+--enable-fontconfig \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-pic \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-swresample \
+--enable-vdpau \
+--enable-version3 \
+--enable-x11grab
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mak

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

2013-10-09 Thread Bartłomiej Piotrowski
Date: Wednesday, October 9, 2013 @ 20:22:48
  Author: bpiotrowski
Revision: 196249

upgpkg: ffmpeg 1:2.0.2-1

- new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 16:10:58 UTC (rev 196248)
+++ PKGBUILD2013-10-09 18:22:48 UTC (rev 196249)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 epoch=1
 pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
@@ -19,7 +19,7 @@
   )
 makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-sha256sums=('611eae7e3485d5fd9ff03e0ac7575ea89bc8105e40e99a40de02324957482f95')
+sha256sums=('986f63dc0785f473b1832d0eead502e39c9706fbe7f9677bbea0dad6fe0fab4a')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-09 Thread Eric Bélanger
Date: Wednesday, October 9, 2013 @ 20:10:25
  Author: eric
Revision: 98414

archrelease: copy trunk to community-any

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

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

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

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



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

2013-10-09 Thread Eric Bélanger
Date: Wednesday, October 9, 2013 @ 20:09:57
  Author: eric
Revision: 98413

upgpkg: youtube-dl 2013.10.07-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 17:51:47 UTC (rev 98412)
+++ PKGBUILD2013-10-09 18:09:57 UTC (rev 98413)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2013.10.06
+pkgver=2013.10.07
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('3f783be4ec269fd87ef978ec37d7a95875c6fc6f'
+sha1sums=('70a596b466e1a676dfb8e08cb3cda0b5cca45448'
   'SKIP')
 
 prepare() {



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

2013-10-09 Thread Daniel Micay
Date: Wednesday, October 9, 2013 @ 19:51:47
  Author: thestinger
Revision: 98412

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 17:51:03 UTC (rev 98411)
+++ community-i686/PKGBUILD 2013-10-09 17:51:47 UTC (rev 98412)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel Micay 
-pkgname=playpen
-pkgver=1
-pkgrel=2
-epoch=1
-pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/playpen/'
-license=(MIT)
-depends=(libseccomp gcc-libs)
-makedepends=(git python clang)
-source=(git://github.com/thestinger/playpen#tag=1)
-md5sums=(SKIP)
-
-build() {
-  cd $pkgname
-  git submodule update --init
-  make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: playpen/repos/community-i686/PKGBUILD (from rev 98411, 
playpen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 17:51:47 UTC (rev 98412)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay 
+pkgname=playpen
+pkgver=2
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp)
+makedepends=(git clang)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-09 17:51:03 UTC (rev 98411)
+++ community-x86_64/PKGBUILD   2013-10-09 17:51:47 UTC (rev 98412)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel Micay 
-pkgname=playpen
-pkgver=1
-pkgrel=2
-epoch=1
-pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/playpen/'
-license=(MIT)
-depends=(libseccomp gcc-libs)
-makedepends=(git python clang)
-source=(git://github.com/thestinger/playpen#tag=1)
-md5sums=(SKIP)
-
-build() {
-  cd $pkgname
-  git submodule update --init
-  make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: playpen/repos/community-x86_64/PKGBUILD (from rev 98411, 
playpen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-09 17:51:47 UTC (rev 98412)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay 
+pkgname=playpen
+pkgver=2
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp)
+makedepends=(git clang)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2013-10-09 Thread Daniel Micay
Date: Wednesday, October 9, 2013 @ 19:51:03
  Author: thestinger
Revision: 98411

upgpkg: playpen 1:2-1

Modified:
  playpen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 16:57:37 UTC (rev 98410)
+++ PKGBUILD2013-10-09 17:51:03 UTC (rev 98411)
@@ -1,15 +1,15 @@
 # Maintainer: Daniel Micay 
 pkgname=playpen
-pkgver=1
-pkgrel=2
+pkgver=2
+pkgrel=1
 epoch=1
 pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
 arch=(i686 x86_64)
 url='https://github.com/thestinger/playpen/'
 license=(MIT)
-depends=(libseccomp gcc-libs)
-makedepends=(git python clang)
-source=(git://github.com/thestinger/playpen#tag=1)
+depends=(libseccomp)
+makedepends=(git clang)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
 md5sums=(SKIP)
 
 build() {



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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:57:37
  Author: faidoc
Revision: 98410

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

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

--+
 /PKGBUILD|  128 
 /cinnamon-control-center.install |   22 
 /region.patch|10626 +
 community-i686/PKGBUILD  |   64 
 community-i686/cinnamon-control-center.install   |   11 
 community-i686/region.patch  | 5313 --
 community-x86_64/PKGBUILD|   64 
 community-x86_64/cinnamon-control-center.install |   11 
 community-x86_64/region.patch| 5313 --
 9 files changed, 10776 insertions(+), 10776 deletions(-)

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


[arch-commits] Commit in cinnamon-control-center/repos/community-x86_64 (7 files)

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:46:55
  Author: faidoc
Revision: 98408

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

Added:
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 98407, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 98407, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/region.patch
(from rev 98407, cinnamon-control-center/trunk/region.patch)
Deleted:
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/fix_nm_undefined.patch
  cinnamon-control-center/repos/community-x86_64/region.patch

-+
 PKGBUILD|  133 
 cinnamon-control-center.install |   22 
 fix_nm_undefined.patch  |   98 
 region.patch|10626 +++---
 4 files changed, 5388 insertions(+), 5491 deletions(-)

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


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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:52:17
  Author: faidoc
Revision: 98409

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 98408, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
(from rev 98408, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 98408, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
(from rev 98408, cinnamon-desktop/trunk/cinnamon-desktop.install)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install

---+
 /PKGBUILD |   58 
 /cinnamon-desktop.install |   22 ++
 community-i686/PKGBUILD   |   30 --
 community-i686/cinnamon-desktop.install   |   11 -
 community-x86_64/PKGBUILD |   30 --
 community-x86_64/cinnamon-desktop.install |   11 -
 6 files changed, 80 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 16:46:55 UTC (rev 98408)
+++ community-i686/PKGBUILD 2013-10-09 16:52:17 UTC (rev 98409)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile)
-makedepends=(intltool gobject-introspection gnome-common)
-url="https://github.com/linuxmint/cinnamon-desktop";
-options=(!libtool)
-install=cinnamon-desktop.install
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";)
-sha256sums=('dd4ef4c14699a0566ae8e7e060a7db8574ef65dcdac80751de350788ea99ff3c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux"
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 98408, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 16:52:17 UTC (rev 98409)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile)
+makedepends=(intltool gobject-introspection gnome-common)
+url="https://github.com/linuxmint/cinnamon-desktop";
+options=(!libtool)
+install=cinnamon-desktop.install
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";)
+sha256sums=('326bb7f02692a0baa21821ec70968be3cf70702d8330a7452aa03f9fbc851de1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/cinnamon-desktop.install
===
--- community-i686/cinnamon-desktop.install 2013-10-09 16:46:55 UTC (rev 
98408)
+++ community-i686/cinnamon-desktop.install 2013-10-09 16:52:17 UTC (rev 
98409)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cinnamon-desktop/repos/community-i686/cinnamon-desktop.install (from 
rev 98408, cinnamon-desktop/trunk/cinnamon-desktop.install)
===
--- community-i686/cinnamon-desktop.install (rev 0)
+++ community-i686/cinnamon-desktop.install 2013-10-09 16:52:17 UTC (rev 
98409)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-09 16:46:55 UTC (rev 98408)
+++ community-x86_64/PKGBUILD   2013-10-09 16:52:17 UTC (rev 98409)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueri

[arch-commits] Commit in cinnamon-control-center/repos/community-i686 (7 files)

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:43:51
  Author: faidoc
Revision: 98407

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 98403, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 98403, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/region.patch
(from rev 98404, cinnamon-control-center/trunk/region.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-i686/fix_nm_undefined.patch
  cinnamon-control-center/repos/community-i686/region.patch

-+
 PKGBUILD|  133 
 cinnamon-control-center.install |   22 
 fix_nm_undefined.patch  |   98 
 region.patch|10626 +++---
 4 files changed, 5388 insertions(+), 5491 deletions(-)

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


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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:43:15
  Author: faidoc
Revision: 98405

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 98401, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-i686/cinnamon-session.install
(from rev 98401, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-i686/lightdm_userswitch.patch
(from rev 98401, cinnamon-session/trunk/lightdm_userswitch.patch)
  cinnamon-session/repos/community-i686/remove_sessionmigration.patch
(from rev 98401, cinnamon-session/trunk/remove_sessionmigration.patch)
  cinnamon-session/repos/community-i686/timeout.patch
(from rev 98401, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 98402, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
(from rev 98402, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-x86_64/lightdm_userswitch.patch
(from rev 98403, cinnamon-session/trunk/lightdm_userswitch.patch)
  cinnamon-session/repos/community-x86_64/remove_sessionmigration.patch
(from rev 98403, cinnamon-session/trunk/remove_sessionmigration.patch)
  cinnamon-session/repos/community-x86_64/timeout.patch
(from rev 98404, cinnamon-session/trunk/timeout.patch)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/cinnamon-session.install
  cinnamon-session/repos/community-i686/lightdm_userswitch.patch
  cinnamon-session/repos/community-i686/remove_sessionmigration.patch
  cinnamon-session/repos/community-i686/timeout.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
  cinnamon-session/repos/community-x86_64/lightdm_userswitch.patch
  cinnamon-session/repos/community-x86_64/remove_sessionmigration.patch
  cinnamon-session/repos/community-x86_64/timeout.patch

+
 /PKGBUILD  |   96 +++
 /cinnamon-session.install  |   24 +
 /lightdm_userswitch.patch  |  306 +++
 /remove_sessionmigration.patch |   36 ++
 /timeout.patch |   48 +++
 community-i686/PKGBUILD|   53 ---
 community-i686/cinnamon-session.install|   12 
 community-i686/lightdm_userswitch.patch|  153 ---
 community-i686/remove_sessionmigration.patch   |   18 -
 community-i686/timeout.patch   |   24 -
 community-x86_64/PKGBUILD  |   53 ---
 community-x86_64/cinnamon-session.install  |   12 
 community-x86_64/lightdm_userswitch.patch  |  153 ---
 community-x86_64/remove_sessionmigration.patch |   18 -
 community-x86_64/timeout.patch |   24 -
 15 files changed, 510 insertions(+), 520 deletions(-)

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


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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:43:41
  Author: faidoc
Revision: 98406

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 98405, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

--+
 PKGBUILD |   38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-09 16:43:15 UTC (rev 98405)
+++ PKGBUILD2013-10-09 16:43:41 UTC (rev 98406)
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira 
-
-pkgname=cinnamon-translations
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=(any)
-url="http://cinnamon.linuxmint.com/";
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
-sha256sums=('618e730f9b043cad000c69a078e7b4c118e7954d36da10221ab7715dde6e12d0')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -m 0755 -d ${pkgdir}/usr/share/cinnamon/locale/ 
-  cp -Rp mo-export/* ${pkgdir}/usr/share/cinnamon/locale/
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 98405, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-09 16:43:41 UTC (rev 98406)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="http://cinnamon.linuxmint.com/";
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
+sha256sums=('db6fb4fea08824a79251e130c9e0f7035da7cd02884fa4ff8faa34ab9905d2c7')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -m 0755 -d ${pkgdir}/usr/share/cinnamon/locale/ 
+  cp -Rp mo-export/* ${pkgdir}/usr/share/cinnamon/locale/
+}



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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:42:57
  Author: faidoc
Revision: 98404

upgpkg: cinnamon-translations 2.0.1-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 16:42:50 UTC (rev 98403)
+++ PKGBUILD2013-10-09 16:42:57 UTC (rev 98404)
@@ -2,14 +2,14 @@
 # Maintainer: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=(any)
 url="http://cinnamon.linuxmint.com/";
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
-sha256sums=('618e730f9b043cad000c69a078e7b4c118e7954d36da10221ab7715dde6e12d0')
+sha256sums=('db6fb4fea08824a79251e130c9e0f7035da7cd02884fa4ff8faa34ab9905d2c7')
 
 package() {
   cd ${pkgname}-${pkgver}



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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:42:50
  Author: faidoc
Revision: 98403

upgpkg: cinnamon-desktop 2.0.1-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 16:42:39 UTC (rev 98402)
+++ PKGBUILD2013-10-09 16:42:50 UTC (rev 98403)
@@ -3,8 +3,8 @@
 # Contributor:  Jan de Groot 
 
 pkgname=cinnamon-desktop
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -14,7 +14,7 @@
 options=(!libtool)
 install=cinnamon-desktop.install
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";)
-sha256sums=('dd4ef4c14699a0566ae8e7e060a7db8574ef65dcdac80751de350788ea99ff3c')
+sha256sums=('326bb7f02692a0baa21821ec70968be3cf70702d8330a7452aa03f9fbc851de1')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:41:57
  Author: faidoc
Revision: 98401

upgpkg: cinnamon-session 2.0.1-1

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 16:38:23 UTC (rev 98400)
+++ PKGBUILD2013-10-09 16:41:57 UTC (rev 98401)
@@ -3,8 +3,8 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-session
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="The Cinnamon Session Handler"
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -14,11 +14,9 @@
 install=cinnamon-session.install
 url="https://github.com/linuxmint/cinnamon-session";
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-lightdm_userswitch.patch
 remove_sessionmigration.patch
 timeout.patch)
-sha256sums=('d1eba64a5484f086f257ee75799d12afd77373fbdb0ced8d3ae48eadcd02a878'
-'20e42cbb5504f67b1da5e1867a220629bc2fe1699cfd52be177a557c4096440b'
+sha256sums=('e1dd1bc044be28c2849041e7f1cd23b388442c77500a59baf57d244a6d81b88b'
 'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
 'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
 
@@ -25,9 +23,6 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  # Add support for lightdm user switching
-  patch -Np1 -i ../lightdm_userswitch.patch
-
   # Do not try to execute session-migration script (it's specific to Ubuntu)
   patch -Np1 -i ../remove_sessionmigration.patch
 



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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:42:39
  Author: faidoc
Revision: 98402

upgpkg: cinnamon-control-center 2.0.2-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD
Deleted:
  cinnamon-control-center/trunk/fix_nm_undefined.patch

+
 PKGBUILD   |   15 ++-
 fix_nm_undefined.patch |   98 ---
 2 files changed, 5 insertions(+), 108 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 16:41:57 UTC (rev 98401)
+++ PKGBUILD2013-10-09 16:42:39 UTC (rev 98402)
@@ -5,8 +5,8 @@
 # Jan de Groot 
 
 pkgname=cinnamon-control-center
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
 depends=('cinnamon' 'network-manager-applet')
@@ -17,11 +17,9 @@
 license=('GPL')
 options=('!libtool' '!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz";
-region.patch
-fix_nm_undefined.patch)
-sha256sums=('2a8ea5c17e515afd47d0f76127dbc5172281ef2b6aaf8a5c800ff7079d6d80f2'
-'077cb8d6814c32a4df85f71c2b8fa84da25e5260263a6e0536c6e1626051f022'
-'3f6cfb2d520e5270174406a633c2bd320bd012edc163b994be3094dd4bd2d105')
+region.patch)
+sha256sums=('28318423297dd27a51a0a84d0f4b28453aca5c16ca362f7f4b56bd8e1b67b594'
+'077cb8d6814c32a4df85f71c2b8fa84da25e5260263a6e0536c6e1626051f022')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -29,9 +27,6 @@
   # Fix region panel
   patch -Np1 -i ../region.patch
 
-  # Fix compatibility with newer networkmanager
-  patch -Np1 -i ../fix_nm_undefined.patch
-
   chmod +x autogen.sh
 }
 

Deleted: fix_nm_undefined.patch
===
--- fix_nm_undefined.patch  2013-10-09 16:41:57 UTC (rev 98401)
+++ fix_nm_undefined.patch  2013-10-09 16:42:39 UTC (rev 98402)
@@ -1,98 +0,0 @@
 a/panels/network/network-dialogs.c
-+++ b/panels/network/network-dialogs.c
-@@ -30,7 +30,7 @@
- #include 
- 
- #include "network-dialogs.h"
--#include "nm-wireless-dialog.h"
-+#include "nm-wifi-dialog.h"
- #include "nm-mobile-wizard.h"
- 
- typedef struct {
-@@ -108,10 +108,10 @@ nag_dialog_response_cb (GtkDialog *nag_d
- gint response,
- gpointer user_data)
- {
--  NMAWirelessDialog *wireless_dialog = NMA_WIRELESS_DIALOG (user_data);
-+  NMAWifiDialog *wireless_dialog = NMA_WIFI_DIALOG (user_data);
- 
-   if (response == GTK_RESPONSE_NO) {  /* user opted not to correct the 
warning */
--  nma_wireless_dialog_set_nag_ignored (wireless_dialog, TRUE);
-+  nma_wifi_dialog_set_nag_ignored (wireless_dialog, TRUE);
-   gtk_dialog_response (GTK_DIALOG (wireless_dialog), 
GTK_RESPONSE_OK);
-   }
- }
-@@ -121,7 +121,7 @@ wireless_dialog_response_cb (GtkDialog *
-  gint response,
-  gpointer user_data)
- {
--  NMAWirelessDialog *dialog = NMA_WIRELESS_DIALOG (foo);
-+  NMAWifiDialog *dialog = NMA_WIFI_DIALOG (foo);
-   WirelessDialogClosure *closure = user_data;
-   NMConnection *connection, *fuzzy_match = NULL;
-   NMDevice *device;
-@@ -131,13 +131,13 @@ wireless_dialog_response_cb (GtkDialog *
-   if (response != GTK_RESPONSE_OK)
-   goto done;
- 
--  if (!nma_wireless_dialog_get_nag_ignored (dialog)) {
-+  if (!nma_wifi_dialog_get_nag_ignored (dialog)) {
-   GtkWidget *nag_dialog;
- 
-   /* Nag the user about certificates or whatever.  Only destroy 
the dialog
-* if no nagging was done.
-*/
--  nag_dialog = nma_wireless_dialog_nag_user (dialog);
-+  nag_dialog = nma_wifi_dialog_nag_user (dialog);
-   if (nag_dialog) {
-   gtk_window_set_transient_for (GTK_WINDOW (nag_dialog), 
GTK_WINDOW (dialog));
-   g_signal_connect (nag_dialog, "response",
-@@ -147,10 +147,10 @@ wireless_dialog_response_cb (GtkDialog *
-   }
-   }
- 
--  /* nma_wireless_dialog_get_connection() returns a connection with the
-+  /* nma_wifi_dialog_get_connection() returns a connection with the
-* refcount incremented, so the caller must remember to unref it.
-*/
--  connection = nma_wireless_dialog_get_connection (dialog, &device, &ap);
-+  connection = nma_wifi_dialog_get_connection (dialog, &device, &ap);
-   g_assert (connection);
-   g_assert (device);
- 
-@@ -201,7 +201,7 @@ wireless_dialog_response_cb (GtkDialog *
-  NULL);
-   }
- 
--  /* Balance nma_wireless_dialog_get_connection() */
-+  /* Balance nma_wifi_dialog_get_connection() */
-   g_object_unref (connection);
- 
- done:
-@@ -237,7 +237,7 @@ cc_network_pan

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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:38:23
  Author: faidoc
Revision: 98400

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 98399, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/background.patch
(from rev 98399, cinnamon/trunk/background.patch)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 98399, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/fix-control-center-check.patch
(from rev 98399, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-i686/input_keybindings.patch
(from rev 98399, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 98399, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 98399, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 98399, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/background.patch
(from rev 98399, cinnamon/trunk/background.patch)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 98399, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
(from rev 98399, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-x86_64/input_keybindings.patch
(from rev 98399, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 98399, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 98399, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/background.patch
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/fix-control-center-check.patch
  cinnamon/repos/community-i686/git_rollup.patch
  cinnamon/repos/community-i686/input_keybindings.patch
  cinnamon/repos/community-i686/keyboard_applet.patch
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/background.patch
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-x86_64/git_rollup.patch
  cinnamon/repos/community-x86_64/input_keybindings.patch
  cinnamon/repos/community-x86_64/keyboard_applet.patch
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy

-+
 /PKGBUILD   |  186 +++
 /background.patch   |   32 ++
 /cinnamon.install   |   22 +
 /fix-control-center-check.patch |   24 +
 /input_keybindings.patch|   22 +
 /keyboard_applet.patch  |  266 ++
 community-i686/PKGBUILD |   98 
 community-i686/background.patch |   16 -
 community-i686/cinnamon.install |   11 
 community-i686/fix-control-center-check.patch   |   12 
 community-i686/git_rollup.patch |   76 --
 community-i686/input_keybindings.patch  |   11 
 community-i686/keyboard_applet.patch|  133 ---
 community-x86_64/PKGBUILD   |   98 
 community-x86_64/background.patch   |   16 -
 community-x86_64/cinnamon.install   |   11 
 community-x86_64/fix-control-center-check.patch |   12 
 community-x86_64/git_rollup.patch   |   76 --
 community-x86_64/input_keybindings.patch|   11 
 community-x86_64/keyboard_applet.patch  |  133 ---
 20 files changed, 552 insertions(+), 714 deletions(-)

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


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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 18:36:22
  Author: faidoc
Revision: 98399

upgpkg: cinnamon 2.0.2-1

Modified:
  cinnamon/trunk/PKGBUILD
Deleted:
  cinnamon/trunk/git_rollup.patch

--+
 PKGBUILD |   11 ++-
 git_rollup.patch |   76 -
 2 files changed, 3 insertions(+), 84 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 15:41:06 UTC (rev 98398)
+++ PKGBUILD2013-10-09 16:36:22 UTC (rev 98399)
@@ -5,8 +5,8 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=1.9.2
-pkgrel=3
+pkgver=2.0.2
+pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="http://cinnamon.linuxmint.com/";
@@ -29,14 +29,12 @@
 "background.patch"
 "keyboard_applet.patch"
 "input_keybindings.patch"
-"git_rollup.patch"
 "org.archlinux.pkexec.cinnamon-settings-users.policy")
-sha256sums=('0abaa8da02c4d626084aa482adc551af154796c4c35faaebebdac896ce72aa6d'
+sha256sums=('3b7043a603c19d96bf1e5ccaafde24ca507c93ee51e81e8c5c8754457a18a5ac'
 'ee5694bdc997ffa35a817f691b15bae13747137d35ec2aecd0da298d7edbe426'
 '373d80cdb23250fbde846ed493ba422672cc42b03a111c2ce044467ee782df7f'
 '6acb07393105ddced8a4c3c869a596350d1a7d81a808ca5307d2ad770653a9d3'
 'e28c40eb844105154fa6106f5b4de3151a22805b3a7b2f84be9ea6c15cec3de6'
-'03809dee8f374a450e6671771d4527161e5697c55f09745eac9db52b0fe0a7a6'
 '371beac9e55d36f7629d2fc5cb40d6a3e6c0f4aac014f6fefdcd6743b5194b23')
 
 prepare() {
@@ -58,9 +56,6 @@
   # Add input keybindings
   patch -Np1 -i ../input_keybindings.patch
 
-  # Add support for LightDM user switching
-  patch -Np1 -i ../git_rollup.patch
-
   # Prefix 'System Settings' with 'Cinnamon' to avoid confusion with 
gnome-control-center
   sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' 
files/usr/share/applications/cinnamon-settings{,-users}.desktop
 

Deleted: git_rollup.patch
===
--- git_rollup.patch2013-10-09 15:41:06 UTC (rev 98398)
+++ git_rollup.patch2013-10-09 16:36:22 UTC (rev 98399)
@@ -1,76 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 2d807f5..46353a2 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -62,7 +62,7 @@ AM_CONDITIONAL(BUILD_RECORDER, $build_recorder)
- 
- CLUTTER_MIN_VERSION=1.7.5
- GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
--GJS_MIN_VERSION=1.29.18
-+GJS_MIN_VERSION=1.9.0
- MUFFIN_MIN_VERSION=1.0.5
- GTK_MIN_VERSION=3.0.0
- GIO_MIN_VERSION=2.29.10
-diff --git a/files/usr/share/cinnamon/applets/so...@cinnamon.org/applet.js 
b/files/usr/share/cinnamon/applets/so...@cinnamon.org/applet.js
-index e80d97b..73fb87c 100644
 a/files/usr/share/cinnamon/applets/so...@cinnamon.org/applet.js
-+++ b/files/usr/share/cinnamon/applets/so...@cinnamon.org/applet.js
-@@ -108,8 +108,8 @@ let compatible_players = [
- 'deadbeef', 'smplayer', 'tomahawk'];
- let support_seek = [
- 'clementine', 'banshee', 'rhythmbox', 'rhythmbox3', 'pragha', 'quodlibet',
--'amarok', 'noise', 'xnoise', 'gmusicbrowser', 'spotify', 'vlc', 'beatbox',
--'gnome-mplayer', 'qmmp', 'deadbeef', 'tomahawk'];
-+'amarok', 'xnoise', 'gmusicbrowser', 'spotify', 'vlc', 'beatbox',
-+'gnome-mplayer', 'qmmp', 'deadbeef'];
- /* dummy vars for translation */
- let x = _("Playing");
- x = _("Paused");
-diff --git a/files/usr/share/cinnamon/applets/u...@cinnamon.org/applet.js 
b/files/usr/share/cinnamon/applets/u...@cinnamon.org/applet.js
-index c2a4c61..0bdd671 100644
 a/files/usr/share/cinnamon/applets/u...@cinnamon.org/applet.js
-+++ b/files/usr/share/cinnamon/applets/u...@cinnamon.org/applet.js
-@@ -94,7 +94,20 @@ MyApplet.prototype = {
- }   
- }));
- 
--if (GLib.file_test("/usr/bin/mdmflexiserver", 
GLib.FileTest.EXISTS)) {
-+if (GLib.getenv("XDG_SEAT_PATH")) {
-+// LightDM
-+this.menu.addAction(_("Switch User"), Lang.bind(this, 
function() {
-+Util.spawnCommandLine("cinnamon-screensaver-command 
--lock");
-+Util.spawnCommandLine("dm-tool switch-to-greeter");
-+}));
-+
-+this.menu.addAction(_("Guest Session"), Lang.bind(this, 
function() {
-+Util.spawnCommandLine("cinnamon-screensaver-command 
--lock");
-+Util.spawnCommandLine("dm-tool switch-to-guest");
-+}));
-+}
-+else if (GLib.file_test("/usr/bin/mdmflexiserver", 
GLib.FileTest.EXISTS)) {
-+// MDM
- this.menu.addAction(_("Switch User"), Lang.bind(this, 
function() {
- Util.spawnCommandLine("mdmflexiserver");
- }));
-diff --git a/js/ui/hotCorner.js b/js/ui

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

2013-10-09 Thread Gaetan Bisson
Date: Wednesday, October 9, 2013 @ 18:10:58
  Author: bisson
Revision: 196248

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

Added:
  uim/repos/extra-i686/PKGBUILD
(from rev 196247, uim/trunk/PKGBUILD)
  uim/repos/extra-i686/install
(from rev 196247, uim/trunk/install)
  uim/repos/extra-x86_64/PKGBUILD
(from rev 196247, uim/trunk/PKGBUILD)
  uim/repos/extra-x86_64/install
(from rev 196247, uim/trunk/install)
Deleted:
  uim/repos/extra-i686/PKGBUILD
  uim/repos/extra-i686/install
  uim/repos/extra-x86_64/PKGBUILD
  uim/repos/extra-x86_64/install

---+
 /PKGBUILD |   82 
 /install  |   26 +++
 extra-i686/PKGBUILD   |   42 
 extra-i686/install|   13 ---
 extra-x86_64/PKGBUILD |   42 
 extra-x86_64/install  |   13 ---
 6 files changed, 108 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-09 16:10:19 UTC (rev 196247)
+++ extra-i686/PKGBUILD 2013-10-09 16:10:58 UTC (rev 196248)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.6
-pkgrel=1
-pkgdesc='Multilingual input method library'
-url='http://code.google.com/p/uim/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'gnome-panel')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodules and helper applications'
-'gnome-panel: gnome applet indicator')
-options=('!libtool')
-source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4-immodule \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/lib/libgcroots.a
-   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-i686/PKGBUILD (from rev 196247, uim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-09 16:10:58 UTC (rev 196248)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.6
+pkgrel=2
+pkgdesc='Multilingual input method library'
+url='http://code.google.com/p/uim/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodules and helper applications')
+options=('!libtool')
+source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt4-immodule \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/lib/libgcroots.a
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2013-10-09 16:10:19 UTC (rev 196247)
+++ extra-i686/install  2013-10-09 16:10:58 UTC (rev 196248)
@@ -1,13 +0,0 @@
-post_install() {
-   [[ -x usr/bin/gtk-query-immodules-2.0 ]] && 
usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
-   [[ -x usr/bin/gtk-query-immodules-3.0 ]] && 
usr/bin/gtk-query-immodules-3.0 > usr/lib/gtk-3.0/3.0.0/immodules.cache
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: uim/repos/extra-i686/install (from rev 196247, uim/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2013-10-09 16:10:58 UTC (rev 196248)
@@ -0,0 +1,13 @@
+post_install() {
+   [[ -x usr/bin/gtk-query-immodules-2.0 ]] && 
usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+   [[ -x usr/bin/gtk-query-immodules-3.0 ]] && 
usr/bin/gtk-query-immodules-3.0 > usr/l

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

2013-10-09 Thread Gaetan Bisson
Date: Wednesday, October 9, 2013 @ 18:10:19
  Author: bisson
Revision: 196247

fix FS#37263

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 16:03:44 UTC (rev 196246)
+++ PKGBUILD2013-10-09 16:10:19 UTC (rev 196247)
@@ -4,17 +4,16 @@
 
 pkgname=uim
 pkgver=1.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Multilingual input method library'
 url='http://code.google.com/p/uim/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'gnome-panel')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3')
 optdepends=('qt4: immodule and helper applications'
 'gtk2: immodule and helper applications'
-'gtk3: immodules and helper applications'
-'gnome-panel: gnome applet indicator')
+'gtk3: immodules and helper applications')
 options=('!libtool')
 source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')



[arch-commits] Commit in perl-file-desktopentry/repos/extra-any (PKGBUILD PKGBUILD)

2013-10-09 Thread Eric Bélanger
Date: Wednesday, October 9, 2013 @ 18:03:44
  Author: eric
Revision: 196246

archrelease: copy trunk to extra-any

Added:
  perl-file-desktopentry/repos/extra-any/PKGBUILD
(from rev 196245, perl-file-desktopentry/trunk/PKGBUILD)
Deleted:
  perl-file-desktopentry/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-09 16:03:13 UTC (rev 196245)
+++ PKGBUILD2013-10-09 16:03:44 UTC (rev 196246)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-file-desktopentry
-pkgver=0.05
-pkgrel=1
-pkgdesc='Object to handle .desktop files'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/File-DesktopEntry/";
-depends=('perl-file-basedir')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-DesktopEntry-$pkgver.tar.gz)
-md5sums=('80075f02aa03a79076154bb6e3e18d9b')
-
-build() {
-  cd File-DesktopEntry-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-DesktopEntry-$pkgver
-  make test
-}
-
-package() {
-  cd File-DesktopEntry-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-file-desktopentry/repos/extra-any/PKGBUILD (from rev 196245, 
perl-file-desktopentry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-09 16:03:44 UTC (rev 196246)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-file-desktopentry
+pkgver=0.08
+pkgrel=1
+pkgdesc='Object to handle .desktop files'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/File-DesktopEntry/";
+depends=('perl-file-basedir')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-DesktopEntry-$pkgver.tar.gz)
+sha1sums=('c2bd78e84a009ccc90f03126b96166ebb0e4a6d7')
+
+build() {
+  cd File-DesktopEntry-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-DesktopEntry-$pkgver
+  make test
+}
+
+package() {
+  cd File-DesktopEntry-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-file-desktopentry/trunk (PKGBUILD)

2013-10-09 Thread Eric Bélanger
Date: Wednesday, October 9, 2013 @ 18:03:13
  Author: eric
Revision: 196245

upgpkg: perl-file-desktopentry 0.08-1

Upstream update

Modified:
  perl-file-desktopentry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 15:57:59 UTC (rev 196244)
+++ PKGBUILD2013-10-09 16:03:13 UTC (rev 196245)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=perl-file-desktopentry
-pkgver=0.05
+pkgver=0.08
 pkgrel=1
 pkgdesc='Object to handle .desktop files'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl-file-basedir')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-DesktopEntry-$pkgver.tar.gz)
-md5sums=('80075f02aa03a79076154bb6e3e18d9b')
+sha1sums=('c2bd78e84a009ccc90f03126b96166ebb0e4a6d7')
 
 build() {
   cd File-DesktopEntry-$pkgver



[arch-commits] Commit in perl-file-mimeinfo/repos/extra-any (PKGBUILD PKGBUILD)

2013-10-09 Thread Eric Bélanger
Date: Wednesday, October 9, 2013 @ 17:57:59
  Author: eric
Revision: 196244

archrelease: copy trunk to extra-any

Added:
  perl-file-mimeinfo/repos/extra-any/PKGBUILD
(from rev 196243, perl-file-mimeinfo/trunk/PKGBUILD)
Deleted:
  perl-file-mimeinfo/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-09 15:57:17 UTC (rev 196243)
+++ PKGBUILD2013-10-09 15:57:59 UTC (rev 196244)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-file-mimeinfo
-pkgver=0.18
-pkgrel=1
-pkgdesc='Perl/CPAN File::MimeInfo module - Determine file type, includes 
mimeopen and mimetype'
-arch=('any')
-url="http://search.cpan.org/dist/File-MimeInfo/";
-license=('GPL' 'PerlArtistic')
-depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-MimeInfo-${pkgver}.tar.gz)
-md5sums=('5e2705d07e6089df6ce91a58b1b3b62d')
-
-build() {
-  cd File-MimeInfo-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-MimeInfo-${pkgver}
-  make test
-}
-
-package() {
-  cd File-MimeInfo-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-file-mimeinfo/repos/extra-any/PKGBUILD (from rev 196243, 
perl-file-mimeinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-09 15:57:59 UTC (rev 196244)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-file-mimeinfo
+pkgver=0.20
+pkgrel=1
+pkgdesc='Determine file type, includes mimeopen and mimetype'
+arch=('any')
+url="http://search.cpan.org/dist/File-MimeInfo/";
+license=('GPL' 'PerlArtistic')
+depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-MimeInfo-${pkgver}.tar.gz)
+sha1sums=('06f49ca8c50b1f81b2fbb86e2a430c4084871bf0')
+
+build() {
+  cd File-MimeInfo-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-MimeInfo-${pkgver}
+  make test
+}
+
+package() {
+  cd File-MimeInfo-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-file-mimeinfo/trunk (PKGBUILD)

2013-10-09 Thread Eric Bélanger
Date: Wednesday, October 9, 2013 @ 17:57:17
  Author: eric
Revision: 196243

upgpkg: perl-file-mimeinfo 0.20-1

Upstream update, Trim description

Modified:
  perl-file-mimeinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 12:52:40 UTC (rev 196242)
+++ PKGBUILD2013-10-09 15:57:17 UTC (rev 196243)
@@ -2,9 +2,9 @@
 # Maintainer: 
 
 pkgname=perl-file-mimeinfo
-pkgver=0.18
+pkgver=0.20
 pkgrel=1
-pkgdesc='Perl/CPAN File::MimeInfo module - Determine file type, includes 
mimeopen and mimetype'
+pkgdesc='Determine file type, includes mimeopen and mimetype'
 arch=('any')
 url="http://search.cpan.org/dist/File-MimeInfo/";
 license=('GPL' 'PerlArtistic')
@@ -11,7 +11,7 @@
 depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-MimeInfo-${pkgver}.tar.gz)
-md5sums=('5e2705d07e6089df6ce91a58b1b3b62d')
+sha1sums=('06f49ca8c50b1f81b2fbb86e2a430c4084871bf0')
 
 build() {
   cd File-MimeInfo-${pkgver}



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 17:41:06
  Author: bgyorgy
Revision: 98398

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 98397, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/background.patch
(from rev 98397, cinnamon/trunk/background.patch)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 98397, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/fix-control-center-check.patch
(from rev 98397, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-i686/git_rollup.patch
(from rev 98397, cinnamon/trunk/git_rollup.patch)
  cinnamon/repos/community-i686/input_keybindings.patch
(from rev 98397, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 98397, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 98397, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 98397, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/background.patch
(from rev 98397, cinnamon/trunk/background.patch)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 98397, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
(from rev 98397, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-x86_64/git_rollup.patch
(from rev 98397, cinnamon/trunk/git_rollup.patch)
  cinnamon/repos/community-x86_64/input_keybindings.patch
(from rev 98397, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 98397, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 98397, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/background.patch
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/fix-control-center-check.patch
  cinnamon/repos/community-i686/git_rollup.patch
  cinnamon/repos/community-i686/input_keybindings.patch
  cinnamon/repos/community-i686/keyboard_applet.patch
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/background.patch
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-x86_64/git_rollup.patch
  cinnamon/repos/community-x86_64/input_keybindings.patch
  cinnamon/repos/community-x86_64/keyboard_applet.patch
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy

-+
 /PKGBUILD   |  196 
 /background.patch   |   32 ++
 /cinnamon.install   |   22 +
 /fix-control-center-check.patch |   24 +
 /git_rollup.patch   |  152 
 /input_keybindings.patch|   22 +
 /keyboard_applet.patch  |  266 ++
 community-i686/PKGBUILD |   98 
 community-i686/background.patch |   16 -
 community-i686/cinnamon.install |   11 
 community-i686/fix-control-center-check.patch   |   12 
 community-i686/git_rollup.patch |   76 --
 community-i686/input_keybindings.patch  |   11 
 community-i686/keyboard_applet.patch|  133 ---
 community-x86_64/PKGBUILD   |   98 
 community-x86_64/background.patch   |   16 -
 community-x86_64/cinnamon.install   |   11 
 community-x86_64/fix-control-center-check.patch |   12 
 community-x86_64/git_rollup.patch   |   76 --
 community-x86_64/input_keybindings.patch|   11 
 community-x86_64/keyboard_applet.patch  |  133 ---
 21 files changed, 714 insertions(+), 714 deletions(-)

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


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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 17:40:25
  Author: bgyorgy
Revision: 98397

upgpkg: cinnamon 1.9.2-3

Add back python2-pam to dependencies

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 15:37:53 UTC (rev 98396)
+++ PKGBUILD2013-10-09 15:40:25 UTC (rev 98397)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=1.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="http://cinnamon.linuxmint.com/";
@@ -15,7 +15,7 @@
  'cinnamon-translations' 'cjs' 'clutter-gtk' 'gconf' 'gnome-icon-theme'
  'gnome-menus' 'gnome-themes-standard' 'gstreamer0.10' 
'libgnome-keyring'
  'librsvg' 'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 
'python2-pillow'
- 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 'webkitgtk')
+ 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk')
 makedepends=('gnome-common' 'intltool')
 optdepends=('cinnamon-control-center: extended configurations for Cinnamon'
 'cinnamon-screensaver: lock screen'



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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 17:37:53
  Author: faidoc
Revision: 98396

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

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

-+
 /PKGBUILD   |   68 ++
 /muffin.install |   20 +++
 community-i686/PKGBUILD |   34 ---
 community-i686/muffin.install   |   10 -
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/muffin.install |   10 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 15:36:55 UTC (rev 98395)
+++ community-i686/PKGBUILD 2013-10-09 15:37:53 UTC (rev 98396)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin";
-license=('GPL')
-depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
-'libcanberra' 'startup-notification' 'zenity' 'dconf' 
'cinnamon-desktop')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
-options=('!libtool' '!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('e16efc49d7629141d0d784ca855b9276c83deee0669b7053d457e9f7676dc028')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 98395, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 15:37:53 UTC (rev 98396)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin";
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
+sha256sums=('0643e10e4932ee575b864531e662df5bf209a87b64bd8e0324adbaee6d8af6dd')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/muffin.install
===
--- community-i686/muffin.install   2013-10-09 15:36:55 UTC (rev 98395)
+++ community-i686/muffin.install   2013-10-09 15:37:53 UTC (rev 98396)
@@ -1,10 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-i686/muffin.install (from rev 98395, 
muffin/trunk/muffin.install)
===
--- community-i686/muffin.install   (rev 0)
+++ community-i686/muffin.install   2013-10-09 15:37:53 UTC (rev 98396)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-09 15:36:55 UTC (rev 98395)
+++ community-x86_64/PKGBUILD   2013-10-0

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

2013-10-09 Thread Alexandre Filgueira
Date: Wednesday, October 9, 2013 @ 17:36:55
  Author: faidoc
Revision: 98395

upgpkg: muffin 2.0.1-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 14:28:50 UTC (rev 98394)
+++ PKGBUILD2013-10-09 15:36:55 UTC (rev 98395)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!libtool' '!emptydirs')
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('e16efc49d7629141d0d784ca855b9276c83deee0669b7053d457e9f7676dc028')
+sha256sums=('0643e10e4932ee575b864531e662df5bf209a87b64bd8e0324adbaee6d8af6dd')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in (avant-window-navigator)

2013-10-09 Thread Alexander Rødseth
Date: Wednesday, October 9, 2013 @ 16:28:50
  Author: arodseth
Revision: 98394

Moved to AUR

Deleted:
  avant-window-navigator/



[arch-commits] Commit in (awn-extras-applets)

2013-10-09 Thread Alexander Rødseth
Date: Wednesday, October 9, 2013 @ 16:26:48
  Author: arodseth
Revision: 98393

Moved to AUR

Deleted:
  awn-extras-applets/



[arch-commits] Commit in (libdesktop-agnostic)

2013-10-09 Thread Alexander Rødseth
Date: Wednesday, October 9, 2013 @ 16:21:00
  Author: arodseth
Revision: 98392

Moved to AUR

Deleted:
  libdesktop-agnostic/



[arch-commits] Commit in fbpanel/trunk (PKGBUILD battery_fix.patch)

2013-10-09 Thread Sergej Pupykin
Date: Wednesday, October 9, 2013 @ 16:15:36
  Author: spupykin
Revision: 98390

upgpkg: fbpanel 6.1-4

upd

Added:
  fbpanel/trunk/battery_fix.patch
Modified:
  fbpanel/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +++-
 battery_fix.patch |  119 
 2 files changed, 126 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 13:40:43 UTC (rev 98389)
+++ PKGBUILD2013-10-09 14:15:36 UTC (rev 98390)
@@ -2,20 +2,24 @@
 # Maintainer: Sergej Pupykin 
 # Maintainer: Jeff Mickey 
 # Contributor: Torin Daniel 
+# Contributor: Diep Pham Van 
 
 pkgname=fbpanel
 pkgver=6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="NetWM compliant desktop panel"
 arch=('i686' 'x86_64')
 url="http://fbpanel.sourceforge.net/";
 depends=('gtk2')
 license=('GPL')
-source=(http://downloads.sourceforge.net/fbpanel/fbpanel-${pkgver}.tbz2)
-md5sums=('80ca0c64195b30587cfcb8c2cd9887a0')
+source=("http://downloads.sourceforge.net/fbpanel/fbpanel-${pkgver}.tbz2";
+"battery_fix.patch")
+md5sums=('80ca0c64195b30587cfcb8c2cd9887a0'
+ 'dc1db8eee1be899725f350eb36793ea4')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  patch -p1 <$srcdir/battery_fix.patch
   ./configure --prefix=/usr
   echo "LDFLAGSX += -lX11 -lm" >>config.mk
   make

Added: battery_fix.patch
===
--- battery_fix.patch   (rev 0)
+++ battery_fix.patch   2013-10-09 14:15:36 UTC (rev 98390)
@@ -0,0 +1,119 @@
+*** fbpanel-6.1/plugins/battery/os_linux.c~2010-04-08 12:35:26.0 
+0200
+--- fbpanel-6.1/plugins/battery/os_linux.c 2013-07-09 13:13:50.958994816 
+0200
+***
+*** 1,5 
+--- 1,6 
+  
+  #include 
++ #include 
+  #include 
+  
+  #define LEN 100
+***
+*** 120,129 
+  }
+  
+  static gboolean
+  battery_update_os_sys(battery_priv *c)
+  {
+  ENTER;
+! RET(FALSE);
+  }
+  
+  static gboolean
+--- 121,215 
+  }
+  
+  static gboolean
++ read_sys(battery_priv *c, GString *path)
++ {
++ int len, dcap, rcap;
++ gchar *buf;
++ gboolean ret, exist, charging;
++ 
++ ENTER;
++ len = path->len;
++ 
++ g_string_append(path, "/present");
++ ret = g_file_get_contents(path->str, &buf, 0, NULL);
++ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
++ g_string_truncate(path, len);
++ if (!ret)
++ RET(FALSE);
++ exist = atoi(buf);
++ g_free(buf);
++ if (!exist)
++ RET(FALSE);
++ 
++ g_string_append(path, "/charge_full_design");
++ ret = g_file_get_contents(path->str, &buf, 0, NULL);
++ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
++ g_string_truncate(path, len);
++ if (!ret)
++ RET(FALSE);
++ dcap = atoi(buf);
++ g_free(buf);
++ if (dcap <= 0)
++ RET(FALSE);
++ 
++ g_string_append(path, "/charge_now");
++ ret = g_file_get_contents(path->str, &buf, 0, NULL);
++ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
++ g_string_truncate(path, len);
++ if (!ret)
++ RET(FALSE);
++ rcap = atoi(buf);
++ g_free(buf);
++ if (rcap <= 0)
++ RET(FALSE);
++ 
++ g_string_append(path, "/current_now");
++ ret = g_file_get_contents(path->str, &buf, 0, NULL);
++ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
++ g_string_truncate(path, len);
++ if (!ret)
++ RET(FALSE);
++ charging = (atoi(buf) <= 0);
++ g_free(buf);
++ 
++ c->exist = exist;
++ c->charging = charging;
++ c->level = (int) ((gfloat) rcap * 100 / (gfloat) dcap);
++ RET(TRUE);
++ }
++ 
++ static gboolean
+  battery_update_os_sys(battery_priv *c)
+  {
++ GString *path;
++ int len;
++ GDir *dir;
++ gboolean ret = FALSE;
++ const gchar *file;
++ 
+  ENTER;
+! c->exist = FALSE;
+! path = g_string_sized_new(200);
+! g_string_append(path, "/sys/class/power_supply");
+! len = path->len;
+! if (!(dir = g_dir_open(path->str, 0, NULL))) {
+! DBG("can't open dir %s\n", path->str);
+! goto out;
+! }
+! while (!ret && (file = g_dir_read_name(dir))) {
+! g_string_append(path, "/");
+! g_string_append(path, file);
+! DBG("testing %s\n", path->str);
+! ret = g_file_test(path->str, G_FILE_TEST_IS_DIR);
+! if (ret) 
+! ret = read_sys(c, path);
+! g_string_truncate(path, len);
+! }
+! g_dir_close(dir);
+! 
+! out:
+! g_string_free(path, TRUE);
+! RET(ret);
+  }
+  
+  static gboolean



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

2013-10-09 Thread Sergej Pupykin
Date: Wednesday, October 9, 2013 @ 16:15:54
  Author: spupykin
Revision: 98391

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

Added:
  fbpanel/repos/community-i686/PKGBUILD
(from rev 98390, fbpanel/trunk/PKGBUILD)
  fbpanel/repos/community-i686/battery_fix.patch
(from rev 98390, fbpanel/trunk/battery_fix.patch)
  fbpanel/repos/community-x86_64/PKGBUILD
(from rev 98390, fbpanel/trunk/PKGBUILD)
  fbpanel/repos/community-x86_64/battery_fix.patch
(from rev 98390, fbpanel/trunk/battery_fix.patch)
Deleted:
  fbpanel/repos/community-i686/PKGBUILD
  fbpanel/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |   62 ++
 community-i686/PKGBUILD|   23 --
 community-i686/battery_fix.patch   |  119 +++
 community-x86_64/PKGBUILD  |   23 --
 community-x86_64/battery_fix.patch |  119 +++
 5 files changed, 300 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 14:15:36 UTC (rev 98390)
+++ community-i686/PKGBUILD 2013-10-09 14:15:54 UTC (rev 98391)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Torin Daniel 
-
-pkgname=fbpanel
-pkgver=6.1
-pkgrel=3
-pkgdesc="NetWM compliant desktop panel"
-arch=('i686' 'x86_64')
-url="http://fbpanel.sourceforge.net/";
-depends=('gtk2')
-license=('GPL')
-source=(http://downloads.sourceforge.net/fbpanel/fbpanel-${pkgver}.tbz2)
-md5sums=('80ca0c64195b30587cfcb8c2cd9887a0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  echo "LDFLAGSX += -lX11 -lm" >>config.mk
-  make
-  make DESTDIR="$pkgdir/" install
-}

Copied: fbpanel/repos/community-i686/PKGBUILD (from rev 98390, 
fbpanel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 14:15:54 UTC (rev 98391)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Torin Daniel 
+# Contributor: Diep Pham Van 
+
+pkgname=fbpanel
+pkgver=6.1
+pkgrel=4
+pkgdesc="NetWM compliant desktop panel"
+arch=('i686' 'x86_64')
+url="http://fbpanel.sourceforge.net/";
+depends=('gtk2')
+license=('GPL')
+source=("http://downloads.sourceforge.net/fbpanel/fbpanel-${pkgver}.tbz2";
+"battery_fix.patch")
+md5sums=('80ca0c64195b30587cfcb8c2cd9887a0'
+ 'dc1db8eee1be899725f350eb36793ea4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p1 <$srcdir/battery_fix.patch
+  ./configure --prefix=/usr
+  echo "LDFLAGSX += -lX11 -lm" >>config.mk
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: fbpanel/repos/community-i686/battery_fix.patch (from rev 98390, 
fbpanel/trunk/battery_fix.patch)
===
--- community-i686/battery_fix.patch(rev 0)
+++ community-i686/battery_fix.patch2013-10-09 14:15:54 UTC (rev 98391)
@@ -0,0 +1,119 @@
+*** fbpanel-6.1/plugins/battery/os_linux.c~2010-04-08 12:35:26.0 
+0200
+--- fbpanel-6.1/plugins/battery/os_linux.c 2013-07-09 13:13:50.958994816 
+0200
+***
+*** 1,5 
+--- 1,6 
+  
+  #include 
++ #include 
+  #include 
+  
+  #define LEN 100
+***
+*** 120,129 
+  }
+  
+  static gboolean
+  battery_update_os_sys(battery_priv *c)
+  {
+  ENTER;
+! RET(FALSE);
+  }
+  
+  static gboolean
+--- 121,215 
+  }
+  
+  static gboolean
++ read_sys(battery_priv *c, GString *path)
++ {
++ int len, dcap, rcap;
++ gchar *buf;
++ gboolean ret, exist, charging;
++ 
++ ENTER;
++ len = path->len;
++ 
++ g_string_append(path, "/present");
++ ret = g_file_get_contents(path->str, &buf, 0, NULL);
++ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
++ g_string_truncate(path, len);
++ if (!ret)
++ RET(FALSE);
++ exist = atoi(buf);
++ g_free(buf);
++ if (!exist)
++ RET(FALSE);
++ 
++ g_string_append(path, "/charge_full_design");
++ ret = g_file_get_contents(path->str, &buf, 0, NULL);
++ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
++ g_string_truncate(path, len);
++ if (!ret)
++ RET(FALSE);
++ dcap = atoi(buf);
++ g_free(buf);
++ if (dcap <= 0)
++ RET(FALSE);
++ 
++ g_string_append(path, "/charge_now");
++ ret = g_file_get_contents(path->str, &buf, 0, NULL);
++ DBG("reading %s %s\n", path->str, ret ? "ok" : "fail");
++ g_string_truncate(path, len);
++ if (!ret)
++ RET(FALSE);
++ rcap = atoi(buf);
++ g_free(buf);
++ if (rcap <= 0)
++ RET(FALSE);
++ 
++ g_string_append(path, "/curr

[arch-commits] Commit in (luadoc)

2013-10-09 Thread Alexander Rødseth
Date: Wednesday, October 9, 2013 @ 15:40:43
  Author: arodseth
Revision: 98389

Moving to AUR

Deleted:
  luadoc/



[arch-commits] Commit in (lualogging)

2013-10-09 Thread Alexander Rødseth
Date: Wednesday, October 9, 2013 @ 15:36:54
  Author: arodseth
Revision: 98388

Moved from [community] to AUR

Deleted:
  lualogging/



[arch-commits] Commit in (gnome-menus2)

2013-10-09 Thread Alexander Rødseth
Date: Wednesday, October 9, 2013 @ 15:32:19
  Author: arodseth
Revision: 98387

Moved from [community] to AUR.

Deleted:
  gnome-menus2/



[arch-commits] Commit in (python-mpi4py)

2013-10-09 Thread Alexander Rødseth
Date: Wednesday, October 9, 2013 @ 15:29:48
  Author: arodseth
Revision: 98386

Moved from [community] to AUR

Deleted:
  python-mpi4py/



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

2013-10-09 Thread Tobias Powalowski
Date: Wednesday, October 9, 2013 @ 14:52:24
  Author: tpowa
Revision: 196241

fix NR_CPU on i686

Modified:
  linux/trunk/config

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

Modified: config
===
--- config  2013-10-09 10:45:55 UTC (rev 196240)
+++ config  2013-10-09 12:52:24 UTC (rev 196241)
@@ -395,7 +395,7 @@
 CONFIG_HPET_TIMER=y
 CONFIG_HPET_EMULATE_RTC=y
 CONFIG_DMI=y
-CONFIG_NR_CPUS=32
+CONFIG_NR_CPUS=8
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y
 # CONFIG_PREEMPT_NONE is not set



[arch-commits] Commit in linux-lts/trunk (config)

2013-10-09 Thread Tobias Powalowski
Date: Wednesday, October 9, 2013 @ 14:52:40
  Author: tpowa
Revision: 196242

fix NR_CPU on i686

Modified:
  linux-lts/trunk/config

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

Modified: config
===
--- config  2013-10-09 12:52:24 UTC (rev 196241)
+++ config  2013-10-09 12:52:40 UTC (rev 196242)
@@ -393,7 +393,7 @@
 CONFIG_HPET_TIMER=y
 CONFIG_HPET_EMULATE_RTC=y
 CONFIG_DMI=y
-CONFIG_NR_CPUS=32
+CONFIG_NR_CPUS=8
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y
 CONFIG_PREEMPT_NONE=y



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

2013-10-09 Thread Михаил Страшун
Date: Wednesday, October 9, 2013 @ 13:50:00
  Author: dicebot
Revision: 98383

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

Added:
  dmd/repos/community-i686/PKGBUILD
(from rev 98382, dmd/trunk/PKGBUILD)
  dmd/repos/community-i686/soname.diff
(from rev 98382, dmd/trunk/soname.diff)
  dmd/repos/community-x86_64/PKGBUILD
(from rev 98382, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/soname.diff
(from rev 98382, 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|  254 +
 /soname.diff |   30 
 community-i686/PKGBUILD  |  129 
 community-i686/soname.diff   |   15 --
 community-x86_64/PKGBUILD|  129 
 community-x86_64/soname.diff |   15 --
 6 files changed, 284 insertions(+), 288 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 11:48:24 UTC (rev 98382)
+++ community-i686/PKGBUILD 2013-10-09 11:50:00 UTC (rev 98383)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'libphobos-devel' 'libphobos' 'dtools')
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.063.2
-pkgrel=3
-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")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-
-mkdir -p $pkgdir/usr/include/dlang

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

2013-10-09 Thread Михаил Страшун
Date: Wednesday, October 9, 2013 @ 13:48:24
  Author: dicebot
Revision: 98382

upgpkg: dmd 2.063.2-4

Merge phobos and druntime into single folder

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 08:18:19 UTC (rev 98381)
+++ PKGBUILD2013-10-09 11:48:24 UTC (rev 98382)
@@ -10,7 +10,7 @@
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
 pkgver=2.063.2
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.dlang.org";
 makedepends=('git' 'gcc' 'make')
@@ -62,7 +62,7 @@
 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
+echo -e "[Environment]\nDFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib 
-L-L/usr/lib32 -L--no-warn-search-mismatch -L--export-dynamic" > 
$pkgdir/etc/dmd.conf
 
 install -Dm644 $srcdir/dmd/docs/man/man1/dmd.1 
$pkgdir/usr/share/man/man1/dmd.1
 install -Dm644 $srcdir/dmd/docs/man/man1/dmd.conf.5 
$pkgdir/usr/share/man/man5/dmd.conf.5
@@ -89,10 +89,8 @@
 
 mkdir -p $pkgdir/usr/include/dlang/dmd
 cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
+cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
 
-mkdir -p $pkgdir/usr/include/dlang/dmd/druntime
-cp -r $srcdir/druntime/import $pkgdir/usr/include/dlang/dmd/druntime
-
 find $pkgdir/usr -type f | xargs chmod 0644
 
 install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime



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

2013-10-09 Thread Allan McRae
Date: Wednesday, October 9, 2013 @ 12:45:55
  Author: allan
Revision: 196240

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

Added:
  make/repos/testing-i686/
  make/repos/testing-i686/PKGBUILD
(from rev 196239, make/trunk/PKGBUILD)
  make/repos/testing-i686/make-3.82-bug30612.patch
(from rev 196239, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-i686/make-3.82-bug30723.patch
(from rev 196239, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-i686/make-3.82-dont-prune-intermediate.patch
(from rev 196239, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-i686/make-3.82-expensive_glob.patch
(from rev 196239, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-i686/make-3.82-makeflags.patch
(from rev 196239, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-i686/make-3.82-sort-blank.patch
(from rev 196239, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-i686/make.install
(from rev 196239, make/trunk/make.install)
  make/repos/testing-x86_64/
  make/repos/testing-x86_64/PKGBUILD
(from rev 196239, make/trunk/PKGBUILD)
  make/repos/testing-x86_64/make-3.82-bug30612.patch
(from rev 196239, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-x86_64/make-3.82-bug30723.patch
(from rev 196239, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-x86_64/make-3.82-dont-prune-intermediate.patch
(from rev 196239, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-x86_64/make-3.82-expensive_glob.patch
(from rev 196239, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-x86_64/make-3.82-makeflags.patch
(from rev 196239, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-x86_64/make-3.82-sort-blank.patch
(from rev 196239, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-x86_64/make.install
(from rev 196239, make/trunk/make.install)

+
 testing-i686/PKGBUILD  |   33 
 testing-i686/make-3.82-bug30612.patch  |   91 +++
 testing-i686/make-3.82-bug30723.patch  |   12 +
 testing-i686/make-3.82-dont-prune-intermediate.patch   |   57 +++
 testing-i686/make-3.82-expensive_glob.patch|  116 +++
 testing-i686/make-3.82-makeflags.patch |   36 
 testing-i686/make-3.82-sort-blank.patch|   17 ++
 testing-i686/make.install  |   20 ++
 testing-x86_64/PKGBUILD|   33 
 testing-x86_64/make-3.82-bug30612.patch|   91 +++
 testing-x86_64/make-3.82-bug30723.patch|   12 +
 testing-x86_64/make-3.82-dont-prune-intermediate.patch |   57 +++
 testing-x86_64/make-3.82-expensive_glob.patch  |  116 +++
 testing-x86_64/make-3.82-makeflags.patch   |   36 
 testing-x86_64/make-3.82-sort-blank.patch  |   17 ++
 testing-x86_64/make.install|   20 ++
 16 files changed, 764 insertions(+)

Copied: make/repos/testing-i686/PKGBUILD (from rev 196239, make/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-09 10:45:55 UTC (rev 196240)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=make
+pkgver=4.0
+pkgrel=1
+pkgdesc="GNU make utility to maintain groups of programs"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/make";
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'sh' 'guile')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('571d470a7647b455e3af3f92d79f1c18'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: make/repos/testing-i686/make-3.82-bug30612.patch (from rev 196239, 
make/trunk/make-3.82-bug30612.patch)
===
--- testing-i686/make-3.82-bug30612.patch   (rev 0)
+++ testing-i686/make-3.82-bug30612.patch   2013-10-09 10:45:55 UTC (rev 
196240)
@@ -0,0 +1,91 @@
+--- make-3.82-orig/main.c  2010-07-19 17:10:53.0 +1000
 make-3.82-fix30612//main.c 2010-09-23 23:33:37.908855839 +1000
+@@ -1,3 +1,4 @@
++
+ /* Argument parsing and main program of GNU Make.
+ Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+@@ -1138,7 +1139,7 @@
+  a macro and some compilers (MSVC) don't like conditionals in macro

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

2013-10-09 Thread Allan McRae
Date: Wednesday, October 9, 2013 @ 12:42:38
  Author: allan
Revision: 196239

upgpkg: make 4.0-1

upstream update, add guile dependency

Modified:
  make/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 10:06:27 UTC (rev 196238)
+++ PKGBUILD2013-10-09 10:42:38 UTC (rev 196239)
@@ -3,52 +3,21 @@
 # Contributor: judd 
 
 pkgname=make
-pkgver=3.82
-pkgrel=6
+pkgver=4.0
+pkgrel=1
 pkgdesc="GNU make utility to maintain groups of programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/make";
 license=('GPL3')
 groups=('base-devel')
-depends=('glibc' 'sh')
+depends=('glibc' 'sh' 'guile')
 install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-make-3.82-bug30612.patch
-make-3.82-bug30723.patch
-make-3.82-sort-blank.patch
-make-3.82-makeflags.patch
-make-3.82-expensive_glob.patch
-make-3.82-dont-prune-intermediate.patch)
-md5sums=('1a11100f3c63fcf5753818e59d63088f'
- 'SKIP'
- '8714ba22911a58ab3eb42ac3f4c6c3bd'
- '662e6450e19a5acdaa5c9fcb8ad78dea'
- '7d01a99f389d8f08dec93ed479071ee4'
- 'bc12ad4d0c6e6c0e72d9fb61054f446b'
- 'e58d4211c5b29d7d927a304d082849e7'
- '45ac9e987f4bf16c0d7e1685db943917')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('571d470a7647b455e3af3f92d79f1c18'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # http://savannah.gnu.org/bugs/?30612
-  patch -Np1 -i $srcdir/make-3.82-bug30612.patch
-  
-  # http://savannah.gnu.org/bugs/?30723
-  patch -Np1 -i $srcdir/make-3.82-bug30723.patch
-  
-  # https://bugs.archlinux.org/task/22733 (fix from Fedora)
-  patch -Np1 -i $srcdir/make-3.82-sort-blank.patch
-  
-  # https://savannah.gnu.org/bugs/?33873
-  patch -Np0 -i $srcdir/make-3.82-makeflags.patch
-  
-  # http://lists.gnu.org/archive/html/bug-make/2011-04/msg2.html
-  patch -Np0 -i $srcdir/make-3.82-expensive_glob.patch
- 
-  # https://savannah.gnu.org/bugs/?30653
-  patch -Np0 -i $srcdir/make-3.82-dont-prune-intermediate.patch
-
   ./configure --prefix=/usr
   make
 }



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

2013-10-09 Thread Tobias Powalowski
Date: Wednesday, October 9, 2013 @ 12:05:47
  Author: tpowa
Revision: 196237

increase NR_CPU to 32 for i686 and 128 for x86_64

Modified:
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 config|2 +-
 config.x86_64 |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: config
===
--- config  2013-10-09 09:41:32 UTC (rev 196236)
+++ config  2013-10-09 10:05:47 UTC (rev 196237)
@@ -395,7 +395,7 @@
 CONFIG_HPET_TIMER=y
 CONFIG_HPET_EMULATE_RTC=y
 CONFIG_DMI=y
-CONFIG_NR_CPUS=8
+CONFIG_NR_CPUS=32
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y
 # CONFIG_PREEMPT_NONE is not set

Modified: config.x86_64
===
--- config.x86_64   2013-10-09 09:41:32 UTC (rev 196236)
+++ config.x86_64   2013-10-09 10:05:47 UTC (rev 196237)
@@ -389,7 +389,7 @@
 CONFIG_SWIOTLB=y
 CONFIG_IOMMU_HELPER=y
 # CONFIG_MAXSMP is not set
-CONFIG_NR_CPUS=64
+CONFIG_NR_CPUS=128
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y
 # CONFIG_PREEMPT_NONE is not set



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

2013-10-09 Thread Tobias Powalowski
Date: Wednesday, October 9, 2013 @ 12:06:27
  Author: tpowa
Revision: 196238

increase NR_CPU to 32 for i686 and 128 for x86_64

Modified:
  linux-lts/trunk/config
  linux-lts/trunk/config.x86_64

---+
 config|2 +-
 config.x86_64 |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: config
===
--- config  2013-10-09 10:05:47 UTC (rev 196237)
+++ config  2013-10-09 10:06:27 UTC (rev 196238)
@@ -393,7 +393,7 @@
 CONFIG_HPET_TIMER=y
 CONFIG_HPET_EMULATE_RTC=y
 CONFIG_DMI=y
-CONFIG_NR_CPUS=8
+CONFIG_NR_CPUS=32
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y
 CONFIG_PREEMPT_NONE=y

Modified: config.x86_64
===
--- config.x86_64   2013-10-09 10:05:47 UTC (rev 196237)
+++ config.x86_64   2013-10-09 10:06:27 UTC (rev 196238)
@@ -386,7 +386,7 @@
 CONFIG_SWIOTLB=y
 CONFIG_IOMMU_HELPER=y
 # CONFIG_MAXSMP is not set
-CONFIG_NR_CPUS=64
+CONFIG_NR_CPUS=128
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y
 CONFIG_PREEMPT_NONE=y



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

2013-10-09 Thread Jan Steffens
Date: Wednesday, October 9, 2013 @ 11:41:32
  Author: heftig
Revision: 196236

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

Added:
  gnome-dictionary/repos/extra-i686/PKGBUILD
(from rev 196235, gnome-dictionary/trunk/PKGBUILD)
  gnome-dictionary/repos/extra-i686/gnome-dictionary.install
(from rev 196235, gnome-dictionary/trunk/gnome-dictionary.install)
  gnome-dictionary/repos/extra-x86_64/PKGBUILD
(from rev 196235, gnome-dictionary/trunk/PKGBUILD)
  gnome-dictionary/repos/extra-x86_64/gnome-dictionary.install
(from rev 196235, gnome-dictionary/trunk/gnome-dictionary.install)
Deleted:
  gnome-dictionary/repos/extra-i686/PKGBUILD
  gnome-dictionary/repos/extra-i686/gnome-dictionary.install
  gnome-dictionary/repos/extra-x86_64/PKGBUILD
  gnome-dictionary/repos/extra-x86_64/gnome-dictionary.install

---+
 /PKGBUILD |   60 
 /gnome-dictionary.install |   22 +++
 extra-i686/PKGBUILD   |   30 
 extra-i686/gnome-dictionary.install   |   11 -
 extra-x86_64/PKGBUILD |   30 
 extra-x86_64/gnome-dictionary.install |   11 -
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-09 09:40:42 UTC (rev 196235)
+++ extra-i686/PKGBUILD 2013-10-09 09:41:32 UTC (rev 196236)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-dictionary
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="Look up words in dictionary sources"
-arch=(i686 x86_64)
-url="http://gnome.org";
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-install=$pkgname.install
-options=(!libtool)
-groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4881096d5952ca39e19e4ecfb37f16634d5f5c1e41ee1e74fa8550f59f5bd455')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/extra-i686/PKGBUILD (from rev 196235, 
gnome-dictionary/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-09 09:41:32 UTC (rev 196236)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-dictionary
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="Look up words in dictionary sources"
+arch=(i686 x86_64)
+url="http://gnome.org";
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
+install=$pkgname.install
+options=(!libtool)
+groups=('gnome')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('258b60fe50f7d0580a7dc3bb83f7fe2f6f0597d4013d97ac083c3f062c350ed7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-dictionary.install
===
--- extra-i686/gnome-dictionary.install 2013-10-09 09:40:42 UTC (rev 196235)
+++ extra-i686/gnome-dictionary.install 2013-10-09 09:41:32 UTC (rev 196236)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-dictionary/repos/extra-i686/gnome-dictionary.install (from rev 
196235, gnome-dictionary/trunk/gnome-dictionary.install)
===
--- extra-i686/gnome-dictionary.install (rev 0)
+++ extra-i686/gnome-dictionary.install 2013-10-09 09:41:32 UTC (rev 196236)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-09 09:40:42 UTC (rev 196235)
+++ extra-x86_64/PKGBUILD   2013-10-09 09:41:32 UTC (rev 196236)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-dictionary
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="Look up words in dictionary sources"
-arch=(i686 x86_64)
-url="http://gnome.org";
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-install=$pkgname.install
-options=(!libtool)
-groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4881096d5952ca39e19e4ecfb37f16634d5f5c1e41ee1e74fa8550f59f5bd455')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --pre

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

2013-10-09 Thread Jan Steffens
Date: Wednesday, October 9, 2013 @ 11:40:42
  Author: heftig
Revision: 196235

3.10.0

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 08:48:20 UTC (rev 196234)
+++ PKGBUILD2013-10-09 09:40:42 UTC (rev 196235)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-dictionary
-pkgver=3.9.0
+pkgver=3.10.0
 pkgrel=1
 pkgdesc="Look up words in dictionary sources"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!libtool)
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4881096d5952ca39e19e4ecfb37f16634d5f5c1e41ee1e74fa8550f59f5bd455')
+sha256sums=('258b60fe50f7d0580a7dc3bb83f7fe2f6f0597d4013d97ac083c3f062c350ed7')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-09 Thread Andrea Scarpino
Date: Wednesday, October 9, 2013 @ 10:48:13
  Author: andrea
Revision: 196233

upgpkg: taglib 1.9.1-1

Fixed binary incompatible change in TagLib::Map and TagLib::List

Modified:
  taglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 07:36:19 UTC (rev 196232)
+++ PKGBUILD2013-10-09 08:48:13 UTC (rev 196233)
@@ -5,7 +5,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=taglib
-pkgver=1.9
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'pkg-config')
 options=('!libtool')
 source=("http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('79877ad28cbe353be50395e6514332fd')
+md5sums=('0d35df96822bbd564c5504cb3c2e4d86')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

2013-10-09 Thread Andrea Scarpino
Date: Wednesday, October 9, 2013 @ 10:48:20
  Author: andrea
Revision: 196234

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

Added:
  taglib/repos/testing-i686/PKGBUILD
(from rev 196233, taglib/trunk/PKGBUILD)
  taglib/repos/testing-x86_64/PKGBUILD
(from rev 196233, taglib/trunk/PKGBUILD)
Deleted:
  taglib/repos/testing-i686/PKGBUILD
  taglib/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   74 ++
 testing-i686/PKGBUILD   |   37 ---
 testing-x86_64/PKGBUILD |   37 ---
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-10-09 08:48:13 UTC (rev 196233)
+++ testing-i686/PKGBUILD   2013-10-09 08:48:20 UTC (rev 196234)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Ike Devolder 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=taglib
-pkgver=1.9
-pkgrel=1
-pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
-arch=('i686' 'x86_64')
-url="http://developer.kde.org/~wheeler/taglib.html";
-license=('LGPL' 'MPL')
-depends=('sh' 'zlib' 'gcc-libs')
-makedepends=('cmake' 'pkg-config')
-options=('!libtool')
-source=("http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('79877ad28cbe353be50395e6514332fd')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_MP4=ON \
--DWITH_ASF=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: taglib/repos/testing-i686/PKGBUILD (from rev 196233, 
taglib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-09 08:48:20 UTC (rev 196234)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=taglib
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=('i686' 'x86_64')
+url="http://developer.kde.org/~wheeler/taglib.html";
+license=('LGPL' 'MPL')
+depends=('sh' 'zlib' 'gcc-libs')
+makedepends=('cmake' 'pkg-config')
+options=('!libtool')
+source=("http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('0d35df96822bbd564c5504cb3c2e4d86')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-10-09 08:48:13 UTC (rev 196233)
+++ testing-x86_64/PKGBUILD 2013-10-09 08:48:20 UTC (rev 196234)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Ike Devolder 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=taglib
-pkgver=1.9
-pkgrel=1
-pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
-arch=('i686' 'x86_64')
-url="http://developer.kde.org/~wheeler/taglib.html";
-license=('LGPL' 'MPL')
-depends=('sh' 'zlib' 'gcc-libs')
-makedepends=('cmake' 'pkg-config')
-options=('!libtool')
-source=("http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('79877ad28cbe353be50395e6514332fd')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_MP4=ON \
--DWITH_ASF=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: taglib/repos/testing-x86_64/PKGBUILD (from rev 196233, 
taglib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-09 08:48:20 UTC (rev 196234)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=taglib
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=('i686' 'x86_64')
+url="http://developer.kde.org/~wheeler/taglib.html";
+license=('LGPL' 'MPL')
+depends=('sh' 'zlib' 'gcc-libs')
+makedepends=('cmake' 'pkg-config')
+optio

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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 10:18:19
  Author: bgyorgy
Revision: 98381

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

Added:
  openbox/repos/community-i686/PKGBUILD
(from rev 98380, openbox/trunk/PKGBUILD)
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
(from rev 98380, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
(from rev 98380, openbox/trunk/openbox-3.5.0-which-2.20.patch)
  openbox/repos/community-x86_64/PKGBUILD
(from rev 98380, openbox/trunk/PKGBUILD)
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
(from rev 98380, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch
(from rev 98380, openbox/trunk/openbox-3.5.0-which-2.20.patch)
Deleted:
  openbox/repos/community-i686/PKGBUILD
  openbox/repos/community-i686/openbox-3.5.0-gnome-session.patch
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
  openbox/repos/community-x86_64/PKGBUILD
  openbox/repos/community-x86_64/openbox-3.5.0-gnome-session.patch
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch

-+
 /PKGBUILD   |  122 ++
 /openbox-3.5.0-title-matching.patch |   22 +++
 /openbox-3.5.0-which-2.20.patch |   22 +++
 community-i686/PKGBUILD |   66 -
 community-i686/openbox-3.5.0-gnome-session.patch|   14 --
 community-i686/openbox-3.5.0-title-matching.patch   |   11 -
 community-i686/openbox-3.5.0-which-2.20.patch   |   11 -
 community-x86_64/PKGBUILD   |   66 -
 community-x86_64/openbox-3.5.0-gnome-session.patch  |   14 --
 community-x86_64/openbox-3.5.0-title-matching.patch |   11 -
 community-x86_64/openbox-3.5.0-which-2.20.patch |   11 -
 11 files changed, 166 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 08:18:10 UTC (rev 98380)
+++ community-i686/PKGBUILD 2013-10-09 08:18:19 UTC (rev 98381)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Brad Fanella 
-# Contributor: Andrea Scarpino 
-# Contributor: tobias 
-
-pkgname=openbox
-pkgver=3.5.2
-pkgrel=4
-pkgdesc='Highly configurable and lightweight X11 window manager'
-arch=('i686' 'x86_64')
-url='http://openbox.org'
-license=('GPL')
-depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2' 'librsvg')
-optdepends=('gnome-flashback-session: for the GNOME/Openbox xsession'
-'kdebase-workspace: for the KDE/Openbox xsession'
-'python2-xdg: for the openbox-xdg-autostart script')
-groups=('lxde')
-options=('!libtool')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
-'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
-source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz
-openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch
-openbox-3.5.0-gnome-session.patch)
-md5sums=('93df606606053b7e8578a5c116afb8ec'
- '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18'
- '47fb1a16af05b6aba3b07051e6027f93')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i "$srcdir"/openbox-3.5.0-title-matching.patch  # OB#5277
-  patch -Np1 -i "$srcdir"/openbox-3.5.0-which-2.20.patch # FS#11455
-
-  # Fix GNOME/Openbox xsession with GNOME 3.8
-  patch -Np1 -i "$srcdir"/openbox-3.5.0-gnome-session.patch
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-data/autostart/openbox-xdg-autostart
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-x \
---enable-startup-notification \
---sysconfdir=/etc \
---libexecdir=/usr/lib/openbox
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/bin/gdm-control \
-"$pkgdir"/usr/share/gnome-session/sessions/openbox-gnome-fallback.session
-
-  sed -i 's:startkde:/usr/bin/\0:' \
-"$pkgdir"/usr/share/xsessions/openbox-kde.desktop
-  sed -i 's:=gnome-session:=/usr/bin/gnome-session:' \
-"$pkgdir"/usr/share/xsessions/openbox-gnome.desktop
-}

Copied: openbox/repos/community-i686/PKGBUILD (from rev 98380, 
openbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 08:18:19 UTC (rev 98381)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Brad Fanella 
+# Contributor: A

[arch-commits] Commit in openbox/trunk (PKGBUILD openbox-3.5.0-gnome-session.patch)

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 10:18:10
  Author: bgyorgy
Revision: 98380

upgpkg: openbox 3.5.2-5

Remove GNOME/Openbox session, because GNOME Panel is no longer available in the 
official repositories

Modified:
  openbox/trunk/PKGBUILD
Deleted:
  openbox/trunk/openbox-3.5.0-gnome-session.patch

---+
 PKGBUILD  |   23 +--
 openbox-3.5.0-gnome-session.patch |   14 --
 2 files changed, 9 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 07:52:21 UTC (rev 98379)
+++ PKGBUILD2013-10-09 08:18:10 UTC (rev 98380)
@@ -6,7 +6,7 @@
 
 pkgname=openbox
 pkgver=3.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Highly configurable and lightweight X11 window manager'
 arch=('i686' 'x86_64')
 url='http://openbox.org'
@@ -13,8 +13,7 @@
 license=('GPL')
 depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
  'libxcursor' 'pango' 'imlib2' 'librsvg')
-optdepends=('gnome-flashback-session: for the GNOME/Openbox xsession'
-'kdebase-workspace: for the KDE/Openbox xsession'
+optdepends=('kdebase-workspace: for the KDE/Openbox xsession'
 'python2-xdg: for the openbox-xdg-autostart script')
 groups=('lxde')
 options=('!libtool')
@@ -22,12 +21,10 @@
 'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
 source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz
 openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch
-openbox-3.5.0-gnome-session.patch)
+openbox-3.5.0-which-2.20.patch)
 md5sums=('93df606606053b7e8578a5c116afb8ec'
  '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18'
- '47fb1a16af05b6aba3b07051e6027f93')
+ '7ca3b5244bb092d46f5bcf1e2bdf4a18')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -35,9 +32,6 @@
   patch -Np1 -i "$srcdir"/openbox-3.5.0-title-matching.patch  # OB#5277
   patch -Np1 -i "$srcdir"/openbox-3.5.0-which-2.20.patch # FS#11455
 
-  # Fix GNOME/Openbox xsession with GNOME 3.8
-  patch -Np1 -i "$srcdir"/openbox-3.5.0-gnome-session.patch
-
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
 data/autostart/openbox-xdg-autostart
 }
@@ -56,11 +50,12 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
-  rm "$pkgdir"/usr/bin/gdm-control \
-"$pkgdir"/usr/share/gnome-session/sessions/openbox-gnome-fallback.session
+  # GNOME Panel is no longer available in the official repositories
+  rm -r 
"$pkgdir"/usr/bin/{gdm-control,gnome-panel-control,openbox-gnome-session} \
+"$pkgdir"/usr/share/gnome{,-session} \
+"$pkgdir"/usr/share/man/man1/openbox-gnome-session.1 \
+"$pkgdir"/usr/share/xsessions/openbox-gnome.desktop
 
   sed -i 's:startkde:/usr/bin/\0:' \
 "$pkgdir"/usr/share/xsessions/openbox-kde.desktop
-  sed -i 's:=gnome-session:=/usr/bin/gnome-session:' \
-"$pkgdir"/usr/share/xsessions/openbox-gnome.desktop
 }

Deleted: openbox-3.5.0-gnome-session.patch
===
--- openbox-3.5.0-gnome-session.patch   2013-10-09 07:52:21 UTC (rev 98379)
+++ openbox-3.5.0-gnome-session.patch   2013-10-09 08:18:10 UTC (rev 98380)
@@ -1,14 +0,0 @@
-diff -Naur openbox-3.5.2.orig/data/gnome-session/openbox-gnome.session 
openbox-3.5.2/data/gnome-session/openbox-gnome.session
 openbox-3.5.2.orig/data/gnome-session/openbox-gnome.session
2013-09-02 16:06:03.076984284 +
-+++ openbox-3.5.2/data/gnome-session/openbox-gnome.session 2013-09-02 
16:07:32.696385427 +
-@@ -1,9 +1,3 @@
- [GNOME Session]
- Name=GNOME/Openbox
--RequiredComponents=gnome-settings-daemon;
--# Try load with the gnome-panel and use the fallback if we can't load a panel
--RequiredProviders=windowmanager;panel
--DefaultProvider-windowmanager=openbox
--DefaultProvider-panel=gnome-panel
--FallbackSession=openbox-gnome-fallback
--DesktopName=GNOME
-+RequiredComponents=gnome-panel;gnome-settings-daemon;gnome-screensaver;openbox;notification-daemon;polkit-gnome-authentication-agent-1;gnome-fallback-background-helper;gnome-fallback-media-keys-helper;gnome-fallback-mount-helper;



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

2013-10-09 Thread Evangelos Foutras
Date: Wednesday, October 9, 2013 @ 09:52:21
  Author: foutrelis
Revision: 98379

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 98378, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-09 07:52:15 UTC (rev 98378)
+++ PKGBUILD2013-10-09 07:52:21 UTC (rev 98379)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.21
-pkgrel=1
-arch=('any')
-url="http://www.shorewall.net/";
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('76bf9e24ec2ae3fb7ffe4f536861ca7f85fc9f2bb57fba2f0a553102e7085bcb'
-'2c23a00a2ac441bcaa7c7b6b188079931f98b0444bbba137a400e81bedcd28dc'
-'394fde2b56158c72993886ece463a24f3d0eee47a292121a39af2bf936f380cb')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux SBINDIR=/usr/bin
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 644 "$pkgdir/usr/share/shorewall$_name_suffix/modules"
-  chmod 644 "$pkgdir/usr/share/shorewall$_name_suffix/helpers"
-
-  # Fix systemd service file permissions
-  chmod 644 "$pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 98378, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-09 07:52:21 UTC (rev 98379)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.5.21.1
+pkgrel=1
+arch=('any')
+url="http://www.shorewall.net/";
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('c7fb0ca0f82cb0baa18588832bcb785c6d47c8d6380284b49b9f4d283351234e'
+'559ff87dac86a82fa14231b977a0827fdc07b896b03f360876a5e72cb41bcabe'
+'a9b6b39822108ec14c243075eb5dc7a7461343c62cc83b28f278674c14653cc5')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd "$srcdir/$product-$pkgver"
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc="An iptables-based firewall for Linux systems"
+  depends=('shorewall-core' 'perl')
+  
backup=(etc/shorewall/{acc

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

2013-10-09 Thread Evangelos Foutras
Date: Wednesday, October 9, 2013 @ 09:52:15
  Author: foutrelis
Revision: 98378

upgpkg: shorewall 4.5.21.1-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 07:51:11 UTC (rev 98377)
+++ PKGBUILD2013-10-09 07:52:15 UTC (rev 98378)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.21
+pkgver=4.5.21.1
 pkgrel=1
 arch=('any')
 url="http://www.shorewall.net/";
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('76bf9e24ec2ae3fb7ffe4f536861ca7f85fc9f2bb57fba2f0a553102e7085bcb'
-'2c23a00a2ac441bcaa7c7b6b188079931f98b0444bbba137a400e81bedcd28dc'
-'394fde2b56158c72993886ece463a24f3d0eee47a292121a39af2bf936f380cb')
+sha256sums=('c7fb0ca0f82cb0baa18588832bcb785c6d47c8d6380284b49b9f4d283351234e'
+'559ff87dac86a82fa14231b977a0827fdc07b896b03f360876a5e72cb41bcabe'
+'a9b6b39822108ec14c243075eb5dc7a7461343c62cc83b28f278674c14653cc5')
 
 build() {
   for product in shorewall{,6,-core}; do



[arch-commits] Commit in (virtkey)

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:51:11
  Author: bgyorgy
Revision: 98377

Remove virtkey in connection with the 2013 Midyear Cleanup

Deleted:
  virtkey/



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

2013-10-09 Thread Evangelos Foutras
Date: Wednesday, October 9, 2013 @ 09:48:40
  Author: foutrelis
Revision: 98375

upgpkg: gaupol 0.24.3-1

New upstream release.

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 07:42:32 UTC (rev 98374)
+++ PKGBUILD2013-10-09 07:48:40 UTC (rev 98375)
@@ -6,7 +6,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=gaupol
-pkgver=0.24.1
+pkgver=0.24.3
 pkgrel=1
 pkgdesc="An editor for text-based subtitles"
 arch=('any')
@@ -22,7 +22,7 @@
 'vlc: subtitle preview')
 install=gaupol.install
 source=(http://download.gna.org/$pkgname/0.24/$pkgname-$pkgver.tar.xz)
-sha256sums=('eaaebf32ca286916e92a5f8b8175e431cd1d28cc8bb985a9d3f3dcf9ff7311f3')
+sha256sums=('e42b35d2027991b192af43f00b2e16b3915f3c4a605d12014ce81f1076f31d86')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-10-09 Thread Evangelos Foutras
Date: Wednesday, October 9, 2013 @ 09:48:50
  Author: foutrelis
Revision: 98376

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   66 +++
 gaupol.install |   28 +++
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-09 07:48:40 UTC (rev 98375)
+++ PKGBUILD2013-10-09 07:48:50 UTC (rev 98376)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: FJ 
-# Contributor: Sebastien Piccand 
-
-pkgname=gaupol
-pkgver=0.24.1
-pkgrel=1
-pkgdesc="An editor for text-based subtitles"
-arch=('any')
-url="http://home.gna.org/gaupol";
-license=('GPL')
-depends=('python-gobject' 'iso-codes' 'desktop-file-utils'
- 'hicolor-icon-theme')
-makedepends=('gettext' 'intltool')
-optdepends=('python-pyenchant: spell-checking'
-'python-gtkspellcheck: inline spell-checking'
-'python-chardet: character encoding auto-detection'
-'mplayer: subtitle preview'
-'vlc: subtitle preview')
-install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.24/$pkgname-$pkgver.tar.xz)
-sha256sums=('eaaebf32ca286916e92a5f8b8175e431cd1d28cc8bb985a9d3f3dcf9ff7311f3')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 98375, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-09 07:48:50 UTC (rev 98376)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=0.24.3
+pkgrel=1
+pkgdesc="An editor for text-based subtitles"
+arch=('any')
+url="http://home.gna.org/gaupol";
+license=('GPL')
+depends=('python-gobject' 'iso-codes' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('gettext' 'intltool')
+optdepends=('python-pyenchant: spell-checking'
+'python-gtkspellcheck: inline spell-checking'
+'python-chardet: character encoding auto-detection'
+'mplayer: subtitle preview'
+'vlc: subtitle preview')
+install=gaupol.install
+source=(http://download.gna.org/$pkgname/0.24/$pkgname-$pkgver.tar.xz)
+sha256sums=('e42b35d2027991b192af43f00b2e16b3915f3c4a605d12014ce81f1076f31d86')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gaupol.install
===
--- gaupol.install  2013-10-09 07:48:40 UTC (rev 98375)
+++ gaupol.install  2013-10-09 07:48:50 UTC (rev 98376)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/gaupol.install (from rev 98375, 
gaupol/trunk/gaupol.install)
===
--- gaupol.install  (rev 0)
+++ gaupol.install  2013-10-09 07:48:50 UTC (rev 98376)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:42:32
  Author: bgyorgy
Revision: 98374

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 -
 sparkleshare.install |   24 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-09 07:42:27 UTC (rev 98373)
+++ PKGBUILD2013-10-09 07:42:32 UTC (rev 98374)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jarek Sedlacek 
-# Contributor: Erdbeerkaese 
-
-pkgname=sparkleshare
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Collaboration and sharing tool based on git written in C Sharp"
-arch=('any')
-url="http://sparkleshare.org/";
-license=('GPL3')
-depends=('webkit-sharp' 'notify-sharp' 'curl' 'git' 'openssh' 
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-install=$pkgname.install
-source=(https://bitbucket.org/hbons/sparkleshare/downloads/$pkgname-linux-$pkgver-tar.gz)
-md5sums=('6007f579a8a8ba1b32cec95ebc57b971')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-appindicator
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: sparkleshare/repos/community-any/PKGBUILD (from rev 98373, 
sparkleshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-09 07:42:32 UTC (rev 98374)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jarek Sedlacek 
+# Contributor: Erdbeerkaese 
+
+pkgname=sparkleshare
+pkgver=1.2
+pkgrel=1
+pkgdesc="Collaboration and sharing tool based on git written in C Sharp"
+arch=('any')
+url="http://sparkleshare.org/";
+license=('GPL3')
+depends=('webkit-sharp' 'notify-sharp' 'curl' 'git' 'openssh' 
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+install=$pkgname.install
+source=(https://bitbucket.org/hbons/sparkleshare/downloads/$pkgname-linux-$pkgver.tar.gz)
+md5sums=('befc1542079b0fc6e4b57fa7fdfab12e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-appindicator
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Deleted: sparkleshare.install
===
--- sparkleshare.install2013-10-09 07:42:27 UTC (rev 98373)
+++ sparkleshare.install2013-10-09 07:42:32 UTC (rev 98374)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: sparkleshare/repos/community-any/sparkleshare.install (from rev 98373, 
sparkleshare/trunk/sparkleshare.install)
===
--- sparkleshare.install(rev 0)
+++ sparkleshare.install2013-10-09 07:42:32 UTC (rev 98374)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:42:27
  Author: bgyorgy
Revision: 98373

upgpkg: sparkleshare 1.2-1

Update to version 1.2

Modified:
  sparkleshare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 07:28:55 UTC (rev 98372)
+++ PKGBUILD2013-10-09 07:42:27 UTC (rev 98373)
@@ -4,7 +4,7 @@
 # Contributor: Erdbeerkaese 
 
 pkgname=sparkleshare
-pkgver=1.1.0
+pkgver=1.2
 pkgrel=1
 pkgdesc="Collaboration and sharing tool based on git written in C Sharp"
 arch=('any')
@@ -13,8 +13,8 @@
 depends=('webkit-sharp' 'notify-sharp' 'curl' 'git' 'openssh' 
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('intltool' 'gnome-doc-utils')
 install=$pkgname.install
-source=(https://bitbucket.org/hbons/sparkleshare/downloads/$pkgname-linux-$pkgver-tar.gz)
-md5sums=('6007f579a8a8ba1b32cec95ebc57b971')
+source=(https://bitbucket.org/hbons/sparkleshare/downloads/$pkgname-linux-$pkgver.tar.gz)
+md5sums=('befc1542079b0fc6e4b57fa7fdfab12e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-10-09 Thread Tobias Powalowski
Date: Wednesday, October 9, 2013 @ 09:36:19
  Author: tpowa
Revision: 196232

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

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

+
 /PKGBUILD  |  522 +++
 /nmbd.service  |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 +
 /samba.logrotate   |   18 
 /samba.pam |6 
 /samba.service |   28 +
 /smbd.service 

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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:28:48
  Author: bgyorgy
Revision: 98371

upgpkg: nautilus-actions 3.2.3-1

Update to version 3.2.3

Modified:
  nautilus-actions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 07:14:49 UTC (rev 98370)
+++ PKGBUILD2013-10-09 07:28:48 UTC (rev 98371)
@@ -5,18 +5,18 @@
 # Contributor: Tor Krill 
 
 pkgname=nautilus-actions
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 pkgdesc="Configures programs to be launched when files are selected in 
Nautilus"
 arch=('i686' 'x86_64')
 url="http://www.nautilus-actions.org/";
 license=('GPL')
-depends=('nautilus' 'libunique3' 'libgtop' 'gconf' 'libsm')
+depends=('nautilus' 'libunique3' 'libgtop' 'gconf')
 makedepends=('intltool' 'gnome-doc-utils')
 install=nautilus-actions.install
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/nautilus-actions/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('214af9fd2a7f561366bf88446f9b79182e696a303da8e15c7a8a1ffaeaca11c4')
+source=(http://www.nautilus-actions.org/downloads/$pkgname-$pkgver.tar.gz)
+sha1sums=('af3b8017a13feeda221a52cfef4e61bea659e436')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:28:55
  Author: bgyorgy
Revision: 98372

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

Added:
  nautilus-actions/repos/community-i686/PKGBUILD
(from rev 98371, nautilus-actions/trunk/PKGBUILD)
  nautilus-actions/repos/community-i686/nautilus-actions.install
(from rev 98371, nautilus-actions/trunk/nautilus-actions.install)
  nautilus-actions/repos/community-x86_64/PKGBUILD
(from rev 98371, nautilus-actions/trunk/PKGBUILD)
  nautilus-actions/repos/community-x86_64/nautilus-actions.install
(from rev 98371, nautilus-actions/trunk/nautilus-actions.install)
Deleted:
  nautilus-actions/repos/community-i686/PKGBUILD
  nautilus-actions/repos/community-i686/nautilus-actions.install
  nautilus-actions/repos/community-x86_64/PKGBUILD
  nautilus-actions/repos/community-x86_64/nautilus-actions.install

---+
 /PKGBUILD |   86 
 /nautilus-actions.install |   48 +++
 community-i686/PKGBUILD   |   43 --
 community-i686/nautilus-actions.install   |   24 ---
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/nautilus-actions.install |   24 ---
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 07:28:48 UTC (rev 98371)
+++ community-i686/PKGBUILD 2013-10-09 07:28:55 UTC (rev 98372)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Tor Krill 
-
-pkgname=nautilus-actions
-pkgver=3.2.2
-pkgrel=2
-pkgdesc="Configures programs to be launched when files are selected in 
Nautilus"
-arch=('i686' 'x86_64')
-url="http://www.nautilus-actions.org/";
-license=('GPL')
-depends=('nautilus' 'libunique3' 'libgtop' 'gconf' 'libsm')
-makedepends=('intltool' 'gnome-doc-utils')
-install=nautilus-actions.install
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/nautilus-actions/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('214af9fd2a7f561366bf88446f9b79182e696a303da8e15c7a8a1ffaeaca11c4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Install GConf schemas
-  mkdir -p "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain nautilus-actions \
- 
"$pkgdir"/usr/share/nautilus-actions/gconf-schemas/*.schemas
-  rm -r "$pkgdir/usr/share/nautilus-actions/gconf-schemas/"
-
-  # Remove redundant documentation
-  rm -r "$pkgdir/usr/share/doc/"
-}

Copied: nautilus-actions/repos/community-i686/PKGBUILD (from rev 98371, 
nautilus-actions/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 07:28:55 UTC (rev 98372)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Tor Krill 
+
+pkgname=nautilus-actions
+pkgver=3.2.3
+pkgrel=1
+pkgdesc="Configures programs to be launched when files are selected in 
Nautilus"
+arch=('i686' 'x86_64')
+url="http://www.nautilus-actions.org/";
+license=('GPL')
+depends=('nautilus' 'libunique3' 'libgtop' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils')
+install=nautilus-actions.install
+options=('!libtool')
+source=(http://www.nautilus-actions.org/downloads/$pkgname-$pkgver.tar.gz)
+sha1sums=('af3b8017a13feeda221a52cfef4e61bea659e436')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Install GConf schemas
+  mkdir -p "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain nautilus-actions \
+ 
"$pkgdir"/usr/share/nautilus-actions/gconf-schemas/*.schemas
+  rm -r "$pkgdir/usr/share/nautilus-actions/gconf-schemas/"
+
+  # Remove redundant documentation
+  rm -r "$pkgdir/usr/share/doc/"
+}

Deleted: community-i686/nautilus-actions.install
===
--- community-i686/nautilus-actions.install 2013-10-09 07:28:48 UTC (rev 
98371)
+++ community-i686/nautilus-actions.install 2013-10

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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:14:45
  Author: bgyorgy
Revision: 98369

upgpkg: d-feet 0.3.7-1

Update to version 0.3.7

Modified:
  d-feet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 07:11:57 UTC (rev 98368)
+++ PKGBUILD2013-10-09 07:14:45 UTC (rev 98369)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=d-feet
-pkgver=0.3.6
+pkgver=0.3.7
 pkgrel=1
 pkgdesc="D-Bus debugger for GNOME"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-distribute' 'intltool' 'itstool' 'pep8-python3')
 install=d-feet.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d2b9416b3c984252091482e96108ed4212b54df8454c0a99bba970616c60')
+sha256sums=('159792a699f4cee6ee18eb03c15fd44bffc6249fb5227c67b6e2bc3f48081912')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:14:49
  Author: bgyorgy
Revision: 98370

archrelease: copy trunk to community-any

Added:
  d-feet/repos/community-any/PKGBUILD
(from rev 98369, d-feet/trunk/PKGBUILD)
  d-feet/repos/community-any/d-feet.install
(from rev 98369, d-feet/trunk/d-feet.install)
Deleted:
  d-feet/repos/community-any/PKGBUILD
  d-feet/repos/community-any/d-feet.install

+
 PKGBUILD   |   64 +++
 d-feet.install |   24 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-09 07:14:45 UTC (rev 98369)
+++ PKGBUILD2013-10-09 07:14:49 UTC (rev 98370)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=d-feet
-pkgver=0.3.6
-pkgrel=1
-pkgdesc="D-Bus debugger for GNOME"
-arch=('any')
-url="https://wiki.gnome.org/DFeet";
-license=('GPL')
-depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
-makedepends=('python-distribute' 'intltool' 'itstool' 'pep8-python3')
-install=d-feet.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d2b9416b3c984252091482e96108ed4212b54df8454c0a99bba970616c60')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs X
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: d-feet/repos/community-any/PKGBUILD (from rev 98369, 
d-feet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-09 07:14:49 UTC (rev 98370)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=d-feet
+pkgver=0.3.7
+pkgrel=1
+pkgdesc="D-Bus debugger for GNOME"
+arch=('any')
+url="https://wiki.gnome.org/DFeet";
+license=('GPL')
+depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
+makedepends=('python-distribute' 'intltool' 'itstool' 'pep8-python3')
+install=d-feet.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('159792a699f4cee6ee18eb03c15fd44bffc6249fb5227c67b6e2bc3f48081912')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs X
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: d-feet.install
===
--- d-feet.install  2013-10-09 07:14:45 UTC (rev 98369)
+++ d-feet.install  2013-10-09 07:14:49 UTC (rev 98370)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: d-feet/repos/community-any/d-feet.install (from rev 98369, 
d-feet/trunk/d-feet.install)
===
--- d-feet.install  (rev 0)
+++ d-feet.install  2013-10-09 07:14:49 UTC (rev 98370)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in (gnome-panel)

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:11:57
  Author: bgyorgy
Revision: 98368

Remove gnome-panel due incompatibilities with GNOME 3.10

Deleted:
  gnome-panel/