From 683bfcbb749fa3395478fbd794a552beb0e944dd Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 5 Dec 2009 10:42:23 +0100 Subject: update list of dependencies --- docs/INSTALL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/INSTALL b/docs/INSTALL index ca5a5b1..88c1e7d 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -43,6 +43,9 @@ Dependencies which are optional for uzbl-core are marked with an asterisk. (i.e. * python [*] * perl (formfiller.pl) [*] * xclip [*] +* pygtk [*] +* pygobject [*] +* python-simplejson [*] Make dependencies ----------------- -- cgit v1.2.3 From 04ba2baccbbfd7b9486204f2c5992a4deff09759 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 5 Dec 2009 16:14:48 +0100 Subject: update list of dependencies --- docs/INSTALL | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/INSTALL b/docs/INSTALL index 88c1e7d..50ec780 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -43,6 +43,7 @@ Dependencies which are optional for uzbl-core are marked with an asterisk. (i.e. * python [*] * perl (formfiller.pl) [*] * xclip [*] +* pango [*] * pygtk [*] * pygobject [*] * python-simplejson [*] -- cgit v1.2.3 From 4cbfd972a0c54b794b4d574f156c1bd868fe1cf7 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 5 Dec 2009 17:42:26 +0100 Subject: perform config sedding in the correct target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ae1055..5ee40f1 100644 --- a/Makefile +++ b/Makefile @@ -96,6 +96,7 @@ install-uzbl-core: all install -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core install -m644 AUTHORS $(INSTALLDIR)/share/uzbl/docs install -m644 README $(INSTALLDIR)/share/uzbl/docs + sed -i 's#^set prefix.*=.*#set prefix = $(PREFIX)#' $(INSTALLDIR)/share/uzbl/examples/config/uzbl/config install-uzbl-browser: all install -d $(INSTALLDIR)/bin @@ -104,7 +105,6 @@ install-uzbl-browser: all install -m755 examples/data/uzbl/scripts/uzbl-event-manager $(INSTALLDIR)/bin/uzbl-event-manager sed -i 's#^PREFIX=.*#PREFIX=$(PREFIX)#' $(INSTALLDIR)/bin/uzbl-browser sed -i "s#^PREFIX = .*#PREFIX = '$(PREFIX)'#" $(INSTALLDIR)/bin/uzbl-event-manager - sed -i 's#^set prefix.*=.*#set prefix = $(PREFIX)#' $(INSTALLDIR)/share/uzbl/examples/config/uzbl/config install-uzbl-tabbed: all install -d $(INSTALLDIR)/bin -- cgit v1.2.3 From 0f13fe9e6b71347f67f8374ce0aa7164648e8e51 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 5 Dec 2009 18:08:50 +0100 Subject: some distros are packaging uzbl --- docs/INSTALL | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/INSTALL b/docs/INSTALL index 50ec780..711ea97 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -1,11 +1,8 @@ Packages -------- -[Arch Linux](http://www.archlinux.org) is our distro of choice, and the distro we use for testing. - -You can find [PKGBUILDS](http://aur.archlinux.org/packages.php?K=uzbl) on the AUR -for all subprojects and for both the master and experimental branches. - -For other distros, see [uzbl.org/wiki/howtos](http://www.uzbl.org/wiki/howtos) +Uzbl is available through the package managers of Arch, Gentoo, Debian, +Ubuntu and more. If you cannot find a package for your system you may find +a tutorial on [uzbl.org/wiki/howtos](http://www.uzbl.org/wiki/howtos) From source ----------- -- cgit v1.2.3