]> git.plutz.net Git - blast/blob - live-dvd.mk
default packages
[blast] / live-dvd.mk
1 include live-cd.mk
2
3 iso=live-dvd.iso
4
5 packages += audacity aqemu
6 packages += blender brasero brasero-cdrkit breeze-icon-theme
7 packages += chromium chromium-sandbox chromium-l10n cifs-utils clementine
8 packages += dolphin dvdauthor dvd+rw-tools
9 packages += ffmpeg fonts-liberation fonts-liberation2 frei0r-plugins
10 packages += gambas3 gcc genisoimage gnumeric growisofs gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-x gwenview
11 packages += hunspell hunspell-de-de hyphen-de
12 packages += inkscape inkscape-tutorials ipython3
13 packages += k3b k3b-i18n kcalc kdenlive kde-spectacle kde-style-breeze konsole krita krita-l10n
14 packages += locales lazarus libc-dev libk3b-extracodecs libreoffice-calc libreoffice-gnome libreoffice-gtk3 libreoffice-l10n-de libreoffice-style-breeze libreoffice-writer
15 packages += marble mencoder mesa-utils mplayer mumble mypaint
16 packages += normalize-audio
17 packages += obs-studio okular osspd
18 packages += pdfchain php-cli
19 packages += qemu-system-x86 qemu-system-gui qemu-utils
20 packages += recordmydesktop
21 packages += samba-common-bin sane-airscan scribus skanlite sox
22 packages += va-driver-all vdpau-driver-all
23 packages += x264 xdotool xfce4-goodies xfce4-power-manager-plugins
24 packages += yt-dlp zenity
25
26 # packages += 0ad
27 packages += extremetuxracer
28 # packages += flare-game freeciv freeciv-client-sdl
29 packages += hedgewars
30 packages += fillets-ng frozen-bubble
31 packages += gnome-2048 gunroar
32 packages += hex-a-hop
33 packages += kpat
34 # packages += supertux supertuxkart
35 packages += torus-trooper
36 # packages += wesnoth-1.16 wesnoth-1.16-httt wesnoth-music
37
38 # packages += minetest minetest-server
39 # packages += minetest-mod-3d-armor
40 # packages += minetest-mod-craftguide minetest-mod-ethereal
41 # packages += minetest-mod-mesecons minetest-mod-mobs-redo
42 # packages += minetest-mod-pipeworks minetest-mod-protector
43 # packages += minetest-mod-unified-inventory
44
45 modules+=,gimp
46
47 # Bugfix: prevent warning from faulty dolphin config
48 _config: cfg_root/usr/share/kxmlgui5/dolphin/dolphinui.rc
49 cfg_root/usr/share/kxmlgui5/dolphin/dolphinui.rc: cfg_root _xfce
50         mkdir -p "$(dir $@)"
51         printf '%s\n' \
52                 '<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">' \
53                 '<kpartgui name="dolphin" version="21">' \
54                 '  <ActionProperties scheme="Default">' \
55                 '    <Action name="new_tab" shortcut="Ctrl+T; "/>' \
56                 '  </ActionProperties>' \
57                 '</kpartgui>' \
58                 >$@