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

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 07:24:41 UTC 2021


    Date: Monday, March 29, 2021 @ 07:24:41
  Author: alucryd
Revision: 908668

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 908667, switchboard-plug-online-accounts/trunk/PKGBUILD)

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

Copied: switchboard-plug-online-accounts/repos/community-staging-x86_64/PKGBUILD (from rev 908667, switchboard-plug-online-accounts/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 07:24:41 UTC (rev 908668)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-online-accounts
+pkgver=2.0.1
+pkgrel=3
+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
+)
+_tag=207e1acbfb937df1862c9076a8a34264bea8e39b
+source=(switchboard-plug-online-accounts::git+https://github.com/elementary/switchboard-plug-onlineaccounts.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd switchboard-plug-online-accounts
+  git cherry-pick -n 5fa2882f765076d20c6ef4886198a34a05159f8a
+  git cherry-pick -n 34164a9fc2044380c82d2cc29b7b1a8583c4fd9c
+  git cherry-pick -n b1853b7427102b8dd94774e1e2cc455f50902263
+}
+
+pkgver() {
+  cd switchboard-plug-online-accounts
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-online-accounts build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list