app-text/qtspell - 1.0.2 (salfter)

Search

Install

Install this version:

emerge -a =app-text/qtspell-1.0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/qtspell-1.0.2

Or alternatively:

emerge --autounmask-write -a =app-text/qtspell-1.0.2

Package Information

Description:
Spell checking for Qt text widgets
Homepage:
https://github.com/manisandro/qtspell
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.0.2 8 ~amd64 ~x86 0
View Raw Ebuild
EAPI=8
inherit cmake

DESCRIPTION="Spell checking for Qt text widgets"
HOMEPAGE="https://github.com/manisandro/qtspell"
SRC_URI="https://github.com/manisandro/${PN}/archive/${PV}.tar.gz -> $P.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="app-text/enchant
	dev-qt/qtbase:6"

src_configure() 
{
  local mycmakeargs=(
    -DQT_VER=6
  )
  cmake_src_configure
}

Inherited Eclasses

Dependencies

DEPEND

app-text/enchant
	dev-qt/qtbase:6

Manifest for 1.0.2

Type File Size Source URLs
DIST qtspell-1.0.2.tar.gz 59734 bytes https://github.com/manisandro/qtspell/archive/1.0.2.tar.gz