Magellan Linux

Contents of /trunk/extras/xfce4/xfce4-4.8.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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