diff options
author | William Hua <william.hua@canonical.com> | 2013-06-22 16:26:13 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-06-22 16:26:13 -0400 |
commit | 932273ca5caeb544567a3c3dfba95e5771ecfc7e (patch) | |
tree | 5ad37baa4dc93e1685d61bcb8ce5ea4fdc7ffdca /debian | |
parent | f0a27935a36b371d095001ba2f42633761630ef8 (diff) | |
download | ayatana-indicator-keyboard-932273ca5caeb544567a3c3dfba95e5771ecfc7e.tar.gz ayatana-indicator-keyboard-932273ca5caeb544567a3c3dfba95e5771ecfc7e.tar.bz2 ayatana-indicator-keyboard-932273ca5caeb544567a3c3dfba95e5771ecfc7e.zip |
Experimental non-null support.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/patches/default-icon-colour.patch | 10 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 691300d2..7aeab3cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-keyboard (0.0.0-0ubuntu15) saucy; urgency=low + + * Experimental non-null support. + + -- William Hua <william.hua@canonical.com> Sat, 22 Jun 2013 16:25:44 -0400 + indicator-keyboard (0.0.0-0ubuntu14) saucy; urgency=low * Update indicator service manifest. diff --git a/debian/patches/default-icon-colour.patch b/debian/patches/default-icon-colour.patch new file mode 100644 index 00000000..0f1de6c0 --- /dev/null +++ b/debian/patches/default-icon-colour.patch @@ -0,0 +1,10 @@ +--- a/lib/main.vala ++++ b/lib/main.vala +@@ -183,6 +183,7 @@ + Pango.FontDescription description; + var style = get_style_context (); + var colour = style.get_color (Gtk.StateFlags.NORMAL); ++ colour = { 0.5, 0.5, 0.5, 1.0 }; + style.get (Gtk.StateFlags.NORMAL, Gtk.STYLE_PROPERTY_FONT, out description); + + var surface = new Cairo.ImageSurface (Cairo.Format.ARGB32, W, H); diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..a0ecd8c3 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +default-icon-colour.patch |