[arch-commits] Commit in gnome-desktop/repos/gnome-unstable-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Tue Nov 2 22:21:55 UTC 2021
Date: Tuesday, November 2, 2021 @ 22:21:55
Author: heftig
Revision: 427005
archrelease: copy trunk to gnome-unstable-x86_64
Added:
gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 427004, gnome-desktop/trunk/PKGBUILD)
Deleted:
gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-02 22:21:46 UTC (rev 427004)
+++ PKGBUILD 2021-11-02 22:21:55 UTC (rev 427005)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jan at archlinux.org>
-
-pkgname=gnome-desktop
-pkgver=41.0
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://gitlab.gnome.org/GNOME/gnome-desktop"
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 xkeyboard-config iso-codes libseccomp
- bubblewrap systemd libxkbcommon)
-makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
-checkdepends=(xorg-server-xvfb)
-provides=(libgnome-desktop-3.so)
-_commit=65e130f35e4ea0d4020192b1ea9112c8c905fa96 # tags/41.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build \
- -D gnome_distributor="Arch Linux" \
- -D gtk_doc=true \
- -D debug_tools=false \
- -D date_in_gnome_version=false
- meson compile -C build
-}
-
-check() {
- dbus-run-session xvfb-run -s '-nolisten local' \
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
Copied: gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 427004, gnome-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-02 22:21:55 UTC (rev 427005)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jan at archlinux.org>
+
+pkgname=gnome-desktop
+pkgver=41.1
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://gitlab.gnome.org/GNOME/gnome-desktop"
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 xkeyboard-config iso-codes libseccomp
+ bubblewrap systemd libxkbcommon)
+makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
+checkdepends=(xorg-server-xvfb)
+provides=(libgnome-desktop-3.so)
+_commit=41522caec7cd406d213f0d62b1572df3e1331e34 # tags/41.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build \
+ -D gnome_distributor="Arch Linux" \
+ -D gtk_doc=true \
+ -D debug_tools=false \
+ -D date_in_gnome_version=false
+ meson compile -C build
+}
+
+check() {
+ dbus-run-session xvfb-run -s '-nolisten local' \
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
More information about the arch-commits
mailing list