wok-current rev 24740
updated libexif-gtk and libexif-gtk-dev (0.4.0 -> 0.5.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 16 10:07:05 2022 +0100 (2022-03-16) |
parents | bbb340edb2d2 |
children | f9c16f4ba2c0 |
files | libexif-gtk-dev/receipt libexif-gtk/description.txt libexif-gtk/receipt |
line diff
1.1 --- a/libexif-gtk-dev/receipt Wed Mar 16 09:57:52 2022 +0100 1.2 +++ b/libexif-gtk-dev/receipt Wed Mar 16 10:07:05 2022 +0100 1.3 @@ -1,23 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libexif-gtk-dev" 1.7 -VERSION="0.4.0" 1.8 +VERSION="0.5.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A library of widgets to help display EXIF tags in GTK programs - development files." 1.11 -MAINTAINER="developer@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="https://libexif.github.io/" 1.15 1.16 +BUILD_DEPENDS="libexif-gtk" 1.17 WANTED="libexif-gtk" 1.18 -BUILD_DEPENDS="libexif-gtk" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr/lib 1.26 - 1.27 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.28 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.29 - cp -a $install/usr/include $fs/usr 1.30 + get_dev_files 1.31 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libexif-gtk/description.txt Wed Mar 16 10:07:05 2022 +0100 2.3 @@ -0,0 +1,4 @@ 2.4 +Libexif-gtk is a library of widgets to help display EXIF tags in GTK 2.5 +programs. 2.6 + 2.7 +Libexif-gtk is written in C and requires libexif and gtk+.
3.1 --- a/libexif-gtk/receipt Wed Mar 16 09:57:52 2022 +0100 3.2 +++ b/libexif-gtk/receipt Wed Mar 16 10:07:05 2022 +0100 3.3 @@ -1,18 +1,19 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="libexif-gtk" 3.7 -VERSION="0.4.0" 3.8 +VERSION="0.5.0" 3.9 CATEGORY="graphics" 3.10 SHORT_DESC="A library of widgets to help display EXIF tags in GTK programs." 3.11 -MAINTAINER="developer@slitaz.org" 3.12 +MAINTAINER="maintainer@slitaz.org" 3.13 LICENSE="LGPL2.1" 3.14 WEB_SITE="https://libexif.github.io/" 3.15 3.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.17 -WGET_URL="$SF_MIRROR/libexif/$TARBALL" 3.18 +TARBALL="$PACKAGE-$VERSION.tar.xz" 3.19 +WGET_URL="https://github.com/libexif/$PACKAGE/releases/download/v$VERSION/$TARBALL" 3.20 3.21 -DEPENDS="gtk+ libexif" 3.22 -BUILD_DEPENDS="file gtk+-dev libexif-dev" 3.23 +DEPENDS="gtk+ libexif libxml2" 3.24 +BUILD_DEPENDS="file gtk+-dev libexif-dev libxml2-dev" 3.25 + 3.26 HOST_ARCH="i486 arm" 3.27 3.28 # What is the latest version available today? 3.29 @@ -28,13 +29,12 @@ 3.30 { 3.31 # By default build with gtk2 3.32 ./configure && 3.33 - make -j 1 && 3.34 + make && 3.35 make install 3.36 } 3.37 3.38 # Rules to gen a SliTaz package suitable for Tazpkg. 3.39 genpkg_rules() 3.40 { 3.41 - mkdir -p $fs/usr/lib 3.42 - cp -a $install/usr/lib/*.so* $fs/usr/lib 3.43 + cook_copy_files *.so* 3.44 }