summaryrefslogtreecommitdiffstats
path: root/extra/xdg-utils
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-13 23:12:40 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-13 23:12:40 +0200
commit7d8ca7434648f888c8702855320c65f3da78c997 (patch)
tree8e51a38e76f4798c6d364f025ac7ba2ad8cafd4c /extra/xdg-utils
parentff6f23d49a57dedf899a973503a47a20cbdd0843 (diff)
downloadnutyx-extra-7d8ca7434648f888c8702855320c65f3da78c997.tar.gz
nutyx-extra-7d8ca7434648f888c8702855320c65f3da78c997.tar.bz2
nutyx-extra-7d8ca7434648f888c8702855320c65f3da78c997.tar.xz
nutyx-extra-7d8ca7434648f888c8702855320c65f3da78c997.zip
xdg-utils, suppression du patch ds port
Diffstat (limited to 'extra/xdg-utils')
-rwxr-xr-xextra/xdg-utils/Pkgfile2
-rw-r--r--extra/xdg-utils/xdg-utils-1.0.2-midori-1.patch11
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