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

2020-09-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 13, 2020 @ 09:21:12
  Author: alucryd
Revision: 705022

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   97 ++---
 1 file changed, 49 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-13 09:21:07 UTC (rev 705021)
+++ PKGBUILD2020-09-13 09:21:12 UTC (rev 705022)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-user-accounts
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Switchboard User Accounts Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-useraccounts
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  accountsservice
-  cairo
-  gdk-pixbuf2
-  glib2
-  gnome-desktop
-  gtk3
-  libgee
-  libgranite.so
-  libpwquality
-  libswitchboard-2.0.so
-  polkit
-)
-makedepends=(
-  git
-  gobject-introspection
-  meson
-  vala
-)
-source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=15ca6787dc6053f6c4165b96e38bddbc37f90d74)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd switchboard-plug-user-accounts
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-user-accounts build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-user-accounts/repos/community-x86_64/PKGBUILD (from 
rev 705021, switchboard-plug-user-accounts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-13 09:21:12 UTC (rev 705022)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-user-accounts
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='Switchboard User Accounts Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-useraccounts
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  accountsservice
+  cairo
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libpwquality
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+_tag=3f82ded6cd32dd28a661db3566f046def345ed13
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd switchboard-plug-user-accounts
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-user-accounts build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:14:00
  Author: alucryd
Revision: 613013

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:13:45 UTC (rev 613012)
+++ PKGBUILD2020-04-09 11:14:00 UTC (rev 613013)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-user-accounts
-pkgver=2.3.0
-pkgrel=2
-pkgdesc='Switchboard User Accounts Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-useraccounts
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  accountsservice
-  cairo
-  gdk-pixbuf2
-  glib2
-  gnome-desktop
-  gtk3
-  libgee
-  libgranite.so
-  libpwquality
-  libswitchboard-2.0.so
-  polkit
-)
-makedepends=(
-  git
-  gobject-introspection
-  meson
-  vala
-)
-source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=43249776f34458bae1622915d0436cb3df736ca5)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd switchboard-plug-user-accounts
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-user-accounts build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-user-accounts/repos/community-x86_64/PKGBUILD (from 
rev 613012, switchboard-plug-user-accounts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:14:00 UTC (rev 613013)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-user-accounts
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Switchboard User Accounts Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-useraccounts
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  accountsservice
+  cairo
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libpwquality
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=15ca6787dc6053f6c4165b96e38bddbc37f90d74)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd switchboard-plug-user-accounts
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-user-accounts build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-18 Thread Maxime Gauduin via arch-commits
Date: Monday, November 18, 2019 @ 10:11:23
  Author: alucryd
Revision: 530321

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 10:11:18 UTC (rev 530320)
+++ PKGBUILD2019-11-18 10:11:23 UTC (rev 530321)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-user-accounts
-pkgver=2.2.1
-pkgrel=2
-pkgdesc='Switchboard User Accounts Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-useraccounts
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  accountsservice
-  cairo
-  gdk-pixbuf2
-  glib2
-  gnome-desktop
-  gtk3
-  libgee
-  libgranite.so
-  libpwquality
-  libswitchboard-2.0.so
-  polkit
-)
-makedepends=(
-  git
-  gobject-introspection
-  meson
-  vala
-)
-source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=4a0f2432b1d034b183b15d54474470d709238257)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-user-accounts
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-user-accounts build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-user-accounts/repos/community-x86_64/PKGBUILD (from 
rev 530320, switchboard-plug-user-accounts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 10:11:23 UTC (rev 530321)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-user-accounts
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Switchboard User Accounts Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-useraccounts
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  accountsservice
+  cairo
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libpwquality
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=43249776f34458bae1622915d0436cb3df736ca5)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-user-accounts
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-user-accounts build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-06 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 6, 2019 @ 06:26:01
  Author: alucryd
Revision: 477399

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 06:25:55 UTC (rev 477398)
+++ PKGBUILD2019-06-06 06:26:01 UTC (rev 477399)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-user-accounts
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Switchboard User Accounts Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-useraccounts
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  accountsservice
-  cairo
-  gdk-pixbuf2
-  glib2
-  gnome-desktop
-  gtk3
-  libgee
-  libgranite.so
-  libpwquality
-  libswitchboard-2.0.so
-  polkit
-)
-makedepends=(
-  git
-  gobject-introspection
-  meson
-  vala
-)
-source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson switchboard-plug-user-accounts build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-user-accounts/repos/community-x86_64/PKGBUILD (from 
rev 477398, switchboard-plug-user-accounts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 06:26:01 UTC (rev 477399)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-user-accounts
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Switchboard User Accounts Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-useraccounts
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  accountsservice
+  cairo
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libpwquality
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson switchboard-plug-user-accounts build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et: