wok rev 25750

fixed recipe for dconf-dev
author Hans-G?nter Theisgen
date Sat Aug 31 14:32:37 2024 +0100 (9 months ago)
parents 69515c4fa23b
children 926a13bca723
files dconf-dev/receipt fish/receipt vim/receipt xfce4-clipman-plugin/receipt xfce4-wavelan-plugin/receipt
line diff
     1.1 --- a/dconf-dev/receipt	Sat Aug 31 14:17:36 2024 +0100
     1.2 +++ b/dconf-dev/receipt	Sat Aug 31 14:32:37 2024 +0100
     1.3 @@ -14,6 +14,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	get_dev_files
     1.8 +	cook_copy_folders	include
     1.9 +	cook_copy_folders	pkgconfig
    1.10  	cook_copy_folders	vapi
    1.11  }
     2.1 --- a/fish/receipt	Sat Aug 31 14:17:36 2024 +0100
     2.2 +++ b/fish/receipt	Sat Aug 31 14:32:37 2024 +0100
     2.3 @@ -12,7 +12,7 @@
     2.4  WGET_URL="https://github.com/fish-shell/fish-shell/releases/download/$VERSION/$TARBALL"
     2.5  
     2.6  SUGGESTED="fish-doc fish-lang"
     2.7 -DEPENDS="gcc83-lib-base ncurses"
     2.8 +DEPENDS="gcc83-lib-base libatomic ncurses"
     2.9  BUILD_DEPENDS="cmake gcc83 ncurses-dev ncursesw-extra"
    2.10  
    2.11  # What is the latest version available today?
     3.1 --- a/vim/receipt	Sat Aug 31 14:17:36 2024 +0100
     3.2 +++ b/vim/receipt	Sat Aug 31 14:32:37 2024 +0100
     3.3 @@ -19,6 +19,8 @@
     3.4  
     3.5  CONFIG_FILES="/etc/vim/vimrc"
     3.6  
     3.7 +# @maintainer:	Please update also gvim and vim-tiny
     3.8 +
     3.9  # What is the latest version available today?
    3.10  current_version()
    3.11  {
    3.12 @@ -74,7 +76,7 @@
    3.13  	mkdir -p $fs/usr/share
    3.14  	mkdir -p $fs/etc
    3.15  
    3.16 -	cp -a $install/usr/bin		$fs/usr
    3.17 +	cook_copy_folders		bin
    3.18  	cp -a $install/usr/share/vim	$fs/usr/share
    3.19  	cp -a $install/etc/vim		$fs/etc
    3.20  }
     4.1 --- a/xfce4-clipman-plugin/receipt	Sat Aug 31 14:17:36 2024 +0100
     4.2 +++ b/xfce4-clipman-plugin/receipt	Sat Aug 31 14:32:37 2024 +0100
     4.3 @@ -14,7 +14,7 @@
     4.4  SUGGESTED="xfce4-clipman-plugin-lang"
     4.5  DEPENDS="gdk-pixbuf gtk+ libexo libxfcegui4 libxfce4ui
     4.6  	startup-notification xcb-util xfce4-panel xfconf"
     4.7 -BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libexo-dev libxfcegui4-dev libxfce4ui-dev
     4.8 +BUILD_DEPENDS="file gdk-pixbuf-dev gtk+-dev libexo-dev libxfcegui4-dev libxfce4ui-dev
     4.9  	pkg-config startup-notification-dev xcb-util-dev xfce4-panel-dev xfconf-dev"
    4.10  
    4.11  # What is the latest version available today?
     5.1 --- a/xfce4-wavelan-plugin/receipt	Sat Aug 31 14:17:36 2024 +0100
     5.2 +++ b/xfce4-wavelan-plugin/receipt	Sat Aug 31 14:32:37 2024 +0100
     5.3 @@ -14,7 +14,7 @@
     5.4  SUGGESTED="xfce4-wavelan-plugin-lang"
     5.5  DEPENDS="gdk-pixbuf gtk+ libxfcegui4 libxfce4ui startup-notification
     5.6  	xcb-util xfce4-panel"
     5.7 -BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libxfcegui4-dev libxfce4ui-dev pkg-config
     5.8 +BUILD_DEPENDS="file gdk-pixbuf-dev gtk+-dev libxfcegui4-dev libxfce4ui-dev pkg-config
     5.9  	startup-notification-dev xcb-util-dev xfce4-panel-dev"
    5.10  
    5.11  # Rules to configure and make the package.