Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/xf86-video-s3/xf86-video-s3-0.7.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14226 - (hide annotations) (download)
Mon Jul 6 15:44:16 2020 UTC (3 years, 10 months ago) by niro
Original Path: smage/trunk/core/xf86-video-s3/xf86-video-s3-0.7.0-r1.smage2
File size: 386 byte(s)
auto added: ver bump to 0.7.0-r1
1 niro 14226 # $Id$
2    
3     PNAME="xf86-video-s3"
4     PVER="0.7.0"
5     PBUILD="r1"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND="== virtual/X-ABI-VIDEODRV-24.0"
10    
11     ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/s3_drv.so"
12     sminclude xorg alx-split
13    
14     SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-xorg114.patch )
15    
16     src_prepare()
17     {
18     munpack ${SRCFILE} || die
19     cd ${SRCDIR}
20    
21     # fix build
22     mpatch ${PNAME}-${PVER}-xorg114.patch || die
23     }