Date: Thursday, March 25, 2021 @ 16:25:47
  Author: alucryd
Revision: 903239

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: switchboard-plug-locale/repos/community-staging-x86_64/PKGBUILD (from 
rev 903237, switchboard-plug-locale/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-25 16:25:47 UTC (rev 903239)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=switchboard-plug-locale
+pkgver=2.5.3
+pkgrel=2
+pkgdesc='Switchboard Locale Plug'
+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
+)
+_tag=f6d22ba6084eb44d3b1ed94543a0dbf2fde3ecf2
+source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-locale
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-locale build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to