wok-next annotate awn-extras/receipt @ rev 21596

updated dos2unix (7.4.0 -> 7.4.1)
author Hans-G?nter Theisgen
date Wed Jun 24 14:10:06 2020 +0100 (2020-06-24)
parents 5669e8b3be70
children
rev   line source
al@20980 1 # SliTaz package receipt v2.
al@20980 2
al@20980 3 PACKAGE="awn-extras"
al@20980 4 VERSION="git20151204"
al@20980 5 COMMIT="1081e3f"
al@20980 6 CATEGORY="x-window"
al@20980 7 SHORT_DESC="Extra plugins for Awant Window Navigator"
al@20980 8 MAINTAINER="al.bobylev@gmail.com"
al@20980 9 LICENSE="BSD CCASA3 GPL2 GPL3 LGPL2.1"
al@20980 10 WEB_SITE="https://github.com/p12tic/awn-extras"
al@20980 11
al@20980 12 TARBALL="$PACKAGE-${COMMIT:-$VERSION}.tar.gz"
al@20980 13 WGET_URL="https://github.com/p12tic/awn-extras/archive/${COMMIT:-v$VERSION}.tar.gz"
al@20980 14
al@21020 15 BUILD_DEPENDS="intltool automake gettext-dev libtool glib-dev awn-dev \
al@21078 16 libgtop-dev libwnck2-dev libxcomposite-dev libnotify-dev vte-gtk2-dev \
al@21020 17 gconf-dev notify-python-dev vala dbus-dev"
al@20980 18
al@20980 19 compile_rules() {
al@20980 20 ./autogen.sh \
al@20980 21 --disable-pymod-checks \
al@20980 22 --disable-static \
al@20980 23 $CONFIGURE_ARGS &&
al@20980 24 fix libtool &&
al@20980 25 make &&
al@20980 26 make install
al@20980 27 }
al@20980 28
al@20980 29 genpkg_rules() {
al@20980 30 copy @std
al@21105 31 DEPENDS="atk awn libcairo dbus dbus-glib gconf gdk-pixbuf glib gtk2 \
al@21078 32 libdesktop-agnostic libgtop libnotify libwnck2 python vte-gtk2 libx11 \
al@21078 33 libxcomposite libxrender python notify-python"
al@20980 34 }