gnome-extra/junction: optimize ebuilds

Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
This commit is contained in:
Randall T. Vasquez
2022-08-21 14:06:12 -07:00
parent 472c9f58db
commit 681c807ad9
3 changed files with 1 additions and 21 deletions

View File

@@ -20,19 +20,9 @@ fi
LICENSE="GPL-3+"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
meson_src_configure \
--datadir=/usr/share
}
src_install() {
meson_src_compile
}
src_install() {
meson_src_install
}

View File

@@ -20,19 +20,9 @@ fi
LICENSE="GPL-3+"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
meson_src_configure \
--datadir=/usr/share
}
src_install() {
meson_src_compile
}
src_install() {
meson_src_install
}

View File

@@ -6,7 +6,7 @@
<name>Randall Vasquez</name>
</maintainer>
<longdescription lang="en">
Application/browser chooser
Junction lets you choose the application to open files and links.
</longdescription>
<upstream>
<remote-id type="github">sonnyp/Junction</remote-id>