[arch-commits] Commit in switchboard-plug-online-accounts/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Apr 26 16:43:39 UTC 2022
Date: Tuesday, April 26, 2022 @ 16:43:39
Author: alucryd
Revision: 1191040
archrelease: copy trunk to community-x86_64
Added:
switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD
(from rev 1191039, switchboard-plug-online-accounts/trunk/PKGBUILD)
Deleted:
switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-26 16:43:33 UTC (rev 1191039)
+++ PKGBUILD 2022-04-26 16:43:39 UTC (rev 1191040)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-online-accounts
-pkgver=6.3.0
-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=ab6244275d16ee8194dafdbb2a4971f3d3d97987
-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:
Copied: switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD (from rev 1191039, switchboard-plug-online-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-26 16:43:39 UTC (rev 1191040)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-online-accounts
+pkgver=6.4.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
+ 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=b27efe60a5dac83034b0bf6fa72fa133069c141e
+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