You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-themes/pidgin-penguins-smileys/pidgin-penguins-smileys-1.0...

25 lines
566 B

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Penguins pidgin smiley theme"
HOMEPAGE="https://gnome-look.org/content/show.php?content=62566"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
S="${WORKDIR}/penguins"
LICENSE="GPL-1+"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="net-im/pidgin"
DEPEND="app-arch/unzip
!x11-themes/pidgin-smileys"
src_install() {
dodoc readme.txt
rm {readme,emots}.txt || die
insinto /usr/share/pixmaps/pidgin/emotes/penguins
doins -r .
}