[gnome-power-manager] Tidy up the git ignore files and remove the svn instructions



commit c731c750d1809b691f215e088db4e8b834676da8
Author: Richard Hughes <richard hughsie com>
Date:   Mon May 11 12:46:49 2009 +0100

    Tidy up the git ignore files and remove the svn instructions
---
 .gitignore                         |    1 +
 README.svn                         |    6 ------
 data/icons/generate_32x32_icons.sh |   11 +++++++++++
 po/.gitignore                      |    1 +
 4 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index dc90436..7079767 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,4 +26,5 @@ stamp-h1
 xmldocs.make
 ChangeLog
 gnome-power-manager-*.tar.gz
+NEWS.new
 
diff --git a/README.svn b/README.svn
deleted file mode 100644
index 11d14c2..0000000
--- a/README.svn
+++ /dev/null
@@ -1,6 +0,0 @@
-For everything except translations, please get my
-approval (richard hughsie com) before committing patches.
-
-Thanks.
-
-Richard.
diff --git a/data/icons/generate_32x32_icons.sh b/data/icons/generate_32x32_icons.sh
new file mode 100755
index 0000000..d6f6d26
--- /dev/null
+++ b/data/icons/generate_32x32_icons.sh
@@ -0,0 +1,11 @@
+
+subdirs="actions apps status"
+
+mkdir 32x32
+for subdir in $subdirs; do
+	cd scalable/$subdir
+	mkdir ../../32x32/$subdir
+	for i in *.svg;do 
+		inkscape --without-gui --export-png="../../32x32/$subdir/"$( echo $i | cut -d . -f -1 ).png --export-dpi=72 --export-background-opacity=0 --export-width=32 --export-height=32 "$i";done
+	cd -
+done
diff --git a/po/.gitignore b/po/.gitignore
index b3be9b8..13c3341 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -1,4 +1,5 @@
 *.gmo
+*.pot
 .intltool-merge-cache
 Makefile.in
 Makefile.in.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]