From 384620a0c45c9dde9331a5b81b225b0cdf66b9b9 Mon Sep 17 00:00:00 2001 From: Akash Dubey Date: Mon, 3 Aug 2026 21:03:45 +0530 Subject: [PATCH 1/2] replaced gnome-terminal with gnome-console depends in alg-gnome-settings --- settings/alg-gnome-settings/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/alg-gnome-settings/PKGBUILD b/settings/alg-gnome-settings/PKGBUILD index e9239616..b6e6de11 100644 --- a/settings/alg-gnome-settings/PKGBUILD +++ b/settings/alg-gnome-settings/PKGBUILD @@ -2,7 +2,7 @@ pkgname=alg-gnome-settings destname="/etc" -pkgver=24.04 +pkgver=26.08 pkgrel=1 pkgdesc="Settings for Arch Linux GUI GNOME Edition" arch=('x86_64') @@ -10,7 +10,7 @@ url="https://github.com/arch-linux-gui" license=('GPL3') makedepends=('git') -depends=('gnome-terminal' 'vlc' 'firefox' 'tela-circle-icon') +depends=('gnome-console' 'vlc' 'firefox' 'tela-circle-icon') optdepends=('paru: an AUR helper' 'neofetch: screenfetch utility' From 81d4acfe921685f5e4e9d7640383cf9c911ed9b7 Mon Sep 17 00:00:00 2001 From: Akash Dubey Date: Mon, 17 Aug 2026 23:53:25 +0530 Subject: [PATCH 2/2] Updated alg-app-store PKGBUILD and few other packages pkgrel and pkgver --- apps/alg-app-store/PKGBUILD | 7 ++----- apps/alg-welcome/PKGBUILD | 2 +- cala-configs/alg-theme-cala-config/PKGBUILD | 5 +++-- settings/alg-gnome-settings/PKGBUILD | 2 +- settings/alg-plasma-settings/PKGBUILD | 4 ++-- settings/alg-set-once/PKGBUILD | 4 ++-- 6 files changed, 11 insertions(+), 13 deletions(-) diff --git a/apps/alg-app-store/PKGBUILD b/apps/alg-app-store/PKGBUILD index d4a42f58..3e2a993f 100644 --- a/apps/alg-app-store/PKGBUILD +++ b/apps/alg-app-store/PKGBUILD @@ -4,7 +4,7 @@ pkgname=alg-app-store pkgver=0.3.2 -pkgrel=6 +pkgrel=10 pkgdesc="A modern, native package manager for Arch Linux built with Qt6 and C++" arch=('x86_64' 'aarch64') url="https://github.com/arch-linux-gui/alg-app-store" @@ -26,7 +26,7 @@ optdepends=( 'chaotic-keyring: Chaotic-AUR repository support' 'chaotic-mirrorlist: Chaotic-AUR repository support' ) -source=("git+https://github.com/arch-linux-gui/alg-app-store.git#branch=devel") +source=(${pkgname}::"git+${url}") sha256sums=('SKIP') build() { @@ -58,9 +58,6 @@ package() { # Install icon install -Dm644 ../assets/alg-app-store.png "$pkgdir/usr/share/pixmaps/alg-app-store.png" - # Install stylesheet - install -Dm644 stylesheet.qss "$pkgdir/usr/share/alg-app-store/stylesheet.qss" - # Install license (if exists) if [ -f ../LICENSE ]; then install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" diff --git a/apps/alg-welcome/PKGBUILD b/apps/alg-welcome/PKGBUILD index 566f142d..dba53fc8 100644 --- a/apps/alg-welcome/PKGBUILD +++ b/apps/alg-welcome/PKGBUILD @@ -3,7 +3,7 @@ pkgname=alg-welcome pkgver=3.1.4 -pkgrel=3 +pkgrel=7 pkgdesc="A fast, lightweight welcome application for ALG built with Qt6 and modern C++" 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 022afaeb..40f425d2 100644 --- a/cala-configs/alg-theme-cala-config/PKGBUILD +++ b/cala-configs/alg-theme-cala-config/PKGBUILD @@ -1,8 +1,9 @@ +#!/bin/bash # Maintainer: akash6222 pkgname=alg-theme-cala-config destname="/etc" -pkgver=25.10 -pkgrel=2 +pkgver=26.7 +pkgrel=1 pkgdesc="Calamares config for Arch Linux GUI Themed Editions" arch=('any') url="https://github.com/arch-linux-gui" diff --git a/settings/alg-gnome-settings/PKGBUILD b/settings/alg-gnome-settings/PKGBUILD index b6e6de11..91d599e5 100644 --- a/settings/alg-gnome-settings/PKGBUILD +++ b/settings/alg-gnome-settings/PKGBUILD @@ -3,7 +3,7 @@ pkgname=alg-gnome-settings destname="/etc" pkgver=26.08 -pkgrel=1 +pkgrel=2 pkgdesc="Settings for Arch Linux GUI GNOME Edition" arch=('x86_64') url="https://github.com/arch-linux-gui" diff --git a/settings/alg-plasma-settings/PKGBUILD b/settings/alg-plasma-settings/PKGBUILD index d49e0f62..5a1113e6 100644 --- a/settings/alg-plasma-settings/PKGBUILD +++ b/settings/alg-plasma-settings/PKGBUILD @@ -2,8 +2,8 @@ pkgname=alg-plasma-settings destname="/etc" -pkgver=25.10 -pkgrel=1 +pkgver=26.08 +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 index 069ca6e2..a1acd4ad 100644 --- a/settings/alg-set-once/PKGBUILD +++ b/settings/alg-set-once/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: akash6222 pkgname=alg-set-once -pkgver=25.4 -pkgrel=2 +pkgver=26.8 +pkgrel=1 pkgdesc="Set Once For ALG" arch=('x86_64') url="https://github.com/arch-linux-gui/alg-set-once"