wok-next annotate caja/receipt @ rev 21078

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents d5aab818505e
children d635206a5649
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16982 2
yuripourre@16982 3 PACKAGE="caja"
al@20938 4 VERSION="1.20.2"
yuripourre@16982 5 CATEGORY="utilities"
al@20096 6 SHORT_DESC="Caja, the file manager for the MATE desktop"
al@20096 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16982 8 LICENSE="GPL3"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/caja"
al@20096 10
al@20943 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20943 12 WGET_URL="http://pub.mate-desktop.org/releases/${VERSION%.*}/$TARBALL"
yuripourre@16982 13
al@20096 14 BUILD_DEPENDS="mate-common gtk-doc gobject-introspection-dev mate-desktop-dev \
al@21078 15 pango-dev gtk3-dev libnotify-dev libexif-dev exempi-dev libsm-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
yuripourre@16982 17
al@20096 18 compile_rules() {
al@20943 19 ./configure \
al@20096 20 --disable-packagekit \
al@20096 21 --disable-update-mimedb \
al@20096 22 --disable-icon-update \
yuripourre@16982 23 $CONFIGURE_ARGS &&
al@20569 24 fix libtool &&
yuripourre@16982 25 make &&
al@20096 26 make install
yuripourre@16982 27 }
yuripourre@16982 28
al@20096 29 genpkg_rules() {
al@20096 30 case $PACKAGE in
al@20096 31 caja)
al@20096 32 copy @std
al@21017 33 DEPENDS="atk cairo exempi gdk-pixbuf glib gtk3 libexif \
al@21078 34 libnotify libxml2 mate-desktop pango libice libsm \
al@21078 35 libx11 shared-mime-info"
al@20096 36 SUGGESTED="gvfs-smb"
al@20096 37 TAGS="MATE file-manager"
al@20096 38 ;;
al@20096 39 *-dev)
al@20096 40 copy @dev
al@21017 41 DEPENDS="caja glib-dev gtk3-dev"
al@20096 42 TAGS="MATE"
al@20096 43 ;;
al@20096 44 esac
yuripourre@16982 45 }