[arch-commits] CVS update of extra/gnome/gnome-applets (3 files)

Jan de Groot jgc at archlinux.org
Thu Jan 10 21:34:09 UTC 2008


    Date: Thursday, January 10, 2008 @ 16:34:09
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-applets

Modified: PKGBUILD (1.39 -> 1.40)
 Removed: bgo427562.patch (1.1) disable-invest.patch (1.1)

upgpkg: gnome-applets 2.20.1-1


----------------------+
 PKGBUILD             |   10 +++++-----
 bgo427562.patch      |   40 ----------------------------------------
 disable-invest.patch |   17 -----------------
 3 files changed, 5 insertions(+), 62 deletions(-)


Index: extra/gnome/gnome-applets/PKGBUILD
diff -u extra/gnome/gnome-applets/PKGBUILD:1.39 extra/gnome/gnome-applets/PKGBUILD:1.40
--- extra/gnome/gnome-applets/PKGBUILD:1.39	Sun Sep 23 07:21:39 2007
+++ extra/gnome/gnome-applets/PKGBUILD	Thu Jan 10 16:34:09 2008
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD,v 1.39 2007/09/23 11:21:39 jgc Exp $
+# $Id: PKGBUILD,v 1.40 2008/01/10 21:34:09 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-applets
-pkgver=2.20.0
+pkgver=2.20.1
 pkgrel=1
 pkgdesc="GNOME Applets"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gstreamer0.10-alsa' 'gnome-panel>=2.20.0' 'libgtop>=2.20.0' 'gucharmap>=1.10.1' 'libnotify>=0.4.4' 'cpufrequtils' 'libgnomekbd>=2.20.0')
-makedepends=('perlxml' 'gnome-doc-utils>=0.12.0' 'pkgconfig' 'gnome-control-center>=2.20.0')
+depends=('gstreamer0.10-alsa' 'gnome-panel>=2.20.3' 'libgtop>=2.20.1' 'gucharmap>=1.10.2' 'libnotify>=0.4.4' 'cpufrequtils' 'libgnomekbd>=2.20.0')
+makedepends=('perlxml' 'gnome-doc-utils>=0.12.0' 'pkgconfig' 'gnome-control-center>=2.20.3')
 options=(!emptydirs)
 url="http://www.gnome.org"
 groups=(gnome)
 install=gnome-applets.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('985cfc3c58a72e1a92201bf4a4873b87')
+md5sums=('e49402e7323bdd9595dc5cbfdba6ba5b')
 	
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
Index: extra/gnome/gnome-applets/bgo427562.patch
diff -u extra/gnome/gnome-applets/bgo427562.patch:1.1 extra/gnome/gnome-applets/bgo427562.patch:removed
--- extra/gnome/gnome-applets/bgo427562.patch:1.1	Wed May 30 05:51:11 2007
+++ extra/gnome/gnome-applets/bgo427562.patch	Thu Jan 10 16:34:09 2008
@@ -1,40 +0,0 @@
-Index: battstat/acpi-linux.c
-===================================================================
---- battstat/acpi-linux.c	(revision 10240)
-+++ battstat/acpi-linux.c	(working copy)
-@@ -200,22 +200,21 @@
-   acpiinfo->max_capacity = 0;
-   acpiinfo->low_capacity = 0;
-   acpiinfo->critical_capacity = 0;
-+  acpiinfo->ac_state_state = "state";
-+  acpiinfo->batt_state_state = "state";
-+  acpiinfo->charging_state = "charging state";
- 
-   hash = read_file ("/proc/acpi/info", buf, sizeof (buf));
--  if (!hash)
--    return FALSE;
--
--  acpi_ver = read_ulong (hash, "version");
--  g_hash_table_destroy (hash);
--
--  if (acpi_ver < (gulong)20020208) {
--    acpiinfo->ac_state_state = "status";
--    acpiinfo->batt_state_state = "status";
--    acpiinfo->charging_state = "state";
--  } else {
--    acpiinfo->ac_state_state = "state";
--    acpiinfo->batt_state_state = "state";
--    acpiinfo->charging_state = "charging state";
-+  if (hash)
-+  {
-+	  acpi_ver = read_ulong (hash, "version");
-+	  g_hash_table_destroy (hash);
-+
-+	  if (acpi_ver < (gulong)20020208) {
-+		  acpiinfo->ac_state_state = "status";
-+		  acpiinfo->batt_state_state = "status";
-+		  acpiinfo->charging_state = "state";
-+	  }
-   }
- 
-   procdir=opendir("/proc/acpi/battery/");
Index: extra/gnome/gnome-applets/disable-invest.patch
diff -u extra/gnome/gnome-applets/disable-invest.patch:1.1 extra/gnome/gnome-applets/disable-invest.patch:removed
--- extra/gnome/gnome-applets/disable-invest.patch:1.1	Sun Apr  1 09:14:04 2007
+++ extra/gnome/gnome-applets/disable-invest.patch	Thu Jan 10 16:34:09 2008
@@ -1,17 +0,0 @@
---- configure.in.orig	2007-01-28 13:10:57.000000000 +0000
-+++ configure.in	2007-01-28 13:11:27.000000000 +0000
-@@ -584,13 +584,7 @@
- dnl *** invest-applet specific checks                                       ***
- dnl ***************************************************************************
- 
--if test "x$HAVE_PYGTK" = "xyes" -a "x$HAVE_PYHDRS" = "xyes"; then
--	AM_CHECK_PYMOD(gnomeapplet,,
--			BUILD_INVEST_APPLET="yes", BUILD_INVEST_APPLET="no")
--else
--	BUILD_INVEST_APPLET="no"
--fi
--
-+BUILD_INVEST_APPLET="no"
- AM_CONDITIONAL(BUILD_INVEST_APPLET, test "x$BUILD_INVEST_APPLET" = "xyes")
- 
- dnl ***************************************************************************




More information about the arch-commits mailing list