diff options
| author | eroen | 2018-11-03 23:07:09 +0100 |
|---|---|---|
| committer | Erik Moen | 2019-08-28 19:26:46 +0200 |
| commit | 28220556e4035591cc680528ccd11e5d30c902cb (patch) | |
| tree | 2d54f9f6dee7db0ac66dd54d3f7c11f493f36596 /media-gfx/synfigstudio/synfigstudio-1.2.1.ebuild | |
| parent | 8d7ddc0489c6ae2b5198fb026e5e3ca0eb05f1cf (diff) | |
| download | eroen-overlay-28220556e4035591cc680528ccd11e5d30c902cb.tar.gz eroen-overlay-28220556e4035591cc680528ccd11e5d30c902cb.tar.bz2 eroen-overlay-28220556e4035591cc680528ccd11e5d30c902cb.tar.xz | |
clean up synfig stuff
Signed-off-by: Erik Moen <eroen-overlay@occam.eroen.eu>
Diffstat (limited to 'media-gfx/synfigstudio/synfigstudio-1.2.1.ebuild')
| -rw-r--r-- | media-gfx/synfigstudio/synfigstudio-1.2.1.ebuild | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/media-gfx/synfigstudio/synfigstudio-1.2.1.ebuild b/media-gfx/synfigstudio/synfigstudio-1.2.1.ebuild deleted file mode 100644 index 6036d2f0..00000000 --- a/media-gfx/synfigstudio/synfigstudio-1.2.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# By eroen <eroen-overlay@occam.eroen.eu>, 2018 -# 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=6 - -inherit gnome2-utils xdg-utils autotools - -DESCRIPTION="Vector animation studio" -HOMEPAGE="https://www.synfig.org" -SRC_URI="mirror://sourceforge/synfig/$P.tar.gz" -LICENSE="GPL-2+ CC-BY-3.0" - -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - >=dev-util/intltool-0.35.0 - >=sys-devel/gettext-0.15 - dev-cpp/gtkmm:3.0 - >=media-gfx/synfig-1.2.1 - >=dev-cpp/ETL-1.2.1 - dev-libs/libsigc++:2 - " -DEPEND="${DEPEND}" - -src_prepare() { - default - - # build system strips away -g* and -O* flags - sed -e '/CXXFLAGS=.*debug_flags/s@`.*`@$CXXFLAGS@' \ - -e '/CFLAGS=.*debug_flags/s@`.*`@$CFLAGS@' \ - -e '/CXXFLAGS=.*optimization_flags/d' \ - -e '/CFLAGS=.*optimization_flags/d' \ - -i m4/subs.m4 || die - - eautoreconf -} - -src_configure() { - econf \ - --disable-update-mimedb \ - --enable-jack=no \ - --with-libfmod=no -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} |
