wok rev 25756
xfce4-appfinder: added dependency gtk+-dev
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 01 14:35:00 2024 +0100 (5 months ago) |
parents | 659456031ace |
children | 17c84d0f3fa1 |
files | xfce4-appfinder/receipt |
line diff
1.1 --- a/xfce4-appfinder/receipt Sun Sep 01 11:03:35 2024 +0100 1.2 +++ b/xfce4-appfinder/receipt Sun Sep 01 14:35:00 2024 +0100 1.3 @@ -3,10 +3,10 @@ 1.4 PACKAGE="xfce4-appfinder" 1.5 VERSION="4.12.0" 1.6 CATEGORY="x-window" 1.7 -SHORT_DESC="Xfce Application Finder" 1.8 +SHORT_DESC="Xfce Application Finder." 1.9 MAINTAINER="erjo@slitaz.org" 1.10 LICENSE="GPL2" 1.11 -WEB_SITE="https://www.xfce.org" 1.12 +WEB_SITE="https://docs.xfce.org/xfce/xfce4-appfinder/start" 1.13 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 1.16 @@ -14,15 +14,14 @@ 1.17 SUGGESTED="xfce4-appfinder-lang" 1.18 DEPENDS="dbus-glib gamin garcon gtk+ libxfce4ui startup-notification 1.19 thunar util-linux-uuid xfconf" 1.20 -BUILD_DEPENDS="dbus-glib-dev garcon-dev intltool libxfce4ui-dev libxfce4util-dev 1.21 +BUILD_DEPENDS="dbus-glib-dev garcon-dev gtk+-dev intltool libxfce4ui-dev libxfce4util-dev 1.22 startup-notification-dev util-linux-uuid-dev xcb-util-dev xfconf-dev" 1.23 1.24 # What is the latest version available today? 1.25 current_version() 1.26 { 1.27 - wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 1.28 - sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 1.29 - sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 1.30 + wget -O - $WEB_SITE 2>/dev/null | 1.31 + sed '/released/!d;s| released.*||;s|.*appfinder ||' 1.32 } 1.33 1.34 # Rules to configure and make the package. 1.35 @@ -35,14 +34,11 @@ 1.36 --enable-nls \ 1.37 $CONFIGURE_ARGS && 1.38 make && 1.39 - make install DESTDIR=$DESTDIR 1.40 + make install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 genpkg_rules() 1.45 { 1.46 - mkdir -p $fs/usr/share 1.47 - 1.48 - cp -a $install/usr/bin $fs/usr 1.49 - cp -a $install/usr/share/applications $fs/usr/share 1.50 + cook_copy_folders bin 1.51 }