From 7085141c5cbf9891a5ad0b7560a193cbc6675b6b Mon Sep 17 00:00:00 2001 From: bill-auger Date: Mon, 4 Jun 2018 02:48:43 -0400 Subject: [qupzilla1]: remove package --- pcr/qupzilla1/PKGBUILD | 70 -------------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 pcr/qupzilla1/PKGBUILD (limited to 'pcr') diff --git a/pcr/qupzilla1/PKGBUILD b/pcr/qupzilla1/PKGBUILD deleted file mode 100644 index f9cbb28c4..000000000 --- a/pcr/qupzilla1/PKGBUILD +++ /dev/null @@ -1,70 +0,0 @@ -# $Id$ -# Maintainer (Arch): speps -# Maintainer (Arch): Antonio Rojas - -# parabola changes and rationale: -# - adapted from qupzilla, but downgraded to last WebKit compatible version -# - integrated (partially) patchset from debian jessie - -pkgname=qupzilla1 -pkgver=1.8.9 -pkgrel=1 -_debver=dfsg1-3.1 -pkgdesc="Cross-platform QtWebKit browser" -arch=(x86_64 i686 armv7h) -url="https://www.qupzilla.com/" -license=(GPL3) -depends=(qt5-webkit qt5-x11extras qt5-svg openssl-1.0) -makedepends=(qt5-tools kwallet libgnome-keyring quilt) -optdepends=('kwallet: kf5 kwallet integration' 'libgnome-keyring: gnome keyring integration') -conflicts=(${pkgname%1}) -source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz - http://http.debian.net/debian/pool/main/q/qupzilla/qupzilla_$pkgver~$_debver.debian.tar.xz) -sha256sums=('620ffb10a3f6b3f596c2c38a84d9c320cb66dd2d5e6701e8e31945e26308fcac' - '5b0dd1d550422ae0effae722251a590cb177f996ebd281027638ab72c8d73da6') - -prepare() { - cd QupZilla-$pkgver - - # disable debian hardening patch (doing it ourselves) - sed -i '/hardening\.patch/d' "$srcdir"/debian/patches/series - - export QUILT_PATCHES="$srcdir"/debian/patches - export QUILT_REFRESH_ARGS='-p ab --no-timestamps --no-index' - export QUILT_DIFF_ARGS='--no-timestamps' - quilt push -av - - # build against openssl-1.0 and fortify source - cat >> src/defines.pri << EOF -QMAKE_CPPFLAGS *= -I/usr/include/openssl-1.0 $CPPFLAGS -QMAKE_CFLAGS *= -I/usr/include/openssl-1.0 $CFLAGS -QMAKE_CXXFLAGS *= -I/usr/include/openssl-1.0 $CXXFLAGS -QMAKE_LFLAGS *= $LDFLAGS -EOF - # link against libcrypto.so.1.0.0 as well - sed -i 's#-lcrypto#-l:libcrypto.so.1.0.0#' src/lib/lib.pro - - # fix ui generation issue - # https://bugreports.qt.io/browse/QTBUG-65251 - sed -i 's# notr="true"##' src/lib/webtab/searchtoolbar.ui -} - -build() { - cd QupZilla-$pkgver - export USE_WEBGL=true \ - QUPZILLA_PREFIX=/usr/ \ - KDE_INTEGRATION=true \ - GNOME_INTEGRATION=true - qmake - - make -} - -package() { - cd QupZilla-$pkgver - make INSTALL_ROOT="$pkgdir/" install - - # zsh completion - install -Dm644 linux/completion/_${pkgname%1} \ - "$pkgdir/usr/share/zsh/site-functions/_${pkgname%1}" -} -- cgit v1.2.3