[arch-commits] Commit in switchboard-plug-user-accounts/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Nov 5 07:58:51 UTC 2021
Date: Friday, November 5, 2021 @ 07:58:50
Author: alucryd
Revision: 1037095
archrelease: copy trunk to community-x86_64
Added:
switchboard-plug-user-accounts/repos/community-x86_64/PKGBUILD
(from rev 1037094, switchboard-plug-user-accounts/trunk/PKGBUILD)
Deleted:
switchboard-plug-user-accounts/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-05 07:58:46 UTC (rev 1037094)
+++ PKGBUILD 2021-11-05 07:58:50 UTC (rev 1037095)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-user-accounts
-pkgver=2.4.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
- libhandy-1.so
- libpwquality
- libswitchboard-2.0.so
- polkit
-)
-makedepends=(
- git
- gobject-introspection
- meson
- vala
-)
-_tag=135c1fb8be2f3022b6499e7d8f852297163c454d
-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:
Copied: switchboard-plug-user-accounts/repos/community-x86_64/PKGBUILD (from rev 1037094, switchboard-plug-user-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-05 07:58:50 UTC (rev 1037095)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-user-accounts
+pkgver=2.4.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
+ libhandy-1.so
+ libpwquality
+ libswitchboard-2.0.so
+ polkit
+)
+makedepends=(
+ git
+ gobject-introspection
+ meson
+ vala
+)
+_tag=5bab81ea6234bea10b3ef0ed6fa3e40ad20baf55
+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:
More information about the arch-commits
mailing list