aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-04-07 01:51:27 +0200
committerLucio Sauer <watermanpaint@posteo.net>2024-04-07 01:51:27 +0200
commitb68eaef227c8e289f69c6a8f1991ccae74b741af (patch)
tree9e262fe27aed596179938656dbcf9ed4bd56fee5 /gnome-extra
parentgnome-extra/junction: fix startup issues (diff)
downloadguru-b68eaef227c8e289f69c6a8f1991ccae74b741af.tar.gz
guru-b68eaef227c8e289f69c6a8f1991ccae74b741af.tar.bz2
guru-b68eaef227c8e289f69c6a8f1991ccae74b741af.zip
gnome-extra/junction: drop 1.7
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/junction/junction-1.7.ebuild70
1 files changed, 0 insertions, 70 deletions
diff --git a/gnome-extra/junction/junction-1.7.ebuild b/gnome-extra/junction/junction-1.7.ebuild
deleted file mode 100644
index bf28970ab..000000000
--- a/gnome-extra/junction/junction-1.7.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg gnome2-utils meson
-
-TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823"
-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
-}