[Pkg-xfce-commits] r260 - scripts

Emanuele Rocca ema at costa.debian.org
Fri Oct 7 09:11:58 UTC 2005


Author: ema
Date: 2005-10-07 09:11:57 +0000 (Fri, 07 Oct 2005)
New Revision: 260

Modified:
   scripts/get-sources.pl
   scripts/goodies-sources.txt
Log:
-cpufreq-plugin tarball added
fixed get-sources.pl tarball renaming


Modified: scripts/get-sources.pl
===================================================================
--- scripts/get-sources.pl	2005-10-06 13:41:39 UTC (rev 259)
+++ scripts/get-sources.pl	2005-10-07 09:11:57 UTC (rev 260)
@@ -50,12 +50,12 @@
 
 	my $debian_filename = $filename;
 	$debian_filename =~ s/-(\d)/_$1/;
-
+	
 	# if the original tarball name is different from our package name, it is necessary to rename it
 	# TODO We should also change the directory name
 	if($orig_tarball_name !~ $pkg) {
 		print "W: The original tarball name ($orig_tarball_name) doesn't match the Debian one ($pkg)\n";
-		$debian_filename =~ s/^\w*_/${pkg}_/;
+		$debian_filename =~ s/^[\w|-]*_/${pkg}_/;
 	}
 	
 	if($filename !~ /tar\.gz/) {

Modified: scripts/goodies-sources.txt
===================================================================
--- scripts/goodies-sources.txt	2005-10-06 13:41:39 UTC (rev 259)
+++ scripts/goodies-sources.txt	2005-10-07 09:11:57 UTC (rev 260)
@@ -2,6 +2,7 @@
 xfce4-battery-plugin http://download.berlios.de/xfce-goodies/xfce4-battery-plugin-0.3.0.tar.gz
 xfce4-clipman-plugin http://download.berlios.de/xfce-goodies/xfce4-clipman-plugin-0.4.1.tar.gz
 xfce4-cpugraph-plugin http://download.berlios.de/xfce-goodies/xfce4-cpugraph-plugin-0.2.2.tar.gz
+xfce4-cpufreq-plugin http://people.debian.org/~joshk/xfce4-cpufreq-0.1.tar.gz
 xfce4-datetime-plugin http://download.berlios.de/xfce-goodies/xfce4-datetime-plugin-0.3.1.tar.gz
 xfce4-diskperf-plugin http://download.berlios.de/xfce-goodies/xfce4-diskperf-plugin-1.5.tar.gz
 xfce4-fsguard-plugin http://download.berlios.de/xfce-goodies/xfce4-fsguard-plugin-0.2.0.tar.gz




More information about the Pkg-xfce-commits mailing list