wok rev 25764

created recipes for vte291, vte291-dev and vte291-lang
author Hans-G?nter Theisgen
date Tue Sep 03 08:54:48 2024 +0100 (2 weeks ago)
parents 87d42064e808
children 37815cc03603
files json-glib-lang/receipt json-glib/receipt vte291-dev/receipt vte291-lang/receipt vte291/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/json-glib-lang/receipt	Tue Sep 03 08:54:48 2024 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="json-glib-lang"
     1.7 +VERSION="0.16.2"
     1.8 +CATEGORY="localization"
     1.9 +SHORT_DESC="json-glib - localised messages."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="LGPL2.1"
    1.12 +WEB_SITE="https://wiki.gnome.org/Projects/JsonGlib"
    1.13 +
    1.14 +WANTED="json-glib"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	cook_copy_folders	locale
    1.20 +}
     2.1 --- a/json-glib/receipt	Tue Sep 03 08:36:40 2024 +0100
     2.2 +++ b/json-glib/receipt	Tue Sep 03 08:54:48 2024 +0100
     2.3 @@ -12,6 +12,7 @@
     2.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     2.5  WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     2.6  
     2.7 +SUGGESTED="json-glib-lang"
     2.8  DEPENDS="glib libgio"
     2.9  BUILD_DEPENDS="glib-dev gobject-introspection-dev libgio-dev pkg-config"
    2.10  
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/vte291-dev/receipt	Tue Sep 03 08:54:48 2024 +0100
     3.3 @@ -0,0 +1,25 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="vte291-dev"
     3.7 +VERSION="0.56.4"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="Terminal capabilities for GTK+ widgets - development files."
    3.10 +MAINTAINER="maintainer@slitaz.org"
    3.11 +LICENSE="GPL2"
    3.12 +WEB_SITE="https://wiki.gnome.org/Apps/Terminal/VTE"
    3.13 +
    3.14 +DEPENDS="vte291 pkg-config"
    3.15 +WANTED="vte291"
    3.16 +
    3.17 +HOST_ARCH="i486 arm"
    3.18 +
    3.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.20 +genpkg_rules()
    3.21 +{
    3.22 +	cook_copy_folders	include
    3.23 +	cook_copy_folders	pkgconfig
    3.24 +	[ -d "$install/usr/lib/girepository-1.0" ] && 
    3.25 +		cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    3.26 +	[ -d "$install/usr/share/gir-1.0" ] && \
    3.27 +		cp -a $install/usr/share/gir-1.0 $fs/usr/share
    3.28 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/vte291-lang/receipt	Tue Sep 03 08:54:48 2024 +0100
     4.3 @@ -0,0 +1,17 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="vte291-lang"
     4.7 +VERSION="0.56.4"
     4.8 +CATEGORY="localization"
     4.9 +SHORT_DESC="Terminal capabilities for GTK+ widgets - localised messages."
    4.10 +MAINTAINER="maintainer@slitaz.org"
    4.11 +LICENSE="GPL2"
    4.12 +WEB_SITE="https://wiki.gnome.org/Apps/Terminal/VTE"
    4.13 +
    4.14 +WANTED="vte291"
    4.15 +
    4.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.17 +genpkg_rules()
    4.18 +{
    4.19 +	cook_copy_folders	locale
    4.20 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/vte291/receipt	Tue Sep 03 08:54:48 2024 +0100
     5.3 @@ -0,0 +1,53 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="vte291"
     5.7 +VERSION="0.56.4"
     5.8 +CATEGORY="utilities"
     5.9 +SHORT_DESC="Terminal capabilities for GTK+ widgets."
    5.10 +MAINTAINER="maintainer@slitaz.org"
    5.11 +LICENSE="LGPL2"
    5.12 +WEB_SITE="https://wiki.gnome.org/Apps/Terminal/VTE"
    5.13 +
    5.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.15 +WGET_URL="https://gitlab.gnome.org/GNOME/vte/-/archive/$VERSION/vte-$VERSION.tar.gz"
    5.16 +
    5.17 +HOST_ARCH="i486 arm"
    5.18 +
    5.19 +SUGGESTED="vte291-lang"
    5.20 +DEPENDS="gtk+3 ncurses xorg-libXdamage"
    5.21 +BUILD_DEPENDS="autoconf automake bash gnutls-dev gcc83 gobject-introspection-dev
    5.22 +	gperf gtk+3-dev gtk-doc icu-dev libgio-dev libtool libxml2-tools ncurses-dev
    5.23 +	pango-dev pcre2-dev vala xorg-libXft-dev xorg-libXtst-dev"
    5.24 +
    5.25 +current_version()
    5.26 +{
    5.27 +	wget -O - $GNOME_MIRROR/vte/$(wget -O - $GNOME_MIRROR/vte 2>/dev/null | \
    5.28 +	sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \
    5.29 +	sed "/href=\"vte-[0-9]/!d;s|.*vte-||;s|.[a-z].*||" | sort -Vr | sed q
    5.30 +}
    5.31 +
    5.32 +# Rules to configure and make the package.
    5.33 +compile_rules()
    5.34 +{
    5.35 +	# 0.56.4	to avoid "G_GNUC_CHECK_VERSION" is not defined
    5.36 +	sed -i '665,667d' src/parser-glue.hh &&
    5.37 +
    5.38 +	./autogen.sh				\
    5.39 +		CC=gcc-83			\
    5.40 +		CXX=g++-83			\
    5.41 +		--prefix=/usr			\
    5.42 +		--with-html-dir=/usr/share/doc	\
    5.43 +		--with-pcre			\
    5.44 +		--disable-static		\
    5.45 +		$CONFIGURE_ARGS &&
    5.46 +	make &&
    5.47 +	make install
    5.48 +}
    5.49 +
    5.50 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.51 +genpkg_rules()
    5.52 +{
    5.53 +	cook_copy_folders	bin
    5.54 +	cook_copy_folders	etc
    5.55 +	cook_copy_files		*.so*
    5.56 +}