summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* profiles: Optionally use relative file names for symlink targets.Ludovic Courtès2018-05-10
| | | | | | | | | | * guix/build/union.scm (symlink-relative): New procedure. * guix/build/profiles.scm: Re-export it. (build-profile): Add #:symlink and pass it to 'union-build'. * guix/profiles.scm (profile-derivation): Add #:relative-symlinks?. Pass #:symlink to 'build-profile'. * tests/profiles.scm ("profile-derivation relative symlinks, one entry") ("profile-derivation relative symlinks, two entries"): New tests.
* union: Add 'relative-file-name'.Ludovic Courtès2018-05-10
| | | | | | * guix/build/union.scm (%not-slash): New variable. (relative-file-name): New procedure. * tests/union.scm (test-relative-file-name): New macro and tests.
* gnu: gajim: Fix GtkFileChooserDialog.Rutger Helling2018-05-10
| | | | | * gnu/packages/messaging.scm (gajim)[arguments]: Add 'wrap-program phase to fix GtkFileChooserDialog.
* gnu: android-f2fs-utils: Install mkf2fsuserimg.sh.Danny Milosavljevic2018-05-10
| | | | | * gnu/packages/android.scm (android-f2fs-utils)[arguments]<#:phases> [install-shell-scripts]: New phase.
* gnu: android-f2fs-utils: Update synopsis and description.Danny Milosavljevic2018-05-10
| | | | | * gnu/packages/android.scm (android-f2fs-utils)[synopsis]: Modify. [description]: Modify.
* gnu: Update to 2.3.3.Leo Famulari2018-05-09
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.3.3.
* gnu: fastboot: Simplify package.Danny Milosavljevic2018-05-10
| | | | | | | | * gnu/packages/android.scm (fastboot)[source]: Use android-platform-system-core. [arguments]<#:phases>[unpack]: Remove. <#:phases>[enter-source]: Modify. <#:phases>[patch-source]: New phase. [native-inputs]: Remove core, extras.
* gnu: fastboot: Remove (duplicate) googletest.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (fastboot)[inputs]: Remove googletest.
* gnu: twinkle: Fix support for codec speexJovany Leandro G.C2018-05-09
| | | | | | * gnu/packages/telephony.scm (twinkle)[arguments]: Add #:configure-flags. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: adb: Document test failure.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (adb): Document test failure.
* gnu: fastboot: Enable tests.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
* gnu: fastboot: Simplify package.Danny Milosavljevic2018-05-10
| | | | | | * gnu/packages/android.scm (fastboot)[arguments]<#:phases> [make-googletest-available]: Delete phase. [inputs]: Remove openssl.
* gnu: android-libutils: Add android-liblog.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-libutils)[native-inputs]: Add android-liblog.
* gnu: android-make-stub: Update to 0.5.5.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.5.5.
* gnu: android-make-stub: Update to 0.5.4.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.5.4.
* gnu: Add android-googletest.Danny Milosavljevic2018-05-10
| | | | | * gnu/packages/android.scm (android-googletest): New variable. * guix/build-system/android-ndk.scm (android-ndk-build): Use it.
* gnu: android-f2fs-utils: Don't disable tests.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-f2fs-utils): Don't disable tests.
* gnu: android-ext4-utils: Don't disable tests.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-ext4-utils): Don't disable tests.
* gnu: android-libziparchive: Enable tests.Danny Milosavljevic2018-05-10
| | | | | | * gnu/packages/android.scm (android-libziparchive)[arguments]: Enable tests. <#:phases>[setenv]: New phase. [native-inputs]: Add android-libbase, android-libutils, android-liblog.
* gnu: android-make-stub: Update to 0.5.3.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.5.3.
* gnu: android-libsparse: Don't disable tests.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-libsparse)[arguments]: Enable tests.
* gnu: android-libbase: Document test failure.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-libbase): Document test failure.
* gnu: android-liblog: Don't disable tests.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-liblog)[arguments]: Enable tests.
* gnu: android-selinux: Simplify.Danny Milosavljevic2018-05-10
| | | | | * gnu/packages/android.scm (android-selinux)[arguments]<#:phases>[unpack-core]: Delete. [native-inputs]: Remove "core".
* build-system: android-ndk: Let upstream install header files.Danny Milosavljevic2018-05-10
| | | | | * guix/build/android-ndk-build-system.scm (install): Don't install header files ourselves.
* gnu: android-make-stub: Update to 0.5.2.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.5.2.
* gnu: android-make-stub: Update to 0.5.1.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.5.1.
* gnu: adb: Add missing "#include"s.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/patches/adb-add-libraries.patch: Add missing "#include"s.
* gnu: android-make-stub: Update to 0.5.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.5.
* build-system: android-ndk: Support unit tests.Danny Milosavljevic2018-05-10
| | | | | | * guix/build-system/android-ndk.scm (android-ndk-build): Add googletest. * guix/build/android-ndk-build-system.scm (check): Check whether tests are enabled. Run root-level tests as well.
* gnu: Rename "libcutils" to "android-libcutils".Danny Milosavljevic2018-05-10
| | | | | * gnu/packages/android.scm (libcutils): Rename to... (android-libcutils): ...this.
* gnu: Rename "libbase" to "android-libbase".Danny Milosavljevic2018-05-10
| | | | | * gnu/packages/android.scm (libbase): Rename to... (android-libbase): ...this.
* gnu: Rename "liblog" to "android-liblog".Danny Milosavljevic2018-05-10
| | | | | * gnu/packages/android.scm (liblog): Rename to... (android-liblog): ...this.
* gnu: Add fastboot.Danny Milosavljevic2018-05-10
| | | | * gnu/packages/android.scm (fastboot): New variable.
* gnu: rust: Do not refer to 'gcc' from the top level.Ludovic Courtès2018-05-10
| | | | | | | | | Fixes <https://bugs.gnu.org/31392>. Reported by Marius Bakke <mbakke@fastmail.com>. * gnu/packages/rust.scm (rust-1.19)[native-search-paths]: Avoid top-level reference to 'gcc', which could lead to unbound variable errors.
* gnu: Add opencv.Björn Höfling2018-05-09
| | | | | | * gnu/packages/image-processing.scm (opencv): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: liblog: Build library correctly.Danny Milosavljevic2018-05-09
| | | | | * gnu/packages/android.scm (liblog)[arguments]<#:make-flags>: Add LDLIBS. <#:phases>[ldconfig]: New phase.
* gnu: android-make-stub: Update to 0.4.Danny Milosavljevic2018-05-09
| | | | * gnu/packages/android.scm (android-make-stub): Update to 0.4.
* gnu: Add android-libutils.Danny Milosavljevic2018-05-09
| | | | | | | | * gnu/packages/patches/libutils-add-includes.patch: New file. * gnu/packages/patches/libutils-remove-damaging-includes.patch: New file. * gnu/packages/android.scm (android-platform-system-core): Use them. (android-libutils): New variable. * gnu/local.mk: Add them.
* gnu: Add android-f2fs-utils.Danny Milosavljevic2018-05-09
| | | | * gnu/packages/android.scm (android-f2fs-utils): New variable.
* gnu: Add android-ext4-utils.Danny Milosavljevic2018-05-09
| | | | | * gnu/packages/android.scm (android-platform-system-extras): New procedure. (android-ext4-utils): New variable.
* gnu: Add android-libselinux.Danny Milosavljevic2018-05-09
| | | | * gnu/packages/android.scm (android-libselinux): New variable.
* gnu: libcutils: Install header files.Danny Milosavljevic2018-05-09
| | | | | * gnu/packages/android.scm (libcutils)[arguments]<#:phases>[install]: Install header files.
* gnu: Add android-bionic-uapi.Danny Milosavljevic2018-05-09
| | | | * gnu/packages/android.scm (android-bionic-uapi): New variable.
* gnu: Add android-safe-iop.Danny Milosavljevic2018-05-09
| | | | | * gnu/packages/android.scm (android-platform-external): New procedure. (android-safe-iop): New variable.
* gnu: Add android-libsparse.Danny Milosavljevic2018-05-09
| | | | * gnu/packages/android.scm (android-libsparse): New variable.
* gnu: Add android-libziparchive.Danny Milosavljevic2018-05-09
| | | | | | * gnu/packages/android.scm (android-libziparchive): New variable. * gnu/packages/patches/libziparchive-add-includes.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Patch Android system core at the origin.Danny Milosavljevic2018-05-09
| | | | | | * gnu/packages/android.scm (android-platform-system-core): Add patches. (libbase): Remove patches. (adb): Remove patches.
* doc: Document 'android-ndk-build-system'.Danny Milosavljevic2018-05-09
| | | | * doc/guix.texi (Build Systems): Add 'android-ndk-build-system'.
* gnu: mkbootimg: Install "bootimg.h".Danny Milosavljevic2018-05-09
| | | | | * gnu/packages/android.scm (mkbootimg)[arguments]<#:phases>[install]: Install "bootimg.h".