diff options
-rwxr-xr-x | extra/xdg-utils/Pkgfile | 2 | ||||
-rw-r--r-- | extra/xdg-utils/xdg-utils-1.0.2-midori-1.patch | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/extra/xdg-utils/Pkgfile b/extra/xdg-utils/Pkgfile index 79b5a51a3..31d16eac5 100755 --- a/extra/xdg-utils/Pkgfile +++ b/extra/xdg-utils/Pkgfile @@ -8,7 +8,7 @@ name=xdg-utils version=1.0.2 release=2 source=(http://portland.freedesktop.org/download/$name-$version.tgz\ - $name-$version-midori-1.patch) + http://nutyx.meticul.eu/files/patchs/$name-$version-midori-1.patch) build() { cd $name-$version diff --git a/extra/xdg-utils/xdg-utils-1.0.2-midori-1.patch b/extra/xdg-utils/xdg-utils-1.0.2-midori-1.patch deleted file mode 100644 index 8e49d5b7a..000000000 --- a/extra/xdg-utils/xdg-utils-1.0.2-midori-1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xdg-utils-1.0.2/scripts/xdg-open.original 2009-09-03 18:41:24.000000000 +0000 -+++ xdg-utils-1.0.2/scripts/xdg-open 2009-09-03 18:43:15.000000000 +0000 -@@ -408,7 +408,7 @@ - if [ x"$DE" = x"" ]; then - # if BROWSER variable is not set, check some well known browsers instead - if [ x"$BROWSER" = x"" ]; then -- BROWSER=firefox:mozilla:netscape -+ BROWSER=firefox:mozilla:netscape:midori - fi - DE=generic - fi |