Skip to content

Commit

Permalink
Merge branch 'python3-gtk3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenselme committed Jun 21, 2017
2 parents 8e66921 + 557e096 commit 0436b6d
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 198 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
LEADS:
Chris Ladd <[email protected]>
Chris Ladd <[email protected]> (2004-2008)
Julien Enselme <[email protected]>

CONTRIBUTORS:
Steve Tyler
Expand Down
4 changes: 2 additions & 2 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ INSTALL=install

all:
cp gnome-password-generator.py gnome-password-generator
perl -pi -e 's|/usr/share/pixmaps|$(PIXMAPDIR)|' gnome-password-generator
sed -Ei 's|/usr/share/pixmaps|$(PIXMAPDIR)|' gnome-password-generator

install:
$(INSTALL) -d -m0755 $(DESTDIR)$(bindir)
$(INSTALL) -m0755 gnome-password-generator $(DESTDIR)$(bindir)
Expand All @@ -23,3 +23,6 @@ install:

clean:
rm gnome-password-generator

lint:
flake8 *.py
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ Gnome Password Generator is a GUI based secure password generator.
Requirements
============

- Python 2.4 or greater
- PyGTK version 2.4 or greater
- Gnome-Python for Gnome 2
- Python 3.4 or greater
- Python bindings for gobject version 3.0 or greater
Loading

0 comments on commit 0436b6d

Please sign in to comment.