Magellan Linux

Annotation of /trunk/extras/xfce4/xfce4-4.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26409 - (hide annotations) (download)
Fri Jun 26 13:33:17 2015 UTC (8 years, 11 months ago) by niro
File size: 2101 byte(s)
-ver bump to 4.12-r1
1 niro 26409 # $Id$
2    
3     PNAME="xfce4"
4     PVER="4.12"
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=">= xfce-base/xfce4-panel-4.12
15     >= xfce-base/xfwm4-4.12
16     >= xfce-base/xfdesktop-4.12
17     >= xfce-base/xfce4-settings-4.12
18     >= xfce-base/xfce4-session-4.12
19     >= x11-themes/hicolor-icon-theme-0.12
20     >= media-fonts/font-dejavu-ttf-2
21     >= x11-themes/tango-icon-theme-0.8.90
22     >= xfce-extra/xfce4-appfinder-4.12
23     >= xfce-extra/xfce4-notifyd-0.2
24     >= x11-terms/xfce4-terminal-0.6
25     >= xfce-base/thunar-1.6
26     >= xfce-base/thunar-volman-0.8"
27    
28     MULTIMEDIA_DEPEND=">= media-video/parole-0.8
29     >= media-sound/audacious-3.6
30     >= media-sound/audacious-plugins-3.6
31     >= media-sound/asunder-2.7
32     >= xfce-base/xfce4-mixer-4.11
33     >= xfce-extra/thunar-media-tags-plugin-0.2"
34     #xfburn?
35     #thoggen?
36     #ipod-sth?
37    
38     # sound playback
39     MULTIMEDIA_DEPEND="${MULTIMEDIA_DEPEND}
40     >= media-sound/pulseaudio-6.0
41     >= media-sound/pulseaudio-alsa-6.0
42     >= media-sound/pulseaudio-x11-6.0
43     >= media-sound/alsa-plugins-1.0.29"
44    
45     GFX_DEPEND=">= xfce-extra/tumbler-0.1.31
46     >= media-gfx/ristretto-0.6
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-1.0"
53     #postler?
54     #xchat?
55    
56     DEV_DEPEND=">= app-editors/geany-1.24
57     >= dev-util/diffuse-0.4.6"
58    
59     OFFICE_DEPEND=">= app-text/epdfview-0.1.8
60     >= app-text/gtkspell-2
61     >= app-office/orage-4.12"
62     #catfish?
63     #galculator?
64     #tasks?
65     # replace epdfview with evince
66    
67     ADMIN_DEPEND=">= app-arch/xarchiver-0.5
68     >= xfce-extra/thunar-archive-plugin-0.3
69     >= xfce-extra/xfce4-taskmanager-1.1
70     >= xfce-extra/xfce4-power-manager-1.4
71     >= sys-apps/polkit-gnome-0.105"
72     # sudo-sth?
73    
74     # fake
75     UP2DATE="echo ${PVER}"
76    
77     split_info_xfce4-minimal()
78     {
79     DESCRIPTION="Xfce4 Desktop Environment - minimal installation."
80     DEPEND="${COMMON_DEPEND}"
81     }
82    
83     split_info_xfce4()
84     {
85     DESCRIPTION="Xfce4 Desktop Environment - full-blown with many features and plugins."
86     DEPEND="${COMMON_DEPEND}
87     ${MULTIMEDIA_DEPEND}
88     ${GFX_DEPEND}
89     ${DEV_DEPEND}
90     ${OFFICE_DEPEND}
91     ${ADMIN_DEPEND}"
92     }