doublecmd-svn 2375-1
http://doublecmd.sourceforge.net
Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
unsupported :: system
Maintainer: giner
Votes: 19
License: GPL2
Last Updated: Sat, 06 Feb 2010 19:00:07 +0000
First Submitted: Sat, 19 Sep 2009 20:35:31 +0000
Well done
Yes, there is one in the directory doublecmd/install/linux/
Thx for fast reply.
Oh, yeah :) I'll do it as soon as possible.
Is there desktop file for the doublecmd?
2 giner: Could you please change PKGBUILD, that the doublecmd.desktop file would be copied to /usr/share/applications?
Thx
Sorry for my bad english.
I think the best way to do it is creation new package with name something like 'doublecmd-qt-svn'.
it's possible to build using qt4?
Updated
LANG=C makepkg -L
==> Determining latest svn revision...
-> Version found: 2233
==> Making package: doublecmd-svn 2233-1 i686 (Wed Jan 20 21:02:33 NOVT 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found makefile-archlinux.patch in build dir
==> Validating source files with md5sums...
makefile-archlinux.patch ... Passed
==> Extracting Sources...
==> Entering fakeroot environment...
==> Starting build()...
A doublecmd/sdk
A doublecmd/sdk/dsxplugin.pas
[...]
A doublecmd/units-doc-win.txt
U doublecmd
Checked out revision 2233.
==> SVN checkout done or server timeout
==> Starting make...
patching file plugins/build.sh
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- saving rejects to file plugins/build.sh.rej
patching file components/build.sh
Hunk #1 FAILED at 5.
1 out of 1 hunk FAILED -- saving rejects to file components/build.sh.rej
patching file _make.sh
Hunk #1 FAILED at 17.
Hunk #2 succeeded at 41 (offset 6 lines).
Hunk #3 succeeded at 62 (offset 6 lines).
1 out of 3 hunks FAILED -- saving rejects to file _make.sh.rej
==> ERROR: Build Failed.
Aborting...
"please change 'arch=(i686)' to 'arch=(i686 x86_64)'" - does it work?
please change 'arch=(i686)' to 'arch=(i686 x86_64)'
Thanks!
Sorry, it's not updated yet.
----------------------------
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jens Adam (byte/jra) <j_adam@web.de>
pkgname=lazarus
pkgver=0.9.29
pkgrel=1
pkgdesc='Delphi-like IDE for FreePascal'
url='http://www.lazarus.freepascal.org/'
license=('GPL2' 'MPL' 'custom:LGPL')
arch=('i686' 'x86_64')
depends=('fpc' 'fpc-src' 'gdk-pixbuf')
options=('!emptydirs' '!makeflags')
source=(http://snapshots.lazarus.shikami.org/files/lazarus-$pkgver-21751-20090918-src.tar.bz2)
md5sums=('2ad50cf4e2148dcd310462b372460e69')
build() {
cd $srcdir/${pkgname}
# don't 'make examples' or you'll end up with a 100MB pkg
make FPC=/usr/bin/fpc clean all || return 1
# skip the 'make install' mess completely and do everything manually
mkdir -p $pkgdir/usr/lib/lazarus $pkgdir/usr/bin
rm -r debian
cp -R . $pkgdir/usr/lib/lazarus || return 1
ln -s /usr/lib/lazarus/lazarus $pkgdir/usr/bin/lazarus && \
ln -s /usr/lib/lazarus/startlazarus $pkgdir/usr/bin/startlazarus && \
ln -s /usr/lib/lazarus/lazbuild $pkgdir/usr/bin/lazbuild || return 1
# install -Dm644 docs/lazbuild.1 $pkgdir/usr/share/man/man1/lazbuild.1
# make 'desktop-file-validate' happy and fix missing .png icon
sed -e 's|\(Categories\).*|\1=IDE;Development;|' \
-e 's|\.png|\.xpm|' -i install/lazarus.desktop && \
install -Dm644 install/lazarus.desktop $pkgdir/usr/share/applications/lazarus.desktop && \
install -Dm644 images/ide_icon48x48.png $pkgdir/usr/share/pixmaps/lazarus.png && \
rm -r $pkgdir/usr/lib/lazarus/install || return 1
# license files: /usr/lib/lazarus/COPYING*
install -D -m644 COPYING.modifiedLGPL.txt $startdir/pkg/usr/share/licenses/$pkgname/COPYING.modifiedLGPL
}
lazarus>=0.9.29
Where can i take it?
v1.6.0