Package Details: switchboard-git 2.4.0.r53.gad5546c-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: GPL3
Groups: pantheon-unstable
Conflicts: switchboard
Provides: libswitchboard-2.0.so, switchboard
Submitter: alucryd
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 19
Popularity: 0.000000
First Submitted: 2017-05-01 13:31 (UTC)
Last Updated: 2024-02-18 01:15 (UTC)

Dependencies (18)

Required by (42)

Sources (1)

Latest Comments

1 2 3 Next › Last »

quequotion commented on 2020-01-14 17:55 (UTC)

Wow, this needs updates.

It builds fine against granite from [community] by the way; I think it is safe to downgrade the granite-git dependency.

rliang commented on 2019-01-28 18:22 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

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.