diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-01 18:44:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-01 18:44:38 +0000 |
commit | 3c4c12ae717d5bf181cf411f491bac6ead9cb68a (patch) | |
tree | 277a09fd8d35d60bcf87595373f555f16aea565f /main/xfce4/APKBUILD | |
parent | aec9e10370f12831f473dccb3b200bbfd7a203a3 (diff) | |
download | aports-3c4c12ae717d5bf181cf411f491bac6ead9cb68a.tar.bz2 aports-3c4c12ae717d5bf181cf411f491bac6ead9cb68a.tar.xz |
main/xfce4: upgrade to 4.12
Diffstat (limited to 'main/xfce4/APKBUILD')
-rw-r--r-- | main/xfce4/APKBUILD | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/main/xfce4/APKBUILD b/main/xfce4/APKBUILD index 96980f7576..008380394f 100644 --- a/main/xfce4/APKBUILD +++ b/main/xfce4/APKBUILD @@ -1,30 +1,31 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4 -pkgver=4.10.0 -pkgrel=3 +pkgver=4.12.0 +pkgrel=0 pkgdesc="XFCE 4 meta package" url="http://www.xfce.org" arch="noarch" license="GPL" +# https://mail.xfce.org/pipermail/xfce-announce/2015-February/000389.html depends=" - exo>=0.8.0 - garcon>=0.2.0 - gtk-xfce-engine>=3.0.0 - libxfce4ui>=4.10.0 - libxfce4util>=4.10.0 - thunar>=1.4.0 + exo>=0.10.3 + garcon>=0.4.0 + gtk-xfce-engine>=3.2.0 + libxfce4ui>=4.12.0 + libxfce4util>=4.12.0 + thunar>=1.6.6 ttf-dejavu - xfce4-appfinder>=4.10.0 + xfce4-appfinder>=4.12.0 xfce4-mixer - xfce4-panel>=4.10.0 - xfce4-power-manager>=1.2.0 - xfce4-session>=4.10.0 - xfce4-settings>=4.10.0 + xfce4-panel>=4.12.0 + xfce4-power-manager>=1.4.3 + xfce4-session>=4.12.0 + xfce4-settings>=4.12.0 xfce4-terminal - xfconf>=4.10.0 - xfdesktop>=4.10.0 - xfwm4>=4.10.0 + xfconf>=4.12.0 + xfdesktop>=4.12.0 + xfwm4>=4.12.0 " makedepends= |