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

Jan Steffens heftig at archlinux.org
Wed May 1 11:17:07 UTC 2019


    Date: Wednesday, May 1, 2019 @ 11:17:07
  Author: heftig
Revision: 352351

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-01 11:16:56 UTC (rev 352350)
+++ PKGBUILD	2019-05-01 11:17:07 UTC (rev 352351)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libwnck3
-pkgver=3.30.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 autoconf-archive git)
-_commit=83548dda1c15789ad50eb1823731c17864cbb951  # tags/3.30.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
-    NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-    cd libwnck
-    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-        --disable-static --enable-gtk-doc --enable-compile-warnings=minimum
-
-    # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-    make
-}
-
-check() {
-    cd libwnck
-    make -k check
-}
-
-package() {
-    cd libwnck
-    make DESTDIR="$pkgdir" install
-}
-
-# vim:set sw=4 et:

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 352350, libwnck3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-01 11:17:07 UTC (rev 352351)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libwnck3
+pkgver=3.32.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=d3a714db6af5c1a146effb8d8f827b8973bbb91c  # tags/3.32.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
+    ninja -C build
+}
+
+check() {
+    meson test -C build --print-errorlogs
+}
+
+package() {
+    DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=4 et:



More information about the arch-commits mailing list