bmake: update ver, mesa: update ver
This commit is contained in:
parent
5242121840
commit
acfcd56dfe
2 changed files with 4 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
pkgver=20210206
|
pkgver=20210420
|
||||||
pkgname=bmake
|
pkgname=bmake
|
||||||
bad="musl"
|
bad="musl"
|
||||||
ext="doc"
|
ext="doc"
|
||||||
|
@ -27,9 +27,7 @@ package() {
|
||||||
|
|
||||||
package_doc() {
|
package_doc() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
./bmake -m ./mk install DESTDIR=$pkgdir
|
install -Dm644 ./bmake.1 $pkgdir/usr/share/man/man1/bmake.1
|
||||||
rm -r $pkgdir/usr/bin
|
|
||||||
rm -r $pkgdir/usr/share/mk
|
|
||||||
}
|
}
|
||||||
|
|
||||||
license() {
|
license() {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=mesa
|
pkgname=mesa
|
||||||
pkgver=21.1.1
|
pkgver=21.1.2
|
||||||
deps="musl:wayland:wayland-protocols:llvm:zlib:expat:libffi:libdrm:python-mako"
|
deps="musl:wayland:wayland-protocols:llvm:zlib:expat:libffi:libdrm:python-mako"
|
||||||
ext=dev
|
ext=dev
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ build() {
|
||||||
meson .. \
|
meson .. \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
-Dplatforms=wayland \
|
-Dplatforms=wayland \
|
||||||
-Ddri-drivers=i915,i965 \
|
-Ddri-drivers=i915,i965,nouveau \
|
||||||
-Ddri3=true \
|
-Ddri3=true \
|
||||||
-Dgallium-drivers=iris \
|
-Dgallium-drivers=iris \
|
||||||
-Dgallium-vdpau=false \
|
-Dgallium-vdpau=false \
|
||||||
|
|
Loading…
Reference in a new issue