diff --git a/apps/alg-app-store/PKGBUILD b/apps/alg-app-store/PKGBUILD index abdcd550..b5eafd54 100644 --- a/apps/alg-app-store/PKGBUILD +++ b/apps/alg-app-store/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Harsh Upadhyay amanupadhyay2004@gmail.com pkgname=alg-app-store -pkgver=25.3 +pkgver=25.10 pkgrel=1 destname="/usr/bin" pkgdesc="Package Installer For ALG" diff --git a/apps/alg-welcome/PKGBUILD b/apps/alg-welcome/PKGBUILD index 960fd7d1..2e1946d0 100644 --- a/apps/alg-welcome/PKGBUILD +++ b/apps/alg-welcome/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Harsh Upadhyay pkgname=alg-welcome -pkgver=25.3 -pkgrel=2 +pkgver=25.10 +pkgrel=1 pkgdesc="Welcome App For ALG (GTK Version)" arch=('x86_64') url="https://github.com/arch-linux-gui/alg-welcome" diff --git a/cala-configs/alg-theme-cala-config/PKGBUILD b/cala-configs/alg-theme-cala-config/PKGBUILD index b2d5869a..518b6be5 100644 --- a/cala-configs/alg-theme-cala-config/PKGBUILD +++ b/cala-configs/alg-theme-cala-config/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: DemonKiller pkgname=alg-theme-cala-config destname="/etc" -pkgver=25.03 -pkgrel=5 +pkgver=25.06 +pkgrel=1 pkgdesc="Calamares config for Arch Linux GUI Themed Editions" arch=('any') url="https://github.com/arch-linux-gui" @@ -17,5 +17,6 @@ sha256sums=('SKIP') package() { install -dm755 ${pkgdir}${destname} cp -r ${srcdir}/${pkgname}${destname}/* ${pkgdir}${destname} + install -Dm644 "$srcdir/"${pkgname}"/etc/calamares/branding/arkalinuxgui/install.png" "$pkgdir/usr/share/pixmaps/install-alg.png" chmod 755 ${pkgdir}/etc/calamares/launch.sh } diff --git a/calamares/calamares-3.3.14/PKGBUILD b/calamares/calamares-3.3.14/PKGBUILD index 94116a18..32892fa2 100644 --- a/calamares/calamares-3.3.14/PKGBUILD +++ b/calamares/calamares-3.3.14/PKGBUILD @@ -2,7 +2,7 @@ pkgname=calamares pkgver=3.3.14 -pkgrel=3 +pkgrel=7 pkgdesc='Distribution-independent installer framework' arch=('x86_64') license=(GPL) @@ -32,7 +32,7 @@ prepare() { sed -i -e 's#Exec=sh.*#Exec=sh -c "/etc/calamares/launch.sh"#g' "$srcdir/${pkgname}-${pkgver}/calamares.desktop" sed -i -e 's#Name=.*#Name=Install ALG#g' "$srcdir/${pkgname}-${pkgver}/calamares.desktop" sed -i -e 's#GenericName=.*#GenericName=ALG Installer#g' "$srcdir/${pkgname}-${pkgver}/calamares.desktop" - sed -i -e 's#Icon=.*#Icon=archlinux-logo#g' "$srcdir/${pkgname}-${pkgver}/calamares.desktop" + sed -i -e 's#Icon=.*#Icon=install-alg#g' "$srcdir/${pkgname}-${pkgver}/calamares.desktop" sed -i -e 's#Comment=.*#Comment=ALG Installer#g' "$srcdir/${pkgname}-${pkgver}/calamares.desktop" diff --git a/settings/alg-gnome-settings/PKGBUILD b/settings/alg-gnome-settings/PKGBUILD index 9e2b97d2..4bfc3e53 100644 --- a/settings/alg-gnome-settings/PKGBUILD +++ b/settings/alg-gnome-settings/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: DemonKiller pkgname=alg-gnome-settings destname="/etc" -pkgver=21.07 +pkgver=24.04 pkgrel=1 pkgdesc="Settings for Arch Linux GUI GNOME Edition" arch=('x86_64') diff --git a/settings/alg-logo/PKGBUILD b/settings/alg-logo/PKGBUILD new file mode 100644 index 00000000..85288d00 --- /dev/null +++ b/settings/alg-logo/PKGBUILD @@ -0,0 +1,18 @@ +# Maintainer: Akash6222 + +pkgname=alg-logo +pkgver=25.08 +pkgrel=1 +pkgdesc="Alg logo" +arch=('x86_64') +url="https://github.com/arch-linux-gui" +license=('GPL3') +makedepends=('git') +source=(${pkgname}::"git+${url}/artwork") +sha256sums=('SKIP') + +package() { + cd "$pkgname" + install -Dm644 "logo/alg-logo.png" "$pkgdir/usr/share/pixmaps/alg-logo.png" + install -Dm644 "logo/alg-logo-blue.png" "$pkgdir/usr/share/pixmaps/alg-logo-blue.png" +} diff --git a/settings/alg-logo/cleanup.sh b/settings/alg-logo/cleanup.sh new file mode 100755 index 00000000..54ab3184 --- /dev/null +++ b/settings/alg-logo/cleanup.sh @@ -0,0 +1,3 @@ +rm -rvf pkg/ +rm -rvf src/ +rm -rvf alg-* diff --git a/settings/alg-plasma-settings/PKGBUILD b/settings/alg-plasma-settings/PKGBUILD index 8c90e1e4..c183a432 100644 --- a/settings/alg-plasma-settings/PKGBUILD +++ b/settings/alg-plasma-settings/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: DemonKiller pkgname=alg-plasma-settings destname="/etc" -pkgver=25.03 +pkgver=25.10 pkgrel=1 pkgdesc="Settings for Arch Linux GUI Plasma Edition" arch=('x86_64') diff --git a/settings/alg-set-once/PKGBUILD b/settings/alg-set-once/PKGBUILD new file mode 100644 index 00000000..e79623c9 --- /dev/null +++ b/settings/alg-set-once/PKGBUILD @@ -0,0 +1,19 @@ +# Maintainer: Harsh Upadhyay Akash6222 + +pkgname=alg-set-once +pkgver=25.4 +pkgrel=2 +pkgdesc="Set Once For ALG" +arch=('x86_64') +url="https://github.com/arch-linux-gui/alg-set-once" +license=('GPL3') +depends=('gtk3' 'glib2' 'cairo') +makedepends=('go' 'git') +source=(${pkgname}::"git+${url}") +sha256sums=('SKIP') + +package() { + cd "$pkgname" + install -Dm755 "alg_set_once.desktop" "$pkgdir/etc/skel/.config/autostart/alg_set_once.desktop" + install -Dm755 "alg_set_once.sh" "$pkgdir/etc/skel/.config/autostart/alg_set_once.sh" +} diff --git a/settings/alg-set-once/cleanup.sh b/settings/alg-set-once/cleanup.sh new file mode 100755 index 00000000..5fefe3fd --- /dev/null +++ b/settings/alg-set-once/cleanup.sh @@ -0,0 +1,3 @@ +rm -rvf pkg/ +rm -rvf src/ +rm -rvf alg-set-once* diff --git a/settings/alg-xfce-settings/PKGBUILD b/settings/alg-xfce-settings/PKGBUILD index 91053971..0510b9eb 100644 --- a/settings/alg-xfce-settings/PKGBUILD +++ b/settings/alg-xfce-settings/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: DemonKiller pkgname=alg-xfce-settings destname="/etc" -pkgver=24.08 -pkgrel=3 +pkgver=25.10 +pkgrel=1 pkgdesc="Settings for Arch Linux GUI XFCE Edition" arch=('x86_64') url="https://github.com/arch-linux-gui" diff --git a/utils/alg-fastfetch-config/PKGBUILD b/utils/alg-fastfetch-config/PKGBUILD new file mode 100644 index 00000000..ac61f4b7 --- /dev/null +++ b/utils/alg-fastfetch-config/PKGBUILD @@ -0,0 +1,19 @@ +# Maintainer: Harsh Upadhyay + +pkgname=alg-fastfetch-config +pkgver=25.3 +pkgrel=2 +pkgdesc="Fastfetch config For ALG" +arch=('x86_64') +url="https://github.com/arch-linux-gui/alg-fastfetch-config" +license=('GPL3') +depends=('gtk3' 'glib2' 'cairo') +makedepends=('go' 'git') +source=(${pkgname}::"git+${url}") +sha256sums=('SKIP') +destname="/etc" + +package() { + cp -r "$srcdir/"${pkgname}"/etc/" "$pkgdir/etc/" + install -Dm755 "$srcdir/"${pkgname}"/alg-ascii" "$pkgdir/usr/local/share/alg-ascii" +} diff --git a/utils/alg-fastfetch-config/cleanup.sh b/utils/alg-fastfetch-config/cleanup.sh new file mode 100755 index 00000000..b98cd3c3 --- /dev/null +++ b/utils/alg-fastfetch-config/cleanup.sh @@ -0,0 +1,3 @@ +rm -rvf pkg/ +rm -rvf src/ +rm -rvf alg-fastfetch-config* diff --git a/utils/alg-hooks/PKGBUILD b/utils/alg-hooks/PKGBUILD new file mode 100644 index 00000000..5ad1ed53 --- /dev/null +++ b/utils/alg-hooks/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Akash6222 + +pkgname=alg-hooks +pkgver=25.3 +pkgrel=3 +pkgdesc="Package Installer For ALG" +arch=('x86_64') +url="https://github.com/arch-linux-gui/alg-hooks" +license=('GPL3') +depends=() +source=(${pkgname}::"git+${url}") +sha256sums=('SKIP') +destname="/usr/share/libalpm/hooks" + + +package() { + install -Dm644 $srcdir/${pkgname}/lsb-release.hook "$pkgdir/$destname/lsb-release.hook" + install -Dm644 $srcdir/${pkgname}/os-release.hook "$pkgdir/$destname/os-release.hook" + install -Dm644 $srcdir/${pkgname}/alg-hooks.hook "$pkgdir/$destname/alg-hooks.hook" + install -Dm755 $srcdir/${pkgname}/alg-hooks-runner "$pkgdir/usr/bin/alg-hooks-runner" +} diff --git a/utils/alg-hooks/cleanup.sh b/utils/alg-hooks/cleanup.sh new file mode 100755 index 00000000..63e1ec70 --- /dev/null +++ b/utils/alg-hooks/cleanup.sh @@ -0,0 +1,3 @@ +rm -rvf pkg/ +rm -rvf src/ +rm -rvf alg-hooks* diff --git a/qogir-theme/PKGBUILD b/utils/qogir-theme/PKGBUILD similarity index 100% rename from qogir-theme/PKGBUILD rename to utils/qogir-theme/PKGBUILD diff --git a/qogir-theme/cleanup.sh b/utils/qogir-theme/cleanup.sh similarity index 100% rename from qogir-theme/cleanup.sh rename to utils/qogir-theme/cleanup.sh