]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- use xdg-open by default
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 27 Jul 2008 21:02:58 +0000 (21:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beagle-use-xdg-open.patch -> 1.1

beagle-use-xdg-open.patch [new file with mode: 0644]

diff --git a/beagle-use-xdg-open.patch b/beagle-use-xdg-open.patch
new file mode 100644 (file)
index 0000000..9e5578d
--- /dev/null
@@ -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
This page took 0.07353 seconds and 4 git commands to generate.