recipes: fix new location of editors, previously renamed
[dragora.git] / recipes / core.order
blob9d857d77c975d863cc587804461388b61cf7bb23
1 # HOW TO READ THIS FILE:
3 # If 'a' depends on 'b' and 'c', and 'c' depends on 'b' as well,
4 # the file might look like:
6 #   a.recipe: c.recipe b.recipe
7 #   b.recipe:
8 #   c.recipe: b.recipe
10 # Each letter represents a recipe name, complete dependencies for
11 # the first recipe name are listed in descending order, which is
12 # printed from right to left, and removed from left to right:
14 #   b.recipe
15 #   c.recipe
16 #   a.recipe
18 # Commented lines starting with a '#' are allowed.  Blank lines,
19 # colons, parentheses, and end of line are removed.
21 # For more information, type: info qi 'order file'
24 data/hierarchyfs: data/etc
26 libs/musl:
27 kernel/headers:
28 devel/m4:
29 libs/mpc: libs/mpfr libs/gmp
30 libs/gmp:
31 libs/mpfr: libs/gmp
32 libs/isl: libs/gmp
33 devel/flex: devel/bison
34 devel/gcc: libs/libz devel/binutils
35 libs/libsigsegv:
37 # Extended attributes, access control lists support on filesystems
38 tools/acl: tools/attr
40 # Capabilities commands and library
41 libs/libcap: tools/attr
43 tools/sed:
44 devel/pkgconf:
45 libs/ncurses:
46 tools/shadow:
47 tools/util-linux:
48 tools/procps-ng:
49 tools/e2fsprogs:
50 tools/coreutils:
51 tools/diffutils: tools/ed
52 devel/check: tools/gawk
53 data/iana-etc: tools/gawk
54 tools/gawk: libs/readline
55 libs/readline: libs/ncurses
56 devel/libtool:
57 devel/perl: compressors/bzip2 databases/db databases/gdbm
58 devel/automake: devel/autoconf
60 # Compression commands and library
61 compressors/bzip2:
62 compressors/gzip:
63 compressors/clzip:
64 compressors/plzip: libs/lzlib
65 compressors/xz:
66 compressors/unzip:
67 compressors/zutils: compressors/bzip2 compressors/gzip compressors/clzip compressors/xz
68 tools/lziprecover:
70 tools/texinfo:
71 devel/bc:
72 tools/file:
73 tools/findutils: tools/mlocate
74 tools/gettext:
75 tools/grep: libs/pcre
76 devel/make:
78 # Manual page tool support
79 tools/man-db: libs/libpipeline databases/gdbm tools/less tools/groff
81 # Main shells
82 shells/mksh:
83 shells/bash: libs/readline
85 tools/tar:
86 tools/patch: tools/ed
88 # Package managers
89 tools/qi: tools/graft
90 tools/graft: devel/perl
92 # Programming languages, libraries
93 devel/python2: devel/valgrind libs/libz libs/expat libs/libffi libs/readline networking/libressl
94 libs/glib2: devel/python3
95 devel/python3: devel/valgrind libs/libz libs/expat libs/libffi libs/readline networking/libressl
96 #testing/clisp: libs/libffcall libs/libsigsegv
98 # Kernel-related
99 kernel/firmware: kernel/generic
100 kernel/buildtree-generic: kernel/generic
101 kernel/generic: kernel/kmod kernel/headers
102 boot/eudev: kernel/kmod devel/gperf
103 kernel/kmod: libs/libz
105 # Time zone database
106 data/tzdb:
108 # PCI/USB user-space support
109 tools/pciutils: kernel/kmod libs/hwids
110 tools/usbutils: libs/libusb libs/hwids
112 # System initialization
113 boot/sinit: boot/bootscripts
114 daemons/scron: boot/perp
115 daemons/socklog: boot/perp
116 boot/perp: boot/utmpset
117 boot/grub:
119 tools/psmisc: libs/ncurses
120 tools/dialog: tools/groff
121 tools/kbd:
122 tools/mc: libs/glib2