Magellan Linux

Contents of /trunk/extras/xfce4-panel/xfce4-panel-4.12.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28549 - (show annotations) (download)
Wed Dec 28 14:24:29 2016 UTC (7 years, 4 months ago) by niro
File size: 717 byte(s)
auto added: ver bump to 4.12.1-r1
1 # $Id$
2
3 PNAME="xfce4-panel"
4 PVER="4.12.1"
5 PBUILD="r1"
6
7 DESCRIPTION="Panel for the XFCE Desktop Environment."
8
9 DEPEND=">= dev-libs/glib2-2.44
10 >= x11-libs/cairo-1.14
11 >= x11-libs/libX11-1.6
12 >= x11-libs/libSM-1
13 >= x11-libs/gtk2+-2.24
14 >= x11-libs/gtk3+-3.16
15 >= x11-libs/libwnck2-2.30
16 >= xfce-base/garcon-0.4
17 >= xfce-base/libxfce4util-4.12
18 >= xfce-base/libxfce4ui-4.12
19 >= xfce-base/xfconf-4.12
20 >= dev-libs/dbus-glib-0.104
21 >= xfce-base/exo-0.10"
22
23 SDEPEND=">= dev-util/pkgconfig-0.25
24 >= sys-dev/gettext-0.18
25 >= dev-util/intltool-0.50
26 >= dev-lang/perl-5.22"
27
28 sminclude xfce
29
30 UP2DATE="updatecmd_xfce ${PNAME}"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35 xfce_configure --enable-gio-unix --enable-gtk3 || die
36 mmake || die
37 }