Magellan Linux

Annotation of /trunk/extras/startup-notification/startup-notification-0.12-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26442 - (hide annotations) (download)
Fri Jun 26 17:32:25 2015 UTC (8 years, 11 months ago) by niro
File size: 652 byte(s)
auto added: ver bump to 0.12-r3
1 niro 26442 # $Id$
2    
3     PNAME="startup-notification"
4     PVER="0.12"
5     PBUILD="r3"
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/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} | highesttarball gz"