wok rev 19053

fix build
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Apr 19 02:39:34 2016 +0300 (2016-04-19)
parents 911eba0b2038
children d2d5bdba2570
files lxpanel-plugin-multiload/receipt waterline-plugin-multiload/receipt
line diff
     1.1 --- a/lxpanel-plugin-multiload/receipt	Tue Apr 19 01:44:57 2016 +0300
     1.2 +++ b/lxpanel-plugin-multiload/receipt	Tue Apr 19 02:39:34 2016 +0300
     1.3 @@ -17,3 +17,4 @@
     1.4  	mkdir -p $fs/usr/lib/lxpanel/plugins
     1.5  	cp -a $install/usr/lib/lxpanel/plugins/*.so $fs/usr/lib/lxpanel/plugins
     1.6  }
     1.7 +
     2.1 --- a/waterline-plugin-multiload/receipt	Tue Apr 19 01:44:57 2016 +0300
     2.2 +++ b/waterline-plugin-multiload/receipt	Tue Apr 19 02:39:34 2016 +0300
     2.3 @@ -3,13 +3,13 @@
     2.4  PACKAGE="waterline-plugin-multiload"
     2.5  VERSION="f8b592a"
     2.6  CATEGORY="x-window"
     2.7 -SHORT_DESC="multiload-nandhp is a port of the GNOME multiload applet to SDE waterline panel"
     2.8 +SHORT_DESC="A lightweight framework for desktop widgets and applets"
     2.9  MAINTAINER="psychomaniak@xakep.ru"
    2.10  LICENSE="GPL2"
    2.11  WEB_SITE="http://git.make-linux.org/sde/waterline-plugin-multiload"
    2.12  TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.13  WGET_URL="http://git.make-linux.org/sde/$PACKAGE.git/snapshot/$TARBALL"
    2.14 -TAGS="desktop panel"
    2.15 +TAGS="desktop panel taskbar"
    2.16  
    2.17  DEPENDS="waterline libgtop"
    2.18  BUILD_DEPENDS="automake libtool gtk+-dev jansson-dev libsde-utils \
    2.19 @@ -22,6 +22,7 @@
    2.20  {
    2.21  	rm -rf $src/.git
    2.22  	./autogen.sh || return 1
    2.23 +	sed 's#ls $srcdir/po/\*.po #& 2>/dev/null#' -i configure
    2.24  	./configure \
    2.25  		--prefix=/usr \
    2.26  		--libexec=/usr/lib \