mgorny      15/03/08 15:06:39

  Modified:             ChangeLog
  Added:                gtk-engines-xfce-3.2.0-r300.ebuild
                        gtk-engines-xfce-3.2.0-r200.ebuild
  Log:
  Xfce 4.12 version bump, bug #541962. 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/63 by me and damex.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   3 Mar 2015 12:55:37 -0000       1.180
+++ ChangeLog   8 Mar 2015 15:06:39 -0000       1.181
@@ -1,6 +1,14 @@
 # ChangeLog for x11-themes/gtk-engines-xfce
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 
1.180 2015/03/03 12:55:37 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 
1.181 2015/03/08 15:06:39 mgorny Exp $
+
+*gtk-engines-xfce-3.2.0-r200 (08 Mar 2015)
+*gtk-engines-xfce-3.2.0-r300 (08 Mar 2015)
+
+  08 Mar 2015; Michał Górny <[email protected]>
+  +gtk-engines-xfce-3.2.0-r200.ebuild, +gtk-engines-xfce-3.2.0-r300.ebuild:
+  Xfce 4.12 version bump, bug #541962. 
https://github.com/gentoo/gentoo-portage-
+  rsync-mirror/pull/63 by me and damex.
 
   03 Mar 2015; Yixun Lan <[email protected]> gtk-engines-xfce-3.0.1-r201.ebuild:
   add arm64 support, tested on A53 board



1.1                  
x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r300.ebuild

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

Index: gtk-engines-xfce-3.2.0-r300.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-xfce/gtk-engines-xfce-3.2.0-r300.ebuild,v
 1.1 2015/03/08 15:06:39 mgorny Exp $

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

DESCRIPTION="A port of Xfce engine to GTK+ 3.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="3"
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"

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

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

pkg_setup() {
        XFCONF=(
                --disable-gtk2
                --enable-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
}



1.1                  
x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r200.ebuild

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

Index: gtk-engines-xfce-3.2.0-r200.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-xfce/gtk-engines-xfce-3.2.0-r200.ebuild,v
 1.1 2015/03/08 15:06:39 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 ~arm64 ~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.34.3[${MULTILIB_USEDEP}]
        >=x11-libs/gtk+-2.24.23: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[${MULTILIB_USEDEP}]"

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