From bb580ab1a2dcaf8edfcae1dc450b6f1d9fda5c22 Mon Sep 17 00:00:00 2001 From: uglyside Date: Tue, 17 Jun 2025 07:36:48 +0300 Subject: [PATCH] add libXaw3dxft. --- x11/library/libXaw3dXft/actions.py | 16 ++++++++ x11/library/libXaw3dXft/pspec.xml | 59 ++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 x11/library/libXaw3dXft/actions.py create mode 100644 x11/library/libXaw3dXft/pspec.xml diff --git a/x11/library/libXaw3dXft/actions.py b/x11/library/libXaw3dXft/actions.py new file mode 100644 index 0000000000..deb8ca1103 --- /dev/null +++ b/x11/library/libXaw3dXft/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools, get + +def setup(): + autotools.configure("--prefix=/usr --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/x11/library/libXaw3dXft/pspec.xml b/x11/library/libXaw3dXft/pspec.xml new file mode 100644 index 0000000000..cf9793beef --- /dev/null +++ b/x11/library/libXaw3dXft/pspec.xml @@ -0,0 +1,59 @@ + + + + + libXaw3dXft + https://github.com/DaveFlater/libXaw3dXft + + Kamil Atlı + suvari@pisilinux.org + + MIT/X11 + x11.library + Athena Widgets + 3D + FreeType font support. + libXaw3dXft is an extension of libXaw3d that adds FreeType font support. + https://github.com/DaveFlater/libXaw3dXft/releases/download/v1.6.3/libxaw3dxft-1.6.3.tar.xz + + Xaw3d-devel + libXft-devel + + + + + + + + libXaw3dXft + + Xaw3d + libXft + + + /usr/lib + /usr/share + + + + + libXaw3dXft-devel + + Xaw3d-devel + libXft-devel + libXaw3dXft + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2025-06-17 + 1.6.3 + First release. + Kamil Atlı + suvari@pisilinux.org + + +