Magellan Linux

Annotation of /branches/R11-unstable/extras/xfce4-panel/xfce4-panel-4.12.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32310 - (hide annotations) (download)
Mon Apr 29 12:11:49 2019 UTC (5 years ago) by niro
File size: 717 byte(s)
-release branches/R11-unstable
1 niro 30699 # $Id$
2    
3     PNAME="xfce4-panel"
4     PVER="4.12.2"
5     PBUILD="r1"
6    
7     DESCRIPTION="Panel for the XFCE Desktop Environment."
8    
9     DEPEND=">= dev-libs/glib2-2.54
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.22
15     >= x11-libs/libwnck2-2.30
16     >= xfce-base/garcon-0.6
17     >= xfce-base/libxfce4util-4.12
18     >= xfce-base/libxfce4ui-4.12
19     >= xfce-base/xfconf-4.12
20     >= dev-libs/dbus-glib-0.108
21     >= xfce-base/exo-0.12"
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.26"
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     }