Username: Password: Remember me
Search Criteria Advanced
Package Details

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

Tarball :: Files :: PKGBUILD

Sources
makefile-archlinux.patch
Comment by: giner on Sat, 06 Feb 2010 18:57:50 +0000
Well done
Comment by: dumblob on Thu, 04 Feb 2010 16:07:18 +0000
Yes, there is one in the directory doublecmd/install/linux/
Thx for fast reply.
Comment by: giner on Wed, 03 Feb 2010 17:40:07 +0000
Oh, yeah :) I'll do it as soon as possible.
Is there desktop file for the doublecmd?
Comment by: dumblob on Wed, 03 Feb 2010 17:30:20 +0000
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.
Comment by: giner on Sun, 24 Jan 2010 06:41:27 +0000
I think the best way to do it is creation new package with name something like 'doublecmd-qt-svn'.
Comment by: HNKNTA on Sat, 23 Jan 2010 22:55:48 +0000
it's possible to build using qt4?
Comment by: giner on Wed, 20 Jan 2010 21:50:11 +0000
Updated
Comment by: sirocco on Wed, 20 Jan 2010 15:18:36 +0000
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...
Comment by: giner on Fri, 25 Sep 2009 11:33:45 +0000
"please change 'arch=(i686)' to 'arch=(i686 x86_64)'" - does it work?
Comment by: cac2s on Fri, 25 Sep 2009 11:00:36 +0000
please change 'arch=(i686)' to 'arch=(i686 x86_64)'
Comment by: sirocco on Sun, 20 Sep 2009 08:19:52 +0000
Thanks!
Comment by: giner on Sun, 20 Sep 2009 08:05:38 +0000
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
}
Comment by: sirocco on Sun, 20 Sep 2009 06:19:39 +0000
lazarus>=0.9.29
Where can i take it?

v1.6.0