Magellan Linux

Contents of /trunk/extras/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11930 - (show annotations) (download)
Mon Apr 30 10:59:49 2012 UTC (12 years, 1 month ago) by niro
File size: 463 byte(s)
auto added: ver bump to 3.0.0-r1
1 # $Id$
2
3 PNAME="gtk-engines-xfce"
4 PVER="3.0.0"
5 PBUILD="r1"
6
7 PCAT="x11-themes"
8 DESCRIPTION="Xfce4 theme engine based on GTK2+."
9
10 DEPEND=">= x11-libs/gtk2+-2.24"
11 SDEPEND=">= dev-util/pkgconfig-0.25"
12
13 SRCFILE="gtk-xfce-engine-${PVER}.tar.bz2"
14 SRCDIR="${BUILDDIR}/gtk-xfce-engine-${PVER}"
15
16 sminclude xfce
17
18 UP2DATE="updatecmd_xfce gtk-xfce-engine"
19
20 SRC_URI=(
21 http://mocha.xfce.org/archive/src/xfce/gtk-xfce-engine/${PVER%.*}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )