wok-next diff qtwitter/receipt @ rev 21635

updated f2fs-tools (1.8.0 -> 1.13.0)
author Hans-G?nter Theisgen
date Fri Jun 26 11:04:48 2020 +0100 (2020-06-26)
parents 7d6089953592
children
line diff
     1.1 --- a/qtwitter/receipt	Sat Aug 10 11:33:11 2013 +0000
     1.2 +++ b/qtwitter/receipt	Fri Jun 26 11:04:48 2020 +0100
     1.3 @@ -3,31 +3,25 @@
     1.4  PACKAGE="qtwitter"
     1.5  VERSION="0.10.0"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="A Qt-based, cross-network microblogging client."
     1.8 -MAINTAINER="ben@seawolfsanctuary.com"
     1.9 +SHORT_DESC="A Qt-based, cross-network microblogging client"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="LGPL3"
    1.12  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
    1.13  WEB_SITE="http://blog.ayoy.net/qtwitter"
    1.14  WGET_URL="http://files.ayoy.net/$PACKAGE/release/$VERSION/src/$TARBALL"
    1.15  
    1.16 -DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
    1.17 -libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
    1.18 -libQtOpenGL libQtSql libQtWebkit qoauth qca"
    1.19  BUILD_DEPENDS="qmake xorg-dev dbus-dev Qt4-dev qoauth qca-dev"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	cd $src
    1.25 +compile_rules() {
    1.26  	sed -i 's|-Wl,-rpath|-Wl,--copy-dt-needed-entries -lX11 &|' \
    1.27  		qtwitter-app/qtwitter-app.pro
    1.28 -	qmake PREFIX="/usr" && \
    1.29 -	make -j4 && make DESTDIR=$DESTDIR install
    1.30 +
    1.31 +	qmake PREFIX="/usr" &&
    1.32 +	make &&
    1.33 +	make DESTDIR=$install install
    1.34  }
    1.35  
    1.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 -genpkg_rules()
    1.38 -{
    1.39 +genpkg_rules() {
    1.40  	mkdir -p $fs/usr/lib $fs/usr/bin \
    1.41  		$fs/usr/share/applications $fs/usr/share/pixmaps
    1.42  
    1.43 @@ -38,4 +32,7 @@
    1.44  	# Copy .desktop file:
    1.45  	cp -a $src/qtwitter-app/x11/*.desktop $fs/usr/share/applications
    1.46  	cp -a $src/qtwitter-app/x11/icons/32x32/*.png $fs/usr/share/pixmaps
    1.47 +	DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
    1.48 +	libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
    1.49 +	libQtOpenGL libQtSql libQtWebkit qoauth qca"
    1.50  }