diff -Nru nemo-pushbullet-0.2.0/data/icons/pushbullet-nemo.svg nemo-pushbullet-0.2.0/data/icons/pushbullet-nemo.svg --- nemo-pushbullet-0.2.0/data/icons/pushbullet-nemo.svg 1970-01-01 00:00:00.000000000 +0000 +++ nemo-pushbullet-0.2.0/data/icons/pushbullet-nemo.svg 2014-05-18 11:24:15.000000000 +0000 @@ -0,0 +1,66 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + diff -Nru nemo-pushbullet-0.2.0/data/icons/pushbullet.svg nemo-pushbullet-0.2.0/data/icons/pushbullet.svg --- nemo-pushbullet-0.2.0/data/icons/pushbullet.svg 2014-05-18 11:24:15.000000000 +0000 +++ nemo-pushbullet-0.2.0/data/icons/pushbullet.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -Nru nemo-pushbullet-0.2.0/debian/changelog nemo-pushbullet-0.2.0/debian/changelog --- nemo-pushbullet-0.2.0/debian/changelog 2014-07-13 16:46:14.000000000 +0000 +++ nemo-pushbullet-0.2.0/debian/changelog 2014-07-13 17:07:44.000000000 +0000 @@ -1,10 +1,10 @@ -nemo-pushbullet (0.2.0-0extras14.04.1) trusty; urgency=medium +nemo-pushbullet (0.2.0-0extras14.04.2) trusty; urgency=medium * Updated to Pushbullet API 2.0 * Its possible to send to contacts * Using oAuth to init PushBullet - -- Lorenzo Carbonell Sun, 13 Jul 2014 18:46:09 +0200 + -- Lorenzo Carbonell Sun, 13 Jul 2014 19:07:40 +0200 nemo-pushbullet (0.1.2-0extras14.04.0) trusty; urgency=medium diff -Nru nemo-pushbullet-0.2.0/setup.py nemo-pushbullet-0.2.0/setup.py --- nemo-pushbullet-0.2.0/setup.py 2014-07-13 16:46:06.000000000 +0000 +++ nemo-pushbullet-0.2.0/setup.py 2014-07-13 17:05:25.000000000 +0000 @@ -21,7 +21,7 @@ DATA_FILES = [ ('/usr/share/nemo-python/extensions',glob.glob('src/*.py')), -('/usr/share/icons/Humanity/apps/128',['data/icons/pushbullet.svg']), +('/usr/share/icons/Humanity/apps/128',['data/icons/pushbullet-nemo.svg']), ] MAIN_DIR = os.getcwd() diff -Nru nemo-pushbullet-0.2.0/src/nemo-pushbullet.py nemo-pushbullet-0.2.0/src/nemo-pushbullet.py --- nemo-pushbullet-0.2.0/src/nemo-pushbullet.py 2014-07-13 16:15:54.000000000 +0000 +++ nemo-pushbullet-0.2.0/src/nemo-pushbullet.py 2014-07-13 17:06:25.000000000 +0000 @@ -40,8 +40,8 @@ LANGDIR = '/usr/share/locale-langpack' APP = 'nemo-pushbullet' -ICON = 'pushbullet' -VERSION = '0.2.0-0extras14.04.0' +ICON = 'pushbullet-nemo' +VERSION = '0.2.0-0extras14.04.2' CONFIG_DIR = os.path.join(os.path.expanduser('~'),'.config') CONFIG_APP_DIR = os.path.join(CONFIG_DIR, 'nemo-pushbullet') TOKEN_FILE = os.path.join(CONFIG_APP_DIR, 'token')