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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Aug 27 09:42:34 UTC 2021


    Date: Friday, August 27, 2021 @ 09:42:34
  Author: alucryd
Revision: 1007315

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD
    (from rev 1007314, switchboard-plug-online-accounts/trunk/PKGBUILD)
Deleted:
  switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-27 09:42:29 UTC (rev 1007314)
+++ PKGBUILD	2021-08-27 09:42:34 UTC (rev 1007315)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-online-accounts
-pkgver=6.1.0
-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
-  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=856a3c29e7c07d06ae8d2774536f52ef1733a1a1
-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 7923f25e9156d50c24621b0dbce0ab0e67b39e7f
-  git cherry-pick -n 8973efbee9f05314d8806160e63900c9c5ec1de3
-}
-
-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:

Copied: switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD (from rev 1007314, switchboard-plug-online-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-27 09:42:34 UTC (rev 1007315)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-online-accounts
+pkgver=6.2.0
+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
+  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=da8b244b641b086ef1d72e753c3ab5675e333048
+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() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list