Date: Tuesday, March 21, 2023 @ 23:20:29
Author: heftig
Revision: 471744
archrelease: copy trunk to extra-any
Added:
gsettings-desktop-schemas/repos/extra-any/PKGBUILD
(from rev 471742, gsettings-desktop-schemas/trunk/PKGBUILD)
Deleted:
gsettings-desktop-schemas/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 91 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 50 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-21 23:20:29 UTC (rev 471743)
+++ PKGBUILD 2023-03-21 23:20:29 UTC (rev 471744)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-# Contributor: Jaroslav Lichtblau <[email protected]>
-# Contributor: Adam Hani Schakaki (krzd) <[email protected]>
-
-pkgname=gsettings-desktop-schemas
-pkgver=43.0
-pkgrel=1
-pkgdesc="Shared GSettings schemas for the desktop"
-url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
-arch=(any)
-license=(GPL)
-depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
-makedepends=(gobject-introspection git meson)
-_commit=742f0023b484bcf62f89731a2916fe3f2d30377a # tags/43.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/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: gsettings-desktop-schemas/repos/extra-any/PKGBUILD (from rev 471742,
gsettings-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-21 23:20:29 UTC (rev 471744)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: Jaroslav Lichtblau <[email protected]>
+# Contributor: Adam Hani Schakaki (krzd) <[email protected]>
+
+pkgname=gsettings-desktop-schemas
+pkgver=44.0
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
+arch=(any)
+license=(GPL)
+depends=(
+ adobe-source-code-pro-fonts
+ cantarell-fonts
+ dconf
+ glib2
+)
+makedepends=(
+ git
+ gobject-introspection
+ meson
+)
+_commit=eff0b3609ff745fcb58cba7198397c642702736e # tags/44.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: