x11-themes/xapp-symbolic-icons - 1.0.9 (illogician-overlay)

Search

Package Information

Description:
A set of symbolic icons for Gtk applications and projects
Homepage:
https://github.com/xapp-project/xapp-symbolic-icons
License:
GPL-3 LGPL-3

Ebuild Details

Version EAPI Keywords Slot
1.0.9 8 amd64 0
View Raw Ebuild
# Copyright 2026 illogician <illogician@tutamail.com>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit xdg-utils

DESCRIPTION="A set of symbolic icons for Gtk applications and projects"
HOMEPAGE="https://github.com/xapp-project/xapp-symbolic-icons"
SRC_URI="https://github.com/xapp-project/xapp-symbolic-icons/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="amd64"

DEPEND=""

src_unpack() {
	default
}

src_install() {
	insinto "/usr/share/icons/hicolor/symbolic/actions/"
	doins -r ${WORKDIR}/${P}/icons/symbolic/*
}

pkg_postinst() {
        xdg_icon_cache_update
}

pkg_postrm() {
        xdg_icon_cache_update
}

Manifest for 1.0.9

Type File Size Source URLs
DIST xapp-symbolic-icons-1.0.9.tar.gz 207458 bytes https://github.com/xapp-project/xapp-symbolic-icons/archive/refs/tags/1.0.9.tar.gz