summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2016-08-12 14:15:52 +0200
committerMaxime Gauduin2016-08-12 14:15:52 +0200
commit10480d9cebd55e93675d5221cca795321cce0471 (patch)
tree62a389c87a1aa47ab763d2e5daa92a45362d310c
parent6c2e3e1014feddf96e64e2acf286176150fdda2f (diff)
downloadaur-10480d9cebd55e93675d5221cca795321cce0471.tar.gz
Add missing dep
-rw-r--r--.SRCINFO4
-rw-r--r--MKPKG1
-rw-r--r--PKGBUILD3
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03ac9c167db3..c5b2d20738fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 12 12:04:39 UTC 2016
+# Fri Aug 12 12:15:52 UTC 2016
pkgbase = switchboard-plug-sharing
pkgdesc = Sharing plug for Switchboard
pkgver = 0.1
@@ -13,8 +13,10 @@ pkgbase = switchboard-plug-sharing
makedepends = vala
depends = glib2
depends = glibc
+ depends = gnome-user-share
depends = gtk3
depends = libgee
+ depends = wingpanel-indicator-bluetooth
depends = libgranite.so
depends = libswitchboard-2.0.so
source = https://launchpad.net/switchboard-plug-sharing/loki/0.1/+download/switchboard-plug-sharing-0.1.tar.xz
diff --git a/MKPKG b/MKPKG
index 4b15da2a0a3f..dcd3c335c979 100644
--- a/MKPKG
+++ b/MKPKG
@@ -1,3 +1,4 @@
pkgname=('switchboard-plug-sharing')
+builddeps=('wingpanel-indicator-bluetooth-bzr')
# vim: ts=2 sw=2 et:
diff --git a/PKGBUILD b/PKGBUILD
index eccef2e755e6..a745525c0769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ arch=('i686' 'x86_64')
url='https://launchpad.net/switchboard-plug-sharing'
license=('GPL3')
groups=('pantheon')
-depends=('glib2' 'glibc' 'gtk3' 'libgee'
+depends=('glib2' 'glibc' 'gnome-user-share' 'gtk3' 'libgee'
+ 'wingpanel-indicator-bluetooth'
'libgranite.so' 'libswitchboard-2.0.so')
makedepends=('cmake' 'vala')
source=("https://launchpad.net/switchboard-plug-sharing/loki/${pkgver}/+download/switchboard-plug-sharing-${pkgver}.tar.xz")