Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : mercurial | name : mercurial | ||||
| version : '5.8' | version : 5.9.3 | ||||
| release : 38 | release : 39 | ||||
| source : | source : | ||||
| - https://www.mercurial-scm.org/release/mercurial-5.8.tar.gz : fc5d6a8f6478d88ef83cdd0ab6d86ad68ee722bbdf4964e6a0b47c3c6ba5309f | - https://www.mercurial-scm.org/release/mercurial-5.9.3.tar.gz : 3b43f68977ad0fa75aa7f1e5c8f0a83ba935621ab2396129abb498e56d1be08e | ||||
| license : GPL-2.0-or-later | license : GPL-2.0-or-later | ||||
| summary : Mercurial is a free, distributed source control management tool. | summary : Mercurial is a free, distributed source control management tool. | ||||
| component : programming.tools | component : programming.tools | ||||
| description: | | description: | | ||||
| Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface. | Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| # Docs | # Docs | ||||
| install -d $installdir/usr/share/man/{man1,man5} | install -d $installdir/usr/share/man/{man1,man5} | ||||
| install -m00644 doc/hg.1 $installdir/usr/share/man/man1 | install -m00644 doc/hg.1 $installdir/usr/share/man/man1 | ||||
| install -m00644 doc/{hgrc.5,hgignore.5} $installdir/usr/share/man/man5 | install -m00644 doc/{hgrc.5,hgignore.5} $installdir/usr/share/man/man5 | ||||
| install -m00755 contrib/hgk $installdir/usr/bin | install -m00755 contrib/hgk $installdir/usr/bin | ||||
| # Completions | # Completions | ||||
| install -Dm00644 contrib/zsh_completion $installdir/usr/share/zsh/site-functions/_hg | install -Dm00644 contrib/zsh_completion $installdir/usr/share/zsh/site-functions/_hg | ||||
| install -Dm00644 contrib/bash_completion $installdir/usr/share/bash-completion/completions/hg | install -Dm00644 contrib/bash_completion $installdir/usr/share/bash-completion/completions/hg | ||||
| install -d $installdir/usr/share/emacs/site-lisp | install -d $installdir/usr/share/emacs/site-lisp | ||||
| install -m00644 contrib/{mq.el,mercurial.el} $installdir/usr/share/emacs/site-lisp | install -m00644 contrib/{mq.el,mercurial.el} $installdir/usr/share/emacs/site-lisp | ||||
| install -Dm00644 contrib/vim/HGAnnotate.vim $installdir/usr/share/vim/vimfiles/syntax/HGAnnotate.vim | install -Dm00644 contrib/vim/HGAnnotate.vim $installdir/usr/share/vim/vimfiles/syntax/HGAnnotate.vim | ||||
| ## fix for tortoisehg | |||||
| rm -rf $installdir/usr/lib/python2.7/site-packages/hgext3rd | |||||
| #check : | | #check : | | ||||
| # TESTFLAGS="%JOBS% --tmpdir tmp --blacklist blacklists/failed-tests" \ | # TESTFLAGS="%JOBS% --tmpdir tmp --blacklist blacklists/failed-tests" \ | ||||
| # make check | # make check | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.