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

Jan Steffens heftig at gemini.archlinux.org
Sat Aug 14 20:21:05 UTC 2021


    Date: Saturday, August 14, 2021 @ 20:21:05
  Author: heftig
Revision: 422259

archrelease: copy trunk to extra-x86_64

Added:
  libepoxy/repos/extra-x86_64/PKGBUILD
    (from rev 422258, libepoxy/trunk/PKGBUILD)
Deleted:
  libepoxy/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-14 20:20:34 UTC (rev 422258)
+++ PKGBUILD	2021-08-14 20:21:05 UTC (rev 422259)
@@ -1,39 +0,0 @@
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=libepoxy
-pkgver=1.5.8
-pkgrel=1
-pkgdesc="Library handling OpenGL function pointer management"
-url="https://github.com/anholt/libepoxy"
-arch=(x86_64)
-license=(MIT)
-depends=(glibc)
-makedepends=(python mesa-libgl git meson doxygen graphviz)
-_commit=2a1665c632d47c2c73f4e8e1d2f2db62b26682d2  # tags/1.5.8^0
-source=("git+https://github.com/anholt/libepoxy#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D docs=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir="$pkgdir"
-  install -Dm644 $pkgname/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: libepoxy/repos/extra-x86_64/PKGBUILD (from rev 422258, libepoxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-14 20:21:05 UTC (rev 422259)
@@ -0,0 +1,41 @@
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=libepoxy
+pkgver=1.5.9
+pkgrel=1
+pkgdesc="Library handling OpenGL function pointer management"
+url="https://github.com/anholt/libepoxy"
+arch=(x86_64)
+license=(MIT)
+depends=(glibc)
+makedepends=(python mesa-libgl git meson doxygen graphviz)
+checkdepends=(xorg-server-xvfb)
+_commit=ecfa8e0f083084181d36966fa084aca9a6c97d53  # tags/1.5.9^0
+source=("git+https://github.com/anholt/libepoxy#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D docs=true
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-nolisten local' \
+    meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -Dm644 $pkgname/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list