Magellan Linux

Contents of /trunk/extras/xf86-video-s3virge/xf86-video-s3virge-1.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33171 - (show annotations) (download)
Sat Oct 19 00:31:09 2019 UTC (4 years, 6 months ago) by niro
File size: 440 byte(s)
auto added: ver bump to 1.11.0-r1
1 # $Id$
2
3 PNAME="xf86-video-s3virge"
4 PVER="1.11.0"
5 PBUILD="r1"
6
7 PCAT="x11-drivers"
8
9 DEPEND="== virtual/X-ABI-VIDEODRV-24.0"
10
11 sminclude xorg
12
13 SRC_URI+=( mirror://${PNAME}/${PNAME}-1.10.7-ftbfs-xorg-server-1.20.patch )
14
15 src_prepare()
16 {
17 munpack ${SRCFILE} || die
18 cd ${SRCDIR}
19
20 # fix ftbfs with xorg-server-1.20
21 # see: https://lists.x.org/archives/xorg-devel/2018-May/056952.html
22 mpatch ${PNAME}-1.10.7-ftbfs-xorg-server-1.20.patch || die
23 }