blob: c5d191df539ecc38b528f4aa6f388c8dc0d44d81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4
pkgver=4.6.2
pkgrel=0
pkgdesc="XFCE 4 meta package"
url="http://www.xfce.org"
license="GPL"
depends="
exo>=0.3.107
gtk-xfce-engine>=2.6.0
libxfce4menu>=4.6.2
libxfce4util>=4.6.2
libxfcegui4>=4.6.4
mousepad
orage
tango-icon-theme
terminal
thunar>=1.0.2
ttf-dejavu
xfce-utils>=4.6.2
xfce4-appfinder>=4.6.2
xfce4-mixer
xfce4-panel>=4.6.4
xfce4-session>=4.6.2
xfce4-settings>=4.6.5
xfconf>=4.6.2
xfdesktop>=4.6.2
xfwm4>=4.6.2
"
makedepends=
install=
subpackages=
source=
build() {
mkdir -p "$pkgdir"
}
md5sums="" #generate with 'abuild checksum'
|