[arch-commits] Commit in switchboard-plug-online-accounts (3 files)
Maxime Gauduin
alucryd at archlinux.org
Thu May 16 15:45:15 UTC 2019
Date: Thursday, May 16, 2019 @ 15:45:14
Author: alucryd
Revision: 467524
archrelease: copy trunk to community-x86_64
Added:
switchboard-plug-online-accounts/repos/
switchboard-plug-online-accounts/repos/community-x86_64/
switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD
(from rev 467523, switchboard-plug-online-accounts/trunk/PKGBUILD)
----------+
PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
Copied: switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD (from rev 467523, switchboard-plug-online-accounts/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-05-16 15:45:14 UTC (rev 467524)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-online-accounts
+pkgver=2.0.1
+pkgrel=1
+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
+ libaccounts-glib
+ libgee
+ libgranite.so
+ libsignon-glib
+ libswitchboard-2.0.so
+ rest
+ webkit2gtk
+)
+makedepends=(
+ git
+ meson
+ vala
+)
+source=(switchboard-plug-online-accounts::git+https://github.com/elementary/switchboard-plug-onlineaccounts.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+ arch-meson switchboard-plug-online-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