Magellan Linux

Contents of /branches/magellan-next/extras/xfce4/xfce4-4.6.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5747 - (show annotations) (download)
Mon Aug 9 08:03:26 2010 UTC (13 years, 9 months ago) by niro
Original Path: trunk/extras/xfce4/xfce4-4.6.2-r1.smage2
File size: 700 byte(s)
-ver bump to 4.6.2-r1
1 # $Id$
2
3 PNAME="xfce4"
4 PVER="4.6.2"
5 PBUILD="r1"
6
7 PCATEGORIE="fake"
8 STATE="unstable"
9
10 PKGTYPE="virtual"
11
12 DESCRIPTION="Xfce4 Desktop Environment."
13 HOMEPAGE="http://www.xfce.org/"
14
15 DEPEND=">= x11-themes/gtk-engines-xfce-2.6
16 >= xfce-base/xfce4-panel-${PVER}
17 >= xfce-base/xfwm4-${PVER}
18 >= xfce-base/xfce-utils-${PVER}
19 >= xfce-base/xfdesktop-${PVER}
20 >= xfce-base/xfce4-settings-${PVER}
21 >= x11-themes/xfce4-icon-theme-4.4
22 >= xfce-base/xfce4-session-${PVER}
23 >= gnome-base/librsvg-2.26"
24
25 NOPKGBUILD=true
26
27 # fake
28 UP2DATE="echo ${PVER}"
29
30 # note: this is only a fake smage2
31 src_install()
32 {
33 echo
34 echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
35 echo "No Package will be build."
36 echo
37 }