Remove unnecessary files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>pull/21/head
parent
f8b861d536
commit
55240c6cca
@ -1,13 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
vers=`cat B/DEBIAN/control | grep Version | sed s/'Version: '//`
|
||||
|
||||
make install DESTDIR=`pwd`/B &&
|
||||
strip B/usr/bin/ksquirrel &&
|
||||
strip B/usr/bin/ksquirrel-libs-configurator-real &&
|
||||
strip B/usr/lib/trinity/libksquirrelpart.so &&
|
||||
dpkg-deb -b B ksquirrel_${vers}_i386.deb &&
|
||||
rm -rf B/usr &&
|
||||
echo
|
||||
ls -l ksquirrel_${vers}_i386.deb
|
||||
echo
|
@ -1,9 +0,0 @@
|
||||
Package: ksquirrel-libs
|
||||
Priority: extra
|
||||
Section: checkinstall
|
||||
Installed-Size: 3236
|
||||
Maintainer: ksquirrel@mail.ru
|
||||
Architecture: i386
|
||||
Version: 0.7.3-1etch
|
||||
Depends: liblcms1, libjpeg62, libopenexr2c2a, libmng1, libpng12-0, transfig, netpbm, djvulibre-bin, libfreetype6, libjasper-1.701-1, libtiff4, libungif4g, libwmf0.2-7, librsvg2-bin, medcon, zlib1g
|
||||
Description: Set of image codecs for KSquirrel
|
@ -1 +0,0 @@
|
||||
KSquirrel image viewer for KDE
|
File diff suppressed because it is too large
Load Diff
@ -1,17 +0,0 @@
|
||||
<?xml version = '1.0' encoding = 'UTF-8'?>
|
||||
<!DOCTYPE KDevPrjSession>
|
||||
<KDevPrjSession>
|
||||
<LastCompileConfig>(Default)</LastCompileConfig>
|
||||
<Mainframe MaximizeMode="1" />
|
||||
<DocsAndViews NumberOfDocuments="3" >
|
||||
<Doc0 CursorPosLine="1130" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="19" FileName="/home/ckult/MyProjects/ksquirrel-0.8.0/ksquirrel/ksquirrel.cpp" >
|
||||
<View0 Top="0" Width="1002" Attach="1" Height="615" Left="0" Focus="0" Type="KWriteView" MinMaxMode="0" />
|
||||
</Doc0>
|
||||
<Doc1 CursorPosLine="1777" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="54" FileName="/home/ckult/MyProjects/ksquirrel-0.8.0/ksquirrel/sq_glwidget_stuff.cpp" >
|
||||
<View0 Top="0" Width="96" Attach="1" Height="26" Left="0" Focus="0" Type="KWriteView" MinMaxMode="0" />
|
||||
</Doc1>
|
||||
<Doc2 CursorPosLine="269" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="23" FileName="/home/ckult/MyProjects/ksquirrel-0.8.0/ksquirrel/sq_glwidget.h" >
|
||||
<View0 Top="0" Width="1002" Attach="1" Height="615" Left="0" Focus="1" Type="KWriteView" MinMaxMode="0" />
|
||||
</Doc2>
|
||||
</DocsAndViews>
|
||||
</KDevPrjSession>
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
make -f Makefile.dist && ./configure.gnu
|
@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Install required packages in Debian Etch
|
||||
#
|
||||
# Run this as root before ./configure.gnu
|
||||
#
|
||||
|
||||
aptitude install kde-devel libkexif1 libkexif1-dev kipi-plugins libkipi0 libkipi0-dev
|
Loading…
Reference in New Issue