[arch-commits] Commit in gsettings-desktop-schemas/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Mar 24 19:23:49 UTC 2021


    Date: Wednesday, March 24, 2021 @ 19:23:49
  Author: heftig
Revision: 410829

archrelease: copy trunk to extra-any

Added:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD
    (from rev 410828, gsettings-desktop-schemas/trunk/PKGBUILD)
Deleted:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 19:23:39 UTC (rev 410828)
+++ PKGBUILD	2021-03-24 19:23:49 UTC (rev 410829)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Adam Hani Schakaki (krzd) <krzd at krzd.net>
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.38.0
-pkgrel=1
-pkgdesc="Shared GSettings schemas for the desktop"
-arch=(any)
-url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
-license=(GPL)
-depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
-makedepends=(gobject-introspection git meson)
-_commit=bbb4e9d70bea13416a6f7558fddc75c0bb60739a  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gsettings-desktop-schemas/repos/extra-any/PKGBUILD (from rev 410828, gsettings-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-24 19:23:49 UTC (rev 410829)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Adam Hani Schakaki (krzd) <krzd at krzd.net>
+
+pkgname=gsettings-desktop-schemas
+pkgver=40.0
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
+license=(GPL)
+depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
+makedepends=(gobject-introspection git meson)
+_commit=330c148978aa865851b0be3dd72f0817cbd94f31  # tags/40.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list