Updated
This commit is contained in:
parent
8592dcd3ce
commit
51ff325d69
@ -12,17 +12,10 @@ EGIT_REPO_URI="${HOMEPAGE}"
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE=""
|
IUSE="jpeg png svg"
|
||||||
|
|
||||||
DEPEND="media-gfx/imagemagick
|
DEPEND="media-gfx/imagemagick
|
||||||
net-im/pidgin
|
net-im/pidgin
|
||||||
dev-vcs/git
|
dev-vcs/git
|
||||||
dev-libs/json-glib"
|
dev-libs/json-glib"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
econf \
|
|
||||||
$(use_enable svg png jpeg) \
|
|
||||||
|| die "Error: econf failed!"
|
|
||||||
emake || die "Error: emake failed!"
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user