From 780fbfbd97d63d289ee78a1e49e22425e3312270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Ayd=C4=B1n?= Date: Thu, 23 May 2013 14:08:53 +0300 Subject: [PATCH 1/3] requirements.txt --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..74603b3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +GitPython \ No newline at end of file From 6050e93ec0c5b5d08874c5b9abc5454526d5652b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Ayd=C4=B1n?= Date: Thu, 23 May 2013 14:21:51 +0300 Subject: [PATCH 2/3] =?UTF-8?q?Desktop=20dosyas=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GithubGui.desktop | 13 +++++++++++++ github4linux/github.pyc | Bin 11156 -> 12858 bytes github4linux/linux_github_gui.py | 0 sublime_text.desktop | 13 +++++++++++++ 4 files changed, 26 insertions(+) create mode 100755 GithubGui.desktop mode change 100644 => 100755 github4linux/linux_github_gui.py create mode 100755 sublime_text.desktop diff --git a/GithubGui.desktop b/GithubGui.desktop new file mode 100755 index 0000000..347ac60 --- /dev/null +++ b/GithubGui.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=0.1 +Type=Application +Name=Github Gui +GenericName=githubGUI4linux +Comment= +Exec=python /opt/githubGUI4linux/github4linux/linux_github_gui.py +Terminal=false +MimeType=text/plain; +Icon= +Categories=Development; +StartupNotify=true +Actions= \ No newline at end of file diff --git a/github4linux/github.pyc b/github4linux/github.pyc index 5468368de84ca0e01521b7df495b4307cc8b03bb..3c8f82dff0e0788fec3dc1c6bfa0ac142402f963 100644 GIT binary patch delta 2061 zcmbOdzAJ^D`775A`(3 z$;>OQfbyZ7$#2;c$1ssWY{-3 zS!g{O+BS;`?uWb3{iGjcs)dNi^xuh(B}CP2N@xflcf3}j3DX15Jsa+2ZUiQ+Y4d*l7(8> zE_VweGFko)n6dewLITvFV5Js_9H(+1M6O4<0V22APSp#lYL{9DL{*6Ta|k0>BNxKp z(Yy^|NNPDk7(H5hAdD()TL|N&b^@5Oxmt%2YT`QG9EhBc9@L=MdNmM{nfkF1)fxt^ JP}TPhqXC&qNW=gD diff --git a/github4linux/linux_github_gui.py b/github4linux/linux_github_gui.py old mode 100644 new mode 100755 diff --git a/sublime_text.desktop b/sublime_text.desktop new file mode 100755 index 0000000..347ac60 --- /dev/null +++ b/sublime_text.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=0.1 +Type=Application +Name=Github Gui +GenericName=githubGUI4linux +Comment= +Exec=python /opt/githubGUI4linux/github4linux/linux_github_gui.py +Terminal=false +MimeType=text/plain; +Icon= +Categories=Development; +StartupNotify=true +Actions= \ No newline at end of file From 57ecbe68eb45df5807942de15ecba49e58bafcf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Ayd=C4=B1n?= Date: Thu, 23 May 2013 14:22:15 +0300 Subject: [PATCH 3/3] =?UTF-8?q?Desktop=20Dosyas=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sublime_text.desktop | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 sublime_text.desktop diff --git a/sublime_text.desktop b/sublime_text.desktop deleted file mode 100755 index 347ac60..0000000 --- a/sublime_text.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Version=0.1 -Type=Application -Name=Github Gui -GenericName=githubGUI4linux -Comment= -Exec=python /opt/githubGUI4linux/github4linux/linux_github_gui.py -Terminal=false -MimeType=text/plain; -Icon= -Categories=Development; -StartupNotify=true -Actions= \ No newline at end of file