From afe6ccc2b9d53a79691239446eac8d92f6c72667 Mon Sep 17 00:00:00 2001 From: uglyside Date: Tue, 17 Jun 2025 07:38:10 +0300 Subject: [PATCH] cdk-5.0.20250116 --- programming/library/cdk/actions.py | 13 ++- programming/library/cdk/pspec.xml | 147 +++++++++++++++-------------- 2 files changed, 83 insertions(+), 77 deletions(-) diff --git a/programming/library/cdk/actions.py b/programming/library/cdk/actions.py index b898025b39..db26edfe1b 100644 --- a/programming/library/cdk/actions.py +++ b/programming/library/cdk/actions.py @@ -8,20 +8,19 @@ from pisi.actionsapi import autotools, pisitools, get i = ''.join([ ' --enable-hdr-subdir', - ' --with-Xaw3d', - ' --with-Xaw3dxft', + ' --enable-pc-files', + ' --with-Xaw3d{,xft}', ' --with-shared ' ]) def setup(): -# shelltools.export("CFLAGS", "") - autotools.configure(i) + autotools.configure(i) def build(): - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("CHANGES") + pisitools.dodoc("CHANGES") diff --git a/programming/library/cdk/pspec.xml b/programming/library/cdk/pspec.xml index 2754f12b57..11cc459514 100644 --- a/programming/library/cdk/pspec.xml +++ b/programming/library/cdk/pspec.xml @@ -1,77 +1,84 @@ - - cdk - https://invisible-island.net/cdk/cdk.html - - PisiLinux Community - admins@pisilinux.org - - custom - library - programming.library - This is a modified/enhanced version of Cdk. - - Cdk stands for 'Curses Development Kit' and it currently contains 21 ready to use widgets which facilitate the speedy development of full screen curses programs. This little project of mine started as a test to see how compatible my Linux machine was to other UNIX breeds. While doing this I discovered Ncurses, and played with it. These widgets are the result of over a years worth of playing. - - - https://invisible-mirror.net/archives/cdk/cdk-5.0-20221025.tgz - - - Xaw3d-devel - ncurses-devel - - + + cdk + https://invisible-island.net/cdk/cdk.html + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.library + cdk - Curses Development Kit. + Cdk provides functions to use a large number of predefined curses widgets. + https://invisible-island.net/archives/cdk/cdk-5.0-20250116.tgz + + Xaw3d-devel + ncurses-devel + libXaw3dxft-devel + + - - cdk - - ncurses - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - + + cdk + + Xaw3d + ncurses + libXaw3dxft + + + /usr/lib + /usr/share/man + /usr/share/doc + + - - cdk-devel - - ncurses-devel - perl - cdk - - - /usr/include - /usr/lib/pkgconfig - - + + cdk-devel + + Xaw3d-devel + ncurses-devel + libXaw3dxft-devel + cdk + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man1 + + - - - 2023-01-03 - 5.0.20221025 - Version bump. - fury - uglyside@yandex.ru - - - 2022-01-17 - 5.0.20211216 - Version bump. - fury - uglyside@yandex.ru - - - 2020-11-28 - 5.0.20200923 - First build. - fury - uglyside@yandex.ru - - + + + 2025-06-17 + 5.0.20250116 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2023-01-03 + 5.0.20221025 + Version bump. + fury + uglyside@yandex.ru + + + 2022-01-17 + 5.0.20211216 + Version bump. + fury + uglyside@yandex.ru + + + 2020-11-28 + 5.0.20200923 + First build. + fury + uglyside@yandex.ru + + -