From 71be430e5d4bfcedc422f571f5df7a4514a8ea92 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 02:18:27 +0200 Subject: Update docs/install.md --- docs/install.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index e3e7b189..adc53381 100644 --- a/docs/install.md +++ b/docs/install.md @@ -92,8 +92,6 @@ You can also create a directory the community repo. # echo 'APKG_REPO="/var/lib/repos/core /var/lib/repos/extra /var/lib/repos/community"' >> /etc/apkg.conf ``` -> NOTE: All repo paths must be declared in the APKG_REPO variable, separated by a single space. - Next, we will set up directories for `packages`, `sources`, and `work`. By default, these directories are inside the package template, but we will change them to `/var/cache/pkg`, `/var/cache/src`, and `/var/cache/work` respectively. You can change these to any location where you want to store these files. First, create the directories. -- cgit v1.2.3 From 45ffcf98cb5ed1679e1f86b8d6308e47f5402dfc Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 03:23:50 +0200 Subject: lua build file --- repos/community/lua/abuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 repos/community/lua/abuild diff --git a/repos/community/lua/abuild b/repos/community/lua/abuild new file mode 100644 index 00000000..9cf6ace0 --- /dev/null +++ b/repos/community/lua/abuild @@ -0,0 +1,13 @@ +name=lua +version=5.5.0 +release=1 +source="https://www.lua.org/ftp/lua-$version.tar.gz" + +build() { + make MYCFLAGS="-fPIC $CFLAGS" MYLDFLAGS="$LDFLAGS" linux + make install \ + INSTALL_DATA='cp -d' \ + INSTALL_TOP=$PKG/usr \ + INSTALL_INC=$PKG/usr/include/lua55 \ + INSTALL_MAN=$PKG/usr/share/man/man1 +} -- cgit v1.2.3 From 78ee378f6403ac69bba78ae600e7e0fb01ad8d79 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 03:24:30 +0200 Subject: lua checksum --- repos/community/lua/.checksum | 1 + 1 file changed, 1 insertion(+) create mode 100644 repos/community/lua/.checksum diff --git a/repos/community/lua/.checksum b/repos/community/lua/.checksum new file mode 100644 index 00000000..256b679c --- /dev/null +++ b/repos/community/lua/.checksum @@ -0,0 +1 @@ +489c82425cda485b0147e56a0fe73559169d12e7da0ac32bdf4593ce1835faf6 lua-5.5.0.tar.gz \ No newline at end of file -- cgit v1.2.3 From 8a89d54c8162e62f5827841254ae158943585902 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 03:24:56 +0200 Subject: lua .files --- repos/community/lua/.files | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 repos/community/lua/.files diff --git a/repos/community/lua/.files b/repos/community/lua/.files new file mode 100644 index 00000000..93eedb6d --- /dev/null +++ b/repos/community/lua/.files @@ -0,0 +1,21 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lua +-rwxr-xr-x root/root usr/bin/luac +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/lua55/ +-rw-r--r-- root/root usr/include/lua55/lauxlib.h +-rw-r--r-- root/root usr/include/lua55/lua.h +-rw-r--r-- root/root usr/include/lua55/lua.hpp +-rw-r--r-- root/root usr/include/lua55/luaconf.h +-rw-r--r-- root/root usr/include/lua55/lualib.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/lua/ +drwxr-xr-x root/root usr/lib/lua/5.5/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/lua/ +drwxr-xr-x root/root usr/share/lua/5.5/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/lua.1.gz +-rw-r--r-- root/root usr/share/man/man1/luac.1.gz -- cgit v1.2.3 From d2845063072824b1d093016017804fd4043b2945 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 03:25:56 +0200 Subject: luajit build file --- repos/community/luajit/abuild | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 repos/community/luajit/abuild diff --git a/repos/community/luajit/abuild b/repos/community/luajit/abuild new file mode 100644 index 00000000..49b7152b --- /dev/null +++ b/repos/community/luajit/abuild @@ -0,0 +1,4 @@ +name=luajit +version=2.1 +release=1 +source="https://github.com/LuaJIT/LuaJIT/archive/refs/tags/v$version.ROLLING.tar.gz" -- cgit v1.2.3 From d506b901e55bac358ee9c3d59720ea466c27bdf8 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 03:26:35 +0200 Subject: luajit checksum --- repos/community/luajit/.checksum | 1 + 1 file changed, 1 insertion(+) create mode 100644 repos/community/luajit/.checksum diff --git a/repos/community/luajit/.checksum b/repos/community/luajit/.checksum new file mode 100644 index 00000000..d11445db --- /dev/null +++ b/repos/community/luajit/.checksum @@ -0,0 +1 @@ +bceaa938dd383a6e1838bc7f08339801a524c5df0bbe2997dbece665a613d432 v2.1.ROLLING.tar.gz \ No newline at end of file -- cgit v1.2.3 From e26a4b2c8114f5a45585288eeed9876cfc78bb8a Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 03:26:54 +0200 Subject: luajit .files --- repos/community/luajit/.files | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 repos/community/luajit/.files diff --git a/repos/community/luajit/.files b/repos/community/luajit/.files new file mode 100644 index 00000000..0df805f8 --- /dev/null +++ b/repos/community/luajit/.files @@ -0,0 +1,46 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/luajit-2.1. +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/luajit-2.1/ +-rw-r--r-- root/root usr/include/luajit-2.1/lauxlib.h +-rw-r--r-- root/root usr/include/luajit-2.1/lua.h +-rw-r--r-- root/root usr/include/luajit-2.1/lua.hpp +-rw-r--r-- root/root usr/include/luajit-2.1/luaconf.h +-rw-r--r-- root/root usr/include/luajit-2.1/luajit.h +-rw-r--r-- root/root usr/include/luajit-2.1/lualib.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libluajit-5.1.so -> libluajit-5.1.so.2.1. +lrwxrwxrwx root/root usr/lib/libluajit-5.1.so.2 -> libluajit-5.1.so.2.1. +-rwxr-xr-x root/root usr/lib/libluajit-5.1.so.2.1. +drwxr-xr-x root/root usr/lib/lua/ +drwxr-xr-x root/root usr/lib/lua/5.1/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/luajit.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/lua/ +drwxr-xr-x root/root usr/share/lua/5.1/ +drwxr-xr-x root/root usr/share/luajit-2.1/ +drwxr-xr-x root/root usr/share/luajit-2.1/jit/ +-rw-r--r-- root/root usr/share/luajit-2.1/jit/bc.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/bcsave.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_arm.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_arm64.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_arm64be.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mips.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mips64.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mips64el.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mips64r6.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mips64r6el.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mipsel.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_ppc.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_x64.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_x86.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dump.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/p.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/v.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/vmdef.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/zone.lua +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/luajit.1.gz -- cgit v1.2.3 From cf0822b5c29b45ce2e9713ad747e1a0927122c35 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 17:52:34 +0200 Subject: add keep static flag --- repos/community/lua/abuild | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/community/lua/abuild b/repos/community/lua/abuild index 9cf6ace0..abf5d4cf 100644 --- a/repos/community/lua/abuild +++ b/repos/community/lua/abuild @@ -2,6 +2,7 @@ name=lua version=5.5.0 release=1 source="https://www.lua.org/ftp/lua-$version.tar.gz" +keep_static=1 build() { make MYCFLAGS="-fPIC $CFLAGS" MYLDFLAGS="$LDFLAGS" linux -- cgit v1.2.3 From 8081fd98f4971e13a1805e644581518785bdd038 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 17:53:14 +0200 Subject: change lua .files --- repos/community/lua/.files | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/repos/community/lua/.files b/repos/community/lua/.files index 93eedb6d..e5bc11cd 100644 --- a/repos/community/lua/.files +++ b/repos/community/lua/.files @@ -3,19 +3,19 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/lua -rwxr-xr-x root/root usr/bin/luac drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/lua55/ --rw-r--r-- root/root usr/include/lua55/lauxlib.h --rw-r--r-- root/root usr/include/lua55/lua.h --rw-r--r-- root/root usr/include/lua55/lua.hpp --rw-r--r-- root/root usr/include/lua55/luaconf.h --rw-r--r-- root/root usr/include/lua55/lualib.h +-rw-r--r-- root/root usr/include/lauxlib.h +-rw-r--r-- root/root usr/include/lua.h +-rw-r--r-- root/root usr/include/lua.hpp +-rw-r--r-- root/root usr/include/luaconf.h +-rw-r--r-- root/root usr/include/lualib.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/liblua.a drwxr-xr-x root/root usr/lib/lua/ drwxr-xr-x root/root usr/lib/lua/5.5/ +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/lua.1 +-rw-r--r-- root/root usr/man/man1/luac.1 drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/lua/ drwxr-xr-x root/root usr/share/lua/5.5/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/lua.1.gz --rw-r--r-- root/root usr/share/man/man1/luac.1.gz -- cgit v1.2.3 From 38e30a9cdd82f9d8c589e4e1999c74d3d147e663 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 19:35:33 +0200 Subject: netbsd-curses build file --- repos/community/netbsd-curses/abuild | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 repos/community/netbsd-curses/abuild diff --git a/repos/community/netbsd-curses/abuild b/repos/community/netbsd-curses/abuild new file mode 100644 index 00000000..cb98f429 --- /dev/null +++ b/repos/community/netbsd-curses/abuild @@ -0,0 +1,4 @@ +name=netbsd-curses +version=0.3.2 +release=1 +source="https://github.com/sabotage-linux/$name/archive/refs/tags/v$version.tar.gz" \ No newline at end of file -- cgit v1.2.3 From 86e8816ffab9c458b5204c702332ad65ed40cf72 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 19:36:10 +0200 Subject: netbsd-curses checksum --- repos/community/netbsd-curses/.checksum | 1 + 1 file changed, 1 insertion(+) create mode 100644 repos/community/netbsd-curses/.checksum diff --git a/repos/community/netbsd-curses/.checksum b/repos/community/netbsd-curses/.checksum new file mode 100644 index 00000000..a4265b35 --- /dev/null +++ b/repos/community/netbsd-curses/.checksum @@ -0,0 +1 @@ +aeb448eea51c85d8c80d9568f4436f476aba4d5a1064ba669bc591009b88fae8 v0.3.2.tar.gz \ No newline at end of file -- cgit v1.2.3 From 9b25111c82addcdde4f02daa36bed01f6967bd2f Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 19:36:55 +0200 Subject: netbsd-curses .files --- repos/community/netbsd-curses/.files | 571 +++++++++++++++++++++++++++++++++++ 1 file changed, 571 insertions(+) create mode 100644 repos/community/netbsd-curses/.files diff --git a/repos/community/netbsd-curses/.files b/repos/community/netbsd-curses/.files new file mode 100644 index 00000000..341b728c --- /dev/null +++ b/repos/community/netbsd-curses/.files @@ -0,0 +1,571 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/clear +-rwxr-xr-x root/root usr/bin/infocmp +lrwxrwxrwx root/root usr/bin/reset -> tset +-rwxr-xr-x root/root usr/bin/tabs +-rwxr-xr-x root/root usr/bin/tic +-rwxr-xr-x root/root usr/bin/tput +-rwxr-xr-x root/root usr/bin/tset +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/curses.h +-rw-r--r-- root/root usr/include/eti.h +-rw-r--r-- root/root usr/include/form.h +-rw-r--r-- root/root usr/include/menu.h +lrwxrwxrwx root/root usr/include/ncurses.h -> curses.h +-rw-r--r-- root/root usr/include/panel.h +-rw-r--r-- root/root usr/include/term.h +-rw-r--r-- root/root usr/include/termcap.h +-rw-r--r-- root/root usr/include/unctrl.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libcurses.so +-rw-r--r-- root/root usr/lib/libform.so +lrwxrwxrwx root/root usr/lib/libformw.so -> libform.so +-rw-r--r-- root/root usr/lib/libmenu.so +lrwxrwxrwx root/root usr/lib/libmenuw.so -> libmenu.so +lrwxrwxrwx root/root usr/lib/libncurses.so -> libcurses.so +lrwxrwxrwx root/root usr/lib/libncursesw.so -> libcurses.so +-rw-r--r-- root/root usr/lib/libpanel.so +lrwxrwxrwx root/root usr/lib/libpanelw.so -> libpanel.so +lrwxrwxrwx root/root usr/lib/libtermcap.so -> libterminfo.so +-rw-r--r-- root/root usr/lib/libterminfo.so +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/curses.pc +-rw-r--r-- root/root usr/lib/pkgconfig/form.pc +-rw-r--r-- root/root usr/lib/pkgconfig/formw.pc +-rw-r--r-- root/root usr/lib/pkgconfig/menu.pc +-rw-r--r-- root/root usr/lib/pkgconfig/menuw.pc +-rw-r--r-- root/root usr/lib/pkgconfig/ncurses.pc +-rw-r--r-- root/root usr/lib/pkgconfig/ncursesw.pc +-rw-r--r-- root/root usr/lib/pkgconfig/panel.pc +-rw-r--r-- root/root usr/lib/pkgconfig/panelw.pc +-rw-r--r-- root/root usr/lib/pkgconfig/termcap.pc +-rw-r--r-- root/root usr/lib/pkgconfig/terminfo.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +lrwxrwxrwx root/root usr/share/man/man1/clear.1.gz -> tput.1.gz +-rw-r--r-- root/root usr/share/man/man1/infocmp.1.gz +lrwxrwxrwx root/root usr/share/man/man1/reset.1.gz -> tset.1.gz +-rw-r--r-- root/root usr/share/man/man1/tabs.1.gz +-rw-r--r-- root/root usr/share/man/man1/tic.1.gz +-rw-r--r-- root/root usr/share/man/man1/tput.1.gz +-rw-r--r-- root/root usr/share/man/man1/tset.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +lrwxrwxrwx root/root usr/share/man/man3/addch.3.gz -> curses_addch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/addchnstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/addchstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/addnstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/addstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/assume_default_colors.3.gz -> curses_default_colors.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_get.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_off.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_on.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_set.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attroff.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attron.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attrset.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/beep.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bkgd.3.gz -> curses_background.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bkgdset.3.gz -> curses_background.3.gz +lrwxrwxrwx root/root usr/share/man/man3/border.3.gz -> curses_border.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bottom_panel.3.gz -> panel_above.3.gz +lrwxrwxrwx root/root usr/share/man/man3/box.3.gz -> curses_border.3.gz +lrwxrwxrwx root/root usr/share/man/man3/can_change_color.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/cbreak.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/chgat.3.gz -> curses_chgat.3.gz +lrwxrwxrwx root/root usr/share/man/man3/clear.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/clearok.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/clrtobot.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/clrtoeol.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/color_content.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/color_set.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/copywin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/current_field.3.gz -> form_page.3.gz +lrwxrwxrwx root/root usr/share/man/man3/current_item.3.gz -> menu_item_current.3.gz +lrwxrwxrwx root/root usr/share/man/man3/curs_set.3.gz -> curses_tty.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_addch.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_addchstr.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_addstr.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_background.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_border.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_cchar.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_chgat.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_clear.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_color.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_cursor.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_default_colors.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_delch.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_deleteln.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_echochar.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_fileio.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_inch.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_input.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_insch.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_insdelln.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_insertln.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_keyname.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_line.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_mouse.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_pad.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_print.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_refresh.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_scanw.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_screen.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_scroll.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_slk.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_standout.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_termcap.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_touch.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_tty.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_underscore.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/data_ahead.3.gz -> form_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/data_behind.3.gz -> form_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/def_prog_mode.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/def_shell_mode.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/define_key.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/del_curterm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/del_panel.3.gz -> new_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/delay_output.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/delch.3.gz -> curses_delch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/deleteln.3.gz -> curses_deleteln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/delscreen.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/delwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/derwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/doupdate.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/dup_field.3.gz -> form_field_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/dupwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/dynamic_field_info.3.gz -> form_field_info.3.gz +lrwxrwxrwx root/root usr/share/man/man3/echo.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/echochar.3.gz -> curses_echochar.3.gz +lrwxrwxrwx root/root usr/share/man/man3/endwin.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/erase.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/erasechar.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_arg.3.gz -> form_field_validation.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_back.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_buffer.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_count.3.gz -> form_field.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_fore.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_index.3.gz -> form_page.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_info.3.gz -> form_field_info.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_init.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_just.3.gz -> form_field_just.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_opts.3.gz -> form_field_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_opts_off.3.gz -> form_field_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_opts_on.3.gz -> form_field_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_pad.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_status.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_term.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_type.3.gz -> form_field_validation.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_userptr.3.gz -> form_field_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/filter.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/flash.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/flushinp.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/flushok.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form.3.gz -> forms.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_cursor.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_data.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_driver.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_buffer.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_info.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_just.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_opts.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_userptr.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_validation.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_fields.3.gz -> form_field.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_fieldtype.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_init.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_max_page.3.gz -> form_page.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_new_page.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_opts_off.3.gz -> form_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_opts_on.3.gz -> form_opts.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_page.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_sub.3.gz -> form_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_term.3.gz -> form_hook.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_userptr.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_win.3.gz +-rw-r--r-- root/root usr/share/man/man3/forms.3.gz +lrwxrwxrwx root/root usr/share/man/man3/free_field.3.gz -> form_field_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/free_fieldtype.3.gz -> form_fieldtype.3.gz +lrwxrwxrwx root/root usr/share/man/man3/free_form.3.gz -> form_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/free_item.3.gz -> menu_item_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/free_menu.3.gz -> menu_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/fullname.3.gz -> curses_termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getattrs.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getbegx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getbegy.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getbkgd.3.gz -> curses_background.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getcchar.3.gz -> curses_cchar.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getch.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getcurx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getcury.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getmaxx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getmaxy.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getmaxyx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getnstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getparx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getpary.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getparyx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getsyx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/gettmode.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getwin.3.gz -> curses_fileio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getyx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/halfdelay.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/has_colors.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/has_ic.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/has_il.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/has_key.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/hide_panel.3.gz -> panel_hidden.3.gz +lrwxrwxrwx root/root usr/share/man/man3/hline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/idcok.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/idlok.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/immedok.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/inch.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/inchnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/inchstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/init_color.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/init_pair.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/initscr.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/innstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/insch.3.gz -> curses_insch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/insdelln.3.gz -> curses_insdelln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/insertln.3.gz -> curses_insertln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/instr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/intrflush.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_keypad.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_leaveok.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_linetouched.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_pad.3.gz -> curses_pad.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_term_resized.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_wintouched.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/isendwin.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_count.3.gz -> menu_items.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_description.3.gz -> menu_item_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_index.3.gz -> menu_item_current.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_init.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_name.3.gz -> menu_item_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_opts.3.gz -> menu_item_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_opts_off.3.gz -> menu_item_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_opts_on.3.gz -> menu_item_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_selected.3.gz -> menu_item_value.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_term.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_userptr.3.gz -> menu_item_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_value.3.gz -> menu_item_value.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_visible.3.gz -> menu_item_visible.3.gz +lrwxrwxrwx root/root usr/share/man/man3/keyname.3.gz -> curses_keyname.3.gz +lrwxrwxrwx root/root usr/share/man/man3/keypad.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/killchar.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/leaveok.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/link_field.3.gz -> form_field_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/link_fieldtype.3.gz -> form_fieldtype.3.gz +lrwxrwxrwx root/root usr/share/man/man3/longname.3.gz -> terminfo.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_back.3.gz -> menu_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_cursor.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_driver.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_fore.3.gz -> menu_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_format.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_grey.3.gz -> menu_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_init.3.gz -> menu_hook.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_current.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_opts.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_userptr.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_value.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_visible.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_items.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_mark.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_opts_off.3.gz -> menu_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_opts_on.3.gz -> menu_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_pad.3.gz -> menu_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_pattern.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_sub.3.gz -> menu_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_term.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_unmark.3.gz -> menu_mark.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_userptr.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_win.3.gz +-rw-r--r-- root/root usr/share/man/man3/menus.3.gz +lrwxrwxrwx root/root usr/share/man/man3/meta.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/move.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/move_field.3.gz -> form_field.3.gz +-rw-r--r-- root/root usr/share/man/man3/move_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvaddch.3.gz -> curses_addch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvaddchnstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvaddchstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvaddnstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvaddstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvchgat.3.gz -> curses_chgat.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvcur.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvderwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvgetch.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvgetnstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvgetstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvhline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvinchnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvinchstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvinnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvinsch.3.gz -> curses_insch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvinstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvprintw.3.gz -> curses_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvvline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwaddch.3.gz -> curses_addch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwaddchnstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwaddchstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwaddnstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwaddstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwchgat.3.gz -> curses_chgat.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwgetch.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwgetnstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwgetstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwhline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwinchnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwinchstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwinnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwinsch.3.gz -> curses_insch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwinstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwprintw.3.gz -> curses_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwvline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/napms.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_field.3.gz -> form_field_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_fieldtype.3.gz -> form_fieldtype.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_form.3.gz -> form_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_item.3.gz -> menu_item_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_menu.3.gz -> menu_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_page.3.gz -> form_new_page.3.gz +-rw-r--r-- root/root usr/share/man/man3/new_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/newpad.3.gz -> curses_pad.3.gz +lrwxrwxrwx root/root usr/share/man/man3/newterm.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/newwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/nl.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/nocbreak.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/nodelay.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/noecho.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/nonl.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/noqiflush.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/noraw.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/notimeout.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/overlay.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/overwrite.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/pair_content.3.gz -> curses_color.3.gz +-rw-r--r-- root/root usr/share/man/man3/panel.3.gz +-rw-r--r-- root/root usr/share/man/man3/panel_above.3.gz +lrwxrwxrwx root/root usr/share/man/man3/panel_below.3.gz -> panel_above.3.gz +-rw-r--r-- root/root usr/share/man/man3/panel_hidden.3.gz +-rw-r--r-- root/root usr/share/man/man3/panel_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/panel_window.3.gz -> new_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/pechochar.3.gz -> curses_echochar.3.gz +lrwxrwxrwx root/root usr/share/man/man3/pnoutrefresh.3.gz -> curses_pad.3.gz +lrwxrwxrwx root/root usr/share/man/man3/pos_form_cursor.3.gz -> form_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/pos_menu_cursor.3.gz -> menu_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/post_form.3.gz -> form_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/post_menu.3.gz -> menu_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/prefresh.3.gz -> curses_pad.3.gz +lrwxrwxrwx root/root usr/share/man/man3/printw.3.gz -> curses_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/putp.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/putwin.3.gz -> curses_fileio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/qiflush.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/raw.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/refresh.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/replace_panel.3.gz -> new_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/replace_window.3.gz -> new_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/reset_prog_mode.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/reset_shell_mode.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/resetty.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/resize_term.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/resizeterm.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ripoffline.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/savetty.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scale_form.3.gz -> form_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scale_menu.3.gz -> menu_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scanw.3.gz -> curses_scanw.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scrl.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scroll.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scrollok.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_current_field.3.gz -> form_page.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_current_item.3.gz -> menu_item_current.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_curterm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_escdelay.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_back.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_buffer.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_fore.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_init.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_just.3.gz -> form_field_just.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_opts.3.gz -> form_field_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_pad.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_printf.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_status.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_term.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_type.3.gz -> form_field_validation.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_userptr.3.gz -> form_field_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_fieldtype_arg.3.gz -> form_fieldtype.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_fieldtype_choice.3.gz -> form_fieldtype.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_fields.3.gz -> form_field.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_init.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_opts.3.gz -> form_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_page.3.gz -> form_page.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_sub.3.gz -> form_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_term.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_userptr.3.gz -> form_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_win.3.gz -> form_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_item_init.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_item_term.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_item_userptr.3.gz -> menu_item_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_item_value.3.gz -> menu_item_value.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_max_field.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_back.3.gz -> menu_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_fore.3.gz -> menu_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_format.3.gz -> menu_format.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_grey.3.gz -> menu_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_init.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_items.3.gz -> menu_items.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_mark.3.gz -> menu_mark.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_opts.3.gz -> menu_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_pad.3.gz -> menu_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_sub.3.gz -> menu_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_term.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_unmark.3.gz -> menu_mark.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_userptr.3.gz -> menu_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_win.3.gz -> menu_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_new_page.3.gz -> form_new_page.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_panel_userptr.3.gz -> panel_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_tabsize.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_term.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_top_row.3.gz -> menu_item_current.3.gz +lrwxrwxrwx root/root usr/share/man/man3/setcchar.3.gz -> curses_cchar.3.gz +lrwxrwxrwx root/root usr/share/man/man3/setscrreg.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/setsyx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/setterm.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/setupterm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/show_panel.3.gz -> panel_hidden.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attr_off.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attr_on.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attr_set.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attroff.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attron.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attrset.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_clear.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_color.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_init.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_label.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_noutrefresh.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_refresh.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_restore.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_set.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_touch.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_wset.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/standend.3.gz -> curses_standout.3.gz +lrwxrwxrwx root/root usr/share/man/man3/standout.3.gz -> curses_standout.3.gz +lrwxrwxrwx root/root usr/share/man/man3/start_color.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/subpad.3.gz -> curses_pad.3.gz +lrwxrwxrwx root/root usr/share/man/man3/subwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/syncok.3.gz -> curses_touch.3.gz +-rw-r--r-- root/root usr/share/man/man3/termcap.3.gz +-rw-r--r-- root/root usr/share/man/man3/terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/termname.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tgetent.3.gz -> termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tgetflag.3.gz -> termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tgetnum.3.gz -> termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tgetstr.3.gz -> termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tgoto.3.gz -> termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_getflag.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_getnum.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_getstr.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_putp.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_puts.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_setupterm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_tiparm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tigetflag.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tigetnum.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tigetstr.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/timeout.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tiparm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/top_panel.3.gz -> panel_above.3.gz +lrwxrwxrwx root/root usr/share/man/man3/top_row.3.gz -> menu_item_current.3.gz +lrwxrwxrwx root/root usr/share/man/man3/touchline.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/touchoverlap.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/touchwin.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tparm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tputs.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/typeahead.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/unctrl.3.gz -> curses_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/underend.3.gz -> curses_underscore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/underscore.3.gz -> curses_underscore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ungetch.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/unpost_form.3.gz -> form_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/unpost_menu.3.gz -> menu_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/untouchwin.3.gz -> curses_touch.3.gz +-rw-r--r-- root/root usr/share/man/man3/update_panels.3.gz +lrwxrwxrwx root/root usr/share/man/man3/use_default_colors.3.gz -> curses_default_colors.3.gz +lrwxrwxrwx root/root usr/share/man/man3/use_env.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/vline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/waddch.3.gz -> curses_addch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/waddchnstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/waddchstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/waddnstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/waddstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattr_get.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattr_off.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattr_on.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattr_set.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattroff.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattron.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattrset.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wbkgd.3.gz -> curses_background.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wbkgdset.3.gz -> curses_background.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wborder.3.gz -> curses_border.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wchgat.3.gz -> curses_chgat.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wclear.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wclrtobot.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wclrtoeol.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wcolor_set.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wcursyncup.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wdelch.3.gz -> curses_delch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wdeleteln.3.gz -> curses_deleteln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wechochar.3.gz -> curses_echochar.3.gz +lrwxrwxrwx root/root usr/share/man/man3/werase.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wgetch.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wgetnstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wgetstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/whline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winch.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winchnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winchstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winsch.3.gz -> curses_insch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winsdelln.3.gz -> curses_insdelln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winsertln.3.gz -> curses_insertln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wmove.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wnoutrefresh.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wprintw.3.gz -> curses_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wrefresh.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wresize.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wscanw.3.gz -> curses_scanw.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wscrl.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wsetscrreg.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wstandend.3.gz -> curses_standout.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wstandout.3.gz -> curses_standout.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wsyncup.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wtimeout.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wtouchln.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wunderend.3.gz -> curses_underscore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wunderscore.3.gz -> curses_underscore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wvline.3.gz -> curses_line.3.gz -- cgit v1.2.3 From 2185fdeff67fb5826b19355331c319820dfef618 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 20:22:34 +0200 Subject: tcc doesnt work without libtcc.a --- repos/community/tcc/abuild | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/community/tcc/abuild b/repos/community/tcc/abuild index 82b57025..c0a4332f 100644 --- a/repos/community/tcc/abuild +++ b/repos/community/tcc/abuild @@ -2,6 +2,7 @@ name=tcc version=0.9.27 release=1 source="https://download.savannah.gnu.org/releases/tinycc/${name}-${version}.tar.bz2" +keep_static=1 build() { ./configure --config-musl --prefix=/usr -- cgit v1.2.3 From 1a46160999fa2842e5aaf1f089f42af4cfad91d2 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 20:23:12 +0200 Subject: static files --- repos/community/tcc/.files | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repos/community/tcc/.files b/repos/community/tcc/.files index f1c8d19f..b631561f 100644 --- a/repos/community/tcc/.files +++ b/repos/community/tcc/.files @@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libtcc.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libtcc.a drwxr-xr-x root/root usr/lib/tcc/ drwxr-xr-x root/root usr/lib/tcc/include/ -rw-r--r-- root/root usr/lib/tcc/include/float.h @@ -12,7 +13,8 @@ drwxr-xr-x root/root usr/lib/tcc/include/ -rw-r--r-- root/root usr/lib/tcc/include/stddef.h -rw-r--r-- root/root usr/lib/tcc/include/tcclib.h -rw-r--r-- root/root usr/lib/tcc/include/varargs.h +-rw-r--r-- root/root usr/lib/tcc/libtcc1.a drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/tcc.1.gz \ No newline at end of file +-rw-r--r-- root/root usr/share/man/man1/tcc.1.gz -- cgit v1.2.3 From 3b461a405c351e400fb3790e6efac4e92e79dc21 Mon Sep 17 00:00:00 2001 From: lost Date: Thu, 28 May 2026 15:45:49 -0400 Subject: added wayland.fyi projects (lots of things) --- repos/community/hevel/.checksum | 2 ++ repos/community/hevel/.files | 3 +++ repos/community/hevel/abuild | 6 ++++++ repos/community/hevel/depends | 6 ++++++ repos/community/hevel/makefile.patch | 20 ++++++++++++++++++++ repos/community/hst/.checksum | 1 + repos/community/hst/.files | 7 +++++++ repos/community/hst/abuild | 5 +++++ repos/community/hst/depends | 8 ++++++++ repos/community/neuipc/.checksum | 1 + repos/community/neuipc/.files | 8 ++++++++ repos/community/neuipc/abuild | 5 +++++ repos/community/neuswc/.checksum | 1 + repos/community/neuswc/.files | 13 +++++++++++++ repos/community/neuswc/abuild | 5 +++++ repos/community/neuswc/depends | 8 ++++++++ repos/community/neuswiv/.checksum | 2 ++ repos/community/neuswiv/.files | 3 +++ repos/community/neuswiv/abuild | 6 ++++++ repos/community/neuswiv/depends | 7 +++++++ repos/community/neuswiv/makefile.patch | 11 +++++++++++ repos/community/neuwld/.checksum | 1 + repos/community/neuwld/.files | 10 ++++++++++ repos/community/neuwld/abuild | 5 +++++ repos/community/neuwld/depends | 7 +++++++ repos/community/neuwm/.checksum | 2 ++ repos/community/neuwm/.files | 5 +++++ repos/community/neuwm/abuild | 6 ++++++ repos/community/neuwm/depends | 11 +++++++++++ repos/community/neuwm/meson.patch | 28 ++++++++++++++++++++++++++++ repos/community/wawa/.checksum | 1 + repos/community/wawa/.files | 3 +++ repos/community/wawa/abuild | 5 +++++ repos/community/wawa/depends | 2 ++ 34 files changed, 214 insertions(+) create mode 100644 repos/community/hevel/.checksum create mode 100644 repos/community/hevel/.files create mode 100644 repos/community/hevel/abuild create mode 100644 repos/community/hevel/depends create mode 100644 repos/community/hevel/makefile.patch create mode 100644 repos/community/hst/.checksum create mode 100644 repos/community/hst/.files create mode 100644 repos/community/hst/abuild create mode 100644 repos/community/hst/depends create mode 100644 repos/community/neuipc/.checksum create mode 100644 repos/community/neuipc/.files create mode 100644 repos/community/neuipc/abuild create mode 100644 repos/community/neuswc/.checksum create mode 100644 repos/community/neuswc/.files create mode 100644 repos/community/neuswc/abuild create mode 100644 repos/community/neuswc/depends create mode 100644 repos/community/neuswiv/.checksum create mode 100644 repos/community/neuswiv/.files create mode 100644 repos/community/neuswiv/abuild create mode 100644 repos/community/neuswiv/depends create mode 100644 repos/community/neuswiv/makefile.patch create mode 100644 repos/community/neuwld/.checksum create mode 100644 repos/community/neuwld/.files create mode 100644 repos/community/neuwld/abuild create mode 100644 repos/community/neuwld/depends create mode 100644 repos/community/neuwm/.checksum create mode 100644 repos/community/neuwm/.files create mode 100644 repos/community/neuwm/abuild create mode 100644 repos/community/neuwm/depends create mode 100644 repos/community/neuwm/meson.patch create mode 100644 repos/community/wawa/.checksum create mode 100644 repos/community/wawa/.files create mode 100644 repos/community/wawa/abuild create mode 100644 repos/community/wawa/depends diff --git a/repos/community/hevel/.checksum b/repos/community/hevel/.checksum new file mode 100644 index 00000000..e54d97c0 --- /dev/null +++ b/repos/community/hevel/.checksum @@ -0,0 +1,2 @@ +efb8e52ca27ce18f82012d3f39d6875cac4a76a558dc9eaf86630a6f7d99c8a7 7ef61a5c0d4012417443734919ac723635cd5464.tar.gz +ac2a175fe30d4aa5a603d5cc33f7adc0538a24a8c39e88e03409a5b48a0edf6d makefile.patch diff --git a/repos/community/hevel/.files b/repos/community/hevel/.files new file mode 100644 index 00000000..c335f4ce --- /dev/null +++ b/repos/community/hevel/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/hevel diff --git a/repos/community/hevel/abuild b/repos/community/hevel/abuild new file mode 100644 index 00000000..d4cabde9 --- /dev/null +++ b/repos/community/hevel/abuild @@ -0,0 +1,6 @@ +name=hevel +version=20260507 +commit=7ef61a5c0d4012417443734919ac723635cd5464 +release=1 +source="https://git.sr.ht/~dlm/$name/archive/$commit.tar.gz +makefile.patch" diff --git a/repos/community/hevel/depends b/repos/community/hevel/depends new file mode 100644 index 00000000..886b2694 --- /dev/null +++ b/repos/community/hevel/depends @@ -0,0 +1,6 @@ +libinput +libxkbcommon +neuswc +neuwld +wayland +wayland-protocols diff --git a/repos/community/hevel/makefile.patch b/repos/community/hevel/makefile.patch new file mode 100644 index 00000000..cd319061 --- /dev/null +++ b/repos/community/hevel/makefile.patch @@ -0,0 +1,20 @@ +--- hevel-7ef61a5c0d4012417443734919ac723635cd5464/Makefile ++++ patched-ver/Makefile +@@ -10,14 +10,15 @@ + CFLAGS += `$(PKG_CONFIG) --cflags $(PKGS)` + LDLIBS += `$(PKG_CONFIG) --libs $(PKGS)` + +-SRC = config.h src/hevel.c src/input.c src/scroll.c src/select.c src/window.c src/zoom.c ++SRC = src/hevel.c src/input.c src/scroll.c src/select.c src/window.c src/zoom.c ++CONF = config.h + + all: hevel + + config.h: + cp config.def.h $@ + +-hevel: $(SRC) ++hevel: $(SRC) $(CONF) + $(CC) $(CFLAGS) $(LDFLAGS) -o hevel $(SRC) $(LDLIBS) + + clean: diff --git a/repos/community/hst/.checksum b/repos/community/hst/.checksum new file mode 100644 index 00000000..6605655e --- /dev/null +++ b/repos/community/hst/.checksum @@ -0,0 +1 @@ +56f2f22dd590b9ceb90c0a2aa210632faf19fe8a69f27b7162a65a3b19c94ff0 6187ef823d1fabe2139aed54dbb7a7e28c6d8ff4.tar.gz diff --git a/repos/community/hst/.files b/repos/community/hst/.files new file mode 100644 index 00000000..471772c3 --- /dev/null +++ b/repos/community/hst/.files @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/st-wl +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/st-wl.1.gz diff --git a/repos/community/hst/abuild b/repos/community/hst/abuild new file mode 100644 index 00000000..3d25754a --- /dev/null +++ b/repos/community/hst/abuild @@ -0,0 +1,5 @@ +name=hst +version=20260203 +commit=6187ef823d1fabe2139aed54dbb7a7e28c6d8ff4 +release=1 +source="https://git.sr.ht/~dlm/$name/archive/$commit.tar.gz" diff --git a/repos/community/hst/depends b/repos/community/hst/depends new file mode 100644 index 00000000..e142dee1 --- /dev/null +++ b/repos/community/hst/depends @@ -0,0 +1,8 @@ +fontconfig +freetype +libdrm +libxkbcommon +ncurses +neuwld +wayland +wayland-protcols diff --git a/repos/community/neuipc/.checksum b/repos/community/neuipc/.checksum new file mode 100644 index 00000000..26c8de93 --- /dev/null +++ b/repos/community/neuipc/.checksum @@ -0,0 +1 @@ +8d19a91d847cada55bac77bf0c58663efe71b9c4adb7ed86439f2a38d883f75d d654f2fa0013237f1681fd1d8c6653a38c3cc753.tar.gz diff --git a/repos/community/neuipc/.files b/repos/community/neuipc/.files new file mode 100644 index 00000000..1ede0d4d --- /dev/null +++ b/repos/community/neuipc/.files @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/neuipc/ +-rw-r--r-- root/root usr/include/neuipc/neuipc.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libneuipc.so +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/neuipc.pc diff --git a/repos/community/neuipc/abuild b/repos/community/neuipc/abuild new file mode 100644 index 00000000..7b260b8e --- /dev/null +++ b/repos/community/neuipc/abuild @@ -0,0 +1,5 @@ +name=neuipc +version=20260423 +commit=d654f2fa0013237f1681fd1d8c6653a38c3cc753 +release=1 +source="https://codeberg.org/binkd/$name/archive/$commit.tar.gz" diff --git a/repos/community/neuswc/.checksum b/repos/community/neuswc/.checksum new file mode 100644 index 00000000..c63bfb12 --- /dev/null +++ b/repos/community/neuswc/.checksum @@ -0,0 +1 @@ +7c9640c2954e09bd1ba645f26dedc5317d00688b4a1fc5ff074264f27b05c8cb 975ad56221d4545bdd44d14fdd4cac796de207d9.tar.gz diff --git a/repos/community/neuswc/.files b/repos/community/neuswc/.files new file mode 100644 index 00000000..b75f5a2d --- /dev/null +++ b/repos/community/neuswc/.files @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwsr-xr-x root/root usr/bin/swc-launch +-rwxr-xr-x root/root usr/bin/swcsnap +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/swc.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libswc.so +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/swc.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/swc/ +-rw-r--r-- root/root usr/share/swc/swc.xml diff --git a/repos/community/neuswc/abuild b/repos/community/neuswc/abuild new file mode 100644 index 00000000..db9da090 --- /dev/null +++ b/repos/community/neuswc/abuild @@ -0,0 +1,5 @@ +name=neuswc +version=20260523 +commit=975ad56221d4545bdd44d14fdd4cac796de207d9 +release=1 +source="https://git.sr.ht/~shrub900/$name/archive/$commit.tar.gz" diff --git a/repos/community/neuswc/depends b/repos/community/neuswc/depends new file mode 100644 index 00000000..70c18e90 --- /dev/null +++ b/repos/community/neuswc/depends @@ -0,0 +1,8 @@ +libdrm +libinput +meson +neuwld +pixman +wayland +wayland-protocols +xkeyboard-config diff --git a/repos/community/neuswiv/.checksum b/repos/community/neuswiv/.checksum new file mode 100644 index 00000000..5e8c5e3d --- /dev/null +++ b/repos/community/neuswiv/.checksum @@ -0,0 +1,2 @@ +fd691b4484cdcc336e8b5da8e9d9a23a571cda1dac3271308043ad6eb84f6555 0b993289191bf61a15c0973a4a162ede705c29b9.tar.gz +c04111a714566c101cbbfca5334d48f753932ff90555cdab53fab14a068d7b64 makefile.patch diff --git a/repos/community/neuswiv/.files b/repos/community/neuswiv/.files new file mode 100644 index 00000000..1292e9a6 --- /dev/null +++ b/repos/community/neuswiv/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/swiv diff --git a/repos/community/neuswiv/abuild b/repos/community/neuswiv/abuild new file mode 100644 index 00000000..274cb3c6 --- /dev/null +++ b/repos/community/neuswiv/abuild @@ -0,0 +1,6 @@ +name=neuswiv +version=20260411 +commit=0b993289191bf61a15c0973a4a162ede705c29b9 +release=1 +source="https://git.sr.ht/~pfr/$name/archive/$commit.tar.gz +makefile.patch" diff --git a/repos/community/neuswiv/depends b/repos/community/neuswiv/depends new file mode 100644 index 00000000..586d6dab --- /dev/null +++ b/repos/community/neuswiv/depends @@ -0,0 +1,7 @@ +freetype +libdrm +libjpeg-turbo +libpng +libwebp +neuswc +neuwld diff --git a/repos/community/neuswiv/makefile.patch b/repos/community/neuswiv/makefile.patch new file mode 100644 index 00000000..1681d09a --- /dev/null +++ b/repos/community/neuswiv/makefile.patch @@ -0,0 +1,11 @@ +--- neuswiv-0b993289191bf61a15c0973a4a162ede705c29b9/Makefile ++++ patched-ver/Makefile +@@ -20,7 +20,7 @@ + LDFLAGS += -Wl,-rpath,'$$ORIGIN/..' + + LDLIBS += -L.. -lwld +-LDLIBS += ${PKG_LIBS} ++LDLIBS += ${PKG_LIBS} -lfreetype -ldrm + LDLIBS += -lm + LDLIBS += -lfontconfig + diff --git a/repos/community/neuwld/.checksum b/repos/community/neuwld/.checksum new file mode 100644 index 00000000..8ead8e58 --- /dev/null +++ b/repos/community/neuwld/.checksum @@ -0,0 +1 @@ +5805aafc4a78f1b8ff4300b5ab1b1c48d45596ea404931caac49d973a79d4179 bb5d247e7b3d0f68dda3990f9b2100aaaec85d28.tar.gz diff --git a/repos/community/neuwld/.files b/repos/community/neuwld/.files new file mode 100644 index 00000000..67e8e959 --- /dev/null +++ b/repos/community/neuwld/.files @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/wld/ +-rw-r--r-- root/root usr/include/wld/drm.h +-rw-r--r-- root/root usr/include/wld/pixman.h +-rw-r--r-- root/root usr/include/wld/wayland.h +-rw-r--r-- root/root usr/include/wld/wld.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/wld.pc diff --git a/repos/community/neuwld/abuild b/repos/community/neuwld/abuild new file mode 100644 index 00000000..7e51e427 --- /dev/null +++ b/repos/community/neuwld/abuild @@ -0,0 +1,5 @@ +name=neuwld +version=20260506 +commit=bb5d247e7b3d0f68dda3990f9b2100aaaec85d28 +release=1 +source="https://git.sr.ht/~shrub900/$name/archive/$commit.tar.gz" diff --git a/repos/community/neuwld/depends b/repos/community/neuwld/depends new file mode 100644 index 00000000..23db48a3 --- /dev/null +++ b/repos/community/neuwld/depends @@ -0,0 +1,7 @@ +fontconfig +freetype +libdrm +meson +pixman +wayland +wayland-protocols diff --git a/repos/community/neuwm/.checksum b/repos/community/neuwm/.checksum new file mode 100644 index 00000000..232511bb --- /dev/null +++ b/repos/community/neuwm/.checksum @@ -0,0 +1,2 @@ +ee14c30aa0636e1dc5bb932e043538a821a2c32f8129869326500cc2a088b8e7 95f6417e02aabbd1a0b0c7d1c6a1388930c29e30.tar.gz +69f2e48a5e6af2bd0cab4f8c7e24de4b5fa278af035f5a0026e1edda2e8c94e3 meson.patch diff --git a/repos/community/neuwm/.files b/repos/community/neuwm/.files new file mode 100644 index 00000000..ea8b7687 --- /dev/null +++ b/repos/community/neuwm/.files @@ -0,0 +1,5 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/local/ +drwxr-xr-x root/root usr/local/bin/ +-rwxr-xr-x root/root usr/local/bin/neuwm +-rwxr-xr-x root/root usr/local/bin/neuwmctl diff --git a/repos/community/neuwm/abuild b/repos/community/neuwm/abuild new file mode 100644 index 00000000..27825175 --- /dev/null +++ b/repos/community/neuwm/abuild @@ -0,0 +1,6 @@ +name=neuwm +version=20260527 +commit=95f6417e02aabbd1a0b0c7d1c6a1388930c29e30 +release=1 +source="https://git.sr.ht/~pfr/$name/archive/$commit.tar.gz +meson.patch" diff --git a/repos/community/neuwm/depends b/repos/community/neuwm/depends new file mode 100644 index 00000000..f5043ed1 --- /dev/null +++ b/repos/community/neuwm/depends @@ -0,0 +1,11 @@ +libdrm +libinput +libinput +libudev-zero +libxkbcommon +luajit +neuswc +neuwld +pixman +wayland +wayland-protocols diff --git a/repos/community/neuwm/meson.patch b/repos/community/neuwm/meson.patch new file mode 100644 index 00000000..5035ea45 --- /dev/null +++ b/repos/community/neuwm/meson.patch @@ -0,0 +1,28 @@ +--- neuwm-95f6417e02aabbd1a0b0c7d1c6a1388930c29e30/meson.build ++++ na/meson.build +@@ -24,10 +24,6 @@ + dependency('libdrm'), + dependency('wld'), + libudev_dep, +- dependency('xcb'), +- dependency('xcb-composite'), +- dependency('xcb-ewmh', required: false), +- dependency('xcb-icccm', required: false), + ] + + cc = meson.get_compiler('c') +@@ -44,12 +40,12 @@ + c_args : ['-D_POSIX_C_SOURCE=200809L', '-Wall', '-Wextra'], + dependencies : pkg_deps + [libm, luajit_dep, neuipc_dep], + install : true, +- install_dir : '/usr/local/bin', ++ install_dir : '/usr/bin', + ) + + executable('neuwmctl', + sources : ['source/neuwmctl.c'], + c_args : ['-D_POSIX_C_SOURCE=200809L'], + install : true, +- install_dir : '/usr/local/bin', ++ install_dir : '/usr/bin', + ) diff --git a/repos/community/wawa/.checksum b/repos/community/wawa/.checksum new file mode 100644 index 00000000..b161836c --- /dev/null +++ b/repos/community/wawa/.checksum @@ -0,0 +1 @@ +218bf8e90d440be2d503e4dadd208946037fb8f51a3e79f596e0929634c10009 249f43876d05f73cc1ba9c51235a32f058478e8c.tar.gz diff --git a/repos/community/wawa/.files b/repos/community/wawa/.files new file mode 100644 index 00000000..1e89643f --- /dev/null +++ b/repos/community/wawa/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/wawa diff --git a/repos/community/wawa/abuild b/repos/community/wawa/abuild new file mode 100644 index 00000000..a5fe37ef --- /dev/null +++ b/repos/community/wawa/abuild @@ -0,0 +1,5 @@ +name=wawa +version=20260520 +commit=249f43876d05f73cc1ba9c51235a32f058478e8c +release=1 +source="https://codeberg.org/sewn/$name/archive/$commit.tar.gz" diff --git a/repos/community/wawa/depends b/repos/community/wawa/depends new file mode 100644 index 00000000..919405f8 --- /dev/null +++ b/repos/community/wawa/depends @@ -0,0 +1,2 @@ +wayland +wayland-protocols -- cgit v1.2.3 From 365d66a30034751b3bca06422036d70fd905832b Mon Sep 17 00:00:00 2001 From: lost Date: Thu, 28 May 2026 15:58:17 -0400 Subject: made lua dynamic --- repos/community/lua/.checksum | 3 +- repos/community/lua/.files | 8 +++-- repos/community/lua/abuild | 12 +++----- repos/community/lua/makefile.patch | 63 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+), 12 deletions(-) create mode 100644 repos/community/lua/makefile.patch diff --git a/repos/community/lua/.checksum b/repos/community/lua/.checksum index 256b679c..d204b3cd 100644 --- a/repos/community/lua/.checksum +++ b/repos/community/lua/.checksum @@ -1 +1,2 @@ -489c82425cda485b0147e56a0fe73559169d12e7da0ac32bdf4593ce1835faf6 lua-5.5.0.tar.gz \ No newline at end of file +489c82425cda485b0147e56a0fe73559169d12e7da0ac32bdf4593ce1835faf6 lua-5.5.0.tar.gz +0e916389b571a276a37db67c5496c7d8d19286b288764320cd1ba5d37c1cb9c1 makefile.patch diff --git a/repos/community/lua/.files b/repos/community/lua/.files index e5bc11cd..3b9907f0 100644 --- a/repos/community/lua/.files +++ b/repos/community/lua/.files @@ -1,7 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/lua --rwxr-xr-x root/root usr/bin/luac +-rwxr-xr-x root/root usr/bin/lua5.5 +-rwxr-xr-x root/root usr/bin/luac5.5 drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/lauxlib.h -rw-r--r-- root/root usr/include/lua.h @@ -9,7 +9,9 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/luaconf.h -rw-r--r-- root/root usr/include/lualib.h drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/liblua.a +-rw-r--r-- root/root usr/lib/liblua5.5.so +-rw-r--r-- root/root usr/lib/liblua5.5.so.5.5 +-rw-r--r-- root/root usr/lib/liblua5.5.so.5.5.0 drwxr-xr-x root/root usr/lib/lua/ drwxr-xr-x root/root usr/lib/lua/5.5/ drwxr-xr-x root/root usr/man/ diff --git a/repos/community/lua/abuild b/repos/community/lua/abuild index abf5d4cf..28c6130a 100644 --- a/repos/community/lua/abuild +++ b/repos/community/lua/abuild @@ -1,14 +1,10 @@ name=lua version=5.5.0 release=1 -source="https://www.lua.org/ftp/lua-$version.tar.gz" -keep_static=1 +source="https://www.lua.org/ftp/lua-$version.tar.gz +makefile.patch" build() { - make MYCFLAGS="-fPIC $CFLAGS" MYLDFLAGS="$LDFLAGS" linux - make install \ - INSTALL_DATA='cp -d' \ - INSTALL_TOP=$PKG/usr \ - INSTALL_INC=$PKG/usr/include/lua55 \ - INSTALL_MAN=$PKG/usr/share/man/man1 + make linux MYCFLAGS="-fPIC" + make install INSTALL_TOP=$PKG/usr } diff --git a/repos/community/lua/makefile.patch b/repos/community/lua/makefile.patch new file mode 100644 index 00000000..40301101 --- /dev/null +++ b/repos/community/lua/makefile.patch @@ -0,0 +1,63 @@ +--- old/Makefile ++++ new/Makefile +@@ -39,9 +39,9 @@ + PLATS= guess aix bsd c89 freebsd generic ios linux macosx mingw posix solaris + + # What to install. +-TO_BIN= lua luac ++TO_BIN= lua5.5 luac5.5 + TO_INC= lua.h luaconf.h lualib.h lauxlib.h lua.hpp +-TO_LIB= liblua.a ++TO_LIB= liblua5.5.so.$(R) liblua5.5.so.$(V) liblua5.5.so + TO_MAN= lua.1 luac.1 + + # Lua version and release. +@@ -52,7 +52,7 @@ + all: $(PLAT) + + $(PLATS) help test clean: +- @cd src && $(MAKE) $@ ++ @cd src && $(MAKE) $@ V=$(V) R=$(R) + + install: dummy + cd src && $(MKDIR) $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN) $(INSTALL_LMOD) $(INSTALL_CMOD) +--- old/src/Makefile.orig ++++ new/src/Makefile +@@ -32,19 +32,20 @@ + + PLATS= guess aix bsd c89 freebsd generic ios linux macosx mingw posix solaris + +-LUA_A= liblua.a ++LUA_A= liblua5.5.a ++LUA_SO= liblua5.5.so + CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o + LIB_O= lauxlib.o lbaselib.o lcorolib.o ldblib.o liolib.o lmathlib.o loadlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o linit.o + BASE_O= $(CORE_O) $(LIB_O) $(MYOBJS) + +-LUA_T= lua ++LUA_T= lua5.5 + LUA_O= lua.o + +-LUAC_T= luac ++LUAC_T= luac5.5 + LUAC_O= luac.o + + ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O) +-ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T) ++ALL_T= $(LUA_A) $(LUA_SO) $(LUA_T) $(LUAC_T) + ALL_A= $(LUA_A) + + # Targets start here. +@@ -59,6 +60,11 @@ + $(LUA_A): $(BASE_O) + $(AR) $@ $(BASE_O) + $(RANLIB) $@ ++ ++$(LUA_SO): $(BASE_O) ++ $(CC) -shared -ldl -Wl,-soname,$(LUA_SO).$(V) -o $@.$(R) $^ -lm $(MYLDFLAGS) ++ ln -sf $(LUA_SO).$(R) $(LUA_SO) ++ ln -sf $(LUA_SO).$(R) $(LUA_SO).$(V) + + $(LUA_T): $(LUA_O) $(LUA_A) + $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS) + -- cgit v1.2.3 From 61ee8081cb812b7d304a2041603dda1567390996 Mon Sep 17 00:00:00 2001 From: lost Date: Fri, 29 May 2026 09:22:33 -0400 Subject: fixed neuwm /usr/local --- repos/community/neuwm/.files | 7 +++---- repos/community/neuwm/abuild | 6 ++++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/repos/community/neuwm/.files b/repos/community/neuwm/.files index ea8b7687..8e08e412 100644 --- a/repos/community/neuwm/.files +++ b/repos/community/neuwm/.files @@ -1,5 +1,4 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/local/ -drwxr-xr-x root/root usr/local/bin/ --rwxr-xr-x root/root usr/local/bin/neuwm --rwxr-xr-x root/root usr/local/bin/neuwmctl +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/neuwm +-rwxr-xr-x root/root usr/bin/neuwmctl diff --git a/repos/community/neuwm/abuild b/repos/community/neuwm/abuild index 27825175..5fcdce1b 100644 --- a/repos/community/neuwm/abuild +++ b/repos/community/neuwm/abuild @@ -4,3 +4,9 @@ commit=95f6417e02aabbd1a0b0c7d1c6a1388930c29e30 release=1 source="https://git.sr.ht/~pfr/$name/archive/$commit.tar.gz meson.patch" + +build () { + meson setup build -Dprefix=/usr + ninja -C build + meson install -C build +} -- cgit v1.2.3