diff --git a/srcpkgs/base-files/files/os-release b/srcpkgs/base-files/files/os-release index b45caad..0b74f02 100644 --- a/srcpkgs/base-files/files/os-release +++ b/srcpkgs/base-files/files/os-release @@ -1,8 +1,8 @@ NAME="EvolutionOS" ID="evolutionos" PRETTY_NAME="EvolutionOS" -HOME_URL="https://evolutionos.codeberg.page" -DOCUMENTATION_URL="https://evolutionos.codeberg.page/wiki/" +HOME_URL="https://hectabit.org/evolutionos" +DOCUMENTATION_URL="https://hectabit.org/evolutionos/wiki/" LOGO="evolution-logo" ANSI_COLOR="0;38;2;71;128;97" diff --git a/srcpkgs/base-files/template b/srcpkgs/base-files/template index 48ad661..4f233cf 100644 --- a/srcpkgs/base-files/template +++ b/srcpkgs/base-files/template @@ -1,13 +1,13 @@ # Template file for 'base-files' pkgname=base-files version=0.143 -revision=9 +revision=10 bootstrap=yes depends="xbps-triggers" short_desc="Evolution Linux base system files" maintainer="Tracker-Friendly " license="Public Domain" -homepage="https://evolutionos.codeberg.page" +homepage="https://hectabit.org/evolutionos" conf_files=" /etc/inputrc /etc/profile diff --git a/srcpkgs/base-system/template b/srcpkgs/base-system/template index b4dda18..b57af6b 100644 --- a/srcpkgs/base-system/template +++ b/srcpkgs/base-system/template @@ -7,7 +7,7 @@ build_style=meta short_desc="Evolution Linux base system meta package" maintainer="Tracker-Friendly " license="Public Domain" -homepage="https://evolutionos.codeberg.page" +homepage="https://hectabit.org/evolutionos" depends=" base-files ncurses busybox-evolution libgcc diff --git a/srcpkgs/dinit/template b/srcpkgs/dinit/template index b620b29..6d6d326 100644 --- a/srcpkgs/dinit/template +++ b/srcpkgs/dinit/template @@ -1,7 +1,7 @@ #!/bin/sh pkgname=dinit version=0.17.1 -revision=4 +revision=5 short_desc="Simple Linux / BSD init system (NOT MY SOFTWARE)" maintainer="Tracker-Friendly " homepage="https://github.com/davmac314/dinit" diff --git a/srcpkgs/evolution-artwork/template b/srcpkgs/evolution-artwork/template index 7ff2be4..ce43503 100644 --- a/srcpkgs/evolution-artwork/template +++ b/srcpkgs/evolution-artwork/template @@ -5,7 +5,7 @@ revision=5 short_desc="Evolution Linux artwork" maintainer="Tracker-Friendly " license="custom:Public Domain" #no vlicense check -homepage="http://evolutionos.codeberg.page" +homepage="https://hectabit.org/evolutionos" do_install() { vinstall ${FILESDIR}/splash.png 644 usr/share/evolution-artwork diff --git a/srcpkgs/evolution-desktop/template b/srcpkgs/evolution-desktop/template index aa683aa..8319473 100644 --- a/srcpkgs/evolution-desktop/template +++ b/srcpkgs/evolution-desktop/template @@ -5,7 +5,7 @@ build_style=meta maintainer="Tracker-Friendly " short_desc="Desktop and Greeter for EvolutionOS" 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" conf_files="/usr/bin/Wayfire /usr/bin/startsession" diff --git a/srcpkgs/evolution-patches/files/main.conf b/srcpkgs/evolution-patches/files/main.conf index 0be8de1..77123aa 100644 --- a/srcpkgs/evolution-patches/files/main.conf +++ b/srcpkgs/evolution-patches/files/main.conf @@ -1 +1 @@ -repository=https://evolutionos.codeberg.page/pkg +repository=https://hectabit.org/evolutionos/pkg diff --git a/srcpkgs/evolution-patches/template b/srcpkgs/evolution-patches/template index ed1d8c4..497380f 100644 --- a/srcpkgs/evolution-patches/template +++ b/srcpkgs/evolution-patches/template @@ -1,11 +1,11 @@ pkgname=evolution-patches version=1.1 -revision=5 +revision=6 build_style=meta maintainer="Tracker-Friendly " short_desc="Simple patches that enable an usable OS out of the box" license="GPL-3.0" -homepage="https://evolutionos.codeberg.page" +homepage="https://hectabit.org/evolutionos/pkg" makedepends="busybox-evolution opendoas" 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" diff --git a/srcpkgs/evolution-theme-switcher/template b/srcpkgs/evolution-theme-switcher/template index 60ea349..d0ba06c 100644 --- a/srcpkgs/evolution-theme-switcher/template +++ b/srcpkgs/evolution-theme-switcher/template @@ -4,7 +4,7 @@ version=1.0 revision=5 short_desc="Just a theme switcher for evolution-desktop" maintainer="Tracker-Friendly " -homepage="https://codeberg.org/EvolutionOS/Evolution-theme-switcher" +homepage="https://hectabit.org/centrifuge/HectaBit/dconf-theme-switcher" license="GPL-3.0" makedepends="make gcc git pkg-config gtk+3-devel dconf" depends="gtk+3 dconf" @@ -13,14 +13,14 @@ do_build() { echo "Building..." cd ${XBPS_BUILDDIR} rm -rf gtkgreet - git clone https://codeberg.org/EvolutionOS/evolution-theme-switcher.git - cd evolution-theme-switcher + git clone https://hectabit.org/centrifuge/HectaBit/dconf-theme-switcher.git + cd dconf-theme-switcher make } do_install() { echo "Installing..." - vbin ${XBPS_BUILDDIR}/evolution-theme-switcher/themeswitcher + vbin ${XBPS_BUILDDIR}/dconf-theme-switcher/themeswitcher 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/ } diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index 3766ef4..b8bd47d 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -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 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 - gzip libtool m4 patch pkg-config sed texinfo which sudo" + gzip libtool m4 patch pkg-config sed texinfo which" depends="gtk+3" do_build() { diff --git a/srcpkgs/gtkloadspinner/template b/srcpkgs/gtkloadspinner/template index 2d33f2f..8830732 100644 --- a/srcpkgs/gtkloadspinner/template +++ b/srcpkgs/gtkloadspinner/template @@ -4,7 +4,7 @@ version=1.0 revision=2 short_desc="Ridonculously simple spinner for GTK" maintainer="Tracker-Friendly " -homepage="https://codeberg.org/EvolutionOS/GtkLoadSpinner" +homepage="https://hectabit.org/centrifuge/hectabit/GtkLoadSpinner" license="GPL-3.0" makedepends="make gcc git pkg-config gtk+3-devel" depends="gtk+3" @@ -13,7 +13,7 @@ do_build() { echo "Building..." cd ${XBPS_BUILDDIR} rm -rf gtkgreet - git clone https://codeberg.org/EvolutionOS/GtkLoadSpinner.git + git clone https://hectabit.org/centrifuge/hectabit/GtkLoadSpinner.git cd GtkLoadSpinner make } diff --git a/srcpkgs/neofetch/template b/srcpkgs/neofetch/template index 1f8f2fa..533890e 100644 --- a/srcpkgs/neofetch/template +++ b/srcpkgs/neofetch/template @@ -1,10 +1,10 @@ #!/bin/sh pkgname=neofetch version=7.1.0 -revision=7 +revision=8 short_desc="Simple system information script (not my software)" maintainer="Tracker-Friendly " -homepage="https://codeberg.org/EvolutionOS/neofetch" +homepage="https://hectabit.org/centrifuge/evolutionos/neofetch" license="MIT" makedepends="make git" depends="bash" @@ -16,7 +16,7 @@ do_build() { do_install() { 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 mkdir -p ${DESTDIR}/usr/ make PREFIX=${DESTDIR}/usr/ install