# HG changeset patch # User Christophe Lincoln # Date 1335305723 -7200 # Node ID fae364445e650dde96b863b9399a1c0cb57b7142 # Parent c47a5b8d06f0d02334648aa907d427cee3f86584 Up: xorg-mkfontdir, xorg-setxkbmap, xorg-xauth, xorg-xclock, xorg-xcompmgr, xorg-xinput, xorg-xload + clean receipt diff -r c47a5b8d06f0 -r fae364445e65 xorg-mkfontdir/receipt --- a/xorg-mkfontdir/receipt Wed Apr 25 00:12:24 2012 +0200 +++ b/xorg-mkfontdir/receipt Wed Apr 25 00:15:23 2012 +0200 @@ -1,34 +1,33 @@ # SliTaz package receipt. PACKAGE="xorg-mkfontdir" -VERSION="1.0.6" +VERSION="1.0.7" CATEGORY="x-window" SHORT_DESC="Create an index of X font files in a directory." MAINTAINER="pascal.bellard@slitaz.org" SOURCE="mkfontdir" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +WGET_URL="$XORG_MIRROR/app/$TARBALL" TAGS="utility xorg fonts" + DEPENDS="xorg-mkfontscale" -# Rules to configure and make the package.ls sr +# Rules to configure and make the package.ls sr compile_rules() { cd $src ./configure \ - --prefix=/usr \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr chmod +x $fs/usr/bin/* } diff -r c47a5b8d06f0 -r fae364445e65 xorg-setxkbmap/receipt --- a/xorg-setxkbmap/receipt Wed Apr 25 00:12:24 2012 +0200 +++ b/xorg-setxkbmap/receipt Wed Apr 25 00:15:23 2012 +0200 @@ -1,31 +1,33 @@ # SliTaz package receipt. PACKAGE="xorg-setxkbmap" -VERSION="1.2.0" +VERSION="1.3.0" CATEGORY="x-window" SHORT_DESC="Set the keyboard using the X Keyboard Extension." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="xorg-xkeyboard-config" SOURCE="setxkbmap" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-xkeyboard-config" + # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr --sysconfdir=/etc \ - --mandir=/usr/share/man --localstatedir=/var \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + cd $src + ./configure \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r c47a5b8d06f0 -r fae364445e65 xorg-xauth/receipt --- a/xorg-xauth/receipt Wed Apr 25 00:12:24 2012 +0200 +++ b/xorg-xauth/receipt Wed Apr 25 00:15:23 2012 +0200 @@ -1,30 +1,31 @@ # SliTaz package receipt. PACKAGE="xorg-xauth" -VERSION="1.0.5" +VERSION="1.0.7" CATEGORY="x-window" SHORT_DESC="X authority file utility." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXmu" -BUILD_DEPENDS="xorg-libXmu-dev" SOURCE="xauth" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libXmu" +BUILD_DEPENDS="xorg-libXmu-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install + ./configure \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r c47a5b8d06f0 -r fae364445e65 xorg-xclock/receipt --- a/xorg-xclock/receipt Wed Apr 25 00:12:24 2012 +0200 +++ b/xorg-xclock/receipt Wed Apr 25 00:15:23 2012 +0200 @@ -1,33 +1,32 @@ # SliTaz package receipt. PACKAGE="xorg-xclock" -VERSION="1.0.5" +VERSION="1.0.6" CATEGORY="x-window" SHORT_DESC="Simple clock for X." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libxkbfile xorg-libXft xorg-libXmu xorg-libXaw zlib" -BUILD_DEPENDS="xorg-libXft-dev xorg-libXmu-dev xorg-libXaw-dev" SOURCE="xclock" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libxkbfile xorg-libXft xorg-libXmu xorg-libXaw zlib" +BUILD_DEPENDS="xorg-libXft-dev xorg-libXmu-dev xorg-libXaw-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure \ - --prefix=/usr \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/X11 $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/X11 $fs/usr/share } diff -r c47a5b8d06f0 -r fae364445e65 xorg-xcompmgr/receipt --- a/xorg-xcompmgr/receipt Wed Apr 25 00:12:24 2012 +0200 +++ b/xorg-xcompmgr/receipt Wed Apr 25 00:15:23 2012 +0200 @@ -1,17 +1,20 @@ # SliTaz package receipt. PACKAGE="xorg-xcompmgr" -VERSION="1.1.4" +VERSION="1.1.6" CATEGORY="x-window" SHORT_DESC="X composite manager." MAINTAINER="pankso@slitaz.org" SOURCE="xcompmgr" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" -WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL" +WGET_URL="$XORG_MIRROR/app/$TARBALL" -DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-libXrender" -BUILD_DEPENDS="xorg-dev" +DEPENDS="xorg-libX11 xorg-libXdamage xorg-libXcomposite xorg-libXrender \ +xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp libxcb" +BUILD_DEPENDS="xorg-libX11-dev xorg-libXdamage-dev xorg-libXcomposite-dev \ +xorg-libXrender-dev xorg-libXfixes-dev xorg-libXext-dev xorg-libXau-dev \ +xorg-libXdmcp-dev libxcb-dev" # Rules to configure and make the package. compile_rules() diff -r c47a5b8d06f0 -r fae364445e65 xorg-xinput/receipt --- a/xorg-xinput/receipt Wed Apr 25 00:12:24 2012 +0200 +++ b/xorg-xinput/receipt Wed Apr 25 00:15:23 2012 +0200 @@ -1,30 +1,31 @@ # SliTaz package receipt. PACKAGE="xorg-xinput" -VERSION="1.5.3" +VERSION="1.5.4" CATEGORY="x-window" SHORT_DESC="X input utility (MPX support)." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXi" -BUILD_DEPENDS="xorg-libXi-dev" SOURCE="xinput" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libXi" +BUILD_DEPENDS="xorg-libXi-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r c47a5b8d06f0 -r fae364445e65 xorg-xload/receipt --- a/xorg-xload/receipt Wed Apr 25 00:12:24 2012 +0200 +++ b/xorg-xload/receipt Wed Apr 25 00:15:23 2012 +0200 @@ -1,30 +1,31 @@ # SliTaz package receipt. PACKAGE="xorg-xload" -VERSION="1.1.0" +VERSION="1.1.1" CATEGORY="x-window" SHORT_DESC="X app to show system resources usage." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXaw" -BUILD_DEPENDS="xorg-libXaw-dev" SOURCE="xload" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libXaw" +BUILD_DEPENDS="xorg-libXaw-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }