]> git.pld-linux.org Git - packages/google-chrome.git/commitdiff
- chromium-browser patched to load libpdf.so from it's pluginsdir
authorElan Ruusamäe <glen@delfi.ee>
Fri, 13 Jul 2012 18:53:57 +0000 (21:53 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 13 Jul 2012 18:53:57 +0000 (21:53 +0300)
google-chrome.spec

index 233ffd40167b447505bef230682f7c04300e9485..ebbf85b76bd139f4a3e281f06285e9c674999be2 100644 (file)
@@ -229,7 +229,6 @@ if [ "$1" = 0 ]; then
 fi
 
 # FIXME: chrome *needs* it to be in application dir. add symlink until it can load from other places
-# for chromium, we could likely patch source
 # FIXME: link PepperFlash, browser-plugins ignores subdirs, and currently nothing else than chrome browsers can do pepper
 %triggerin -n browser-plugin-adobe-flash -- google-chrome
 test -L %{_libdir}/google-chrome/PepperFlash || ln -sf %{_browserpluginsdir}/PepperFlash %{_libdir}/google-chrome/PepperFlash
@@ -255,14 +254,6 @@ if [ "$1" = "0" ] || [ "$2" = "0" ] && [ -L %{_libdir}/chromium-browser/PepperFl
        rm -f %{_libdir}/chromium-browser/PepperFlash
 fi
 
-%triggerin -n browser-plugin-chrome-pdf -- chromium-browser
-test -L %{_libdir}/chromium-browser/libpdf.so || ln -sf plugins/libpdf.so %{_libdir}/chromium-browser/libpdf.so
-
-%triggerun -n browser-plugin-chrome-pdf -- chromium-browser
-if [ "$1" = "0" ] || [ "$2" = "0" ] && [ -L %{_libdir}/chromium-browser/libpdf.so ]; then
-       rm -f %{_libdir}/chromium-browser/libpdf.so
-fi
-
 %triggerin -n browser-plugin-adobe-flash -- chromium-browser-bin
 test -L %{_libdir}/chromium-browser-bin/PepperFlash || ln -sf %{_browserpluginsdir}/PepperFlash %{_libdir}/chromium-browser-bin/PepperFlash
 
This page took 0.065996 seconds and 4 git commands to generate.