summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2015-08-15 22:33:30 +0200
committerJuraj Fiala2015-08-15 22:33:30 +0200
commit3a941b1fdcb186448f12693cff0ea00dd460c80e (patch)
tree511a90d777191bf90d0d0175e325c5548681442e
parente229e8d40b12eea560626bc73ad5f86b77b964ee (diff)
downloadaur-3a941b1fdcb186448f12693cff0ea00dd460c80e.tar.gz
Added cmake to makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 147aa76cf5d6..e5ab0d26b828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = adwaita-qt
pkgdesc = The stylesheet to bend Qt applications to look like they belong into GNOME Shell
pkgver = 0.3.1
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/MartinBriza/adwaita-qt
arch = any
arch = i686
arch = x86_64
license = GPL
license = LGPL
+ makedepends = cmake
makedepends = qt4
makedepends = qt5-base
source = https://github.com/MartinBriza/adwaita-qt/archive/master.zip
diff --git a/PKGBUILD b/PKGBUILD
index a64c2083bb3f..97ea19c5d14f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgbase=adwaita-qt
pkgname=('adwaita-qt5' 'adwaita-qt4' 'adwaita-qt-common')
pkgver=0.3.1
-pkgrel=5
+pkgrel=6
pkgdesc='The stylesheet to bend Qt applications to look like they belong into GNOME Shell'
arch=('any' 'i686' 'x86_64')
url='https://github.com/MartinBriza/adwaita-qt'
license=('GPL' 'LGPL')
-makedepends=('qt4' 'qt5-base')
+makedepends=('cmake' 'qt4' 'qt5-base')
# Use master until Arch specific fix lands into stable.
source=("https://github.com/MartinBriza/adwaita-qt/archive/master.zip")
md5sums=('9f44301af62f90db589e4c75e21d77c9')