Skip to content
Snippets Groups Projects
Commit 31bf335a authored by Maxime Gauduin's avatar Maxime Gauduin
Browse files

add switchboard-plug-display

parents
No related branches found
Tags 7.0.0.r66.39d2ae5-1
No related merge requests found
PKGBUILD 0 → 100644
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-display
pkgver=2.1.6
pkgrel=1
pkgdesc='Switchboard Display Plug'
arch=(x86_64)
url=https://github.com/elementary/switchboard-plug-display
license=(GPL3)
groups=(pantheon)
depends=(
glib2
gtk3
libgee
libgranite.so
libswitchboard-2.0.so
)
makedepends=(
git
meson
switchboard
vala
)
source=(git+https://github.com/elementary/switchboard-plug-display.git#tag=${pkgver})
sha256sums=(SKIP)
build() {
arch-meson switchboard-plug-display build
ninja -C build
}
package() {
DESTDIR="${pkgdir}" ninja -C build install
}
# vim: ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment