Search Criteria
Package Details: switchboard-git 2.4.0.r30.g79e6d44-1
Git Clone URL: | https://aur.archlinux.org/switchboard-git.git (read-only, click to copy) |
---|---|
Package Base: | switchboard-git |
Description: | The Pantheon Control Center |
Upstream URL: | https://github.com/elementary/switchboard |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | alucryd |
Maintainer: | SolarAquarion |
Last Packager: | SolarAquarion |
Votes: | 20 |
Popularity: | 0.046036 |
First Submitted: | 2017-05-01 13:31 |
Last Updated: | 2020-10-06 00:07 |
Dependencies (18)
- clutter-gtk
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-git, glib2-nodocs-git, glib2-patched-thumbnailer)
- glibc (glibc-git)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view)
- libgee (libgee-git)
- libgranite.so (granite-git, granite)
- libhandy (libhandy-glade-catalog-disabled-git, libhandy-git)
- git (git-git) (make)
- granite (granite-git) (make)
- intltool (make)
- meson (meson-git) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
- switchboard-plug-about-git (optional) – About plug
- switchboard-plug-default-applications-git (optional) – Default applications plug
- switchboard-plug-elementary-tweaks-git (optional) – Elementary tweaks plug
- switchboard-plug-keyboard-git (optional) – Keyboard plug
- switchboard-plug-pantheon-shell-git (optional) – Pantheon Shell plug
- switchboard-plug-power-git (optional) – Power plug
Required by (45)
- pantheon-applications-menu-git (requires switchboard) (make)
- pantheon-applications-menu-git (requires libswitchboard-2.0.so)
- pantheon-core-git
- pantheon-stable (requires switchboard)
- switchboard-plug-a11y-git (requires switchboard) (make)
- switchboard-plug-a11y-git (requires libswitchboard-2.0.so)
- switchboard-plug-about-git (requires switchboard) (make)
- switchboard-plug-about-git (requires libswitchboard-2.0.so)
- switchboard-plug-applications-git (requires switchboard) (make)
- switchboard-plug-applications-git (requires libswitchboard-2.0.so)
- switchboard-plug-bluetooth-git (requires switchboard) (make)
- switchboard-plug-bluetooth-git (requires libswitchboard-2.0.so)
- switchboard-plug-datetime-git (requires switchboard) (make)
- switchboard-plug-datetime-git (requires libswitchboard-2.0.so)
- switchboard-plug-desktop-git (requires switchboard) (make)
- switchboard-plug-desktop-git (requires libswitchboard-2.0.so)
- switchboard-plug-display-git (requires switchboard) (make)
- switchboard-plug-display-git (requires libswitchboard-2.0.so)
- switchboard-plug-elementary-tweaks-git (requires libswitchboard-2.0.so)
- switchboard-plug-keyboard-git (requires libswitchboard-2.0.so)
- switchboard-plug-keyboard-git (requires switchboard) (make)
- switchboard-plug-locale-git (requires libswitchboard-2.0.so)
- switchboard-plug-locale-git (requires switchboard) (make)
- switchboard-plug-mouse-touchpad-git (requires switchboard) (make)
- switchboard-plug-mouse-touchpad-git (requires libswitchboard-2.0.so)
- switchboard-plug-network-git (requires switchboard) (make)
- switchboard-plug-network-git (requires libswitchboard-2.0.so)
- switchboard-plug-notifications-git (requires switchboard) (make)
- switchboard-plug-notifications-git (requires libswitchboard-2.0.so)
- switchboard-plug-online-accounts-git (requires switchboard) (make)
- switchboard-plug-online-accounts-git (requires libswitchboard-2.0.so)
- switchboard-plug-parental-controls-git (requires libswitchboard-2.0.so)
- switchboard-plug-parental-controls-git (requires switchboard) (make)
- switchboard-plug-power-git (requires switchboard) (make)
- switchboard-plug-power-git (requires libswitchboard-2.0.so)
- switchboard-plug-printers-git (requires switchboard) (make)
- switchboard-plug-printers-git (requires libswitchboard-2.0.so)
- switchboard-plug-security-privacy-git (requires switchboard) (make)
- switchboard-plug-security-privacy-git (requires libswitchboard-2.0.so)
- switchboard-plug-sharing-git (requires switchboard) (make)
- switchboard-plug-sharing-git (requires libswitchboard-2.0.so)
- switchboard-plug-sound-git (requires libswitchboard-2.0.so)
- switchboard-plug-sound-git (requires switchboard) (make)
- switchboard-plug-user-accounts-git (requires libswitchboard-2.0.so)
- switchboard-plug-user-accounts-git (requires switchboard) (make)
Latest Comments
1 2 3 Next › Last »
quequotion commented on 2020-01-14 17:55
Wow, this needs updates.
It builds fine against
granite
from [community] by the way; I think it is safe to downgrade thegranite-git
dependency.rliang commented on 2019-01-28 18:22
Had to add "-D b_pie=false" to arch-meson flags, otherwise wouldn't build, complaining Vala doesn't support position-independent executables.
anirban.metal commented on 2018-08-09 21:27
Kindly update the PKGBUILD
depends=('clutter-gtk' 'glib2' 'glibc' 'gtk3' 'libgee' 'libgranite.so' 'libunity' 'meson') 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' 'switchboard-plug-keyboard-bzr: Keyboard plug' 'switchboard-plug-pantheon-shell-bzr: Pantheon Shell plug' 'switchboard-plug-power-bzr: Power plug') provides=('switchboard' 'libswitchboard-2.0.so') conflicts=('switchboard') replaces=('switchboard-bzr') source=('git+https://github.com/elementary/switchboard.git') sha256sums=('SKIP')
pkgver() { cd switchboard
echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)" }
prepare() { cd switchboard
if [[ -d build ]]; then rm -rf build fi mkdir build }
build() { cd switchboard/build meson --prefix="/usr/" -Dpost_istall=false .. ninja }
package() { cd switchboard/build
DESTDIR="${pkgdir}" ninja install }
quequotion commented on 2018-04-25 14:30
Not sure if this is a problem upstream, but it is certainly a problem for Arch: https://github.com/elementary/switchboard/issues/63
quequotion commented on 2016-10-18 22:08
More plugs for optdepends (feel free to copy and paste):
'switchboard-plug-a11y-bzr: Accessibility Settings Panel (bzr version)'
'switchboard-plug-about-bzr: About Settings Panel (bzr version)'
'switchboard-plug-applications-bzr: Applications Settings Panel (bzr version)'
'switchboard-plug-datetime-bzr: Date & Time Settings Panel (bzr version)'
'switchboard-plug-desktop-bzr: Desktop Settings Panel (bzr version)'
'switchboard-plug-display-bzr: Display Settings Panel (bzr version)'
'switchboard-plug-elementary-tweaks-bzr: Elementary Tweaks Settings Panel (bzr version)'
'switchboard-plug-keyboard-bzr: Keyboard Settings Panel (bzr version)'
'switchboard-plug-locale-bzr: Locale Settings Panel (bzr version)'
'switchboard-plug-mouse-touchpad-bzr: Mouse & Touchpad Settings Panel (bzr version)'
'switchboard-plug-network-bzr: Network Settings Panel (bzr version)'
'switchboard-plug-notifications-bzr: Notifications Settings Panel (bzr version)'
'switchboard-plug-online-accounts-bzr: Online Accounts Settings Panel (bzr version)'
'switchboard-plug-parental-controls-bzr: Parental controls Settings Panel (bzr version)'
'switchboard-plug-power-bzr: Power Settings Panel (bzr version)'
'switchboard-plug-printers-bzr: Printers Settings Panel (bzr version)'
'switchboard-plug-security-privacy-bzr: Security & Privacy Settings Panel (bzr version)'
'switchboard-plug-sharing-bzr: Sharing Settings Panel (bzr version)'
'switchboard-plug-useraccounts-bzr: User accounts Settings Panel (bzr version)'
"default applications" plug is now just "applications" and "pantheon-shell" split into "display" and "desktop".
d_rail commented on 2015-04-11 19:20
Yes it works if I build locally. I also noticed slingshot is acting funny (it closes as soon as I start typing). So I will go back to using aur packages only. Thanks for the help.
alucryd commented on 2015-04-11 18:39
Does it work if you build it locally? If it does, it's probably that gtk3-ubuntu, or anything else that's custom on your system.
d_rail commented on 2015-04-11 18:38
Testing is not enabled in my pacman.conf. However, I'm using gtk3-ubuntu (3.14) because of ido-bzr for indicators.
alucryd commented on 2015-04-11 10:41
Are you using testing? My repo is built upon extra and is not compatible with testing, especially since testing contains gtk3.16 atm.
d_rail commented on 2015-04-11 08:00
I'm getting a crash on start: "switchboard: symbol lookup error: switchboard: undefined symbol: gtk_label_set_xalign". I started using your pkgbuild repo, I think that is when it started. I removed all plugs so it must be switchboard itself.