[Pkg-xfce-commits] r950 - in goodies: . xfce4-cpu-freq-plugin xfce4-cpu-freq-plugin/debian

Yves-Alexis Perez corsac-guest at alioth.debian.org
Tue Nov 14 01:13:36 CET 2006


Author: corsac-guest
Date: 2006-11-14 01:13:36 +0100 (Tue, 14 Nov 2006)
New Revision: 950

Added:
   goodies/xfce4-cpu-freq-plugin/
   goodies/xfce4-cpu-freq-plugin/debian/
   goodies/xfce4-cpu-freq-plugin/debian/changelog
   goodies/xfce4-cpu-freq-plugin/debian/compat
   goodies/xfce4-cpu-freq-plugin/debian/control
   goodies/xfce4-cpu-freq-plugin/debian/copyright
   goodies/xfce4-cpu-freq-plugin/debian/rules
   goodies/xfce4-cpu-freq-plugin/debian/watch
Log:
initial import



Property changes on: goodies/xfce4-cpu-freq-plugin
___________________________________________________________________
Name: mergewithupstream
   + +1


Property changes on: goodies/xfce4-cpu-freq-plugin/debian
___________________________________________________________________
Name: mergewithupstream
   + +1

Added: goodies/xfce4-cpu-freq-plugin/debian/changelog
===================================================================
--- goodies/xfce4-cpu-freq-plugin/debian/changelog	2006-11-14 00:12:44 UTC (rev 949)
+++ goodies/xfce4-cpu-freq-plugin/debian/changelog	2006-11-14 00:13:36 UTC (rev 950)
@@ -0,0 +1,5 @@
+xfce4-cpu-freq-plugin (0.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release 						closes: #398476
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 13 Nov 2006 22:54:06 +0100

Added: goodies/xfce4-cpu-freq-plugin/debian/compat
===================================================================
--- goodies/xfce4-cpu-freq-plugin/debian/compat	2006-11-14 00:12:44 UTC (rev 949)
+++ goodies/xfce4-cpu-freq-plugin/debian/compat	2006-11-14 00:13:36 UTC (rev 950)
@@ -0,0 +1 @@
+4

Added: goodies/xfce4-cpu-freq-plugin/debian/control
===================================================================
--- goodies/xfce4-cpu-freq-plugin/debian/control	2006-11-14 00:12:44 UTC (rev 949)
+++ goodies/xfce4-cpu-freq-plugin/debian/control	2006-11-14 00:13:36 UTC (rev 950)
@@ -0,0 +1,23 @@
+Source: xfce4-cpu-freq-plugin
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at corsac.net>, Stefan Ott <stefan at desire.ch>
+Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, xfce4-panel-dev (>= 4.3.90.2-3), libxml-parser-perl, libcpufreq-dev
+Standards-Version: 3.7.2
+
+Package: xfce4-cpu-freq-plugin
+Architecture: any
+Description: Display cpufreq informations in Xfce panel
+ The CpuFreq Plugin shows in the Xfce Panel the following, chooseable 
+ informations:
+    * current CPU frequency
+    * current used governor
+ .
+ In a seperate dialog it provides you following informations of all available 
+ informations:
+    * all available CPU frequencies
+    * all available governors
+    * used driver for the cpu
+ .
+ Please note that this is not the xfce4-cpufreq-plugin.

Added: goodies/xfce4-cpu-freq-plugin/debian/copyright
===================================================================
--- goodies/xfce4-cpu-freq-plugin/debian/copyright	2006-11-14 00:12:44 UTC (rev 949)
+++ goodies/xfce4-cpu-freq-plugin/debian/copyright	2006-11-14 00:13:36 UTC (rev 950)
@@ -0,0 +1,14 @@
+This package was debianized by Yves-Alexis Perez on
+Mon, 13 Nov 2006 22:55:56 +0100.
+
+It was downloaded from http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
+
+Upstream Author:
+	Thomas Schreck <thomas.schreck at gmail.com>
+
+Copyright:
+You are free to distribute this software under the terms of
+the GNU General Public License (version 2 or later).
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'
+

Added: goodies/xfce4-cpu-freq-plugin/debian/rules
===================================================================
--- goodies/xfce4-cpu-freq-plugin/debian/rules	2006-11-14 00:12:44 UTC (rev 949)
+++ goodies/xfce4-cpu-freq-plugin/debian/rules	2006-11-14 00:13:36 UTC (rev 950)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+binary-post-install/xfce4-cpu-freq-plugin::
+	-rm -rf $(CURDIR)/debian/tmp/usr/lib/xfce4/panel-plugins/*.a
+	-rm -rf $(CURDIR)/debian/tmp/usr/lib/xfce4/panel-plugins/*.la


Property changes on: goodies/xfce4-cpu-freq-plugin/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: goodies/xfce4-cpu-freq-plugin/debian/watch
===================================================================
--- goodies/xfce4-cpu-freq-plugin/debian/watch	2006-11-14 00:12:44 UTC (rev 949)
+++ goodies/xfce4-cpu-freq-plugin/debian/watch	2006-11-14 00:13:36 UTC (rev 950)
@@ -0,0 +1,7 @@
+# watch control file for uscan
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://goodies.xfce.org/releases/xfce4-cpu-freq-plugin/ \
+	xfce4-cpu-freq-plugin-(.*).tar.gz




More information about the Pkg-xfce-commits mailing list