Magellan Linux

Contents of /smage/trunk/extras/splashy/splashy-0.3.13-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1675 - (show annotations) (download)
Fri Mar 11 23:15:32 2011 UTC (13 years, 1 month ago) by niro
File size: 819 byte(s)
-fixed theme path
1 # $Id$
2
3 PNAME="splashy"
4 PVER="0.3.13"
5 PBUILD="r2"
6
7 PCATEGORIE="media-gfx"
8 STATE="unstable"
9
10 DESCRIPTION="Splashy is a complete user-mode boot splashing system."
11 HOMEPAGE="http://alioth.debian.org/projects/splashy/"
12
13 DEPEND=">= dev-libs/directfb-1.2
14 >= dev-libs/glib2-2.28
15 >= sys-libs/zlib-1.2.5"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 http://alioth.debian.org/frs/download.php/2691/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${PNAME}-${PVER}-fix-theme-path.patch
26 )
27
28 UP2DATE="updatecmd ${HOMEPAGE} | grep -A5 'Latest File' | grep ']${PNAME}' | sed -n 's/.*]${PNAME}\ \(.*\)\ -.*/\1/;$ p'"
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 cd ${SRCDIR}
34
35 # fix theme pathes in config.xml
36 mpatch ${PNAME}-${PVER}-fix-theme-path.patch || die
37 }