Skip to content

Commit

Permalink
Multiple fixes and corrections in srcpkgs
Browse files Browse the repository at this point in the history
- Many packages are being rebuilt since I made a mistake with CFLAGS when building, making them unusable outside my PC. This should fix it.
- Some packages were removed since they are unused or no longer required (like most Picom forks since now Picom officially supports animations).
	Maybe I make a repository gathering all these WIP or discarded templates.
- The URL of many Cereus-related packages were changed from GitHub to Codeberg.
- And some other fixes.
  • Loading branch information
KF-Art committed Oct 6, 2024
1 parent 36991c9 commit 1c16bb5
Show file tree
Hide file tree
Showing 99 changed files with 119 additions and 2,349 deletions.
2 changes: 1 addition & 1 deletion srcpkgs/alttab-git/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'alttab-git'
pkgname=alttab-git
version=2024.09.26
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
repository="cereus-extra"
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/betterlockscreen-gui/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'betterlockscreen-gui'
pkgname=betterlockscreen-gui
version=2023.01.28
revision=2
version=2024.04.12
revision=1
repository="cereus-extra"
depends="python3-psutil betterlockscreen python3-gobject resolution-hooks bc"
_commit="f6c5b95f17d903684ee7cdc19c078c83e69c9a38"
short_desc="Betterlockscreen GUI configuration tool"
maintainer="Kevin Figueroa <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/CereusLinuxProject/betterlockscreen-gui"
homepage="https://codeberg.org/cereus-linux/${pkgname}"
changelog="${homepage}/commits/master"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=8d7547c5cbc15f41f16a2a514b013f95b542e95252de16314baa1945d7967b64
checksum=7a040523437cfc741a542db049ffece68bf66ed2acdb4d1b186ebc815c25f14f

do_install() {
vcopy usr ./
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/blesh-git/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'blesh-git'
pkgname=blesh-git
version=2024.09.24
revision=1
revision=2
makedepends="git"
depends="bash git"
build_style="gnu-makefile"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/blesh/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'blesh'
pkgname=blesh
version=0.3.4
revision=1
revision=2
depends="bash"
repository=cereus-extra
wrksrc="ble-${version}"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/bt-dualboot/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'bt-dualboot'
pkgname=bt-dualboot
version=1.0.1
revision=1
revision=2
build_style=fetch
hostmakedepends="git"
makedepends="python3-wheel python3-installer"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/budgie-extras/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'budgie-extras'
pkgname=budgie-extras
version=1.8.0
revision=1
revision=2
repository=cereus-extra
build_style=meson
hostmakedepends="pkg-config glib"
Expand Down
10 changes: 5 additions & 5 deletions srcpkgs/calamares-branding/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'calamares-branding'
pkgname=calamares-branding
version=2023.01.30
revision=2
version=2023.01.31
revision=1
_brandingdir="etc/calamares/branding/cereus"
repository="cereus-core"
short_desc="Calamares branding for Cereus Linux"
maintainer="Kevin Figueroa <[email protected]>"
license="CC-BY-SA-4.0"
homepage="https://github.com/CereusLinuxProject/Cereus-Artwork/tree/main/calamares-branding"
homepage="https://codeberg.org/cereus-linux/artwork/src/branch/main/calamares-branding"
_commit="7d2c92125dae9db643e490194fd6188d322427d5"
distfiles="https://github.com/CereusLinuxProject/Cereus-Artwork/archive/${_commit}.tar.gz"
checksum=2655eaa96d3a62cc0ac06996682335c5a9094dd8392442e046e2cfdb9b0c068d
distfiles="https://codeberg.org/cereus-linux/artwork/archive/${_commit}.tar.gz"
checksum=22cbf5270ccff6ca876d88fbcfc5c7438411c83b7498741d116659f2034f5d8f

do_install() {
vmkdir ${_brandingdir}
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/calamares-modules-cereus/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'calamares-modules-cereus'
pkgname=calamares-modules-cereus
version=2023.02.14
revision=3
version=2023.02.15
revision=1
depends="python3-setuptools"
_modules_dir="usr/lib/calamares/modules/"
repository="cereus-core"
_commit="1b0ce33acc98c5caf06065ad20dd8077acdd9526"
short_desc="Additional Cereus Linux modules for Calamares installer"
maintainer="Kevin Figueroa <[email protected]>"
license="GPL-2.0"
homepage="https://github.com/CereusLinuxProject/calamares-modules"
homepage="https://codeberg.org/cereus-linux/calamares-modules"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=60c8879d164bc099b1a30b2e87c4bf0aa7f7b6ac3cfbe2a982d8889ce458258b
checksum=ff762bba3a4fb7351e2e783357d4f6dd2a3cd2a44a53572f08a7639cd6781760

do_install() {
vmkdir ${_modules_dir}
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/calamares/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'calamares'
pkgname=calamares
version=3.3.9
revision=1
revision=2
build_style=cmake
repository=cereus-extra
configure_args="
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/cereus-artwork/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'cereus-artwork'
pkgname=cereus-artwork
version=2023.01.30
version=2023.01.31
revision=1
_wallpaperdir="usr/share/backgrounds"
_icondir="usr/share/icons/hicolor"
Expand All @@ -10,9 +10,9 @@ repository="cereus-core"
short_desc="Cereus Linux artwork"
maintainer="Kevin Figueroa <[email protected]>"
license="CC-BY-SA-4.0"
homepage="https://github.com/CereusLinuxProject/Cereus-Artwork/"
homepage="https://codeberg.org/cereus-linux/artwork"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=2655eaa96d3a62cc0ac06996682335c5a9094dd8392442e046e2cfdb9b0c068d
checksum=22cbf5270ccff6ca876d88fbcfc5c7438411c83b7498741d116659f2034f5d8f

do_install() {
# Create directories in targetdir
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/cereus-global-presets/template
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ _commit="a0f759925101fb0724e5e54afb997efe3981798d"
short_desc="Cereus Linux global default configurations"
maintainer="Kevin Figueroa <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/CereusLinuxProject/presets"
homepage="https://codeberg.org/cereus-linux/presets"
changelog="${homepage}/commits/main/global"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=ed3b3dfa51be20ed361779fa65700b7b45af250d1850284c40c4fabd95897bb6
checksum=690bab356a19b03f768c582ed841b4e12fab7af1890998da8ca5aaeb60f250de

do_install() {
cd global/etc
Expand Down
9 changes: 4 additions & 5 deletions srcpkgs/cereus-lightdm-presets/template
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ hostmakedepends="git"
short_desc="Cereus Linux default configurations for LightDM"
maintainer="Kevin Figueroa <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/CereusLinuxProject/presets"
homepage="https://codeberg.org/cereus-linux/presets"
changelog="${homepage}/commits/main/global/etc/lightdm"

do_fetch() {
git clone ${homepage} ${wrksrc}
}
_commit="a0f759925101fb0724e5e54afb997efe3981798d"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=690bab356a19b03f768c582ed841b4e12fab7af1890998da8ca5aaeb60f250de

do_install() {
cd global/etc/lightdm/lightdm.conf.d
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/cereus-lxqt-presets/template
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ gvfs-smb blueman flameshot pasystray-git ksuperkey network-manager-applet pavuco
short_desc="Cereus Linux default configurations for LXQt edition"
maintainer="Kevin Figueroa <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/CereusLinuxProject/presets"
homepage="https://codeberg.org/cereus-linux/presets"
changelog="${homepage}/commits/main/lxqt"
_commit="a0f759925101fb0724e5e54afb997efe3981798d"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=ed3b3dfa51be20ed361779fa65700b7b45af250d1850284c40c4fabd95897bb6
checksum=690bab356a19b03f768c582ed841b4e12fab7af1890998da8ca5aaeb60f250de

do_install() {
vcopy lxqt/* ./
Expand Down
7 changes: 4 additions & 3 deletions srcpkgs/cereus-lxqt-themes/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ _theme_dir="usr/share/lxqt/themes"
short_desc="Cereus Linux custom themes for LXQt desktop"
maintainer="Kevin Figueroa <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/CereusLinuxProject/cereus-lxqt-themes"
homepage="https://codeberg.org/cereus-linux/cereus-lxqt-themes"
changelog="${homepage}/commits/main"
distfiles="${homepage}/archive/refs/heads/main.zip"
checksum=73f325b870b2e39b8b15d61faf18a73c84e641dc8710f6d42ad8161e6db2673d
_commit="bef0d6c74f388fedd0d37eac383505a8605e975c"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=d9abc0face80c9dc64b90a500eade2917fe5e004c9ff6daff8127008decb9302

do_install() {
vmkdir ${_theme_dir}
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/cereus-neofetch/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Template file for 'cereus-neofetch'
pkgname=cereus-neofetch
version=7.1.0
revision=7
revision=8
repository=cereus-core
wrksrc=neofetch-${version}
build_style=gnu-makefile
depends="bash nerd-fonts-symbols"
depends="bash nerd-fonts-symbols-ttf"
short_desc="Simple system information script (Cereus patched edition)"
maintainer="Kevin Figueroa <[email protected]>"
license="MIT"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/cereus-plymouth-theme/template
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ _commit="1f2f6344f3563430fd7b7facf86dc22a41e6de44"
short_desc="A simple Plymouth theme for Cereus Linux"
maintainer="Kevin Figueroa <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/CereusLinuxProject/cereus_simply"
homepage="https://codeberg.org/cereus-linux/plymouth-theme"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=c37e57ab807104160f711d8c87948143e04814a6759e7f3adfda2442f9b89179
checksum=9d1bd5a4b1c1b19f568605ba40d3ce351d38e307393a28d29009f67f88190d87

do_install() {
vmkdir ${_themedir}
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/cereus-themes-presets/template
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ _commit="a0f759925101fb0724e5e54afb997efe3981798d"
short_desc="Cereus Linux default theme configurations"
maintainer="Kevin Figueroa <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/CereusLinuxProject/presets"
homepage="https://codeberg.org/cereus-linux/presets"
changelog="${homepage}/commits/main/global"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=ed3b3dfa51be20ed361779fa65700b7b45af250d1850284c40c4fabd95897bb6
checksum=690bab356a19b03f768c582ed841b4e12fab7af1890998da8ca5aaeb60f250de

do_install() {
cd global/etc
Expand Down
Empty file removed srcpkgs/cereus-welcome/template
Empty file.
4 changes: 2 additions & 2 deletions srcpkgs/cereus-xfce-presets/template
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ _commit="a0f759925101fb0724e5e54afb997efe3981798d"
short_desc="Cereus Linux default configurations for XFCE edition"
maintainer="Kevin Figueroa <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/CereusLinuxProject/presets"
homepage="https://codeberg.org/cereus-linux/presets"
changelog="${homepage}/commits/main/xfce"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=ed3b3dfa51be20ed361779fa65700b7b45af250d1850284c40c4fabd95897bb6
checksum=690bab356a19b03f768c582ed841b4e12fab7af1890998da8ca5aaeb60f250de

do_install() {
vcopy xfce/* ./
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/compfy/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'compfy'
pkgname="compfy"
version=1.7.2
revision=1
revision=2
build_style=meson
configure_args="-Dwith_docs=true"
hostmakedepends="pkg-config asciidoc"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/dockbarx-lxqt-plugin/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'dockbarx-lxqt-plugin'
pkgname=dockbarx-lxqt-plugin
version=0.9.1
revision=1
revision=2
repository="cereus-extra"
build_style=cmake
hostmakedepends="pkg-config"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/dockbarx/template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pkgname=dockbarx
version=1.0.beta4
_pkgrel=${version//.b/-b}
revision=1
revision=2
repository="cereus-extra"
build_style=python3-module
hostmakedepends="python3-polib python3-setuptools"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/ds4drv/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'ds4drv'
pkgname=ds4drv
version=2021.04.19
revision=1
revision=2
build_style=python3-module
repository="cereus-extra"
makedepends="python3-devel python3-setuptools"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/flwm/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'flwm'
pkgname=flwm
version=1.16
revision=2
revision=3
repository="cereus-extra"
build_style=gnu-configure
makedepends="fltk-devel"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/grub-cereus/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'grub-cereus'
pkgname=grub-cereus
version=2.12
revision=1
revision=2
hostmakedepends="python3 pkg-config flex freetype-devel font-unifont-bdf help2man
automake gettext-devel-tools"
makedepends="libusb-compat-devel ncurses-devel freetype-devel
Expand Down
1 change: 0 additions & 1 deletion srcpkgs/igsc-devel

This file was deleted.

26 changes: 0 additions & 26 deletions srcpkgs/igsc/template

This file was deleted.

1 change: 0 additions & 1 deletion srcpkgs/intel-compute-runtime-bin-devel

This file was deleted.

31 changes: 0 additions & 31 deletions srcpkgs/intel-compute-runtime-bin/template

This file was deleted.

2 changes: 0 additions & 2 deletions srcpkgs/intel-compute-runtime-bin/update

This file was deleted.

Loading

0 comments on commit 1c16bb5

Please sign in to comment.