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

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Apr 26 16:43:02 UTC 2022


    Date: Tuesday, April 26, 2022 @ 16:43:02
  Author: alucryd
Revision: 1191038

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-locale/repos/community-x86_64/PKGBUILD
    (from rev 1191037, switchboard-plug-locale/trunk/PKGBUILD)
Deleted:
  switchboard-plug-locale/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-26 16:42:57 UTC (rev 1191037)
+++ PKGBUILD	2022-04-26 16:43:02 UTC (rev 1191038)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-locale
-pkgver=2.5.6
-pkgrel=2
-pkgdesc='Switchboard Locale Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-locale
-license=(GPL3)
-depends=(
-  accountsservice
-  glib2
-  gnome-desktop
-  gtk3
-  libgee
-  libgranite.so
-  libibus
-  libswitchboard-2.0.so
-  polkit
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-_tag=1deedb4af291f6bf3f36356d0b6a3488798dc075
-source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-locale
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-locale build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-locale/repos/community-x86_64/PKGBUILD (from rev 1191037, switchboard-plug-locale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-26 16:43:02 UTC (rev 1191038)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-locale
+pkgver=2.5.7
+pkgrel=1
+pkgdesc='Switchboard Locale Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-locale
+license=(GPL3)
+depends=(
+  accountsservice
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libibus
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=5bebccf09eeaf8501260abdba233d3e20f030640
+source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-locale
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-locale 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