[arch-commits] Commit in grub2-efi-x86_64/trunk (PKGBUILD)

2011-01-29 Thread Ronald van Haren
Date: Saturday, January 29, 2011 @ 04:01:53
  Author: ronald
Revision: 108048

fixed typo now for real

Modified:
  grub2-efi-x86_64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 07:40:45 UTC (rev 108047)
+++ PKGBUILD2011-01-29 09:01:53 UTC (rev 108048)
@@ -39,7 +39,7 @@
fi
 
# add grub-extras
-   export GRUB_CONTRIB=${srcdir}/grub2-${pkgver}/grub2-extras/  
+   export GRUB_CONTRIB=${srcdir}/grub-${pkgver}/grub2-extras/  
install -d ${srcdir}/grub-${pkgver}/grub2-extras  
bsdtar xf ${srcdir}/grub2_extras_lua_r${_grub2_lua_ver}.tar.xz \
-C ${srcdir}/grub-${pkgver}/grub2-extras



[arch-commits] Commit in xfce4-genmon-plugin/trunk (2 files)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:39:44
  Author: andyrtr
Revision: 108049

upgpkg: xfce4-genmon-plugin 3.2-2
fix for panel 4.8; FS#22516

Added:
  xfce4-genmon-plugin/trunk/xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch
Modified:
  xfce4-genmon-plugin/trunk/PKGBUILD

---+
 PKGBUILD  |   15 ++
 xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch |   29 
 2 files changed, 39 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 09:01:53 UTC (rev 108048)
+++ PKGBUILD2011-01-29 09:39:44 UTC (rev 108049)
@@ -7,17 +7,22 @@
 pkgrel=2
 pkgdesc=plugin that monitors customizable programs stdout for the Xfce4 panel
 arch=(i686 x86_64)
-license=('LGPL2')
-url=http://xfce-goodies.berlios.de/;
+license=('LGPL2.1')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
+makedepends=('intltool' 'xfce4-dev-tools')
 options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5f292aa102a87d45207b6a373939a35d')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2
+   xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch)
+md5sums=('5f292aa102a87d45207b6a373939a35d'
+ '7938f59509aca83ea8d3adc62d8f5892')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  # panel 4.8 patch from http://bugzilla.xfce.org/show_bug.cgi?id=6754
+  patch -Np1 -i ${srcdir}/xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch
+  xdt-autogen
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \

Added: xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch
===
--- xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch   
(rev 0)
+++ xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch   2011-01-29 09:39:44 UTC 
(rev 108049)
@@ -0,0 +1,29 @@
+diff -ur xfce4-genmon-plugin-3.2.orig/configure.ac 
xfce4-genmon-plugin-3.2/configure.ac
+--- xfce4-genmon-plugin-3.2.orig/configure.ac  2008-03-15 23:38:12.0 
+0200
 xfce4-genmon-plugin-3.2/configure.ac   2010-08-08 15:49:35.0 
+0300
+@@ -32,6 +32,7 @@
+ 
+ dnl configure the panel plugin
+ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.22])
++XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.22])
+ 
+ dnl Translations
+ XDT_I18N([ca cs en_GB eu fr pl pt_PT sq])
+diff -ur xfce4-genmon-plugin-3.2.orig/panel-plugin/Makefile.am 
xfce4-genmon-plugin-3.2/panel-plugin/Makefile.am
+--- xfce4-genmon-plugin-3.2.orig/panel-plugin/Makefile.am  2007-11-23 
17:32:40.0 +0200
 xfce4-genmon-plugin-3.2/panel-plugin/Makefile.am   2010-08-08 
15:50:27.0 +0300
+@@ -3,10 +3,12 @@
+ 
+ xfce4_genmon_plugin_CFLAGS =  \
+   -DPACKAGE_LOCALE_DIR=\$(localedir)\   \
+-  @LIBXFCE4PANEL_CFLAGS@
++  @LIBXFCE4PANEL_CFLAGS@  \
++  @LIBXFCEGUI4_CFLAGS@
+ 
+ xfce4_genmon_plugin_LDADD =   \
+-  @LIBXFCE4PANEL_LIBS@
++  @LIBXFCE4PANEL_LIBS@\
++  @LIBXFCEGUI4_LIBS@
+ 
+ xfce4_genmon_plugin_SOURCES = \
+   main.c  \



[arch-commits] Commit in xfce4-genmon-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:39:51
  Author: andyrtr
Revision: 108050

archrelease: remove extra-i686

Deleted:
  xfce4-genmon-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-genmon-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:40:10
  Author: andyrtr
Revision: 108051

archrelease: copy trunk to extra-i686

Added:
  xfce4-genmon-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-genmon-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:40:18
  Author: andyrtr
Revision: 108052

archrelease: remove extra-x86_64

Deleted:
  xfce4-genmon-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-genmon-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:40:36
  Author: andyrtr
Revision: 108053

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-genmon-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-sensors-plugin/trunk (PKGBUILD)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:50:47
  Author: andyrtr
Revision: 108054

upgpkg: xfce4-sensors-plugin 1.0.0-3
fix for panel 4.8; FS#22499

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 09:40:36 UTC (rev 108053)
+++ PKGBUILD2011-01-29 09:50:47 UTC (rev 108054)
@@ -8,18 +8,23 @@
 pkgdesc=A lm_sensors plugin for the Xfce panel
 arch=('i686' 'x86_64')
 license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4' 'lm_sensors' 'libnotify' 
'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'hddtemp=0.3.beta15.45-2' 'gnu-netcat')
+makedepends=('pkgconfig' 'intltool' 'hddtemp=0.3.beta15.45-2' 'gnu-netcat' 
'xfce4-dev-tools')
 optdepends=('gnu-netcat: for hddtemp access')
 options=(!libtool)
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('74d83628246536d575f954c76724982b')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2
+   xfce4-sensors-plugin-1.0.0-underlink.patch)
+md5sums=('74d83628246536d575f954c76724982b'
+ 'f0295e3a7c6beb267355f64fc0ed44d5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+# panel 4.8 patch from http://bugzilla.xfce.org/show_bug.cgi?id=7095
+  patch -Np1 -i ${srcdir}/xfce4-sensors-plugin-1.0.0-underlink.patch
+  xdt-autogen
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \



[arch-commits] Commit in xfce4-sensors-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:50:55
  Author: andyrtr
Revision: 108055

archrelease: remove extra-i686

Deleted:
  xfce4-sensors-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-sensors-plugin/trunk (1 file)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:51:17
  Author: andyrtr
Revision: 108056

upgpkg: xfce4-sensors-plugin 1.0.0-3
fix for panel 4.8; FS#22499

Added:
  xfce4-sensors-plugin/trunk/xfce4-sensors-plugin-1.0.0-underlink.patch

+
 xfce4-sensors-plugin-1.0.0-underlink.patch |   36 +++
 1 file changed, 36 insertions(+)

Added: xfce4-sensors-plugin-1.0.0-underlink.patch
===
--- xfce4-sensors-plugin-1.0.0-underlink.patch  (rev 0)
+++ xfce4-sensors-plugin-1.0.0-underlink.patch  2011-01-29 09:51:17 UTC (rev 
108056)
@@ -0,0 +1,36 @@
+--- xfce4-sensors-plugin-1.0.0/panel-plugin/Makefile.am2011-01-14 
15:40:24.065537723 +
 xfce4-sensors-plugin-1.0.0/panel-plugin/Makefile.am.new2011-01-14 
15:41:48.248960397 +
+@@ -20,6 +20,7 @@
+ 
+ xfce4_sensors_plugin_CFLAGS = \
+   @LIBXFCE4PANEL_CFLAGS@  
   \
++  @LIBXFCEGUI4_CFLAGS@
\
+   @PLATFORM_CFLAGS@   
\
+   -DPACKAGE_LOCALE_DIR=\$(localedir)\   
\
+   @LIBSENSORS_CFLAGS@
+@@ -30,6 +31,7 @@
+ xfce4_sensors_plugin_LDFLAGS =
\
+   $(top_builddir)/lib/libxfce4sensors.la  
\
+   @LIBXFCE4PANEL_LIBS@
 \
++  @LIBXFCEGUI4_LIBS@  
\
+   @SOLLIBS@   
\
+   @LIBSENSORS_LDFLAGS@
 \
+   @LIBM@
+--- xfce4-sensors-plugin-1.0.0/src/Makefile.am 2009-11-06 11:02:11.0 
+
 xfce4-sensors-plugin-1.0.0/src/Makefile.am.new 2011-01-14 
16:19:09.777636193 +
+@@ -27,6 +27,7 @@
+   -DPACKAGE_LOCALE_DIR=\$(localedir)\ \
+   @LIBSENSORS_CFLAGS@ \
+   @LIBXFCE4UTIL_CFLAGS@ \
++  @LIBXFCE4PANEL_CFLAGS@ \
+   @LIBXFCEGUI4_CFLAGS@
+ 
+ # @GTK_CFLAGS@\
+@@ -41,6 +42,7 @@
+   $(top_builddir)/lib/libxfce4sensors.la \
+   @LIBSENSORS_LDFLAGS@ \
+   @LIBXFCE4UTIL_LIBS@ \
++  @LIBXFCE4PANEL_LIBS@ \
+   @LIBXFCEGUI4_LIBS@ 
+ 
+ # @GTK_LIBS@ \



[arch-commits] Commit in xfce4-sensors-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:51:37
  Author: andyrtr
Revision: 108057

archrelease: copy trunk to extra-i686

Added:
  xfce4-sensors-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-sensors-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:51:45
  Author: andyrtr
Revision: 108058

archrelease: remove extra-x86_64

Deleted:
  xfce4-sensors-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-sensors-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:52:02
  Author: andyrtr
Revision: 108059

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-sensors-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-weather-plugin/trunk (2 files)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 05:26:05
  Author: andyrtr
Revision: 108060

upgpkg: xfce4-weather-plugin 0.7.3.99.git20110129-1
use latest git shot; add fix for panel 4.8; FS#22500

Added:
  
xfce4-weather-plugin/trunk/0001-Make-the-plugin-compatible-with-Xfce-4.8-bug-6965.patch
Modified:
  xfce4-weather-plugin/trunk/PKGBUILD

--+
 0001-Make-the-plugin-compatible-with-Xfce-4.8-bug-6965.patch | 1600 ++
 PKGBUILD |   25 
 2 files changed, 1617 insertions(+), 8 deletions(-)

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


[arch-commits] Commit in xfce4-weather-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 05:26:15
  Author: andyrtr
Revision: 108061

archrelease: remove extra-i686

Deleted:
  xfce4-weather-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-weather-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 05:26:33
  Author: andyrtr
Revision: 108062

archrelease: copy trunk to extra-i686

Added:
  xfce4-weather-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-weather-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 05:27:00
  Author: andyrtr
Revision: 108064

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-weather-plugin/repos/extra-x86_64/



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

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:22:10
  Author: ibiru
Revision: 108065

db-move: openssh removed by ibiru for move to [core] (i686)

Deleted:
  openssh/repos/core-i686/



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

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:22:11
  Author: ibiru
Revision: 108066

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

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



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

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:22:12
  Author: ibiru
Revision: 108067

db-move: openssh removed by ibiru for move to [core] (x86_64)

Deleted:
  openssh/repos/core-x86_64/



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

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:22:38
  Author: ibiru
Revision: 108071

db-move: shadow removed by ibiru for move to [core] (x86_64)

Deleted:
  shadow/repos/core-x86_64/



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

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:22:39
  Author: ibiru
Revision: 108072

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

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



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

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:22:36
  Author: ibiru
Revision: 108069

db-move: shadow removed by ibiru for move to [core] (i686)

Deleted:
  shadow/repos/core-i686/



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

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:22:37
  Author: ibiru
Revision: 108070

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

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



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

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:23:00
  Author: ibiru
Revision: 108074

db-move: moved consolekit from [testing] to [extra] (i686)

Added:
  consolekit/repos/extra-i686/
Deleted:
  consolekit/repos/testing-i686/



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

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:22:59
  Author: ibiru
Revision: 108073

db-move: consolekit removed by ibiru for move to [extra] (i686)

Deleted:
  consolekit/repos/extra-i686/



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

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:23:01
  Author: ibiru
Revision: 108076

db-move: moved consolekit from [testing] to [extra] (x86_64)

Added:
  consolekit/repos/extra-x86_64/
Deleted:
  consolekit/repos/testing-x86_64/



[arch-commits] Commit in thunar-media-tags-plugin/trunk (3 files)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 07:18:52
  Author: andyrtr
Revision: 108077

upgpkg: thunar-media-tags-plugin 0.1.2.99.git20110129-1
use latest git shot; apply patches from 
http://bugzilla.xfce.org/show_bug.cgi?id=6295; FS#22580

Added:
  
thunar-media-tags-plugin/trunk/0001-Switch-to-the-new-tooltip-api-in-gtk-depend-on-gtk-2.patch
  thunar-media-tags-plugin/trunk/04_fix-implicit-dso-linking.patch
Modified:
  thunar-media-tags-plugin/trunk/PKGBUILD

-+
 0001-Switch-to-the-new-tooltip-api-in-gtk-depend-on-gtk-2.patch |  177 
++
 04_fix-implicit-dso-linking.patch   |   10 
 PKGBUILD|   47 +-
 3 files changed, 222 insertions(+), 12 deletions(-)

Added: 0001-Switch-to-the-new-tooltip-api-in-gtk-depend-on-gtk-2.patch
===
--- 0001-Switch-to-the-new-tooltip-api-in-gtk-depend-on-gtk-2.patch 
(rev 0)
+++ 0001-Switch-to-the-new-tooltip-api-in-gtk-depend-on-gtk-2.patch 
2011-01-29 12:18:52 UTC (rev 108077)
@@ -0,0 +1,177 @@
+From d225ada545e196ebd7833103412f4a013f8a44f1 Mon Sep 17 00:00:00 2001
+From: Lionel Le Folgoc mrpo...@ubuntu.com
+Date: Mon, 8 Mar 2010 21:25:12 +0100
+Subject: [PATCH] Switch to the new tooltip api in gtk, depend on gtk 2.12, and 
switch to exo-1
+
+---
+ configure.in.in |3 ++-
+ thunar-plugin/audio-tags-page.c |   22 +++---
+ thunar-plugin/tag-renamer.c |   16 +++-
+ 3 files changed, 12 insertions(+), 29 deletions(-)
+
+diff --git a/configure.in.in b/configure.in.in
+index ed3099b..c345c5c 100644
+--- a/configure.in.in
 b/configure.in.in
+@@ -64,7 +64,8 @@ XDT_I18N([@LINGUAS@])
+ dnl ***
+ dnl *** Check for required packages ***
+ dnl ***
+-XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.1.3])
++XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.12.0])
++XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0])
+ XDT_CHECK_PACKAGE([THUNARX], [thunarx-2], [1.0.1])
+ XDT_CHECK_PACKAGE([TAGLIB], [taglib], [1.4])
+ 
+diff --git a/thunar-plugin/audio-tags-page.c b/thunar-plugin/audio-tags-page.c
+index 7e5dab5..40b226f 100644
+--- a/thunar-plugin/audio-tags-page.c
 b/thunar-plugin/audio-tags-page.c
+@@ -89,7 +89,6 @@ struct _AudioTagsPage
+   ThunarxPropertyPage __parent__;
+ 
+   /* Widgets */
+-  GtkTooltips *tooltips;
+   GtkWidget   *table;
+   GtkWidget   *save_button;
+   GtkWidget   *info_button;
+@@ -281,10 +280,6 @@ audio_tags_page_init (AudioTagsPage *page)
+ 
+   gtk_container_set_border_width (GTK_CONTAINER (page), 8);
+ 
+-  /* Allocate the shared tooltips */
+-  page-tooltips = gtk_tooltips_new ();
+-  exo_gtk_object_ref_sink (GTK_OBJECT (page-tooltips));
+-
+   /* Main container */
+   vbox = gtk_vbox_new (FALSE, 8);
+   gtk_container_add (GTK_CONTAINER (page), vbox);
+@@ -316,7 +311,7 @@ audio_tags_page_init (AudioTagsPage *page)
+   /* Track spin button */
+   spin = gtk_spin_button_new (GTK_ADJUSTMENT (adjustment), 0.0, 0);
+   exo_mutual_binding_new (G_OBJECT (adjustment), value, G_OBJECT (page), 
track);
+-  gtk_tooltips_set_tip (page-tooltips, spin, _(Enter the track number 
here.), NULL);
++  gtk_widget_set_tooltip_text (GTK_WIDGET (spin), _(Enter the track number 
here.));
+   gtk_container_add (GTK_CONTAINER (alignment), spin);
+   gtk_label_set_mnemonic_widget (GTK_LABEL (label), spin);
+   gtk_widget_show (spin);
+@@ -339,7 +334,7 @@ audio_tags_page_init (AudioTagsPage *page)
+   /* Year spin button */
+   spin = gtk_spin_button_new (GTK_ADJUSTMENT (adjustment), 1, 0);
+   exo_mutual_binding_new (G_OBJECT (adjustment), value, G_OBJECT (page), 
year);
+-  gtk_tooltips_set_tip (page-tooltips, spin, _(Enter the release year 
here.), NULL);
++  gtk_widget_set_tooltip_text (GTK_WIDGET (spin), _(Enter the release year 
here.));
+   gtk_container_add (GTK_CONTAINER (alignment), spin);
+   gtk_label_set_mnemonic_widget (GTK_LABEL (label), spin);
+   gtk_widget_show (spin);
+@@ -354,7 +349,7 @@ audio_tags_page_init (AudioTagsPage *page)
+   /* Artist entry */
+   entry = gtk_entry_new ();
+   exo_mutual_binding_new (G_OBJECT (entry), text, G_OBJECT (page), 
artist);
+-  gtk_tooltips_set_tip (page-tooltips, entry, _(Enter the name of the 
artist or author of this file here.), NULL);
++  gtk_widget_set_tooltip_text (GTK_WIDGET (entry), _(Enter the name of the 
artist or author of this file here.));
+   gtk_table_attach (GTK_TABLE (page-table), entry, 1, 4, 1, 2, GTK_EXPAND | 
GTK_FILL, 0, 0, 0);
+   gtk_label_set_mnemonic_widget (GTK_LABEL (label), entry);
+   gtk_widget_show (entry);
+@@ -369,7 +364,7 @@ audio_tags_page_init (AudioTagsPage *page)
+   /* Title entry */
+   entry = gtk_entry_new ();
+   exo_mutual_binding_new (G_OBJECT (entry), text, G_OBJECT (page), title);
+-  gtk_tooltips_set_tip (page-tooltips, entry, 

[arch-commits] Commit in thunar-media-tags-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 07:18:59
  Author: andyrtr
Revision: 108078

archrelease: remove extra-i686

Deleted:
  thunar-media-tags-plugin/repos/extra-i686/



[arch-commits] Commit in thunar-media-tags-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 07:19:17
  Author: andyrtr
Revision: 108079

archrelease: copy trunk to extra-i686

Added:
  thunar-media-tags-plugin/repos/extra-i686/



[arch-commits] Commit in thunar-media-tags-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 07:19:25
  Author: andyrtr
Revision: 108080

archrelease: remove extra-x86_64

Deleted:
  thunar-media-tags-plugin/repos/extra-x86_64/



[arch-commits] Commit in thunar-media-tags-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 07:19:43
  Author: andyrtr
Revision: 108081

archrelease: copy trunk to extra-x86_64

Added:
  thunar-media-tags-plugin/repos/extra-x86_64/



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

2011-01-29 Thread Ronald van Haren
Date: Saturday, January 29, 2011 @ 07:21:16
  Author: ronald
Revision: 108082

set 644 permissions to grub.cfg

Modified:
  grub2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 12:19:43 UTC (rev 108081)
+++ PKGBUILD2011-01-29 12:21:16 UTC (rev 108082)
@@ -138,7 +138,6 @@
depends=('xz' 'freetype2' 'device-mapper')
conflicts=('grub')
backup=('boot/grub/grub.cfg' 'etc/default/grub' 'etc/grub.d/40_custom')
-  
cd ${srcdir}/grub2_bios-${pkgver}
make DESTDIR=${pkgdir} install 
 
@@ -169,7 +168,7 @@
install -Dm644 ${srcdir}/grub.default ${pkgdir}/etc/default/grub
 
## install grub.cfg (needed so it doesn't get removed on upgrading 
because it was previously here)
-   install -Dm755 ${srcdir}/grub.cfg ${pkgdir}/boot/grub/grub.cfg
+   install -Dm644 ${srcdir}/grub.cfg ${pkgdir}/boot/grub/grub.cfg
 
# remove platform specific files
rm -rf ${pkgdir}/usr/lib/grub/i386-pc/



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

2011-01-29 Thread Andrea Scarpino
Date: Saturday, January 29, 2011 @ 07:31:00
  Author: andrea
Revision: 108083

upgpkg: qscintilla 2.4.6-6
needs a rebuild for new pyqt (FS#22646)

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 12:21:16 UTC (rev 108082)
+++ PKGBUILD2011-01-29 12:31:00 UTC (rev 108083)
@@ -5,7 +5,7 @@
 pkgbase=qscintilla
 pkgname=('qscintilla' 'python-qscintilla')
 pkgver=2.4.6
-pkgrel=5
+pkgrel=6
 license=('GPL')
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.co.uk/software/qscintilla/intro;



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

2011-01-29 Thread Andrea Scarpino
Date: Saturday, January 29, 2011 @ 07:31:11
  Author: andrea
Revision: 108084

archrelease: remove extra-i686

Deleted:
  qscintilla/repos/extra-i686/



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

2011-01-29 Thread Andrea Scarpino
Date: Saturday, January 29, 2011 @ 07:31:25
  Author: andrea
Revision: 108085

archrelease: copy trunk to extra-i686

Added:
  qscintilla/repos/extra-i686/



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

2011-01-29 Thread Andrea Scarpino
Date: Saturday, January 29, 2011 @ 07:31:34
  Author: andrea
Revision: 108086

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



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

2011-01-29 Thread Andrea Scarpino
Date: Saturday, January 29, 2011 @ 07:31:48
  Author: andrea
Revision: 108087

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



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

2011-01-29 Thread Andrea Scarpino
Date: Saturday, January 29, 2011 @ 07:34:06
  Author: andrea
Revision: 108088

upgpkg: python2-qscintilla 2.4.6-5
needs a rebuild for new pyqt (FS#22646)

Modified:
  python2-qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 12:31:48 UTC (rev 108087)
+++ PKGBUILD2011-01-29 12:34:06 UTC (rev 108088)
@@ -3,7 +3,7 @@
 
 pkgname=python2-qscintilla
 pkgver=2.4.6
-pkgrel=4
+pkgrel=5
 license=('GPL')
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.co.uk/software/qscintilla/intro;



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

2011-01-29 Thread Andrea Scarpino
Date: Saturday, January 29, 2011 @ 07:34:48
  Author: andrea
Revision: 108092

archrelease: copy trunk to extra-x86_64

Added:
  python2-qscintilla/repos/extra-x86_64/



[arch-commits] Commit in xfce4-timer-plugin/trunk (PKGBUILD panel48.patch)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 07:51:59
  Author: andyrtr
Revision: 108093

upgpkg: xfce4-timer-plugin 0.6.1-1
upstream update and add a fix for panel 4.8 from git

Added:
  xfce4-timer-plugin/trunk/panel48.patch
Modified:
  xfce4-timer-plugin/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +++---
 panel48.patch |   39 +++
 2 files changed, 46 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 12:34:48 UTC (rev 108092)
+++ PKGBUILD2011-01-29 12:51:59 UTC (rev 108093)
@@ -8,16 +8,20 @@
 pkgdesc=plugin to track time for the Xfce4 panel
 arch=(i686 x86_64)
 license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4')
 makedepends=('intltool')
 options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ba5ae0e25f69517338f74a27fbaf4ca2')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2
+   panel48.patch)
+md5sums=('ba5ae0e25f69517338f74a27fbaf4ca2'
+ 'fc9444aa98d7ef9c61d97dbd9f47e082')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  # patch from git master
+  patch -Np1 -i ${srcdir}/panel48.patch
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/ \

Added: panel48.patch
===
--- panel48.patch   (rev 0)
+++ panel48.patch   2011-01-29 12:51:59 UTC (rev 108093)
@@ -0,0 +1,39 @@
+From 03ff202f818fe3f075a6c864ab688b57b1bb1cb4 Mon Sep 17 00:00:00 2001
+From: Nick Schermer n...@xfce.org
+Date: Thu, 27 Jan 2011 21:18:45 +
+Subject: Fix segfault when creating plugin in 4.8 panel.
+
+Used invalid function type to construct the plugin.
+---
+diff --git a/src/xfcetimer.c b/src/xfcetimer.c
+index c27d37a..de7bd2b 100644
+--- a/src/xfcetimer.c
 b/src/xfcetimer.c
+@@ -42,7 +42,7 @@
+ 
+ #include xfcetimer.h
+ 
+-static gboolean create_plugin_control (XfcePanelPlugin *plugin);
++static void create_plugin_control (XfcePanelPlugin *plugin);
+ XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL(create_plugin_control);
+ 
+ void make_menu(plugin_data *pd);
+@@ -1366,7 +1366,7 @@ static void plugin_create_options (XfcePanelPlugin 
*plugin,plugin_data *pd) {
+  *
+  * Returns %TRUE on success, %FALSE on failure.
+  **/
+-static gboolean
++static void
+ create_plugin_control (XfcePanelPlugin *plugin)
+ {
+ 
+@@ -1461,7 +1461,6 @@ create_plugin_control (XfcePanelPlugin *plugin)
+   xfce_panel_plugin_menu_show_configure (plugin);
+   g_signal_connect (plugin, configure-plugin,
+   G_CALLBACK (plugin_create_options), pd);
+-  return(TRUE);
+ }
+ 
+ 
+--
+cgit v0.8.3.4



[arch-commits] Commit in xfce4-timer-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 07:52:07
  Author: andyrtr
Revision: 108094

archrelease: remove extra-i686

Deleted:
  xfce4-timer-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-timer-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 07:52:24
  Author: andyrtr
Revision: 108095

archrelease: copy trunk to extra-i686

Added:
  xfce4-timer-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-timer-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 07:52:32
  Author: andyrtr
Revision: 108096

archrelease: remove extra-x86_64

Deleted:
  xfce4-timer-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-timer-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 07:52:50
  Author: andyrtr
Revision: 108097

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-timer-plugin/repos/extra-x86_64/



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

2011-01-29 Thread Ronald van Haren
Date: Saturday, January 29, 2011 @ 08:15:44
  Author: ronald
Revision: 108098

upgpkg: grub2 1.99~rc1-3
move grub.cfg.pacsave to grub.cfg on first install so user config keeps being 
used

Modified:
  grub2/trunk/PKGBUILD
  grub2/trunk/grub2.install

---+
 PKGBUILD  |2 +-
 grub2.install |   13 -
 2 files changed, 13 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 12:52:50 UTC (rev 108097)
+++ PKGBUILD2011-01-29 13:15:44 UTC (rev 108098)
@@ -11,7 +11,7 @@
 pkgname=('grub2-common' 'grub2-bios' 'grub2-efi-i386')
 pkgbase=grub2
 pkgver='1.99~rc1'
-pkgrel=2
+pkgrel=3
 url=http://www.gnu.org/software/grub/;
 arch=('i686' 'x86_64')
 license=('GPL3')

Modified: grub2.install
===
--- grub2.install   2011-01-29 12:52:50 UTC (rev 108097)
+++ grub2.install   2011-01-29 13:15:44 UTC (rev 108098)
@@ -1,4 +1,10 @@
 post_install() {
+
+ if [ -f /boot/grub/grub.cfg.pacsave ]; then
+   echo Copying /boot/grub/grub.cfg.pacsave to /boot/grub/grub.cfg
+   install -Dm644 /boot/grub/grub.cfg.pacsave /boot/grub/grub.cfg
+ fi
+
  echo -n Generating grub.cfg.example config file... 
  grub-mkconfig -o /boot/grub/grub.cfg.example 2 /dev/null
  echo done.
@@ -14,6 +20,11 @@
 
 
 post_upgrade() {
-post_install
+cat  EOF
+ An example config file is created at /boot/grub/grub.cfg.example
+
+ For more information and additional config settings please see 
http://wiki.archlinux.org/index.php/GRUB2
+
+EOF
 }
 



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

2011-01-29 Thread Ronald van Haren
Date: Saturday, January 29, 2011 @ 08:16:17
  Author: ronald
Revision: 108099

archrelease: remove testing-i686

Deleted:
  grub2/repos/testing-i686/



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

2011-01-29 Thread Ronald van Haren
Date: Saturday, January 29, 2011 @ 08:16:33
  Author: ronald
Revision: 108100

archrelease: copy trunk to testing-i686

Added:
  grub2/repos/testing-i686/



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

2011-01-29 Thread Ronald van Haren
Date: Saturday, January 29, 2011 @ 08:17:05
  Author: ronald
Revision: 108101

archrelease: remove testing-x86_64

Deleted:
  grub2/repos/testing-x86_64/



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

2011-01-29 Thread Ronald van Haren
Date: Saturday, January 29, 2011 @ 08:17:22
  Author: ronald
Revision: 108102

archrelease: copy trunk to testing-x86_64

Added:
  grub2/repos/testing-x86_64/



[arch-commits] Commit in xfce4-smartbookmark-plugin/trunk (3 files)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 08:18:03
  Author: andyrtr
Revision: 108103

upgpkg: xfce4-smartbookmark-plugin 0.4.2-9
add a fix for panel 4.8 from xfce bugtracker

Added:
  
xfce4-smartbookmark-plugin/trunk/0001-Fix-problems-with-plugin-and-4.8-panel.patch
Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD
Deleted:
  
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch

-+
 0001-Fix-problems-with-plugin-and-4.8-panel.patch   |   37 ++
 PKGBUILD|   17 
 xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch |   12 -
 3 files changed, 46 insertions(+), 20 deletions(-)

Added: 0001-Fix-problems-with-plugin-and-4.8-panel.patch
===
--- 0001-Fix-problems-with-plugin-and-4.8-panel.patch   
(rev 0)
+++ 0001-Fix-problems-with-plugin-and-4.8-panel.patch   2011-01-29 13:18:03 UTC 
(rev 108103)
@@ -0,0 +1,37 @@
+From b1922538b26f9929bcd43df8728bf33afe06fbef Mon Sep 17 00:00:00 2001
+From: Nick Schermer n...@xfce.org
+Date: Thu, 27 Jan 2011 22:29:16 +0100
+Subject: [PATCH] Fix problems with plugin and 4.8 panel.
+
+---
+ configure.ac|2 +-
+ src/smartbookmark.desktop.in.in |2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1ba88d4..cb344f5 100644
+--- a/configure.ac
 b/configure.ac
+@@ -25,7 +25,7 @@ XDT_I18N([ca cs en_GB eu fr hu it pl pt_PT sq zh_TW])
+ dnl Check for required packages
+ XDT_CHECK_LIBX11_REQUIRE()
+ XDT_CHECK_PACKAGE([GDK], [gdk-2.0], [2.0])
+-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfce4panel-1.0], [4.2])
++XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.2])
+ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
+ 
+ XDT_FEATURE_DEBUG()
+diff --git a/src/smartbookmark.desktop.in.in b/src/smartbookmark.desktop.in.in
+index 83464ff..7bafece 100644
+--- a/src/smartbookmark.desktop.in.in
 b/src/smartbookmark.desktop.in.in
+@@ -4,5 +4,5 @@ Encoding=UTF-8
+ _Name=SmartBookmark
+ _Comment=Query websites from the Xfce panel
+ Icon=gtk-preferences
+-X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libsmartbookmark.so
++X-XFCE-Module=smartbookmark
+ X-XFCE-Unique=false
+-- 
+1.7.3.5
+

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 13:17:22 UTC (rev 108102)
+++ PKGBUILD2011-01-29 13:18:03 UTC (rev 108103)
@@ -11,20 +11,21 @@
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool' 'libxt')
+makedepends=('intltool' 'libxt' 'xfce4-dev-tools')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.4/${pkgname}-${pkgver}.tar.gz
-   xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch
-   xfce4-smartbookmark-plugin-archlinux.patch)
+   xfce4-smartbookmark-plugin-archlinux.patch
+   0001-Fix-problems-with-plugin-and-4.8-panel.patch)
 md5sums=('284e26595637dd2e900b75534372496b'
- 'ca6ecc8ff90cc13ef81d6412978dfac7'
- '323ac898cfcfdb078f67f9ecd1905aec')
+ '323ac898cfcfdb078f67f9ecd1905aec'
+ '6dc220fc41cd21678aad62c80a4c622f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # fix path, taken from Fedora
-  patch -Np0 -i ${srcdir}/xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch 
|| return 1
-  patch -Np0 -i ${srcdir}/xfce4-smartbookmark-plugin-archlinux.patch || return 
1
+  # fix panel4.8  http://bugzilla.xfce.org/show_bug.cgi
+  patch -Np1 -i ${srcdir}/0001-Fix-problems-with-plugin-and-4.8-panel.patch
+  patch -Np0 -i ${srcdir}/xfce4-smartbookmark-plugin-archlinux.patch
+  xdt-autogen
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \

Deleted: xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch
===
--- xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch 2011-01-29 13:17:22 UTC 
(rev 108102)
+++ xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch 2011-01-29 13:18:03 UTC 
(rev 108103)
@@ -1,12 +0,0 @@
 src/smartbookmark.desktop.in.in.orig   2009-07-04 00:28:14.0 
+0200
-+++ src/smartbookmark.desktop.in.in2009-07-04 00:34:09.0 +0200
-@@ -3,6 +3,7 @@
- Encoding=UTF-8
- _Name=SmartBookmark
- _Comment=Query websites from the Xfce panel
--Icon=gtk-preferences
--X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libsmartbookmark.so
-+Icon=gtk-find
-+X-XFCE-Module=smartbookmark
-+X-XFCE-Module-Path=@INTERNAL_PLUGIN_PATH@
- X-XFCE-Unique=false



[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 08:18:13
  Author: andyrtr
Revision: 108104

archrelease: remove extra-i686

Deleted:
  xfce4-smartbookmark-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 08:18:35
  Author: andyrtr
Revision: 108105

archrelease: copy trunk to extra-i686

Added:
  xfce4-smartbookmark-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 08:18:42
  Author: andyrtr
Revision: 108106

archrelease: remove extra-x86_64

Deleted:
  xfce4-smartbookmark-plugin/repos/extra-x86_64/



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

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 08:44:11
  Author: andyrtr
Revision: 108110

archrelease: copy trunk to extra-i686

Added:
  xfce4-dict/repos/extra-i686/



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

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 08:44:33
  Author: andyrtr
Revision: 108111

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-dict/repos/extra-x86_64/



[arch-commits] Commit in (xfce4-dict-plugin)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 08:46:40
  Author: andyrtr
Revision: 108112

remove repo dirs

Deleted:
  xfce4-dict-plugin/



[arch-commits] Commit in xfce4-mailwatch-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 09:05:52
  Author: andyrtr
Revision: 108114

archrelease: remove extra-i686

Deleted:
  xfce4-mailwatch-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-mailwatch-plugin/repos (extra-i686)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 09:06:10
  Author: andyrtr
Revision: 108115

archrelease: copy trunk to extra-i686

Added:
  xfce4-mailwatch-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-mailwatch-plugin/repos (extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 09:06:22
  Author: andyrtr
Revision: 108116

archrelease: remove extra-x86_64

Deleted:
  xfce4-mailwatch-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-messenger-plugin/repos (extra-i686 extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 09:43:06
  Author: andyrtr
Revision: 108118

remove repo dirs

Deleted:
  xfce4-messenger-plugin/repos/extra-i686/
  xfce4-messenger-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-playercontrol-plugin/repos (extra-i686 extra-x86_64)

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 09:44:24
  Author: andyrtr
Revision: 108119

remove repo dirs

Deleted:
  xfce4-playercontrol-plugin/repos/extra-i686/
  xfce4-playercontrol-plugin/repos/extra-x86_64/



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

2011-01-29 Thread Gaetan Bisson
Date: Saturday, January 29, 2011 @ 10:08:02
  Author: bisson
Revision: 108120

hopefully fix circular dependency

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 14:44:24 UTC (rev 108119)
+++ PKGBUILD2011-01-29 15:08:02 UTC (rev 108120)
@@ -4,15 +4,14 @@
 
 pkgname=audacious-plugins
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Audacious'
 arch=('i686' 'x86_64')
 url='http://audacious-media-player.org/'
 license=('GPL')
 
-depends=(audacious=${pkgver})
-
-makedepends=('alsa-lib' 'pulseaudio' 'jack' 'lame' 'libvorbis' 'flac'
+makedepends=(audacious=${pkgver}
+ 'alsa-lib' 'pulseaudio' 'jack' 'lame' 'libvorbis' 'flac'
  'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack'
  'libnotify' 'lirc-utils' 'curl' 'libmtp'
  'neon' 'libmms' 'libcue')



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

2011-01-29 Thread Gaetan Bisson
Date: Saturday, January 29, 2011 @ 10:08:11
  Author: bisson
Revision: 108121

archrelease: remove extra-i686

Deleted:
  audacious-plugins/repos/extra-i686/



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

2011-01-29 Thread Gaetan Bisson
Date: Saturday, January 29, 2011 @ 10:08:24
  Author: bisson
Revision: 108122

archrelease: copy trunk to extra-i686

Added:
  audacious-plugins/repos/extra-i686/



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

2011-01-29 Thread Gaetan Bisson
Date: Saturday, January 29, 2011 @ 10:08:44
  Author: bisson
Revision: 108124

archrelease: copy trunk to extra-x86_64

Added:
  audacious-plugins/repos/extra-x86_64/



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

2011-01-29 Thread Gaetan Bisson
Date: Saturday, January 29, 2011 @ 10:08:32
  Author: bisson
Revision: 108123

archrelease: remove extra-x86_64

Deleted:
  audacious-plugins/repos/extra-x86_64/



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

2011-01-29 Thread Tobias Powalowski
Date: Saturday, January 29, 2011 @ 14:39:45
  Author: tpowa
Revision: 108125

upgpkg: kernel26 2.6.37-5
fix module-init-tools dependency

Modified:
  kernel26/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 15:08:44 UTC (rev 108124)
+++ PKGBUILD2011-01-29 19:39:45 UTC (rev 108125)
@@ -7,10 +7,10 @@
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.37
 pkgver=${_basekernel}
-pkgrel=4
+pkgrel=5
 makedepends=('xmlto' 'docbook-xsl')
-_patchname=patch-${pkgver}-${pkgrel}-ARCH
-#_patchname=patch-${pkgver}-2-ARCH
+#_patchname=patch-${pkgver}-${pkgrel}-ARCH
+_patchname=patch-${pkgver}-4-ARCH
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://www.kernel.org;
@@ -65,7 +65,7 @@
   pkgdesc=The Linux Kernel and modules
   groups=('base')
   backup=(etc/mkinitcpio.d/${pkgname}.preset)
-  depends=('coreutils' 'linux-firmware' 'module-init-tools' 
'mkinitcpio=0.6.8')
+  depends=('coreutils' 'linux-firmware' 'module-init-tools=3.12-2' 
'mkinitcpio=0.6.8')
   # pwc, ieee80211 and hostap-driver26 modules are included in kernel26 now
   # nforce package support was abandoned by nvidia, kernel modules should 
cover everything now.
   # kernel24 support is dropped since glibc24



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

2011-01-29 Thread Tobias Powalowski
Date: Saturday, January 29, 2011 @ 14:46:13
  Author: tpowa
Revision: 108126

archrelease: remove testing-i686

Deleted:
  kernel26/repos/testing-i686/



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

2011-01-29 Thread Tobias Powalowski
Date: Saturday, January 29, 2011 @ 14:46:34
  Author: tpowa
Revision: 108127

archrelease: copy trunk to testing-i686

Added:
  kernel26/repos/testing-i686/



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

2011-01-29 Thread Tobias Powalowski
Date: Saturday, January 29, 2011 @ 14:53:36
  Author: tpowa
Revision: 108128

archrelease: remove testing-x86_64

Deleted:
  kernel26/repos/testing-x86_64/



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

2011-01-29 Thread Tobias Powalowski
Date: Saturday, January 29, 2011 @ 14:53:57
  Author: tpowa
Revision: 108129

archrelease: copy trunk to testing-x86_64

Added:
  kernel26/repos/testing-x86_64/



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

2011-01-29 Thread Angel Velásquez
Date: Saturday, January 29, 2011 @ 18:53:29
  Author: angvp
Revision: 108130

upgpkg: nmap 5.50-1
Version bump to 5.50

Modified:
  nmap/trunk/PKGBUILD

--+
 PKGBUILD |   23 ++-
 1 file changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 19:53:57 UTC (rev 108129)
+++ PKGBUILD2011-01-29 23:53:29 UTC (rev 108130)
@@ -1,29 +1,35 @@
 # $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=nmap
-pkgver=5.21
-pkgrel=3
+pkgver=5.50
+pkgrel=1
 pkgdesc=A network exploration tool and security/port scanner
 arch=('i686' 'x86_64')
 url=http://nmap.org;
-license=('custom:GPL')
-depends=('pcre' 'openssl' 'libpcap=1.0.0' 'lua')
+license=('GPL')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
 # python is needed for zenmap
 makedepends=('python2')
 optdepends=('pygtk: gui for nmap')
 options=('!makeflags')
 source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('a4df96e52cb52a1bbe76caace5f21388')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  echo TryExec=/usr/bin/pygtk-demo  
zenmap/install_scripts/unix/zenmap.desktop || return 1
-  echo TryExec=/usr/bin/pygtk-demo  
zenmap/install_scripts/unix/zenmap-root.desktop || return 1
+  echo TryExec=/usr/bin/pygtk-demo  
zenmap/install_scripts/unix/zenmap.desktop 
+  echo TryExec=/usr/bin/pygtk-demo  
zenmap/install_scripts/unix/zenmap-root.desktop 
 
   ./configure --prefix=/usr --mandir=/usr/share/man \
 --libexecdir=/usr/lib
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   # remove zenmap uninstall script
@@ -32,4 +38,3 @@
   # install custom GPL2 license
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
-md5sums=('f77fa51d89ab27d35e5cd87bb086b858')



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

2011-01-29 Thread Angel Velásquez
Date: Saturday, January 29, 2011 @ 18:56:02
  Author: angvp
Revision: 108131

archrelease: copy trunk to testing-i686

Added:
  nmap/repos/testing-i686/



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

2011-01-29 Thread Angel Velásquez
Date: Saturday, January 29, 2011 @ 18:58:27
  Author: angvp
Revision: 108132

archrelease: copy trunk to testing-x86_64

Added:
  nmap/repos/testing-x86_64/



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

2011-01-29 Thread Pierre Schmitz
Date: Saturday, January 29, 2011 @ 20:13:49
  Author: pierre
Revision: 108133

upgpkg: xz 5.0.1-1
upstream update

Modified:
  xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 23:58:27 UTC (rev 108132)
+++ PKGBUILD2011-01-30 01:13:49 UTC (rev 108133)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmi...@gmx.net
 
 pkgname=xz
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='Library and command line tools for XZ and LZMA compressed files'
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 replaces=('lzma' 'lzma-utils' 'xz-utils')
 conflicts=('lzma' 'lzma-utils' 'xz-utils')
 options=('!libtool')
-source=(http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('f3c0706d100ad2b6d63327584d026c50')
+source=(http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('85d15b01a405616a888d09e19fb40f31')
 
 # keep an upgrade path for older installations
 PKGEXT='.pkg.tar.gz'



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

2011-01-29 Thread Pierre Schmitz
Date: Saturday, January 29, 2011 @ 20:14:09
  Author: pierre
Revision: 108134

archrelease: copy trunk to testing-i686

Added:
  xz/repos/testing-i686/



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

2011-01-29 Thread Pierre Schmitz
Date: Saturday, January 29, 2011 @ 20:14:28
  Author: pierre
Revision: 108135

archrelease: copy trunk to testing-x86_64

Added:
  xz/repos/testing-x86_64/



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

2011-01-29 Thread Eric Bélanger
Date: Saturday, January 29, 2011 @ 23:50:31
  Author: eric
Revision: 108137

upgpkg: nvidia-lts 260.19.36-2
Fixed license

Modified:
  nvidia-lts/trunk/PKGBUILD

--+
 PKGBUILD |   35 ++-
 1 file changed, 18 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-30 02:42:48 UTC (rev 108136)
+++ PKGBUILD2011-01-30 04:50:31 UTC (rev 108137)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=260.19.36
 _kernver='2.6.32-lts'
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for kernel26-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -14,27 +14,28 @@
 license=('custom')
 install=nvidia-lts.install
 if [ $CARCH = i686 ]; then
-   _arch='x86'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('2826484d87827351774449382e45c4a9')
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('2826484d87827351774449382e45c4a9')
 elif [ $CARCH = x86_64 ]; then
-   _arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('6ebc5db9066e920b0b0e48377ce5eeb5')
+  _arch='x86_64'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('6ebc5db9066e920b0b0e48377ce5eeb5')
 fi
 
 build() {
-   cd ${srcdir}
-   sh ${_pkg}.run --extract-only
-   cd ${_pkg}/kernel
-   make SYSSRC=/lib/modules/${_kernver}/build module
+  cd ${srcdir}
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/lib/modules/${_kernver}/build module
 }
 
 package() {
-   install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-   
${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
-install -d -m755 ${pkgdir}/etc/modprobe.d
-echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/etc/modprobe.d
+  echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
 }