From 96390e8525010f2d7df902d0ad34ab9486e40986 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Thu, 11 Oct 2018 01:02:59 -0700 Subject: [PATCH] New package: switchboard-2.3.4 --- common/shlibs | 1 + srcpkgs/switchboard-devel | 1 + srcpkgs/switchboard/template | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 srcpkgs/switchboard-devel create mode 100644 srcpkgs/switchboard/template diff --git a/common/shlibs b/common/shlibs index 43f654f3bc..72a288fbda 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/switchboard-devel b/srcpkgs/switchboard-devel new file mode 120000 index 0000000000..5e7483b042 --- /dev/null +++ b/srcpkgs/switchboard-devel @@ -0,0 +1 @@ +switchboard \ No newline at end of file diff --git a/srcpkgs/switchboard/template b/srcpkgs/switchboard/template new file mode 100644 index 0000000000..9446d988a8 --- /dev/null +++ b/srcpkgs/switchboard/template @@ -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 " +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 + } +}