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

Maxime Gauduin alucryd at archlinux.org
Fri Feb 1 16:18:56 UTC 2019


    Date: Friday, February 1, 2019 @ 16:18:55
  Author: alucryd
Revision: 429114

archrelease: copy trunk to community-x86_64

Added:
  switchboard/repos/
  switchboard/repos/community-x86_64/
  switchboard/repos/community-x86_64/PKGBUILD
    (from rev 429113, switchboard/trunk/PKGBUILD)

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

Copied: switchboard/repos/community-x86_64/PKGBUILD (from rev 429113, switchboard/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-02-01 16:18:55 UTC (rev 429114)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+# Contributor: dserban <dserban01 at yahoo.com>
+
+pkgname=switchboard
+pkgver=2.3.6
+pkgrel=1
+pkgdesc='The Pantheon Control Center'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter-gtk
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  wayland
+)
+makedepends=(
+  git
+  meson
+  intltool
+  vala
+)
+optdepends=(
+  'switchboard-plug-about: About plug'
+  'switchboard-plug-applications: Applications plug'
+  'switchboard-plug-datetime: Date & Time plug'
+  'switchboard-plug-desktop: Desktop plug'
+  'switchboard-plug-display: Display plug'
+  'switchboard-plug-elementary-tweaks: Elementary Tweaks plug'
+  'switchboard-plug-keyboard: Keyboard plug'
+  'switchboard-plug-locale: Locale plug'
+  'switchboard-plug-network: Network plug'
+  'switchboard-plug-notifications: Notifications plug'
+  'switchboard-plug-power: Power plug'
+  'switchboard-plug-security-privacy: Security & Privacy plug'
+)
+provides=(libswitchboard-2.0.so)
+source=(git+https://github.com/elementary/switchboard.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson switchboard build \
+    -D b_pie=false \
+    -D libunity=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list