X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/20f958ef7a568c63dfff5aa173792913fd6d7306..33cd7fd8f74d38a33b4131ed6cf229c732e84ad3:/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild?ds=sidebyside diff --git a/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild b/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild deleted file mode 100644 index 22c245d..0000000 --- a/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright © 2020-2021 Nick Bowler -# License GPLv3+: GNU General Public License version 3 or any later version. -# This is free software: you are free to change and redistribute it. -# There is NO WARRANTY, to the extent permitted by law. - -EAPI=7 - -inherit meson toolchain-funcs gnome2-utils multilib-minimal - -MY_PN=webp-pixbuf-loader -MY_P=$MY_PN-$PV - -DESCRIPTION="WebP loader for GdkPixbuf" -HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader/" -SRC_URI="https://github.com/aruiz/webp-pixbuf-loader/archive/$PV.tar.gz -> $MY_P.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="media-libs/libwebp:=[$MULTILIB_USEDEP] - x11-libs/gdk-pixbuf[$MULTILIB_USEDEP]" -DEPEND=$RDEPEND - -S=$WORKDIR/$MY_P - -multilib_src_configure () { - meson_src_configure -} - -multilib_src_compile () { - meson_src_compile -} - -multilib_src_install () { - local pkgconf=`tc-getPKG_CONFIG` - local moduledir=`$pkgconf --variable=gdk_pixbuf_moduledir gdk-pixbuf-2.0` - - exeinto "$moduledir" - doexe libpixbufloader-webp.so -} - -pkg_preinst () { - gnome2_gdk_pixbuf_savelist -} - -pkg_postrm () { - gnome2_gdk_pixbuf_update -} - -pkg_postinst () { - gnome2_gdk_pixbuf_update -}