public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-gtk: ChangeLog packagekit-gtk-0.6.22.ebuild packagekit-gtk-0.6.20.ebuild
@ 2012-05-19 11:21 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; only message in thread
From: Fabio Erculiani (lxnay) @ 2012-05-19 11:21 UTC (permalink / raw
  To: gentoo-commits

lxnay       12/05/19 11:21:32

  Modified:             ChangeLog
  Added:                packagekit-gtk-0.6.22.ebuild
  Removed:              packagekit-gtk-0.6.20.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha104_p26/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 app-admin/packagekit-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-gtk/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-gtk/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-gtk/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	3 May 2012 18:02:22 -0000	1.10
+++ ChangeLog	19 May 2012 11:21:32 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/packagekit-gtk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/ChangeLog,v 1.10 2012/05/03 18:02:22 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/ChangeLog,v 1.11 2012/05/19 11:21:32 lxnay Exp $
+
+*packagekit-gtk-0.6.22 (19 May 2012)
+
+  19 May 2012; Fabio Erculiani <lxnay@gentoo.org>
+  -packagekit-gtk-0.6.20.ebuild, +packagekit-gtk-0.6.22.ebuild:
+  version bump
 
   03 May 2012; Jeff Horelick <jdhore@gentoo.org> packagekit-gtk-0.6.20.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.1                  app-admin/packagekit-gtk/packagekit-gtk-0.6.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-gtk/packagekit-gtk-0.6.22.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-gtk/packagekit-gtk-0.6.22.ebuild?rev=1.1&content-type=text/plain

Index: packagekit-gtk-0.6.22.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/packagekit-gtk-0.6.22.ebuild,v 1.1 2012/05/19 11:21:32 lxnay Exp $

EAPI="3"

inherit eutils base

MY_PN="PackageKit"
MY_P=${MY_PN}-${PV}

DESCRIPTION="GTK+ PackageKit backend library"
HOMEPAGE="http://www.packagekit.org/"
SRC_URI="http://www.packagekit.org/releases/${MY_P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

RDEPEND="dev-libs/dbus-glib
	media-libs/fontconfig
	>=x11-libs/gtk+-2.14.0:2
	>=x11-libs/gtk+-2.91.0:3
	x11-libs/pango
	~app-admin/packagekit-base-${PV}"
DEPEND="${RDEPEND} virtual/pkgconfig"

S="${WORKDIR}/${MY_P}"

src_configure() {
	econf \
		--localstatedir=/var \
		--enable-introspection=no \
		--disable-dependency-tracking \
		--enable-option-checking \
		--enable-libtool-lock \
		--disable-strict \
		--disable-local \
		--disable-gtk-doc \
		--disable-command-not-found \
		--disable-debuginfo-install \
		--disable-gstreamer-plugin \
		--disable-service-packs \
		--disable-man-pages \
		--disable-cron \
		--enable-gtk-module \
		--disable-networkmanager \
		--disable-browser-plugin \
		--disable-pm-utils \
		--disable-device-rebind \
		--disable-tests \
		--disable-qt
}

src_compile() {
	cd "${S}"/contrib/gtk-module || die
	emake || die "emake install failed"
}

src_install() {
	cd "${S}"/contrib/gtk-module || die
	emake DESTDIR="${D}" install || die "emake install failed"
}






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

only message in thread, other threads:[~2012-05-19 11:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-19 11:21 [gentoo-commits] gentoo-x86 commit in app-admin/packagekit-gtk: ChangeLog packagekit-gtk-0.6.22.ebuild packagekit-gtk-0.6.20.ebuild Fabio Erculiani (lxnay)

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