summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahm@jadupc.com>2023-03-02 17:21:06 +0600
committerLibravatar Mubashshir <ahm@jadupc.com>2023-03-04 23:01:36 +0600
commit574116e4cb599aa1ccd6927768c4ed5979da94b9 (patch)
tree0cdcf48f6e394b28eea630dc01362b7d6aa02179 /debian/control
downloadjadupc-everything-574116e4cb599aa1ccd6927768c4ed5979da94b9.tar.gz
jadupc-everything-574116e4cb599aa1ccd6927768c4ed5979da94b9.zip
Initial Release
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control102
1 files changed, 102 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5d0ff94
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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