diff options
Diffstat (limited to 'trinity-apps/kbarcode/kbarcode-9999.ebuild')
-rw-r--r-- | trinity-apps/kbarcode/kbarcode-9999.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/trinity-apps/kbarcode/kbarcode-9999.ebuild b/trinity-apps/kbarcode/kbarcode-9999.ebuild index 8472e168..3729b00a 100644 --- a/trinity-apps/kbarcode/kbarcode-9999.ebuild +++ b/trinity-apps/kbarcode/kbarcode-9999.ebuild @@ -4,27 +4,24 @@ EAPI="7" -TRINITY_MODULE_TYPE="applications" - TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_HANDBOOK="optional" TRINITY_LANGS="de el es fi fr hu it nl pl sv tr" +TRINITY_MODULE_TYPE="applications" inherit trinity-base-2 DESCRIPTION="Barcode and label printing application for TDE" HOMEPAGE="https://trinitydesktop.org/" -need-trinity - LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="${TRINITY_VER}" +SLOT="14" # Native GNU Barcode support seems to be broken right now. # The GNU Barcode binary is needed anyway. -IUSE+=" javascript native-gnu-barcode" +IUSE="javascript native-gnu-barcode" -RDEPEND+=" +RDEPEND=" app-text/barcode || ( media-gfx/imagemagick |