From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: app-admin/packagekit-gtk/
Date: Sat, 25 Oct 2014 21:07:03 +0000 (UTC) [thread overview]
Message-ID: <1414271075.14fb28867f98742cb24ee2f6a6e72002cd5d87aa.eva@gentoo> (raw)
commit: 14fb28867f98742cb24ee2f6a6e72002cd5d87aa
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 25 21:02:56 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 25 21:04:35 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=14fb2886
app-admin/packagekit-gtk: 0.8.15 → 1.0.1
---
app-admin/packagekit-gtk/metadata.xml | 11 ++++
.../packagekit-gtk/packagekit-gtk-1.0.1.ebuild | 62 ++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/app-admin/packagekit-gtk/metadata.xml b/app-admin/packagekit-gtk/metadata.xml
new file mode 100644
index 0000000..187f7a7
--- /dev/null
+++ b/app-admin/packagekit-gtk/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>lxnay@gentoo.org</email>
+ <name>Fabio Erculiani</name>
+ </maintainer>
+ <use>
+ </use>
+</pkgmetadata>
+
diff --git a/app-admin/packagekit-gtk/packagekit-gtk-1.0.1.ebuild b/app-admin/packagekit-gtk/packagekit-gtk-1.0.1.ebuild
new file mode 100644
index 0000000..b8c25d3
--- /dev/null
+++ b/app-admin/packagekit-gtk/packagekit-gtk-1.0.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit eutils
+
+MY_PN="PackageKit"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Gtk3 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+-3.0:3
+ x11-libs/pango
+ ~app-admin/packagekit-base-${PV}[introspection]
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ econf \
+ --disable-bash-completion \
+ --disable-browser-plugin \
+ --disable-command-not-found \
+ --disable-cron \
+ --disable-gstreamer-plugin \
+ --disable-gtk-doc \
+ --disable-local \
+ --disable-man-pages \
+ --disable-networkmanager \
+ --disable-static \
+ --disable-systemd \
+ --enable-dummy \
+ --enable-gtk-module \
+ --enable-introspection=yes \
+ --localstatedir=/var
+}
+
+src_compile() {
+ cd "${S}"/contrib/gtk-module || die
+ emake
+}
+
+src_install() {
+ cd "${S}"/contrib/gtk-module || die
+ emake DESTDIR="${D}" install
+ prune_libtool_files --all
+}
next reply other threads:[~2014-10-25 21:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-25 21:07 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-11-24 23:32 [gentoo-commits] proj/gnome:master commit in: app-admin/packagekit-gtk/ Gilles Dartiguelongue
2015-05-03 17:11 Gilles Dartiguelongue
2015-11-27 13:57 Gilles Dartiguelongue
2015-12-13 17:51 Gilles Dartiguelongue
2016-01-03 13:35 Gilles Dartiguelongue
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1414271075.14fb28867f98742cb24ee2f6a6e72002cd5d87aa.eva@gentoo \
--to=eva@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox