Date: Saturday, September 24, 2022 @ 17:41:43
  Author: heftig
Revision: 456716

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-24 17:41:22 UTC (rev 456715)
+++ PKGBUILD    2022-09-24 17:41:43 UTC (rev 456716)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-
-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:

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 456715, 
libwnck3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-24 17:41:43 UTC (rev 456716)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgname=libwnck3
+pkgver=43.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)
+options=(debug)
+_commit=6147abd0c1fe35b96e1fbb63fa94d23f91fb2934  # tags/43.0^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 sts=-1 et:

Reply via email to