Magellan Linux

Contents of /smage/trunk/core/xcb-util-keysyms/xcb-util-keysyms-0.4.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15965 - (show annotations) (download)
Wed Aug 30 14:05:27 2023 UTC (9 months ago) by niro
File size: 562 byte(s)
-ver bump to 0.4.1-r1
1 # $Id$
2
3 PNAME="xcb-util-keysyms"
4 PVER="0.4.1"
5 PBUILD="r1"
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.15"
13 ALX_DEV_DEPEND=">= x11-libs/libxcb-dev-1.15"
14
15 SDEPEND="${ALX_DEV_DEPEND}"
16
17 sminclude xorg multilib mbuild lib32-split alx-split
18
19 SRC_URI=(
20 http://xcb.freedesktop.org/dist/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd http://xcb.freedesktop.org/dist/ | grep ${PNAME}- | highesttarball xz"