Giter VIP home page Giter VIP logo

svn2github / doublecommander Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 6.0 78.96 MB

This is a clone of an SVN repository at http://svn.code.sf.net/p/doublecmd/code. It had been cloned by http://svn2github.com/ , but the service was since closed. Please read a closing note on my blog post: http://piotr.gabryjeluk.pl/blog:closing-svn2github . If you want to continue synchronizing this repo, look at https://github.com/gabrys/svn2github

Batchfile 0.11% Shell 0.26% Pascal 91.34% Inno Setup 0.04% Assembly 1.57% PHP 0.56% C++ 0.10% HTML 3.99% CSS 0.05% Lua 0.02% SourcePawn 0.23% JavaScript 0.01% Makefile 0.05% C 1.50% Python 0.03% Roff 0.01% Pawn 0.13%

doublecommander's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

doublecommander's Issues

install/create_packages.sh needs chages for Ubuntu 17.10

Linux builder hidden away in folder "install/create_packages.sh" has problems in Ubuntu 17.10. Needs "sudo checkinstall -D" change to script.

  # Create *.deb package
  sudo checkinstall -D --default --pkgname=doublecmd --pkgversion=$DC_VER --pkgarch=$DEB_ARCH --pkgrelease=1.$lcl --pkglicense=GPL --pkggroup=contrib/misc --requires=libx11-6 --nodoc --pakdir=$PACK_DIR $BUILD_DC_TMP_DIR/install/linux/install.sh

Dependencies are:
fp-utils fpc lcl lcl-gtk2 lcl-qt5 fp-units-misc fp-units-net lcl-units lcl-utils libqt5pas-dev libbz2-dev libdbus-1-dev libglib2.0-dev libgtk2.0-dev

For libunrar, download “UnRAR source” from https://www.rarlab.com/rar_add.htm

make -f makefile lib
sudo checkinstall make install-lib

Needs single core limit to build reliably:

taskset -c 0 ./create_packages.sh -D             (for default gtk2)
taskset -c 0 ./create_packages.sh -D --ws qt5    (for qt5)

Change "Export from SVN" through "Update revision number" with this code to add GIT comparable EXPORT.

# Export from GIT
if [ -d ../.git ]; then
   rm -rf $BUILD_DC_TMP_DIR
   (cd ../ && git checkout-index -a -f --prefix="$BUILD_DC_TMP_DIR"/)
   # Update revision number
   export DC_REVISION=$DC_VER
fi

# Export from SVN
if [ -d ../.svn ]; then
   rm -rf $BUILD_DC_TMP_DIR
   svn export ../ $BUILD_DC_TMP_DIR
   # Update revision number
   linux/update-revision.sh ../ $BUILD_DC_TMP_DIR
fi

This note is designed to help others build from source.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.