wok-next diff at-spi2-atk/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents 2605693b1e33
children 28f443011cb6
line diff
     1.1 --- a/at-spi2-atk/receipt	Tue Jul 29 00:06:42 2014 -0300
     1.2 +++ b/at-spi2-atk/receipt	Mon Oct 05 01:10:26 2015 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="at-spi2-atk"
     1.7 -VERSION="2.12.1"
     1.8 +VERSION="2.15.4"
     1.9  CATEGORY="libdevel"
    1.10  LICENSE="GPL3"
    1.11  SHORT_DESC="Bridges ATK to At-Spi2 D-Bus service."
    1.12 @@ -10,7 +10,7 @@
    1.13  WEB_SITE="http://www.gnome.org/"
    1.14  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.15  
    1.16 -DEPENDS="atk dbus util-linux-uuid"
    1.17 +DEPENDS="atk dbus util-linux-uuid at-spi2"
    1.18  BUILD_DEPENDS="at-spi2 atk-dev dbus-dev util-linux-uuid-dev"
    1.19  
    1.20  # Rules to configure and make the package.