wok-6.x annotate gucharmap/receipt @ rev 21351
lxpanel: update DEPENDS
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Apr 21 03:46:57 2019 +0300 (2019-04-21) |
parents | c04d1e0a8c6f |
children | 6831608a1b2a |
rev | line source |
---|---|
pascal@13533 | 1 # SliTaz package receipt. |
pascal@13533 | 2 |
pascal@13533 | 3 PACKAGE="gucharmap" |
pascal@13533 | 4 VERSION="3.0.1" |
pascal@13533 | 5 CATEGORY="utilities" |
al@19198 | 6 SHORT_DESC="GNOME Character Map (GTK+2)" |
pascal@13533 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@15000 | 8 LICENSE="GPL3" |
pascal@13533 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@19198 | 10 WEB_SITE="https://wiki.gnome.org/action/show/Apps/Gucharmap" |
pascal@13533 | 11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
pascal@13533 | 12 |
al@19198 | 13 DEPENDS="gtk+ xorg-libXdamage" |
pascal@15000 | 14 BUILD_DEPENDS="itstool libxml2-tools glib-dev libgio-dev gtk+-dev" |
al@19198 | 15 SPLIT="gucharmap-i18n" |
pascal@15000 | 16 |
pascal@13533 | 17 # Rules to configure and make the package. |
pascal@13533 | 18 compile_rules() |
pascal@13533 | 19 { |
pascal@13533 | 20 ./configure \ |
al@19198 | 21 --sysconfdir=/etc \ |
pascal@13533 | 22 --disable-maintainer-mode \ |
pascal@13533 | 23 --disable-gconf \ |
pascal@13533 | 24 --disable-schemas-install \ |
pascal@13533 | 25 --disable-scrollkeeper \ |
pascal@13533 | 26 --with-gtk=2.0 \ |
pascal@13533 | 27 $CONFIGURE_ARGS && |
pascal@13533 | 28 make && make install |
pascal@13533 | 29 } |
pascal@13533 | 30 |
pascal@13533 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13533 | 32 genpkg_rules() |
pascal@13533 | 33 { |
al@19198 | 34 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share |
al@19198 | 35 cp -a $install/etc $fs |
pascal@13533 | 36 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin |
pascal@13533 | 37 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@13533 | 38 cp -a $install/usr/share/applications $fs/usr/share |
pascal@13533 | 39 } |