85d11e90c6
Thu May 6 20:20:09 BST 2010 - surfraw 2.2.7 * New elvi (surfraw now has over one hundred elvi!): + by tczy: * bing: Search using Microsoft's Bing. + by Ivy Foster: * bookfinder: Search for books using www.bookfinder.com. * bugmenot: Bypass compulsory web registration with bugmenot.com. + by Ian Beckwith: * duckduckgo: Search the web via duckduckgo.com. * scroogle: Search Google anonymously via www.scroogle.org. + by Simone Fittabile: * jamendo: Search Jamendo: free music with Creative Commons licenses * Removed elvi: genpkg (use genportage instead). * Fixed elvi: + cnn + imdb (thanks to Sadako) + bbcnews (thanks to Sumant Oemrawsingh and James Rowe) * aur: added options (thanks to Ivy Foster) * wikipedia, ixquick: support https. Thanks to Simone Fittabile. * debwiki: remove -w, Debian Women wiki is being merged into main Debian wiki. Thanks to Simone Fittabile. * Improved support for screen(1). Thanks to Ivy Foster: + Support for using tmux as $SURFRAW_screen. + Added `-ns|-newscreen' switch for setting $SURFRAW_new_screen. + Added $SURFRAW_screen_args for passing arguments to the defined screen tool. * uzbl_load_url_from_surfraw: fix menu. Thanks to Sumant Oemrawsingh.
22 lines
913 B
Text
22 lines
913 B
Text
$NetBSD: patch-ab,v 1.4 2010/05/09 20:53:15 wiz Exp $
|
|
|
|
--- Makefile.in.orig 2010-05-06 19:26:01.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -763,14 +763,13 @@ links: links.IN
|
|
|
|
install-data-hook: links
|
|
chmod -x surfraw.conf elvi.1sr surfraw.1
|
|
- mkdir -p $(DESTDIR)@sysconfdir@/xdg/surfraw
|
|
- cp surfraw.conf $(DESTDIR)@sysconfdir@/xdg/surfraw/conf
|
|
- cp $(top_srcdir)/surfraw.bookmarks $(DESTDIR)@sysconfdir@/xdg/surfraw/bookmarks
|
|
+ mkdir -p $(DESTDIR)${sysconfdir}/xdg/surfraw
|
|
+ cp surfraw.conf $(DESTDIR)${sysconfdir}/xdg/surfraw/conf
|
|
+ cp $(top_srcdir)/surfraw.bookmarks $(DESTDIR)${sysconfdir}/xdg/surfraw/bookmarks
|
|
while read target link ;\
|
|
do \
|
|
ln -sf $$target $(DESTDIR)/$$link ;\
|
|
done < links
|
|
-@OPENSEARCH_TRUE@ ln -sf elvi.1sr.gz $(DESTDIR)/@mandir@/man1/opensearch.1sr.gz
|
|
@INSTALLSR_TRUE@ ln -sf surfraw $(DESTDIR)/@bindir@/sr
|
|
@INSTALLSR_TRUE@ ln -sf surfraw.1.gz $(DESTDIR)/@mandir@/man1/sr.1.gz
|
|
|