diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-25 15:43:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-25 15:43:26 +0000 |
commit | 3544587001d883f574ad4a6b3c7ac9998e32c583 (patch) | |
tree | ea3099d930f11d89f37b028a169da59e63fdfa5c /main/xfce4/APKBUILD | |
parent | 2ff8b254f570cc0e72d67b71b1c7361ed19c0eaa (diff) | |
download | aports-3544587001d883f574ad4a6b3c7ac9998e32c583.tar.bz2 aports-3544587001d883f574ad4a6b3c7ac9998e32c583.tar.xz |
main/xfce4: upgrade to 4.8_pre1
Diffstat (limited to 'main/xfce4/APKBUILD')
-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= |