diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/xfce4/APKBUILD | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/main/xfce4/APKBUILD b/main/xfce4/APKBUILD index c5d191df53..033e0e61aa 100644 --- a/main/xfce4/APKBUILD +++ b/main/xfce4/APKBUILD @@ -1,32 +1,32 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4 -pkgver=4.6.2 +pkgver=4.8_pre1 pkgrel=0 pkgdesc="XFCE 4 meta package" url="http://www.xfce.org" license="GPL" depends=" - exo>=0.3.107 + exo>=0.5 gtk-xfce-engine>=2.6.0 - libxfce4menu>=4.6.2 - libxfce4util>=4.6.2 - libxfcegui4>=4.6.4 + garcon + libxfce4util>=4.7 + libxfce4ui mousepad orage tango-icon-theme terminal - thunar>=1.0.2 + thunar>=1.1 ttf-dejavu - xfce-utils>=4.6.2 - xfce4-appfinder>=4.6.2 + xfce-utils>=4.7 + xfce4-appfinder>=4.7 xfce4-mixer - xfce4-panel>=4.6.4 - xfce4-session>=4.6.2 - xfce4-settings>=4.6.5 - xfconf>=4.6.2 - xfdesktop>=4.6.2 - xfwm4>=4.6.2 + xfce4-panel>=4.7 + xfce4-session>=4.7 + xfce4-settings>=4.7 + xfconf>=4.7 + xfdesktop>=4.7 + xfwm4>=4.7 " makedepends= |