diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-02 18:49:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-02 18:49:10 +0000 |
commit | 560f4f9c38e2d51788b68a4b0164b1d5f08daf90 (patch) | |
tree | a323bcbfae3e5e3b07c93f3afa88c1bfa5776d52 /x11 | |
parent | fa20b840d450a0b210a59636d058f9b405927683 (diff) | |
download | aports-560f4f9c38e2d51788b68a4b0164b1d5f08daf90.tar.bz2 aports-560f4f9c38e2d51788b68a4b0164b1d5f08daf90.tar.xz |
x11/xfce4: new aport
meta package for xfce4
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4/APKBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xfce4/APKBUILD b/x11/xfce4/APKBUILD new file mode 100644 index 000000000..9ba27a3c2 --- /dev/null +++ b/x11/xfce4/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=xfce4 +pkgver=4.6 +pkgrel=0 +pkgdesc="XFCE 4 meta package" +url="http://www.xfce.org" +license="GPL" +depends="thunar xfce-utils xfce4-panel xfce4-session orage terminal mousepad + xfce4-settings xfdesktop xfwm4 xfce4-mixer xfce4-appfinder + tango-icon-theme ttf-dejavu" + +makedepends= +install= +subpackages= +source= + +build() { + mkdir -p "$pkgdir" +} + +md5sums="" #generate with 'abuild checksum' |