diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-13 23:12:40 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-13 23:12:40 +0200 |
commit | 7d8ca7434648f888c8702855320c65f3da78c997 (patch) | |
tree | 8e51a38e76f4798c6d364f025ac7ba2ad8cafd4c /extra/xdg-utils | |
parent | ff6f23d49a57dedf899a973503a47a20cbdd0843 (diff) | |
download | nutyx-pakxe-7d8ca7434648f888c8702855320c65f3da78c997.tar.gz nutyx-pakxe-7d8ca7434648f888c8702855320c65f3da78c997.tar.bz2 nutyx-pakxe-7d8ca7434648f888c8702855320c65f3da78c997.tar.xz nutyx-pakxe-7d8ca7434648f888c8702855320c65f3da78c997.zip |
xdg-utils, suppression du patch ds port
Diffstat (limited to 'extra/xdg-utils')
-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 |