# HG changeset patch # User Christophe Lincoln # Date 1206140233 -3600 # Node ID 653b293d49cd60528f1e0332f03728e94c968db7 # Parent 815fce15f885a9133361322620926ce6afc3b05d Remove Xarchive for stable release diff -r 815fce15f885 -r 653b293d49cd xarchive-extras/receipt --- a/xarchive-extras/receipt Sat Mar 22 00:57:10 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xarchive-extras" -VERSION="0.2.8-6" -CATEGORY="x-windows" -SHORT_DESC="XArchve command line archiving tools wrappers." -MAINTAINER="Erjo " -DEPENDS="xarchive" -WANTED="xarchive" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://xarchive.sourceforge.net/" - - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/xarchive/wrappers - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/xarchive/wrappers/* $fs/usr/lib/xarchive/wrappers - rm -f fs/usr/lib/xarchive/wrappers/tar-* - sed -i 's|#!\s*/bin/bash|#!/bin/sh|' $_pkg/usr/lib/xarchive/wrappers/* -} - diff -r 815fce15f885 -r 653b293d49cd xarchive/receipt --- a/xarchive/receipt Sat Mar 22 00:57:10 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xarchive" -VERSION="0.2.8-6" -CATEGORY="x-windows" -SHORT_DESC="A GTK+ front-end for command line archiving tools." -MAINTAINER="Erjo " -DEPENDS="" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://xarchive.sourceforge.net/" -WGET_URL="http://dfn.dl.sourceforge.net/sourceforge/xarchive/$TARBALL" -JWM_MENU='Utilities:xarchive' - -# Rules to configure and make the package.ls sr -compile_rules() -{ - cd $src - # patch tar-wrap for busybox tar option - patch -p1 -i ../stuff/tar-wrap.patch - - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - - make - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/xarchive/wrappers - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/xarchive/wrappers/tar-* $fs/usr/lib/xarchive/wrappers - sed -i 's|#!\s*/bin/bash|#!/bin/sh|' $_pkg/usr/lib/xarchive/wrappers/* - strip -s $fs/usr/bin/* -} - diff -r 815fce15f885 -r 653b293d49cd xarchive/stuff/tar-wrap.patch --- a/xarchive/stuff/tar-wrap.patch Sat Mar 22 00:57:10 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ ---- xarchive-0.2.8-6.ori/wrappers/tar-gnu.src Tue Nov 8 20:50:59 2005 -+++ xarchive-0.2.8-6/wrappers/tar-gnu.src Tue Mar 11 23:28:34 2008 -@@ -1,4 +1,4 @@ --#! /path/to/bash -+#! /bin/bash - # tar-wrap.sh - bash tar wrapper for xarchive frontend - # Copyright (C) 2005 Lee Bigelow - # -@@ -54,14 +54,14 @@ - if [ $(expr "$lc_archive" : ".*\."$ext"$") -gt 0 ]; then - DECOMPRESS="gzip -dc" - COMPRESS="gzip -c" -- TAR_COMPRESS_OPT="--use-compress-prog=gzip" -+ TAR_COMPRESS_OPT="z" - fi - done - for ext in $BZIP2_EXTS; do - if [ $(expr "$lc_archive" : ".*\."$ext"$") -gt 0 ]; then - DECOMPRESS="bzip2 -dc" - COMPRESS="bzip2 -c" -- TAR_COMPRESS_OPT="--use-compress-prog=bzip2" -+ TAR_COMPRESS_OPT="j" - fi - done - for ext in $COMPRESS_EXTS; do -@@ -76,8 +76,8 @@ - # open and extract can use tar's cmd line option - # add, new, and remove need to decompress the tar first - # do their thing, than recompress the tar. --OPEN_OPTS="$TAR_COMPRESS_OPT -tvf" --EXTRACT_OPTS="$TAR_COMPRESS_OPT -xf" -+OPEN_OPTS="tv${TAR_COMPRESS_OPT}f" -+EXTRACT_OPTS="-x${TAR_COMPRESS_OPT}f" - ADD_OPTS="-rf" - NEW_OPTS="-cf" - REMOVE_OPTS="--delete -f" diff -r 815fce15f885 -r 653b293d49cd xarchive/stuff/xarchive.desktop --- a/xarchive/stuff/xarchive.desktop Sat Mar 22 00:57:10 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -[Desktop Entry] -Version=1.0 -Encoding=UTF-8 - -Name=XArchive Manager -Name[de]=XArchive Manager -Name[en_CA]=XArchive Manager -Name[en_GB]=XArchive Manager -Comment=Create, modify and browse an archive -Comment[de]=Archive anlegen, verändern und durchsuchen -Comment[en_CA]=Create, modify and browse an archive -Comment[en_GB]=Create, modify and browse an archive -GenericName=Archive Manager - -Categories=Gtk;Application;System;Utility; -Exec=xarchive %F -Icon=/usr/share/pixmaps/xarchive.xpm -StartupNotify=true -Terminal=false -Type=Application -X-MultipleArgs=false -MimeType=application/x-bzip;application/x-bzip-compressed-tar;application/x-compress;application/x-compressed-tar;application/x-gtar;application/x-gzip;application/x-rar;application/x-rar-compressed;application/x-tar;application/x-zip;application/x-zip-compressed;application/zip;multipart/x-zip;