budgie-base/budgie-desktop-view - 10.10.2 (SarahMiaOverlay)

Search

Package Information

Description:
Basic desktop icons/managemlent for Budgie Desktop.
Homepage:
https://github.com/BuddiesOfBudgie/budgie-desktop-view
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
10.10.2 8 ~amd64 ~x86 ~arm ~arm64 0
View Raw Ebuild
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

VALA_MIN_API_VERSION="0.53"

inherit meson vala gnome2-utils xdg

DESCRIPTION="Basic desktop icons/managemlent for Budgie Desktop."
HOMEPAGE="https://github.com/BuddiesOfBudgie/${PN}"

SRC_URI="https://github.com/BuddiesOfBudgie/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.xz -> ${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm ~arm64"

IUSE="stateless"

DEPEND=">=budgie-base/budgie-desktop-10.10.0"
RDEPEND="${DEPEND}"
BDEPEND="$(vala_depend)"

src_unpack() {
	unpack ${P}.tar.xz
}

src_prepare() {
	vala_setup
	default
}

src_configure() {
	local emesonargs=(
		$(meson_use stateless with-stateless)
	)

	meson_src_configure
}

src_compile() {
	meson_src_compile
}

pkg_postinst() {
	xdg_pkg_postinst
	gnome2_schemas_update
}

pkg_postrm() {
	xdg_pkg_postrm
	gnome2_schemas_update
}

USE Flags

Dependencies

DEPEND

>=budgie-base/budgie-desktop-10.10.0

RDEPEND

>=budgie-base/budgie-desktop-10.10.0

BDEPEND

$(vala_depend)

Manifest for 10.10.2

Type File Size Source URLs
DIST budgie-desktop-view-10.10.2.tar.xz 284200 bytes https://github.com/BuddiesOfBudgie/budgie-desktop-view/releases/download/v10.10.2/budgie-desktop-view-v10.10.2.tar.xz