summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2015-09-11 11:52:21 +0200
committerMaxime Gauduin2015-09-11 11:52:21 +0200
commit74633397a8a7cc41aeb41e4f1ef87e45a3c48c8c (patch)
tree1a080bb840c1effa18e557c2a0077424429fda7c
parentc86ce2989a7fc2125f7c10437bb9fa46ed83155d (diff)
downloadaur-74633397a8a7cc41aeb41e4f1ef87e45a3c48c8c.tar.gz
switchboard 2.0.1-2
Fix deps, add more optdeps
-rw-r--r--.SRCINFO9
-rw-r--r--MKPKG1
-rw-r--r--PKGBUILD12
3 files changed, 16 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfc7d1ed4400..09589f0690ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = switchboard
pkgdesc = The Pantheon Control Center
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/switchboard
install = switchboard.install
arch = i686
@@ -18,13 +18,18 @@ pkgbase = switchboard
depends = libgee
depends = wayland
depends = libgranite.so
- depends = libswitchboard-2.0.so
optdepends = switchboard-plug-about: About plug
optdepends = switchboard-plug-applications: Applications plug
+ optdepends = switchboard-plug-datetime: Date & Time plug
optdepends = switchboard-plug-desktop: Desktop plug
+ optdepends = switchboard-plug-display: Display plug
optdepends = switchboard-plug-elementary-tweaks: Elementary Tweaks plug
optdepends = switchboard-plug-keyboard: Keyboard plug
+ optdepends = switchboard-plug-locale: Locale plug
+ optdepends = switchboard-plug-network: Network plug
+ optdepends = switchboard-plug-notifications: Notifications plug
optdepends = switchboard-plug-power: Power plug
+ optdepends = switchboard-plug-security-privacy: Security & Privacy plug
provides = libswitchboard-2.0.so
source = https://launchpad.net/switchboard/2.x/2.0.1/+download/switchboard-2.0.1.tgz
sha256sums = a67ca60e002459e8e3d65b6c57440e86ebd0eb33a863561808b748901d46b4e8
diff --git a/MKPKG b/MKPKG
index 632b1d11ec23..8c3c16cfc1c2 100644
--- a/MKPKG
+++ b/MKPKG
@@ -1,4 +1,3 @@
pkgname=('switchboard')
-builddeps=('granite-bzr')
# vim: ts=2 sw=2 et:
diff --git a/PKGBUILD b/PKGBUILD
index 7805fa92bc4a..c6b2d8e312ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,27 @@
pkgname=switchboard
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='The Pantheon Control Center'
arch=('i686' 'x86_64')
url='https://launchpad.net/switchboard'
license=('GPL3')
groups=('pantheon')
depends=('clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee' 'wayland'
- 'libgranite.so' 'libswitchboard-2.0.so')
+ 'libgranite.so')
makedepends=('cmake' 'vala')
optdepends=('switchboard-plug-about: About plug'
'switchboard-plug-applications: Applications plug'
+ 'switchboard-plug-datetime: Date & Time plug'
'switchboard-plug-desktop: Desktop plug'
+ 'switchboard-plug-display: Display plug'
'switchboard-plug-elementary-tweaks: Elementary Tweaks plug'
'switchboard-plug-keyboard: Keyboard plug'
- 'switchboard-plug-power: Power plug')
+ 'switchboard-plug-locale: Locale plug'
+ 'switchboard-plug-network: Network plug'
+ 'switchboard-plug-notifications: Notifications plug'
+ 'switchboard-plug-power: Power plug'
+ 'switchboard-plug-security-privacy: Security & Privacy plug')
provides=('libswitchboard-2.0.so')
install='switchboard.install'
source=("https://launchpad.net/switchboard/${pkgver%.*.*}.x/${pkgver}/+download/switchboard-${pkgver}.tgz")