[arch-commits] Commit in switchboard-plug-online-accounts/repos (2 files)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 8 21:06:11 UTC 2021
Date: Monday, November 8, 2021 @ 21:06:10
Author: heftig
Revision: 1038946
archrelease: copy trunk to community-staging-x86_64
Added:
switchboard-plug-online-accounts/repos/community-staging-x86_64/
switchboard-plug-online-accounts/repos/community-staging-x86_64/PKGBUILD
(from rev 1038943, switchboard-plug-online-accounts/trunk/PKGBUILD)
----------+
PKGBUILD | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
Copied: switchboard-plug-online-accounts/repos/community-staging-x86_64/PKGBUILD (from rev 1038943, switchboard-plug-online-accounts/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-11-08 21:06:10 UTC (rev 1038946)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-online-accounts
+pkgver=6.2.1
+pkgrel=2
+pkgdesc='Switchboard Online Accounts Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-onlineaccounts
+license=(GPL2)
+groups=(pantheon)
+depends=(
+ glib2
+ glibc
+ gtk3
+ json-glib
+ libcamel-1.2.so
+ libedataserver-1.2.so
+ libedataserverui-1.2.so
+ libgee
+ libgranite.so
+ libhandy-1.so
+ libswitchboard-2.0.so
+ rest
+ webkit2gtk
+)
+makedepends=(
+ git
+ meson
+ vala
+)
+_tag=75e9d9ffc05a9504e79e474f54c229010edd5a4c
+source=(switchboard-plug-online-accounts::git+https://github.com/elementary/switchboard-plug-onlineaccounts.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd switchboard-plug-online-accounts
+ git describe --tags
+}
+
+build() {
+ arch-meson switchboard-plug-online-accounts build
+ meson compile -C build
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list