diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-30 11:53:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-30 11:53:41 +0000 |
commit | 5d14924d2ba0cdd6d55091a7945be9549f43b387 (patch) | |
tree | 504526c3e0a4af54828afb1e87debf638967619e /main/xfce4/APKBUILD | |
parent | d2f1d2539cb7fe5f0a1439716df34c1b36c051ec (diff) | |
download | aports-5d14924d2ba0cdd6d55091a7945be9549f43b387.tar.bz2 aports-5d14924d2ba0cdd6d55091a7945be9549f43b387.tar.xz |
main/xfce4: upgrade to 4.10
Diffstat (limited to 'main/xfce4/APKBUILD')
-rw-r--r-- | main/xfce4/APKBUILD | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/main/xfce4/APKBUILD b/main/xfce4/APKBUILD index 1dfc2df6e9..897dc36c89 100644 --- a/main/xfce4/APKBUILD +++ b/main/xfce4/APKBUILD @@ -1,33 +1,31 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4 -pkgver=4.8 +pkgver=4.10.0 pkgrel=0 pkgdesc="XFCE 4 meta package" url="http://www.xfce.org" arch="noarch" license="GPL" depends=" - thunar>=1.2.0 - exo>=0.6.0 - gtk-xfce-engine>=2.8.0 - libxfce4ui>=4.8.0 - libxfce4util>=4.8.0 - xfce-utils>=4.8.0 - xfce4-appfinder>=4.8.0 - xfce4-panel>=4.8.0 - xfce4-session>=4.8.0 - xfce4-settings>=4.8.0 - xfconf>=4.8.0 - xfdesktop>=4.8.0 - xfwm4>=4.8.0 - - garcon - mousepad + exo>=0.8.0 + garcon>=0.2.0 + gtk-xfce-engine>=3.0.0 + libxfce4ui>=4.10.0 + libxfce4util>=4.10.0 tango-icon-theme terminal + thunar>=1.4.0 ttf-dejavu + xfce4-appfinder>=4.10.0 xfce4-mixer + xfce4-power-manager>=1.2.0 + xfce4-panel>=4.10.0 + xfce4-session>=4.10.0 + xfce4-settings>=4.10.0 + xfconf>=4.10.0 + xfdesktop>=4.10.0 + xfwm4>=4.10.0 " makedepends= |