media-gfx/synfigstudio: drop v1.4.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
This commit is contained in:
2021-11-16 19:37:43 +02:00
parent d81794062c
commit 457da4b28e
2 changed files with 0 additions and 67 deletions

View File

@@ -1,3 +1,2 @@
DIST synfigstudio-1.4.2.tar.gz 6742540 BLAKE2B 98bd4f97129a621748feb9b64068b95302a1ad6dd13e28eb2de8a6278d9b4ced7b1614f95d5840c3c5792456d5b9d823c4e0a135fe5298fe026ec2cda1632f7e SHA512 cfe17ad68f45305336030958c7facef63e856db81dbf5ca7f1151e8597288a43a137a66ecbbc181c2e087d9c386d01c887ba0fcd37827e72299f94956df5cf38
DIST synfigstudio-1.5.0.tar.gz 11633997 BLAKE2B fbdba1f310cabe105267a3aa90b94e0be76e36a238246f18e1e6e396e9eaefd79b7ac3dbe2075caddbb4c319e8a5e66850f1139925a61962431c230ab25e9e99 SHA512 a3beecdfae5508c6ccf0aa9ec44d817264266a5bb4b7dd580ade53c613658d34e5edc860c17ba5a2d7aa5c3c91a30bb8550b87623ccaad53a4b584cc93852c40
DIST synfigstudio-1.5.1.tar.gz 6708981 BLAKE2B 2823f823f973d16ce2248c1e780365a813dfee0875810c2df1d0bf7dbe02a507509b59e1997d49fc80a42010fc142fc6554ad30b5d3537f9ac8155dad7dcc8ab SHA512 e3d0446a2827716ad08a1ee4bf52d36a6d7d4c7d03a730ba739148125bdeec11459ed6d065447ecaa467536e0cd9163cfa0d209b63c71a0079b1e7a623835b97

View File

@@ -1,66 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Original ebuild By eroen <eroen-overlay@occam.eroen.eu>, 2018
# Modified by <ceamac.paragon@gmail.com>, 2020
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
EAPI=7
inherit autotools eutils multilib flag-o-matic xdg-utils
DESCRIPTION="Vector animation studio"
HOMEPAGE="https://www.synfig.org"
SRC_URI="https://github.com/synfig/synfig/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2+ CC-BY-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
media-gfx/synfig
dev-libs/libsigc++:2
dev-cpp/gtkmm:3.0
dev-cpp/libxmlpp:2.6
sys-devel/gettext
"
DEPEND="${RDEPEND}
~dev-cpp/ETL-${PV}
virtual/pkgconfig
"
PATCHES=(
"${FILESDIR}"/${PN}-1.4.1-fix-cflags.patch
)
src_prepare() {
default
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install
dodoc NEWS README TODO AUTHORS ChangeLog
mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
rm -r "${ED}"/usr/share/mime || die
find "${ED}" -name '*.la' -delete || die
}
pkg_postinst()
{
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}
pkg_postrm()
{
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}