[arch-commits] Commit in switchboard-plug-user-accounts/repos (2 files)

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 07:06:39 UTC 2021


    Date: Monday, March 29, 2021 @ 07:06:39
  Author: alucryd
Revision: 908632

archrelease: copy trunk to community-staging-x86_64

Added:
  switchboard-plug-user-accounts/repos/community-staging-x86_64/
  switchboard-plug-user-accounts/repos/community-staging-x86_64/PKGBUILD
    (from rev 908631, switchboard-plug-user-accounts/trunk/PKGBUILD)

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

Copied: switchboard-plug-user-accounts/repos/community-staging-x86_64/PKGBUILD (from rev 908631, switchboard-plug-user-accounts/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 07:06:39 UTC (rev 908632)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-user-accounts
+pkgver=2.3.2
+pkgrel=2
+pkgdesc='Switchboard User Accounts Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-useraccounts
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  accountsservice
+  cairo
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libpwquality
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+_tag=3f82ded6cd32dd28a661db3566f046def345ed13
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd switchboard-plug-user-accounts
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-user-accounts 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