Skip to content

Commit 184c412

Browse files
author
sam#gemmi-win10
committed
dbg notes2; sort
1 parent cbbb58c commit 184c412

File tree

1 file changed

+51
-49
lines changed

1 file changed

+51
-49
lines changed

build/Dockerfile.x11base.dbg

Lines changed: 51 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -66,30 +66,6 @@ RUN \
6666

6767

6868
##APP################################################
69-
# MESA-LLVM img: 362MB> 398MB
70-
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
71-
# VIDEO: 30.5 MB
72-
# libllvm12 已包含 # libgl1-mesa-glx >libgl1-mesa-dri ##ex: mesa-utils
73-
apt.sh libgl1-mesa-glx libglu1-mesa; \
74-
\
75-
# LLVM(定制版这里删调它,除gnome,cinna其它de无影响); clear big lib: 88M (qt: flameshot,sogoupinyin) > img: -27M
76-
rm -f /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1; \
77-
rm -f /usr/lib/aarch64-linux-gnu/libLLVM-12.so.1;
78-
79-
# ubt2404-drop: libasound2
80-
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
81-
mkdir -p /usr/share/X11/xkb; \
82-
apt.sh \
83-
# firefox #esr/115.1>> libdbus-glib-1-2
84-
libxtst6 libdbus-glib-1-2 \
85-
# 163music v1.2.1
86-
libharfbuzz0b libpangocairo-1.0-0 libgdk-pixbuf2.0-0 \
87-
# wps2019 11.1.0.11719
88-
libfreetype6 libcups2 libglib2.0-0 libglu1-mesa libsm6 libxrender1 libfontconfig1 libxext6 libxcb1 \
89-
# vscode 1.88.1 ##libgtk-3-0: 16M; img: 362MB> 398MB > 475MB
90-
libnss3 libatk1.0-0 libatk-bridge2.0-0 libgtk-3-0 libgbm1; \
91-
# err: ubt1604
92-
exit 0
9369

9470
# LOC 87.4 MB
9571
# strip: binutils; xrdp-chansrv: libfdk-aac1 libopus0
@@ -101,17 +77,43 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
10177
apt-utils x11-xkb-utils xdg-utils; \
10278
exit 0
10379

104-
# # AUD img: 546MB[239M]> 560MB
105-
# # INPUT img: 546MB[239M]> 658MB[252M]
106-
# # librime-data-wubi> rime-data-wubi
107-
# RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
108-
# apt.sh \
109-
# # Audio 39.8 MB
110-
# pavucontrol \
111-
# \
112-
# # \12.3 MB (默认不含输入法: IBus/Fcitx)
113-
# ibus ibus-gtk ibus-gtk3 ibus-rime librime-data-wubi; \
114-
# exit 0
80+
# # MESA-LLVM img: 362MB> 398MB
81+
# RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
82+
# # VIDEO: 30.5 MB
83+
# # libllvm12 已包含 # libgl1-mesa-glx >libgl1-mesa-dri ##ex: mesa-utils
84+
# apt.sh libgl1-mesa-glx libglu1-mesa; \
85+
# \
86+
# # LLVM(定制版这里删调它,除gnome,cinna其它de无影响); clear big lib: 88M (qt: flameshot,sogoupinyin) > img: -27M
87+
# rm -f /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1; \
88+
# rm -f /usr/lib/aarch64-linux-gnu/libLLVM-12.so.1;
89+
90+
# # ubt2404-drop: libasound2
91+
# RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
92+
# mkdir -p /usr/share/X11/xkb; \
93+
# apt.sh \
94+
# # firefox #esr/115.1>> libdbus-glib-1-2
95+
# libxtst6 libdbus-glib-1-2 \
96+
# # 163music v1.2.1
97+
# libharfbuzz0b libpangocairo-1.0-0 libgdk-pixbuf2.0-0 \
98+
# # wps2019 11.1.0.11719
99+
# libfreetype6 libcups2 libglib2.0-0 libglu1-mesa libsm6 libxrender1 libfontconfig1 libxext6 libxcb1 \
100+
# # vscode 1.88.1 ##libgtk-3-0: 16M; img: 362MB> 398MB > 475MB
101+
# libnss3 libatk1.0-0 libatk-bridge2.0-0 libgtk-3-0 libgbm1; \
102+
# # err: ubt1604
103+
# exit 0
104+
105+
106+
# AUD img: 546MB[239M]> 560MB
107+
# INPUT img: 546MB[239M]> 658MB[252M]
108+
# librime-data-wubi> rime-data-wubi
109+
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
110+
apt.sh \
111+
# Audio 39.8 MB
112+
pavucontrol \
113+
\
114+
# \12.3 MB (默认不含输入法: IBus/Fcitx)
115+
ibus ibus-gtk ibus-gtk3 ibus-rime librime-data-wubi; \
116+
exit 0
115117

116118
# ubt icon-theme clear;
117119
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
@@ -120,19 +122,19 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
120122
cd /usr/share/icons && rm -rf Humanity* ubuntu-mono* LoginIcons Tango; \
121123
exit 0
122124

123-
# # MISC2 arandr
124-
# # flameshot: none@1604,1404
125-
# RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
126-
# test "14.04" == "${VER}" && exit 0; \
127-
# test "16.04" == "${VER}" && exit 0; \
128-
# apt.sh \
129-
# # tumbler gnupg \
130-
# # # \20.5 MB
131-
# flameshot; \
132-
# # flameshot_qt;
133-
# strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5; \
134-
# strip --remove-section=.note.ABI-tag /usr/lib/aarch64-linux-gnu/libQt5Core.so.5; \
135-
# exit 0
125+
# MISC2 arandr
126+
# flameshot: none@1604,1404
127+
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
128+
test "14.04" == "${VER}" && exit 0; \
129+
test "16.04" == "${VER}" && exit 0; \
130+
apt.sh \
131+
# tumbler gnupg \
132+
# # \20.5 MB
133+
flameshot; \
134+
# flameshot_qt;
135+
strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5; \
136+
strip --remove-section=.note.ABI-tag /usr/lib/aarch64-linux-gnu/libQt5Core.so.5; \
137+
exit 0
136138

137139
# XFCE4
138140
# tint2
@@ -150,7 +152,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
150152
# xrandr @x11-xserver-utils
151153
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
152154
apt.sh thunar dunst clipit \
153-
# pasystray pcmanfm lxappearance gnome-system-monitor \
155+
pasystray pcmanfm lxappearance gnome-system-monitor \
154156
sakura geany ristretto ; \
155157
# misc2
156158
\

0 commit comments

Comments
 (0)