diff -Nru indicator-keylock-3.0.2/configure.ac indicator-keylock-3.1.0/configure.ac --- indicator-keylock-3.0.2/configure.ac 2014-11-15 17:28:27.000000000 +0000 +++ indicator-keylock-3.1.0/configure.ac 2016-03-02 07:33:43.000000000 +0000 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(indicator-keylock, 3.0.2) +AC_INIT(indicator-keylock, 3.1.0) AM_INIT_AUTOMAKE AM_MAINTAINER_MODE @@ -41,5 +41,11 @@ Makefile src/Makefile pixmaps/Makefile +pixmaps/hicolor/Makefile +pixmaps/elementary/Makefile +pixmaps/Humanity/Makefile +pixmaps/Humanity-Dark/Makefile +pixmaps/ubuntu-mono-dark/Makefile +pixmaps/ubuntu-mono-light/Makefile po/Makefile.in ]) diff -Nru indicator-keylock-3.0.2/debian/changelog indicator-keylock-3.1.0/debian/changelog --- indicator-keylock-3.0.2/debian/changelog 2014-11-15 17:33:16.000000000 +0000 +++ indicator-keylock-3.1.0/debian/changelog 2016-03-02 07:41:34.000000000 +0000 @@ -1,3 +1,15 @@ +indicator-keylock (3.1.0) xenial; urgency=low + + * New upstream release. + + -- Anthony Wong Wed, 02 Mar 2016 15:36:34 +0800 + +indicator-keylock (3.1.0-0~ppa0) vivid; urgency=medium + + * Various icon themes now included in main package. + + -- T. Scott Barnes Mon, 21 Sep 2015 20:00:57 -0400 + indicator-keylock (3.0.2) vivid; urgency=low * Initial release to Ubuntu (LP: #1392283) diff -Nru indicator-keylock-3.0.2/INSTALL indicator-keylock-3.1.0/INSTALL --- indicator-keylock-3.0.2/INSTALL 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/INSTALL 2016-03-02 07:33:43.000000000 +0000 @@ -12,8 +12,8 @@ Basic Installation ================== - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/caps-lock-off.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/caps-lock-off.png differ Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/caps-lock-on.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/caps-lock-on.png differ diff -Nru indicator-keylock-3.0.2/pixmaps/elementary/caps-lock-off.svg indicator-keylock-3.1.0/pixmaps/elementary/caps-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/elementary/caps-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/elementary/caps-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + A + + diff -Nru indicator-keylock-3.0.2/pixmaps/elementary/caps-lock-on.svg indicator-keylock-3.1.0/pixmaps/elementary/caps-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/elementary/caps-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/elementary/caps-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + A + + diff -Nru indicator-keylock-3.0.2/pixmaps/elementary/Makefile.am indicator-keylock-3.1.0/pixmaps/elementary/Makefile.am --- indicator-keylock-3.0.2/pixmaps/elementary/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/elementary/Makefile.am 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,7 @@ +statusicondir = $(datadir)/icons/elementary/status/24 +statusicon_DATA = caps-lock-on.svg \ + num-lock-on.svg \ + scroll-lock-on.svg \ + caps-lock-off.svg \ + num-lock-off.svg \ + scroll-lock-off.svg diff -Nru indicator-keylock-3.0.2/pixmaps/elementary/num-lock-off.svg indicator-keylock-3.1.0/pixmaps/elementary/num-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/elementary/num-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/elementary/num-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + 1 + + diff -Nru indicator-keylock-3.0.2/pixmaps/elementary/num-lock-on.svg indicator-keylock-3.1.0/pixmaps/elementary/num-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/elementary/num-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/elementary/num-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + 1 + + diff -Nru indicator-keylock-3.0.2/pixmaps/elementary/scroll-lock-off.svg indicator-keylock-3.1.0/pixmaps/elementary/scroll-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/elementary/scroll-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/elementary/scroll-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/elementary/scroll-lock-on.svg indicator-keylock-3.1.0/pixmaps/elementary/scroll-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/elementary/scroll-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/elementary/scroll-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/hicolor/caps-lock-off.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/hicolor/caps-lock-off.png differ Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/hicolor/caps-lock-on.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/hicolor/caps-lock-on.png differ diff -Nru indicator-keylock-3.0.2/pixmaps/hicolor/Makefile.am indicator-keylock-3.1.0/pixmaps/hicolor/Makefile.am --- indicator-keylock-3.0.2/pixmaps/hicolor/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/hicolor/Makefile.am 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,7 @@ +statusicondir = $(datadir)/icons/hicolor/22x22/status +statusicon_DATA = caps-lock-on.png \ + num-lock-on.png \ + scroll-lock-on.png \ + caps-lock-off.png \ + num-lock-off.png \ + scroll-lock-off.png Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/hicolor/num-lock-off.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/hicolor/num-lock-off.png differ Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/hicolor/num-lock-on.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/hicolor/num-lock-on.png differ Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/hicolor/scroll-lock-off.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/hicolor/scroll-lock-off.png differ Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/hicolor/scroll-lock-on.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/hicolor/scroll-lock-on.png differ diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity/caps-lock-off.svg indicator-keylock-3.1.0/pixmaps/Humanity/caps-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/Humanity/caps-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity/caps-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,22 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + A + + diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity/caps-lock-on.svg indicator-keylock-3.1.0/pixmaps/Humanity/caps-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/Humanity/caps-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity/caps-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,22 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + A + + diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity/Makefile.am indicator-keylock-3.1.0/pixmaps/Humanity/Makefile.am --- indicator-keylock-3.0.2/pixmaps/Humanity/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity/Makefile.am 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,7 @@ +statusicondir = $(datadir)/icons/Humanity/status/24 +statusicon_DATA = caps-lock-on.svg \ + num-lock-on.svg \ + scroll-lock-on.svg \ + caps-lock-off.svg \ + num-lock-off.svg \ + scroll-lock-off.svg diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity/num-lock-off.svg indicator-keylock-3.1.0/pixmaps/Humanity/num-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/Humanity/num-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity/num-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,22 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + 1 + + diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity/num-lock-on.svg indicator-keylock-3.1.0/pixmaps/Humanity/num-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/Humanity/num-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity/num-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,22 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + 1 + + diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity/scroll-lock-off.svg indicator-keylock-3.1.0/pixmaps/Humanity/scroll-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/Humanity/scroll-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity/scroll-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,23 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity/scroll-lock-on.svg indicator-keylock-3.1.0/pixmaps/Humanity/scroll-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/Humanity/scroll-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity/scroll-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,23 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity-Dark/caps-lock-off.svg indicator-keylock-3.1.0/pixmaps/Humanity-Dark/caps-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/Humanity-Dark/caps-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity-Dark/caps-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,22 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + A + + diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity-Dark/caps-lock-on.svg indicator-keylock-3.1.0/pixmaps/Humanity-Dark/caps-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/Humanity-Dark/caps-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity-Dark/caps-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,22 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + A + + diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity-Dark/Makefile.am indicator-keylock-3.1.0/pixmaps/Humanity-Dark/Makefile.am --- indicator-keylock-3.0.2/pixmaps/Humanity-Dark/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity-Dark/Makefile.am 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,7 @@ +statusicondir = $(datadir)/icons/Humanity-Dark/status/24 +statusicon_DATA = caps-lock-on.svg \ + num-lock-on.svg \ + scroll-lock-on.svg \ + caps-lock-off.svg \ + num-lock-off.svg \ + scroll-lock-off.svg diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity-Dark/num-lock-off.svg indicator-keylock-3.1.0/pixmaps/Humanity-Dark/num-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/Humanity-Dark/num-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity-Dark/num-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,22 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + 1 + + diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity-Dark/num-lock-on.svg indicator-keylock-3.1.0/pixmaps/Humanity-Dark/num-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/Humanity-Dark/num-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity-Dark/num-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,22 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + 1 + + diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity-Dark/scroll-lock-off.svg indicator-keylock-3.1.0/pixmaps/Humanity-Dark/scroll-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/Humanity-Dark/scroll-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity-Dark/scroll-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,23 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/Humanity-Dark/scroll-lock-on.svg indicator-keylock-3.1.0/pixmaps/Humanity-Dark/scroll-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/Humanity-Dark/scroll-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Humanity-Dark/scroll-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,23 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/Makefile.am indicator-keylock-3.1.0/pixmaps/Makefile.am --- indicator-keylock-3.0.2/pixmaps/Makefile.am 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/Makefile.am 2016-03-02 07:33:43.000000000 +0000 @@ -1,7 +1,6 @@ -statusicondir = $(datadir)/icons/hicolor/22x22/status -statusicon_DATA = caps-lock-on.png \ - num-lock-on.png \ - scroll-lock-on.png \ - caps-lock-off.png \ - num-lock-off.png \ - scroll-lock-off.png +SUBDIRS = hicolor \ + elementary \ + Humanity \ + Humanity-Dark \ + ubuntu-mono-dark \ + ubuntu-mono-light Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/num-lock-off.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/num-lock-off.png differ Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/num-lock-on.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/num-lock-on.png differ Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/scroll-lock-off.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/scroll-lock-off.png differ Binary files /tmp/tmpBHNuhb/uC12IMtTEr/indicator-keylock-3.0.2/pixmaps/scroll-lock-on.png and /tmp/tmpBHNuhb/YQGTSKR4Zr/indicator-keylock-3.1.0/pixmaps/scroll-lock-on.png differ diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/caps-lock-off.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/caps-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/caps-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/caps-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,10 @@ + + + + + + A + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/caps-lock-on.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/caps-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/caps-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/caps-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,11 @@ + + + + + + A + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/Makefile.am indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/Makefile.am --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/Makefile.am 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,7 @@ +statusicondir = $(datadir)/icons/ubuntu-mono-dark/status/24 +statusicon_DATA = caps-lock-on.svg \ + num-lock-on.svg \ + scroll-lock-on.svg \ + caps-lock-off.svg \ + num-lock-off.svg \ + scroll-lock-off.svg diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/num-lock-off.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/num-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/num-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/num-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,10 @@ + + + + + + 1 + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/num-lock-on.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/num-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/num-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/num-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,11 @@ + + + + + + 1 + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/scroll-lock-off.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/scroll-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/scroll-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/scroll-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,80 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/scroll-lock-on.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/scroll-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-dark/scroll-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-dark/scroll-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,80 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/caps-lock-off.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/caps-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/caps-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/caps-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,10 @@ + + + + + + A + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/caps-lock-on.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/caps-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/caps-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/caps-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,11 @@ + + + + + + A + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/Makefile.am indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/Makefile.am --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/Makefile.am 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,7 @@ +statusicondir = $(datadir)/icons/ubuntu-mono-light/status/24 +statusicon_DATA = caps-lock-on.svg \ + num-lock-on.svg \ + scroll-lock-on.svg \ + caps-lock-off.svg \ + num-lock-off.svg \ + scroll-lock-off.svg diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/num-lock-off.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/num-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/num-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/num-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,10 @@ + + + + + + 1 + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/num-lock-on.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/num-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/num-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/num-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,11 @@ + + + + + + 1 + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/scroll-lock-off.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/scroll-lock-off.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/scroll-lock-off.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/scroll-lock-off.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,80 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -Nru indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/scroll-lock-on.svg indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/scroll-lock-on.svg --- indicator-keylock-3.0.2/pixmaps/ubuntu-mono-light/scroll-lock-on.svg 1970-01-01 00:00:00.000000000 +0000 +++ indicator-keylock-3.1.0/pixmaps/ubuntu-mono-light/scroll-lock-on.svg 2016-03-02 07:33:43.000000000 +0000 @@ -0,0 +1,80 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -Nru indicator-keylock-3.0.2/po/ast.po indicator-keylock-3.1.0/po/ast.po --- indicator-keylock-3.0.2/po/ast.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/ast.po 2016-03-02 07:33:43.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-10-24 05:56+0000\n" -"X-Generator: Launchpad (build 17203)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/de.po indicator-keylock-3.1.0/po/de.po --- indicator-keylock-3.0.2/po/de.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/de.po 2016-03-02 07:33:43.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-13 06:07+0000\n" -"X-Generator: Launchpad (build 17002)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/en_GB.po indicator-keylock-3.1.0/po/en_GB.po --- indicator-keylock-3.0.2/po/en_GB.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/en_GB.po 2016-03-02 07:33:43.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/es.po indicator-keylock-3.1.0/po/es.po --- indicator-keylock-3.0.2/po/es.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/es.po 2016-03-02 07:33:43.000000000 +0000 @@ -9,13 +9,13 @@ "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-02-23 13:30-0500\n" "PO-Revision-Date: 2011-10-23 04:31+0000\n" -"Last-Translator: Adolfo Jayme Barrientos \n" +"Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/et.po indicator-keylock-3.1.0/po/et.po --- indicator-keylock-3.0.2/po/et.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/et.po 2016-03-02 07:33:43.000000000 +0000 @@ -9,13 +9,13 @@ "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-02-23 13:30-0500\n" "PO-Revision-Date: 2011-10-26 19:15+0000\n" -"Last-Translator: valdur55 \n" +"Last-Translator: Valdur Kana \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/fi.po indicator-keylock-3.1.0/po/fi.po --- indicator-keylock-3.0.2/po/fi.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/fi.po 2016-03-02 07:33:43.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/fr.po indicator-keylock-3.1.0/po/fr.po --- indicator-keylock-3.0.2/po/fr.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/fr.po 2016-03-02 07:33:43.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/indicator-keylock.pot indicator-keylock-3.1.0/po/indicator-keylock.pot --- indicator-keylock-3.0.2/po/indicator-keylock.pot 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/indicator-keylock.pot 2016-03-02 07:33:43.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-23 13:30-0500\n" +"POT-Creation-Date: 2015-09-21 20:04-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff -Nru indicator-keylock-3.0.2/po/it.po indicator-keylock-3.1.0/po/it.po --- indicator-keylock-3.0.2/po/it.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/it.po 2016-03-02 07:33:43.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/lt.po indicator-keylock-3.1.0/po/lt.po --- indicator-keylock-3.0.2/po/lt.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/lt.po 2016-03-02 07:33:43.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/nl.po indicator-keylock-3.1.0/po/nl.po --- indicator-keylock-3.0.2/po/nl.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/nl.po 2016-03-02 07:33:43.000000000 +0000 @@ -9,13 +9,13 @@ "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-02-23 13:30-0500\n" "PO-Revision-Date: 2012-05-21 14:34+0000\n" -"Last-Translator: Vistaus \n" +"Last-Translator: Vistaus \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/pt_BR.po indicator-keylock-3.1.0/po/pt_BR.po --- indicator-keylock-3.0.2/po/pt_BR.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/pt_BR.po 2016-03-02 07:33:43.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/ru.po indicator-keylock-3.1.0/po/ru.po --- indicator-keylock-3.0.2/po/ru.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/ru.po 2016-03-02 07:33:43.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/tr.po indicator-keylock-3.1.0/po/tr.po --- indicator-keylock-3.0.2/po/tr.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/tr.po 2016-03-02 07:33:43.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys" diff -Nru indicator-keylock-3.0.2/po/uk.po indicator-keylock-3.1.0/po/uk.po --- indicator-keylock-3.0.2/po/uk.po 2014-11-13 09:23:35.000000000 +0000 +++ indicator-keylock-3.1.0/po/uk.po 2016-03-02 07:33:43.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-11-22 05:51+0000\n" -"X-Generator: Launchpad (build 16831)\n" +"X-Launchpad-Export-Date: 2014-11-22 05:45+0000\n" +"X-Generator: Launchpad (build 17252)\n" #: ../src/main.c:184 msgid "Indicator/Status Icon for keyboard lock keys"