wok-6.x diff at-spi2/receipt @ rev 17149
slitaz-configs-base: fix Slim Root Login.(/rootfs/root/.xinitrc)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Sep 10 16:16:18 2014 +0200 (2014-09-10) |
parents | efa29fe682df |
children | 33751b421080 |
line diff
1.1 --- a/at-spi2/receipt Sun Jul 13 13:59:06 2014 -0300 1.2 +++ b/at-spi2/receipt Wed Sep 10 16:16:18 2014 +0200 1.3 @@ -6,9 +6,10 @@ 1.4 LICENSE="GPL3" 1.5 SHORT_DESC="Bridges ATK to At-Spi2 D-Bus service." 1.6 MAINTAINER="yuripourre@gmail.com" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.xz" 1.8 +SOURCE="at-spi2-core" 1.9 +TARBALL="$SOURCE-$VERSION.tar.xz" 1.10 WEB_SITE="http://www.gnome.org/" 1.11 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.12 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$SOURCE/${VERSION%.*}/$TARBALL" 1.13 1.14 DEPENDS="dbus glib gobject-introspection util-linux-uuid" 1.15 BUILD_DEPENDS="dbus-dev glib-dev gobject-introspection-dev util-linux-uuid-dev"