forked from Shinonome/dots-hyprland
Fix conflicting /usr/bin/ags
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
pkgname=illogical-impulse-agsv1-git
|
pkgname=illogical-impulse-agsv1-git
|
||||||
_pkgname=ii-agsv1
|
_pkgname=ii-agsv1
|
||||||
pkgver=r3.3e8d365
|
pkgver=r3.3e8d365
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Aylurs's Gtk Shell (AGS), patched for illogical-impulse dotfiles."
|
pkgdesc="Aylurs's Gtk Shell (AGS), patched for illogical-impulse dotfiles."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clsty/ii-agsv1"
|
url="https://github.com/clsty/ii-agsv1"
|
||||||
@@ -40,5 +40,6 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
cd $srcdir/$_pkgname
|
cd $srcdir/$_pkgname
|
||||||
meson install -C build --destdir "$pkgdir"
|
meson install -C build --destdir "$pkgdir"
|
||||||
|
rm ${pkgdir}/usr/bin/ags
|
||||||
ln -sf /usr/share/com.github.Aylur.ags/com.github.Aylur.ags ${pkgdir}/usr/bin/agsv1
|
ln -sf /usr/share/com.github.Aylur.ags/com.github.Aylur.ags ${pkgdir}/usr/bin/agsv1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user