summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2015-09-09 10:15:40 +0200
committerMaxime Gauduin2015-09-09 10:15:40 +0200
commit8180afd5bf346bb8d825cce99f0f26e5400e5ff8 (patch)
tree5139b932bf6621b100a74b4c10eee1aa46656fac
parentdfb87a8eb976a0c2da82d52640244c64a9dab9cd (diff)
downloadaur-8180afd5bf346bb8d825cce99f0f26e5400e5ff8.tar.gz
switchboard-bzr r566-1
Fix deps
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0bb5eed888d..55f0c6b874ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = switchboard-bzr
pkgdesc = The Pantheon Control Center
- pkgver = r554
+ pkgver = r566
pkgrel = 1
url = https://launchpad.net/switchboard
install = switchboard.install
@@ -12,7 +12,13 @@ pkgbase = switchboard-bzr
makedepends = cmake
makedepends = vala
depends = clutter-gtk
- depends = granite-bzr
+ 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
optdepends = switchboard-plug-elementary-tweaks-bzr: Elementary tweaks plug
diff --git a/PKGBUILD b/PKGBUILD
index f9093e61cfdb..cc9c19a7add7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
# Contributor: dserban <dserban01@yahoo.com>
pkgname=switchboard-bzr
-pkgver=r554
+pkgver=r566
pkgrel=1
pkgdesc='The Pantheon Control Center'
arch=('i686' 'x86_64')
url='https://launchpad.net/switchboard'
license=('GPL3')
groups=('pantheon-unstable')
-depends=('clutter-gtk' 'granite-bzr')
+depends=('clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee' 'wayland'
+ 'libgranite.so')
makedepends=('bzr' 'cmake' 'vala')
optdepends=('switchboard-plug-about-bzr: About plug'
'switchboard-plug-default-applications-bzr: Default applications plug'