blob: 48ace50bf40a9b9791054ec0702bedff0cef59ec (
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
42
|
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4
pkgver=4.8_pre3
pkgrel=0
pkgdesc="XFCE 4 meta package"
url="http://www.xfce.org"
arch="noarch"
license="GPL"
depends="
thunar>=1.1.6
exo>=0.5.6
gtk-xfce-engine>=2.7.0
libxfce4ui>=4.7.6
libxfce4util>=4.7.5
xfce-utils>=4.7.4
xfce4-appfinder>=4.7.2
xfce4-panel>=4.7.7
xfce4-session>=4.7.3
xfce4-settings>=4.7.7
xfconf>=4.7.5
xfdesktop>=4.7.5
xfwm4>=4.7.4
garcon
mousepad
tango-icon-theme
terminal
ttf-dejavu
xfce4-mixer
"
makedepends=
install=
subpackages=
source=
build() {
mkdir -p "$pkgdir"
}
md5sums="" #generate with 'abuild checksum'
|