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

Maxime Gauduin alucryd at archlinux.org
Mon Mar 4 20:01:56 UTC 2019


    Date: Monday, March 4, 2019 @ 20:01:55
  Author: alucryd
Revision: 437592

archrelease: copy trunk to community-x86_64

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

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

Copied: switchboard-plug-locale/repos/community-x86_64/PKGBUILD (from rev 437591, switchboard-plug-locale/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-03-04 20:01:55 UTC (rev 437592)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-locale
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Locale plug for Switchboard'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-locale
+license=(GPL3)
+depends=(
+  accountsservice
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libibus
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson switchboard-plug-locale 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