summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2016-05-30 11:26:40 +0200
committerMaxime Gauduin2016-05-30 11:26:40 +0200
commit47ae593bc4a9c40e2613e6ef8f74659a97286b76 (patch)
tree196ed6fb54a9c0ed563af1b8c2eef12f028af594
parent0bb639820be9283a2ee1a1e09a5070bff3dba3be (diff)
downloadaur-47ae593bc4a9c40e2613e6ef8f74659a97286b76.tar.gz
pantheon-calculator-bzr r227-1
Add intltool as dep and remove install file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--pantheon-calculator.install13
3 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c99ce2dec71..5e1b8e252497 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Mon May 30 09:26:40 UTC 2016
pkgbase = pantheon-calculator-bzr
pkgdesc = The Pantheon Calculator
- pkgver = r151
+ pkgver = r227
pkgrel = 1
url = https://launchpad.net/pantheon-calculator
- install = pantheon-calculator.install
arch = i686
arch = x86_64
groups = pantheon-unstable
@@ -11,6 +12,7 @@ pkgbase = pantheon-calculator-bzr
makedepends = bzr
makedepends = cmake
makedepends = granite-bzr
+ makedepends = intltool
makedepends = vala
depends = libgranite.so
provides = pantheon-calculator
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
}
diff --git a/pantheon-calculator.install b/pantheon-calculator.install
deleted file mode 100644
index 511a2a0c7807..000000000000
--- a/pantheon-calculator.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: