Добавлен nemo-fileroller

rasdark
Alexander Tratsevskiy 7 years ago
parent bd9273d0d1
commit 85ce6e0d47

@ -0,0 +1 @@
DIST 3.2.0.tar.gz 1162843 SHA256 1536fd828b2ee0a8f194155a9e13b8cce937b403b5c87d8e579d7b1ced8d6d14 SHA512 961aafd1f48033e538b6da2ceee11f98e4319944709b874ad78416790e7d42fd1a82e94a1625fbcd1dbf1fac52f7734be1f58684476e97a66ca63b13ccd7a626 WHIRLPOOL 7543eb0c0ca3c9a322febab7a3db96e98561531d6d401d2e076701b7cdd075f048f2131e5ab286ebfd3bc96d8cff0380d16586044413a12761f8689d9c690993

@ -0,0 +1,27 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils
DESCRIPTION="File Roller integration for Nemo"
HOMEPAGE="https://github.com/linuxmint/nemo-extensions"
SRC_URI="https://github.com/linuxmint/nemo-extensions/archive/${PV}.tar.gz"
S="${WORKDIR}/nemo-extensions-${PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc"
RDEPEND=""
DEPEND="app-arch/file-roller
>=gnome-extra/nemo-${PV}[introspection]"
src_prepare() {
if [[ ! -e configure ]] ; then
./autogen.sh || die
fi
}
Loading…
Cancel
Save