Age | Commit message (Collapse) | Author |
|
* gnu/packages/code.scm (global)[arguments]: Add configure-flag to
disable static libraries.
|
|
* gnu/packages/code.scm (global)[arguments]: Adjust 'post-install phase
to install vim plugin files to the expected directory.
|
|
* gnu/packages/code.scm (cloc): Update to 1.86.
|
|
* gnu/packages/code.scm (universal-ctags): New public variable.
|
|
* gnu/packages/code.scm (define-module): Sort imports.
|
|
* gnu/packages/code.scm (lcov): Update to commit 40580cd659.
(arguments): Enable tests and specify the test target.
[phases]{patch-pwd, wrap}: Add phases.
[inputs]: Add perl-json and perl-perlio-gzip.
|
|
|
|
* gnu/packages/code.scm (global)[inputs]: Add 'python-wrapper' to fix
tagging python code.
|
|
|
|
* gnu/packages/code.scm (trio)[home-page]: Use HTTPS.
|
|
|
|
* gnu/packages/code.scm (global): Update to 6.6.4.
|
|
|
|
* gnu/packages/code.scm (cloc): Update to 1.84.
|
|
|
|
* gnu/packages/code.scm(astyle)[arguments]<phases>{install-libs}: Also
install header file.
|
|
The Makefile only creates files with a versioned extension (.so.3.1.0),
which are not picked up be cmake's `find_libarary()`. (Instead cmake
picks up the static .a library.)
Symlinks for .so.3 are required to avoid phase `verify-runpath` fails.
* gnu/packages/code.scm(astyle)[argumements]<modules>: New element.
<phases>{install-libs}: Add creating symlinks.
|
|
|
|
* gnu/packages/code.scm (colormake)[home-page]: Use HTTPS.
|
|
* gnu/packages/code.scm (colormake)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[native-inputs]: Remove gzip and tar.
[arguments]: Copy the source checkout instead of extracting the source
tarball.
|
|
* gnu/packages/code.scm (makefile2graph)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/code.scm (withershins)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/code.scm (withershins)[arguments]: Don't treat compiler
warnings as errors.
|
|
* gnu/packages/abiword.scm (abiword)[arguments]: Do not pass "-std=c++11" to
the GCC command line.
* gnu/packages/aidc.scm (zbar)[arguments]: Likewise.
* gnu/packages/android.scm (android-libbase, android-libcutils,
android-libziparchive, fastboot)[arguments]: Likewise.
* gnu/packages/audio.scm (azr3, guitarix, suil)[arguments]: Likewise.
* gnu/packages/bioinformatics.scm (bless)[arguments]: Likewise.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Likewise.
* gnu/packages/code.scm (rtags)[arguments]: Likewise.
* gnu/packages/coq.scm (coq-gappa)[arguments]: Likewise.
* gnu/packages/emulators.scm (dolphin-emu)[arguments]: Likewise.
* gnu/packages/engineering.scm (xyce-serial, xyce-parallel)[arguments]: Likewise.
* gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Likewise.
* gnu/packages/gobby.scm (libnet6, obby)[arguments]: Likewise.
* gnu/packages/graph.scm (python-faiss)[arguments]: Likewise.
* gnu/packages/graphics.scm (povray)[arguments]: Likewise.
* gnu/packages/image-processing.scm (opencv, itk-snap)[arguments]: Likewise.
* gnu/packages/image.scm (freeimage)[arguments]: Likewise.
* gnu/packages/kodi.scm (crossguid)[arguments]: Likewise.
* gnu/packages/music.scm (amsynth, qmidiarp, qmidiroute, seq24)[arguments]: Likewise.
* gnu/packages/pdf.scm (python-poppler-qt5)[arguments]: Likewise.
* gnu/packages/sagemath.scm (lcalc)[arguments]: Likewise.
* gnu/packages/video.scm (vlc, mlt, v4l-utils)[arguments]: Likewise.
|
|
The packaged config.sub and config.guess do not have aarch64 support. Replace
them by the ones from automake.
* gnu/packages/code.scm (indent)[arguments]: Replace outdated config.sub and
config.guess, taken from ...
[native-inputs]: ... here, by adding automake.
(indent-2.2.12)[native-inputs]: Inherit from indent native-inputs to keep
automake that is added above.
|
|
* gnu/packages/code.scm (indent): Update to 2.2.12.
[native-inputs]: Add TEXINFO.
(indent-2.2.12): Remove variable.
|
|
* gnu/packages/code.scm (uncrustify): Update to 0.69.0.
|
|
* gnu/packages/code.scm (cloc): Update to 1.82.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
|
|
* gnu/packages/code.scm (lcov): Update to 1.14.
|
|
* gnu/packages/code.scm (cflow): Update to 1.6.
|
|
* gnu/packages/code.scm (sloccount)[arguments]: Use INVOKE and unconditionally
return #T from build phases.
|
|
* gnu/packages/databases.scm (sqlite, sqlite-3.26.0, sqlite-with-fts5,
sqlite-with-column-metadata): Move variables from here...
* gnu/packages/sqlite.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/apl.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/code.scm,
gnu/packages/crypto.scm,
gnu/packages/databases.scm,
gnu/packages/dc.scm,
gnu/packages/disk.scm,
gnu/packages/ebook.scm,
gnu/packages/education.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/file-systems.scm,
gnu/packages/freedesktop.scm,
gnu/packages/ftp.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gnome.scm,
gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/gps.scm,
gnu/packages/guile.scm,
gnu/packages/ibus.scm,
gnu/packages/kerberos.scm,
gnu/packages/kodi.scm,
gnu/packages/lisp.scm,
gnu/packages/mail.scm,
gnu/packages/messaging.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nfs.scm,
gnu/packages/ocaml.scm,
gnu/packages/package-management.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/php.scm,
gnu/packages/python.scm,
gnu/packages/qt.scm,
gnu/packages/ruby.scm,
gnu/packages/scheme.scm,
gnu/packages/sync.scm,
gnu/packages/syndication.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/web-browsers.scm,
gnu/packages/webkit.scm: Adjust module references.
|
|
* gnu/packages/code.scm (global): Update to 6.6.3.
|
|
* gnu/packages/code.scm (uncrustify): Use git reference instead of GitHub archive.
|
|
* gnu/packages/code.scm (uncrustify): Update to 0.68.1.
|
|
* gnu/packages/code.scm (cloc): Update to 1.80.
|
|
* gnu/packages/code.scm (rtags)[source]: Use GIT-FETCH and GIT-FILE-NAME.
|
|
The upstream tarball was modified in place. The only changes are:
--- /gnu/store/5v39h6zjs33hj5dm2yggz5qk0mva00bs-cloc-1.78.tar.gz
+++ /gnu/store/pm5ghks76vv6awv3969yvi7qxqfnfs1l-cloc-1.78.tar.gz
├── filetype from file(1)
│ @@ -1 +1 @@
│ -gzip compressed data, last modified: Fri Sep 7 18:22:49 2018, from Unix
│ +gzip compressed data, last modified: Sat Sep 8 14:09:43 2018, from Unix
│ --- 5v39h6zjs33hj5dm2yggz5qk0mva00bs-cloc-1.78.tar
├── +++ pm5ghks76vv6awv3969yvi7qxqfnfs1l-cloc-1.78.tar
│ ├── file list
│ │ @@ -1,13 +1,13 @@
│ │ -rwxrwxr-x 0 al (1000) al (1000) 545021 2018-09-07 18:21:22 cloc-1.78/cloc
│ │ -rwxrwxr-x 0 al (1000) al (1000) 1818 2018-09-07 18:21:22 cloc-1.78/sqlite_formatter
│ │ -drwxrwxr-x 0 al (1000) al (1000) 0 2018-09-07 18:21:22 cloc-1.78/Unix/
│ │ --rwxrwxr-x 0 al (1000) al (1000) 498571 2018-09-07 18:21:22 cloc-1.78/Unix/cloc
│ │ +drwxrwxr-x 0 al (1000) al (1000) 0 2018-09-08 14:09:23 cloc-1.78/Unix/
│ │ +-rwxrwxr-x 0 al (1000) al (1000) 498537 2018-09-08 14:09:22 cloc-1.78/Unix/cloc
│ │ -rwxrwxr-x 0 al (1000) al (1000) 32382 2018-09-07 18:21:22 cloc-1.78/Unix/t/00_C.t
│ │ -rwxrwxr-x 0 al (1000) al (1000) 12614 2018-09-07 18:21:22 cloc-1.78/Unix/t/01_opts.t
│ │ -rw-rw-r-- 0 al (1000) al (1000) 862 2018-09-07 18:21:22 cloc-1.78/Unix/README
│ ├── cloc-1.78/Unix/cloc
│ │ @@ -1,8 +1,7 @@
│ │ -#!/usr/local/perl/5.28.0/bin/perl
│ │ #!/usr/bin/env perl
* gnu/packages/code.scm (cloc)[source]: Update sha256 hash.
|
|
* gnu/packages/code.scm (cloc): Update to 1.78.
[source]: Update URI.
|
|
* gnu/packages/code.scm (indent-2.2.12): New variable.
|
|
* .mailmap: Add name and email for Pierre Neidhardt.
* gnu/packages/c.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/disk.scm, gnu/packages/emacs.scm, gnu/packages/freedesktop.scm,
gnu/packages/golang.scm, gnu/packages/image.scm, gnu/packages/music.scm,
gnu/packages/networking.scm, gnu/packages/password-utils.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/textutils.scm, gnu/packages/video.scm, gnu/packages/xdisorg.scm:
Update email for Pierre Neidhardt.
|
|
* gnu/packages/code.scm (the-silver-searcher)[source, home-page]: Use
HTTPS.
|
|
* gnu/packages/code.scm (the-silver-searcher): Update to 2.2.0.
|
|
* gnu/packages/code.scm (astyle): Update to 3.1.
|
|
|
|
This commit also re-orders some module statements.
* gnu/packages/code.scm (amalgamate): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
Suggested by Pierre Neidhardt <ambrevar@gmail.com>.
* gnu/packages/indent.scm: Remove. Move 'indent' to...
* gnu/packages/code.scm (indent): ... here. New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove indent.scm.
|
|
Suggested by Pierre Neidhardt <ambrevar@gmail.com>.
* gnu/packages/pretty-print.scm (astyle): Move to...
* gnu/packages/code.scm (astyle): ... here. New variable.
|
|
* gnu/packages/code.scm (uncrustify): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|