New package: switchboard-2.3.4

This commit is contained in:
Cameron Nemo 2018-10-11 01:02:59 -07:00 committed by cr6git
parent c7406db25b
commit 96390e8525
3 changed files with 27 additions and 0 deletions

View file

@ -3309,3 +3309,4 @@ libdleyna-server-1.0.so.1 dleyna-server-0.6.0_1
liburiparser.so.1 uriparser-0.8.6_1
libcpptest.so.0 cpptest-1.1.2_1
libhandy-0.0.so.0 libhandy-0.0.3_1
libswitchboard-2.0.so.0 switchboard-2.3.2_1

1
srcpkgs/switchboard-devel Symbolic link
View file

@ -0,0 +1 @@
switchboard

View file

@ -0,0 +1,25 @@
# Template file for 'switchboard'
pkgname=switchboard
version=2.3.4
revision=1
build_style=meson
configure_args="-Dlibunity=false"
hostmakedepends="pkg-config vala"
makedepends="granite-devel clutter-gtk-devel gtk+3-devel"
short_desc="Extensible System Settings app designed for elementary OS"
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://github.com/elementary/${pkgname}"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=3c9d415ea751828f0b8ded7714faceb504d09a035d418d92e327f9ec3747e62a
switchboard-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/vala
}
}