[arch-commits] Commit in gnome-desktop/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Jun 6 08:56:40 UTC 2021
Date: Sunday, June 6, 2021 @ 08:56:40
Author: heftig
Revision: 417180
archrelease: copy trunk to extra-x86_64
Added:
gnome-desktop/repos/extra-x86_64/PKGBUILD
(from rev 417179, gnome-desktop/trunk/PKGBUILD)
Deleted:
gnome-desktop/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-06 08:56:30 UTC (rev 417179)
+++ PKGBUILD 2021-06-06 08:56:40 UTC (rev 417180)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jan at archlinux.org>
-
-pkgname=gnome-desktop
-pkgver=40.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-libs libxkbcommon)
-makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
-checkdepends=(xorg-server-xvfb)
-provides=(libgnome-desktop-3.so)
-_commit=9e94c388a7e6b2dde14d04a379d29fe9ef8a4484 # tags/40.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 '-screen 0 1920x1080x24 -nolisten local' \
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 417179, gnome-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-06 08:56:40 UTC (rev 417180)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jan at archlinux.org>
+
+pkgname=gnome-desktop
+pkgver=40.1
+pkgrel=2
+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=9e94c388a7e6b2dde14d04a379d29fe9ef8a4484 # tags/40.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 '-screen 0 1920x1080x24 -nolisten local' \
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list