[arch-commits] Commit in switchboard-plug-online-accounts/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Thu May 6 08:45:51 UTC 2021
Date: Thursday, May 6, 2021 @ 08:45:51
Author: alucryd
Revision: 928385
archrelease: copy trunk to community-x86_64
Added:
switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD
(from rev 928384, switchboard-plug-online-accounts/trunk/PKGBUILD)
Deleted:
switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 08:45:44 UTC (rev 928384)
+++ PKGBUILD 2021-05-06 08:45:51 UTC (rev 928385)
@@ -1,54 +0,0 @@
-# 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:
Copied: switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD (from rev 928384, switchboard-plug-online-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-06 08:45:51 UTC (rev 928385)
@@ -0,0 +1,54 @@
+# 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
+)
+_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