[arch-commits] Commit in switchboard-plug-sound (3 files)

Maxime Gauduin alucryd at archlinux.org
Mon Mar 4 21:16:15 UTC 2019


    Date: Monday, March 4, 2019 @ 21:16:14
  Author: alucryd
Revision: 437645

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-sound/repos/
  switchboard-plug-sound/repos/community-x86_64/
  switchboard-plug-sound/repos/community-x86_64/PKGBUILD
    (from rev 437644, switchboard-plug-sound/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: switchboard-plug-sound/repos/community-x86_64/PKGBUILD (from rev 437644, switchboard-plug-sound/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-03-04 21:16:14 UTC (rev 437645)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-sound
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='Switchboard Sound Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-sound
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libcanberra
+  libgee
+  libgranite.so
+  libpulse
+  libswitchboard-2.0.so
+ )
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-sound.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson switchboard-plug-sound build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list