Merge branch 'main' of github.com:iglunix/iglunix

This commit is contained in:
Ella-0 2021-04-09 20:31:14 +01:00
commit 8f13ffd9f1
6 changed files with 37 additions and 1 deletions

View file

@ -1,5 +1,6 @@
pkgver=2.4.103
pkgname=libdrm
dep="libpciaccess"
bad=""
ext="dev"

View file

@ -0,0 +1,30 @@
pkgname=libpciaccess
pkgver=master
fetch() {
curl "https://gitlab.freedesktop.org/xorg/lib/libpciaccess/-/archive/master/libpciaccess-master.tar.gz" -o $pkgname-$pkgver.tar.xz
tar -xf $pkgname-$pkgver.tar.xz
mkdir $pkgname-$pkgver/build
}
build() {
cd $pkgname-$pkgver
cd build
meson .. \
--buildtype=release \
--prefix=/usr \
--libexecdir=lib
samu
}
package() {
cd $pkgname-$pkgver
cd build
DESTDIR=$pkgdir samu install
}
license() {
cd $pkgname-$pkgver
# cat LICENSE
cat COPYING
}

View file

@ -1,6 +1,6 @@
pkgname=mesa
pkgver=build-byacc
deps="musl:wayland:wayland-protocols:llvm:zlib:expat:libffi:libdrm"
deps="musl:wayland:wayland-protocols:llvm:zlib:expat:libffi:libdrm:python-mako"
ext=dev
fetch() {

View file

@ -1,5 +1,6 @@
pkgname=wayland-protocols
pkgver=1.20
deps="pkgconf:wayland"
fetch() {
curl "https://wayland.freedesktop.org/releases/wayland-protocols-1.20.tar.xz" -o $pkgname-$pkgver.tar.xz

View file

@ -1,5 +1,6 @@
pkgname=wayland
pkgver=1.19.0
deps="libxml2"
fetch() {
curl "https://wayland.freedesktop.org/releases/wayland-1.19.0.tar.xz" -o $pkgname-$pkgver.tar.xz