mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 03:17:15 +08:00
qtwebkit-plugins: removed as obsolete, FS#1899
This commit is contained in:
parent
debcf1c82a
commit
9a09037cb8
@ -1,27 +0,0 @@
|
||||
pkgname=qtwebkit-plugins
|
||||
pkgver=0.1
|
||||
pkgrel=4
|
||||
_commit=4e2e040
|
||||
pkgdesc="Set of QtWebKit platform plugins for the latest QtWebKit, spellcheck and notifications"
|
||||
url="http://www.qupzilla.com"
|
||||
arch=('x86_64')
|
||||
license=('GPL3')
|
||||
depends=('qtwebkit' 'hunspell')
|
||||
categories=('network')
|
||||
source=("https://github.com/QupZilla/qtwebkit-plugins/tarball/master/QupZilla-qtwebkit-plugins-${pkgver}.tar.gz"
|
||||
'spellcheck.diff')
|
||||
md5sums=('beffacba41771778fae5a634ae9f5646'
|
||||
'044ced8c0cd2bd352875b7eb563eb030')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/QupZilla-qtwebkit-plugins-${_commit}/"
|
||||
patch -p1 -i "${srcdir}/spellcheck.diff"
|
||||
qmake
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/QupZilla-qtwebkit-plugins-${_commit}/"
|
||||
|
||||
make INSTALL_ROOT=$pkgdir install
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
--- a/src/spellcheck/spellcheck.pri 2013-01-18 19:31:15.000000000 -0500
|
||||
+++ b/src/spellcheck/spellcheck.pri 2013-01-21 13:58:04.213071878 -0500
|
||||
@@ -1,4 +1,4 @@
|
||||
-LIBS += -lhunspell
|
||||
+LIBS += /usr/lib/libhunspell-1.3.so
|
||||
|
||||
SOURCES += $$PWD/spellcheck.cpp \
|
||||
$$PWD/speller.cpp
|
Loading…
Reference in New Issue
Block a user