diff options
Diffstat (limited to 'libre/kdelibs-libre/PKGBUILD')
-rw-r--r-- | libre/kdelibs-libre/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/kdelibs-libre/PKGBUILD b/libre/kdelibs-libre/PKGBUILD index ac5afdfa1..76d09f737 100644 --- a/libre/kdelibs-libre/PKGBUILD +++ b/libre/kdelibs-libre/PKGBUILD @@ -22,10 +22,11 @@ replaces=('kdelibs') conflicts=('kdelibs') install=${_pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz" - 'kde-applications-menu.patch' 'qt4.patch') + 'kde-applications-menu.patch' 'qt4.patch' 'khtml-fsdg.diff') sha1sums=('91d1ab65a561decf7506df45bda7a7fec9a524bb' '86ee8c8660f19de8141ac99cd6943964d97a1ed7' - 'ed1f57ee661e5c7440efcaba7e51d2554709701c') + 'ed1f57ee661e5c7440efcaba7e51d2554709701c' + 'a1502a964081ad583a00cf90c56e74bf60121830') build() { cd ${_pkgname}-${pkgver} @@ -33,10 +34,8 @@ build() { patch -p1 -i "${srcdir}"/kde-applications-menu.patch # qmake refers to Qt5 patch -p1 -i "${srcdir}"/qt4.patch - # Don't ask the user to download a plugin, it's probably nonfree. - rm -v khtml/html/html_objectimpl.cpp - sed -i -e '/html_objectimpl.cpp/d' khtml/CMakeLists.txt + patch -p1 -i "${srcdir}"/khtml-fsdg.diff cd ../ |