Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/alg-app-store/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Harsh Upadhyay [email protected]

pkgname=alg-app-store
pkgver=25.3
pkgver=25.10
pkgrel=1
destname="/usr/bin"
pkgdesc="Package Installer For ALG"
Expand Down
4 changes: 2 additions & 2 deletions apps/alg-welcome/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Harsh Upadhyay <[email protected]>

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"
Expand Down
5 changes: 3 additions & 2 deletions cala-configs/alg-theme-cala-config/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
}
4 changes: 2 additions & 2 deletions calamares/calamares-3.3.14/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=calamares
pkgver=3.3.14
pkgrel=3
pkgrel=7
pkgdesc='Distribution-independent installer framework'
arch=('x86_64')
license=(GPL)
Expand Down Expand Up @@ -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"


Expand Down
2 changes: 1 addition & 1 deletion settings/alg-gnome-settings/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
18 changes: 18 additions & 0 deletions settings/alg-logo/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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"
}
3 changes: 3 additions & 0 deletions settings/alg-logo/cleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rm -rvf pkg/
rm -rvf src/
rm -rvf alg-*
2 changes: 1 addition & 1 deletion settings/alg-plasma-settings/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
19 changes: 19 additions & 0 deletions settings/alg-set-once/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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"
}
3 changes: 3 additions & 0 deletions settings/alg-set-once/cleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rm -rvf pkg/
rm -rvf src/
rm -rvf alg-set-once*
4 changes: 2 additions & 2 deletions settings/alg-xfce-settings/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
19 changes: 19 additions & 0 deletions utils/alg-fastfetch-config/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Maintainer: Harsh Upadhyay <[email protected]>

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"
}
3 changes: 3 additions & 0 deletions utils/alg-fastfetch-config/cleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rm -rvf pkg/
rm -rvf src/
rm -rvf alg-fastfetch-config*
21 changes: 21 additions & 0 deletions utils/alg-hooks/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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"
}
3 changes: 3 additions & 0 deletions utils/alg-hooks/cleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rm -rvf pkg/
rm -rvf src/
rm -rvf alg-hooks*
File renamed without changes.
File renamed without changes.