Skip to content

Commit

Permalink
update zeal
Browse files Browse the repository at this point in the history
  • Loading branch information
t-8ch committed Apr 21, 2015
1 parent b67645f commit bfdb307
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions zeal/PKGBUILD
@@ -1,29 +1,30 @@
# Maintainer: Thomas Weißschuh <thomas t-8ch de>

pkgname=zeal
pkgver=20141123
epoch=1
pkgver=0.1.0
pkgrel=1
pkgdesc='Simple offline API documentation browser'
arch=(x86_64 i686)
url='http://zealdocs.org/'
license=('GPL')
depends=('qt5-webkit' 'hicolor-icon-theme')
depends=('qt5-webkit' 'hicolor-icon-theme' 'desktop-file-utils' 'libarchive')
makedepends=()
conflicts=(zeal-git)
install=zeal.install
source=(zeal-${pkgver}.tar.gz::https://github.com/jkozera/zeal/archive/${pkgver}.tar.gz
source=(zeal-${pkgver}.tar.gz::https://github.com/jkozera/zeal/archive/v${pkgver}.tar.gz
zeal.install)

build() {
cd "$srcdir/$pkgname-$pkgver/zeal"
cd "$srcdir/$pkgname-$pkgver"
qmake CONFIG+=no_libappindicator
make
make ZEAL_VERSION=${pkgver}
}

package() {
cd "$srcdir/$pkgname-$pkgver/zeal"
cd "$srcdir/$pkgname-$pkgver"
make INSTALL_ROOT="$pkgdir/" install
}

sha256sums=('bbe2e1d7dfaaad9a399eb78932464d4bd3d1da80cd0751fca897264437b6dd5d'
'b7d691a30a3178ff099295364eb07d703766afc65a93760bbf78955fde8f1a7c')
sha256sums=('79a0f232a747360cd9509f11f4e5476b1f1652e080c4c066fab1ccec18ffa000'
'00c8482dd54eaa217682adee62267e8b9e45cc72842cba82ae7de370301cd4eb')

0 comments on commit bfdb307

Please sign in to comment.