diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-07-18 14:26:56 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-07-18 14:26:56 +0000 |
commit | 21ce2c6cb93250f7cfc4dda5133877216fa5bfcc (patch) | |
tree | a593c1987f11da83b59f3ed10ce6c9a2277a5f8c /dev-games/tiled | |
parent | Needs to be rebuilt when libboost so versions change (diff) | |
download | gentoo-2-21ce2c6cb93250f7cfc4dda5133877216fa5bfcc.tar.gz gentoo-2-21ce2c6cb93250f7cfc4dda5133877216fa5bfcc.tar.bz2 gentoo-2-21ce2c6cb93250f7cfc4dda5133877216fa5bfcc.zip |
Version bump. Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-games/tiled')
-rw-r--r-- | dev-games/tiled/ChangeLog | 8 | ||||
-rw-r--r-- | dev-games/tiled/tiled-0.12.0.ebuild (renamed from dev-games/tiled/tiled-0.10.2.ebuild) | 21 |
2 files changed, 21 insertions, 8 deletions
diff --git a/dev-games/tiled/ChangeLog b/dev-games/tiled/ChangeLog index 2233a41393c4..4ab3c5d75845 100644 --- a/dev-games/tiled/ChangeLog +++ b/dev-games/tiled/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-games/tiled # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/tiled/ChangeLog,v 1.10 2015/06/07 08:27:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/tiled/ChangeLog,v 1.11 2015/07/18 14:26:56 kensington Exp $ + +*tiled-0.12.0 (18 Jul 2015) + + 18 Jul 2015; Michael Palimaka <kensington@gentoo.org> +tiled-0.12.0.ebuild, + -tiled-0.10.2.ebuild: + Version bump. Remove old. 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-games/tiled/tiled-0.10.2.ebuild b/dev-games/tiled/tiled-0.12.0.ebuild index 4bc0552dd4b3..750ceabbd231 100644 --- a/dev-games/tiled/tiled-0.10.2.ebuild +++ b/dev-games/tiled/tiled-0.12.0.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/tiled/tiled-0.10.2.ebuild,v 1.1 2014/10/27 15:58:28 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/tiled/tiled-0.12.0.ebuild,v 1.1 2015/07/18 14:26:56 kensington Exp $ EAPI=5 -PLOCALES="cs de en es fr he it ja lv nl pt pt_BR ru zh zh_TW" PYTHON_COMPAT=( python2_7 ) -inherit multilib l10n python-single-r1 qt4-r2 +inherit fdo-mime multilib python-single-r1 qt4-r2 DESCRIPTION="A general purpose tile map editor" HOMEPAGE="http://www.mapeditor.org/" SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz" -LICENSE="BSD GPL-2" +LICENSE="BSD-2 GPL-2+" SLOT="0" KEYWORDS="~amd64" IUSE="examples python" @@ -34,8 +33,6 @@ pkg_setup() { src_prepare() { rm -r src/zlib || die - sed -e "s/^LANGUAGES =.*/LANGUAGES = $(l10n_get_locales)/" \ - -i translations/translations.pro || die } src_configure() { @@ -50,3 +47,13 @@ src_install() { dodoc -r examples fi } + +pkg_postinst() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} |