Magellan Linux

Annotation of /branches/R11-stable/extras/xfce4/xfce4-4.10-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16386 - (hide annotations) (download)
Fri Feb 1 20:58:00 2013 UTC (11 years, 4 months ago) by niro
File size: 2117 byte(s)
-release branches/R11-stable
1 niro 16174 # $Id$
2    
3     PNAME="xfce4"
4     PVER="4.10"
5     PBUILD="r3"
6    
7     SPLIT_PACKAGES="xfce4-minimal xfce4"
8    
9     PCAT="xfce-base"
10     PKGTYPE="virtual"
11    
12     HOMEPAGE="http://www.xfce.org/"
13    
14     COMMON_DEPEND=">= x11-themes/gtk-engines-xfce-3.0
15     >= xfce-base/xfce4-panel-4.10
16     >= xfce-base/xfwm4-4.10
17     >= xfce-base/xfdesktop-4.10
18     >= xfce-base/xfce4-settings-4.10
19     >= xfce-base/xfce4-session-4.10
20     >= x11-themes/hicolor-icon-theme-0.12
21     >= media-fonts/font-dejavu-ttf-2
22     >= x11-themes/tango-icon-theme-0.8.90
23     >= gnome-base/librsvg-2.36
24     >= xfce-extra/xfce4-appfinder-4.10
25     >= xfce-extra/xfce4-notifyd-0.2
26     >= x11-terms/xfce4-terminal-0.6
27     >= xfce-base/thunar-1.6
28     >= xfce-base/thunar-volman-0.8"
29    
30     MULTIMEDIA_DEPEND=">= media-video/parole-0.2.0.6
31     >= media-sound/audacious-3.3
32     >= media-sound/audacious-plugins-3.3
33     >= media-sound/asunder-2.1
34     >= xfce-base/xfce4-mixer-4.10
35     >= xfce-extra/thunar-media-tags-plugin-0.2"
36     #xfburn?
37     #thoggen?
38     #ipod-sth?
39    
40     # sound playback
41     MULTIMEDIA_DEPEND="${MULTIMEDIA_DEPEND}
42     >= media-sound/pulseaudio-3.0
43     >= media-sound/pulseaudio-alsa-3.0
44     >= media-sound/pulseaudio-x11-3.0
45     >= media-sound/alsa-plugins-1.0.26"
46    
47     GFX_DEPEND=">= xfce-extra/tumbler-0.1.65
48     >= media-gfx/ristretto-0.6
49     >= xfce-extra/xfce4-screenshooter-1.8"
50    
51     NETWORK_DEPEND=">= virtual/webbrowser
52     >= net-ftp/gftp-2.0.19
53     >= net-im/pidgin-2.10
54     >= net-misc/networkmanager-applet-0.9"
55     #postler?
56     #xchat?
57    
58     DEV_DEPEND=">= app-editors/geany-1.22
59     >= dev-util/diffuse-0.4.6"
60    
61     OFFICE_DEPEND=">= app-text/epdfview-0.1.8
62     >= app-text/gtkspell-2"
63     #catfish?
64     #galculator?
65     #tasks?
66     #orage
67    
68     ADMIN_DEPEND=">= app-arch/xarchiver-0.5
69     >= xfce-extra/thunar-archive-plugin-0.3
70     >= xfce-extra/xfce4-taskmanager-1
71     >= xfce-extra/xfce4-power-manager-1.2
72     >= sys-apps/polkit-gnome-0.105"
73     # sudo-sth?
74    
75     # fake
76     UP2DATE="echo ${PVER}"
77    
78     split_info_xfce4-minimal()
79     {
80     DESCRIPTION="Xfce4 Desktop Environment - minimal installation."
81     DEPEND="${COMMON_DEPEND}"
82     }
83    
84     split_info_xfce4()
85     {
86     DESCRIPTION="Xfce4 Desktop Environment - full-blown with many features and plugins."
87     DEPEND="${COMMON_DEPEND}
88     ${MULTIMEDIA_DEPEND}
89     ${GFX_DEPEND}
90     ${DEV_DEPEND}
91     ${OFFICE_DEPEND}
92     ${ADMIN_DEPEND}"
93     }