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
|
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://builder.jadupc.com/git/pkgs/jadupc-everything
Vcs-Browser: https://builder.jadupc.com/git/pkgs/jadupc-everything
Rules-Requires-Root: no
# base metapackage
Package: shopno-os-base
Architecture: all
Depends:
python-apt-common-shopno,
shopno-os-browser
Recommends:
shopno-os-libreoffice,
shopno-os-refresh-menu
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.
# tools
Package: shopno-os-refresh-menu
Architecture: all
Depends:
xfdesktop,
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
Package: shopno-os-browser
Architecture: all
Depends:
firefox,
webext-ublock-origin-firefox
Description: Default Browser Meta package
Installs Firefox with uBlock Origin adblocker
# tasks
Package: shopno-os-office
Architecture: all
Depends:
shopno-os-libreoffice,
mupdf,
gimp
Description: Prepare Shopno OS to tackle official works
Install LibreOffice, Gimp and other office work tools
Package: shopno-os-games
Architecture: all
Depends:
gnome-sudoku,
supertuxkart
Description: Let's play something
Package: shopno-os-education
Architecture: all
Depends:
scratch,
nlkt,
kolorpaint
Description: Learn something new
Package: shopno-os-development
Architecture: all
Depends:
geany, build-essential
Recommends:
arduino,
simulide
Description: Utilities for programming
Package: shopno-os-entertainment
Architecture: all
Depends:
parole,
gstreamer1.0-plugins-bad,
gstreamer1.0-plugins-ugly
Description: Enable media playback support and codecs
# vim: ft=yaml:ts=1:et
|