Compare commits

...

2 Commits

112 changed files with 17 additions and 36 deletions

View File

@ -5,4 +5,6 @@ fn enum_core_deps { for (i in `{cat /var/db/kiss/repos/kiss-mfavila/core-mod/cor
fn get_dep_paths { list=`{for (i in `{for (i in `enum_core_deps){kiss search $i|grep -v installed|grep -v 'core-mod/core'}}){printf '%s\n' $i}}
printf %s\n $list|tr ' ' '\n'|sort|uniq}
fn move_deps { for (i in `get_dep_paths){sup mv $i /var/db/kiss/repos/kiss-mfavila/core-mod/core/}}
fn move_deps_test { for (i in `get_dep_paths){echo 'Moving' $i 'to /var/db/kiss/repos/kiss-mfavila/core/'^`{basename $i}}}
fn move_deps_for_real_actually_be_careful_with_this { for (i in `get_dep_paths){echo 'Moving' $i 'to /var/db/kiss/repos/kiss-mfavila/core/'^`{basename $i};sup mv $i /var/db/kiss/repos/kiss-mfavila/core-mod/core/}}

2
NOTES
View File

@ -12,7 +12,7 @@
-removed bkeymaps, brotli, jq.
-fix iptables package to not require GNU install
-add iptables to mbase?
-began adding 'about' files to each directory
-begin adding 'about' files to each directory
-remove need for autoconf in core/core-mod/
-remove need for git in core/core-mod/
-attempt to make packages m4-agnostic

View File

@ -1,2 +0,0 @@
qm4-git
perl

View File

@ -1 +0,0 @@
qm4-git make

View File

@ -1,2 +0,0 @@
qm4-git
perl

View File

@ -0,0 +1,2 @@
gnu-m4
perl

View File

@ -1 +1 @@
qm4-git
gnu-m4

View File

@ -1 +1 @@
qm4-git make
gnu-m4 make

View File

@ -0,0 +1 @@
gnu-m4 make

View File

@ -0,0 +1,2 @@
gnu-m4
perl

View File

@ -13,7 +13,7 @@ libxcb
libxshmfence
linux-headers make
llvm
qm4-git make
gnu-m4 make
meson make
pkgconf make
python make

View File

@ -1,6 +1,6 @@
libXau
libxcb
qm4-git make
gnu-m4 make
pkgconf make
xcb-util
xcb-util-image

View File

@ -1,4 +1,4 @@
libxcb
qm4-git make
gnu-m4 make
pkgconf make
xcb-util make

Some files were not shown because too many files have changed in this diff Show More