From 48d9b2ddd632c338668a1151b14b7498519b7e8c Mon Sep 17 00:00:00 2001 From: Akash6222 Date: Fri, 14 Mar 2025 23:55:51 +0530 Subject: [PATCH 01/10] UPD: alg-app-store and MOVED: qogir-theme to utils --- apps/alg-app-store/PKGBUILD | 2 +- {qogir-theme => utils/qogir-theme}/PKGBUILD | 0 {qogir-theme => utils/qogir-theme}/cleanup.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {qogir-theme => utils/qogir-theme}/PKGBUILD (100%) rename {qogir-theme => utils/qogir-theme}/cleanup.sh (100%) diff --git a/apps/alg-app-store/PKGBUILD b/apps/alg-app-store/PKGBUILD index abdcd550..1d19fb55 100644 --- a/apps/alg-app-store/PKGBUILD +++ b/apps/alg-app-store/PKGBUILD @@ -2,7 +2,7 @@ pkgname=alg-app-store pkgver=25.3 -pkgrel=1 +pkgrel=2 destname="/usr/bin" pkgdesc="Package Installer For ALG" arch=('x86_64') 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 From 9aea0807eec13298b48d552cda2b51bcdb8a5ae2 Mon Sep 17 00:00:00 2001 From: Akash6222 Date: Sat, 15 Mar 2025 00:27:55 +0530 Subject: [PATCH 02/10] ADD: alg-fastfetch-config --- utils/alg-fastfetch-config/PKGBUILD | 19 +++++++++++++++++++ utils/alg-fastfetch-config/cleanup.sh | 3 +++ 2 files changed, 22 insertions(+) create mode 100644 utils/alg-fastfetch-config/PKGBUILD create mode 100755 utils/alg-fastfetch-config/cleanup.sh diff --git a/utils/alg-fastfetch-config/PKGBUILD b/utils/alg-fastfetch-config/PKGBUILD new file mode 100644 index 00000000..a3b31f39 --- /dev/null +++ b/utils/alg-fastfetch-config/PKGBUILD @@ -0,0 +1,19 @@ +# Maintainer: Harsh Upadhyay + +pkgname=alg-fastfetch-config +pkgver=25.3 +pkgrel=1 +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* From c9f1b40b8c549667bc4ceb7bbd63cd862ed5d590 Mon Sep 17 00:00:00 2001 From: Akash6222 Date: Sat, 15 Mar 2025 01:48:46 +0530 Subject: [PATCH 03/10] UPD: alg-xfce-settings --- settings/alg-xfce-settings/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/alg-xfce-settings/PKGBUILD b/settings/alg-xfce-settings/PKGBUILD index 91053971..ca67e522 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.03 +pkgrel=1 pkgdesc="Settings for Arch Linux GUI XFCE Edition" arch=('x86_64') url="https://github.com/arch-linux-gui" From 614b04c4464cd5cabdf4ca39994362f574620c7d Mon Sep 17 00:00:00 2001 From: Akash6222 Date: Mon, 17 Mar 2025 11:07:27 +0530 Subject: [PATCH 04/10] ADD: alg-hooks --- utils/alg-hooks/PKGBUILD | 21 +++++++++++++++++++++ utils/alg-hooks/cleanup.sh | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 utils/alg-hooks/PKGBUILD create mode 100755 utils/alg-hooks/cleanup.sh diff --git a/utils/alg-hooks/PKGBUILD b/utils/alg-hooks/PKGBUILD new file mode 100644 index 00000000..ffde3bb4 --- /dev/null +++ b/utils/alg-hooks/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Akash6222 + +pkgname=alg-hooks +pkgver=25.3 +pkgrel=1 +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* From 8c86c0a7b02dceab2f9806e3b3f355526deb7094 Mon Sep 17 00:00:00 2001 From: Akash6222 Date: Mon, 17 Mar 2025 13:35:23 +0530 Subject: [PATCH 05/10] UPD: alg-hooks --- utils/alg-hooks/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/alg-hooks/PKGBUILD b/utils/alg-hooks/PKGBUILD index ffde3bb4..5ad1ed53 100644 --- a/utils/alg-hooks/PKGBUILD +++ b/utils/alg-hooks/PKGBUILD @@ -2,7 +2,7 @@ pkgname=alg-hooks pkgver=25.3 -pkgrel=1 +pkgrel=3 pkgdesc="Package Installer For ALG" arch=('x86_64') url="https://github.com/arch-linux-gui/alg-hooks" From 11e7987949ccb4b07258ccfa6f63860f1235a887 Mon Sep 17 00:00:00 2001 From: Akash6222 Date: Sun, 1 Jun 2025 01:48:42 +0530 Subject: [PATCH 06/10] Updated the pkgbuild repo with my local changes --- apps/alg-app-store/PKGBUILD | 2 +- apps/alg-welcome/PKGBUILD | 4 ++-- cala-configs/alg-theme-cala-config/PKGBUILD | 3 ++- calamares/calamares-3.3.14/PKGBUILD | 4 ++-- settings/alg-gnome-settings/PKGBUILD | 2 +- settings/alg-plasma-settings/PKGBUILD | 2 +- settings/alg-set-once/PKGBUILD | 19 +++++++++++++++++++ settings/alg-set-once/cleanup.sh | 3 +++ settings/alg-xfce-settings/PKGBUILD | 2 +- utils/alg-fastfetch-config/PKGBUILD | 2 +- 10 files changed, 33 insertions(+), 10 deletions(-) create mode 100644 settings/alg-set-once/PKGBUILD create mode 100755 settings/alg-set-once/cleanup.sh diff --git a/apps/alg-app-store/PKGBUILD b/apps/alg-app-store/PKGBUILD index 1d19fb55..26b75b75 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.4 pkgrel=2 destname="/usr/bin" pkgdesc="Package Installer For ALG" diff --git a/apps/alg-welcome/PKGBUILD b/apps/alg-welcome/PKGBUILD index 960fd7d1..4d4472bb 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.4 +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..fbd7c6bf 100644 --- a/cala-configs/alg-theme-cala-config/PKGBUILD +++ b/cala-configs/alg-theme-cala-config/PKGBUILD @@ -2,7 +2,7 @@ pkgname=alg-theme-cala-config destname="/etc" pkgver=25.03 -pkgrel=5 +pkgrel=7 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..7c6cb4f8 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=4 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-plasma-settings/PKGBUILD b/settings/alg-plasma-settings/PKGBUILD index 8c90e1e4..d48cf5b8 100644 --- a/settings/alg-plasma-settings/PKGBUILD +++ b/settings/alg-plasma-settings/PKGBUILD @@ -2,7 +2,7 @@ pkgname=alg-plasma-settings destname="/etc" pkgver=25.03 -pkgrel=1 +pkgrel=2 pkgdesc="Settings for Arch Linux GUI Plasma Edition" arch=('x86_64') url="https://github.com/arch-linux-gui" 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 ca67e522..4a6fddf9 100644 --- a/settings/alg-xfce-settings/PKGBUILD +++ b/settings/alg-xfce-settings/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: DemonKiller pkgname=alg-xfce-settings destname="/etc" -pkgver=25.03 +pkgver=25.04 pkgrel=1 pkgdesc="Settings for Arch Linux GUI XFCE Edition" arch=('x86_64') diff --git a/utils/alg-fastfetch-config/PKGBUILD b/utils/alg-fastfetch-config/PKGBUILD index a3b31f39..ac61f4b7 100644 --- a/utils/alg-fastfetch-config/PKGBUILD +++ b/utils/alg-fastfetch-config/PKGBUILD @@ -2,7 +2,7 @@ pkgname=alg-fastfetch-config pkgver=25.3 -pkgrel=1 +pkgrel=2 pkgdesc="Fastfetch config For ALG" arch=('x86_64') url="https://github.com/arch-linux-gui/alg-fastfetch-config" From 7474504aee4239cde7936d222062a64dcb0744a8 Mon Sep 17 00:00:00 2001 From: Akash6222 Date: Thu, 14 Aug 2025 02:29:54 +0530 Subject: [PATCH 07/10] Updated pkgver --- apps/alg-app-store/PKGBUILD | 2 +- apps/alg-welcome/PKGBUILD | 4 ++-- cala-configs/alg-theme-cala-config/PKGBUILD | 4 ++-- calamares/calamares-3.3.14/PKGBUILD | 2 +- settings/alg-xfce-settings/PKGBUILD | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/alg-app-store/PKGBUILD b/apps/alg-app-store/PKGBUILD index 26b75b75..2b436d5c 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.4 +pkgver=25.6 pkgrel=2 destname="/usr/bin" pkgdesc="Package Installer For ALG" diff --git a/apps/alg-welcome/PKGBUILD b/apps/alg-welcome/PKGBUILD index 4d4472bb..edb7a28e 100644 --- a/apps/alg-welcome/PKGBUILD +++ b/apps/alg-welcome/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Harsh Upadhyay pkgname=alg-welcome -pkgver=25.4 -pkgrel=1 +pkgver=25.6 +pkgrel=2 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 fbd7c6bf..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=7 +pkgver=25.06 +pkgrel=1 pkgdesc="Calamares config for Arch Linux GUI Themed Editions" arch=('any') url="https://github.com/arch-linux-gui" diff --git a/calamares/calamares-3.3.14/PKGBUILD b/calamares/calamares-3.3.14/PKGBUILD index 7c6cb4f8..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=4 +pkgrel=7 pkgdesc='Distribution-independent installer framework' arch=('x86_64') license=(GPL) diff --git a/settings/alg-xfce-settings/PKGBUILD b/settings/alg-xfce-settings/PKGBUILD index 4a6fddf9..ea3966fe 100644 --- a/settings/alg-xfce-settings/PKGBUILD +++ b/settings/alg-xfce-settings/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: DemonKiller pkgname=alg-xfce-settings destname="/etc" -pkgver=25.04 +pkgver=25.08 pkgrel=1 pkgdesc="Settings for Arch Linux GUI XFCE Edition" arch=('x86_64') From 2c4ae43ffb2b012146f5ebd5e37fcad67d2e52ee Mon Sep 17 00:00:00 2001 From: Akash6222 Date: Thu, 14 Aug 2025 02:30:27 +0530 Subject: [PATCH 08/10] ADD: alg-logo --- settings/alg-logo/PKGBUILD | 18 ++++++++++++++++++ settings/alg-logo/cleanup.sh | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 settings/alg-logo/PKGBUILD create mode 100755 settings/alg-logo/cleanup.sh 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-* From 097ce7daff799204bd4ec06688015836ce920379 Mon Sep 17 00:00:00 2001 From: Akash6222 Date: Wed, 15 Oct 2025 02:14:15 +0530 Subject: [PATCH 09/10] UPD: alg-plasma-settings and alg-xfce-settings --- settings/alg-plasma-settings/PKGBUILD | 4 ++-- settings/alg-xfce-settings/PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/settings/alg-plasma-settings/PKGBUILD b/settings/alg-plasma-settings/PKGBUILD index d48cf5b8..c183a432 100644 --- a/settings/alg-plasma-settings/PKGBUILD +++ b/settings/alg-plasma-settings/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: DemonKiller pkgname=alg-plasma-settings destname="/etc" -pkgver=25.03 -pkgrel=2 +pkgver=25.10 +pkgrel=1 pkgdesc="Settings for Arch Linux GUI Plasma Edition" arch=('x86_64') url="https://github.com/arch-linux-gui" diff --git a/settings/alg-xfce-settings/PKGBUILD b/settings/alg-xfce-settings/PKGBUILD index ea3966fe..0510b9eb 100644 --- a/settings/alg-xfce-settings/PKGBUILD +++ b/settings/alg-xfce-settings/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: DemonKiller pkgname=alg-xfce-settings destname="/etc" -pkgver=25.08 +pkgver=25.10 pkgrel=1 pkgdesc="Settings for Arch Linux GUI XFCE Edition" arch=('x86_64') From b9dcbd9d693cde3ac196a3ee77fad17046e24f4b Mon Sep 17 00:00:00 2001 From: Akash6222 Date: Wed, 15 Oct 2025 03:40:11 +0530 Subject: [PATCH 10/10] UPD: alg-app-store and alg-welcome --- apps/alg-app-store/PKGBUILD | 4 ++-- apps/alg-welcome/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/alg-app-store/PKGBUILD b/apps/alg-app-store/PKGBUILD index 2b436d5c..b5eafd54 100644 --- a/apps/alg-app-store/PKGBUILD +++ b/apps/alg-app-store/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Harsh Upadhyay amanupadhyay2004@gmail.com pkgname=alg-app-store -pkgver=25.6 -pkgrel=2 +pkgver=25.10 +pkgrel=1 destname="/usr/bin" pkgdesc="Package Installer For ALG" arch=('x86_64') diff --git a/apps/alg-welcome/PKGBUILD b/apps/alg-welcome/PKGBUILD index edb7a28e..2e1946d0 100644 --- a/apps/alg-welcome/PKGBUILD +++ b/apps/alg-welcome/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Harsh Upadhyay pkgname=alg-welcome -pkgver=25.6 -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"