Magellan Linux

Contents of /branches/magellan-next/core/plymouth/plymouth-0.8.4_20110603-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7886 - (show annotations) (download)
Fri Jun 3 13:05:05 2011 UTC (13 years ago) by niro
File size: 987 byte(s)
-rebuild configure
1 # $Id$
2
3 PNAME="plymouth"
4 PVER="0.8.4_20110603"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="Graphical Boot Animation and Logger."
11 HOMEPAGE="http://www.freedesktop.org/wiki/Software/Plymouth"
12
13 DEPEND=">= media-libs/libpng-1.5
14 >= x11-libs/pango-1.28
15 >= x11-libs/cairo-1.20"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= virtual/kernel-headers"
19
20 SRCFILE="${PNAME}-${PVER}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild mtools
24
25 SRC_URI=(
26 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd http://www.freedesktop.org/software/plymouth/releases/ | lasttarball"
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36 # git - missing configure
37 mautoreconf || die
38 }
39
40 src_compile()
41 {
42 cd ${SRCDIR}
43
44 mconfigure \
45 --enable-tracing \
46 --disable-tests \
47 --disable-gdm-transition \
48 --enable-systemd-integration \
49 --with-system-root-install \
50 --without-log-viewer \
51 || die
52
53 mmake || die
54 }