Skip to content
Snippets Groups Projects
Verified Commit 51b16a7f authored by Hoang Nguyen's avatar Hoang Nguyen :turtle:
Browse files

community/ostree: build with fuse3

parent b7e0e14e
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38108community/ostree: build with fuse3
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
# Maintainer: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=ostree pkgname=ostree
pkgver=2022.5 pkgver=2022.5
pkgrel=1 pkgrel=2
pkgdesc="Operating system and container binary deployment and upgrades" pkgdesc="Operating system and container binary deployment and upgrades"
url="https://github.com/ostreedev/ostree" url="https://github.com/ostreedev/ostree"
arch="all" arch="all"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"
makedepends="bison xz-dev libarchive-dev e2fsprogs-dev openssl-dev>3 makedepends="bison xz-dev libarchive-dev e2fsprogs-dev openssl-dev>3
libsoup-dev gpgme-dev fuse-dev linux-headers gtk-doc libxslt libsoup-dev gpgme-dev fuse3-dev linux-headers gtk-doc libxslt
automake autoconf libtool curl-dev" automake autoconf libtool curl-dev"
subpackages=" subpackages="
$pkgname-dev $pkgname-dev
...@@ -56,6 +56,7 @@ dev() { ...@@ -56,6 +56,7 @@ dev() {
grub() { grub() {
pkgdesc="GRUB2 integration for OSTree" pkgdesc="GRUB2 integration for OSTree"
arch="noarch"
install_if="$pkgname=$pkgver-r$pkgrel grub" install_if="$pkgname=$pkgver-r$pkgrel grub"
amove etc/grub.d/* amove etc/grub.d/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment