[arch-commits] Commit in switchboard-plug-online-accounts/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Wed Apr 15 17:08:28 UTC 2020
Date: Wednesday, April 15, 2020 @ 17:08:26
Author: arojas
Revision: 614968
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 614967, switchboard-plug-online-accounts/trunk/PKGBUILD)
----------+
PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
Copied: switchboard-plug-online-accounts/repos/community-staging-x86_64/PKGBUILD (from rev 614967, switchboard-plug-online-accounts/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-04-15 17:08:26 UTC (rev 614968)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-online-accounts
+pkgver=2.0.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
+ 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)
+
+prepare() {
+ cd $pkgname
+ # fix build
+ git cherry-pick -n 5fa2882f765076d20c6ef4886198a34a05159f8a
+ git cherry-pick -n 34164a9fc2044380c82d2cc29b7b1a8583c4fd9c
+}
+
+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