# HG changeset patch # User Pascal Bellard # Date 1510853268 -3600 # Node ID e776229a8fef9ffe6c7eb689b050b3b9ac1ca6c8 # Parent 27bfe81dc6bd3592ddfb9045d918363229d8961b Up openttd (1.7.1) diff -r 27bfe81dc6bd -r e776229a8fef mtd-utils/receipt --- a/mtd-utils/receipt Thu Nov 16 16:28:30 2017 +0100 +++ b/mtd-utils/receipt Thu Nov 16 18:27:48 2017 +0100 @@ -16,6 +16,9 @@ # Rules to configure and make the package. compile_rules() { + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } diff -r 27bfe81dc6bd -r e776229a8fef n2nc/receipt --- a/n2nc/receipt Thu Nov 16 16:28:30 2017 +0100 +++ b/n2nc/receipt Thu Nov 16 18:27:48 2017 +0100 @@ -16,8 +16,7 @@ # Rules to configure and make the package. compile_rules() { - mv $PACKAGE $src 2> /dev/null - cd $src + sed -i 's|fcntl.h>|&\n#include |' src/nixsys.h libtoolize --force aclocal autoheader diff -r 27bfe81dc6bd -r e776229a8fef ndppd/receipt --- a/ndppd/receipt Thu Nov 16 16:28:30 2017 +0100 +++ b/ndppd/receipt Thu Nov 16 18:27:48 2017 +0100 @@ -17,6 +17,7 @@ # Rules to configure and make the package. compile_rules() { + sed -i 's| -1)| ~0U)|' src/iface.cc sed -i 's|/usr/local|/usr|' Makefile make all && make DESTDIR=$DESTDIR install diff -r 27bfe81dc6bd -r e776229a8fef openttd/receipt --- a/openttd/receipt Thu Nov 16 16:28:30 2017 +0100 +++ b/openttd/receipt Thu Nov 16 18:27:48 2017 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openttd" -VERSION="1.1.0" +VERSION="1.7.1" CATEGORY="games" SHORT_DESC="OpenTTD is a clone of Transport Tycoon Deluxe." MAINTAINER="devl547@gmail.com" @@ -35,11 +35,7 @@ { mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications $fs/usr/share/games/openttd $fs/usr/games cp -a $src/bin/openttd $fs/usr/games - cp -a $src/bin/ai $fs/usr/share/games/openttd - cp -a $src/bin/data $fs/usr/share/games/openttd - cp -a $src/bin/gm $fs/usr/share/games/openttd - cp -a $src/bin/lang $fs/usr/share/games/openttd - cp -a $src/bin/scripts $fs/usr/share/games/openttd + cp -a $src/bin/*/ $fs/usr/share/games/openttd cp $src/media/$PACKAGE.32.png $fs/usr/share/pixmaps cp $src/media/$PACKAGE.desktop $fs/usr/share/applications } diff -r 27bfe81dc6bd -r e776229a8fef waterline-plugin-multiload/receipt --- a/waterline-plugin-multiload/receipt Thu Nov 16 16:28:30 2017 +0100 +++ b/waterline-plugin-multiload/receipt Thu Nov 16 18:27:48 2017 +0100 @@ -32,7 +32,7 @@ --disable-maintainer-mode \ --enable-silent-rules \ --with-waterline \ - --without-lxpanel \ + --with-lxpanel \ --without-xfce4 \ $CONFIGURE_ARGS && make &&