mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
gnome-extra/junction: optimize ebuilds
Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
This commit is contained in:
@@ -20,19 +20,9 @@ fi
|
|||||||
LICENSE="GPL-3+"
|
LICENSE="GPL-3+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND=""
|
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
meson_src_configure \
|
meson_src_configure \
|
||||||
--datadir=/usr/share
|
--datadir=/usr/share
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
|
||||||
meson_src_compile
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
meson_src_install
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -20,19 +20,9 @@ fi
|
|||||||
LICENSE="GPL-3+"
|
LICENSE="GPL-3+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND=""
|
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
meson_src_configure \
|
meson_src_configure \
|
||||||
--datadir=/usr/share
|
--datadir=/usr/share
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
|
||||||
meson_src_compile
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
meson_src_install
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<name>Randall Vasquez</name>
|
<name>Randall Vasquez</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<longdescription lang="en">
|
<longdescription lang="en">
|
||||||
Application/browser chooser
|
Junction lets you choose the application to open files and links.
|
||||||
</longdescription>
|
</longdescription>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="github">sonnyp/Junction</remote-id>
|
<remote-id type="github">sonnyp/Junction</remote-id>
|
||||||
|
|||||||
Reference in New Issue
Block a user