aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnome-extra/junction/Manifest2
-rw-r--r--gnome-extra/junction/junction-1.6-r1.ebuild70
2 files changed, 0 insertions, 72 deletions
diff --git a/gnome-extra/junction/Manifest b/gnome-extra/junction/Manifest
index a498f1d2f..eb93090f9 100644
--- a/gnome-extra/junction/Manifest
+++ b/gnome-extra/junction/Manifest
@@ -1,4 +1,2 @@
-DIST junction-1.6.tar.gz 1882299 BLAKE2B ff4e51f65eea7fd12de4cade632762d4cc752df2de80057fc0bb1bd711e4802e812f2358fbe19d249e19e0c1c32e5e81cdf125a4e6b0e7730442ca56d375114a SHA512 c92207496ade1c49f2d4ab5846839c8f4afaf777d77a59285a7b9eea139736aa77618fe5cb0b2386b9d1a821ef6a27b23eb4abd2b4d094222211430cca76949b
DIST junction-1.7.tar.gz 1883600 BLAKE2B 261a94864f5cba08d15ce688b23edab75840dbb273d9a897e6c28ce5b828fabf17ea27ee801232a5efd03b18f8c75a37aac3c2c8de01ef253f8b8626e08cd0c0 SHA512 82bc0bb7d9a0c0c5bf3151c27727673c0bbf998cdc8f6a87a15087d3fbfca320420e5b929816481a12a1c6d1cf75a7a5b8d2b717aadc60a2e3b0c6a3328acc16
-DIST troll-junction-1.6.tar.gz 469179 BLAKE2B cbbfd7be194f286149e673ea7fd5b314dcc99ca6cf1490012cffcd00645e0fa126cd32ab1b0162bfccdd3065c4dbb11edff0cea0b570335ebb03a170eb1d14a3 SHA512 4b9ea85d826f3a030d432b333e6c64bc59a9f1f8d48474e4d5a3edb9c1e528da1acd556055e430465ba66e338ac00fca0a782e4f995c9946f22063a1051f6c61
DIST troll-junction-1.7.tar.gz 474867 BLAKE2B f934616326e288e8b35109c2b001fd02af4bd9a2349b4fe4989ceed01909cf2e95344e556977513c39c66cd862157150d92cddb237f1b4414725c7c07ec9ad85 SHA512 0788b314f49111cfa7d3c6f9c67189b60e61de8bf1adbd6f974f94ca45343a6d0127e9621eafb0f732e5cb46b1a0f0e26059eb65b35c44a7e3e7c67f31429c80
diff --git a/gnome-extra/junction/junction-1.6-r1.ebuild b/gnome-extra/junction/junction-1.6-r1.ebuild
deleted file mode 100644
index 4fb95d962..000000000
--- a/gnome-extra/junction/junction-1.6-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson
-
-TROLL_COMMIT="8d7c2be66a4bf1cbb2081121997a33662fc19cd0"
-DESCRIPTION="Application/browser chooser"
-HOMEPAGE="
- https://apps.gnome.org/app/re.sonny.Junction/
- https://github.com/sonnyp/Junction
-"
-SRC_URI="
- https://github.com/sonnyp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> troll-${P}.tar.gz
-"
-S="${WORKDIR}/${PN^}-${PV}"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64"
-SLOT="0"
-
-DEPEND="
- dev-libs/gjs
- dev-libs/glib:2
-"
-RDEPEND="${DEPEND}
- dev-libs/gobject-introspection
- dev-libs/libportal[introspection]
- gui-libs/gtk:4[introspection]
- gui-libs/libadwaita:1[introspection]
- net-libs/libsoup:3.0[introspection]
-"
-BDEPEND="
- dev-util/blueprint-compiler
- sys-devel/gettext
-"
-
-src_unpack() {
- default
-
- rmdir "${S}"/troll || die
- mv "${WORKDIR}"/troll-${TROLL_COMMIT} "${S}"/troll || die
-}
-
-src_configure() {
- local mymesonargs=(
- --datadir=/usr/share
- )
-
- meson_src_configure
-}
-
-# only data files validators, skip them
-src_test() {
- :
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
- gnome2_schemas_update
-}