diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-05 19:34:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-05 19:34:49 +0800 |
commit | bde500a3f7cf00b9c196f3393e21c440b318b03f (patch) | |
tree | b107009a045c5f5fad5d442bbd34f58d031772cb /www/uzbl/files/patch-examples__data__scripts__auth.py | |
parent | 910ed5f4ecfca362ba908a3f74a888b6e78022ff (diff) | |
download | marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.gz marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.zst marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.zip |
webkit-gtk2 shlib changed its name. Chase all users. also update some
depend lines to include a version because there is now a webkitgtk-1.0 and
webkitgtk-3.0. So webkitgtk matches both.
While here reset epiphany back to the 2.30 version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14295 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/uzbl/files/patch-examples__data__scripts__auth.py')
-rw-r--r-- | www/uzbl/files/patch-examples__data__scripts__auth.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/uzbl/files/patch-examples__data__scripts__auth.py b/www/uzbl/files/patch-examples__data__scripts__auth.py new file mode 100644 index 000000000..acf48c790 --- /dev/null +++ b/www/uzbl/files/patch-examples__data__scripts__auth.py @@ -0,0 +1,9 @@ +--- examples/data/scripts/auth.py.orig 2010-04-09 13:34:30.000000000 +0200 ++++ examples/data/scripts/auth.py 2010-04-09 13:35:05.000000000 +0200 +@@ -1,4 +1,5 @@ +-#!/usr/bin/python ++#!/usr/bin/env python ++ + + import gtk + import sys |