diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-06 20:47:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-06 20:49:44 +0000 |
commit | 2a7abceb9172e6f2357a4d6006a73d394e67fba7 (patch) | |
tree | 32c9a84c1fcc330f31dc9f1744503062131ad30a /main/xfce4/APKBUILD | |
parent | c9d80a14f6d8a7ab9038c71d8248d4301cfeb857 (diff) | |
download | aports-2a7abceb9172e6f2357a4d6006a73d394e67fba7.tar.bz2 aports-2a7abceb9172e6f2357a4d6006a73d394e67fba7.tar.xz |
main/xfce4: upgrade to 4.8_pre3
Diffstat (limited to 'main/xfce4/APKBUILD')
-rw-r--r-- | main/xfce4/APKBUILD | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/main/xfce4/APKBUILD b/main/xfce4/APKBUILD index 27b625d8c..48ace50bf 100644 --- a/main/xfce4/APKBUILD +++ b/main/xfce4/APKBUILD @@ -1,32 +1,33 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4 -pkgver=4.8_pre2 +pkgver=4.8_pre3 pkgrel=0 pkgdesc="XFCE 4 meta package" url="http://www.xfce.org" -arch="x86 x86_64" +arch="noarch" license="GPL" depends=" - exo>=0.5.5 - gtk-xfce-engine>=2.6.0 + 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 - libxfce4util>=4.7.4 - libxfce4ui>=4.7.5 mousepad tango-icon-theme terminal - thunar>=1.1.5 ttf-dejavu - xfce-utils>=4.7.3 - xfce4-appfinder>=4.7.1 xfce4-mixer - xfce4-panel>=4.7.6 - xfce4-session>=4.7.2 - xfce4-settings>=4.7.6 - xfconf>=4.7.4 - xfdesktop>=4.7.4 - xfwm4>=4.7.3 " makedepends= |