Compare commits

..

29 Commits

Author SHA1 Message Date
Ward from fusion-voyager-3
f8a16e139a f
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 21s
2024-08-27 05:21:58 +03:00
Ward from fusion-voyager-3
552124326f adapt to OS 4
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 15s
2024-08-27 05:21:11 +03:00
Ward from fusion-voyager-3
d39099e7f4 Final Gnome Meta 2024-08-27 05:17:57 +03:00
Ward Nakchbandi (Cosmic Fusion)
4e03e78aa1
Update control 2024-01-27 00:27:21 +03:00
Ward Nakchbandi (Cosmic Fusion)
ee90c6913a
Update changelog 2024-01-27 00:23:50 +03:00
Ward Nakchbandi (Cosmic Fusion)
cf9cb8d3f3
2023-10-07 11:02:31 +03:00
Ward Nakchbandi (Cosmic Fusion)
b169ee49dc
Update changelog 2023-09-30 16:55:51 +03:00
Ward Nakchbandi (Cosmic Fusion)
44996eac38
Update release.sh 2023-09-30 16:55:07 +03:00
Ward Nakchbandi (Cosmic Fusion)
5a46e87cec
Update control 2023-09-30 16:54:55 +03:00
Ward Nakchbandi (Cosmic Fusion)
a59f5d1b83
2023-09-16 13:54:10 +03:00
Ward Nakchbandi (Cosmic Fusion)
36f13e0436
2023-09-16 13:52:20 +03:00
Ward Nakchbandi (Cosmic Fusion)
925570ad53
Update changelog 2023-09-16 13:49:33 +03:00
Ward Nakchbandi (Cosmic Fusion)
1b4f0a9427
Update control 2023-09-16 13:49:24 +03:00
Ward Nakchbandi (Cosmic Fusion)
78ae24289f
2023-09-12 00:21:59 +03:00
4260dd74b5
Update release.yml 2023-09-06 21:13:34 +01:00
ab17050e5c
Update release.sh 2023-09-06 21:13:21 +01:00
Ward Nakchbandi (Cosmic Fusion)
b7afdee42d
2023-08-28 13:26:31 +03:00
8f32667857
Update release.yml 2023-08-19 16:02:30 +01:00
9a78532216
Update release.yml 2023-06-23 13:54:57 +01:00
063771a6f2
Update changelog 2023-06-20 19:49:44 +01:00
174606b378
Update control 2023-06-20 19:48:56 +01:00
5055efc1d3
Update release.yml 2023-06-16 18:45:50 +01:00
a02adfde15
Update main.sh 2023-06-16 18:45:35 +01:00
Ward Nakchbandi (Cosmic Fusion)
814d76f782
Remove old package 2023-05-26 19:25:10 +03:00
Ward Nakchbandi (Cosmic Fusion)
db74529818
Update changelog 2023-05-11 18:55:53 +03:00
Ward Nakchbandi (Cosmic Fusion)
a0c4d0b0e1
Update control 2023-05-11 18:55:44 +03:00
Ward Nakchbandi (Cosmic Fusion)
1af62e5cc9
Update changelog 2023-05-11 00:51:36 +03:00
Ward Nakchbandi (Cosmic Fusion)
b278eda2fc
Update control 2023-05-11 00:51:17 +03:00
c4978dffdc Update to lunar 2023-04-24 17:44:58 +01:00
21 changed files with 360 additions and 200 deletions

1
.github/build-canary-v3 vendored Normal file
View File

@ -0,0 +1 @@
1

1
.github/build-nest-v3 vendored Normal file
View File

@ -0,0 +1 @@
1

1
.github/release-canary-v3 vendored Normal file
View File

@ -0,0 +1 @@
1

1
.github/release-nest-v3 vendored Normal file
View File

@ -0,0 +1 @@
4

37
.github/workflows/build-canaryv3.yml vendored Normal file
View File

@ -0,0 +1,37 @@
name: PikaOS Package Build Only (Canary) (amd64-v3)
on:
push:
branches:
- main
paths:
- '.github/build-canary-v3'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/pikaos-linux/pikaos-builder:canaryv3
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh

37
.github/workflows/build-nestv3.yml vendored Normal file
View File

@ -0,0 +1,37 @@
name: PikaOS Package Build Only (amd64-v3)
on:
push:
branches:
- main
paths:
- '.github/build-nest-v3'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/pikaos-linux/pikaos-builder:nestv3
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh

40
.github/workflows/release-canaryv3.yml vendored Normal file
View File

@ -0,0 +1,40 @@
name: PikaOS Package Build & Release (Canary) (amd64-v3)
on:
push:
branches:
- main
paths:
- '.github/release-canary-v3'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/pikaos-linux/pikaos-builder:canaryv3
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh
- name: Release Package
run: ./release.sh

40
.github/workflows/release-nestv3.yml vendored Normal file
View File

@ -0,0 +1,40 @@
name: PikaOS Package Build & Release (amd64-v3)
on:
push:
branches:
- main
paths:
- '.github/release-nest-v3'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/pikaos-linux/pikaos-builder:nestv3
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Set Build Config
run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh
- name: Build Package
run: ./main.sh
- name: Release Package
run: ./release.sh

View File

@ -1,40 +0,0 @@
name: PikaOS Package Release
on:
workflow_dispatch
jobs:
build:
runs-on: self-hosted
container:
image: ubuntu:22.10
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install needed packages
run: apt update && apt install software-properties-common sudo git bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar reprepro dpkg-sig devscripts -y
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Build Package
run: ./main.sh
- name: Release Package
run: ./release.sh

23
main.sh
View File

@ -1,19 +1,24 @@
# Add dependent repositories
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
add-apt-repository https://ppa.pika-os.com
add-apt-repository ppa:pikaos/pika
add-apt-repository ppa:kubuntu-ppa/backports
#! /bin/bash
set -e
VERSION="4.0.0"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
cd ./pika-desktop
cd ./pika-gnome-desktop
# Get build deps
apt-get build-dep ./ -y
# Build package
dh_make --createorig
dpkg-buildpackage
LOGNAME=root dh_make --createorig -y -l -p pika-gnome-desktop_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/
mv ./*.deb ./output/

10
pika-build-config/amd64-v3.sh Executable file
View File

@ -0,0 +1,10 @@
#! /bin/bash
export PIKA_BUILD_ARCH="amd64-v3"
export DEBIAN_FRONTEND="noninteractive"
export DEB_BUILD_MAINT_OPTIONS="optimize=+lto -march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_CFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_CPPFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_CXXFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_LDFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_BUILD_OPTIONS="nocheck notest terse"
export DPKG_GENSYMBOLS_CHECK_LEVEL=0

5
pika-build-config/i386.sh Executable file
View File

@ -0,0 +1,5 @@
#! /bin/bash
export PIKA_BUILD_ARCH="i386"
export DEBIAN_FRONTEND="noninteractive"
export DEB_BUILD_OPTIONS="nocheck notest terse"
export DPKG_GENSYMBOLS_CHECK_LEVEL=0

View File

@ -1,56 +0,0 @@
pika-desktop (3.6.0) kinetic; urgency=medium
* Add pika-theme
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +0300
pika-desktop (3.4.0) kinetic; urgency=medium
* Add gir1.2-gmenu-3.0
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
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

View File

@ -1 +0,0 @@
3.0 (native)

View File

@ -0,0 +1,87 @@
pika-gnome-desktop (4.0.0-101pika1) pika; urgency=medium
* Update to OS 4
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +0300
pika-gnome-desktop (3.7.2-100pika1) pikauwu; urgency=medium
* Use new settings model
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +0300
pika-gnome-desktop (3.7.0-100pika1) pikauwu; urgency=medium
* Return to ibus
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +0300
pika-gnome-desktop (3.6.4-99pika3.lunar) lunar; urgency=medium
* Add pika-theme
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +0300
pika-gnome-desktop (3.6.2-99pika2.lunar) lunar; urgency=medium
* Add pika-theme
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +0300
pika-gnome-desktop (3.6.0) kinetic; urgency=medium
* Add pika-theme
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +0300
pika-gnome-desktop (3.4.0) kinetic; urgency=medium
* Add gir1.2-gmenu-3.0
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
pika-gnome-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-gnome-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-gnome-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-gnome-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-gnome-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-gnome-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-gnome-desktop (1.0.0) kinetic; urgency=medium
* First release
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300

View File

@ -1,4 +1,4 @@
Source: pika-desktop
Source: pika-gnome-desktop
Section: metapackages
Priority: optional
Maintainer: Ward Nakchbandi <hotrod.master@hotmail.com>
@ -6,108 +6,111 @@ Standards-Version: 4.6.1
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Package: pika-gnome-desktop-minimal
Package: pika-gnome-desktop
Architecture: linux-any
Depends: ${misc:Depends},
# BaseOS
Depends:
${misc:Depends},
# PikaOS Basic
pika-baseos,
# Basic Session
pika-session,
pika-settings,
pika-gnome-settings | pika-settings,
# Basic Desktop
gdm3,
gnome-shell,
# Gnome VRR Session
gnome-shell-vrr,
mutter-vrr,
gnome-session,
gnome-session-xsession,
# Fonts
fonts-cantarell,
fonts-dejavu-core,
fonts-freefont-ttf,
fonts-inter-variable,
fonts-liberation,
fonts-noto-color-emoji,
# Theming
gnome-themes-standard,
gnome-themes-extra,
adwaita-icon-theme-full,
adwaita-icon-theme,
adw-gtk3-theme,
papirus-icon-theme,
gnome-themes-extra,
sound-theme-freedesktop,
pika-theme,
pika-gdm-theme,
# 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,
papirus-icon-theme,
# Desktop Libs
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,
gir1.2-gmenu-3.0,
# Applications
gnome-control-center,
gnome-disk-utility,
gnome-system-monitor,
gnome-terminal | kgx,
nautilus,
fonts-noto-color-emoji,
gnome-shell-extension-manager,
gnome-tweaks,
at-spi2-core,
baobab,
eog,
firmware-manager,
geary,
gnome-text-editor,
brltty,
chrome-gnome-shell,
dconf-cli,
dconf-gsettings-backend,
ghostscript-x,
gir1.2-gmenu-3.0,
gkbd-capplet,
glib-networking,
gsettings-desktop-schemas,
gstreamer1.0-packagekit,
gstreamer1.0-plugins-base,
gstreamer1.0-plugins-good,
gucharmap,
gvfs-backends,
gvfs-fuse,
ibus-table-emoji,
inputattach,
libatk-adaptor,
libcanberra-pulse,
libglib2.0-bin,
libpam-gnome-keyring,
libproxy1-plugin-gsettings,
libproxy1-plugin-webkit,
librsvg2-common,
system-config-printer-common,
system-config-printer-udev,
tracker,
xdg-desktop-portal-gnome,
# Apps
gnome-bluetooth,
gnome-calculator,
gnome-calendar,
gnome-characters,
gnome-clocks,
gnome-console | kgx | gnome-terminal,
gnome-contacts,
gnome-control-center,
gnome-disk-utility,
gnome-firmware,
gnome-font-viewer,
gnome-power-manager,
gnome-weather,
gnome-keyring,
gnome-logs,
gnome-menus,
gnome-online-accounts,
gnome-photos,
gnome-power-manager,
gnome-remote-desktop,
gnome-settings-daemon,
gnome-shell-extension-manager,
gnome-software,
gnome-sushi,
gucharmap,
ibus-table-emoji,
gnome-system-monitor,
gnome-text-editor,
gnome-tweaks,
gnome-user-docs,
gnome-user-share,
gnome-video-effects,
gnome-weather,
loupe,
nautilus,
pavucontrol,
pika-welcome,
seahorse,
simple-scan,
totem,
zenity,
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,
# Extensions
gnome-shell-extension-supergfxctl-gex,
gnome-software-plugin-deb,
gnome-software-plugin-flatpak,
gnome-software-plugin-fwupd,
nautilus-share,
network-manager-openvpn-gnome,
network-manager-pptp-gnome,
gnome-bluetooth-sendto,
Description: PikaOS Gnome Desktop Metapackage
Recommends: firefox, pika-gnome-settings

View File

View File

@ -0,0 +1 @@
3.0 (quilt)

View File

@ -1,14 +1,2 @@
# Sign the packages
dpkg-sig --sign builder ./output/pika-gnome-desktop*.deb
# Pull down existing ppa repo db files etc
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
# Remove our existing package from the repo
reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% pika-gnome-desktop*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/pika-gnome-desktop*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
# send debs to server
rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/cockatiel-incoming/