Dropped portfolio
This commit is contained in:
parent
96a1bfef0d
commit
3a84658758
@ -1 +0,0 @@
|
|||||||
DIST portfolio-0.9.14.tar.gz 440629 BLAKE2B 17e6fa353e314fecf8c1e08f18d8619eda0a800b9f0a805426af85da7e0c934a8fbde84d5f47c987297ebddf6f3e9474e957432460f317b703009d908c1dd0dd SHA512 d69b12751647006841c1025e752befc505238ffca856a0cb5fd771052ded6cdea021c2ff7c629bdfd6b7c550fb93adb0224b0a9d7449ada54068eea23f60ca8f
|
|
@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>gjdijkman@gjdwebserver.nl</email>
|
|
||||||
<name>Gerben Jan Dijkman</name>
|
|
||||||
</maintainer>
|
|
||||||
<longdescription lang="en">
|
|
||||||
A minimalist file manager for those who want to use Linux mobile devices.
|
|
||||||
</longdescription>
|
|
||||||
<upstream>
|
|
||||||
<doc>https://github.com/tchx84/Portfolio</doc>
|
|
||||||
<bugs-to>https://github.com/tchx84/Portfolio/issues</bugs-to>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
@ -1,48 +0,0 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
|
||||||
|
|
||||||
inherit gnome2-utils meson python-single-r1 xdg
|
|
||||||
|
|
||||||
DESCRIPTION="A minimalist file manager for those who want to use Linux mobile devices"
|
|
||||||
HOMEPAGE="https://github.com/tchx84/Portfolio"
|
|
||||||
SRC_URI="https://github.com/tchx84/Portfolio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~arm64"
|
|
||||||
RESTRICT="test"
|
|
||||||
|
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
${PYTHON_DEPS}
|
|
||||||
gui-libs/libhandy
|
|
||||||
x11-libs/gtk+
|
|
||||||
"
|
|
||||||
|
|
||||||
S="${WORKDIR}"/Portfolio-"${PV}"
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
default
|
|
||||||
# shebang fixing craziness
|
|
||||||
sed -i -e 's|\@PYTHON\@|/usr/bin/python|' src/dev.tchx84.Portfolio.in
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
meson_src_install
|
|
||||||
python_optimize "${ED}"/usr/lib/
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
xdg_pkg_postinst
|
|
||||||
gnome2_schemas_update
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postrm() {
|
|
||||||
xdg_pkg_postrm
|
|
||||||
gnome2_schemas_update
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user