Date: Monday, October 24, 2016 @ 18:43:50 Author: arojas Revision: 193233
archrelease: copy trunk to community-i686, community-x86_64 Added: qupzilla/repos/community-i686/PKGBUILD (from rev 193232, qupzilla/trunk/PKGBUILD) qupzilla/repos/community-x86_64/PKGBUILD (from rev 193232, qupzilla/trunk/PKGBUILD) Deleted: qupzilla/repos/community-i686/PKGBUILD qupzilla/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 88 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 44 ---------------------- community-x86_64/PKGBUILD | 44 ---------------------- 3 files changed, 88 insertions(+), 88 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-10-24 18:43:18 UTC (rev 193232) +++ community-i686/PKGBUILD 2016-10-24 18:43:50 UTC (rev 193233) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: speps <speps at aur dot archlinux dot org> - -pkgname=qupzilla -pkgver=2.0.1 -pkgrel=2 -pkgdesc="Cross-platform QtWebEngine browser" -arch=(i686 x86_64) -url="http://www.qupzilla.com/" -license=('GPL3') -depends=('qt5-webengine' 'qt5-x11extras' 'hunspell') -makedepends=('qt5-tools' 'kwallet' 'libgnome-keyring') -optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet integration' - 'libgnome-keyring: gnome keyring integration') -provides=('qupzilla-qt5') -conflicts=('qupzilla-qt5') -replaces=('qupzilla-qt5') -source=("$pkgname-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz") -md5sums=('6d23fc5c51ccf05f6fe55c5e6c69ac17') - -prepare() { - # configure - export USE_WEBGL=true \ - QUPZILLA_PREFIX=/usr/ \ - KDE_INTEGRATION=true \ - GNOME_INTEGRATION=true -} - -build() { - cd $pkgname-$pkgver - qmake - make -} - -package() { - cd $pkgname-$pkgver - make INSTALL_ROOT="$pkgdir/" install - - # zsh completion - install -Dm644 linux/completion/_$pkgbase \ - "$pkgdir/usr/share/zsh/site-functions/_$pkgbase" -} - -# vim:set ts=2 sw=2 et: Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 193232, qupzilla/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-10-24 18:43:50 UTC (rev 193233) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: speps <speps at aur dot archlinux dot org> + +pkgname=qupzilla +pkgver=2.0.2 +pkgrel=1 +pkgdesc="Cross-platform QtWebEngine browser" +arch=(i686 x86_64) +url="http://www.qupzilla.com/" +license=('GPL3') +depends=('qt5-webengine' 'qt5-x11extras' 'hunspell') +makedepends=('qt5-tools' 'kwallet' 'libgnome-keyring') +optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet integration' + 'libgnome-keyring: gnome keyring integration') +provides=('qupzilla-qt5') +conflicts=('qupzilla-qt5') +replaces=('qupzilla-qt5') +source=("$pkgname-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz") +md5sums=('7036fab0c9ca3a5e5f1cc2b58147100b') + +prepare() { + # configure + export USE_WEBGL=true \ + QUPZILLA_PREFIX=/usr/ \ + KDE_INTEGRATION=true \ + GNOME_INTEGRATION=true +} + +build() { + cd $pkgname-$pkgver + qmake + make +} + +package() { + cd $pkgname-$pkgver + make INSTALL_ROOT="$pkgdir/" install + + # zsh completion + install -Dm644 linux/completion/_$pkgbase \ + "$pkgdir/usr/share/zsh/site-functions/_$pkgbase" +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-10-24 18:43:18 UTC (rev 193232) +++ community-x86_64/PKGBUILD 2016-10-24 18:43:50 UTC (rev 193233) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: speps <speps at aur dot archlinux dot org> - -pkgname=qupzilla -pkgver=2.0.1 -pkgrel=2 -pkgdesc="Cross-platform QtWebEngine browser" -arch=(i686 x86_64) -url="http://www.qupzilla.com/" -license=('GPL3') -depends=('qt5-webengine' 'qt5-x11extras' 'hunspell') -makedepends=('qt5-tools' 'kwallet' 'libgnome-keyring') -optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet integration' - 'libgnome-keyring: gnome keyring integration') -provides=('qupzilla-qt5') -conflicts=('qupzilla-qt5') -replaces=('qupzilla-qt5') -source=("$pkgname-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz") -md5sums=('6d23fc5c51ccf05f6fe55c5e6c69ac17') - -prepare() { - # configure - export USE_WEBGL=true \ - QUPZILLA_PREFIX=/usr/ \ - KDE_INTEGRATION=true \ - GNOME_INTEGRATION=true -} - -build() { - cd $pkgname-$pkgver - qmake - make -} - -package() { - cd $pkgname-$pkgver - make INSTALL_ROOT="$pkgdir/" install - - # zsh completion - install -Dm644 linux/completion/_$pkgbase \ - "$pkgdir/usr/share/zsh/site-functions/_$pkgbase" -} - -# vim:set ts=2 sw=2 et: Copied: qupzilla/repos/community-x86_64/PKGBUILD (from rev 193232, qupzilla/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-10-24 18:43:50 UTC (rev 193233) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: speps <speps at aur dot archlinux dot org> + +pkgname=qupzilla +pkgver=2.0.2 +pkgrel=1 +pkgdesc="Cross-platform QtWebEngine browser" +arch=(i686 x86_64) +url="http://www.qupzilla.com/" +license=('GPL3') +depends=('qt5-webengine' 'qt5-x11extras' 'hunspell') +makedepends=('qt5-tools' 'kwallet' 'libgnome-keyring') +optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet integration' + 'libgnome-keyring: gnome keyring integration') +provides=('qupzilla-qt5') +conflicts=('qupzilla-qt5') +replaces=('qupzilla-qt5') +source=("$pkgname-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz") +md5sums=('7036fab0c9ca3a5e5f1cc2b58147100b') + +prepare() { + # configure + export USE_WEBGL=true \ + QUPZILLA_PREFIX=/usr/ \ + KDE_INTEGRATION=true \ + GNOME_INTEGRATION=true +} + +build() { + cd $pkgname-$pkgver + qmake + make +} + +package() { + cd $pkgname-$pkgver + make INSTALL_ROOT="$pkgdir/" install + + # zsh completion + install -Dm644 linux/completion/_$pkgbase \ + "$pkgdir/usr/share/zsh/site-functions/_$pkgbase" +} + +# vim:set ts=2 sw=2 et: