mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
Include gvc directly (#1192)
This commit is contained in:
parent
29432086de
commit
3959fc8381
1 changed files with 1 additions and 7 deletions
|
|
@ -18,8 +18,7 @@ optdepends=('greetd: required for greetd service'
|
|||
'upower: required for battery service')
|
||||
conflicts=('illogical-impulse-agsv1' 'aylurs-gtk-shell' 'aylurs-gtk-shell-git')
|
||||
backup=('etc/pam.d/ags')
|
||||
source=("git+${url}.git"
|
||||
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control")
|
||||
source=("git+${url}.git")
|
||||
sha256sums=('SKIP'
|
||||
'SKIP')
|
||||
|
||||
|
|
@ -30,11 +29,6 @@ pkgver(){
|
|||
|
||||
prepare() {
|
||||
cd $srcdir/$_pkgname
|
||||
rm -rf subprojects/gvc
|
||||
mv -T "$srcdir"/libgnome-volume-control subprojects/gvc
|
||||
#git submodule init
|
||||
#git config submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
|
||||
#git -c protocol.file.allow=always submodule update
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue