Magellan Linux

Annotation of /smage/trunk/deprecated/xf86-video-s3virge/xf86-video-s3virge-1.11.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15950 - (hide annotations) (download)
Wed Aug 30 13:58:50 2023 UTC (9 months, 3 weeks ago) by niro
File size: 516 byte(s)
-moved to 'deprecated'
1 niro 14228 # $Id$
2    
3     PNAME="xf86-video-s3virge"
4     PVER="1.11.0"
5     PBUILD="r2"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND="== virtual/X-ABI-VIDEODRV-24.0"
10    
11     ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/s3virge_drv.so"
12     sminclude xorg alx-split
13    
14     SRC_URI+=( mirror://${PNAME}/${PNAME}-1.10.7-ftbfs-xorg-server-1.20.patch )
15    
16     src_prepare()
17     {
18     munpack ${SRCFILE} || die
19     cd ${SRCDIR}
20    
21     # fix ftbfs with xorg-server-1.20
22     # see: https://lists.x.org/archives/xorg-devel/2018-May/056952.html
23     mpatch ${PNAME}-1.10.7-ftbfs-xorg-server-1.20.patch || die
24     }