summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2016-05-30 11:26:40 +0200
committerMaxime Gauduin2016-05-30 11:26:40 +0200
commit47ae593bc4a9c40e2613e6ef8f74659a97286b76 (patch)
tree196ed6fb54a9c0ed563af1b8c2eef12f028af594 /PKGBUILD
parent0bb639820be9283a2ee1a1e09a5070bff3dba3be (diff)
downloadaur-47ae593bc4a9c40e2613e6ef8f74659a97286b76.tar.gz
pantheon-calculator-bzr r227-1
Add intltool as dep and remove install file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac0f571ce7bd..ea36518bbeb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=pantheon-calculator-bzr
-pkgver=r151
+pkgver=r227
pkgrel=1
pkgdesc='The Pantheon Calculator'
arch=('i686' 'x86_64')
@@ -9,10 +9,9 @@ url='https://launchpad.net/pantheon-calculator'
license=('GPL3')
groups=('pantheon-unstable')
depends=('libgranite.so')
-makedepends=('bzr' 'cmake' 'granite-bzr' 'vala')
+makedepends=('bzr' 'cmake' 'granite-bzr' 'intltool' 'vala')
provides=('pantheon-calculator')
conflicts=('pantheon-calculator')
-install='pantheon-calculator.install'
source=('bzr+lp:pantheon-calculator')
sha256sums=('SKIP')
@@ -32,7 +31,8 @@ build() {
cmake .. \
-DCMAKE_BUILD_TYPE='Release' \
- -DCMAKE_INSTALL_PREFIX='/usr'
+ -DCMAKE_INSTALL_PREFIX='/usr' \
+ -DGSETTINGS_COMPILE='OFF'
make
}