Magellan Linux

Contents of /smage/trunk/extras/startup-notification/startup-notification-0.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1710 - (show annotations) (download)
Fri Apr 8 11:46:14 2011 UTC (13 years ago) by niro
File size: 712 byte(s)
auto added: ver bump to 0.10-r1
1 # $Id$
2
3 PNAME="startup-notification"
4 PVER="0.10"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Contains a reference implementation of the startup notification protocol."
11 HOMEPAGE="http://www.freedesktop.org/wiki/Software/startup-notification/"
12
13 DEPEND=">= x11-libs/libX11-1
14 >= x11-libs/libSM-1
15 >= x11-libs/libICE-1"
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://ftp.gnome.org/pub/GNOME/sources/${PNAME}/${PVER}/${SRCFILE}
27 http://www.freedesktop.org/software/${PNAME}/releases/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"