Skip to content

Commit

Permalink
switchboard 2.0.1-2
Browse files Browse the repository at this point in the history
Fix deps, add more optdeps
  • Loading branch information
alucryd committed Sep 11, 2015
1 parent a71a07d commit 74142ea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
9 changes: 7 additions & 2 deletions pantheon/switchboard/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion pantheon/switchboard/MKPKG
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pkgname=('switchboard')
builddeps=('granite-bzr')

# vim: ts=2 sw=2 et:
12 changes: 9 additions & 3 deletions pantheon/switchboard/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 74142ea

Please sign in to comment.