diff --git a/x11/library/libepoxy/actions.py b/x11/library/libepoxy/actions.py index cc05e6da4b..f16e6827c4 100644 --- a/x11/library/libepoxy/actions.py +++ b/x11/library/libepoxy/actions.py @@ -6,17 +6,16 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import autotools +from pisi.actionsapi import mesontools from pisi.actionsapi import get def setup(): - autotools.autoreconf("-vfi") - - autotools.configure() + mesontools.configure() def build(): - autotools.make() + mesontools.build() def install(): - autotools.rawInstall("DESTDIR=%s" %get.installDIR()) + mesontools.install() pisitools.dodoc("README.md", "COPYING") diff --git a/x11/library/libepoxy/pspec.xml b/x11/library/libepoxy/pspec.xml index afc481e959..9dde01e986 100644 --- a/x11/library/libepoxy/pspec.xml +++ b/x11/library/libepoxy/pspec.xml @@ -12,8 +12,9 @@ library OpenGL function pointer management library Epoxy is a library for handling OpenGL function pointer management for you. - https://github.com/anholt/libepoxy/releases/download/1.5.4/libepoxy-1.5.4.tar.xz + https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.9.tar.xz + meson libX11-devel libglvnd-devel util-macros @@ -38,10 +39,12 @@ Development files for libepoxy libepoxy + libglvnd-devel /usr/include /usr/lib/pkgconfig + /usr/lib32/pkgconfig @@ -63,6 +66,13 @@ + + 2021-08-14 + 1.5.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-10 1.5.4