wok diff gtk-girepository/receipt @ rev 20649

retawq: regenerate mo files (Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 12 12:21:17 2019 +0100 (2019-01-12)
parents
children a78610b2eb47
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk-girepository/receipt	Sat Jan 12 12:21:17 2019 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtk-girepository"
     1.7 +VERSION="2.24.24"
     1.8 +SHORT_DESC="Required to run pygobject3 apps"
     1.9 +CATEGORY="development"
    1.10 +MAINTAINER="psychomaniak@xakep.ru"
    1.11 +WEB_SITE="http://www.gtk.org/"
    1.12 +LICENSE="GPL2"
    1.13 +
    1.14 +DEPENDS="gtk+ gobject-introspection"
    1.15 +BUILD_DEPENDS="pango-dev gtk+-dev gdk-pixbuf-dev atk-dev"
    1.16 +
    1.17 +compile_rules()
    1.18 +{
    1.19 +	mkdir -p $install/usr/lib
    1.20 +	cp -a /usr/lib/girepository-1.0 $install/usr/lib
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	cp -a $install/* $fs
    1.27 +}