[arch-commits] Commit in libwnck3/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Feb 17 23:36:34 UTC 2022


    Date: Thursday, February 17, 2022 @ 23:36:33
  Author: heftig
Revision: 437629

archrelease: copy trunk to extra-x86_64

Added:
  libwnck3/repos/extra-x86_64/PKGBUILD
    (from rev 437628, libwnck3/trunk/PKGBUILD)
Deleted:
  libwnck3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-17 23:36:25 UTC (rev 437628)
+++ PKGBUILD	2022-02-17 23:36:33 UTC (rev 437629)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libwnck3
-pkgver=40.0
-pkgrel=1
-pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, etc.)"
-url="https://gitlab.gnome.org/GNOME/libwnck"
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 startup-notification libxres)
-makedepends=(gobject-introspection gtk-doc git meson)
-_commit=d161ed31914711b97a1c6ebef0558d80ce51113b  # tags/40.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libwnck.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-    cd libwnck
-    git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-    cd libwnck
-}
-
-build() {
-    arch-meson libwnck build -D gtk_doc=true
-    meson compile -C build
-}
-
-check() {
-    meson test -C build --print-errorlogs
-}
-
-package() {
-    meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=4 et:

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 437628, libwnck3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-17 23:36:33 UTC (rev 437629)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libwnck3
+pkgver=40.1
+pkgrel=1
+pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, etc.)"
+url="https://gitlab.gnome.org/GNOME/libwnck"
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 startup-notification libxres)
+makedepends=(gobject-introspection gtk-doc git meson)
+_commit=7fab141ba787cecb576b732c9182b006453d82f4  # tags/40.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libwnck.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libwnck
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libwnck
+}
+
+build() {
+  arch-meson libwnck build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list