media-gfx/inkscape-table - 1.0 (mva)

Search

Install

Install this version:

emerge -a =media-gfx/inkscape-table-1.0

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

autounmask =media-gfx/inkscape-table-1.0

Or alternatively:

emerge --autounmask-write -a =media-gfx/inkscape-table-1.0

Package Information

Description:
Table support for inkscape
Homepage:
https://sourceforge.net/projects/inkscape-tables/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

DESCRIPTION="Table support for inkscape"
HOMEPAGE="https://sourceforge.net/projects/inkscape-tables/"
SRC_URI="https://downloads.sourceforge.net/inkscape-tables/${P}.tar.gz"

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

RDEPEND="media-gfx/inkscape"

src_install() {
	cd "${S}/modules" || die "No modules dir"
	insinto /usr/share/inkscape/extensions
	doins *.py *.inx
}

Dependencies

RDEPEND

media-gfx/inkscape

Manifest for 1.0

Type File Size Source URLs
DIST inkscape-table-1.0.tar.gz 25669 bytes https://downloads.sourceforge.net/inkscape-tables/inkscape-table-1.0.tar.gz