[sparkleshare] update to 0.9.9

Nikos Roussos comzeradd at fedoraproject.org
Mon Dec 3 21:01:34 UTC 2012


commit e07b4962cfcbd35842bc1b1c973baa0bb263ea71
Author: Nikos Roussos <nikos at roussos.cc>
Date:   Mon Dec 3 23:01:13 2012 +0200

    update to 0.9.9

 .gitignore                        |    1 +
 sources                           |    2 +-
 sparkleshare-0.9.9-trayicon.patch |   19 +++++++++++++++++++
 3 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad4f665..05592fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /sparkleshare-linux-0.9.4.tar.gz
 /sparkleshare-linux-0.9.6.tar.gz
 /sparkleshare-linux-0.9.8.tar.gz
+/sparkleshare-linux-0.9.9.tar.gz
diff --git a/sources b/sources
index 865d4c6..35c2470 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3eac284a28663b1477ca8769f6f862cd  sparkleshare-linux-0.9.8.tar.gz
+ad2ee521ba8923bd2981b252298a41e5  sparkleshare-linux-0.9.9.tar.gz
diff --git a/sparkleshare-0.9.9-trayicon.patch b/sparkleshare-0.9.9-trayicon.patch
new file mode 100644
index 0000000..1db613e
--- /dev/null
+++ b/sparkleshare-0.9.9-trayicon.patch
@@ -0,0 +1,19 @@
+--- sparkleshare-0.9.9/SparkleShare/Linux/SparkleStatusIcon.cs.orig	2012-12-03 22:06:24.612562435 +0200
++++ sparkleshare-0.9.9/SparkleShare/Linux/SparkleStatusIcon.cs	2012-12-03 22:07:20.857353509 +0200
+@@ -38,11 +38,11 @@
+         #else
+         private StatusIcon status_icon;
+ 
+-        private Gdk.Pixbuf syncing_idle_image  = SparkleUIHelpers.GetIcon ("sparkleshare", 24);
+-        private Gdk.Pixbuf syncing_up_image    = SparkleUIHelpers.GetIcon ("process-syncing-up", 24);
+-        private Gdk.Pixbuf syncing_down_image  = SparkleUIHelpers.GetIcon ("process-syncing-down", 24);
+-        private Gdk.Pixbuf syncing_image       = SparkleUIHelpers.GetIcon ("process-syncing", 24);
+-        private Gdk.Pixbuf syncing_error_image = SparkleUIHelpers.GetIcon ("process-syncing-error", 24);
++        private Gdk.Pixbuf syncing_idle_image  = SparkleUIHelpers.GetIcon ("sparkleshare", 48);
++        private Gdk.Pixbuf syncing_up_image    = SparkleUIHelpers.GetIcon ("sparkleshare", 48);
++        private Gdk.Pixbuf syncing_down_image  = SparkleUIHelpers.GetIcon ("sparkleshare", 48);
++        private Gdk.Pixbuf syncing_image       = SparkleUIHelpers.GetIcon ("sparkleshare", 48);
++        private Gdk.Pixbuf syncing_error_image = SparkleUIHelpers.GetIcon ("sparkleshare", 48);
+         #endif
+ 
+ 


More information about the scm-commits mailing list