summaryrefslogtreecommitdiff
path: root/libre/kdelibs-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-07 22:19:15 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-07 22:19:15 -0200
commite52ab87c68027ff2d610fef9c18a118adac5a2bd (patch)
treeebe863b5a59352a7b68ef665a6fc5333e32a8520 /libre/kdelibs-libre/PKGBUILD
parent2377f1cfac3abf4d573db1a0cfd043738b833afe (diff)
downloadabslibre-e52ab87c68027ff2d610fef9c18a118adac5a2bd.tar.gz
abslibre-e52ab87c68027ff2d610fef9c18a118adac5a2bd.tar.bz2
abslibre-e52ab87c68027ff2d610fef9c18a118adac5a2bd.zip
kdelibs-libre-4.10.1-2: reverting some things related to khtml freedom issue and removing obsolete files
Diffstat (limited to 'libre/kdelibs-libre/PKGBUILD')
-rw-r--r--libre/kdelibs-libre/PKGBUILD9
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 ../