wok annotate cairo-dock/receipt @ rev 21843

updated rlwrap (0.37 -> 0.43)
author Hans-G?nter Theisgen
date Sun Sep 15 10:00:17 2019 +0100 (2019-09-15)
parents a7b54d88ae54
children 613b75574469
rev   line source
pankso@7880 1 # SliTaz package receipt.
pankso@7880 2
pankso@7880 3 PACKAGE="cairo-dock"
slaxemulator@11076 4 VERSION="2.4.0~2"
pankso@7880 5 CATEGORY="x-window"
pankso@7880 6 SHORT_DESC="Cairo-Dock is a light and eye-candy dock to launch."
pankso@7880 7 MAINTAINER="pankso@slitaz.org"
pascal@14997 8 LICENSE="GPL3"
al@14789 9 WEB_SITE="http://www.glx-dock.org/"
al@14789 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@14789 11 WGET_URL="https://launchpad.net/cairo-dock-core/${VERSION:0:3}/${VERSION:0:5}/+download/$TARBALL"
al@14789 12
al@14789 13 DEPENDS="gtk+ cairo librsvg xorg-xcompmgr mesa gtkglext dbus libcurl"
pankso@7880 14 BUILD_DEPENDS="$DEPENDS cmake gtk+-dev cairo-dev librsvg-dev mesa-dev \
pascal@12631 15 gtkglext-dev dbus-dev dbus-glib-dev curl-dev libcroco wget libxml2-dev"
pankso@7880 16 SUGGESTED="cairo-dock-plugins"
pankso@7880 17
pankso@7880 18 # Rules to configure and make the package.
pankso@7880 19 compile_rules()
pankso@7880 20 {
pankso@7880 21 cd $src
pascal@12876 22 sed -i 's|<glib/g.*h>|<glib.h>|' src/gldit/cairo-dock-keybinder.h
pankso@7880 23 mkdir -p build && cd build
pankso@7880 24 cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
pankso@7880 25 make &&
slaxemulator@11076 26 make DESTDIR=$DESTDIR install &&
slaxemulator@11076 27 sed -i s/'.svg'/''/ $DESTDIR/usr/share/applications/*
pankso@7880 28 }
pankso@7880 29
pankso@7880 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@7880 31 genpkg_rules()
pankso@7880 32 {
pankso@7880 33 mkdir -p $fs/usr/lib $fs/usr/share/$PACKAGE
pascal@13796 34 cp -a $install/usr/bin $fs/usr
pascal@13796 35 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@13796 36 cp -a $install/usr/share/$PACKAGE $fs/usr/share
al@14789 37 chmod a+x $fs/usr/lib/libgldi.so.2.4.0~2
pankso@7880 38 }