commit c9059c6c8044a517d6d9a4366da212d0392bf79a Author: Ward Date: Thu Feb 23 22:04:19 2023 +0200 first commit diff --git a/pika-kde-desktop/debian/changelog b/pika-kde-desktop/debian/changelog new file mode 100644 index 0000000..e77c665 --- /dev/null +++ b/pika-kde-desktop/debian/changelog @@ -0,0 +1,39 @@ +pika-kde-desktop (3.3.0) kinetic; urgency=medium + + * Make the package non essential + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 + + +pika-kde-desktop (3.1) kinetic; urgency=medium + + * Move firefox to recommends + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 + + +pika-kde-desktop (3.0) kinetic; urgency=medium + + * Fix depends + + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 + + +pika-kde-desktop (2.0) kinetic; urgency=medium + + * Add fixes and adapt to pika-baseos + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 + +pika-kde-desktop (1.0.3) kinetic; urgency=medium + + * Add the missing pika-package-manager + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 + +pika-kde-desktop (1.0.1) kinetic; urgency=medium + + * First release + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0300 diff --git a/pika-kde-desktop/debian/control b/pika-kde-desktop/debian/control new file mode 100644 index 0000000..73a97a0 --- /dev/null +++ b/pika-kde-desktop/debian/control @@ -0,0 +1,153 @@ +Source: pika-kde-desktop +Section: metapackages +Priority: optional +Maintainer: Ward Nakchbandi +Standards-Version: 4.6.1 +Build-Depends: debhelper-compat (= 13) +Rules-Requires-Root: no + +Package: pika-kde-desktop-minimal +Architecture: amd64 +Homepage: https://www.kde.org +Description: PikaOS Minimal KDE Desktop Metapackage +Depends: ${misc:Depends}, +# BaseOS + pika-baseos, +# Basic Session + kde-plasma-desktop, + kamera, + kgamma5, + svgpart, + plasma-pa, + plasma-nm, + pika-kde-settings, + plasma-workspace-wayland, + kwin-x11, + sddm, +# Fonts + fonts-cantarell, + fonts-dejavu-core, + fonts-freefont-ttf, + fonts-liberation, + fonts-indic, + fonts-kacst-one, + fonts-khmeros-core, + fonts-lao, + fonts-liberation, + fonts-lklug-sinhala, + fonts-noto-cjk, + fonts-noto-color-emoji, + fonts-sil-abyssinica, + fonts-sil-padauk, + fonts-thai-tlwg, + fonts-tibetan-machine, + fonts-ubuntu, +# Theming + breeze, + breeze-icon-theme, + breeze-gtk-theme, + sddm-theme-breeze, + papirus-icon-theme, + sound-theme-freedesktop, +# Plugins + ghostscript-x, + inputattach, + libatk-adaptor, + libcanberra-gtk-module, + appmenu-gtk2-module, + appmenu-gtk3-module, + kdenetwork-filesharing, + kde-zeroconf, + dolphin-plugins, + kdegraphics-mobipocket, + kdegraphics-thumbnailers, + kdeconnect, + kde-cli-tools, + baloo-kf5, + frameworkintegration, + inputattach, + khelpcenter, + khotkeys, + kinfocenter, + kio, + kio-extras, + kmenuedit, + kwrited, + language-selector-common, + bluedevil, + powerdevil, + desktop-file-utils, + kde-config-gtk-style, + kde-config-gtk-style-preview, + kde-config-sddm, + xdg-desktop-portal-kde, + kde-config-tablet, + polkit-kde-agent-1, + go-mtpfs, + kdialog, + kimageformat-plugins, + kio-audiocd, + krdc, + kscreen, + kdialog, + kio-fuse, + kaccounts-integration, + plasma-supergfxctl, + plasma-browser-integration, + plasma-calendar-addons, + plasma-dataengines-addons, + dbus-x11, +# Applications + kwalletmanager, + print-manager, + fonts-noto-color-emoji, + firmware-manager, + gucharmap, + ibus-table-emoji, + pika-welcome, + pavucontrol-qt, + filelight, + kgpg, + gwenview, + kde-spectacle, + okular, + mpv, + kcalc, + dolphin, + kate, + konsole, + plasma-disks, + plasma-firewall, + plasma-systemmonitor, + plasma-vault, + ksystemlog, + partitionmanager, + gwenview, +## Last to replace mime information + ark, +Recommends: firefox +Conflicts: plasma-discover, pika-gnome-layouts +Suggests: skanlite + +Package: pika-kde-desktop +Architecture: linux-any +Depends: ${misc:Depends}, +# Pull minimal desktop + pika-kde-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 KDE Desktop Metapackage diff --git a/pika-kde-desktop/debian/copyright b/pika-kde-desktop/debian/copyright new file mode 100644 index 0000000..a240511 --- /dev/null +++ b/pika-kde-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-kde-desktop/debian/files b/pika-kde-desktop/debian/files new file mode 100644 index 0000000..7897d99 --- /dev/null +++ b/pika-kde-desktop/debian/files @@ -0,0 +1 @@ +pika-kde-desktop_3.3.0_source.buildinfo metapackages optional diff --git a/pika-kde-desktop/debian/postinst b/pika-kde-desktop/debian/postinst new file mode 100755 index 0000000..162f46e --- /dev/null +++ b/pika-kde-desktop/debian/postinst @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +ln -s /usr/bin/kreadconfig5 /usr/bin/kreadconfig + diff --git a/pika-kde-desktop/debian/rules b/pika-kde-desktop/debian/rules new file mode 100755 index 0000000..78c7615 --- /dev/null +++ b/pika-kde-desktop/debian/rules @@ -0,0 +1,3 @@ +#! /usr/bin/make -f +%: + dh $@ diff --git a/pika-kde-desktop/debian/source/format b/pika-kde-desktop/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/pika-kde-desktop/debian/source/format @@ -0,0 +1 @@ +3.0 (native)