1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 09:32:37 +01:00

x11-libs/gdk-pixbuf-loader-webp: removed from overlay, available in gentoo

This commit is contained in:
2021-03-07 16:29:39 +01:00
parent 969411edc1
commit 2178372fa2
3 changed files with 0 additions and 68 deletions

View File

@@ -1,3 +0,0 @@
DIST gdk-pixbuf-loader-webp-0.0.2.tar.gz 8212 BLAKE2B 20b2f32ca0885069e185c415e10119f6f65b73131b4928e6db95fa9f92f9ec53bd3fd5fbc4708370dfaee68df4c8052d2df76c6e0c0a6267240f7804db8e33f8 SHA512 f3fa859221fdc5277c951e09448dea6078ca4825de06b319e33e86b59db1201616ca4a706d5114e431719584d5a0766a7706c4192dbc384441efb1799d9e40ec
EBUILD gdk-pixbuf-loader-webp-0.0.2.ebuild 739 BLAKE2B 68c9567f265b762bcf433509ed60a9739b86566d4996ce4e06f604554449c2daa45b199bce6b4d0dd4557ed986c544001a9590c78ce3db06a3c262d75f446c1f SHA512 d2400858dc2a18def119fdfd27eecd10cdfa5ac4a6e9fd17ac30cff60efe00ad16fc8600968b71c890d3dd415ec4e8ebf4d6be5cbc35630ccc3e6526a83464c6
MISC metadata.xml 814 BLAKE2B 81bb2d08b380788ed4879fa638413288c2110dad0f7f8e2bd26fc90cf1b9cecedcb22c05103e8f8bd1a29c2289464279f07176349bf619fc1869e8806da2aeb9 SHA512 8285a8b5af733ead86feac6dcb5963fd3e1ac75fa33669c87ba64801e578f222599546bd9a2752ca38f1a773937ee6250c6621695f9c010934bc4035dfd76212

View File

@@ -1,39 +0,0 @@
# Copyright 2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson gnome2-utils vcs-snapshot
DESCRIPTION="WebP Image format GdkPixbuf loader"
HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader"
SRC_URI="https://github.com/aruiz/webp-pixbuf-loader/archive/0.0.1.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-libs/libwebp-0.4.3
>=x11-libs/gdk-pixbuf-2.22"
RDEPEND="${DEPEND}"
src_configure() {
local emesonargs=(
-Dgdk_pixbuf_query_loaders_path=/bin/true
)
meson_src_configure
}
pkg_preinst() {
gnome2_gdk_pixbuf_savelist
}
pkg_postinst() {
gnome2_gdk_pixbuf_update
}
pkg_postinst() {
gnome2_gdk_pixbuf_update
}

View File

@@ -1,26 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andy.kittner@gmail.com</email>
<name>Andy Kittner</name>
</maintainer>
<maintainer type="person">
<email>david.guglielmi@gmail.com</email>
<name>David GUGLIELMI</name>
</maintainer>
<maintainer type="project">
<email>graphics@gentoo.org</email>
<name>Gentoo Graphics Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
A gdk-pixbuf plugin that allows GTK applications to view webp images.
</longdescription>
<upstream>
<remote-id type="github">aruiz/webp-pixbuf-loader</remote-id>
</upstream>
</pkgmetadata>