diff options
author | Randall T. Vasquez <ran.dall@icloud.com> | 2022-08-21 14:06:12 -0700 |
---|---|---|
committer | Randall T. Vasquez <ran.dall@icloud.com> | 2022-08-21 14:06:57 -0700 |
commit | 681c807ad9cc99a958c8abc4566f75bd41d316ce (patch) | |
tree | 66d637da763192a822e9c5a8473e754d974eeb73 /gnome-extra | |
parent | app-shells/direnv: "Gentoo Foundation" to "Gentoo Authors" (diff) | |
download | guru-681c807ad9cc99a958c8abc4566f75bd41d316ce.tar.gz guru-681c807ad9cc99a958c8abc4566f75bd41d316ce.tar.bz2 guru-681c807ad9cc99a958c8abc4566f75bd41d316ce.zip |
gnome-extra/junction: optimize ebuilds
Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/junction/junction-1.5.0.ebuild | 10 | ||||
-rw-r--r-- | gnome-extra/junction/junction-9999.ebuild | 10 | ||||
-rw-r--r-- | gnome-extra/junction/metadata.xml | 2 |
3 files changed, 1 insertions, 21 deletions
diff --git a/gnome-extra/junction/junction-1.5.0.ebuild b/gnome-extra/junction/junction-1.5.0.ebuild index 8048f64c4..0f00bb9d7 100644 --- a/gnome-extra/junction/junction-1.5.0.ebuild +++ b/gnome-extra/junction/junction-1.5.0.ebuild @@ -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 -} diff --git a/gnome-extra/junction/junction-9999.ebuild b/gnome-extra/junction/junction-9999.ebuild index 8048f64c4..0f00bb9d7 100644 --- a/gnome-extra/junction/junction-9999.ebuild +++ b/gnome-extra/junction/junction-9999.ebuild @@ -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 -} diff --git a/gnome-extra/junction/metadata.xml b/gnome-extra/junction/metadata.xml index 6fe292a30..10ee887c6 100644 --- a/gnome-extra/junction/metadata.xml +++ b/gnome-extra/junction/metadata.xml @@ -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> |