Fixed some dinit glitches
This commit is contained in:
parent
c2f20be12e
commit
14321f3a29
|
@ -1,8 +1,8 @@
|
||||||
NAME="EvolutionOS"
|
NAME="EvolutionOS"
|
||||||
ID="evolutionos"
|
ID="evolutionos"
|
||||||
PRETTY_NAME="EvolutionOS"
|
PRETTY_NAME="EvolutionOS"
|
||||||
HOME_URL="https://evolutionos.codeberg.page"
|
HOME_URL="https://hectabit.org/evolutionos"
|
||||||
DOCUMENTATION_URL="https://evolutionos.codeberg.page/wiki/"
|
DOCUMENTATION_URL="https://hectabit.org/evolutionos/wiki/"
|
||||||
LOGO="evolution-logo"
|
LOGO="evolution-logo"
|
||||||
ANSI_COLOR="0;38;2;71;128;97"
|
ANSI_COLOR="0;38;2;71;128;97"
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'base-files'
|
# Template file for 'base-files'
|
||||||
pkgname=base-files
|
pkgname=base-files
|
||||||
version=0.143
|
version=0.143
|
||||||
revision=9
|
revision=10
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
depends="xbps-triggers"
|
depends="xbps-triggers"
|
||||||
short_desc="Evolution Linux base system files"
|
short_desc="Evolution Linux base system files"
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://evolutionos.codeberg.page"
|
homepage="https://hectabit.org/evolutionos"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/inputrc
|
/etc/inputrc
|
||||||
/etc/profile
|
/etc/profile
|
||||||
|
|
|
@ -7,7 +7,7 @@ build_style=meta
|
||||||
short_desc="Evolution Linux base system meta package"
|
short_desc="Evolution Linux base system meta package"
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://evolutionos.codeberg.page"
|
homepage="https://hectabit.org/evolutionos"
|
||||||
|
|
||||||
depends="
|
depends="
|
||||||
base-files ncurses busybox-evolution libgcc
|
base-files ncurses busybox-evolution libgcc
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
pkgname=dinit
|
pkgname=dinit
|
||||||
version=0.17.1
|
version=0.17.1
|
||||||
revision=4
|
revision=5
|
||||||
short_desc="Simple Linux / BSD init system (NOT MY SOFTWARE)"
|
short_desc="Simple Linux / BSD init system (NOT MY SOFTWARE)"
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
homepage="https://github.com/davmac314/dinit"
|
homepage="https://github.com/davmac314/dinit"
|
||||||
|
|
|
@ -5,7 +5,7 @@ revision=5
|
||||||
short_desc="Evolution Linux artwork"
|
short_desc="Evolution Linux artwork"
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
license="custom:Public Domain" #no vlicense check
|
license="custom:Public Domain" #no vlicense check
|
||||||
homepage="http://evolutionos.codeberg.page"
|
homepage="https://hectabit.org/evolutionos"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall ${FILESDIR}/splash.png 644 usr/share/evolution-artwork
|
vinstall ${FILESDIR}/splash.png 644 usr/share/evolution-artwork
|
||||||
|
|
|
@ -5,7 +5,7 @@ build_style=meta
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
short_desc="Desktop and Greeter for EvolutionOS"
|
short_desc="Desktop and Greeter for EvolutionOS"
|
||||||
license="GPL-3.0"
|
license="GPL-3.0"
|
||||||
homepage="https://evolutionos.codeberg.page"
|
homepage="https://hectabit.org/evolutionos"
|
||||||
depends="wayfire greetd wf-shell wcm mesa mesa-dri elogind polkit mate-polkit greetd-gtkgreet gtkloadspinner dbus dconf nautilus alacritty pipewire wireplumber slurp grim alsa-pipewire gnome-system-monitor upower brightnessctl gnome-themes-extra dejavu-fonts-ttf xdg-desktop-portal-wlr xdg-desktop-portal-gtk swaylock swayidle wpa_supplicant wpa-cute evolution-theme-switcher xorg-server-xwayland gvfs"
|
depends="wayfire greetd wf-shell wcm mesa mesa-dri elogind polkit mate-polkit greetd-gtkgreet gtkloadspinner dbus dconf nautilus alacritty pipewire wireplumber slurp grim alsa-pipewire gnome-system-monitor upower brightnessctl gnome-themes-extra dejavu-fonts-ttf xdg-desktop-portal-wlr xdg-desktop-portal-gtk swaylock swayidle wpa_supplicant wpa-cute evolution-theme-switcher xorg-server-xwayland gvfs"
|
||||||
conf_files="/usr/bin/Wayfire /usr/bin/startsession"
|
conf_files="/usr/bin/Wayfire /usr/bin/startsession"
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
repository=https://evolutionos.codeberg.page/pkg
|
repository=https://hectabit.org/evolutionos/pkg
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
pkgname=evolution-patches
|
pkgname=evolution-patches
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=5
|
revision=6
|
||||||
build_style=meta
|
build_style=meta
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
short_desc="Simple patches that enable an usable OS out of the box"
|
short_desc="Simple patches that enable an usable OS out of the box"
|
||||||
license="GPL-3.0"
|
license="GPL-3.0"
|
||||||
homepage="https://evolutionos.codeberg.page"
|
homepage="https://hectabit.org/evolutionos/pkg"
|
||||||
makedepends="busybox-evolution opendoas"
|
makedepends="busybox-evolution opendoas"
|
||||||
depends="busybox-evolution opendoas zzz"
|
depends="busybox-evolution opendoas zzz"
|
||||||
replaces="util-linux runit runit-void grep which gzip tar diffutils coreutils findutils xz wget sed gawk pciutils usbutils tree shadowfix"
|
replaces="util-linux runit runit-void grep which gzip tar diffutils coreutils findutils xz wget sed gawk pciutils usbutils tree shadowfix"
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=1.0
|
||||||
revision=5
|
revision=5
|
||||||
short_desc="Just a theme switcher for evolution-desktop"
|
short_desc="Just a theme switcher for evolution-desktop"
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
homepage="https://codeberg.org/EvolutionOS/Evolution-theme-switcher"
|
homepage="https://hectabit.org/centrifuge/HectaBit/dconf-theme-switcher"
|
||||||
license="GPL-3.0"
|
license="GPL-3.0"
|
||||||
makedepends="make gcc git pkg-config gtk+3-devel dconf"
|
makedepends="make gcc git pkg-config gtk+3-devel dconf"
|
||||||
depends="gtk+3 dconf"
|
depends="gtk+3 dconf"
|
||||||
|
@ -13,14 +13,14 @@ do_build() {
|
||||||
echo "Building..."
|
echo "Building..."
|
||||||
cd ${XBPS_BUILDDIR}
|
cd ${XBPS_BUILDDIR}
|
||||||
rm -rf gtkgreet
|
rm -rf gtkgreet
|
||||||
git clone https://codeberg.org/EvolutionOS/evolution-theme-switcher.git
|
git clone https://hectabit.org/centrifuge/HectaBit/dconf-theme-switcher.git
|
||||||
cd evolution-theme-switcher
|
cd dconf-theme-switcher
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
echo "Installing..."
|
echo "Installing..."
|
||||||
vbin ${XBPS_BUILDDIR}/evolution-theme-switcher/themeswitcher
|
vbin ${XBPS_BUILDDIR}/dconf-theme-switcher/themeswitcher
|
||||||
mkdir -p ${DESTDIR}/usr/share/applications
|
mkdir -p ${DESTDIR}/usr/share/applications
|
||||||
cp ${XBPS_BUILDDIR}/evolution-theme-switcher/evolution-theme-switcher.desktop ${DESTDIR}/usr/share/applications/
|
cp ${XBPS_BUILDDIR}/dconf-theme-switcher/evolution-theme-switcher.desktop ${DESTDIR}/usr/share/applications/
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ makedepends="git cmake chafa-devel dbus-devel dconf-devel glib-devel libmagick-d
|
||||||
libpulseaudio libX11-devel libxcb-devel libXrandr-devel mesa ocl-icd-devel opencl-headers
|
libpulseaudio libX11-devel libxcb-devel libXrandr-devel mesa ocl-icd-devel opencl-headers
|
||||||
pciutils-devel Vulkan-Headers vulkan-loader wayland-devel xfconf-devel zlib-devel gtk+3-devel libgcc make
|
pciutils-devel Vulkan-Headers vulkan-loader wayland-devel xfconf-devel zlib-devel gtk+3-devel libgcc make
|
||||||
autoconf automake binutils bison file findutils flex gawk gcc groff
|
autoconf automake binutils bison file findutils flex gawk gcc groff
|
||||||
gzip libtool m4 patch pkg-config sed texinfo which sudo"
|
gzip libtool m4 patch pkg-config sed texinfo which"
|
||||||
depends="gtk+3"
|
depends="gtk+3"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=1.0
|
||||||
revision=2
|
revision=2
|
||||||
short_desc="Ridonculously simple spinner for GTK"
|
short_desc="Ridonculously simple spinner for GTK"
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
homepage="https://codeberg.org/EvolutionOS/GtkLoadSpinner"
|
homepage="https://hectabit.org/centrifuge/hectabit/GtkLoadSpinner"
|
||||||
license="GPL-3.0"
|
license="GPL-3.0"
|
||||||
makedepends="make gcc git pkg-config gtk+3-devel"
|
makedepends="make gcc git pkg-config gtk+3-devel"
|
||||||
depends="gtk+3"
|
depends="gtk+3"
|
||||||
|
@ -13,7 +13,7 @@ do_build() {
|
||||||
echo "Building..."
|
echo "Building..."
|
||||||
cd ${XBPS_BUILDDIR}
|
cd ${XBPS_BUILDDIR}
|
||||||
rm -rf gtkgreet
|
rm -rf gtkgreet
|
||||||
git clone https://codeberg.org/EvolutionOS/GtkLoadSpinner.git
|
git clone https://hectabit.org/centrifuge/hectabit/GtkLoadSpinner.git
|
||||||
cd GtkLoadSpinner
|
cd GtkLoadSpinner
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
pkgname=neofetch
|
pkgname=neofetch
|
||||||
version=7.1.0
|
version=7.1.0
|
||||||
revision=7
|
revision=8
|
||||||
short_desc="Simple system information script (not my software)"
|
short_desc="Simple system information script (not my software)"
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
homepage="https://codeberg.org/EvolutionOS/neofetch"
|
homepage="https://hectabit.org/centrifuge/evolutionos/neofetch"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
makedepends="make git"
|
makedepends="make git"
|
||||||
depends="bash"
|
depends="bash"
|
||||||
|
@ -16,7 +16,7 @@ do_build() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
echo "Installing..."
|
echo "Installing..."
|
||||||
git clone --depth=1 https://codeberg.org/EvolutionOS/neofetch.git
|
git clone --depth=1 https://hectabit.org/centrifuge/evolutionos/neofetch.git
|
||||||
cd neofetch
|
cd neofetch
|
||||||
mkdir -p ${DESTDIR}/usr/
|
mkdir -p ${DESTDIR}/usr/
|
||||||
make PREFIX=${DESTDIR}/usr/ install
|
make PREFIX=${DESTDIR}/usr/ install
|
||||||
|
|
Reference in New Issue