[arch-commits] Commit in switchboard-plug-user-accounts/repos (2 files)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 07:58:25 UTC 2020
Date: Sunday, March 8, 2020 @ 07:58:25
Author: heftig
Revision: 591483
archrelease: copy trunk to community-testing-x86_64
Added:
switchboard-plug-user-accounts/repos/community-testing-x86_64/
switchboard-plug-user-accounts/repos/community-testing-x86_64/PKGBUILD
(from rev 591482, switchboard-plug-user-accounts/trunk/PKGBUILD)
----------+
PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
Copied: switchboard-plug-user-accounts/repos/community-testing-x86_64/PKGBUILD (from rev 591482, switchboard-plug-user-accounts/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2020-03-08 07:58:25 UTC (rev 591483)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-user-accounts
+pkgver=2.3.0
+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
+)
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=43249776f34458bae1622915d0436cb3df736ca5)
+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