summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Banasiak2008-07-27 21:02:58 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit25730a6d84a0db337424f6edd0bdb45e1aa480b0 (patch)
tree6a66bbf8554c6c517731745b9fbfb4906a0a5f67
parent52e267a8acfc939dbba5b2b559967263d391ed64 (diff)
downloadbeagle-25730a6d84a0db337424f6edd0bdb45e1aa480b0.zip
beagle-25730a6d84a0db337424f6edd0bdb45e1aa480b0.tar.gz
- use xdg-open by default
Changed files: beagle-use-xdg-open.patch -> 1.1
-rw-r--r--beagle-use-xdg-open.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/beagle-use-xdg-open.patch b/beagle-use-xdg-open.patch
new file mode 100644
index 0000000..9e5578d
--- /dev/null
+++ b/beagle-use-xdg-open.patch
@@ -0,0 +1,18 @@
+diff -urN beagle-0.3.8/configure.in beagle-0.3.8.new/configure.in
+--- beagle-0.3.8/configure.in 2008-06-12 18:06:25.000000000 +0200
++++ beagle-0.3.8.new/configure.in 2008-07-27 00:39:56.000000000 +0200
+@@ -123,12 +123,10 @@
+ AC_FUNC_MMAP()
+
+ # check for desktop-launch
+-AC_PATH_PROG(DESKTOP_LAUNCH, desktop-launch, no)
+-AM_CONDITIONAL(ENABLE_DESKTOP_LAUNCH, test "x$DESKTOP_LAUNCH" != "xno")
++AM_CONDITIONAL(ENABLE_DESKTOP_LAUNCH, false)
+
+ # check for xdg-open
+-AC_PATH_PROG(XDG_OPEN, xdg-open, no)
+-AM_CONDITIONAL(ENABLE_XDG_OPEN, test "x$XDG_OPEN" != "xno")
++AM_CONDITIONAL(ENABLE_XDG_OPEN, true)
+
+ #
+ # I18N