Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14533 - (show annotations) (download)
Tue Aug 4 11:15:10 2020 UTC (3 years, 8 months ago) by niro
File size: 555 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="xcb-util-keysyms"
4 PVER="0.4.0"
5 PBUILD="r5"
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.14"
13
14 ALX_DEV_DEPEND=">= x11-libs/libxcb-dev-1.14"
15
16 SDEPEND="${ALX_DEV_DEPEND}"
17
18 sminclude xorg multilib mbuild alx-split
19
20 SRC_URI=(
21 http://xcb.freedesktop.org/dist/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"