diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-25 16:43:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-25 16:43:57 +0000 |
commit | 9526ee659401dee7160f35cb62ded2779bcbbc99 (patch) | |
tree | 812ad73bde9c84dcc02a3acbc5db576369ca314a /main/xfce4 | |
parent | 05e09c1126a898b6d0af491fef0401bf53e297f8 (diff) | |
download | aports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.bz2 aports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.xz |
merged x11 repository into main
ref #255
Diffstat (limited to 'main/xfce4')
-rw-r--r-- | main/xfce4/APKBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/main/xfce4/APKBUILD b/main/xfce4/APKBUILD new file mode 100644 index 0000000000..97db75c18c --- /dev/null +++ b/main/xfce4/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=xfce4 +pkgver=4.6 +pkgrel=1 +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 gtk-xfce-engine" + +makedepends= +install= +subpackages= +source= + +build() { + mkdir -p "$pkgdir" +} + +md5sums="" #generate with 'abuild checksum' |