Magellan Linux

Contents of /trunk/extras/gtk-qt-engine/gtk-qt-engine-0.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 840 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/gtk-qt-engine/gtk-qt-engine-0.8-r1.smage2,v 1.1 2008/08/17 09:50:43 niro Exp $
2
3 PNAME="gtk-qt-engine"
4 PVER="0.8"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-themes"
8 STATE="unstable"
9
10 DESCRIPTION="The GTK-Qt Theme Engine is a project allowing GTK to use Qt widget styles."
11 HOMEPAGE="http://gtk-qt.ecs.soton.ac.uk/"
12
13 DEPEND=">= kde-base/kdebase-3
14 >= x11-libs/gtk2+-2.12
15 >= x11-themes/gtk-engines-2.14"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 http://gtk-qt.ecs.soton.ac.uk/files/${PVER}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure --with-arts --disable-debug || die
32 mmake || die
33 }
34
35 postinstall()
36 {
37 echo
38 echo "To tell GTK to use the new theme engine,"
39 echo "run 'GTK styles and fonts' from the KDE control center."
40 echo
41 }

Properties

Name Value
svn:keywords Id