diff options
Diffstat (limited to 'main/xfce4')
-rw-r--r-- | main/xfce4/APKBUILD | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/main/xfce4/APKBUILD b/main/xfce4/APKBUILD index 033e0e61aa..8cde952c0a 100644 --- a/main/xfce4/APKBUILD +++ b/main/xfce4/APKBUILD @@ -1,32 +1,31 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4 -pkgver=4.8_pre1 +pkgver=4.8_pre2 pkgrel=0 pkgdesc="XFCE 4 meta package" url="http://www.xfce.org" license="GPL" depends=" - exo>=0.5 + exo>=0.5.5 gtk-xfce-engine>=2.6.0 garcon - libxfce4util>=4.7 - libxfce4ui + libxfce4util>=4.7.4 + libxfce4ui>=4.7.5 mousepad - orage tango-icon-theme terminal - thunar>=1.1 + thunar>=1.1.5 ttf-dejavu - xfce-utils>=4.7 - xfce4-appfinder>=4.7 + xfce-utils>=4.7.3 + xfce4-appfinder>=4.7.1 xfce4-mixer - xfce4-panel>=4.7 - xfce4-session>=4.7 - xfce4-settings>=4.7 - xfconf>=4.7 - xfdesktop>=4.7 - xfwm4>=4.7 + 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= |