Magellan Linux

Annotation of /branches/R11-stable/extras/startup-notification/startup-notification-0.12-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12906 - (hide annotations) (download)
Fri Jul 6 14:14:39 2012 UTC (11 years, 11 months ago) by niro
Original Path: trunk/extras/startup-notification/startup-notification-0.12-r2.smage2
File size: 659 byte(s)
-rebuild against libxcb-util.so.1
1 niro 12906 # $Id$
2    
3     PNAME="startup-notification"
4     PVER="0.12"
5     PBUILD="r2"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="Contains a reference implementation of the startup notification protocol."
10     HOMEPAGE="http://www.freedesktop.org/wiki/Software/startup-notification/"
11    
12     DEPEND=">= x11-libs/libX11-1.4
13     >= x11-libs/libSM-1
14     >= x11-libs/libICE-1
15     >= x11-libs/x11-libs/xcb-util-0.3.9"
16    
17     SDEPEND=">= x11-proto/xproto-7
18     >= x11-libs/libXt-1"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.gz"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23     sminclude mbuild
24    
25     SRC_URI=(
26     http://www.freedesktop.org/software/${PNAME}/releases/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     )
29    
30     UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"