Merge branch 'master' of https://github.com/CereusLinuxProject/cereus-packages
This commit is contained in:
commit
6939409fc5
2 changed files with 21 additions and 83 deletions
21
.github/workflows/notify-telegram.yml
vendored
Normal file
21
.github/workflows/notify-telegram.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
name: Telegram notification
|
||||
on: [push]
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Notify to internal Telegram group on push
|
||||
uses: appleboy/telegram-action@master
|
||||
with:
|
||||
to: ${{ secrets.TG_INTERNAL_GROUP_ID }}
|
||||
token: ${{ secrets.TG_INTERNAL_BOT_TOKEN }}
|
||||
format: markdown
|
||||
message: |
|
||||
[${{ github.actor }}](https://github.com/${{ github.actor }}) created a commit on [${{ github.repository }}](https://github.com/${{ github.repository }})
|
||||
|
||||
*Commit message*:
|
||||
${{ github.event.commits[0].message }}
|
||||
|
||||
[See changes](https://github.com/${{ github.repository }}/commit/${{github.sha}})
|
83
pkglist
83
pkglist
|
@ -1,83 +0,0 @@
|
|||
These are the packages we are maintaining in both Core and Extra repositories.
|
||||
The rest of them are from Void team.
|
||||
|
||||
Graphite-color-schemes
|
||||
Graphite-color-schemes-black
|
||||
Graphite-color-schemes-dark
|
||||
Graphite-color-schemes-light
|
||||
Graphite-color-schemes-nord-dark
|
||||
Graphite-color-schemes-nord-light
|
||||
Graphite-gtk-theme
|
||||
Graphite-gtk-theme-black
|
||||
Graphite-gtk-theme-black-compact
|
||||
Graphite-gtk-theme-compact
|
||||
Graphite-gtk-theme-dark
|
||||
Graphite-gtk-theme-dark-compact
|
||||
Graphite-gtk-theme-light
|
||||
Graphite-gtk-theme-light-compact
|
||||
Graphite-gtk-theme-nord-dark
|
||||
Graphite-gtk-theme-nord-dark-compact
|
||||
Graphite-gtk-theme-nord-light
|
||||
Graphite-gtk-theme-nord-light-compact
|
||||
Graphite-kvantum-theme
|
||||
Graphite-kvantum-theme-Nord-dark
|
||||
Graphite-kvantum-theme-Nord-light
|
||||
Graphite-kvantum-theme-black
|
||||
Graphite-kvantum-theme-dark
|
||||
Graphite-kvantum-theme-light
|
||||
Mint-Ice-Y-Dark
|
||||
Sierra-Dark-Fluxbox
|
||||
base-cereus
|
||||
base-chroot-cereus
|
||||
base-files-cereus
|
||||
blesh
|
||||
blesh-git
|
||||
brave-bin
|
||||
budgie-extras
|
||||
calamares
|
||||
calamares-cereus
|
||||
calamares-modules-cereus
|
||||
calmsky-icon-theme
|
||||
cereus-neofetch
|
||||
cereus-repo-core
|
||||
cereus-repo-extra
|
||||
cereus-wallpapers
|
||||
flat-remix-icewm-theme
|
||||
flat-remix-icon-theme-black
|
||||
flat-remix-icon-theme-blue
|
||||
flat-remix-icon-theme-brown
|
||||
flat-remix-icon-theme-cyan
|
||||
flat-remix-icon-theme-green
|
||||
flat-remix-icon-theme-grey
|
||||
flat-remix-icon-theme-magenta
|
||||
flat-remix-icon-theme-orange
|
||||
flat-remix-icon-theme-red
|
||||
flat-remix-icon-theme-teal
|
||||
flat-remix-icon-theme-violet
|
||||
flat-remix-icon-theme-yellow
|
||||
graphite-kvantum-theme
|
||||
jetbrains-mono-font
|
||||
librewolf-bin
|
||||
musl-locales
|
||||
nerd-fonts-symbols
|
||||
octoxbps-git
|
||||
picom-ibhagwan
|
||||
picom-jonaburg
|
||||
pixelitos-icon-theme
|
||||
plasma-fluxbox
|
||||
plasma-i3
|
||||
runit-cereus
|
||||
runit-cereus-apparmor
|
||||
vibrancy-icon-theme
|
||||
vibrancy-icon-theme-colors
|
||||
vibrancy-icon-theme-dark
|
||||
vibrancy-icon-theme-full-dark
|
||||
vibrancy-icon-theme-light
|
||||
vibrancy-icon-theme-nonmono-dark
|
||||
vibrancy-icon-theme-nonmono-light
|
||||
whatsdesk-bin
|
||||
whatsdesk-bin-i686
|
||||
whatsdesk-git
|
||||
xed-xapps
|
||||
xed-xapps-devel
|
||||
xidlehook
|
Loading…
Add table
Reference in a new issue