tetromino    15/03/18 14:13:14

  Modified:             ChangeLog
  Added:                gtk-engines-unico-1.0.3_pre20140109.ebuild
  Log:
  Version bump, fixes performance issues with >=gtk+-3.10 (bug #543558, thanks 
to Sebastian Pipping). Enable multilib support.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.18                 x11-themes/gtk-engines-unico/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   27 Apr 2014 09:20:49 -0000      1.17
+++ ChangeLog   18 Mar 2015 14:13:14 -0000      1.18
@@ -1,6 +1,13 @@
 # ChangeLog for x11-themes/gtk-engines-unico
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 
1.17 2014/04/27 09:20:49 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 
1.18 2015/03/18 14:13:14 tetromino Exp $
+
+*gtk-engines-unico-1.0.3_pre20140109 (18 Mar 2015)
+
+  18 Mar 2015; Alexandre Rostovtsev <tetrom...@gentoo.org>
+  +gtk-engines-unico-1.0.3_pre20140109.ebuild:
+  Version bump, fixes performance issues with >=gtk+-3.10 (bug #543558, thanks
+  to Sebastian Pipping). Enable multilib support.
 
   27 Apr 2014; Pacho Ramos <pa...@gentoo.org> -gtk-engines-unico-1.0.2.ebuild:
   drop old



1.1                  
x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20140109.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20140109.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20140109.ebuild?rev=1.1&content-type=text/plain

Index: gtk-engines-unico-1.0.3_pre20140109.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20140109.ebuild,v
 1.1 2015/03/18 14:13:14 tetromino Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=yes
AUTOTOOLS_PRUNE_LIBTOOL_FILES=modules

inherit autotools-multilib eutils

MY_PN=${PN/gtk-engines-}
MY_PV=${PV/_pre/+14.04.}
MY_P=${MY_PN}_${MY_PV}

DESCRIPTION="The Unico GTK+ 3.x theming engine"
HOMEPAGE="https://launchpad.net/unico";
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${MY_P}.orig.tar.gz";

LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

RDEPEND=">=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
        >=x11-libs/cairo-1.10[glib,${MULTILIB_USEDEP}]
        >=x11-libs/gtk+-3.5.2:3[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

S=${WORKDIR}/${MY_PN}-${MY_PV}

src_configure() {
        # $(use_enable debug) controls CPPFLAGS -D_DEBUG and -DNDEBUG but they 
are currently
        # unused in the code itself.
        autotools-multilib_src_configure \
                --disable-static \
                --disable-debug \
                --disable-maintainer-flags
}




Reply via email to