public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/crow-designer/
@ 2015-12-23 20:38 Pacho Ramos
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos @ 2015-12-23 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     654a828b1c78eb0dffb61cdcf7f5898e257ed47d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 19:46:50 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 20:38:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654a828b

dev-util/crow-designer: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 dev-util/crow-designer/crow-designer-2.21.0.ebuild | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/dev-util/crow-designer/crow-designer-2.21.0.ebuild b/dev-util/crow-designer/crow-designer-2.21.0.ebuild
index 5fa457c..b1a4807 100644
--- a/dev-util/crow-designer/crow-designer-2.21.0.ebuild
+++ b/dev-util/crow-designer/crow-designer-2.21.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI=5
+inherit eutils flag-o-matic
 
 DESCRIPTION="GTK+ GUI building tool"
 HOMEPAGE="http://www.crowdesigner.org"
@@ -15,26 +16,31 @@ IUSE="nls"
 
 LANGS="ru"
 
-RDEPEND=">=dev-libs/guiloader-2.21
+RDEPEND="
+	>=dev-libs/guiloader-2.21
 	>=dev-libs/guiloader-c++-2.21
 	dev-cpp/gtkmm:2.4
-	>=dev-libs/dbus-glib-0.86"
+	>=dev-libs/dbus-glib-0.86
+"
 DEPEND="${RDEPEND}
 	dev-libs/boost
 	virtual/pkgconfig
-	nls? ( >=sys-devel/gettext-0.18 )"
+	nls? ( >=sys-devel/gettext-0.18 )
+"
 
-S=${WORKDIR}/crow-${PV}
+S="${WORKDIR}/crow-${PV}"
 
 for x in ${LANGS}; do
 	IUSE="${IUSE} linguas_${x}"
 done
 
 src_configure() {
+	append-cxxflags -std=c++11
 	econf $(use_enable nls)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc doc/{authors.txt,news.{en,ru}.txt,readme.{en,ru}.txt,readme.ru.txt} || die
+	default
+	dodoc doc/{authors.txt,news.{en,ru}.txt,readme.{en,ru}.txt,readme.ru.txt}
+	prune_libtool_files
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-23 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-23 20:38 [gentoo-commits] repo/gentoo:master commit in: dev-util/crow-designer/ Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox