mirror of
https://github.com/tommytran732/libpamac-flatpak
synced 2024-11-22 04:11:35 -05:00
Remove Snapd from meson
This commit is contained in:
parent
8b531724f5
commit
7e35f1c551
4
PKGBUILD
4
PKGBUILD
@ -20,11 +20,11 @@ build() {
|
|||||||
cd $_pkgname-$pkgver
|
cd $_pkgname-$pkgver
|
||||||
mkdir -p builddir
|
mkdir -p builddir
|
||||||
cd builddir
|
cd builddir
|
||||||
meson setup --prefix=/usr --sysconfdir=/etc -Denable-snap=true -Denable-flatpak=true --buildtype=release
|
meson setup --prefix=/usr --sysconfdir=/etc -Denable-flatpak=true --buildtype=release
|
||||||
ninja
|
ninja
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {https://github.com/tommytran732/libpamac-flatpak
|
||||||
backup=('etc/pamac.conf')
|
backup=('etc/pamac.conf')
|
||||||
cd $_pkgname-$pkgver
|
cd $_pkgname-$pkgver
|
||||||
cd builddir
|
cd builddir
|
||||||
|
Loading…
Reference in New Issue
Block a user