mgorny      14/05/14 13:39:27

  Modified:             ChangeLog
  Added:                gtk-engines-xfce-3.0.1-r201.ebuild
  Log:
  Enable multilib support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.165                x11-themes/gtk-engines-xfce/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   28 Nov 2012 12:37:10 -0000      1.164
+++ ChangeLog   14 May 2014 13:39:26 -0000      1.165
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/gtk-engines-xfce
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 
1.164 2012/11/28 12:37:10 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 
1.165 2014/05/14 13:39:26 mgorny Exp $
+
+*gtk-engines-xfce-3.0.1-r201 (14 May 2014)
+
+  14 May 2014; Michał Górny <mgo...@gentoo.org>
+  +gtk-engines-xfce-3.0.1-r201.ebuild:
+  Enable multilib support.
 
   28 Nov 2012; Samuli Suominen <ssuomi...@gentoo.org>
   gtk-engines-xfce-3.0.1-r200.ebuild, gtk-engines-xfce-3.0.1-r300.ebuild:



1.1                  
x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.1-r201.ebuild

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

Index: gtk-engines-xfce-3.0.1-r201.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.1-r201.ebuild,v
 1.1 2014/05/14 13:39:26 mgorny Exp $

EAPI=5
MY_PN=gtk-xfce-engine
inherit xfconf multilib-minimal

DESCRIPTION="A port of Xfce engine to GTK+ 2.x"
HOMEPAGE="http://www.xfce.org/projects/";
SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
IUSE="debug"

RDEPEND=">=dev-libs/glib-2.24[${MULTILIB_USEDEP}]
        >=x11-libs/gtk+-2.20:2[${MULTILIB_USEDEP}]
        abi_x86_32? (
                !<=app-emulation/emul-linux-x86-gtklibs-20140508
                !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
        )"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

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

pkg_setup() {
        XFCONF=(
                --disable-gtk3
                $(xfconf_use_debug)
                )

        DOCS=( AUTHORS ChangeLog NEWS README )
}

multilib_src_configure() {
        ECONF_SOURCE=${S} \
                xfconf_src_configure
}

multilib_src_install_all() {
        einstalldocs
        prune_libtool_files --all
}




Reply via email to