[arch-commits] Commit in xfce4-systemload-plugin/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Feb 6 16:36:25 UTC 2012
Date: Monday, February 6, 2012 @ 11:36:25
Author: foutrelis
Revision: 149256
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-systemload-plugin/repos/extra-i686/PKGBUILD
(from rev 149255, xfce4-systemload-plugin/trunk/PKGBUILD)
xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 149255, xfce4-systemload-plugin/trunk/PKGBUILD)
Deleted:
xfce4-systemload-plugin/repos/extra-i686/PKGBUILD
xfce4-systemload-plugin/repos/extra-i686/missing_tooltip.diff
xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD
xfce4-systemload-plugin/repos/extra-x86_64/missing_tooltip.diff
-----------------------------------+
extra-i686/PKGBUILD | 66 ++++++++++++++++++------------------
extra-i686/missing_tooltip.diff | 21 -----------
extra-x86_64/PKGBUILD | 66 ++++++++++++++++++------------------
extra-x86_64/missing_tooltip.diff | 21 -----------
4 files changed, 66 insertions(+), 108 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-02-06 16:36:07 UTC (rev 149255)
+++ extra-i686/PKGBUILD 2012-02-06 16:36:25 UTC (rev 149256)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A system load plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.7.4' 'libxfcegui4')
-makedepends=('pkgconfig' 'intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da4f0e8bfb57e18fe3e3e56507a681f7')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
- install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
Copied: xfce4-systemload-plugin/repos/extra-i686/PKGBUILD (from rev 149255, xfce4-systemload-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-06 16:36:25 UTC (rev 149256)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-systemload-plugin
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="A system load plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel>=4.7.4' 'libxfcegui4')
+makedepends=('pkgconfig' 'intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('da4f0e8bfb57e18fe3e3e56507a681f7')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+ install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
Deleted: extra-i686/missing_tooltip.diff
===================================================================
--- extra-i686/missing_tooltip.diff 2012-02-06 16:36:07 UTC (rev 149255)
+++ extra-i686/missing_tooltip.diff 2012-02-06 16:36:25 UTC (rev 149256)
@@ -1,21 +0,0 @@
---- panel-plugin/systemload.c 2007-01-17 18:01:09.000000000 +0000
-+++ panel-plugin/systemload.c.new 2009-05-14 17:17:24.001076632 +0000
-@@ -315,11 +315,18 @@
- {
- int count;
- t_global_monitor *global;
-+ GtkSettings *settings;
-
- tooltips = gtk_tooltips_new ();
- g_object_ref (tooltips);
- gtk_object_sink (GTK_OBJECT (tooltips));
-
-+ /* reduce the default tooltip timeout to be smaller than the update interval otherwise
-+ * we won't see tooltips on GTK 2.16 or newer */
-+ settings = gtk_settings_get_default();
-+ if (g_object_class_find_property(G_OBJECT_GET_CLASS(settings), "gtk-tooltip-timeout"))
-+ g_object_set(settings, "gtk-tooltip-timeout", UPDATE_TIMEOUT - 10, NULL);
-+
- global = g_new(t_global_monitor, 1);
- global->plugin = plugin;
- global->timeout_id = 0;
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-02-06 16:36:07 UTC (rev 149255)
+++ extra-x86_64/PKGBUILD 2012-02-06 16:36:25 UTC (rev 149256)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A system load plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.7.4' 'libxfcegui4')
-makedepends=('pkgconfig' 'intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da4f0e8bfb57e18fe3e3e56507a681f7')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
- install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
Copied: xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD (from rev 149255, xfce4-systemload-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-02-06 16:36:25 UTC (rev 149256)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-systemload-plugin
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="A system load plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel>=4.7.4' 'libxfcegui4')
+makedepends=('pkgconfig' 'intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('da4f0e8bfb57e18fe3e3e56507a681f7')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+ install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
Deleted: extra-x86_64/missing_tooltip.diff
===================================================================
--- extra-x86_64/missing_tooltip.diff 2012-02-06 16:36:07 UTC (rev 149255)
+++ extra-x86_64/missing_tooltip.diff 2012-02-06 16:36:25 UTC (rev 149256)
@@ -1,21 +0,0 @@
---- panel-plugin/systemload.c 2007-01-17 18:01:09.000000000 +0000
-+++ panel-plugin/systemload.c.new 2009-05-14 17:17:24.001076632 +0000
-@@ -315,11 +315,18 @@
- {
- int count;
- t_global_monitor *global;
-+ GtkSettings *settings;
-
- tooltips = gtk_tooltips_new ();
- g_object_ref (tooltips);
- gtk_object_sink (GTK_OBJECT (tooltips));
-
-+ /* reduce the default tooltip timeout to be smaller than the update interval otherwise
-+ * we won't see tooltips on GTK 2.16 or newer */
-+ settings = gtk_settings_get_default();
-+ if (g_object_class_find_property(G_OBJECT_GET_CLASS(settings), "gtk-tooltip-timeout"))
-+ g_object_set(settings, "gtk-tooltip-timeout", UPDATE_TIMEOUT - 10, NULL);
-+
- global = g_new(t_global_monitor, 1);
- global->plugin = plugin;
- global->timeout_id = 0;
More information about the arch-commits
mailing list