From dfd4f5f458d10521be8b49f66e81fea4f2c15ab6 Mon Sep 17 00:00:00 2001 From: Ward Date: Thu, 23 Feb 2023 22:04:16 +0200 Subject: [PATCH] first commit --- pika-desktop/debian/changelog | 44 ++++++++++++ pika-desktop/debian/control | 110 ++++++++++++++++++++++++++++++ pika-desktop/debian/copyright | 7 ++ pika-desktop/debian/files | 1 + pika-desktop/debian/rules | 12 ++++ pika-desktop/debian/source/format | 1 + 6 files changed, 175 insertions(+) create mode 100644 pika-desktop/debian/changelog create mode 100644 pika-desktop/debian/control create mode 100644 pika-desktop/debian/copyright create mode 100644 pika-desktop/debian/files create mode 100755 pika-desktop/debian/rules create mode 100644 pika-desktop/debian/source/format diff --git a/pika-desktop/debian/changelog b/pika-desktop/debian/changelog new file mode 100644 index 0000000..d0468ad --- /dev/null +++ b/pika-desktop/debian/changelog @@ -0,0 +1,44 @@ +pika-desktop (3.3.0) kinetic; urgency=medium + + * Make the package non essential + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 + + +pika-desktop (3.2.0) kinetic; urgency=medium + + * Move firefox to recommends + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 + +pika-desktop (3.1.0) kinetic; urgency=medium + + * Fix broken deps + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 + + +pika-desktop (3.0.0) kinetic; urgency=medium + + * Adapt to BaseOS + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 + +pika-desktop (2.0.0) kinetic; urgency=medium + + * Replace Adwaita with papirus + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 + + +pika-desktop (1.0.1) kinetic; urgency=medium + + * Change office depends to pika-meta + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 + +pika-desktop (1.0.0) kinetic; urgency=medium + + * First release + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 diff --git a/pika-desktop/debian/control b/pika-desktop/debian/control new file mode 100644 index 0000000..afe5b99 --- /dev/null +++ b/pika-desktop/debian/control @@ -0,0 +1,110 @@ +Source: pika-desktop +Section: metapackages +Priority: optional +Maintainer: Ward Nakchbandi +Standards-Version: 4.6.1 +Build-Depends: debhelper-compat (= 13) +Rules-Requires-Root: no + +Package: pika-gnome-desktop-minimal +Architecture: linux-any +Depends: ${misc:Depends}, +# BaseOS + pika-baseos, +# Basic Session + pika-session, + pika-settings, + gdm3, + gnome-shell, +# Gnome VRR Session + gnome-shell-vrr, + mutter-vrr, +# Fonts + fonts-cantarell, + fonts-dejavu-core, + fonts-freefont-ttf, + fonts-liberation, +# Theming + gnome-themes-standard, + gnome-themes-extra, + adwaita-icon-theme-full, + adw-gtk3-theme, + papirus-icon-theme, + sound-theme-freedesktop, +# Plugins + chrome-gnome-shell, + ghostscript-x, + gnome-bluetooth, + gnome-online-miners, + gnome-menus, + gnome-video-effects, + inputattach, + libatk-adaptor, + libcanberra-gtk-module, + libpam-gnome-keyring, + network-manager-pptp-gnome, + network-manager-openvpn-gnome, + appmenu-gtk2-module, + appmenu-gtk3-module, + brltty, + language-selector-gnome, + gnome-remote-desktop, + gnome-shell-extension-legacy-gtk3-theme-scheme-auto-switcher, + gnome-shell-extension-supergfxctl-gex, + nautilus-share, +# Applications + gnome-control-center, + gnome-disk-utility, + gnome-system-monitor, + gnome-terminal | kgx, + nautilus, + fonts-noto-color-emoji, + gnome-shell-extension-manager, + gnome-tweaks, + baobab, + eog, + firmware-manager, + geary, + gnome-text-editor, + gnome-calculator, + gnome-calendar, + gnome-contacts, + gnome-font-viewer, + gnome-power-manager, + gnome-weather, + gnome-photos, + gnome-sushi, + gucharmap, + ibus-table-emoji, + pika-welcome, + seahorse, + simple-scan, + yelp, + pavucontrol, +## Last to replace mime information + file-roller, +Description: PikaOS Minimal Gnome Desktop Metapackage +Recommends: firefox + +Package: pika-gnome-desktop +Architecture: linux-any +Depends: ${misc:Depends}, +# Pull minimal desktop + pika-gnome-desktop-minimal, +# Essential Apps + build-essential, + wget, + git, + curl, +# Gaming Utils + pika-gameutils-meta, +# AMDGPU Utils + pika-amdgpu-switcher, + pika-rocm-meta, +Recommends: + va-driver-all, + vdpau-driver-all, + vlc, + pika-codecs-meta, + pika-office-meta, +Description: PikaOS Gnome Desktop Metapackage diff --git a/pika-desktop/debian/copyright b/pika-desktop/debian/copyright new file mode 100644 index 0000000..a240511 --- /dev/null +++ b/pika-desktop/debian/copyright @@ -0,0 +1,7 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: pop-desktop +Source: https://github.com/system76/pop-desktop + +Files: * +Copyright: Copyright 2016-2017 System76 +License: GPL-3+ diff --git a/pika-desktop/debian/files b/pika-desktop/debian/files new file mode 100644 index 0000000..eac9943 --- /dev/null +++ b/pika-desktop/debian/files @@ -0,0 +1 @@ +pika-desktop_3.3.0_source.buildinfo metapackages optional diff --git a/pika-desktop/debian/rules b/pika-desktop/debian/rules new file mode 100755 index 0000000..ac30c4b --- /dev/null +++ b/pika-desktop/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# # Uncomment this to turn on verbose mode. +# #export DH_VERBOSE=1 +export DEB_BUILD_OPTIONS = nocheck + +override_dh_installgsettings: + dh_installgsettings --priority=50 + +%: + dh $@ diff --git a/pika-desktop/debian/source/format b/pika-desktop/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/pika-desktop/debian/source/format @@ -0,0 +1 @@ +3.0 (native)