first commit
This commit is contained in:
commit
dfd4f5f458
44
pika-desktop/debian/changelog
Normal file
44
pika-desktop/debian/changelog
Normal file
@ -0,0 +1,44 @@
|
||||
pika-desktop (3.3.0) kinetic; urgency=medium
|
||||
|
||||
* Make the package non essential
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||
|
||||
|
||||
pika-desktop (3.2.0) kinetic; urgency=medium
|
||||
|
||||
* Move firefox to recommends
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||
|
||||
pika-desktop (3.1.0) kinetic; urgency=medium
|
||||
|
||||
* Fix broken deps
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||
|
||||
|
||||
pika-desktop (3.0.0) kinetic; urgency=medium
|
||||
|
||||
* Adapt to BaseOS
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||
|
||||
pika-desktop (2.0.0) kinetic; urgency=medium
|
||||
|
||||
* Replace Adwaita with papirus
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||
|
||||
|
||||
pika-desktop (1.0.1) kinetic; urgency=medium
|
||||
|
||||
* Change office depends to pika-meta
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||
|
||||
pika-desktop (1.0.0) kinetic; urgency=medium
|
||||
|
||||
* First release
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
110
pika-desktop/debian/control
Normal file
110
pika-desktop/debian/control
Normal file
@ -0,0 +1,110 @@
|
||||
Source: pika-desktop
|
||||
Section: metapackages
|
||||
Priority: optional
|
||||
Maintainer: Ward Nakchbandi <hotrod.master@hotmail.com>
|
||||
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
|
7
pika-desktop/debian/copyright
Normal file
7
pika-desktop/debian/copyright
Normal file
@ -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+
|
1
pika-desktop/debian/files
Normal file
1
pika-desktop/debian/files
Normal file
@ -0,0 +1 @@
|
||||
pika-desktop_3.3.0_source.buildinfo metapackages optional
|
12
pika-desktop/debian/rules
Executable file
12
pika-desktop/debian/rules
Executable file
@ -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 $@
|
1
pika-desktop/debian/source/format
Normal file
1
pika-desktop/debian/source/format
Normal file
@ -0,0 +1 @@
|
||||
3.0 (native)
|
Loading…
Reference in New Issue
Block a user