summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-05-01 15:38:37 +0200
committerMaxime Gauduin2017-05-01 15:38:37 +0200
commit65f5d0ed3b63cc452e3b9f2b83cca7cf86912543 (patch)
treee85166e15e01265048dd7f8e61c9d49d1f3fd96a
parentf3b92c91a850dec171d0bf1477da8bc44b1619d2 (diff)
downloadaur-65f5d0ed3b63cc452e3b9f2b83cca7cf86912543.tar.gz
Fix depends and makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a474f9cc20e..cb1b8f99c861 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 1 13:29:49 UTC 2017
+# Mon May 1 13:38:37 UTC 2017
pkgbase = switchboard-git
pkgdesc = The Pantheon Control Center
pkgver = r1059.62b3a7a
@@ -9,18 +9,16 @@ pkgbase = switchboard-git
arch = x86_64
groups = pantheon-unstable
license = GPL3
- makedepends = bzr
makedepends = cmake
+ makedepends = git
makedepends = granite-git
makedepends = intltool
makedepends = vala
depends = clutter-gtk
- depends = gdk-pixbuf2
depends = glib2
depends = glibc
depends = gtk3
depends = libgee
- depends = wayland
depends = libgranite.so
optdepends = switchboard-plug-about-bzr: About plug
optdepends = switchboard-plug-default-applications-bzr: Default applications plug
diff --git a/PKGBUILD b/PKGBUILD
index a021360880fa..7311ad7a157f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ arch=('i686' 'x86_64')
url='https://github.com/elementary/switchboard'
license=('GPL3')
groups=('pantheon-unstable')
-depends=('clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee' 'wayland'
+depends=('clutter-gtk' 'glib2' 'glibc' 'gtk3' 'libgee'
'libgranite.so')
-makedepends=('bzr' 'cmake' 'granite-git' 'intltool' 'vala')
+makedepends=('cmake' 'git' 'granite-git' 'intltool' 'vala')
optdepends=('switchboard-plug-about-bzr: About plug'
'switchboard-plug-default-applications-bzr: Default applications plug'
'switchboard-plug-elementary-tweaks-bzr: Elementary tweaks plug'