diff --git a/.bzrignore b/.bzrignore new file mode 100644 index 0000000..1521c8b --- /dev/null +++ b/.bzrignore @@ -0,0 +1 @@ +dist diff --git a/MANIFEST b/MANIFEST index 1e3c241..7da8c88 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,6 +1,6 @@ LICENSE README -runner +oblogout setup.py openboxlogout/__init__.py openboxlogout/openboxlogout.py @@ -17,6 +17,7 @@ openboxlogout/themes/oxygen/hibernate.png openboxlogout/themes/oxygen/lock.png openboxlogout/themes/oxygen/logout.png openboxlogout/themes/oxygen/restart.png +openboxlogout/themes/oxygen/safesuspend.png openboxlogout/themes/oxygen/shutdown.png openboxlogout/themes/oxygen/suspend.png openboxlogout/themes/oxygen/switch.png diff --git a/README b/README index e69de29..93890b1 100644 --- a/README +++ b/README @@ -0,0 +1,24 @@ + Crunchbang Openbox Logout + - GTK/Cairo based logout box styled for Crunchbang + + Andrew Williams + + Originally based on code by: + adcomp + iggykoopa + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + diff --git a/dist/appname-0.1.tar.gz b/dist/appname-0.1.tar.gz deleted file mode 100644 index 5bef3e9..0000000 Binary files a/dist/appname-0.1.tar.gz and /dev/null differ diff --git a/dist/openboxlogout-0.1.tar.gz b/dist/openboxlogout-0.1.tar.gz deleted file mode 100644 index 4ad3fde..0000000 Binary files a/dist/openboxlogout-0.1.tar.gz and /dev/null differ diff --git a/openboxlogout/openboxlogout.py b/openboxlogout/openboxlogout.py index 0ef0ad6..dd122a1 100644 --- a/openboxlogout/openboxlogout.py +++ b/openboxlogout/openboxlogout.py @@ -4,8 +4,10 @@ # - GTK/Cairo based logout box styled for Crunchbang # # Andrew Williams -# adcomp -# iggykoopa +# +# Originally based on code by: +# adcomp +# iggykoopa # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by