Index: X11/Makefile
===================================================================
--- X11/Makefile (revision 117)
+++ X11/Makefile (revision 118)
@@ -808,7 +808,6 @@
#######
####### applications:
#######
-
REQUIRES += X11/app/ffmpeg/4.4.4
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
REQUIRES += X11/app/ffmpeg/4.4.4-ppc32
@@ -817,6 +816,7 @@
REQUIRES += X11/app/ffmpeg/4.4.4-x86_32
endif
+
#######
####### Desktop applications:
#######
@@ -828,6 +828,10 @@
REQUIRES += X11/app/gnome-calculator/44.0
REQUIRES += X11/app/pcmanfm/1.3.2
+
+#######
+####### Desktop development (IDE):
+#######
REQUIRES += X11/dev/qt-creator/8.0.2
Index: base/Makefile
===================================================================
--- base/Makefile (revision 117)
+++ base/Makefile (revision 118)
@@ -1455,6 +1455,13 @@
#######
+####### Documentation:
+#######
+
+REQUIRES += share/sgml-common/0.6.3
+
+
+#######
####### Database Servers:
#######