Skip to content

Build spell-check plugin for gedit #844

Merged
merged 10 commits into from
Jul 19, 2018
Merged

Commits on Jul 18, 2018

  1. gspell: Add version 1.8.1

    [Description][1]:
    
    > gspell provides a flexible API to add spell-checking to a GTK+
    > application.
    
    [1]: https://wiki.gnome.org/Projects/gspell
    pmenzel committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    bb3af49 View commit details
    Browse the repository at this point in the history
  2. enchant: Strip trailing space

    pmenzel committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    fc17727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6161697 View commit details
    Browse the repository at this point in the history
  4. enchant: Use PKGVERSION

    pmenzel committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    b952310 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b9da11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0af09a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c33977 View commit details
    Browse the repository at this point in the history
  8. enchant: Create compatibility links for enchant 1.x

    As the package is not installed in parallel ensure compatibility [1].
    
    > rm -rf /usr/include/enchant; ln -sfn ...: Create symlinks for this
    > package version so that other other packages can find it using the old
    > name.
    
    The warning below is shown.
    
    ```
    [BEE] => entering mee_install_post() ..
    ‘/dev/shm/bee-root/enchant/enchant-2.2.3-0/image//usr/include/enchant’ -> ‘enchant-2’
    ‘/dev/shm/bee-root/enchant/enchant-2.2.3-0/image//usr/bin/enchant’ -> ‘enchant-2’
    ‘/dev/shm/bee-root/enchant/enchant-2.2.3-0/image//usr/lib/libenchant.so’ -> ‘libenchant-2.so’
    ‘/dev/shm/bee-root/enchant/enchant-2.2.3-0/image//usr/lib/pkgconfig/enchant.pc’ -> ‘enchant-2.pc’
    [BEE] <= leaving mee_install_post() ..
    [BEE] changing to image directory: /dev/shm/bee-root/enchant/enchant-2.2.3-0/image
    [BEE] WARNING: system and image files named '/usr/include/enchant' differ
    [BEE]          image : symbolic link to enchant-2
    [BEE]          system: directory
    [BEE]  -> creating package enchant-2.2.3-0.x86_64.bee.tar.bz2 ..
    ```
    
    [1]: http://www.linuxfromscratch.org/blfs/view/svn/general/enchant.html
    pmenzel committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    8533a5d View commit details
    Browse the repository at this point in the history
  9. gedit: Enable spell-check plugin

    This reverts commit ecc2c6c (gedit: Remove ispell) as the
    dependencies are now packaged for MarIuX.
    pmenzel committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    336a08a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bdd8049 View commit details
    Browse the repository at this point in the history