x11-themes/smplayer-themes: bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
This commit is contained in:
Guillaume Castagnino 2022-02-10 00:05:04 +01:00
parent fa00185c19
commit 9bb0a5c01d
Signed by: casta
SSH Key Fingerprint: SHA256:PtJi7zHrXiSWdLApi+BdpmmbITeLq6cI7LZtgsuAtyk
3 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST smplayer-themes-20.11.0.tar.bz2 3782542 BLAKE2B cb52eb2b4cc47b6e88ea1338a13f7187ebe690ff4e7c16f56c1cb63708300a4777de2d109c665bce6aae55da9e8ef573fe4c7193e43a4e1a0cb54c6b13342dad SHA512 4e64c3f44fc3529d980751618cd30fcc395a21701ba7481ad0a6dffc1fa770c13a3414d0853f94cd6163738702a0a75060a92e5c1c426e79902a68d8f8336575
EBUILD smplayer-themes-20.11.0.ebuild 748 BLAKE2B e48a165e32cb982b69a8690d54aa8516159b6a76540c2a97c690727cf70705c867130acfbfb511c0b2ab1060a937f83501cdb04981ddecb5d4b1f741b4454e66 SHA512 4885d0247f41df85457f0a334e38844627464c56d5739774354fc781cdc99d8a53235e811f14a63a17fe30daf1df787033aee950f12318cdf0c6d5213ac009dc
MISC metadata.xml 446 BLAKE2B 7c245973c3e2e849a038c6324a5c9686d52a658412704af35558ec151ba36591fce1cea586dce5f88e89557775b6c3d80c1a1b9cd0bc606940d791aa801d15e3 SHA512 a094bb6f0a7aa7da30887264103c64956302611b4edfc18889d4e073fae4d113c3dad3e6e5621fb4799f16cb5feb6be34bad103fded08b0e100f8505666aff4c

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>qt@gentoo.org</email>
<name>Gentoo Qt Project</name>
</maintainer>
<maintainer type="project">
<email>media-video@gentoo.org</email>
<name>Gentoo Video project</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">smplayer</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,35 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils
DESCRIPTION="Icon themes for smplayer"
HOMEPAGE="https://www.smplayer.info/"
SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="dev-qt/qtcore:5"
RDEPEND="media-video/smplayer"
src_prepare() {
default
# bug 544108
sed -i -e "s| rcc| \"$(qt5_get_bindir)\"/rcc|" themes/Makefile || die
# bug 544160
sed -i -e 's/make/$(MAKE)/' Makefile || die
}
src_install() {
rm themes/Makefile || die
insinto /usr/share/smplayer
doins -r themes
dodoc Changelog README.txt
}