wok-current diff libnotify/receipt @ rev 25730
Fix depend for xorg-server (libxshmfence)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 13:05:56 2024 +0000 (10 days ago) |
parents | 3ad63c8fc2f9 |
children |
line diff
1.1 --- a/libnotify/receipt Sun Jan 14 08:12:37 2024 +0000 1.2 +++ b/libnotify/receipt Thu Dec 05 13:05:56 2024 +0000 1.3 @@ -9,14 +9,14 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.5 WEB_SITE="https://gitlab.gnome.org/GNOME/libnotify" 1.6 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.7 -HOST_ARCH="i486 arm" 1.8 +HOST_ARCH="i486 arm x86_64" 1.9 1.10 DEPENDS="dbus gtk+ dbus-glib xorg-libXdamage" 1.11 BUILD_DEPENDS="dbus-dev gtk+-dev dbus-glib dbus-glib-dev expat-dev shared-mime-info-dev" 1.12 1.13 # Handle cross compilation 1.14 case "$ARCH" in 1.15 - i?86) BUILD_DEPENDS="$BUILD_DEPENDS perl" 1.16 + i?86|x86_64) BUILD_DEPENDS="$BUILD_DEPENDS perl" 1.17 esac 1.18 1.19 current_version()