Merge branch '3.5' into 3.6

Conflicts:
	mesa/.signature
	mesa/Pkgfile
This commit is contained in:
Juergen Daubert 2020-09-21 11:50:47 +00:00
commit 631fa77217
4 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndFR/JX62jri7AW2neA0nAHpgaEDr+/jUhYyqTkvURfOy4MQ+ADeoUZ/7YRx2EM9jh+pSEpoufom1y7d0IFPS+gk=
SHA256 (Pkgfile) = 30814af3c72e1f4b4c25322bcab10ae870e54f88ff5e131afed87862317d70c8
RWTSGWF5Q7TndOg5d6Evz6Aa6Dg44pDey+iedSnPC6YmnvFe/tXcN+9M1L7WSBlXj+4ElIlzQ21ruIhY591UkS0IUa6uChJR3wg=
SHA256 (Pkgfile) = 98b1bfd8ed1c77accaf94e863722659c65da350d8e156b954facfb1c30a03783
SHA256 (.footprint) = 68f502c4699284136e261b85197c12ff5c7a3a637cd249a2a878097267520385
SHA256 (mesa-20.1.7.tar.xz) = 4de9dd0cb2ca367606cada421db62fbf6d276dfd533e522bfab6001ff9aba288
SHA256 (mesa-20.1.8.tar.xz) = df21351494f7caaec5a3ccc16f14f15512e98d2ecde178bba1d134edc899b961

View File

@ -5,7 +5,7 @@
# Optional: libva
name=mesa
version=20.1.7
version=20.1.8
release=1
source=(https://mesa.freedesktop.org/archive/$name-$version.tar.xz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndA8Zf9TTd8wzscq9ZbNKG1EnN9XUkNmRjyrSGWVzyC8tvNN+yJFYhq/6jmCg7Fg7ERr/UQtPU7o/ouT67UeK9AE=
SHA256 (Pkgfile) = 706d13b6e6552e3a82e5b33e8c6deba059a8a597c705d954dd9aecfb26aeb39e
RWTSGWF5Q7TndIbEEWXxgEjUz+XkUqStuIc/YRs9i1PfIGvMJa9bREpektk684BLHuOrRrbGygAU4csDCEA4UGvcS/meJOBXugs=
SHA256 (Pkgfile) = 652a566701a4db134b8d0e7af803db409a67d2c54bac597a0c468ffd6ca8a6b9
SHA256 (.footprint) = 675c57efe7d575ea018b062e903e7f3cb28b5815783c7886347364c13063b04f
SHA256 (xf86-video-vesa-2.4.0.tar.bz2) = bf443c94d7bf6cd4e248f8a3147f4647be04dc4c80250d9405006263bbdee38c
SHA256 (xf86-video-vesa-2.5.0.tar.bz2) = 1f1624f3c73906801ad1bc98335a2cb5676a7a4d18e5374d9a1d18464e54c659

View File

@ -4,14 +4,13 @@
# Depends on: xorg-server
name=xorg-xf86-video-vesa
version=2.4.0
version=2.5.0
release=1
source=(https://www.x.org/releases/individual/driver/xf86-video-vesa-$version.tar.bz2)
build() {
cd xf86-video-vesa-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}