summaryrefslogtreecommitdiff
path: root/debian/control
blob: ba1aab45f7227bce3bd190e6a40dd90def78b914 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
Source: jadupc-everything
Section: metapackages
Priority: optional
Maintainer: Mubashshir <ahm@jadupc.com>
Build-Depends: debhelper-compat (= 13), dh-exec
Standards-Version: 4.5.0
Vcs-Git: https://git.jadupc.com/pkgs/jadupc-everything
Vcs-Browser: https://git.jadupc.com/pkgs/jadupc-everything
Rules-Requires-Root: no

# base metapackage
Package: shopno-os-base
Architecture: all
Depends:
 python-apt-common-shopno,
 shopno-os-log-sync,
 shopno-os-stats-sync,
 gnome-system-tools,
 hardinfo,
Recommends:
 shopno-os-libreoffice,
 shopno-os-refresh-menu,
 shopno-os-browser,
Suggests:
 shopno-os-office,
 shopno-os-games,
 shopno-os-education,
 shopno-os-development,
 shopno-os-entertainment,
Description: Shopno OS base meta package
 Base meta package for Shopno OS recommended packages.

# base metapackage
Package: shopno-os-debug
Architecture: all
Depends:
  systemd-coredump,
  gdb,
Description: Shopno OS debugger meta package
 Debugger meta package for Shopno OS.

# tools
Package: shopno-os-refresh-menu
Architecture: all
Depends:
 xfdesktop | xfdesktop4,
 thunar,
 xdotool,
Section: xfce4
Pre-Depends: xmlstarlet
Description: Implements "Refresh" menu in Xfce
 Implements "Refresh" menu item in right click popup in Xfce.
 .
 Asked by legacy users for compatibility with a
 certain exotic Operating System.

Package: shopno-os-libreoffice
Architecture: all
Depends:
 libreoffice,
 libreoffice-gtk3,
Description: LibreOffice compatibility package (gtk3)
 Installs libreoffice and libreoffice-gtk3 platform

# browser
Package: shopno-os-browser
Architecture: all
Depends:
 shopno-os-firefox | shopno-os-chromium
Recommends:
 shopno-os-firefox,
 shopno-os-chromium,
 qbittorrent,
Description: Default Browser Meta package
 Installs Suggested Browsers with extensions

Package: shopno-os-firefox
Architecture: all
Depends:
 firefox | firefox-esr,
 webext-ublock-origin-firefox,
Description: Firefox Meta package
 Installs Firefox with uBlock Origin adblocker

Package: shopno-os-chromium
Architecture: all
Depends:
 chromium,
 webext-ublock-origin-chromium,
Description: Chromium Meta package
 Installs Chromium with uBlock Origin adblocker

# tasks
Package: shopno-os-office
Architecture: all
Depends:
 shopno-os-libreoffice,
 mupdf,
 evince,
 gimp,
 inkscape,
 simplescreenrecorder,
Description: Prepare Shopno OS to tackle official works
 Install LibreOffice, Gimp and other office work tools

Package: shopno-os-games
Architecture: all
Depends:
 extremetuxracer,
 gnome-sudoku,
 gnome-2048,
 gnome-chess,
 gnome-nibbles,
 gnome-taquin,
 pinball,
 xmoto,
Description: Let's play something

Package: shopno-os-education
Architecture: all
Depends:
 kolourpaint,
 kcalc,
 logisim,
 octave,
 speedcrunch,
Description: Learn something new

Package: shopno-os-development
Architecture: all
Depends:
 geany,
 build-essential,
Recommends:
 arduino,
 codeblocks,
Description: Utilities for programming

Package: shopno-os-entertainment
Architecture: all
Depends:
 parole,
 lollypop,
 gstreamer1.0-plugins-bad,
 gstreamer1.0-plugins-ugly,
Description: Enable media playback support and codecs

# vim: ft=yaml:ts=1:et