Magellan Linux

Annotation of /trunk/extras/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30567 - (hide annotations) (download)
Mon Jan 29 11:55:06 2018 UTC (6 years, 3 months ago) by niro
File size: 470 byte(s)
auto added: ver bump to 0.4.0-r3
1 niro 30567 # $Id$
2    
3     PNAME="xcb-util-keysyms"
4     PVER="0.4.0"
5     PBUILD="r3"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes."
10     HOMEPAGE="http://xcb.freedesktop.org/"
11    
12     DEPEND=">= x11-libs/libxcb-1.11"
13    
14     sminclude xorg multilib mbuild
15    
16     SRC_URI=(
17     http://xcb.freedesktop.org/dist/${SRCFILE}
18     mirror://${PNAME}/${SRCFILE}
19     )
20    
21     UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"