wok-next annotate gnome-commander/receipt @ rev 20811

blazekiss: up (20170630); add icons
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 16:49:32 2018 +0300 (2018-06-13)
parents c654f3c3a858
children c9a7a7b42a86
rev   line source
al@20464 1 # SliTaz package receipt v2.
pascal@13534 2
pascal@13534 3 PACKAGE="gnome-commander"
al@20554 4 VERSION="1.8.0"
pascal@13534 5 CATEGORY="utilities"
pascal@13534 6 SHORT_DESC="A full featured, twin-panel file manager for Gnome2"
pascal@13534 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15000 8 LICENSE="GPL2"
al@20464 9 WEB_SITE="http://gcmd.github.io/"
al@20464 10
pascal@13534 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20554 12 #WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
al@20554 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
pascal@13534 14
al@20534 15 BUILD_DEPENDS="gtk+-dev glib-dev gnome-doc-utils libgnome-dev \
al@14209 16 libgnomeui-dev gdk-pixbuf-dev cairo-dev pango-dev atk-dev libbonoboui-dev \
al@14209 17 libgnomecanvas-dev libart_lgpl-dev xorg-libXinerama-dev xorg-libXrandr-dev \
al@14209 18 xorg-dev libgnome-keyring-dev libgcrypt-dev rarian-dev rarian exiv2-dev \
pascal@20005 19 taglib-dev libgsf-dev poppler-dev chmlib-dev lcms2-dev flex python-dev \
al@20554 20 util-linux-uuid-dev libunique-dev intltool itstool"
al@20464 21 SPLIT="gnome-commander-i18n"
al@14209 22
al@20464 23 compile_rules() {
al@20554 24
al@14209 25 ./configure \
al@14209 26 --disable-scrollkeeper \
al@14209 27 $CONFIGURE_ARGS &&
al@20570 28 fix libtool &&
al@20554 29 # update-mime-database is useless in DESTDIR install, and although it is
al@20554 30 # disabled, install-data-hook produces non-zero return code from `make install`
al@20554 31 # and cooker believe package is broken; here we remove install-data-hook call
al@20554 32 sed -i '/install-data-hook$/d' data/Makefile &&
al@14209 33 make &&
al@20554 34 make \
al@20554 35 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
al@20554 36 install
pascal@13534 37 }
pascal@13534 38
al@20464 39 genpkg_rules() {
al@20464 40 case $PACKAGE in
al@20464 41 gnome-commander)
al@20464 42 copy @std
al@20464 43 DEPENDS="exiv2 lcms libgnome-keyring libgnomeui libgsf poppler \
al@20464 44 taglib libunique"
al@20464 45 ;;
al@20464 46 gnome-commander-i18n)
al@20464 47 copy locale/
al@20464 48 CAT="localization|language files"
al@20464 49 ;;
al@20464 50 esac
pascal@13534 51 }