From f0b342a7af7a2ff0a1597947d1c209a4b8397106 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Fri, 8 Nov 2024 12:03:31 +0100 Subject: hook more stuff --- Makefile | 1 + devel/Makefile | 5 ++++- fonts/Makefile | 1 + graphics/Makefile | 2 ++ multimedia/Makefile | 5 +++++ sysutils/Makefile | 1 + x11/Makefile | 56 +++++++++++++++++++++++++++++++++++++++++++++++++---- 7 files changed, 66 insertions(+), 5 deletions(-) create mode 100644 multimedia/Makefile diff --git a/Makefile b/Makefile index d3cd5f0..d692bda 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ SUBDIR += fonts SUBDIR += graphics SUBDIR += meta + SUBDIR += multimedia SUBDIR += print SUBDIR += sysutils SUBDIR += x11 diff --git a/devel/Makefile b/devel/Makefile index 1e11e39..26ea984 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,7 +1,10 @@ SUBDIR = + SUBDIR += gccmakedep + SUBDIR += libxcvt SUBDIR += xcb-proto - SUBDIR += xorgproto + SUBDIR += xcb-util-m4 SUBDIR += xorg-util-macros + SUBDIR += xorgproto .include diff --git a/fonts/Makefile b/fonts/Makefile index 98048a2..03ce377 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -12,6 +12,7 @@ SUBDIR += font-bh-lucidatypewriter-100 SUBDIR += font-bh-lucidatypewriter-75 SUBDIR += font-cursor-misc + SUBDIR += font-misc-misc SUBDIR += font-xfree86-type1 SUBDIR += xfonts-alias SUBDIR += xfonts-encodings diff --git a/graphics/Makefile b/graphics/Makefile index 8115cb3..b58e2b6 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,7 +1,9 @@ SUBDIR = + SUBDIR += libGLU SUBDIR += libepoxy SUBDIR += mesa + SUBDIR += mesa-demos SUBDIR += pixman .include diff --git a/multimedia/Makefile b/multimedia/Makefile new file mode 100644 index 0000000..9d7ea97 --- /dev/null +++ b/multimedia/Makefile @@ -0,0 +1,5 @@ + + SUBDIR = + SUBDIR += libva + +.include diff --git a/sysutils/Makefile b/sysutils/Makefile index b3bbab7..17c80e2 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -2,5 +2,6 @@ SUBDIR = SUBDIR += libdrm SUBDIR += libpciaccess + SUBDIR += sessreg .include diff --git a/x11/Makefile b/x11/Makefile index 9dee025..80992ad 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,13 +1,19 @@ SUBDIR = + SUBDIR += bdftopcf + SUBDIR += cwm + SUBDIR += editres SUBDIR += fontconfig - SUBDIR += libfontenc + SUBDIR += fonttosfnt + SUBDIR += fvwm-obsd + SUBDIR += iceauth SUBDIR += libICE SUBDIR += libSM SUBDIR += libX11 + SUBDIR += libXScrnSaver SUBDIR += libXau SUBDIR += libXaw - SUBDIR += libxcb + SUBDIR += libXcomposite SUBDIR += libXcursor SUBDIR += libXdamage SUBDIR += libXdmcp @@ -15,23 +21,65 @@ SUBDIR += libXfixes SUBDIR += libXfont2 SUBDIR += libXft - SUBDIR += libxkbfile + SUBDIR += libXi + SUBDIR += libXinerama SUBDIR += libXmu SUBDIR += libXpm + SUBDIR += libXpresent SUBDIR += libXrandr SUBDIR += libXrender - SUBDIR += libxshmfence + SUBDIR += libXres SUBDIR += libXt + SUBDIR += libXtst + SUBDIR += libXv + SUBDIR += libXvMC SUBDIR += libXxf86vm + SUBDIR += libfontenc + SUBDIR += libxcb + SUBDIR += libxkbfile + SUBDIR += libxshmfence + SUBDIR += mkfontscale + SUBDIR += setxkbmap + SUBDIR += ssh-askpass SUBDIR += xauth + SUBDIR += xbacklight SUBDIR += xbitmaps + SUBDIR += xcb-util + SUBDIR += xcb-util-cursor + SUBDIR += xcb-util-image + SUBDIR += xcb-util-keysyms + SUBDIR += xcb-util-renderutil + SUBDIR += xcb-util-wm + SUBDIR += xcb-util-xrm + SUBDIR += xclock + SUBDIR += xconsole + SUBDIR += xenodm SUBDIR += xf86-input-keyboard SUBDIR += xf86-input-mouse + SUBDIR += xf86-input-usbtablet SUBDIR += xf86-input-ws + SUBDIR += xf86-video-amdgpu + SUBDIR += xf86-video-ati SUBDIR += xf86-video-intel + SUBDIR += xhost + SUBDIR += xinit + SUBDIR += xinput SUBDIR += xkbcomp SUBDIR += xkeyboard-config + SUBDIR += xlockmore-obsd + SUBDIR += xlogo + SUBDIR += xlsclients + SUBDIR += xlsfonts + SUBDIR += xmag + SUBDIR += xmodmap SUBDIR += xorg-server + SUBDIR += xrandr + SUBDIR += xrdb + SUBDIR += xset + SUBDIR += xsetroot SUBDIR += xterm + SUBDIR += xtrans + SUBDIR += xwd + SUBDIR += xwininfo .include -- cgit v1.2.3