Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11985 - (show annotations) (download)
Mon Apr 30 19:21:21 2012 UTC (12 years, 1 month ago) by niro
File size: 1941 byte(s)
ver bump to 4.10-r1
1 # $Id$
2
3 PNAME="xfce4"
4 PVER="4.10"
5 PBUILD="r1"
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.1ß
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/terminal-0.4.5
27 >= xfce-base/thunar-1.4
28 >= xfce-base/thunar-volman-0.8"
29
30 MULTIMEDIA_DEPEND=">= media-video/parole-0.2.0.6
31 >= media-sound/asunder-2.1
32 >= xfce-base/xfce4-mixer-4.8
33 >= xfce-extra/thunar-media-tags-plugin-0.1.4"
34 #xfburn?
35 #thoggen?
36 #ipod-sth?
37
38 # sound playback
39 MULTIMEDIA_DEPEND="${MULTIMEDIA_DEPEND}
40 >= media-sound/pulseaudio-1.1
41 >= media-sound/pulseaudio-alsa-1.1
42 >= media-sound/alsa-plugins-1.0.24"
43
44 GFX_DEPEND=">= xfce-extra/tumbler-0.1.25
45 >= media-gfx/ristretto-0.6
46 >= xfce-extra/xfce4-screenshooter-1.8"
47
48 NETWORK_DEPEND=">= virtual/webbrowser
49 >= net-ftp/gftp-2.0.19
50 >= net-im/pidgin-2.10
51 >= net-misc/networkmanager-applet-0.9"
52 #postler?
53 #xchat?
54
55 DEV_DEPEND=">= app-editors/geany-0.21
56 >= dev-util/diffuse-0.4.6"
57
58 OFFICE_DEPEND=">= app-text/epdfview-0.1.8
59 >= app-text/gtkspell-2"
60 #catfish?
61 #galculator?
62 #tasks?
63 #orage
64
65 ADMIN_DEPEND=">= app-arch/xarchiver-0.5
66 >= xfce-extra/thunar-archive-plugin-0.3
67 >= xfce-extra/xfce4-taskmanager-1"
68 # sudo-sth?
69
70 # fake
71 UP2DATE="echo ${PVER}"
72
73 split_info_xfce4-minimal()
74 {
75 DESCRIPTION="Xfce4 Desktop Environment - minimal installation."
76 DEPEND="${COMMON_DEPEND}"
77 }
78
79 split_info_xfce4()
80 {
81 DESCRIPTION="Xfce4 Desktop Environment - full-blown with many features and plugins."
82 DEPEND="${COMMON_DEPEND}
83 ${MULTIMEDIA_DEPEND}
84 ${GFX_DEPEND}
85 ${DEV_DEPEND}
86 ${OFFICE_DEPEND}
87 ${ADMIN_DEPEND}"
88 }