diff options
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' |