wok rev 25748
xfce4-clipman-plugin, xfce4-notifyd, xfce4-volumed: replaced dependency libxfconf by xfconf
author | Hans-G?nter Theisgen |
---|---|
date | Sat Aug 31 09:56:34 2024 +0100 (4 months ago) |
parents | e88f253845ac |
children | 69515c4fa23b |
files | xfce4-clipman-plugin/receipt xfce4-notifyd-lang/receipt xfce4-notifyd/receipt xfce4-volumed/receipt |
line diff
1.1 --- a/xfce4-clipman-plugin/receipt Sat Aug 31 09:37:15 2024 +0100 1.2 +++ b/xfce4-clipman-plugin/receipt Sat Aug 31 09:56:34 2024 +0100 1.3 @@ -12,11 +12,17 @@ 1.4 WGET_URL="https://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL" 1.5 1.6 SUGGESTED="xfce4-clipman-plugin-lang" 1.7 -DEPENDS="gdk-pixbuf gtk+ libexo libxfcegui4 libxfce4ui libxfconf 1.8 - startup-notification xcb-util xfce4-panel" 1.9 -BUILD_DEPENDS="file gdk-pixbuf-dev gtk+-dev libexo-dev libxfcegui4-dev 1.10 - libxfce4ui-dev libxfconf-dev pkg-config startup-notification-dev 1.11 - xcb-util-dev xfce4-panel-dev" 1.12 +DEPENDS="gdk-pixbuf gtk+ libexo libxfcegui4 libxfce4ui 1.13 + startup-notification xcb-util xfce4-panel xfconf" 1.14 +BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libexo-dev libxfcegui4-dev libxfce4ui-dev 1.15 + pkg-config startup-notification-dev xcb-util-dev xfce4-panel-dev xfconf-dev" 1.16 + 1.17 +# What is the latest version available today? 1.18 +current_version() 1.19 +{ 1.20 + wget -O - $WEB_SITE 2>/dev/null | 1.21 + sed '/released/!d;s| released.*||;s|.*-plugin ||' 1.22 +} 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 @@ -26,7 +32,7 @@ 1.27 --disable-static \ 1.28 --enable-nls && 1.29 make && 1.30 - make install DESTDIR=$DESTDIR 1.31 + make install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/xfce4-notifyd-lang/receipt Sat Aug 31 09:37:15 2024 +0100 2.2 +++ b/xfce4-notifyd-lang/receipt Sat Aug 31 09:56:34 2024 +0100 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Simple, visually-appealing notification daemon for Xfce - localised messages." 2.5 MAINTAINER="maintainer@slitaz.org" 2.6 LICENSE="GPL2" 2.7 -WEB_SITE="https://goodies.xfce.org/projects/applications/xfce4-notifyd" 2.8 +WEB_SITE="https://docs.xfce.org/apps/xfce4-notifyd/start" 2.9 2.10 WANTED="xfce4-notifyd" 2.11
3.1 --- a/xfce4-notifyd/receipt Sat Aug 31 09:37:15 2024 +0100 3.2 +++ b/xfce4-notifyd/receipt Sat Aug 31 09:56:34 2024 +0100 3.3 @@ -2,25 +2,24 @@ 3.4 3.5 PACKAGE="xfce4-notifyd" 3.6 VERSION="0.2.2" 3.7 -CATEGORY="development" 3.8 -SHORT_DESC="Simple, visually-appealing notification daemon for Xfce" 3.9 +CATEGORY="x-window" 3.10 +SHORT_DESC="Simple, visually-appealing notification daemon for Xfce." 3.11 MAINTAINER="al.bobylev@gmail.com" 3.12 LICENSE="GPL2" 3.13 -WEB_SITE="https://goodies.xfce.org/projects/applications/xfce4-notifyd" 3.14 +WEB_SITE="https://docs.xfce.org/apps/xfce4-notifyd/start" 3.15 3.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.17 WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 3.18 3.19 SUGGESTED="xfce4-notifyd-lang" 3.20 DEPENDS="libxfce4ui" 3.21 -BUILD_DEPENDS="libxfce4ui-dev libxfconf-dev" 3.22 +BUILD_DEPENDS="gtk+-dev libxfce4ui-dev libxfce4util-dev xfconf-dev" 3.23 3.24 # What is the latest version available today? 3.25 current_version() 3.26 { 3.27 - wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 3.28 - sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 3.29 - sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 3.30 + wget -O - $WEB_SITE 2>/dev/null | 3.31 + sed '/released/!d;s| released.*||;s|.*-notifyd ||' 3.32 } 3.33 3.34 # Rules to configure and make the package. 3.35 @@ -40,6 +39,6 @@ 3.36 cook_copy_folders bin 3.37 cook_copy_folders icons 3.38 cook_copy_folders lib 3.39 - cook_copy_folders services 3.40 + cook_copy_folders dbus-1 3.41 cook_copy_folders themes 3.42 }
4.1 --- a/xfce4-volumed/receipt Sat Aug 31 09:37:15 2024 +0100 4.2 +++ b/xfce4-volumed/receipt Sat Aug 31 09:56:34 2024 +0100 4.3 @@ -11,9 +11,9 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.5 WGET_URL="https://archive.xfce.org/src/apps/xfce4-volumed/${VERSION%.*}/$TARBALL" 4.6 4.7 -DEPENDS="gst-plugins-base libkeybinder libnotify libxfconf" 4.8 +DEPENDS="gst-plugins-base libkeybinder libnotify xfconf" 4.9 BUILD_DEPENDS="gst-plugins-base-dev gstreamer-dev libkeybinder-dev 4.10 - libnotify-dev libxfconf-dev libxml2-dev" 4.11 + libnotify-dev libxml2-dev xfconf-dev" 4.12 4.13 # What is the latest version available today? 4.14 current_version() 4.15 @@ -34,5 +34,6 @@ 4.16 # Rules to gen a SliTaz package suitable for Tazpkg. 4.17 genpkg_rules() 4.18 { 4.19 - cook_copy_folders usr 4.20 + cook_copy_folders bin 4.21 + cook_copy_folders etc 4.22 }