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

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 03:26:52
  Author: eric
Revision: 107440

upgpkg: racket 5.0.2-2
Updating libpng source included in racket source tarball to fix plotting (close 
FS#22564)

Modified:
  racket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 21:28:31 UTC (rev 107439)
+++ PKGBUILD2011-01-25 08:26:52 UTC (rev 107440)
@@ -3,7 +3,7 @@
 
 pkgname=racket
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=PLT Racket (a variant of Scheme) Environment
 arch=('i686' 'x86_64')
 url=http://racket-lang.org/;
@@ -15,12 +15,23 @@
 replaces=('drscheme')
 options=('!strip')
 install=racket.install
-source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 drracket.desktop)
-md5sums=('21df9a2f9709026d8b3d040ba72deafc' '9223c9736ead677431542b41271c7b3c')
-sha1sums=('e741630f6b524ef32a13b7df842592ccfe8d39c9' 
'a20808f6b250225704856f82a544681a962a299d')
+source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
+
http://downloads.sourceforge.net/sourceforge/libpng/libpng-1.4.5.tar.xz 
drracket.desktop)
+md5sums=('21df9a2f9709026d8b3d040ba72deafc' '37d420c7d8294aac438c150bb4335901'\
+ '9223c9736ead677431542b41271c7b3c')
+sha1sums=('e741630f6b524ef32a13b7df842592ccfe8d39c9' 
'c31578e005090280203cb3a6080e44f38c3f1a51'\
+ 'a20808f6b250225704856f82a544681a962a299d')
 
 build() {
+# Updating libpng source included in racket source tarball
+  cd ${srcdir}/libpng-1.4.5/
+  cp pngmem.c pngpriv.h png.h pngconf.h pngwutil.c pngpread.c pngread.c 
pngrutil.c png.c \
+ pngwrite.c pngwtran.c pngrtran.c pngset.c pngtrans.c pngget.c pngrio.c \
+ ${srcdir}/${pkgname}-${pkgver}/collects/plot/src/all
+  rm 
${srcdir}/${pkgname}-${pkgver}/collects/plot/src/all/{pnggccrd.c,pngvcrd.c}
+
   cd ${srcdir}/${pkgname}-${pkgver}/src
+  rm -r wxcommon/{jpeg,libpng,zlib}
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in racket/repos (extra-i686)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 03:35:07
  Author: eric
Revision: 107441

archrelease: remove extra-i686

Deleted:
  racket/repos/extra-i686/



[arch-commits] Commit in racket/repos (extra-i686)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 03:35:17
  Author: eric
Revision: 107442

archrelease: copy trunk to extra-i686

Added:
  racket/repos/extra-i686/



[arch-commits] Commit in racket/repos (extra-x86_64)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 03:43:47
  Author: eric
Revision: 107443

archrelease: remove extra-x86_64

Deleted:
  racket/repos/extra-x86_64/



[arch-commits] Commit in racket/repos (extra-x86_64)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 03:43:58
  Author: eric
Revision: 107444

archrelease: copy trunk to extra-x86_64

Added:
  racket/repos/extra-x86_64/



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

2011-01-25 Thread Jan de Groot
Date: Tuesday, January 25, 2011 @ 05:20:52
  Author: jgc
Revision: 107445

upgpkg: gnome-python 2.28.1-7
Update dependencies once more (FS#22594)

Modified:
  gnome-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-25 08:43:58 UTC (rev 107444)
+++ PKGBUILD2011-01-25 10:20:52 UTC (rev 107445)
@@ -5,7 +5,7 @@
 pkgbase=gnome-python
 pkgname=('gnome-python' 'python2-bonobo' 'python2-gconf' 'python2-libgnome' 
'python2-gnomecanvas' 'python2-gnomevfs')
 pkgver=2.28.1
-pkgrel=6
+pkgrel=7
 arch=(i686 x86_64)
 license=('LGPL')
 makedepends=('pygtk' 'pyorbit' 'libgnomeui')
@@ -46,7 +46,7 @@
 
 package_python2-libgnome() {
 pkgdesc=Python bindings for libgnome
-depends=('pygtk' 'libgnomeui' 'python2-gnomevfs' 'python2-gnomecanvas')
+depends=('pygtk' 'libgnomeui' 'python2-gnomevfs' 'python2-gnomecanvas' 
'python2-bonobo')
 
 cd ${srcdir}/gnome-python-${pkgver}
 make -C gnome install DESTDIR=${pkgdir}



[arch-commits] Commit in gnome-python/repos (extra-i686)

2011-01-25 Thread Jan de Groot
Date: Tuesday, January 25, 2011 @ 05:21:09
  Author: jgc
Revision: 107446

archrelease: remove extra-i686

Deleted:
  gnome-python/repos/extra-i686/



[arch-commits] Commit in gnome-python/repos (extra-i686)

2011-01-25 Thread Jan de Groot
Date: Tuesday, January 25, 2011 @ 05:21:22
  Author: jgc
Revision: 107447

archrelease: copy trunk to extra-i686

Added:
  gnome-python/repos/extra-i686/



[arch-commits] Commit in gnome-python/repos (extra-x86_64)

2011-01-25 Thread Jan de Groot
Date: Tuesday, January 25, 2011 @ 05:21:39
  Author: jgc
Revision: 107448

archrelease: remove extra-x86_64

Deleted:
  gnome-python/repos/extra-x86_64/



[arch-commits] Commit in gnome-python/repos (extra-x86_64)

2011-01-25 Thread Jan de Groot
Date: Tuesday, January 25, 2011 @ 05:21:51
  Author: jgc
Revision: 107449

archrelease: copy trunk to extra-x86_64

Added:
  gnome-python/repos/extra-x86_64/



[arch-commits] Commit in kdebase-workspace/kde-unstable (2 files)

2011-01-25 Thread Andrea Scarpino
Date: Tuesday, January 25, 2011 @ 11:55:39
  Author: andrea
Revision: 107450

new tarball

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD
Deleted:
  kdebase-workspace/kde-unstable/powerdevil-fixes.patch

+
 PKGBUILD   |9 -
 powerdevil-fixes.patch |  252 ---
 2 files changed, 3 insertions(+), 258 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-25 10:21:51 UTC (rev 107449)
+++ PKGBUILD2011-01-25 16:55:39 UTC (rev 107450)
@@ -27,8 +27,7 @@
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
 'fixpath.patch' 'terminate-server.patch'
-'set-horos-theme.patch'
-'powerdevil-fixes.patch')
+'set-horos-theme.patch')
 sha1sums=('ec010d2b1c3b584b30a76b792d58f4a0f15f322a'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
@@ -36,9 +35,8 @@
   '603cc79c4d2b4eae62bb5f244aeecb3a778b5516'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
-  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  'd1f74ba2c7e2580d32b16ab88b0e6e804951e663'
-  'e88dd997cb6f95cbf24a13e542fbd4bea9c33fdf')
+  'c192f712d16617e625acc84fcd9e0546df887a70'
+  'd1f74ba2c7e2580d32b16ab88b0e6e804951e663')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -48,7 +46,6 @@
 
 # Already fixed upstream
 patch -Np0 -i ${srcdir}/set-horos-theme.patch
-patch -Np0 -i ${srcdir}/powerdevil-fixes.patch
 
cd ${srcdir}
mkdir build

Deleted: powerdevil-fixes.patch
===
--- powerdevil-fixes.patch  2011-01-25 10:21:51 UTC (rev 107449)
+++ powerdevil-fixes.patch  2011-01-25 16:55:39 UTC (rev 107450)
@@ -1,252 +0,0 @@
-Index: powerdevil/daemon/powerdevilaction.cpp
-===
 powerdevil/daemon/powerdevilaction.cpp (revision 1216707)
-+++ powerdevil/daemon/powerdevilaction.cpp (revision 1216708)
-@@ -85,7 +85,7 @@
- void Action::trigger(const QVariantMap args)
- {
- if (args.contains(Explicit)  args[Explicit].toBool()) {
--// The action was explicitely triggered by the user, hence any policy 
check is bypassed.
-+// The action was explicitly triggered by the user, hence any policy 
check is bypassed.
- triggerImpl(args);
- } else {
- // The action was taken automatically: let's check if we have the 
rights to do that
-Index: powerdevil/daemon/actions/bundled/handlebuttoneventsconfig.cpp
-===
 powerdevil/daemon/actions/bundled/handlebuttoneventsconfig.cpp 
(revision 1216707)
-+++ powerdevil/daemon/actions/bundled/handlebuttoneventsconfig.cpp 
(revision 1216708)
-@@ -19,6 +19,8 @@
- 
- #include handlebuttoneventsconfig.h
- 
-+#include suspendsession.h
-+
- #include Solid/PowerManagement
- 
- #include KLocalizedString
-@@ -72,19 +74,19 @@
- QSet Solid::PowerManagement::SleepState  methods = 
Solid::PowerManagement::supportedSleepStates();
- 
- foreach (KComboBox *box, boxes) {
--box-addItem(KIcon(dialog-cancel), i18n(Do nothing), (uint)0);
-+box-addItem(KIcon(dialog-cancel), i18n(Do nothing), 
(uint)SuspendSession::None);
- if (methods.contains(Solid::PowerManagement::SuspendState)) {
--box-addItem(KIcon(system-suspend), i18n(Sleep), (uint)1);
-+box-addItem(KIcon(system-suspend), i18n(Sleep), 
(uint)SuspendSession::ToRamMode);
- }
- if (methods.contains(Solid::PowerManagement::HibernateState)) {
--box-addItem(KIcon(system-suspend-hibernate), 
i18n(Hibernate), (uint)2);
-+box-addItem(KIcon(system-suspend-hibernate), 
i18n(Hibernate), (uint)SuspendSession::ToDiskMode);
- }
--box-addItem(KIcon(system-shutdown), i18n(Shutdown), (uint)3);
--box-addItem(KIcon(system-lock-screen), i18n(Lock screen), 
(uint)4);
-+box-addItem(KIcon(system-shutdown), i18n(Shutdown), 
(uint)SuspendSession::ShutdownMode);
-+box-addItem(KIcon(system-lock-screen), i18n(Lock screen), 
(uint)SuspendSession::LockScreenMode);
- if (box != m_lidCloseCombo) {
--box-addItem(KIcon(system-log-out), i18n(Prompt log out 
dialog), (uint)5);
-+box-addItem(KIcon(system-log-out), i18n(Prompt log out 
dialog), (uint)SuspendSession::LogoutDialogMode);
- }
--box-addItem(KIcon(preferences-desktop-screensaver), i18n(Turn 
off screen), (uint)6);
-+box-addItem(KIcon(preferences-desktop-screensaver), 

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

2011-01-25 Thread andyrtr
Date: Tuesday, January 25, 2011 @ 12:22:54
  Author: andyrtr
Revision: 107451

fix pkgdesc for diagram extension, FS#22602

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-25 16:55:39 UTC (rev 107450)
+++ PKGBUILD2011-01-25 17:22:54 UTC (rev 107451)
@@ -638,7 +638,7 @@
 
 package_libreoffice-extension-diagram() {
 
- pkgdesc=An OOo Draw and Impress extension that creates your favorite 
diuagrams with a few clicks
+ pkgdesc=An OOo Draw and Impress extension that creates your favorite 
diagrams with a few clicks
  #arch=('any')
  depends=('libreoffice')
  groups=('libreoffice-extensions')



[arch-commits] Commit in openoffice-base/trunk (8 files)

2011-01-25 Thread andyrtr
Date: Tuesday, January 25, 2011 @ 14:54:59
  Author: andyrtr
Revision: 107452

upgpkg: openoffice-base 3.3.0-1
upstream update 3.3.0

Added:
  openoffice-base/trunk/cppunit_gcc45.diff
  openoffice-base/trunk/sal-cpprt-gcc-4.5-workaround.diff
Modified:
  openoffice-base/trunk/PKGBUILD
  openoffice-base/trunk/openoffice.install
  openoffice-base/trunk/startcenter.desktop
Deleted:
  openoffice-base/trunk/buildfix_system_db51.diff
  openoffice-base/trunk/redland-remove-patches.diff?h=ooo-build-3-2-1
  openoffice-base/trunk/vcl-system-graphite-with-stlport.diff

---+
 PKGBUILD  |  381 +-
 buildfix_system_db51.diff |   31 -
 cppunit_gcc45.diff|   11 
 openoffice.install|8 
 redland-remove-patches.diff?h=ooo-build-3-2-1 |  623 
 sal-cpprt-gcc-4.5-workaround.diff |   14 
 startcenter.desktop   |   70 +-
 vcl-system-graphite-with-stlport.diff |  291 ---
 8 files changed, 306 insertions(+), 1123 deletions(-)

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


[arch-commits] Commit in openoffice-base/repos (extra-i686)

2011-01-25 Thread andyrtr
Date: Tuesday, January 25, 2011 @ 15:08:12
  Author: andyrtr
Revision: 107453

archrelease: remove extra-i686

Deleted:
  openoffice-base/repos/extra-i686/



[arch-commits] Commit in openoffice-base/repos (extra-i686)

2011-01-25 Thread andyrtr
Date: Tuesday, January 25, 2011 @ 15:08:33
  Author: andyrtr
Revision: 107454

archrelease: copy trunk to extra-i686

Added:
  openoffice-base/repos/extra-i686/



[arch-commits] Commit in openoffice-base/repos (extra-x86_64)

2011-01-25 Thread andyrtr
Date: Tuesday, January 25, 2011 @ 15:23:03
  Author: andyrtr
Revision: 107455

archrelease: remove extra-x86_64

Deleted:
  openoffice-base/repos/extra-x86_64/



[arch-commits] Commit in openoffice-base/repos (extra-x86_64)

2011-01-25 Thread andyrtr
Date: Tuesday, January 25, 2011 @ 15:23:21
  Author: andyrtr
Revision: 107456

archrelease: copy trunk to extra-x86_64

Added:
  openoffice-base/repos/extra-x86_64/



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

2011-01-25 Thread andyrtr
Date: Tuesday, January 25, 2011 @ 15:25:31
  Author: andyrtr
Revision: 107457

upgpkg: openoffice-i18n 3.3.0-1
upstream update 3.3.0

Modified:
  openoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  639 -
 1 file changed, 299 insertions(+), 340 deletions(-)

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


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

2011-01-25 Thread Rémy Oudompheng
Date: Tuesday, January 25, 2011 @ 15:51:09
  Author: remy
Revision: 107458

upgpkg: moc 2.4.4-3
Rebuild with a fix for latest ffmpeg

Modified:
  moc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-25 20:25:31 UTC (rev 107457)
+++ PKGBUILD2011-01-25 20:51:09 UTC (rev 107458)
@@ -5,7 +5,7 @@
 
 pkgname=moc
 pkgver=2.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc=An ncurses console audio player with support for the mp3, ogg, and 
wave formats
 arch=('i686' 'x86_64')
 url=http://moc.daper.net/;
@@ -26,18 +26,19 @@
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   sed -i 's|ffmpeg/avformat.h|libavformat/avformat.h|' 
decoder_plugins/ffmpeg/ffmpeg.c || return 1
+   sed -i 's|ffmpeg/avformat.h|libavformat/avformat.h|' 
decoder_plugins/ffmpeg/ffmpeg.c
+   sed -i 's|avcodec_decode_audio|avcodec_decode_audio2|' 
decoder_plugins/ffmpeg/ffmpeg.c
# Disabling aac to use the external ffmpeg to play them (FS#13164)
./configure --prefix=/usr --without-rcc --without-aac \
--with-oss  --with-alsa  --with-jack --with-mp3 \
--with-musepack --with-vorbis --with-flac --with-wavpack \
--with-sndfile --with-modplug --with-ffmpeg --with-speex \
-   --with-samplerate --with-curl || return 1
-   make || return 1
+   --with-samplerate --with-curl
+   make
 }
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   make DESTDIR=${pkgdir} install || return 1
+   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in moc/repos (extra-i686)

2011-01-25 Thread Rémy Oudompheng
Date: Tuesday, January 25, 2011 @ 15:51:16
  Author: remy
Revision: 107459

archrelease: remove extra-i686

Deleted:
  moc/repos/extra-i686/



[arch-commits] Commit in moc/repos (extra-i686)

2011-01-25 Thread Rémy Oudompheng
Date: Tuesday, January 25, 2011 @ 15:51:31
  Author: remy
Revision: 107460

archrelease: copy trunk to extra-i686

Added:
  moc/repos/extra-i686/



[arch-commits] Commit in moc/repos (extra-x86_64)

2011-01-25 Thread Rémy Oudompheng
Date: Tuesday, January 25, 2011 @ 15:51:39
  Author: remy
Revision: 107461

archrelease: remove extra-x86_64

Deleted:
  moc/repos/extra-x86_64/



[arch-commits] Commit in moc/repos (extra-x86_64)

2011-01-25 Thread Rémy Oudompheng
Date: Tuesday, January 25, 2011 @ 15:51:54
  Author: remy
Revision: 107462

archrelease: copy trunk to extra-x86_64

Added:
  moc/repos/extra-x86_64/



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

2011-01-25 Thread Ionut Biru
Date: Tuesday, January 25, 2011 @ 16:19:31
  Author: ibiru
Revision: 107463

upgpkg: consolekit 0.4.3-1
update to 0.4.3

Modified:
  consolekit/trunk/PKGBUILD
Deleted:
  consolekit/trunk/check-for-VT_WAITEVENT-ioctl-during-runtime.patch
  consolekit/trunk/consolekit.logrotate

---+
 PKGBUILD  |   18 --
 check-for-VT_WAITEVENT-ioctl-during-runtime.patch |  138 
 consolekit.logrotate  |5 
 3 files changed, 5 insertions(+), 156 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-25 20:51:54 UTC (rev 107462)
+++ PKGBUILD2011-01-25 21:19:31 UTC (rev 107463)
@@ -3,27 +3,22 @@
 # Contributor: onestep_ua ones...@ukr.net
 
 pkgname=consolekit
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc=A framework for defining and tracking users, login sessions, and 
seats
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/ConsoleKit;
 license=('GPL')
-depends=('polkit=0.98' 'zlib' 'libx11=1.3.5' 'dbus-glib=0.86')
+depends=('polkit=0.99' 'zlib' 'libx11=1.4.1' 'dbus-glib=0.92')
 makedepends=('pkgconfig' 'xmlto' 'docbook-xsl')
 options=(!libtool)
 
source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${pkgver}.tar.bz2
-pam-foreground-compat.ck
-consolekit.logrotate
-check-for-VT_WAITEVENT-ioctl-during-runtime.patch)
-md5sums=('285acb35bfcb2b8dc21c6071e6f6e116'
- 'a8a4de71d9b0549b8143e5f6c2a36fc7'
- '6fefa451d9fe2fc6d6269629d3529793'
- 'dea270ebf52ef0e1b8130f1c6da73d65')
+pam-foreground-compat.ck)
+md5sums=('4c39c6eacc75334b890f21eead1d2945'
+ 'a8a4de71d9b0549b8143e5f6c2a36fc7')
 
 build() {
   cd ${srcdir}/ConsoleKit-${pkgver}
-  patch -Np1 -i ${srcdir}/check-for-VT_WAITEVENT-ioctl-during-runtime.patch
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --localstatedir=/var \
@@ -33,7 +28,4 @@
   make
   make DESTDIR=${pkgdir} install
   install -m755 ${srcdir}/pam-foreground-compat.ck 
${pkgdir}/usr/lib/ConsoleKit/run-session.d/
-
-  # install the logrotate config
-  install -D -m644 ${srcdir}/consolekit.logrotate 
${pkgdir}/etc/logrotate.d/consolekit
 }

Deleted: check-for-VT_WAITEVENT-ioctl-during-runtime.patch
===
--- check-for-VT_WAITEVENT-ioctl-during-runtime.patch   2011-01-25 20:51:54 UTC 
(rev 107462)
+++ check-for-VT_WAITEVENT-ioctl-during-runtime.patch   2011-01-25 21:19:31 UTC 
(rev 107463)
@@ -1,138 +0,0 @@
-From 24dc214f55e7c7c17d888d0ccf94cd3625767462 Mon Sep 17 00:00:00 2001
-From: Michael Biebl bi...@debian.org
-Date: Sun, 19 Sep 2010 22:45:16 +
-Subject: linux: Check for VT_WAITEVENT ioctl during runtime
-
-Since 2782cc8d4950effbc4407455e72bd4750cef6e11 ConsoleKit fails, if it
-has been compiled on a linux kernel = 2.6.32 but is run with an older
-kernel. Check for VT_WAITEVENT ioctl during runtime and fallback to the
-old behaviour of creating a thread for every possible vt.

-diff --git a/src/ck-vt-monitor.c b/src/ck-vt-monitor.c
-index 369c63e..9310341 100644
 a/src/ck-vt-monitor.c
-+++ b/src/ck-vt-monitor.c
-@@ -27,6 +27,7 @@
- #include string.h
- #include errno.h
- #include signal.h
-+#include sys/ioctl.h
- 
- #include glib.h
- #include glib/gi18n.h
-@@ -311,6 +312,34 @@ schedule_process_queue (CkVtMonitor *vt_monitor)
- G_UNLOCK (schedule_lock);
- }
- 
-+#ifdef VT_WAITEVENT
-+static gboolean
-+vt_waitevent_supported (int fd)
-+{
-+static int supported = -1;
-+int res;
-+
-+if (supported = 0)
-+return supported;
-+
-+res = ioctl(fd, VT_WAITEVENT, NULL);
-+
-+if (res == ERROR) {
-+if (errno == EINVAL) {
-+g_debug (VT_WAITEVENT not supported on this system);
-+supported = FALSE;
-+return FALSE;
-+} else if (errno == EFAULT) {
-+g_debug (VT_WAITEVENT supported on this system);
-+supported = TRUE;
-+return TRUE;
-+}
-+}
-+g_debug (Unexpected result for VT_WAITEVENT check, returning FALSE);
-+return FALSE;
-+}
-+#endif
-+
- static void *
- vt_thread_start (ThreadData *data)
- {
-@@ -322,6 +351,9 @@ vt_thread_start (ThreadData *data)
- num = data-num;
- 
- #ifdef VT_WAITEVENT
-+if (!vt_waitevent_supported(vt_monitor-priv-vfd))
-+goto no_waitevent;
-+
- for (;;) {
- res = ck_wait_for_console_switch (vt_monitor-priv-vfd, 
num);
- if (! res) {
-@@ -340,7 +372,10 @@ vt_thread_start (ThreadData *data)
- schedule_process_queue (vt_monitor);
- }
- }
--#else
-+goto out;
-+#endif
-+
-+no_waitevent:
- res = 

[arch-commits] Commit in consolekit/repos (testing-i686)

2011-01-25 Thread Ionut Biru
Date: Tuesday, January 25, 2011 @ 16:19:37
  Author: ibiru
Revision: 107464

archrelease: remove testing-i686

Deleted:
  consolekit/repos/testing-i686/



[arch-commits] Commit in consolekit/repos (testing-i686)

2011-01-25 Thread Ionut Biru
Date: Tuesday, January 25, 2011 @ 16:19:49
  Author: ibiru
Revision: 107465

archrelease: copy trunk to testing-i686

Added:
  consolekit/repos/testing-i686/



[arch-commits] Commit in consolekit/repos (testing-x86_64)

2011-01-25 Thread Ionut Biru
Date: Tuesday, January 25, 2011 @ 16:19:55
  Author: ibiru
Revision: 107466

archrelease: remove testing-x86_64

Deleted:
  consolekit/repos/testing-x86_64/



[arch-commits] Commit in consolekit/repos (testing-x86_64)

2011-01-25 Thread Ionut Biru
Date: Tuesday, January 25, 2011 @ 16:20:09
  Author: ibiru
Revision: 107467

archrelease: copy trunk to testing-x86_64

Added:
  consolekit/repos/testing-x86_64/



[arch-commits] Commit in openoffice-i18n/repos (extra-any)

2011-01-25 Thread andyrtr
Date: Tuesday, January 25, 2011 @ 18:03:00
  Author: andyrtr
Revision: 107468

archrelease: remove extra-any

Deleted:
  openoffice-i18n/repos/extra-any/



[arch-commits] Commit in openoffice-i18n/repos (extra-any)

2011-01-25 Thread andyrtr
Date: Tuesday, January 25, 2011 @ 18:03:19
  Author: andyrtr
Revision: 107469

archrelease: copy trunk to extra-any

Added:
  openoffice-i18n/repos/extra-any/



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

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 20:06:09
  Author: eric
Revision: 107470

upgpkg: quodlibet 2.2.1-3
Added notification-daemon and media-player-info optdepends, Removed ChangeLog

Modified:
  quodlibet/trunk/PKGBUILD
Deleted:
  quodlibet/trunk/ChangeLog

---+
 ChangeLog |   47 ---
 PKGBUILD  |   20 ++--
 2 files changed, 14 insertions(+), 53 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2011-01-25 23:03:19 UTC (rev 107469)
+++ ChangeLog   2011-01-26 01:06:09 UTC (rev 107470)
@@ -1,47 +0,0 @@
-2010-04-07  Eric Belanger  e...@archlinux.org
-
-   * quodlibet 2.2.1-1
-   * Upstream update
-
-2010-02-03  Eric Belanger  e...@archlinux.org
-
-   * quodlibet 2.2-1
-   * Upstream update
-
-2010-01-28  Eric Belanger  e...@archlinux.org
-
-   * quodlibet 2.1.98-1
-   * Upstream update
-
-2009-07-08  Eric Belanger  e...@archlinux.org
-
-   * quodlibet 2.1-1
-   * Upstream update
-
-2009-02-07  Eric Belanger  e...@archlinux.org
-
-   * quodlibet 2.0-4
-   * Added python-feedparser and hal optdepends (close FS#13111)
-
-2008-09-20  Eric Belanger  e...@archlinux.org
-
-   * quodlibet 2.0-2
-   * Placed copy of icon in /usr/share/pixmaps to fix desktop entry
-
-2008-09-20  Eric Belanger  e...@archlinux.org
-
-   * quodlibet 2.0-1
-   * Upstream update
-   * Updated url
-   * Fixed license
-   * Updated build process
-
-2008-08-08  Eric Belanger  e...@archlinux.org
-
-   * quodlibet 1.0-3
-   * Removed references to splitted gstreamer plugins
-   * Removed unnecessary depends
-   * Fixed manpath to be FHS compliant
-   * Replaced install scriptlet by optdepends
-   * Disabled SMP build
-   * Added ChangeLog

Modified: PKGBUILD
===
--- PKGBUILD2011-01-25 23:03:19 UTC (rev 107469)
+++ PKGBUILD2011-01-26 01:06:09 UTC (rev 107470)
@@ -3,14 +3,22 @@
 
 pkgname=quodlibet
 pkgver=2.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc=An audio player written in pygtk
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://code.google.com/p/quodlibet/;
-depends=('gstreamer0.10-python=0.10.13-2' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 'gstreamer0.10-ugly-plugins' 'mutagen' 
'pygtk=2.13.0-2')
+depends=('gstreamer0.10-python' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' \
+ 'gstreamer0.10-ugly-plugins' 'mutagen' 'pygtk')
 makedepends=('intltool')
-optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support ' 
'gstreamer0.10-bad-plugins: for MPEG-4 (AAC) and Musepack support' 
'dbus-python: for dbus support' 'libgpod: for ipod support' 'python-feedparser: 
for audio feeds (podcast) support' 'hal: for media devices support')
+optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support ' \
+'gstreamer0.10-bad-plugins: for MPEG-4 (AAC) and Musepack support' 
\
+'dbus-python: for dbus support' \
+'notification-daemon: for notification support' \
+'libgpod: for ipod support' \
+'python-feedparser: for audio feeds (podcast) support' \
+'hal: for media devices support' \
+'media-player-info: for media devices support')
 options=('!makeflags')
 source=(http://quodlibet.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
 md5sums=('8e2bf197afbfca98975d0f2103629d2d')
@@ -23,7 +31,7 @@
 }
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./setup.py install --prefix=${pkgdir}/usr || return 1
-  install -D -m644 quodlibet/images/exfalso.png 
${pkgdir}/usr/share/pixmaps/exfalso.png || return 1
-  install -D -m644 quodlibet/images/quodlibet.png 
${pkgdir}/usr/share/pixmaps/quodlibet.png || return 1
+  ./setup.py install --prefix=${pkgdir}/usr
+  install -D -m644 quodlibet/images/exfalso.png 
${pkgdir}/usr/share/pixmaps/exfalso.png
+  install -D -m644 quodlibet/images/quodlibet.png 
${pkgdir}/usr/share/pixmaps/quodlibet.png
 }



[arch-commits] Commit in quodlibet/repos (extra-i686)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 20:06:23
  Author: eric
Revision: 107471

archrelease: remove extra-i686

Deleted:
  quodlibet/repos/extra-i686/



[arch-commits] Commit in quodlibet/repos (extra-i686)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 20:06:32
  Author: eric
Revision: 107472

archrelease: copy trunk to extra-i686

Added:
  quodlibet/repos/extra-i686/



[arch-commits] Commit in quodlibet/repos (extra-x86_64)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 20:06:45
  Author: eric
Revision: 107473

archrelease: remove extra-x86_64

Deleted:
  quodlibet/repos/extra-x86_64/



[arch-commits] Commit in quodlibet/repos (extra-x86_64)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 20:06:53
  Author: eric
Revision: 107474

archrelease: copy trunk to extra-x86_64

Added:
  quodlibet/repos/extra-x86_64/



[arch-commits] Commit in lvm2/repos (core-i686)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 21:34:58
  Author: eric
Revision: 107475

db-move: lvm2 removed by eric for move to [core] (i686)

Deleted:
  lvm2/repos/core-i686/



[arch-commits] Commit in lvm2/repos (core-i686 testing-i686)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 21:34:59
  Author: eric
Revision: 107476

db-move: moved lvm2 from [testing] to [core] (i686)

Added:
  lvm2/repos/core-i686/
Deleted:
  lvm2/repos/testing-i686/



[arch-commits] Commit in lvm2/repos (core-x86_64)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 21:35:00
  Author: eric
Revision: 107477

db-move: lvm2 removed by eric for move to [core] (x86_64)

Deleted:
  lvm2/repos/core-x86_64/



[arch-commits] Commit in lvm2/repos (core-x86_64 testing-x86_64)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 21:35:01
  Author: eric
Revision: 107478

db-move: moved lvm2 from [testing] to [core] (x86_64)

Added:
  lvm2/repos/core-x86_64/
Deleted:
  lvm2/repos/testing-x86_64/



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

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 21:39:42
  Author: eric
Revision: 107479

upgpkg: memtest86+ 4.20-1
Upstream update

Modified:
  memtest86+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-26 02:35:01 UTC (rev 107478)
+++ PKGBUILD2011-01-26 02:39:42 UTC (rev 107479)
@@ -1,8 +1,8 @@
 # $Id$
-#Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=memtest86+
-pkgver=4.10
+pkgver=4.20
 pkgrel=1
 pkgdesc=An advanced memory diagnostic tool
 arch=('any')
@@ -10,9 +10,9 @@
 license=('GPL2')
 install=memtest86+.install
 source=(http://www.memtest.org/download/${pkgver}/${pkgname}-${pkgver}.bin.gz)
-md5sums=('e5e7e79abe2fb948b83a523c248fe117')
-sha1sums=('852b05bf2258152882e1278985ba107bfceb282c')
+md5sums=('4640a702c3e7a5a74af069f51ab8345f')
+sha1sums=('5a91dc1c9e3457456f314e6c99f579210624fafc')
 
 package() {
-  install -m644 -D ${srcdir}/${pkgname}-${pkgver}.bin 
${pkgdir}/boot/memtest86+/memtest.bin
+  install -D -m644 ${srcdir}/${pkgname}-${pkgver}.bin 
${pkgdir}/boot/memtest86+/memtest.bin
 }



[arch-commits] Commit in memtest86+/repos (extra-any)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 21:39:50
  Author: eric
Revision: 107480

archrelease: remove extra-any

Deleted:
  memtest86+/repos/extra-any/



[arch-commits] Commit in memtest86+/repos (extra-any)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 21:40:03
  Author: eric
Revision: 107481

archrelease: copy trunk to extra-any

Added:
  memtest86+/repos/extra-any/



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

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 23:12:11
  Author: eric
Revision: 107482

upgpkg: lvm2 2.02.82-1
Upstream update

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-26 02:40:03 UTC (rev 107481)
+++ PKGBUILD2011-01-26 04:12:11 UTC (rev 107482)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.81
+pkgver=2.02.82
 _pkgverlvm=${pkgver}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${_pkgverlvm}.tgz
 lvm2_install
 lvm2_hook)
-md5sums=('0359eef82a9d9551489f8a104ef22a69' 'f781c9f5dd4f9934952c687b73d26a18'\
+md5sums=('21c0ea7bb961d9340cd8bde2de5e2389' 'f781c9f5dd4f9934952c687b73d26a18'\
  '95bed25bdbc2c2d8500e7a07aeff7f65')
-sha1sums=('a3b5db6e64859bb7014b1213db1ace331710b237' 
'583424bb0a6f89ffe4e4ea446b912f0fedac7050'\
+sha1sums=('fa6258c307b5da807747d2b58d3cbc9b3ac99fa1' 
'583424bb0a6f89ffe4e4ea446b912f0fedac7050'\
  '0dc0c0d620f634c4d078afdb78e3bae15ccf957b')
 
 build() {



[arch-commits] Commit in lvm2/repos (testing-i686)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 23:12:32
  Author: eric
Revision: 107483

archrelease: copy trunk to testing-i686

Added:
  lvm2/repos/testing-i686/



[arch-commits] Commit in lvm2/repos (testing-x86_64)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 23:12:53
  Author: eric
Revision: 107484

archrelease: copy trunk to testing-x86_64

Added:
  lvm2/repos/testing-x86_64/



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

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 23:42:16
  Author: eric
Revision: 107485

upgpkg: di 4.27-1
Upstream update

Modified:
  di/trunk/PKGBUILD
Deleted:
  di/trunk/ChangeLog

---+
 ChangeLog |   39 ---
 PKGBUILD  |   21 +
 2 files changed, 9 insertions(+), 51 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2011-01-26 04:12:53 UTC (rev 107484)
+++ ChangeLog   2011-01-26 04:42:16 UTC (rev 107485)
@@ -1,39 +0,0 @@
-2010-04-03  Giovanni Scafora  giova...@archlinux.org
-
-* di 4.20-1
-* Upstream update
-
-2010-02-01  Eric Belanger  e...@archlinux.org
-
-   * di 4.19-1
-   * Upstream update
-
-2009-12-01  Eric Belanger  e...@archlinux.org
-
-   * di 4.18-1
-   * Upstream update
-
-2009-11-23  Eric Belanger  e...@archlinux.org
-
-   * di 4.17-1
-   * Upstream update
-
-2009-09-20  Eric Belanger  e...@archlinux.org
-
-   * di 4.16-1
-   * Upstream update
-
-2009-09-18  Eric Belanger  e...@archlinux.org
-
-   * di 4.15-1
-   * Upstream update
-
-2009-02-08  Eric Belanger  e...@archlinux.org
-
-   * di 4.13-1
-   * Upstream update
-   * Corrected license
-   * FHS man pages
-   * Added locales
-   * Disabled SMP build
-   * Added ChangeLog

Modified: PKGBUILD
===
--- PKGBUILD2011-01-26 04:12:53 UTC (rev 107484)
+++ PKGBUILD2011-01-26 04:42:16 UTC (rev 107485)
@@ -1,10 +1,8 @@
 # $Id$
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=di
-pkgver=4.26
+pkgver=4.27
 pkgrel=1
 pkgdesc=A disk information utility, displaying everything (and more) that 
your df command does
 arch=('i686' 'x86_64')
@@ -13,17 +11,16 @@
 depends=('glibc')
 options=('!makeflags')
 source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7568e18b1c5c72bfbe3d9ba55c30d1ed')
+md5sums=('b1a7ee87b83d72c273558a5ec815bfc3')
+sha1sums=('a079258f2a6d1861c0a42761864d3113b384da97')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make prefix=${pkgdir}/usr install || return 1
-   ln -sf di ${pkgdir}/usr/bin/mi
-   install -Dm644 LICENSE \
-   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make INSTALL_DIR=${pkgdir}/usr install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in di/repos (extra-i686)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 23:42:22
  Author: eric
Revision: 107486

archrelease: remove extra-i686

Deleted:
  di/repos/extra-i686/



[arch-commits] Commit in di/repos (extra-i686)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 23:42:30
  Author: eric
Revision: 107487

archrelease: copy trunk to extra-i686

Added:
  di/repos/extra-i686/



[arch-commits] Commit in di/repos (extra-x86_64)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 23:42:34
  Author: eric
Revision: 107488

archrelease: remove extra-x86_64

Deleted:
  di/repos/extra-x86_64/



[arch-commits] Commit in di/repos (extra-x86_64)

2011-01-25 Thread Eric Bélanger
Date: Tuesday, January 25, 2011 @ 23:42:44
  Author: eric
Revision: 107489

archrelease: copy trunk to extra-x86_64

Added:
  di/repos/extra-x86_64/